.banner {
    margin-top: 80px;
    width: 100%;
    height: 750px;
    background: url("../images/lxwm-banner.jpg") no-repeat center center;
    background-size: 1920px 750px;
}
/* .banner .w1200 {
    padding-left: 73px;
}
.banner .w1200 h2 {
    padding-top: 152px;
    box-sizing: border-box;
    line-height: 75px;
    font-size:92px;
    font-family:"ArialMT";
    font-weight:400;
    color:rgba(255,255,255,1);
}
.banner .w1200 div {
    padding-top: 15px;
    font-size:76px;
    font-family:"MicrosoftYaHei";
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:81px;
}
.banner .w1200 span {
    display: block;
    margin-top: 36px;
    margin-bottom: 18px;
    width:125px;
    height:6px;
    background:rgba(255,255,255,1);
}
.banner .w1200 p {
    width:600px;
    height:20px;
    font-size:14px;
    font-family:"MicrosoftYaHei";
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:18px;
    opacity:0.5;
    overflow: hidden;
} */
/* 公司地址 */
.address {
    margin: -168px auto 0;
    width: 1200px;
    height: 500px;
    background-color: #fff;
    box-shadow:0px 10px 25px 0px rgba(0, 0, 0, 0.08);
    border-radius:10px;
}
.address .fl {
    margin-left: 40px;
    width: 460px;
}
.address .fl h3 {
    margin-top: 130px;
    font-size:26px;
    font-family:"MicrosoftYaHei";
    font-weight:400;
    color:#333;
}
.address .fl div h4 {
    margin-top: 35px;
    font-size:18px;
    font-family:"MicrosoftYaHei-Bold";
    font-weight:bold;
    color:#333;
}
.address .fl div p {
    margin: 5px 0;
    font-size: 14px;
    color: #333;
}
.address .fr {
    margin: 38px 40px 0 0;
    width: 560px;
    height: 420px;
}
.address .fr img {
    width: 100%;
    height: 100%;
}
/* 乘车路线 */
.map {
    margin: 100px auto 80px;
    width:1200px;
    height:556px;
    background:rgba(255,255,255,1);
    box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius:10px;
}
.map .fl {
    width: 730px;
    height: 556px;
}
.map .fl #allmap {
    width: 730px;
    height: 556px;
}
.map .fr {
    padding: 0 26px;
    width: 470px;
}
.map .fr h3 {
    margin-top: 80px;
    margin-bottom: 36px;
    text-align: center;
    font-size:26px;
    font-family:"MicrosoftYaHei";
    font-weight:400;
    color:#333;
}
.map .fr p {
    margin-bottom: 34px;
    font-size:14px;
    font-family:"MicrosoftYaHei";
    font-weight:400;
    color:#333;
    line-height:30px;
}