.banner {
    width: 100%;
    height: 100vh;
    background-size: cover;
    position: relative;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.banner-content .english {
    text-transform: uppercase;
    font-size: 60px;
    font-family: DINCond-Black;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.05);
    position: relative;
}

section *{
    box-sizing: border-box;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}


.banner-content span {
    font-size: 50px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #346BAE;
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translate(-50%);
}


.banner .top {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 76px;
    text-align: center;
}

.banner .down {
    width: 62px;
    height: 62px;
    margin: auto;
    border-radius: 50%;
    background: rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

@keyframes down {
    0% {
        top: -11px;
        opacity: 1;
    }

    100% {
        top: 6px;
        opacity: 0;
    }
}

.banner .down-warp {
    width: 12px;
    height: 23px;
    background: #FFFFFF;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.banner .down-warp div {
    width: 2px;
    height: 6px;
    background: #346BAE;
    position: relative;
    top: -3px;
    animation: down 1s infinite linear;
}

.banner .top h1 {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 10px;
}
.w1400 {
    width: 1400px;
    margin: auto
}

.recruitment1 {
    padding: 133px 0
}

.recruitment1 .wrap .headline {
    height: 83px;
    border-top: 2px solid #346BAE;
    border-left: 1px solid #E4E6E8;
    border-right: 1px solid #E4E6E8;
    display: flex;
    align-items: center;
    padding: 0 40px 0 100px;
    gap: 150px
}

.recruitment1 .wrap .headline p {
    font-weight: bold;
    font-size: 22px;
    color: #000000;
    text-align: center
}

.recruitment1 .wrap .headline p:nth-child(1) {
    width: 190px
}

.recruitment1 .wrap .headline p:nth-child(2) {
    width: 126px
}

.recruitment1 .wrap .headline p:nth-child(3) {
    width: 95px
}

.recruitment1 .wrap .headline p:nth-child(4) {
    width: 110px
}

.recruitment1 .wrap .headline p:nth-child(5) {
    width: 110px
}

.recruitment1 .wrap .item {
    border: 1px solid #E4E6E8;
    border-top: none
}

.recruitment1 .wrap .item:nth-child(2n) .show {
    background: transparent
}

.recruitment1 .wrap .item.on .show {
    border-bottom: 1px solid #E4E6E8
}

.recruitment1 .wrap .item.on .show .jt {
    transform: rotate(0)
}

.recruitment1 .wrap .item .show {
    height: 95px;
    background: #F3F4F6;
    display: flex;
    align-items: center;
    padding: 0 40px 0 100px;
    gap: 150px;
    border: 1px solid transparent;
    position: relative;
    cursor: pointer;
    transition: .6s ease
}

.recruitment1 .wrap .item .show .jt {
    position: absolute;
    right: 41px;
    width: 13px;
    transform: rotate(180deg);
    transition: .3s ease
}

.recruitment1 .wrap .item .show p {
    font-size: 20px;
    color: #000000;
    text-align: center
}

.recruitment1 .wrap .item .show p:nth-child(1) {
    width: 190px
}

.recruitment1 .wrap .item .show p:nth-child(2) {
    width: 126px
}

.recruitment1 .wrap .item .show p:nth-child(3) {
    width: 95px
}

.recruitment1 .wrap .item .show p:nth-child(4) {
    width: 110px
}

.recruitment1 .wrap .item .show p:nth-child(5) {
    width: 110px
}

.recruitment1 .wrap .item .hide {
    overflow: hidden;
    display: none
}

.recruitment1 .wrap .item .hide > div {
    margin: 100px
}

.recruitment1 .wrap .item .hide > div .text {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 34px
}

.common_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.recruitment2 {
    padding: 130px 0 60px;
    position: relative;
    z-index: 1
}

.recruitment2:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 960px;
    top: 0;
    left: 0;
    background: #F8F8F8;
    z-index: -1
}

.recruitment2 .wrap .title {
    font-weight: bold;
    font-size: 50px;
    color: #000000;
    text-align: center;
    margin: 0 0 80px
}

.recruitment2 .wrap .content {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 17px
}

.recruitment2 .wrap .content .item {
    width: 455px;
    height: 264px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
    border-radius: 10px 10px 10px 10px;
    padding: 40px
}

.recruitment2 .wrap .content .item:hover .icon img {
    transform: rotateY(180deg)
}

.recruitment2 .wrap .content .item .icon {
    width: 56px;
    height: 54px;
    display: flex;
    align-items: center
}

.recruitment2 .wrap .content .item .icon img {
    object-fit: contain;
    transition: 1s
}

.recruitment2 .wrap .content .item .p1 {
    font-size: 22px;
    color: #000000;
    margin: 22px 0
}

.recruitment2 .wrap .content .item .p2 {
    font-weight: 400;
    font-size: 14px;
    color: #757575
}

.recruitment2 .wrap .content2 {
    margin: 76px 0 0 0;
    height: 300px;
    position: relative;
    z-index: 1;
    padding: 56px 39px 10px 40px;
    border-radius: 10px;
    overflow: hidden
}

.recruitment2 .wrap .content2 .p1 {
    width: 702px;
    font-weight: 400;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 36px
}

.recruitment2 .wrap .content2 .end {
    margin: 100px 0 0 0;
    display: flex;
    justify-content: flex-end;
    gap: 60px
}

.recruitment2 .wrap .content2 .end .list {
    display: flex;
    gap: 17px
}

.recruitment2 .wrap .content2 .end .list .img {
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center
}

.recruitment2 .wrap .content2 .end .list .img img {
    object-fit: contain
}

.recruitment2 .wrap .content2 .end .list p {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px
}

@media screen and (max-width: 1919px) {
    .w1400 {
        width: 72.9166666667vw
    }

    .recruitment1 {
        padding: 6.9270833333vw 0px
    }

    .recruitment1 .wrap .headline {
        height: 4.3229166667vw;
        border-top: 0.1041666667vw solid #346bae;
        padding: 0px 2.0833333333vw 0px 5.2083333333vw;
        gap: 7.8125vw
    }

    .recruitment1 .wrap .headline p {
        font-size: 1.1458333333vw
    }

    .recruitment1 .wrap .headline p:nth-child(1) {
        width: 9.8958333333vw
    }

    .recruitment1 .wrap .headline p:nth-child(2) {
        width: 4.9479166667vw
    }

    .recruitment1 .wrap .headline p:nth-child(3) {
        width: 4.9479166667vw
    }

    .recruitment1 .wrap .headline p:nth-child(4) {
        width: 5.7291666667vw
    }

    .recruitment1 .wrap .headline p:nth-child(5) {
        width: 5.7291666667vw
    }

    .recruitment1 .wrap .item .show {
        height: 4.9479166667vw;
        padding: 0px 2.0833333333vw 0px 5.2083333333vw;
        gap: 7.8125vw
    }

    .recruitment1 .wrap .item .show .jt {
        right: 2.1354166667vw;
        width: 0.6770833333vw
    }

    .recruitment1 .wrap .item .show p {
        font-size: 1.0416666667vw
    }

    .recruitment1 .wrap .item .show p:nth-child(1) {
        width: 9.8958333333vw
    }

    .recruitment1 .wrap .item .show p:nth-child(2) {
        width: 4.9479166667vw
    }

    .recruitment1 .wrap .item .show p:nth-child(3) {
        width: 4.9479166667vw
    }

    .recruitment1 .wrap .item .show p:nth-child(4) {
        width: 5.7291666667vw
    }

    .recruitment1 .wrap .item .show p:nth-child(5) {
        width: 5.7291666667vw
    }

    .recruitment1 .wrap .item .hide > div {
        margin: 5.2083333333vw
    }

    .recruitment1 .wrap .item .hide > div .text {
        font-size: 0.8333333333vw;
        line-height: 1.7708333333vw
    }

    .recruitment2 {
        padding: 6.7708333333vw 0px 3.125vw
    }

    .recruitment2::after {
        height: 50vw
    }

    .recruitment2 .wrap .title {
        font-size: 2.6041666667vw;
        margin: 0px 0px 4.1666666667vw
    }

    .recruitment2 .wrap .content {
        gap: 0.8854166667vw
    }

    .recruitment2 .wrap .content .item {
        width: 23.6979166667vw;
        height: 13.75vw;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0.15625vw 0.3125vw 1px;
        border-radius: 0.5208333333vw;
        padding: 2.0833333333vw
    }

    .recruitment2 .wrap .content .item .icon {
        width: 2.9166666667vw;
        height: 2.8125vw
    }

    .recruitment2 .wrap .content .item .p1 {
        font-size: 1.1458333333vw;
        margin: 1.1458333333vw 0px
    }

    .recruitment2 .wrap .content .item .p2 {
        font-size: 0.7291666667vw
    }

    .recruitment2 .wrap .content2 {
        margin: 3.9583333333vw 0px 0px;
        height: 15.625vw;
        padding: 2.9166666667vw 2.03125vw 0.5208333333vw 2.0833333333vw;
        border-radius: 0.5208333333vw
    }

    .recruitment2 .wrap .content2 .p1 {
        width: 36.5625vw;
        font-size: 1.3541666667vw;
        line-height: 1.875vw
    }

    .recruitment2 .wrap .content2 .end {
        margin: 5.2083333333vw 0px 0px;
        gap: 3.125vw
    }

    .recruitment2 .wrap .content2 .end .list {
        gap: 0.8854166667vw
    }

    .recruitment2 .wrap .content2 .end .list .img {
        width: 1.1979166667vw;
        height: 1.1979166667vw
    }

    .recruitment2 .wrap .content2 .end .list p {
        font-size: 0.7291666667vw;
        line-height: 1.25vw
    }
}

@media screen and (max-width: 1024px) {
    .recruitment1 {
        padding: 40px 0
    }

    .w1400 {
        width: 90%
    }

    .recruitment1 .wrap .headline {
        height: 50px;
        border-width: 2px;
        padding: 0 5%;
        gap: 0;
        justify-content: space-between
    }

    .recruitment1 .wrap .headline p {
        font-size: 13px;
        width: fit-content !important
    }

    .recruitment1 .wrap .item .show {
        height: 50px;
        padding: 0 5%;
        gap: 0;
        justify-content: space-between
    }

    .recruitment1 .wrap .item .show p {
        font-size: 11px;
        width: fit-content !important
    }

    .recruitment1 .wrap .item .show .jt {
        display: none
    }

    .recruitment1 .wrap .item .hide > div {
        margin: 20px 5%
    }

    .recruitment1 .wrap .item .hide > div .text {
        font-size: 13px;
        line-height: 25px
    }

    .recruitment2 {
        background: #F8F8F8;
        padding: 50px 0
    }

    .recruitment2 .wrap .title {
        font-size: 24px;
        margin: 0 0 30px
    }

    .recruitment2 .wrap .content {
        gap: 15px;
        grid-template-columns:repeat(1, 1fr)
    }

    .recruitment2 .wrap .content .item {
        width: 100%;
        height: auto;
        border-radius: 10px;
        padding: 25px 5%
    }

    .recruitment2 .wrap .content .item .icon {
        width: 30px;
        height: 30px
    }

    .recruitment2 .wrap .content .item .p1 {
        margin: 10px 0;
        font-size: 18px
    }

    .recruitment2 .wrap .content .item .p2 {
        font-size: 13px;
        line-height: 22px
    }

    .recruitment2 .wrap .content2 {
        border-radius: 10px;
        height: auto;
        padding: 30px 5%;
        margin: 25px 0 0 0
    }

    .recruitment2 .wrap .content2 .p1 {
        width: 100%;
        font-size: 15px;
        line-height: 24px
    }

    .recruitment2 .wrap .content2 .end {
        margin: 30px 0 0 0;
        gap: 15px
    }

    .recruitment2 .wrap .content2 .end .list {
        gap: 10px
    }

    .recruitment2 .wrap .content2 .end .list .img {
        width: 20px;
        height: 20px;
        position: relative;
        top: 2px
    }

    .recruitment2 .wrap .content2 .end .list p {
        font-size: 13px;
        line-height: 22px
    }

    .recruitment2 .wrap .content2 .end {
        flex-direction: column;
        justify-content: unset
    }
    .banner-content .english{
        display: none;
    }
    .banner-content span{
        position: static;
        font-size: 34px;
    }
    .banner .top{
        bottom: 23px;
    }
}
