.careerBg{
    background-color: #FFFFFF;
    overflow: hidden;
}
.careerTop{
    margin: 70px 0;
}
.careerImg{
    position: relative;
}
.careerImg img{
    display: block;
    width: 100%;
    height: auto;
}
.careerTit{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(17, 45, 107, .75);
}
.careerLine{
    display: block;
    width: 32px;
    height: 4px;
    max-width: .32rem;
    max-height: .04rem;
    background: #FFFFFF;
    border-radius: 2px;
    margin: .1rem auto 0;
}
.careerText{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    padding: .3rem;
    background: #F4F4F4;
    font-weight: bold;
}
.careerBot{
    position: relative;
    padding: 0 130px;
    margin: 90px 0 120px;
}
.careerBot .swiper-slide {
    width: 60%;
    max-width: 780px;
}
.careerPic{
    padding-bottom: 55%;
}
.careerBot .swiper-button-prev{
    left: 0;
}
.careerBot .swiper-button-next{
    right: 0;
}
.careerBot .swiper-button-prev{
    background-image: url(../images/prev2@2x.png);
}
.careerBot .swiper-button-next{
    background-image: url(../images/next2@2x.png);
}

.jobBg{
    padding: 70px 0;
    background-color: #FFFFFF;
}
.jobList{
    list-style: none;
}
.jobList li{
    border-bottom: 1px solid #D8D8D8;
}
.jobTop{
    padding: .1rem 0;
    cursor: pointer;
}
.jobLeft{
    flex: auto;
    overflow: hidden;
}
.jobTit{
    line-height: 1.8;
    margin: .04rem 0;
}
.jobPrice{
    margin: .04rem 0;
}
.jobPrice span{
    color: var(--baseColor);
    margin-right: .1rem;
    font-family: 'DINCondensed';
    font-weight: bold;
}
.jobInfo{
    margin: .04rem 0;
}
.jobInfo span + span::before{
    content: "I";
    padding: 0 .1rem;
}
.jobBtn{
    flex-shrink: 0;
    width: 120px;
    line-height: 40px;
    background: var(--baseColor);
    border-radius: 25px;
    text-align: center;
    margin-left: .1rem;
}
.jobBot{
    padding: .3rem;
    margin-bottom: -1px;
    background-color: #F6F7F8;
    display: none;
}
.jobCon{
    width: 80%;
    padding-right: 5%;
    border-right: 1px solid #D8D8D8;
}
.jobCon h3{
    font-size: 20px;
    margin: 5px 0;
}
.jobEmail{
    width: 20%;
    line-height: 2;
}
.jobEmail a{
    color: var(--baseColor);
    font-weight: bold;
}

@media (max-width:1600px){
    .careerTop{
        margin: 3.65vw 0;
    }
    .careerText{
        min-height: 10.4vw;
    }
    .careerBot{
        padding: 0 6.8vw;
        margin: 4.68vw 0 6.25vw;
    }
    .careerBot .swiper-slide{
        width: 65%;
    }
    .jobBg{
        padding: 3.65vw 0;
    }
    .jobCon h3{
        font-size: 18px;
    }
}
@media (max-width:1400px){
    .jobCon h3{
        font-size: 16px;
    }

}
@media (max-width:1200px){
    .careerTop{
        margin: .6rem 0;
    }
    .careerBot{
        padding: 0 60px;
        margin: .6rem 0;
    }
    .jobBg{
        padding: .6rem 0;
    }
    

}
@media (max-width:991px){
    .jobInfo{
        display: none;
    }
    .jobText{
        display: block;
    }
    .jobText .jobInfo{
        display: block;
        padding-bottom: .1rem;
    }
    .jobCon{
        width: 100%;
        padding: .3rem 0;
        border: none;
        border-top: 1px solid #D8D8D8;
        border-bottom: 1px solid #D8D8D8;
    }
    .jobEmail{
        justify-content: flex-start;
        flex-direction: row;
        width: 100%;
        padding: .1rem 0;
    }
    .jobEmail p{
        margin-right: .1rem;
    }

}
@media (max-width:767px){

}
@media (max-width:640px){
    .careerBot{
        padding: 0;
    }
    .careerBot .swiper-slide{
        width: 80%;
    }
    .jobBtn{
        width: 90px;
        line-height: 32px;
    }

}
@media (max-width:460px){
    .jobBtn{
        width: 70px;
        font-size: 12px;
        line-height: 28px;
    }
    .jobCon h3{
        font-size: 14px;
    }

}
