.sec1 {
    padding: 156px 0 127px;
}

.sec1 .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec1 .wrap .l {
    width: 610px;
}

.sec1 .wrap .l .l_title {
    font-family: 'SourceHanSansCN-Medium';
    font-weight: 500;
    font-size: 42px;
    color: #02755F;
    margin-bottom: 30px;
}

.sec1 .wrap .l .swiper {
    width: 100%;
}

.sec1 .wrap .l .swiper .swiper-pagination {
    position: unset;
    display: flex;
    gap: 0 6px;
    margin: 45px 0 0;
}

.sec1 .wrap .l .swiper .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 20px;
    height: 2px;
    background: #D5D5D5;
    position: relative;
    opacity: 1;
    border-radius: 0;
    transition: 0.6s;
}

.sec1 .wrap .l .swiper .swiper-pagination .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #02755F;
    border-radius: 0;
}

.sec1 .wrap .l .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 56px;
}

.sec1 .wrap .l .swiper .swiper-pagination .swiper-pagination-bullet.on:after {
    animation: afterAnimate 5s linear forwards;
}

.sec1 .wrap .l .swiper .swiper-slide .slide_text {
    font-family: 'SourceHanSansCN-Light';
    font-weight: 300;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 32px;
    opacity: 0;
    transform: translateY(20px);
}

.sec1 .wrap .l .swiper .swiper-slide .slide_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    opacity: 0;
    transform: translateY(20px);
}

.sec1 .wrap .l .swiper .swiper-slide .slide_title p {
    font-family: 'SourceHanSansCN-Medium';
    font-weight: 500;
    font-size: 30px;
    color: #1A1A1A;
}

.sec1 .wrap .l .swiper .swiper-slide .slide_title .icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec1 .wrap .l .swiper .swiper-slide .slide_title .icon img {
    display: block;
}

.sec1 .wrap .l .swiper .swiper-slide.swiper-slide-active .slide_title {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.6s;
}

.sec1 .wrap .l .swiper .swiper-slide.swiper-slide-active .slide_text {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.6s;
    transition-delay: 0.1s;
}

.sec1 .wrap .r {
    width: 800px;
    border-radius: 10px;
}

.sec2 {
    position: relative;
    padding: 184px 0 98px;
}

.sec2 .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.sec2 .bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec2 .wrap .title {
    font-family: 'SourceHanSansCN-Medium';
    font-weight: 500;
    font-size: 42px;
    color: #FFFFFF;
    line-height: 1;
}

.sec2 .wrap .little_title {
    font-family: 'SourceHanSansCN-Medium';
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 1;
    margin: 54px 0 36px;
}

.sec2 .wrap .text {
    width: 595px;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 2;
}

.sec2 .wrap .box {
    width: 800px;
    margin: 137px 0 0 auto;
    padding: 49px 60px 34px;
    background: rgba(0, 0, 0, 0.22);
    border-radius: 16px;
    backdrop-filter: blur(20px);
}

.sec2 .wrap .box h5 {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.sec2 .wrap .box .num_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

.sec2 .wrap .box .num_list .item .num {
    font-family: 'HarmonyOS_Sans_SC_Light';
    font-weight: bold;
    font-size: 64px;
    color: #FFFFFF;
    line-height: 1;
}

.sec2 .wrap .box .num_list .item p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin: 20px 0 0;
}

.sec2 .wrap .box .des {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.4;
}

.sec3 {
    padding: 179px 0 165px;
}

.sec3 .wrap .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec3 .wrap .item .img {
    width: 750px;
    border-radius: 14px;
}

.sec3 .wrap .item .item_txt {
    width: 690px;
}

.sec3 .wrap .item .item_txt .icon {
    width: 75px;
    height: 65px;
    display: flex;
    align-items: center;
}

.sec3 .wrap .item .item_txt .icon img {
    display: block;
}

.sec3 .wrap .item .item_txt .item_title {
    font-family: 'SourceHanSansCN-Medium';
    font-weight: 500;
    font-size: 30px;
    color: #1A1A1A;
    margin: 34px 0 46px;
}

.sec3 .wrap .item .item_txt ul li {
    font-family: 'SourceHanSansCN-Light';
    font-weight: 300;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 32px;
    padding: 0 0 0 36px;
    margin-bottom: 18px;
    position: relative;
}

.sec3 .wrap .item .item_txt ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 12px;
    height: 12px;
    background: #328F7D;
    border-radius: 3px;
}

.sec3 .wrap .item:not(:last-child) {
    margin-bottom: 77px;
}

.sec3 .wrap .item:nth-child(2n) {
    flex-direction: row-reverse;
}

@keyframes afterAnimate {
    100% {
        width: 100%;
    }
}

/*# sourceMappingURL=talent.css.map */
@media screen and (max-width: 1919px) {
    .sec1 {
        padding: 8.125vw 0px 6.6145833333vw;
    }

    .sec1 .wrap .l {
        width: 31.7708333333vw;
    }

    .sec1 .wrap .l .l_title {
        font-size: 2.1875vw;
        margin-bottom: 1.5625vw;
    }

    .sec1 .wrap .l .swiper .swiper-pagination {
        gap: 0px 0.3125vw;
        margin: 2.34375vw 0px 0px;
    }

    .sec1 .wrap .l .swiper .swiper-pagination .swiper-pagination-bullet {
        width: 1.0416666667vw;
        height: 0.1041666667vw;
    }

    .sec1 .wrap .l .swiper .swiper-pagination .swiper-pagination-bullet::after {
        height: 0.1041666667vw;
    }

    .sec1 .wrap .l .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 2.9166666667vw;
    }

    .sec1 .wrap .l .swiper .swiper-slide .slide_text {
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
        transform: translateY(1.0416666667vw);
    }

    .sec1 .wrap .l .swiper .swiper-slide .slide_title {
        margin-bottom: 2.0833333333vw;
        transform: translateY(1.0416666667vw);
    }

    .sec1 .wrap .l .swiper .swiper-slide .slide_title p {
        font-size: 1.5625vw;
    }

    .sec1 .wrap .l .swiper .swiper-slide .slide_title .icon {
        width: 3.3333333333vw;
        height: 3.3333333333vw;
    }

    .sec1 .wrap .r {
        width: 41.6666666667vw;
        border-radius: 0.5208333333vw;
    }

    .sec2 {
        padding: 9.5833333333vw 0px 5.1041666667vw;
    }

    .sec2 .wrap .title {
        font-size: 2.1875vw;
    }

    .sec2 .wrap .little_title {
        font-size: 1.5625vw;
        margin: 2.8125vw 0px 1.875vw;
    }

    .sec2 .wrap .text {
        width: 30.9895833333vw;
        font-size: 1.0416666666vw;
    }

    .sec2 .wrap .box {
        width: 41.6666666667vw;
        margin: 7.1354166667vw 0px 0px auto;
        padding: 2.5520833333vw 3.125vw 1.7708333333vw;
        border-radius: 0.8333333333vw;
        backdrop-filter: blur(1.0416666667vw);
    }

    .sec2 .wrap .box h5 {
        font-size: 1.25vw;
        margin-bottom: 1.5625vw;
    }

    .sec2 .wrap .box .num_list {
        margin-bottom: 1.8229166667vw;
    }

    .sec2 .wrap .box .num_list .item .num {
        font-size: 3.3333333333vw;
    }

    .sec2 .wrap .box .num_list .item p {
        font-size: 0.8333333333vw;
        margin: 1.0416666667vw 0px 0px;
    }

    .sec2 .wrap .box .des {
        font-size: 0.8333333333vw;
    }

    .sec3 {
        padding: 9.3229166667vw 0px 8.59375vw;
    }

    .sec3 .wrap .item .img {
        width: 39.0625vw;
        border-radius: 0.7291666667vw;
    }

    .sec3 .wrap .item .item_txt {
        width: 35.9375vw;
    }

    .sec3 .wrap .item .item_txt .icon {
        width: 3.90625vw;
        height: 3.3854166667vw;
    }

    .sec3 .wrap .item .item_txt .item_title {
        font-size: 1.5625vw;
        margin: 1.7708333333vw 0px 2.3958333333vw;
    }

    .sec3 .wrap .item .item_txt ul li {
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
        padding: 0px 0px 0px 1.875vw;
        margin-bottom: 0.9375vw;
    }

    .sec3 .wrap .item .item_txt ul li::after {
        top: 0.5208333333vw;
        width: 0.625vw;
        height: 0.625vw;
        border-radius: 0.15625vw;
    }

    .sec3 .wrap .item:not(:last-child) {
        margin-bottom: 4.0104166667vw;
    }
}

@media screen and (max-width: 768px) {
    .sec1 {
        padding: 50px 0;
    }
    .sec1 .wrap {
        display: block;
    }
    .sec1 .wrap .l {
        width: 100%;
    }
    .sec1 .wrap .l .l_title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .sec1 .wrap .l .swiper .swiper-slide .slide_title p {
        font-size: 20px;
    }
    .sec1 .wrap .l .swiper .swiper-slide .slide_title .icon {
        width: 40px;
        height: 40px;
    }
    .sec1 .wrap .l .swiper .swiper-slide .slide_title {
        margin-bottom: 20px;
    }
    .sec1 .wrap .l .swiper .swiper-slide .slide_text {
        font-size: 15px;
        line-height: 2;
    }
    .sec1 .wrap .l .swiper .swiper-pagination .swiper-pagination-bullet {
        width: 20px;
        height: 2px;
    }
    .sec1 .wrap .l .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 40px;
    }
    .sec1 .wrap .l .swiper .swiper-pagination {
        gap: 0 8px;
        margin: 30px 0 0;
    }
    .sec1 .wrap .r {
        width: 100%;
        border-radius: 6px;
        margin: 40px 0 0;
    }
    .sec1 .wrap .l .swiper .swiper-pagination .swiper-pagination-bullet::after {
        height: 2px;
    }
    .sec2 .wrap .title {
        font-size: 24px;
    }
    .sec2 {
        padding: 60px 0;
    }
    .sec2 .wrap .little_title {
        font-size: 18px;
        margin: 20px 0;
    }
    .sec2 .wrap .text {
        width: 100%;
        font-size: 15px;
        line-height: 2;
    }
    .sec2 .wrap .box {
        width: 100%;
        padding: 40px 25px;
    }
    .sec2 .wrap .box h5 {
        font-size: 20px;
        margin-bottom: 40px;
    }
    .sec2 .wrap .box .num_list .item {
        width: 50%;
    }
    .sec2 .wrap .box .num_list .item p {
        font-size: 13px;
        margin: 10px 0 0;
    }
    .sec2 .wrap .box .num_list .item .num {
        font-size: 32px;
    }
    .sec2 .wrap .box .num_list {
        margin-bottom: 20px;
        flex-wrap: wrap;
        gap: 30px 0;
    }
    .sec2 .wrap .box .des {
        font-size: 14px;
    }
    .sec3 {
        padding: 60px 0;
    }
    .sec3 .wrap .item {
        display: block;
    }
    .sec3 .wrap .item .img {
        width: 100%;
        border-radius: 6px;
    }
    .sec3 .wrap .item .item_txt {
        width: 100%;
        padding: 30px 0 0;
    }
    .sec3 .wrap .item .item_txt .icon {
        width: 40px;
        height: 40px;

    }
    .sec3 .wrap .item .item_txt .item_title {
        font-size: 20px;
        margin: 15px 0;
    }
    .sec3 .wrap .item .item_txt ul li {
        font-size: 15px;
        line-height: 2;
        padding: 0 0 0 15px;
        margin: 0 0 10px;
    }
    .sec3 .wrap .item .item_txt ul li::after {
        width: 8px;
        height: 8px;
        border-radius: 2px;
        top: 11px;
    }
    .sec3 .wrap .item:not(:last-child) {
        margin-bottom: 40px;
    }
}
