.section1.on .wrap .box .top .text h3, .section1.on .wrap .box .top .text h4 {
    transform: translateY(0);
    opacity: 1
}

.section1.on .wrap .box .top .text h4 {
    transition-delay: .2s
}

.section1 .wrap {
    height: 100vh
}

.section1 .wrap .box {
    height: 100%
}

.section1 .wrap .box .top {
    position: relative;
    height: 100%
}

.section1 .wrap .box .top .img {
    width: 100%;
    height: 100%;
    clip-path: circle(75vw at 50% 50%)
}

.section1 .wrap .box .top .img img {
    width: 100%;
    height: 100%
}

.section1 .wrap .box .top .text {
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute
}

.section1 .wrap .box .top .text.hide {
    opacity: 0
}

.section1 .wrap .box .top .text h3, .section1 .wrap .box .top .text h4 {
    transform: translateY(20px);
    opacity: 0;
    transition: 1s
}

.section1 .wrap .box .top .text h3 {
    font-size: 50px;
    color: #fff
}

.section1 .wrap .box .top .text h4 {
    color: #fff;
    font-size: 42px;
    font-weight: 400
}

.section1 .wrap .box .top .scroll {
    width: 144px;
    height: 144px;
    position: absolute;
    bottom: 200px;
    left: 50%;
    transform: translate(-50%, 50%);
    border-radius: 50%;
    transition: all 1s;
    opacity: 1;
    backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.1);
    pointer-events: all;
    cursor: pointer
}

.section1 .wrap .box .top .scroll:hover {
    transition: all .5s;
    transform: translate(-50%, 50%) scale(0.9)
}

.section1 .wrap .box .top .scroll.active {
    opacity: 0;
    pointer-events: none
}

.section1 .wrap .box .top .scroll .circle {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 127px;
    height: 127px;
    animation: rotate 10s linear infinite
}

.section1 .wrap .box .top .scroll .bottom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg)
}

.section1 .wrap .box .top .scroll .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%) rotate(90deg)
}

.section1 .wrap .box .top .scroll .icon span {
    font-size: 30px;
    color: #fff
}

.section1 .wrap .box .top .txt {
    color: #fff;
    width: fit-content;
    position: absolute;
    font-size: 72px;
    font-weight: 700
}

.section1 .wrap .box .top .txt.active p {
    opacity: 1;
    transform: none !important
}

.section1 .wrap .box .top .txt.black {
    color: #1A1A1A;
    z-index: -1
}

.section1 .wrap .box .top .txt p {
    opacity: 0;
    transition: all 1s
}

.section1 .wrap .box .top .txt.txt1 {
    left: calc(50% - 276px);
    transform: translate(-50%, -50%);
    top: calc(50% - 84px)
}

.section1 .wrap .box .top .txt.txt1 p {
    transform: translateX(-50%)
}

.section1 .wrap .box .top .txt.txt2 {
    left: calc(50% + 270px);
    transform: translate(-50%, -50%);
    top: calc(50% + 84px)
}

.section1 .wrap .box .top .txt.txt2 p {
    transform: translateX(50%)
}

.section1 .wrap .box .walking {
    height: fit-content;
    display: flex;
    align-items: end;
    overflow: hidden;
    position: absolute;
    bottom: 0
}

.section1 .wrap .box .walking .flex {
    width: fit-content;
    display: flex;
    animation: walking 20s linear infinite;
    opacity: .2
}

.section1 .wrap .box .walking .flex .trem {
    width: 1200px
}

.section2 .wrap {
    width: 1400px;
    margin: 0 auto;
    padding-top: 140px;
    display: flex;
    padding-bottom: 177px
}

.section2 .wrap .left {
    margin-top: 30px;
    width: 680px;
    margin-right: 40px
}

.section2 .wrap .right {
    flex: 1
}

.section2 .wrap .right .title .ch {
    color: #1A1A1A;
    font-weight: 700;
    line-height: 1;
    font-size: 42px
}

.section2 .wrap .right .title .en {
    color: #1A1A1A;
    opacity: .1;
    font-size: 42px;
    font-weight: 700
}

.section2 .wrap .right .title .en.aos-animate {
    transition-delay: .1s
}

.section2 .wrap .right .main {
    background: #F9F9F9;
    border-radius: 12px;
    border: 1px solid #FFFFFF;
    padding: 50px 70px 90px;
    margin-top: 84px
}

.section2 .wrap .right .main .marks {
    color: #107AF2
}

.section2 .wrap .right .main .marks span {
    font-size: 22px
}

.section2 .wrap .right .main .marks.aos-animate {
    transition-delay: .2s
}

.section2 .wrap .right .main .text {
    margin-top: 66px;
    color: #1A1A1A;
    font-size: 18px;
    line-height: 2
}

.section2 .wrap .right .main .text.aos-animate {
    transition-delay: .3s
}

.section2 .wrap .right .main .user {
    display: flex;
    align-items: center;
    margin-top: 40px
}

.section2 .wrap .right .main .user.aos-animate {
    transition-delay: .4s
}

.section2 .wrap .right .main .user .tx {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px
}

.section2 .wrap .right .main .user .name {
    color: #888888;
    font-size: 16px
}

.section3 {
    background-color: #F2F6FC;
    position: relative
}

.section3::before, .section3::after {
    content: '';
    display: block;
    border-radius: 50%;
    position: absolute;
    filter: blur(50px);
    z-index: 0;
    animation: spin1 6s infinite linear;
    transform-origin: 42% 42%
}

.section3::after {
    width: 400px;
    height: 400px;
    background-image: radial-gradient(#D2F4FC 0%, #D2F4FC 20%, #d2f4fc 100%);
    left: 40px;
    bottom: -200px;
    opacity: 0.4
}

.section3::before {
    width: 300px;
    height: 400px;
    background-image: radial-gradient(#CEF7F4 0%, #CEF7F4 20%, #cef7f4 100%);
    left: 180px;
    bottom: -200px;
    opacity: .5
}

.section3 .wrap {
    padding-top: 120px;
    width: 1400px;
    margin: 0 auto;
    padding-bottom: 80px
}

.section3 .wrap .title {
    margin-bottom: 40px
}

.section3 .wrap .title h3 {
    color: #1A1A1A;
    font-size: 42px;
    line-height: 48px;
    text-align: center
}

.section3 .wrap .main {
    display: flex;
    justify-content: space-between
}

.section3 .wrap .main .item {
    width: 340px;
    padding-bottom: 80px;
    height: fit-content;
    position: relative
}

.section3 .wrap .main .item:nth-child(2) {
    margin-top: 140px
}

.section3 .wrap .main .item:nth-child(2).aos-animate {
    transition-delay: .1s
}

.section3 .wrap .main .item:nth-child(3).aos-animate {
    transition-delay: .2s
}

.section3 .wrap .main .item:hover .top .num {
    color: #0D2D75;
    opacity: 1
}

.section3 .wrap .main .item:hover .line::after {
    transform: scaleX(1)
}

.section3 .wrap .main .item .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px
}

.section3 .wrap .main .item .top .num {
    font-size: 66px;
    color: #1A1A1A;
    font-weight: 700;
    opacity: .06;
    transition: all 1s
}

.section3 .wrap .main .item .bottom p {
    color: #1A1A1A;
    font-size: 18px;
    line-height: 32px
}

.section3 .wrap .main .item .line {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(1, 61, 151, 0.2)
}

.section3 .wrap .main .item .line::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transition: all .5s;
    transform-origin: left;
    background-color: var(--color)
}

.section4 .wrap {
    width: 1400px;
    margin: 0 auto;
    padding-top: 140px;
    display: flex;
    padding-bottom: 177px;
    flex-direction: row-reverse
}

.section4 .wrap .left {
    width: 680px;
    margin-left: 40px
}

.section4 .wrap .right {
    flex: 1
}

.section4 .wrap .right .title {
    text-align: right
}

.section4 .wrap .right .title .ch {
    color: #1A1A1A;
    font-weight: 700;
    font-size: 42px
}

.section4 .wrap .right .title .en {
    color: #1A1A1A;
    opacity: .1;
    font-size: 42px;
    font-weight: 700
}

.section4 .wrap .right .title .en.aos-animate {
    transition-delay: .1s
}

.section4 .wrap .right .main {
    background: #F9F9F9;
    border-radius: 12px;
    border: 1px solid #FFFFFF;
    padding: 50px 55px 155px 75px;
    margin-top: 84px
}

.section4 .wrap .right .main .marks {
    color: #107AF2;
    display: flex;
    justify-content: end
}

.section4 .wrap .right .main .marks.aos-animate {
    transition-delay: .2s
}

.section4 .wrap .right .main .marks span {
    transform: scaleX(-1);
    font-size: 22px
}

.section4 .wrap .right .main .text {
    margin-top: 50px;
    color: #1A1A1A;
    font-size: 18px;
    line-height: 2;
    text-align: right
}

.section4 .wrap .right .main .text.aos-animate {
    transition-delay: .3s
}

.section5 {
    position: relative
}

.section5 .bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%
}

.section5 .bg img {
    height: 100%;
    width: 100%
}

.section5 .wrap {
    padding-top: 110px;
    padding-bottom: 64px
}

.section5 .wrap .title h3 {
    color: #1A1A1A;
    font-size: 42px;
    text-align: center
}

.section5 .wrap .main {
    position: relative
}

.section5 .wrap .main .front {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    transform-style: preserve-3d;
    perspective: 1500px;
    padding-top: 120px
}

.section5 .wrap .main .front .item {
    flex: 1;
    height: 515px;
    transition: all 1s;
    border-radius: 17px;
    overflow: hidden;
    position: relative;
    cursor: pointer
}

.section5 .wrap .main .front .item:nth-child(2) {
    transform: translateY(-35px)
}

.section5 .wrap .main .front .item:nth-child(4) {
    transform: translateY(-35px)
}

.section5 .wrap .main .front .item img {
    height: 100%
}

.section5 .wrap .main .front .item.active {
    flex: 2.48
}

.section5 .wrap .main .front .item.active .text {
    transform: translateY(-40px)
}

.section5 .wrap .main .front .item .cover {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 10;
    background: linear-gradient(-30deg, #0D2D75, rgba(176, 195, 209, 0) 70%)
}

.section5 .wrap .main .front .item .text {
    position: absolute;
    left: 30px;
    bottom: 40px;
    color: #fff;
    font-size: 18px;
    z-index: 11;
    transition: all 1s
}

.section5 .wrap .main .after {
    position: absolute;
    top: 0;
    z-index: 15;
    width: 100%;
    max-width: 2380px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 120px;
    overflow: hidden;
    pointer-events: none
}

.section5 .wrap .main .after .swiper {
    position: relative;
    width: 2530px;
    margin-left: 50%;
    padding-bottom: 100px;
    transform: translateX(-50%);
    overflow: unset
}

.section5 .wrap .main .after .swiper .swiper-slide {
    transform-origin: bottom
}

.section5 .wrap .main .after .swiper .swiper-slide.swiper-slide-active {
    transform-style: preserve-3d;
    perspective: 1500px
}

.section5 .wrap .main .after .swiper .swiper-slide.swiper-slide-active .item .txt.show {
    opacity: 1;
    transform: translateY(0)
}

.section5 .wrap .main .after .swiper .swiper-slide .item .img {
    border-radius: 15px;
    overflow: hidden
}

.section5 .wrap .main .after .swiper .swiper-slide .item .txt {
    color: #1A1A1A;
    font-size: 16px;
    margin-top: 40px;
    position: absolute;
    width: 100%;
    text-align: center;
    transition: all 1s;
    opacity: 0;
    transform: translateY(20px)
}

.section5 .wrap .main .common_button {
    margin-top: 120px;
    transform: translateY(20px);
    opacity: 0;
    pointer-events: none;
    transition: all 1s .3s
}

.section5 .wrap .main .common_button.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all
}

@keyframes walking {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-50%)
    }
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes spin1 {
    100% {
        transform: rotate(1turn)
    }
}

@media screen and (max-width: 1919px) {
    .section1 .wrap .box .top .text h3, .section1 .wrap .box .top .text h4{
        transform: translateY(1.0416666667vw);
    }
    .section1 .wrap .box .top .text h3{
        font-size: 2.6041666667vw;
    }
    .section1 .wrap .box .top .text h4{
        font-size: 2.1875vw;
    }
    .section1 .wrap .box .top .scroll{
        width: 7.5vw;
        height: 7.5vw;
        bottom: 10.4166666667vw;
        backdrop-filter: blur(1.0416666667vw);
    }
    .section1 .wrap .box .top .scroll .circle{
        width: 6.6145833333vw;
        height: 6.6145833333vw;
    }
    .section1 .wrap .box .top .scroll .icon span{
        font-size: 1.5625vw;
    }
    .section1 .wrap .box .top .txt{
        font-size: 3.75vw;
    }
    .section1 .wrap .box .top .txt.txt1{
        left: calc(50% - 14.375vw);
        top: calc(50% - 4.375vw);
    }
    .section1 .wrap .box .top .txt.txt2{
        left: calc(50% + 14.0625vw);
        top: calc(50% + 4.375vw);
    }
    .section1 .wrap .box .walking .flex .trem{
        width: 62.5vw;
    }
    .section2 .wrap{
        width: 72.9166666667vw;
        padding-top: 7.2916666667vw;
        padding-bottom: 9.21875vw;
    }
    .section2 .wrap .left{
        margin-top: 1.5625vw;
        width: 35.4166666667vw;
        margin-right: 2.0833333333vw;
    }
    .section2 .wrap .right .title .ch{
        font-size: 2.1875vw;
    }
    .section2 .wrap .right .title .en{
        font-size: 2.1875vw;
    }
    .section2 .wrap .right .main{
        border-radius: 0.625vw;
        padding: 2.6041666667vw 3.6458333333vw 4.6875vw;
        margin-top: 4.375vw;
    }
    .section2 .wrap .right .main .marks span{
        font-size: 1.1458333333vw;
    }
    .section2 .wrap .right .main .text{
        margin-top: 3.4375vw;
        font-size: 0.9375vw;
    }
    .section2 .wrap .right .main .user{
        margin-top: 2.0833333333vw;
    }
    .section2 .wrap .right .main .user .tx{
        width: 4.2708333333vw;
        height: 4.2708333333vw;
        margin-right: 1.0416666667vw;
    }
    .section2 .wrap .right .main .user .name{
        font-size: 0.8333333333vw;
    }
    .section3::before, .section3::after{
        filter: blur(2.6041666667vw);
    }
    .section3::after{
        width: 20.8333333333vw;
        height: 20.8333333333vw;
        left: 2.0833333333vw;
        bottom: -10.4166666667vw;
    }
    .section3::before{
        width: 15.625vw;
        height: 20.8333333333vw;
        left: 9.375vw;
        bottom: -10.4166666667vw;
    }
    .section3 .wrap{
        padding-top: 6.25vw;
        width: 72.9166666667vw;
        padding-bottom: 4.1666666667vw;
    }
    .section3 .wrap .title{
        margin-bottom: 2.0833333333vw;
    }
    .section3 .wrap .title h3{
        font-size: 2.1875vw;
        line-height: 2.5vw;
    }
    .section3 .wrap .main .item{
        width: 17.7083333333vw;
        padding-bottom: 4.1666666667vw;
    }
    .section3 .wrap .main .item:nth-child(2){
        margin-top: 7.2916666667vw;
    }
    .section3 .wrap .main .item .top{
        margin-bottom: 1.5625vw;
    }
    .section3 .wrap .main .item .top .num{
        font-size: 3.4375vw;
    }
    .section3 .wrap .main .item .bottom p{
        font-size: 0.9375vw;
        line-height: 1.6666666667vw;
    }
    .section4 .wrap{
        width: 72.9166666667vw;
        padding-top: 7.2916666667vw;
        padding-bottom: 9.21875vw;
    }
    .section4 .wrap .left{
        width: 35.4166666667vw;
        margin-left: 2.0833333333vw;
    }
    .section4 .wrap .right .title .ch{
        font-size: 2.1875vw;
    }
    .section4 .wrap .right .title .en{
        font-size: 2.1875vw;
    }
    .section4 .wrap .right .main{
        border-radius: 0.625vw;
        padding: 2.6041666667vw 2.8645833333vw 8.0729166667vw 3.90625vw;
        margin-top: 4.375vw;
    }
    .section4 .wrap .right .main .marks span{
        font-size: 1.1458333333vw;
    }
    .section4 .wrap .right .main .text{
        margin-top: 2.6041666667vw;
        font-size: 0.9375vw;
    }
    .section5 .wrap{
        padding-top: 5.7291666667vw;
        padding-bottom: 3.3333333333vw;
    }
    .section5 .wrap .title h3{
        font-size: 2.1875vw;
    }
    .section5 .wrap .main .front{
        width: 72.9166666667vw;
        gap: 1.0416666667vw;
        perspective: 78.125vw;
        padding-top: 6.25vw;
    }
    .section5 .wrap .main .front .item{
        height: 26.8229166667vw;
        border-radius: 0.8854166667vw;
    }
    .section5 .wrap .main .front .item:nth-child(2){
        transform: translateY(-1.8229166667vw);
    }
    .section5 .wrap .main .front .item:nth-child(4){
        transform: translateY(-1.8229166667vw);
    }
    .section5 .wrap .main .front .item.active .text{
        transform: translateY(-2.0833333333vw);
    }
    .section5 .wrap .main .front .item .text{
        left: 1.5625vw;
        bottom: 2.0833333333vw;
        font-size: 0.9375vw;
    }
    .section5 .wrap .main .after{
        max-width: 123.9583333333vw;
        padding-top: 6.25vw;
    }
    .section5 .wrap .main .after .swiper{
        width: 131.7708333333vw;
        padding-bottom: 5.2083333333vw;
    }
    .section5 .wrap .main .after .swiper .swiper-slide.swiper-slide-active{
        perspective: 78.125vw;
    }
    .section5 .wrap .main .after .swiper .swiper-slide .item .img{
        border-radius: 0.78125vw;
    }
    .section5 .wrap .main .after .swiper .swiper-slide .item .txt{
        font-size: 0.8333333333vw;
        margin-top: 2.0833333333vw;
        transform: translateY(1.0416666667vw);
    }
    .section5 .wrap .main .common_button{
        margin-top: 6.25vw;
        transform: translateY(1.0416666667vw);
    }
}
@media screen and (max-width: 1024px) {
    .section1 .wrap .box .top .img{
        clip-path: unset!important;
    }
    .pin-spacer{
        position: relative!important;
        height: 100vh!important;
        padding: 0!important;
    }
    .section1 .wrap{
        position: relative !important;
    }
    .section1 .wrap .box .top .text{
        opacity: 1!important;
    }
    .section1 .wrap .box .top .txt p{
        opacity: 1;
    }
    .section1 .wrap .box .top .txt.black{
        display: none;
    }
    .section1 .wrap .box .top .txt {
        font-size: 24px;
        position: static;
        display: none;
    }
    .section1 .wrap .box .top .img img{
        position: absolute;
        top: 0;
        left: 0;
    }
    .section1 .wrap .box .top .text{
        width: 100%;
    }
    .section1 .wrap .box .top .text h3 ,.section1 .wrap .box .top .text h4{
        font-size: 26px;
    }
    .section1 .wrap .box .top .scroll{
        width: 100px;
        height: 100px;
        bottom: 25px;
        transform: translateX(-50%);
    }
    .section1 .wrap .box .top .scroll .circle{
        width: 80px;
        height: 80px;
    }
    .section1 .wrap .box .top .scroll .icon span{
        font-size: 24px;
    }
    .section1 .wrap .box .walking{
        display: none;
    }

    .section2 .wrap{
        width: 90%;
        padding-top: 30px;
        padding-bottom: 30px;
        flex-direction: column;
    }
    .section2 .wrap .left {
        margin-top: 0;
        width: 100%;
        margin-right: 0;
    }
    .section2 .wrap .right{
        margin: 20px 0 0 0;
    }
    .section2 .wrap .right .title .ch{
        font-size: 22px;
    }
    .section2 .wrap .right .title .en{
        font-size: 17px;
        margin: 5px 0 0 0;
    }
    .section2 .wrap .right .main{
        border-radius: 10px;
        padding: 15px;
        margin-top: 25px;
    }
    .section2 .wrap .right .main .marks span{
        font-size: 14px;
    }
    .section2 .wrap .right .main .text{
        margin: 10px 0 0 0;
        font-size: 13px;
    }
    .section2 .wrap .right .main .user{
        margin-top: 20px;
    }
    .section2 .wrap .right .main .user .tx{
        width: 50px;
        height: 50px;
        margin: 0 10px 0 0;
    }
    .section2 .wrap .right .main .user .name{
        font-size: 14px;
    }
    .section3 .wrap{
        padding-top: 40px;
        width: 90%;
        padding-bottom: 40px;
    }
    .section3 .wrap .title{
        margin: 0 0 50px;
    }
    .section3 .wrap .title h3{
        font-size: 20px;
        line-height: 30px;
    }
    .section3 .wrap .main{
        flex-direction: column;
    }
    .section3 .wrap .main .item{
        width: 100%;
        padding-bottom: 20px;
        margin: 0 0 30px!important;
    }
    .section3 .wrap .main .item .top{
        margin-bottom: 20px;
    }
    .section3 .wrap .main .item .top .num{
        font-size: 36px;
    }
    .section3 .wrap .main .item .top .icon{
        width: 50px;
    }
    .section3 .wrap .main .item .bottom p{
        font-size: 13px;
        line-height: 25px;
    }
    .section4 .wrap{
        width: 90%;
        padding-top: 50px;
        padding-bottom: 50px;
        flex-direction: column;
    }
    .section4 .wrap .left{
        width: 100%;
        margin: 0 0 20px;
    }
    .section4 .wrap .right .title{
        text-align: left;
    }
    .section4 .wrap .right .main{
        border-radius: 10px;
        padding: 15px;
        margin-top: 25px;
    }
    .section4 .wrap .right .title .ch{
        font-size: 22px;
    }
    .section4 .wrap .right .title .en{
        font-size: 17px;
        margin: 5px 0 0 0;
    }
    .section4 .wrap .right .main .marks{
        justify-content: unset;
    }
    .section4 .wrap .right .main .marks span{
        font-size: 14px;
    }
    .section4 .wrap .right .main .text{
        margin: 10px 0 0 0;
        text-align: left;
        font-size: 13px;
    }
    .section5 .wrap{
        padding: 50px 0;
    }
    .section5 .wrap .title h3{
        font-size: 24px;
    }
    .section5 .wrap .main .front{
        display: none;
    }
    .section5 .wrap .main .after{
        position: static;
        pointer-events: auto;
        transform: none;
        max-width: unset;
    }
    .section5 .wrap .main .after .swiper .swiper-slide .item .img{
        border-radius: 10px;
    }
    .section5 .wrap .main .after .swiper .swiper-slide .item .txt{
        font-size: 14px;
        margin: 15px 0 0 0;
    }
    .section5 .wrap .main .after .swiper {
        width: 169vw;
        padding-bottom: 42px;
    }
    .section5 .wrap .main{
        margin: 30px 0 0 0;
    }
}
