/* 福利 */
.welfare-box{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.welfare_item{
    width: 20%;
    text-align: center;
    margin-bottom: 106px;
}
.welfare_item:nth-child(6),.welfare_item:nth-child(7),.welfare_item:nth-child(8),.welfare_item:nth-child(9),.welfare_item:nth-child(10){
    margin-bottom: 21px;
}
.welfare_item img{
    width: 150px;
    height: 150px;
}
.welfare_item h2{
    font-size: 20px;
    line-height: 26px;
    margin-top: 26px;
    font-weight: normal;
}
/* 公司氛围 */
.company-img{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.company-img_item{
    position: relative;
    width: 390px;
    height: 217px;
    margin-bottom: 20px;
}
.company-img_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.company-img_item h2{
    position: absolute;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    bottom: 13px;
    left: 18px;
    font-weight: normal;
}
/* 招聘岗位 */
.recruitment-floor{
    padding-bottom: 71px;
}
.recruitment-box{
    margin: 0 24px;
    border-bottom: 1px solid #ddd;
}
.recruitment-item{
    padding: 48px 0;
    border-top: 1px solid #ddd;
}
.recruitment-item h2{
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    position: relative;
    cursor: pointer;
}
.recruitment-item_curr h2{
    margin-bottom: 57px;
}
.recruitment-item h2::after{
    content: '';
    position: absolute;
    display: block;
    width: 17px;
    height: 17px;
    right: 21px;
    top: 50%;
    margin-top: -8.5px;
    background: url(../images/joinclose.png) no-repeat center;
    transition: 0.3s;
    transform: rotate(45deg);
}
.recruitment-item_curr h2::after{
    transform: rotate(0deg);
}
.recruitment-item_info{
    padding-left: 24px;
    height: 0;
    overflow: hidden;
}
.recruitment-item_curr .recruitment-item_info{
    transition: 0.3s;
    height: auto;
}
.recruitment_info-item{
    margin-bottom: 40px;
}
.recruitment_info-item:last-child{
    margin-bottom: 0;
}
.recruitment_info-item h3{
    font-size: 16px;
    margin-bottom: 18px;
}
.recruitment_info-item p{
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px;
}
.recruitment_info-item p span{
    color:#1472FF;
}
.recruitment_info-item p:last-child{
    margin-bottom: 0;
}
/*大于等于1400 ipad */
@media (max-width: 1400px){

}
/*大于等于1024 ipad */
@media (max-width: 1024px){
    /* 福利 */
    .welfare_item{
        width: 33.33%;
        margin-bottom: 56px;
    }
    /* 氛围 */
    .company-img_item{
        width: 300px;
        height: 167px;
    }
}
/*大于等于812 ipad */
@media (max-width: 812px){
    /* 氛围 */
    .company-img_item{
        width: 280px;
        height: 156px;
    }
    /* 招聘 */
    .recruitment-box{
        margin: 0;
    }
    .recruitment-item_info{
        padding-left: 0;
    }
    .recruitment-item_curr h2 {
        margin-bottom: 37px;
    }
    .recruitment-item{
        padding: 40px 0;
    }
}
/*大于等于768 ipad */
@media (max-width: 768px){

}

/*大于等于480 */
@media (max-width: 480px){
    /* 福利 */
    .welfare_item{
        width: 33.33%;
        margin-bottom: 16px;
    }
    .welfare_item img{
        width: 48px;
        height: 48px;
    }
    .welfare_item h2{
        font-size: 16px;
        line-height: 22px;
        margin-top: 5px;
    }
    /* 公司氛围 */
    .company-img_item{
        width: 49%;
        height: calc(98%/2);
        margin-bottom: 9px;
    }
    .company-img_item h2{
        font-size: 12px;
        line-height: 17px;
        left: 8px;
        bottom: 6px;
    }
    /* 招聘 */
    .recruitment-box{
        margin: 0;
        border-bottom: 1px solid #eee;
    }
    .recruitment-item{
        padding: 25px 10px;
        border-top: 1px solid #eee;
    }
    .recruitment-item h2{
        font-size: 14px;
        line-height: 20px;
    }
    .recruitment-item_curr h2 {
        margin-bottom: 31px;
    }
    .recruitment-item_info{
        padding-left: 0;
    }
    .recruitment-item h2::after{
        width: 10px;
        height: 10px;
        right: 0;
        margin-top: -5px;
        background-size: cover;
    }
    .recruitment_info-item {
        margin-bottom: 25px;
    }
    .recruitment_info-item h3{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .recruitment_info-item p{
        font-size: 12px;
        margin-bottom: 10px;
        color: #666;
    }
}

/*大于等于375  ios6 */
@media  (max-width: 375px){
    
}

/*大于等于360  安卓 */
@media (max-width: 360px){
    
}

/*大于等于320  ios5 安卓 */
@media (max-width: 320px){
    
}