/*!联系我们*/
.mainBg{
    background-color: #F2F6FF;
}
.m-contactl{
    overflow: hidden;
    margin:33px 0 110px;
}
.m-contactl .ll{
    overflow: hidden;
    float: left;
    width: 40%;
    position: relative;
    z-index: 2;
    padding-top: 107px;
}
.m-contactl .ll .tit{
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
    color: #3D3D3D;
    line-height: 1.5em;
    margin-bottom: 65px;
}
.m-contactl .ll .desc{
    overflow: hidden;
}
.m-contactl .ll .info{
    overflow: hidden;
    margin-bottom: 30px;
}
.m-contactl .info .icon{
    width: 20px;
    height: 20px;
    float: left;
    overflow: hidden;
    margin-right: 20px;
    margin-top: 5px;
}
.m-contactl .info .icon img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.m-contactl .info .txt{
    font-size: 20px;
    color: #3D3D3D;
    line-height: 1.5em;
    overflow: hidden;
}
.m-contactl .rr{
    float: right;
    width: 64.878%;
    overflow: hidden;
    margin-left: -13.878%;
}
.m-contactl .rr .pic{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.m-contactl .rr .pic img{
    display: block;
    width: 100%;
    height: 100%;
}
/* .m-mapl {
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
}
.m-mapl .anchorBL{
 display: none;
}
#map img{
    -webkit-transition: .0s;
    -o-transition: .0s;
    transition: .0s;
}
.m-mapl .BMapLabel{
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -o-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.m-mapl .BMapLabel:after{
    content: "";
    width: 0px;
    height: 0px;
    border-top: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -4px;
} */

















@media (max-width:1200px){
    .m-contactl{
        margin: 30px 0;
    }
    .m-contactl .ll .tit{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .m-contactl .ll .info{
        margin-bottom: 10px;
    }
    .m-contactl .info .txt{
        font-size: 18px;
    }
    .m-contactl .info .icon{
        width: 16px;
        height: 16px;
        margin-right: 10px;
    }
    .m-mapl{
        height: 33.33vw;
        min-height: 200px;
    }
}

@media (max-width:991px){
    .m-contactl .ll .tit,
    .m-contactl .info .txt{
        font-size: 16px;
    }
}

@media (max-width:767px){
    .m-contactl .ll{
        padding-top: 60px;
    }
    .m-contactl .rr{
        width: 51%;
        margin: 0;
    }
}

@media (max-width:640px){
    .m-contactl .ll{
        float: none;
        width: auto;
        margin-bottom: 10px;
        padding: 0;
    }
    .m-contactl .rr{
        overflow: hidden;
        float: none;
        width: auto;
    }
}

@media (max-width:460px){
    
}



