.swiper-container{
    height: 100%;
}
.navbar li>a{
    color: #fff;
}
.headerSty .headCN{
    color: #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;
}
.joinCon{
    width: 100%;
    padding:30px 0
}
.joinTit:after{
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #134B9F;
    margin: 0 auto;
    margin-top: 20px;
}
.joinImg{
    display: block;
    width: 80%;
    height: auto;
    margin: 30px auto;
}
.swiper-container-join{
    width: 80%;
    height: 600px;
    margin: 30px auto;
}
.joinTextCon{
    width: 80%;
    margin: 0 auto;
}
.joinText{
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 16px;
    font-weight: 250;
    line-height: 34px;
    letter-spacing: normal;
    color: #666666;
}
.joinBut{
    width: 494px;
    height: 66px;
    background: #2A82E4;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 24px;
    font-weight: 300;
    line-height: 66px;
    letter-spacing: normal;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
    display:block;
    text-decoration: none;  /* 去除下划线 */
}
.joinBut:hover{
    color: #fff;
    cursor: pointer;
}
.joinForm{
    width: 80%;
    margin: 30px auto;
}
.joinformTxt{
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 18px;
    font-weight: 250;
    line-height: 30px;
    letter-spacing: normal;
    color: #666666;
}
.col-form-label{
    color: #666666;
}
.form-check{
    margin-right:20px;
    color: #666666;
}
.gridMain{
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap;
    align-items: center;

}
.imgItem{
    /* border:1px solid red; */
    padding:10px;
    object-fit: scale-down;
    width: 150px!important;
    height: 120px!important;
}
/* .about_HZ_Imgcon img{
    display: block;
    width: 150px!important;
    height: 120px!important;
} */


@media screen and (max-width: 750px){
    .joinBut{
        width: 90%;
        height: 66px;
    }
}