#header-ul a{
    color: #000;
}
.active-head{
    border-bottom: 0 !important;
}
.banner{
    width: 100%;
    height: 500px;
    background: url(../assets/lxwm/banner.png) no-repeat center;
    background-size: cover;
    position: relative;
    margin-top: -60px;
    z-index: -99;
}
/* 联系我们 */
.lxwm{
    width: 100%;
    height: 600px;
    padding-top: 60px;
}
.lxwm-content{
    width: 100%;
    display: flex;
    margin-top: 60px;
    
}
.lxwm-content-left{
    width: 50%;
}
.lxwm-content-left>.lxwm-l-top{
    font-size: 28px;
    font-weight: 700;
}
.lxwm-l-box{
    display: flex;
    align-items: center;
    margin-top: 50px;
    padding-left: 10px;
}
.lxwm-l-box>div>p{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}
.lxwm-l-box>img{
    height: 30px;
    margin-right: 15px;
}
.lxwm-content-right{
    /* height: 100%; */
    width: 53%;
    margin-left: 60px;
}
#map {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: "微软雅黑";
}
.BMap_bubble_title{
    color: #000;
    font-size: 18px;
}
.BMap_bubble_content{
    font-size: 14px;
}
/* 团队合作发展 */
.tdhzfz{
    width: 100%;
    height: 260px;
    padding-top: 60px;
    background-color: rgb(250, 252, 255);;
}
.tdhzfz-content{
    display: flex;
    justify-content: space-between;
}
.tdhzfz-box{
    width: 258px;
    height: 180px;
    background: url(../assets/gywm/tuan.png) no-repeat center;
    background-size: cover;
    padding-left: 150px;

    
}
.tdhzfz-box2{
    background: url(../assets/gywm/he.png) no-repeat center;
    background-size: cover;
}
.tdhzfz-box3{
    background: url(../assets/gywm/fa.png) no-repeat center;
    background-size: cover;
}
.tdhzfz-box h1{
    font-size: 26px;
    margin-top: 40px;
}
.tdhzfz-box>div{
    margin-top: 10px;
}
.tdhzfz-box p{
    font-size: 16px;
}