.conItem.contact{
    padding: 50px 0 60px;
}
.company{
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 50px;
}
.mapBox{
    position: relative;
}
.mapZoom{
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 999;
}
.mapZoom span{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.mapZoom span::before,
.mapZoom span::after{
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #E60113;
}
.mapZoom span::before{
    width: 50%;
    height: 2px;
}
.mapZoom span::after{
    height: 50%;
    width: 2px;
}
.mapZoom span.mapMin::after{
    display: none;
}
.map{
    height: 480px;
    margin: 30px 0;
}
.conList{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    text-align: center;
    margin: 0 -12px;
}
.conList li{
    width: 33.33%;
    padding: 0 12px;
    margin: 15px 0;
}
.conItem{
    display: block;
    position: relative;
    background: #F2F2F2;
    border: 1px solid #DDDDDD;
    height: 100%;
    min-height: 200px;
    padding: 30px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 1.8;
    word-wrap: break-word;
    transition: all .3s;
}
.conItem > img{
    display: block;
    max-width: 48px;
    height: auto;
    margin: 0 auto 20px;
}
.conItem h3{
    font-size: 16px;
    color: #999999;
    line-height: 1.6;
    margin: 10px 0;
}
.conWx{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.conWx img{
    max-width: 90%;
    max-height: 80%;
}
.conWx.show{
    opacity: 1;
    visibility: visible;
}
.conItem:hover{
    border-color: #E60113;
}
.conItem:hover > img{
    animation: swing 1s linear 1;
}
.msgBg{
    padding: 70px 0 110px;
    background: url(../images/contact/msgBg.jpg) center center no-repeat;
    background-size: cover;
}
.msgTit{
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 1.8;
    margin-bottom: 20px;
}
.conText{
    display: flex;
    align-items: center;
}
.conLogo{
    /* background-color: #F2F2F2; */
    width: 180px;
    padding: 10px;
    text-align: center;
}
.conLogo img{
    max-width: 100%;
    height: auto;
}
.conName{
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 1.8;
    white-space: nowrap;
    padding: 0 10px;
    padding-right: 0;
}
.BMap_bubble_pop{
    box-sizing: content-box;
}
@media only screen and (min-width: 1200px) and (max-width: 1920px) {
    .contact{
        padding: 2.604vw 0 3.125vw;
    }
    .company{
        font-size: 1.25vw;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #333333;
        line-height: 1.6;
        margin-bottom: 2.604vw;
    }
    .map{
        height: 25vw;
        margin: 1.562vw 0;
    }
    .conList{
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        text-align: center;
        margin: 0 -0.625vw;
    }
    .conList li{
        width: 33.33%;
        padding: 0 0.625vw;
        margin: 0.781vw 0;
    }
    .conItem{
        background: #F2F2F2;
        border: 0.052vw solid #DDDDDD;
        height: 100%;
        min-height: 10.41vw;
        padding: 1.562vw;
        font-size: 1.041vw;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #333333;
        line-height: 1.8;
    }
    .conItem > img{
        display: block;
        max-width: 2.5vw;
        height: auto;
        margin: 0 auto 1.041vw;
    }
    .conItem h3{
        font-size: 0.833vw;
        color: #999999;
        line-height: 1.6;
        margin: 0.520vw 0;
    }
    .msgBg{
        padding: 3.645vw 0 5.729vw;
        background: url(../images/contact/msgBg.jpg) center center no-repeat;
        background-size: cover;
    }
    .msgTit{
        font-size: 1.25vw;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #333333;
        line-height: 1.8;
        margin-bottom: 1.041vw;
    }
    .conText{
        display: flex;
        align-items: center;
    }
    .conLogo{
        /* background-color: #F2F2F2; */
        width: 9.375vw;
        padding: 0.520vw;
        text-align: center;
    }
    .conLogo img{
        max-width: 100%;
        height: auto;
    }
    .conName{
        font-size: 0.937vw;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #333333;
        line-height: 1.8;
        white-space: nowrap;
        padding: 0 0.520vw;
        padding-right: 0;
    }
    .mapZoom span{
        width: 36px;
        height: 36px;
        margin-top: 5px;
    }
}
@media (max-width:1200px) {
    .contact{
        padding: .4rem 0 .6rem;
    }
    .company{
        font-size: 18px;
        margin-bottom: .3rem;
    }
    .map{
        height: 4rem;
    }
    .conLogo{
        width: 130px;
        padding: 5px;
    }
    .conName{
        font-size: 14px;
    }
    .conList{
        margin: .3rem -.1rem 0;
    }
    .conList li{
        padding: 0 .1rem;
        margin: .1rem 0;
    }
    .conItem{
        padding: .2rem;
        min-height: 1.6rem;
        font-size: 16px;
    }
    .conItem > img{
        max-width: 40px;
    }
    .conItem h3{
        font-size: 14px;
    }
    .msgBg{
        padding: .7rem 0 1rem;
    }
    .msgTit{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .mapZoom span{
        width: 32px;
        height: 32px;
        margin-top: 5px;
    }
}
@media (max-width:991px) {
    .conList li{
        width: 50%;
    }
}
@media (max-width:640px) {
    .conItem{
        font-size: 14px;
    }
    .conItem > img{
        width: 40px;
        max-width: .6rem;
    }
    .conItem h3{
        font-size: 12px;
        margin: .1rem 0;
    }
}
@media (max-width:460px) {
    .company{
        font-size: 16px;
    }
    .conText{
        display: block;
        padding-bottom: .2rem;
        text-align: center;
    }
    .BMap_bubble_content{
        width: 100% !important;
    }
    .conLogo{
        width: 70%;
        margin: 0 auto;
        margin-bottom: 5px;
    }
    .conName{
        padding: 0;
        font-size: 12px;
    }
}