.swiper-container{
    height: 100%;
}
.navbar li>a{
    color: #fff;
}
.headerSty .headCN{
    color: #fff;
}
.contactMain{
    height: 300px;
}
.contactMainCon{
    width: 80%;
    margin: 0 auto;
    padding: 50px 100px;
    position: relative;
    top: -400px;
    z-index: 99;
    background: #fff;

}
.joinTit{
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 30px;
    font-weight: 250;
    line-height: 43px;
    letter-spacing: normal;
    color: #333333;
    text-align: center;
}

.joinTit:after{
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #134B9F;
    margin: 0 auto;
    margin-top: 20px;
}
.joinTitMing{
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 24px;
    font-weight: 250;
    line-height: 35px;
    letter-spacing: normal;
    color: #000000;
    margin: 20px 0;
}
.contactMainConItem{
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 250;
    line-height: 30px;
    letter-spacing: normal;
    /* 地   址：江苏省苏州市常熟市东南开发区黄浦江路133号，平谦产业园A15栋6楼电   话：0512-65990196邮箱：support@Handlink-Auto.com */ 
    font-family: Alibaba PuHuiTi 3.0; 
    font-weight: 250; 
    font-size: 16px;

    /* 地   址：江苏省苏州市常熟市东南开发区黄浦江路133号，平谦产业园A15栋6楼电   话：0512-65990196邮箱：support@Handlink-Auto.com */ 
    color: #999999 ;
    display:flex;
    align-items: center;


}
.contactMainConItem img{
    display: block;
    width: 17px;
    height: 17px;
    margin-right: 10px;
}
.contactMainMM{
    display: flex;
    margin-top: 30px;
}
.contactMainMMItem{
    width: 130px;
    padding: 10px;
}
.contactMainMMItem img{
    display: block;
    width: 100%;
    height: auto;
}
.contactMainMMItem p{
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 12px;
    font-weight: 250;
    line-height: 30px;
    letter-spacing: normal;
    color: #878686;
    text-align: center;
}
@media screen and (max-width: 1000px){
    .contactMain{
        height: auto;
    }
    .contactMainCon{
        position: static;
        width: 90%;
        padding: 20px 0;
    }
    .contactMainMM{
        justify-content: center;
    }
    
}