
.section2{
    width: 100%;
    height: 70px;
    background: #F5F5F5;
}
.section2 .sec2-warp{
    width: 1480px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.section2 .sec2-warp .left{
    display: flex;
    align-items: center;
    height: 100%;
    align-items: center;
}
.section2 .sec2-warp .left p{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    height: 100%;
    width: 120px;
    text-align: center;
    line-height: 70px;
    cursor: pointer;
    transition: 0.6s;
    position: relative;
}
.section2 .sec2-warp .left p:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: #0D6C96;
    transition: 0.6s;
}
.section2 .sec2-warp .left p.sel{
    color: #0D6C96;
}
.section2 .sec2-warp .left p.sel:after{
    width: 100%;
}
.section2 .sec2-warp .left p:hover{
    color: #0D6C96;
}
.section2 .sec2-warp .left p:hover:after{
    width: 100%;
}
.section2 .sec2-warp .left span{
    width: 1px;
    height: 18px;
    background: #CCCCCC;
    margin: 0px 42px;
}
.section2 .sec2-warp .right{
    display: flex;
}
.section2 .sec2-warp .right i{
    color: #0D6C96;
}
.section2 .sec2-warp .right p{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin: 0px 5px;
}
.section3{
    width: 100%;
    /*overflow: hidden;*/
    background: white;
    height: auto;
    position: relative;
    z-index: 9;
}
.section3 .sec3-warp{
    width: 1480px;
    display: flex;
    height: auto;
    margin: auto;
    align-items: center;
    justify-content: space-between;
}
.section3 .sec3-warp .left{
    width: 400px;
    height: 460px;
    position: relative;
}
.section3 .sec3-warp .left .contact1{
    width: 680px;
    height: 448px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: -66px;
    left: 0;
}
.section3 .sec3-warp .left .contact1 .con-warp{
    width: 561px;
    height: auto;
    margin: 44px auto 0;
}
.section3 .sec3-warp .left .contact1 .con-warp span{
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    display: block;
    margin-bottom: 23px;
}
.section3 .sec3-warp .left .contact1 .con-warp p{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}
.section3 .sec3-warp .left .contact1 .con-warp from{
    display: block;
    margin-top: 30px;
}
.section3 .sec3-warp .left .contact1 .con-warp from .input1{
    margin-bottom: 20px;
}
.section3 .sec3-warp .left .contact1 .con-warp from input{
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #CCCCCC;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}
.section3 .sec3-warp .left .contact1 .con-warp from a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    background: rgba(255, 144, 0, 0);
    border: 1px solid #CCCCCC;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    transition: 0.6s;
}
.section3 .sec3-warp .left .contact1 .con-warp from a i{
    font-size: 31px;
}
.section3 .sec3-warp .left .contact1 .con-warp from a:hover{
    background: #F0942F;
    color: white;
}
.section3 .sec3-warp .right{
    width: 650px;
}
.section3 .sec3-warp .right span{
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    display: block;
    margin-bottom: 22px;
}
.section3 .sec3-warp .right p{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
}
.section3 .sec3-warp .right .ico{
    margin-top: 57px;
}
.section3 .sec3-warp .right .ico .ico1{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.section4{
    width: 100%;
    height: 480px;
    position: relative;
    z-index: 8;
}
.section4 #allmap{
    width: 100%;
    height: 100%;
}
.BMap_cpyCtrl {
    display: none;
}
.anchorBL{
    display: none;
}

@media screen and (max-width: 1366px){
    .section2 .sec2-warp {
        width: 92%;
    }
    .section3 .sec3-warp {
        width: 92%;
    }
    .section3 .sec3-warp .left {
        width: 46%;
    }
    .section3 .sec3-warp .left .contact1 {
        width: 100%;
        height: 436px;
        bottom: -22px;
    ;
    }
    .section3 .sec3-warp .left .contact1 .con-warp {
        width: 80%;
    }
    .section3 .sec3-warp .right {
        width: 48%;
    }
}

@media screen and (max-width: 768px){
    .section2 .sec2-warp {
        width: 90%;
    }
    .section2 .sec2-warp .left {
        margin: auto;
    }
    .section2 .sec2-warp .right {
        display: none;
    }
    .section3 .sec3-warp {
        width: 100%;
        flex-direction: column;
    }
    .section3 .sec3-warp .left {
        width: 90%;
        margin: 0 auto 90px;
    }
}

@media screen and (max-width: 520px){
    .section3 .sec3-warp .left .contact1 {
        width: 100%;
    }
    .section3 .sec3-warp .left .contact1 .con-warp {
        width: 90%;
    }
    .section3 .sec3-warp .right {
        width: 90%;
    }
}
