.banner {
    width: 100%;
}

.banner img {
    height: 100%;
    width: 100%;
}

.recruit {
    margin-top: 112px;
}

.recruit .top-text {
    display: flex;
    justify-content: space-between;
}

.recruit .title-box .title {
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 600;
    color: #333333;
    line-height: 48px;
}

.recruit .title-box .line {
    background: #22B7C4;
}

.recruit .text-box {
    width: calc(774vw / 19.2);
    font-size: calc(18vw / 19.2);
    font-weight: 500;
    color: #3D4864;
    line-height: calc(30vw / 19.2);
    text-align: justify;
}

.recruit .text-box .bottom-text {
    margin-top: 25px;
}

.recruit .content-banner {
    width: 100%;
    height: 330px;
    margin-top: 160px;
    position: relative;
}

.recruit .content-banner img{
    width: 100%;
    height: 100%;
    position: relative;
}

.recruit .content-banner .content-banner-chlang {
    position: absolute;
    left: 113px;
    /* top: 57px; */
    top: 110px;
    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; */
    bottom: -37px;
    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: 160px;
}

.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: calc(100% / 3.1);
    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 {
    width: 100%;
    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: calc(30vw / 19.2);
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: calc(30vw / 19.2);
}

.recruit .bottom-list-box .bottom-list .bottom-list-item .img-text .watermark {
    width: 197px;
    font-size: calc(37vw / 19.2);
    font-family: Arial;
    font-weight: 400;
    font-style: italic;
    color: #FFFFFF;
    line-height: calc(35vw / 19.2);
    opacity: 0.2;
    margin-top: calc(25vw / 19.2);
}

.recruit .title-box .enlang {
    margin-top: calc(24vw / 19.2);
    font-weight: 400;
    font-size: calc(28vw / 19.2);
    color: #90969D;
    line-height: calc(40vw / 19.2);
    opacity: .3;
}

.footer {
    margin-top: 160px;
}

@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 {
        margin-top: calc(88vw / 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 {
        margin-top: calc(24vw / 7.5);
        font-size: calc(28vw / 7.5);
        color: #90969D;
        line-height: calc(40vw / 7.5);
    }
    .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(64vw / 7.5);
    }
    .recruit .text-box .bottom-text {
        margin-top: calc(40vw / 7.5);
    }
    .recruit .top-text .title-box {
        display: flex;
        flex-direction: column;
    }
    .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(64vw / 7.5);
    }
    .recruit .content-banner img {
        width: 100%;
    }
    .recruit .bottom-list-box {
        margin-top: calc(88vw / 7.5);
    }
    .recruit .bottom-list-box .title-box {
        display: flex;
        flex-direction: column;
    }
    .recruit .bottom-list-box .bottom-list {
        margin-top: calc(64vw / 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);
    }

    .footer {
        margin-top: calc(88vw / 7.5);
    }
}
<!--ºÄÊ±1763843632.0792Ãë-->