.header {
    border-bottom: 1px solid rgba(220, 220, 220, 0.1);
}

body {
    background: #F7F7F7;
}

.sec1 {
    padding: 140px 0 0;
}

.sec1 .wrap {
    width: 1400px;
    margin: 0 auto;
}

.sec1 .wrap .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 76px;
}

.sec1 .wrap .top .title {
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
}

.sec1 .wrap .top .text {
    width: 660px;
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 32px;
}

.sec1 .wrap .swiper {
    width: 100%;
    height: 612px;
    border-radius: 20px;
}

.sec1 .wrap .swiper .control {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    padding: 0 70px;
    top: 54px;
    z-index: 3;
}

.sec1 .wrap .swiper .control .item {
    display: flex;
    align-items: center;
    width: 352px;
    padding: 0 0 14px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    position: relative;
}

.sec1 .wrap .swiper .control .item:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #FFFFFF;
    position: absolute;
    bottom: -2px;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
}

.sec1 .wrap .swiper .control .item .num {
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    margin-right: 26px;
    opacity: 0.5;
    transition: 0.6s;
}

.sec1 .wrap .swiper .control .item p {
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.5;
    transition: 0.6s;
}

.sec1 .wrap .swiper .control .item:hover .num, .sec1 .wrap .swiper .control .item:hover p, .sec1 .wrap .swiper .control .item.on .num, .sec1 .wrap .swiper .control .item.on p {
    opacity: 1;
}

.sec1 .wrap .swiper .control .item.on:after {
    animation: afterAnimate 5s linear forwards;
}

.sec1 .wrap .swiper .swiper-slide .img {
    width: 100%;
    height: 100%;
}

.sec1 .wrap .swiper .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    transition: 2s;
}

.sec1 .wrap .swiper .swiper-slide .text {
    width: 450px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 32px;
    position: absolute;
    top: 480px;
    left: 50%;
    text-align: center;
    transform: translate(-50%, 20px);
    opacity: 0;
}

html[lang='en'] .sec1 .wrap .swiper .swiper-slide .text {
    width: 850px;
}

.sec1 .wrap .swiper .swiper-slide.swiper-slide-active .img img {
    transform: scale(1);
}

.sec1 .wrap .swiper .swiper-slide.swiper-slide-active .text {
    opacity: 1;
    transform: translate(-50%, 0);
}

.sec2 {
    padding: 151px 0 138px;
    width: 100vw;
    overflow: hidden;
}

.sec2 .wrap {
    width: 1400px;
    margin: 0 auto;
}

.sec2 .wrap .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 80px;
}

.sec2 .wrap .top .l h5 {
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
    margin-bottom: 24px;
}

.sec2 .wrap .top .l p {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
}

.sec2 .wrap .top .r {
    display: flex;
    align-items: center;
    gap: 0 31px;
}

.sec2 .wrap .top .r .iconfont {
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #1745A1;
    transition: 0.6s;
    cursor: pointer;
}

.sec2 .wrap .top .r .iconfont:nth-child(1) {
    transform: rotate(180deg);
}

.sec2 .wrap .top .r .iconfont:hover {
    background: #2461AD;
    color: #FFFFFF;
}

.sec2 .wrap .swiper {
    width: 2080px;
}

.sec2 .wrap .swiper .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.sec2 .wrap .swiper .swiper-wrapper .swiper-slide .img {
    width: 100%;
    height: 332px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
}

.sec2 .wrap .swiper .swiper-wrapper .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec2 .wrap .swiper .swiper-wrapper .swiper-slide .img:hover img {
    transform: scale(1.1);
}

.sec2 .wrap .swiper .swiper-wrapper .swiper-slide p {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    padding: 0 0 0 16px;
    position: relative;
}

.sec2 .wrap .swiper .swiper-wrapper .swiper-slide p:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #2461AD;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.sec3 {
    padding: 133px 0 40px;
    background: #FFFFFF;
}

.sec3 .wrap {
    width: 1400px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto;
}

.sec3 .wrap .l {
    width: 430px;
    position: sticky;
    position: -webkit-sticky;
    top: 200px;
    padding: 0 0 90px;
}

.sec3 .wrap .l .title {
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
    margin-bottom: 40px;
}

.sec3 .wrap .l .text {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 32px;
}

.sec3 .wrap .l .sec3_page {
    margin: 180px 0 0;
    display: flex;
    align-items: flex-end;
}

.sec3 .wrap .l .sec3_page .now, .sec3 .wrap .l .sec3_page span {
    font-weight: bold;
    font-size: 24px;
    color: #1A1A1A;
    opacity: 0.4;
    line-height: 1;
}

.sec3 .wrap .l .sec3_page .total {
    font-weight: bold;
    font-size: 16px;
    color: #1A1A1A;
    opacity: 0.4;
    line-height: 1.2;
}

.sec3 .wrap .r {
    width: 820px;
}

.sec3 .wrap .r .img {
    margin-bottom: 95px;
}

.sec3 .wrap .r .img img {
    display: block;
    width: 100%;
}

.sec4 {
    padding: 129px 0 127px;
}

.sec4 .wrap {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    background: #FFFFFF;
    justify-content: space-between;
}

.sec4 .wrap .l {
    width: 580px;
    padding: 0 94px 0 86px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sec4 .wrap .l h5 {
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
    margin-bottom: 30px;
}

.sec4 .wrap .l p {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 32px;
}

.sec4 .wrap .r {
    width: 820px;
}

@keyframes afterAnimate {
    100% {
        transform: scaleX(1);
    }
}

/*# sourceMappingURL=compete.css.map */
@media screen and (max-width: 1919px) {
    .sec1 {
        padding: 7.2916666667vw 0px 0px;
    }

    .sec1 .wrap {
        width: 72.9166666667vw;
    }

    .sec1 .wrap .top {
        margin-bottom: 3.9583333333vw;
    }

    .sec1 .wrap .top .title {
        font-size: 1.6666666667vw;
    }

    .sec1 .wrap .top .text {
        width: 34.375vw;
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }

    .sec1 .wrap .swiper {
        height: 31.875vw;
        border-radius: 1.0416666667vw;
    }

    .sec1 .wrap .swiper .control {
        padding: 0px 3.6458333333vw;
        top: 2.8125vw;
    }

    .sec1 .wrap .swiper .control .item {
        width: 18.3333333333vw;
        padding: 0px 0px 0.7291666667vw;
        border-bottom: 0.1041666667vw solid rgba(255, 255, 255, 0.5);
    }

    .sec1 .wrap .swiper .control .item::after {
        height: 0.1041666667vw;
        bottom: -0.1041666667vw;
    }

    .sec1 .wrap .swiper .control .item .num {
        font-size: 0.8333333333vw;
        margin-right: 1.3541666667vw;
    }

    .sec1 .wrap .swiper .control .item p {
        font-size: 0.8333333333vw;
    }

    .sec1 .wrap .swiper .swiper-slide .text {
        width: 23.4375vw;
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
        top: 25vw;
        transform: translate(-50%, 1.0416666667vw);
    }

    html[lang='en'] .sec1 .wrap .swiper .swiper-slide .text {
        width: 44.270833333333vw;
    }

    .sec2 {
        padding: 7.8645833333vw 0px 7.1875vw;
    }

    .sec2 .wrap {
        width: 72.9166666667vw;
    }

    .sec2 .wrap .top {
        margin-bottom: 4.1666666667vw;
    }

    .sec2 .wrap .top .l h5 {
        font-size: 1.6666666667vw;
        margin-bottom: 1.25vw;
    }

    .sec2 .wrap .top .l p {
        font-size: 0.8333333333vw;
    }

    .sec2 .wrap .top .r {
        gap: 0px 1.6145833333vw;
    }

    .sec2 .wrap .top .r .iconfont {
        width: 3.125vw;
        height: 3.125vw;
        box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 0.625vw 0px;
        font-size: 0.9375vw;
    }

    .sec2 .wrap .swiper {
        width: 108.3333333333vw;
    }

    .sec2 .wrap .swiper .swiper-wrapper .swiper-slide .img {
        height: 17.2916666667vw;
        border-radius: 0.5208333333vw;
        margin-bottom: 2.0833333333vw;
    }

    .sec2 .wrap .swiper .swiper-wrapper .swiper-slide p {
        font-size: 0.8333333333vw;
        padding: 0px 0px 0px 0.8333333333vw;
    }

    .sec2 .wrap .swiper .swiper-wrapper .swiper-slide p::after {
        width: 0.3125vw;
        height: 0.3125vw;
    }

    .sec3 {
        padding: 6.9270833333vw 0px 2.0833333333vw;
    }

    .sec3 .wrap {
        width: 72.9166666667vw;
    }

    .sec3 .wrap .l {
        width: 22.3958333333vw;
        top: 10.4166666667vw;
        padding: 0px 0px 4.6875vw;
    }

    .sec3 .wrap .l .title {
        font-size: 1.6666666667vw;
        margin-bottom: 2.0833333333vw;
    }

    .sec3 .wrap .l .text {
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }

    .sec3 .wrap .l .sec3_page {
        margin: 9.375vw 0px 0px;
    }

    .sec3 .wrap .l .sec3_page .now, .sec3 .wrap .l .sec3_page span {
        font-size: 1.25vw;
    }

    .sec3 .wrap .l .sec3_page .total {
        font-size: 0.8333333333vw;
    }

    .sec3 .wrap .r {
        width: 42.7083333333vw;
    }

    .sec3 .wrap .r .img {
        margin-bottom: 4.9479166667vw;
    }

    .sec4 {
        padding: 6.71875vw 0px 6.6145833333vw;
    }

    .sec4 .wrap {
        width: 72.9166666667vw;
    }

    .sec4 .wrap .l {
        width: 30.2083333333vw;
        padding: 0 4.8958333333vw 0px 4.4791666667vw;
    }

    .sec4 .wrap .l h5 {
        font-size: 1.6666666667vw;
        margin-bottom: 1.5625vw;
    }

    .sec4 .wrap .l p {
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }

    .sec4 .wrap .r {
        width: 42.7083333333vw;
    }
}

@media screen and (max-width: 768px) {
    .common_banner .text1 h5 {
        width: 90vw;
    }

    .common_banner .text1 h5 div {
        font-size: 24px;
        line-height: 1.4;
    }

    .sec1 {
        padding: 50px 0 0;
    }

    .sec1 .wrap {
        width: 90%;
    }

    .sec1 .wrap .top {
        display: block;
        margin-bottom: 30px;
    }

    .sec1 .wrap .swiper {
        height: unset;
        border-radius: 0;
    }

    .sec1 .wrap .swiper .swiper-slide > .text {
        display: none;
    }

    .sec1 .wrap .swiper .swiper-slide .img {
        height: 50vw;
        border-radius: 6px;
        overflow: hidden;
    }

    .sec1 .wrap .swiper .control .item .num {
        display: none;
    }

    .sec1 .wrap .swiper .control .item p {
        display: none;
    }

    .sec1 .wrap .swiper .control .item::after {
        display: none;
    }

    .sec1 .wrap .swiper .control {
        top: unset;
        bottom: 20px;
        justify-content: flex-start;
        gap: 10px;
        padding: 0 15px;
    }

    .sec1 .wrap .swiper .control .item {
        border-bottom: none;
        width: 8px;
        height: 8px;
        background: #1745A1;
        opacity: 0.4;
        border-radius: 50%;
    }

    .sec1 .wrap .swiper .control .item.on {
        opacity: 1;
    }

    .sec1 .wrap .top .title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .sec1 .wrap .top .text {
        width: 100%;
        font-size: 15px;
        line-height: 1.8;
    }

    .sec1 .wrap .swiper .swiper-slide {
        padding: 15px 15px 50px;
        background: #FFFFFF;
        height: auto;
        border-radius: 9px;
    }

    .sec1 .wrap .swiper .swiper-slide .ph_text {
        display: block !important;
        width: 100%;
    }

    .sec1 .wrap .swiper .swiper-slide .ph_text .num {
        font-weight: bold;
        font-size: 16px;
        color: #111;
        margin: 20px 0 0;
    }

    .sec1 .wrap .swiper .swiper-slide .ph_text p {
        font-weight: bold;
        font-size: 18px;
        margin: 10px 0;
    }

    .sec1 .wrap .swiper .swiper-slide .text {
        width: 100%;
        color: #333333;
        opacity: 1;
        transform: unset !important;
        position: unset;
        font-size: 15px;
        line-height: 1.8;
        text-align: left;
    }
    html[lang='en'] .sec1 .wrap .swiper .swiper-slide .text {
        width: 100%;
    }
    .sec2 .wrap {
        width: 90%;
    }

    .sec2 {
        padding: 70px 0;
    }

    .sec2 .wrap .top {
        display: block;
        margin-bottom: 30px;
    }

    .sec2 .wrap .swiper .swiper-wrapper .swiper-slide .img {
        height: 46vw;
        border-radius: 6px;
        margin-bottom: 15px;
    }

    .sec2 .wrap .swiper .swiper-wrapper .swiper-slide p {
        font-size: 15px;
        padding: 0 0 0 10px;
    }

    .sec2 .wrap .swiper .swiper-wrapper .swiper-slide p::after {
        width: 5px;
        height: 5px;
    }

    .sec2 .wrap .top .l h5 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .sec2 .wrap .top .l p {
        font-size: 15px;
        line-height: 1.8;
    }

    .sec2 .wrap .top .r {
        justify-content: flex-end;
        margin: 15px 0 0;
        gap: 10px;
    }

    .sec2 .wrap .top .r .iconfont {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .sec3 .wrap {
        width: 90%;
    }

    .sec3 {
        padding: 50px 0;
    }

    .sec3 .wrap {
        display: block;
    }

    .sec3 .wrap .l {
        width: 100%;
        position: unset;
        padding: 0 0 40px;
    }

    .sec3 .wrap .l .title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .sec3 .wrap .l .text {
        font-size: 15px;
        line-height: 1.8;
    }

    .sec3 .wrap .l .sec3_page {
        display: none;
    }

    .sec3 .wrap .r {
        width: 100%;
    }

    .sec3 .wrap .r .img {
        margin-bottom: 30px;
    }

    .sec4 {
        padding: 50px 0;
    }

    .sec4 .wrap {
        flex-direction: column-reverse;
        width: 90%;
    }

    .sec4 .wrap .r {
        width: 100%;
    }

    .sec4 .wrap .l {
        width: 100%;
        padding: 30px 20px 40px;
    }

    .sec4 .wrap .l h5 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .sec4 .wrap .l p {
        font-size: 15px;
        line-height: 1.8;
    }
}
