/*加入我们CSS*/

/*头部Banner*/
.heder-banner {
    width: 100%;
    height: 400px;
    background-image: url(../images/banner-join.png);
    background-size: cover;
    background-position: center;
    background-color: #13204A;
}

.heder-banner .context {
    width: 1200px;
    margin: 0 auto;
    padding-top: 170px;
    user-select: none;
    
}

.heder-banner .banner-title {
    font-size: 44px;
    color: #FFFFFF;
}

.heder-banner .banner-tips {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 23px;
}

/*福利待遇*/
.fldy{
    width: 100%;
    padding: 100px 0;
    background-color: #F4F8FE;
}
.fldy-content {
    width: 1200px;
    margin: 0 auto;
}
.fldy-title{
    font-weight: bold;
    font-size: 40px;
    color: #051433;
    text-align: center;
    margin-bottom: 60px;
    line-height: 40px;
}
.jzg_section {
    width: 100%;
    height: 360px;
    background: #181C29;
    border-radius: 10px;

}


.jzg_section li {
    position: relative;
    float: left;
    width: 200px;
    height: 360px;
    overflow: hidden;
    transition: all ease-in-out 0.2s;
    
}
.jzg_section li:first-child {
    border-radius: 10px 0 0 10px;
}
.jzg_section li:last-child {
    border-radius: 0 10px 10px 0;
}
.jzg_section li .item {
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 160px;
}

.jzg_section li .item .tu {
    position: absolute;
    width: 200px;
    height: 360px;
    left: 0;
    top: 0;
    z-index: 0;
}

.jzg_section li span {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 34px;
    display: inline-block;
}

.jzg_section li .icon {
    position: relative;
    display: block;
    width: 40px;
    margin: 0 auto 20px;
}



.jzg_section .mb {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/jzg_icon.png) no-repeat right bottom #195BEE;
    background-size: 145px 138px;
    z-index: 1;
    padding: 56px 40px 0 40px;
    box-sizing: border-box;
    width: 100%;
    height: 360px;
    opacity: 0;
    transition: all ease-in-out 0.2s;
}
.mb-icon{
    width: 38px;
    height: 38px;
    margin-bottom: 16px;
    display: block;
}

.jzg_section li .mb p {
    font-size: 16px;
    color: rgba(255, 255, 255, .7);
    line-height: 26px;
    text-align: justify;
    word-wrap: break-word;
    text-justify: distribute;
    margin-top: 20px;
}

.jzg_section li.on {
    width: 400px;
}

.jzg_section li.on .mb {
    opacity: 1;
}

.jzg_section .join_tit {
    padding: 100px 0 0 0;
}

/*精彩活动*/
.jchd{
    width: 100%;
    height: 786px;
    padding: 100px;
    background-color: #DFEBFB;
    box-sizing: border-box;
    background-image: url(../images/bg-jchd.png);
    background-size:1920px 786px;
    background-position: center;
    box-sizing: border-box;

}
.jchd-content {
    width: 1200px;
    margin: 0 auto;
}
.jchd-title{
    font-weight: bold;
    font-size: 40px;
    color: #051433;
    line-height: 40px;
    text-align: center;
}
.jchd .long{
    width: 380px;
    height: 470px;
    margin-right: 30px;
}
.jchd .wide{
    width: 380px;
    height: 220px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.jchd .wide-list{
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 410px);
}
.jchd .wide:nth-child(2n){
    margin-right: 0;
}
.jchd .img-item{
    border-radius: 5px;
    background-color: #195BEE;
    position: relative;
    overflow: hidden;
    
}
.jchd .img-item:hover img{
    transform: scale(1.2);
}
.jchd .img-item img{
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 0.3s ease;
    border-radius: 5px;
}
.jchd .img-item-title{
    width: 100%;
    height: 47px;
    line-height: 47px;
    padding: 0 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    color: #FFFFFF;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%);
}

/*热招岗位*/
.rzgw{
    background-color: #F4F8FE;
    padding: 100px 0;
}
.rzgw-title{
    font-weight: bolder;
    font-size: 40px;
    color: #051433;
    line-height: 56px;
    text-align: center;
    margin-bottom: 60px;
}
.rzgw .rzgw-content{
    width: 1200px;
    margin: 0 auto;
}
.accordion{
    border-radius: 4px;
}
.accordion-item{
    margin-bottom: 20px;
    background-color: #FFFFFF;
    border-radius: 5px;
}
.accordion .link{
    box-sizing: border-box;
    padding: 30px 60px;
    border-radius: 4px;
    color: #051433;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
}
.accordion li i {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
    width: 32px;
    height: 32px;
    background-image: url(../images/icon-gw-jt.png);
    background-size: 100%;
}
.accordion li.open i.fa-chevron-down {
    font-weight: bold;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
   
}

.accordion .submenu{
    margin: 0 60px;
    border-top: 1px solid #E6EBF5;
    padding-bottom: 30px;
}
.accordion .submenu h3{
    font-size: 16px;
    color: #051433;
    text-align: left;
    position: relative;
    line-height: 16px;
    text-indent: 10px;
    margin: 40px 0 10px 0;
}
.accordion .submenu h3::after{
    content: "";
    width: 3px;
    height: 14px;
    background: #195BEE;
    position: absolute;
    left: 0;
}
.accordion .submenu .ul-ms li{
    font-size: 14px;
    color: #666E80;
    line-height: 30px;
    text-align: left;
}
.td-button{
    width: 94px;
    height: 32px;
    background: #195BEE;
    border-radius: 4px;
    margin-top: 30px;
    font-size: 14px;
    color: #FFFFFF;
    
    line-height: 32px;
    text-align: center;
    border: 0;
}

.td-button:active{
    opacity: 0.8;
}