.sec1 {
    position: relative;
}

.sec1 .wrap {
    padding: 265px 0 268px;
    position: relative;
    z-index: 4
}

.sec1 .wrap .text_box {
    width: 731px;
    margin: 0 0 150px auto;
    height: 1100px;
}
.sec1 .wrap .text_box .fix{
    position: sticky;
    position: -webkit-sticky;
    top: 265px;
    left: 0;
}
.sec1 .wrap .text_box .title {
    font-weight: 400;
    font-size: 42px;
    color: #FFFFFF
}

.sec1 .wrap .text_box .content {
    font-weight: 300;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 36px;
    margin: 58px 0 67px
}

.sec1 .wrap .text_box .more a {
    display: flex;
    align-items: center;
    width: fit-content;
    height: 60px;
    border-radius: 30px;
    border: 1px solid #FFFFFF;
    padding: 0 48px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    transition: 0.6s
}

.sec1 .wrap .text_box .more a:hover {
    background: #003F96;
    border: 1px solid #003F96
}

.sec1 .wrap .num_list {
    display: flex;
    justify-content: space-between
}

.sec1 .wrap .num_list .item {
    width: 526px;
    height: 185px;
    background: #FFFFFF;
    border-radius: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 74px 0 46px
}

.sec1 .wrap .num_list .item .num {
    font-weight: 400;
    font-size: 64px;
    color: #003F98;
    line-height: 1;
    position: relative
}

html[lang="en"] .sec1 .wrap .num_list .item .num{
    font-size: 55px;
}

.sec1 .wrap .num_list .item .num::after {
    content: attr(data-biao);
    position: absolute;
    top: 8px;
    right: -13px;
    transform: translateX(100%);
    font-weight: 400;
    font-size: 16px;
    color: #003F98
}

.sec1 .wrap .num_list .item p {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 24px;
    height: 48px
}
html[lang="en"] .sec1 .wrap .num_list .item p{
    width: 39%;
}
.sec1 .bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

.sec1 .bg img {
    width: 100%;
    height: 100%
}

.sec1 .cloud {
    width: 100%;
    position: absolute
}

.sec2 {
    position: relative;
    z-index: 3;
    background: #F3F6FB
}

.sec2 .cloud {
    width: 100%;
    position: absolute;
    top: -23vw;
    display: flex
}

.sec2 .cloud img {
    display: block;
    width: 100vw
}

.sec2 .wrap {
    position: relative;
    z-index: 3
}

.sec2 .wrap .box {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    overflow: hidden
}

.sec2 .wrap .box:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #0E162E;
    opacity: 0.3;
    position: absolute
}

.sec2 .wrap .box img {
    display: block;
    width: 100%
}

.sec2 .wrap .box .play {
    height: 70px;
    border: 1px solid #FFFFFF;
    padding: 0 38px;
    display: flex;
    align-items: center;
    gap: 0 10px;
    position: absolute;
    z-index: 3;
    cursor: pointer;
    transition: 0.6s
}

.sec2 .wrap .box .play p {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF
}

.sec2 .wrap .box .play img {
    display: block;
    width: 16px
}

.sec2 .wrap .box .play:hover {
    border: 1px solid #003F96;
    background: #003F96
}

.sec3 {
    background: #F3F6FB;
    padding: 144px 0 88px;
    position: relative
}

.sec3 .cloud {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    left: 0
}

.sec3 .cloud img {
    display: block;
    width: 100vw
}

.sec3 .wrap {
    width: 1740px;
    margin: 0 auto;
    position: relative;
    z-index: 3
}

.sec3 .wrap .title {
    font-weight: bold;
    font-size: 48px;
    color: #1A1A1A;
    width: 1600px;
    margin: 0 auto 104px
}

.sec3 .wrap .swiper_btns {
    display: flex;
    justify-content: center;
    gap: 0 10px;
    margin: 125px 0 0;
    position: relative;
    z-index: 10
}

.sec3 .wrap .swiper_btns .iconfont {
    width: 56px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1A1A1A;
    font-size: 16px;
    transition: 0.6s;
    cursor: pointer
}

.sec3 .wrap .swiper_btns .iconfont:nth-child(1) {
    transform: rotate(180deg)
}

.sec3 .wrap .swiper_btns .iconfont:hover {
    background: #003F96;
    color: #FFFFFF
}

.sec3 .wrap .swiper_btns .year_select {
    width: fit-content;
    height: 56px;
    background: #FFFFFF;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 4px
}

.sec3 .wrap .swiper_btns .year_select h5 {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    width: 55px;
    text-align: center
}

.sec3 .wrap .swiper_btns .year_select .select_box {
    width: 80px;
    height: 50px;
    background: #EEF0F4;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
    cursor: pointer
}

.sec3 .wrap .swiper_btns .year_select .select_box > p {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EEF0F4;
    border-radius: 25px;
}

.sec3 .wrap .swiper_btns .year_select .select_box .select_list {
    width: 100%;
    position: absolute;
    z-index: -1;
    bottom: calc(100% - 40px);
    background: #EEF0F4;
    border-radius: 25px;
    padding: 15px 0 65px;
    clip-path: inset(100% 0% 0% 0);
    transition: 0.6s;
    height: 240px;
    overflow: hidden;
    overflow-y: scroll;
}

.sec3 .wrap .swiper_btns .year_select .select_box .select_list::-webkit-scrollbar{
    width: 0;
    display: none;
}

.sec3 .wrap .swiper_btns .year_select .select_box .select_list p {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    text-align: center;
    line-height: 2;
    transition: 0.6s
}

.sec3 .wrap .swiper_btns .year_select .select_box .select_list p:hover {
    color: #003F98
}

.sec3 .wrap .swiper_btns .year_select .select_box:hover .select_list {
    clip-path: inset(0 0% 0% 0)
}

.sec3 .wrap .sec3_swiper .swiper-slide .year {
    text-align: center;
    position: relative;
    transform: translateY(125px);
    margin-bottom: 50px;
    transition: 0.6s
}

.sec3 .wrap .sec3_swiper .swiper-slide .year p {
    font-weight: 100;
    font-size: 120px;
    color: #CEDEF4;
    width: 100%;
    line-height: 1;
    transition: 0.6s
}

.sec3 .wrap .sec3_swiper .swiper-slide .year p:nth-child(2) {
    font-weight: 500;
    font-size: 120px;
    color: #003F96;
    position: absolute;
    top: 0;
    opacity: 0
}

.sec3 .wrap .sec3_swiper .swiper-slide .swiper_control {
    display: flex;
    justify-content: center;
    gap: 0 20px;
    margin-bottom: 55px;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none
}

.sec3 .wrap .sec3_swiper .swiper-slide .swiper_control .item {
    width: 72px;
    height: 38px;
    border-radius: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    font-weight: 500;
    font-size: 14px;
    color: #B3CCF1;
    cursor: pointer;
    position: relative
}

html[lang="en"] .sec3 .wrap .sec3_swiper .swiper-slide .swiper_control .item{
    font-size: 12px;
}

.sec3 .wrap .sec3_swiper .swiper-slide .swiper_control .item svg {
    position: absolute;
    width: 72px;
    height: 38px;
    top: 0px;
    left: 0px;
    transform: rotate(180deg)
}

.sec3 .wrap .sec3_swiper .swiper-slide .swiper_control .item .sq1 path {
    stroke: #CEDEF4
}

.sec3 .wrap .sec3_swiper .swiper-slide .swiper_control .item .sq2 {
    opacity: 1
}

.sec3 .wrap .sec3_swiper .swiper-slide .swiper_control .item .sq2 path {
    stroke: #003F96;
    stroke-dashoffset: 564px;
    stroke-dasharray: 188px
}

.sec3 .wrap .sec3_swiper .swiper-slide .swiper_control .item:hover {
    color: #003F96
}

.sec3 .wrap .sec3_swiper .swiper-slide .swiper_control .item.on {
    color: #003F96
}

.sec3 .wrap .sec3_swiper .swiper-slide .swiper_control .item.on .sq2 path {
    animation: 4s path linear forwards
}

.sec3 .wrap .sec3_swiper .swiper-slide .mouth_swiper {
    width: 800px;
    left: 50%;
    transform: translate(-50%, 20px);
    opacity: 0;
    pointer-events: none
}

.sec3 .wrap .sec3_swiper .swiper-slide .mouth_swiper .swiper-slide .slide-text {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}

.sec3 .wrap .sec3_swiper .swiper-slide .mouth_swiper .swiper-slide.swiper-slide-active .slide-text {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: auto;
    transition: 0.6s
}

.sec3 .wrap .sec3_swiper .swiper-slide.swiper-slide-active .year {
    transform: translateY(0px)
}

.sec3 .wrap .sec3_swiper .swiper-slide.swiper-slide-active .year p:nth-child(1) {
    opacity: 0
}

.sec3 .wrap .sec3_swiper .swiper-slide.swiper-slide-active .year p:nth-child(2) {
    opacity: 1
}

.sec3 .wrap .sec3_swiper .swiper-slide.swiper-slide-active .swiper_control {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: auto;
    transition: 0.6s
}

.sec3 .wrap .sec3_swiper .swiper-slide.swiper-slide-active .mouth_swiper {
    opacity: 1;
    transform: translate(-50%, 0);
    pointer-events: auto;
    transition: 0.6s
}

.sec4 {
    padding: 132px 0 0
}

.sec4 .wrap {
    display: flex;
    justify-content: space-between
}

.sec4 .wrap .l {
    width: 690px;
    padding: 50px 0 0
}

.sec4 .wrap .l .title {
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A;
    margin-bottom: 86px
}

.sec4 .wrap .l .des {
    font-weight: 400;
    font-size: 18px;
    color: #888888;
    margin-bottom: 35px
}

.sec4 .wrap .l .years {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.sec4 .wrap .l .years .year-item {
    width: 90px;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #E0E0E0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
    transition: 0.6s
}

.sec4 .wrap .l .years .year-item.on, .sec4 .wrap .l .years .year-item:hover {
    background: #003F96;
    border: 1px solid #003F96;
    color: #fff
}

.sec4 .wrap .r {
    width: 800px;
    height: 558px;
    background: #FFFFFF;
    box-shadow: 0px 0px 79px 0px rgba(98, 132, 202, 0.12);
    border-radius: 32px
}

.sec4 .wrap .r .swiper {
    width: 100%;
    height: 100%;
    border-radius: 32px
}

.sec4 .wrap .r .swiper .swiper-slide {
    padding: 58px 60px 80px 56px
}

.sec4 .wrap .r .swiper .swiper-slide .swiper-slide-year {
    font-weight: 400;
    font-size: 100px;
    color: #E0ECFF;
    line-height: 1;
    margin-bottom: 40px;
    padding: 0 0 0 48px;
    opacity: 0;
    transform: translateY(20px)
}

.sec4 .wrap .r .swiper .swiper-slide .slide_text {
    max-height: 300px;
    overflow-y: auto;
    padding: 0 78px 0 0;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none
}

.sec4 .wrap .r .swiper .swiper-slide .slide_text::-webkit-scrollbar {
    width: 3px;
    background: #EFEFEF
}

.sec4 .wrap .r .swiper .swiper-slide .slide_text::-webkit-scrollbar-thumb {
    background: #003F96
}

.sec4 .wrap .r .swiper .swiper-slide .slide_text li {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 32px;
    margin-bottom: 24px;
    position: relative;
    padding: 0 0 0 48px
}

.sec4 .wrap .r .swiper .swiper-slide .slide_text li:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #003F96;
    border-radius: 50%;
    left: 6px;
    top: 13px;
    position: absolute
}

.sec4 .wrap .r .swiper .swiper-slide .slide_text li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #003F96;
    border-radius: 50%;
    left: 6px;
    top: 13px;
    position: absolute;
    animation: 1.5s scale linear infinite;
    opacity: 0.7
}

.sec4 .wrap .r .swiper .swiper-slide.swiper-slide-active .swiper-slide-year {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.6s
}

.sec4 .wrap .r .swiper .swiper-slide.swiper-slide-active .slide_text {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: auto;
    transition: 0.6s;
    transition-delay: 0.1s
}

.sec5 {
    padding: 125px 0 0
}

.sec5 .wrap .box {
    width: 100%;
    background: #F6F9FF;
    border-radius: 36px;
    padding: 122px 199px 95px 169px;
    position: relative
}

.sec5 .wrap .box .title {
    display: flex;
    gap: 0 30px;
    align-items: center;
    position: absolute;
    left: 105px;
    top: 119px
}

.sec5 .wrap .box .title .icon {
    width: 45px
}

.sec5 .wrap .box .title p {
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A
}

.sec5 .wrap .box .img {
    width: 100%;
    position: relative;
    overflow: hidden
}

.sec5 .wrap .box .img::after {
    content: "";
    width: 210px;
    height: 130px;
    background: #F6F9FF;
    position: absolute;
    top: 232px;
    left: 107px;
    transition: 0.6s
}

.sec5 .wrap .box .img > img {
    position: absolute;
    top: 0;
    max-height: unset
}

.sec5 .wrap .box .img img {
    display: block;
    width: 100%
}

.sec5 .wrap .box .img .img_block {
    height: 361px
}

.sec5 .wrap .box .img .img_none {
    display: none;
    margin: -361px 0 0
}

.sec5 .wrap .box .img .img_none img {
    opacity: 0
}

.sec5 .wrap .box .img.item_active::after {
    opacity: 0
}

.sec5 .wrap .box .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 132px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 30px;
    margin: 68px auto 0;
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    transition: 0.6s;
    cursor: pointer
}

.sec5 .wrap .box .button:hover {
    background: #003F96;
    color: #FFFFFF
}

.sec6 {
    padding: 104px 0 141px
}

.sec6 .wrap .title {
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A;
    margin-bottom: 40px
}

.sec6 .wrap .box {
    width: 1600px;
    background: #F3F6FB;
    border-radius: 30px;
    padding: 38px 60px 38px 40px;
    display: flex;
    justify-content: space-between
}

.sec6 .wrap .box .l {
    width: 525px;
    border-radius: 16px;
    overflow: hidden
}

.sec6 .wrap .box .l img {
    display: block;
    width: 100%;
    height: 100%
}

.sec6 .wrap .box .r {
    width: 859px;
    padding: 28px 0 0
}

.sec6 .wrap .box .r .r_text {
    padding: 0 78px 0 0;
    max-height: 650px;
    overflow-y: auto;
}

.sec6 .wrap .box .r .r_text p {
    font-weight: 300;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 36px
}

.sec6 .wrap .box .r .r_text::-webkit-scrollbar {
    width: 3px;
    background: #EFEFEF
}

.sec6 .wrap .box .r .r_text::-webkit-scrollbar-thumb {
    background: #003F96
}

.sec6 .wrap .box .r .name {
    font-weight: bold;
    font-size: 18px;
    color: #1A1A1A;
    text-align: right;
    padding: 0 81px 0 0;
    margin: 30px 0 0
}

.mao {
    position: fixed;
    top: 250px;
    z-index: 333;
    left: 56px
}

.mao .item {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 32px;
    position: relative;
    cursor: pointer;
    transition: 0.6s
}

.mao .item:hover {
    color: #003F98
}

.mao .item:hover:after {
    background: #003F98
}

.mao .item:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    left: -16px;
    top: 13px;
    opacity: 0;
    transition: 0.6s
}

.mao .item.on:after {
    opacity: 1
}

.mao.active .item {
    color: #003F98
}

.mao.active .item:after {
    background: #003F98
}

@keyframes img_go {
    100% {
        transform: translateX(-50%)
    }
}

@keyframes scale {
    100% {
        transform: scale(3);
        opacity: 0
    }
}

@keyframes path {
    0% {
        stroke-dashoffset: 564px
    }
    100% {
        stroke-dashoffset: 376px
    }
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: 0.6s
}

.fixed .close {
    width: 57px;
    height: 57px;
    background: #003F96;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 53px;
    right: 60px;
    cursor: pointer
}

.fixed.show {
    opacity: 1;
    pointer-events: auto
}

.fixed .fix_shadow {
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.32;
    position: absolute
}

.fixed .fix_context {
    width: 1400px;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 100px 130px 170px;
    position: relative;
    z-index: 3
}

.fixed .fix_context .fix_title {
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 50px;
    padding: 0 0 40px
}

.fixed .fix_context .fix_text {
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 32px;
    max-height: 50vh;
    overflow-y: scroll
}

.fixed .fix_context .fix_text::-webkit-scrollbar {
    width: 3px;
    background: #EFEFEF
}

.fixed .fix_context .fix_text::-webkit-scrollbar-thumb {
    background: #003F96
}

.sec_go{
    padding: 130px 0 0 0;
    overflow: hidden;
}
.sec_go .go{
    display: flex;
    width: max-content;
    animation: goA 30s linear infinite;
}
.sec_go .go:hover{
    animation-play-state: paused;
}

@keyframes goA {
    100%{
        transform: translateX(-50%);
    }
}

.sec_go .go .flex{
    display: flex;
}
.sec_go .go .flex .item{
    width: fit-content;
    height: 400px;
    background: #F6F9FF;
    border-radius: 14px;
    padding: 9px 12px;
    margin: 0 30px 0 0;
}
.sec_go .go .flex .item .img{
    width: 100%;
    height: 300px;
    padding: 15px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec_go .go .flex .item .text{
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    text-align: center;
    margin: 30px 0 0 0;
}

.lenis_scroll{
    max-height: 250px;
    overflow: hidden;
    overflow-y: scroll;
    padding: 0 30px 0 0;
}
.lenis_scroll::-webkit-scrollbar-thumb {
    background: var(--color)
}
.lenis_scroll::-webkit-scrollbar-track {
    background: transparent;
}
.lenis_scroll::-webkit-scrollbar {
    width: 2px !important;
    display: block
}

@media screen and (max-width: 1919px) {
    .sec1 .wrap{
        padding: 13.8020833333vw 0px 13.9583333333vw;
    }
    .sec1 .wrap .text_box{
        width: 38.0729166667vw;
        margin: 0px 0px 7.8125vw auto;
        height: 57.2916666667vw;
    }
    .sec1 .wrap .text_box .fix{
        top: 13.8020833333vw;
    }
    .sec1 .wrap .text_box .title{
        font-size: 2.1875vw;
    }
    .sec1 .wrap .text_box .content{
        font-size: 1.0416666667vw;
        line-height: 1.875vw;
        margin: 3.0208333333vw 0px 3.4895833333vw;
    }
    .sec1 .wrap .text_box .more a{
        height: 3.125vw;
        border-radius: 1.5625vw;
        padding: 0px 2.5vw;
        font-size: 0.8333333333vw;
    }
    .sec1 .wrap .num_list .item{
        width: 27.3958333333vw;
        height: 9.6354166667vw;
        border-radius: 0.7291666667vw;
        padding: 0px 3.8541666667vw 0px 2.3958333333vw;
    }
    .sec1 .wrap .num_list .item .num{
        font-size: 3.3333333333vw;
    }
    html[lang="en"] .sec1 .wrap .num_list .item .num{
        font-size: 2.8645833333333335vw;
    }
    .sec1 .wrap .num_list .item .num::after{
        top: 0.4166666667vw;
        right: -0.6770833333vw;
        font-size: 0.8333333333vw;
    }
    .sec1 .wrap .num_list .item p{
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
        height: 2.5vw;
    }
    .sec2 .wrap .box{
        border-radius: 0.8333333333vw;
    }
    .sec2 .wrap .box .play{
        height: 3.6458333333vw;
        padding: 0px 1.9791666667vw;
        gap: 0px 0.5208333333vw;
    }
    .sec2 .wrap .box .play p{
        font-size: 0.9375vw;
    }
    .sec2 .wrap .box .play img{
        width: 0.8333333333vw;
    }
    .sec3{
        padding: 7.5vw 0px 4.5833333333vw;
    }
    .sec3 .wrap{
        width: 90.625vw;
    }
    .sec3 .wrap .title{
        font-size: 2.5vw;
        width: 83.3333333333vw;
        margin: 0px auto 5.4166666667vw;
    }
    .sec3 .wrap .swiper_btns{
        gap: 0px 0.5208333333vw;
        margin: 6.5104166667vw 0px 0px;
    }
    .sec3 .wrap .swiper_btns .iconfont{
        width: 2.9166666667vw;
        height: 2.9166666667vw;
        font-size: 0.8333333333vw;
    }
    .sec3 .wrap .swiper_btns .year_select{
        height: 2.9166666667vw;
        border-radius: 1.4583333333vw;
        padding: 0.15625vw 0.2083333333vw;
    }
    .sec3 .wrap .swiper_btns .year_select h5{
        font-size: 0.8333333333vw;
        width: 2.8645833333vw;
    }
    .sec3 .wrap .swiper_btns .year_select .select_box{
        width: 4.1666666667vw;
        height: 2.6041666667vw;
        border-radius: 1.3020833333vw;
    }
    .sec3 .wrap .swiper_btns .year_select .select_box > p{
        font-size: 0.8333333333vw;
        border-radius: 1.3020833333vw;
    }
    .sec3 .wrap .swiper_btns .year_select .select_box .select_list{
        bottom: calc(100% - 2.0833333333vw);
        border-radius: 1.3020833333vw;
        padding: 0.78125vw 0px 3.3854166667vw;
        height: 12.5vw;
    }
    .sec3 .wrap .swiper_btns .year_select .select_box .select_list p{
        font-size: 0.8333333333vw;
    }
    .sec3 .wrap .sec3_swiper .swiper-slide .year{
        transform: translateY(6.5104166667vw);
        margin-bottom: 2.6041666667vw;
    }
    .sec3 .wrap .sec3_swiper .swiper-slide .year p{
        font-size: 6.25vw;
    }
    .sec3 .wrap .sec3_swiper .swiper-slide .year p:nth-child(2){
        font-size: 6.25vw;
    }
    .sec3 .wrap .sec3_swiper .swiper-slide .swiper_control{
        gap: 0px 1.0416666667vw;
        margin-bottom: 2.8645833333vw;
        transform: translateY(1.0416666667vw);
    }
    .sec3 .wrap .sec3_swiper .swiper-slide .swiper_control .item{
        width: 3.75vw;
        height: 1.9791666667vw;
        border-radius: 0.9895833333vw;
        font-size: 0.7291666667vw;
    }
    html[lang="en"] .sec3 .wrap .sec3_swiper .swiper-slide .swiper_control .item{
        font-size: 0.625vw;
    }
    .sec3 .wrap .sec3_swiper .swiper-slide .swiper_control .item svg{
        width: 3.75vw;
        height: 1.9791666667vw;
    }

    .sec3 .wrap .sec3_swiper .swiper-slide .mouth_swiper{
        width: 41.6666666667vw;
        transform: translate(-50%, 1.0416666667vw);
    }
    .sec3 .wrap .sec3_swiper .swiper-slide .mouth_swiper .swiper-slide .slide-text{
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
        transform: translateY(1.0416666667vw);
    }
    .sec4{
        padding: 6.875vw 0px 0px;
    }
    .sec4 .wrap .l{
        width: 35.9375vw;
        padding: 2.6041666667vw 0px 0px;
    }
    .sec4 .wrap .l .title{
        font-size: 2.1875vw;
        margin-bottom: 4.4791666667vw;
    }
    .sec4 .wrap .l .des{
        font-size: 0.9375vw;
        margin-bottom: 1.8229166667vw;
    }
    .sec4 .wrap .l .years{
        gap: 0.5208333333vw;
    }
    .sec4 .wrap .l .years .year-item{
        width: 4.6875vw;
        height: 2.6041666667vw;
        border-radius: 0.15625vw;
        font-size: 0.8333333333vw;
    }
    .sec4 .wrap .r{
        width: 41.6666666667vw;
        height: 29.0625vw;
        box-shadow: rgba(98, 132, 202, 0.12) 0px 0px 4.1145833333vw 0px;
        border-radius: 1.6666666667vw;
    }
    .sec4 .wrap .r .swiper{
        border-radius: 1.6666666667vw;
    }
    .sec4 .wrap .r .swiper .swiper-slide{
        padding: 3.0208333333vw 3.125vw 4.1666666667vw 2.9166666667vw;
    }
    .sec4 .wrap .r .swiper .swiper-slide .swiper-slide-year{
        font-size: 5.2083333333vw;
        margin-bottom: 2.0833333333vw;
        padding: 0px 0px 0px 2.5vw;
        transform: translateY(1.0416666667vw);
    }
    .sec4 .wrap .r .swiper .swiper-slide .slide_text{
        max-height: 15.625vw;
        padding: 0px 4.0625vw 0px 0px;
        transform: translateY(1.0416666667vw);
    }
    .sec4 .wrap .r .swiper .swiper-slide .slide_text::-webkit-scrollbar{
        width: 0.15625vw;
    }
    .sec4 .wrap .r .swiper .swiper-slide .slide_text li{
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
        margin-bottom: 1.25vw;
        padding: 0px 0px 0px 2.5vw;
    }
    .sec4 .wrap .r .swiper .swiper-slide .slide_text li::after{
        width: 0.3125vw;
        height: 0.3125vw;
        left: 0.3125vw;
        top: 0.6770833333vw;
    }
    .sec4 .wrap .r .swiper .swiper-slide .slide_text li::before{
        width: 0.3125vw;
        height: 0.3125vw;
        left: 0.3125vw;
        top: 0.6770833333vw;
    }
    .sec5{
        padding: 6.5104166667vw 0px 0px;
    }
    .sec5 .wrap .box{
        border-radius: 1.875vw;
        padding: 6.3541666667vw 10.3645833333vw 4.9479166667vw 8.8020833333vw;
    }
    .sec5 .wrap .box .title{
        gap: 0px 1.5625vw;
        left: 5.46875vw;
        top: 6.1979166667vw;
    }
    .sec5 .wrap .box .title .icon{
        width: 2.34375vw;
    }
    .sec5 .wrap .box .title p{
        font-size: 2.1875vw;
    }
    .sec5 .wrap .box .img::after{
        width: 10.9375vw;
        height: 6.7708333333vw;
        top: 12.0833333333vw;
        left: 5.5729166667vw;
    }
    .sec5 .wrap .box .img .img_block{
        height: 18.8020833333vw;
    }
    .sec5 .wrap .box .img .img_none{
        margin: -18.8020833333vw 0px 0px;
    }
    .sec5 .wrap .box .button{
        width: 6.875vw;
        height: 3.125vw;
        border-radius: 1.5625vw;
        margin: 3.5416666667vw auto 0px;
        font-size: 0.8333333333vw;
    }
    .sec6{
        padding: 5.4166666667vw 0px 7.34375vw;
    }
    .sec6 .wrap .title{
        font-size: 2.1875vw;
        margin-bottom: 2.0833333333vw;
    }
    .sec6 .wrap .box{
        width: 83.3333333333vw;
        border-radius: 1.5625vw;
        padding: 1.9791666667vw 3.125vw 1.9791666667vw 2.0833333333vw;
    }
    .sec6 .wrap .box .l{
        width: 27.34375vw;
        border-radius: 0.8333333333vw;
    }
    .sec6 .wrap .box .r{
        width: 44.7395833333vw;
        padding: 1.4583333333vw 0px 0px;
    }
    .sec6 .wrap .box .r .r_text{
        padding: 0px 4.0625vw 0px 0px;
        max-height: 33.854166666666666666666666666667vw
    }
    .sec6 .wrap .box .r .r_text p{
        font-size: 0.9375vw;
        line-height: 1.875vw;
    }
    .sec6 .wrap .box .r .r_text::-webkit-scrollbar{
        width: 0.15625vw;
    }
    .sec6 .wrap .box .r .name{
        font-size: 0.9375vw;
        padding: 0px 4.21875vw 0px 0px;
        margin: 1.5625vw 0px 0px;
    }
    .mao{
        top: 13.0208333333vw;
        left: 2.9166666667vw;
    }
    .mao .item{
        font-size: 0.7291666667vw;
        line-height: 1.6666666667vw;
    }
    .mao .item::after{
        width: 0.3125vw;
        height: 0.3125vw;
        left: -0.8333333333vw;
        top: 0.6770833333vw;
    }

    .fixed .close{
        width: 2.96875vw;
        height: 2.96875vw;
        top: 2.7604166667vw;
        right: 3.125vw;
    }
    .fixed .fix_context{
        width: 72.9166666667vw;
        border-radius: 1.25vw;
        padding: 5.2083333333vw 6.7708333333vw 8.8541666667vw;
    }
    .fixed .fix_context .fix_title{
        font-size: 2.1875vw;
        margin-bottom: 2.6041666667vw;
        padding: 0px 0px 2.0833333333vw;
    }
    .fixed .fix_context .fix_text{
        font-size: 0.9375vw;
        line-height: 1.6666666667vw;
    }
    .fixed .fix_context .fix_text::-webkit-scrollbar{
        width: 0.15625vw;
    }
    .sec_go{
        padding: 6.7708333333vw 0px 0px;
    }
    .sec_go .go .flex .item{
        height: 20.8333333333vw;
        border-radius: 0.7291666667vw;
        padding: 0.46875vw 0.625vw;
        margin: 0px 1.5625vw 0px 0px;
    }
    .sec_go .go .flex .item .img{
        height: 15.625vw;
        padding: 0.78125vw;
        border-radius: 0.5208333333vw;
    }
    .sec_go .go .flex .item .text{
        font-size: 0.9375vw;
        margin: 1.5625vw 0px 0px;
    }
    .lenis_scroll{
        max-height: 13.0208333333vw;
        padding: 0px 1.5625vw 0px 0px;
    }
    .lenis_scroll::-webkit-scrollbar{
        width: 0.1041666667vw !important;
    }
}


@media screen and (max-width: 1024px) {
    .mao{
        display: none;
    }
    .sec1{
        margin: 60px 0 0 0;
    }
    .sec1 .wrap .text_box{
        width: 100%;
        height: auto;
        margin: 0 0 30px;
    }
    .sec1 .wrap .text_box .title{
        font-size: 22px;
    }
    .sec1 .wrap .text_box .content{
        margin: 25px 0;
        font-size: 14px;
        line-height: 30px;
        -webkit-line-clamp: 4;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .sec1 .wrap{
        padding: 60px 0 50px;
    }
    .sec1 .wrap .text_box .more a{
        height: 42px;
        border-radius: 25px;
        padding: 0 25px;
        font-size: 13px;
    }
    .sec1 .wrap .num_list{
        flex-direction: column;
        gap: 10px;
    }

    .sec1 .wrap .num_list .item{
        width: 100%;
        border-radius: 7px;
        padding: 20px 15px;
        align-items: center;
        height: 84px;
    }
    .sec1 .wrap .num_list .item .num {
        font-size: 23px!important;
    }
    .sec1 .wrap .num_list .item .num::after {
        top: 2px;
        right: -5px;
        font-size: 12px;
    }
    .sec1 .wrap .num_list .item p{
        font-size: 13px;
        line-height: 22px;
        height: auto;
    }
    .sec2 .wrap .box{
        border-radius: 10px;
    }
    .sec2 .wrap .box .play{
        height: 45px;
        padding: 0 15px;
        gap: 8px;
    }
    .sec2 .wrap .box .play p{
        font-size: 13px;
    }
    .sec2 .wrap .box .play img{
        width: 14px;
    }
    .sec2 .wrap .box > img{
        height: 220px;
    }
    .fixed .fix_context{
        width: 90%;
        border-radius: 10px;
        padding: 30px 5%;
    }
    .fixed .fix_context .fix_title{
        font-size: 16px;
        margin-bottom: 15px;
        padding: 0 0 10px;
    }
    .fixed .fix_context .fix_text{
        font-size: 13px;
        line-height: 30px;
        padding: 0 10px 0 0;
    }
    .fixed .close {
        width: 30px;
        height: 30px;
        top: 10px;
        right: 10px;
    }
    .fixed .close svg{
        width: 14px;
        height: 14px;
    }
    .sec3 .wrap .title{
        width: 100%;
        font-size: 22px;
        margin: 0 auto 25px;
    }
    .sec3 .wrap .sec3_swiper .swiper-slide .year p{
        font-size: 28px!important;
        font-weight: bold;
    }
    .sec3 .wrap .sec3_swiper .swiper-slide .year{
        margin: 0 0 20px;
    }
    .sec3 .wrap .sec3_swiper .swiper-slide .swiper_control .item{
        width: 72px;
        height: 38px;
        border-radius: 19px;
        font-size: 12px!important;
    }
    .sec3 .wrap .sec3_swiper .swiper-slide .swiper_control .item svg {
        width: 100%;
        height: 100%;
    }
    .sec3 .wrap .sec3_swiper .swiper-slide .swiper_control{
        gap: 10px;
        flex-wrap: wrap;
        margin: 0 0 25px;
    }
    .sec3 .wrap .sec3_swiper .swiper-slide .mouth_swiper{
        width: 100%;
    }
    .lenis_scroll{
        height: 250px!important;
        max-height: unset;
    }
    .sec3 .wrap .sec3_swiper .swiper-slide .mouth_swiper .swiper-slide .slide-text {
        font-size: 13px;
        line-height: 25px;
    }

    .sec3 .wrap .swiper_btns{
        margin: 20px 0 0 0;
        gap: 15px;
    }
    .sec3 .wrap .swiper_btns .iconfont{
        width: 40px;
        height: 40px;
        font-size: 12px;
    }
    .sec3 .wrap .swiper_btns .year_select{
        height: 40px;
        width: fit-content;
        padding: 0 0 0 25px;
        border-radius: 25px;
        gap: 7px;
    }
    .sec3 .wrap .swiper_btns .year_select .select_box .select_list {
        bottom: calc(100% - 36px);
        border-radius: 25px;
        padding: 7px 0;
        height: 248px;
    }
    .sec3 .wrap .swiper_btns .year_select h5{
        width: fit-content;
        font-size: 14px;
    }
    .sec3 .wrap .swiper_btns .year_select .select_box{
        width: 60px;
        height: 40px;
        border-radius: 25px;

    }
    .sec3 .wrap .swiper_btns .year_select .select_box > p{
        font-size: 12px;
        border-radius: 25px;
    }
    .sec3 .wrap .swiper_btns .year_select .select_box .select_list p {
        font-size: 13px;
    }
    .sec3{
        padding: 50px 0;
    }
    .sec4{
        padding: 50px 0 0 ;
    }
    .sec4 .wrap{
        flex-direction: column;
    }
    .sec4 .wrap .l{
        width: 100%;
        padding: 20px 0 0 0;
    }
    .sec4 .wrap .r{
        width: 100%;
        height: auto;
        border-radius: 15px;
        margin: 25px 0 0 0;
    }
    .sec4 .wrap .l .title{
        font-size: 24px;
        margin: 0 0 15px;
    }
    .sec4 .wrap .l .des{
        font-size: 14px;
        margin: 0 0 15px;
    }
    .sec4 .wrap .l .years{
        gap: 10px;
    }
    .sec4 .wrap .l .years .year-item{
        width: fit-content;
        height: 40px;
        border-radius: 3px;
        padding: 0 20px;
        font-size: 13px;
    }
    .sec4 .wrap .r .swiper .swiper-slide{
        padding: 25px 5%;
    }
    .sec4 .wrap .r .swiper .swiper-slide .swiper-slide-year{
        font-size: 20px;
        margin: 0 0 15px;
        padding: 0;
    }
    .sec4 .wrap .r .swiper .swiper-slide .slide_text li{
        font-size: 13px;
        line-height: 25px;
        padding: 3px 0 0 25px;
    }
    .sec4 .wrap .r .swiper .swiper-slide .slide_text li::before {
        width: 6px;
        height: 6px;
        left: 6px;
        top: 13px;
    }
    .sec4 .wrap .r .swiper .swiper-slide .slide_text li::after {
        width: 6px;
        height: 6px;
        left: 6px;
        top: 13px;
    }
    .sec4 .wrap .r .swiper .swiper-slide .slide_text{
        max-height: unset;
        padding: 0;
    }
    .sec4 .wrap .r .swiper .swiper-slide .slide_text li{
        margin: 0 0 15px;
    }

    .sec_go{
        padding: 35px 0 0 ;
    }
    .sec_go .go .flex .item{
        height: auto;
        border-radius: 10px;
        padding: 10px 15px 20px 15px;
        margin: 0 25px 0 0;
    }
    .sec_go .go .flex .item .img{
        height: 130px;
        padding: 10px;
        border-radius: 7px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sec_go .go .flex .item .text{
        font-size: 14px;
        margin: 15px 0 0 0;
    }
    .sec5 .wrap .box{
        border-radius: 12px;
        padding: 30px 5%;
    }
    .sec5 .wrap .box .title{
        position: static;
        gap: 10px;
        margin: 0 0 15px;
    }
    .sec5 .wrap .box .title .icon{
        width: 20px;
        position: relative;
        top: -2px;
    }
    .sec5 .wrap .box .title p{
        font-size: 18px;
    }
    .sec5 .wrap .box .img .img_none{
        margin: 25px 0 0 0;
        display: block;
    }
    .sec5 .wrap .box .img .img_block{
        display: none;
    }
    .sec5 .wrap .box .button{
        display: none;
    }
    .sec6{
        padding: 40px 0;
    }
    .sec6 .wrap .title{
        font-size: 24px;
        margin: 0 0 25px;
    }
    .sec6 .wrap .box{
        width: 100%;
        border-radius: 8px;
        padding: 15px;
        flex-direction: column;
        gap: 15px;
    }
    .sec6 .wrap .box .l{
        width: 100%;
        height: auto;
        border-radius: 8px;
    }
    .sec6 .wrap .box .r {
        width: 100%;
        padding: 25px 0 0 0;
    }
    .sec6 .wrap .box .r .r_text p{
        font-size: 13px;
        line-height: 25px;
    }
    .sec6 .wrap .box .r .r_text{
        padding: 0;
        max-height: unset;
    }
    .sec6 .wrap .box .r .name{
        font-size: 14px;
        padding: 0 0 15px;
        margin: 15px 0 0 0;
    }
}
