.banner {
    width: 100%;
}

.banner img {
    height: 100%;
    width: 100%;
}

.recruit {
    width: 1180px;
    margin-top: 112px;
}

.recruit .top-text {
    display: flex;
    justify-content: space-between;
}

.recruit .title-box .title {
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 48px;
}

.recruit .title-box .line {
    width: 51px;
    height: 4px;
    background: #5290C7;
    margin-top: 17px;
}

.recruit .text-box {
    width: 774px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #666666;
    line-height: 30px;
    text-align: justify;
}

.recruit .text-box .bottom-text {
    margin-top: 25px;
}

.recruit .content-banner {
    width: 1179px;
    height: 330px;
    margin-top: 49px;
    position: relative;
}

.recruit .content-banner .content-banner-chlang {
    position: absolute;
    left: 113px;
    top: 57px;
    width: 142px;
    height: 83px;
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 48px;
    letter-spacing: -.5px;
}

.recruit .content-banner .content-banner-enlang {
    position: absolute;
    left: 94px;
    top: 106px;
    width: 658px;
    height: 203px;
    font-size: 122px;
    font-family: Arial;
    font-weight: bold;
    font-style: italic;
    color: #FFFFFF;
    line-height: 90px;
    opacity: 0.3;
}

.recruit .bottom-list-box {
    margin-top: 100px;
}

.recruit .bottom-list-box .bottom-list {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.recruit .bottom-list-box .bottom-list .bottom-list-item {
    display: block;
    position: relative;
    width: 380px;
    height: 287px;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
}

.recruit .bottom-list-box .bottom-list .bottom-list-item:hover {
    opacity: 1;
}

.recruit .bottom-list-box .bottom-list .bottom-list-item img {
    transition: 1s;
}

.recruit .bottom-list-box .bottom-list .bottom-list-item:hover img {
    transform: scale(1.1);
    transition: 1s;
}

.recruit .bottom-list-box .bottom-list .bottom-list-item .img-text {
    position: absolute;
    top: 80px;
    left: 37px;
}

.recruit .bottom-list-box .bottom-list .bottom-list-item .img-text .title {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 30px;
}

.recruit .bottom-list-box .bottom-list .bottom-list-item .img-text .watermark {
    width: 197px;
    font-size: 37px;
    font-family: Arial;
    font-weight: 400;
    font-style: italic;
    color: #FFFFFF;
    line-height: 35px;
    opacity: 0.2;
    margin-top: 25px;
}

.recruit .title-box .enlang {
    width: 298px;
    font-size: 24px;
    font-family: Arial;
    font-weight: 400;
    color: #333333;
    opacity: 0.3;
    letter-spacing: -0.5px;
    margin-top: 20px;
}
@media all and (min-width:1000px) and (max-width:1366px){
    .content{
        width: 93vw;
    }
    .recruit{
        width: 93vw;
    }
    .recruit .content-banner{
        width: 93vw;
    }
    .recruit .content-banner img{
        width: 100%;
        height: 100%;
    }
    .recruit .bottom-list-box .bottom-list .bottom-list-item{
        width: calc(380vw / 13);
        height: calc(287vw / 13);
    }
}
@media all and (max-width:1000px) {
    .banner{
        margin-top:calc(99vw / 7.5);
    }
    .recruit{
        width: 93vw;
        margin-top: calc(80vw / 7.5);
    }
    .recruit .title-box .line{
        width: calc(51vw / 7.5);
        height: calc(4vw / 7.54);
        margin-top: calc(16vw / 7.5);
    }
    .recruit .title-box .enlang{
        display: none;
    }
    .recruit .top-text{
        flex-direction: column;
    }
    .recruit .text-box{
        width: 100%;
        font-size: calc(24vw / 7.5);
        line-height: calc(36vw / 7.54);
        margin-top: calc(29vw / 7.5);
    }
    .recruit .text-box .bottom-text{
        margin-top: calc(40vw / 7.5);
    }
    .recruit .top-text .title-box{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .recruit .title-box .title{
        font-size: calc(36vw / 7.5);
        line-height: calc(48vw / 7.5);
    }
    .recruit .content-banner .content-banner-chlang,.content-banner-enlang{
        display: none;
    }
    .recruit .content-banner{
        width: 93vw;
        height: auto;
        margin-top: calc(65vw / 7.5);
    }
    .recruit .content-banner img{
        width: 100%;
    }
    .recruit .bottom-list-box{
        margin-top: calc(79vw / 7.5);
    }
    .recruit .bottom-list-box .title-box{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .recruit .bottom-list-box .bottom-list{
        margin-top: calc(54vw / 7.5);
        flex-direction: column;
    }
    .recruit .bottom-list-box .bottom-list .bottom-list-item{
        width: 100%;
        height: calc(520vw / 7.5);
        margin-top: calc(28vw / 7.5);
    }
    .recruit .bottom-list-box .bottom-list .bottom-list-item img{
        width: 100%;
        height: 100%;
    }
    .recruit .bottom-list-box .bottom-list .bottom-list-item .img-text .title{
        font-size: calc(48vw / 7.5);
    }
    .recruit .bottom-list-box .bottom-list .bottom-list-item .img-text .watermark{
        font-size: calc(60vw / 7.5);
        margin-top: calc(40vw / 7.5);
    }
}
