.main {
    position: relative;
    z-index: 3;
}

/* [data-scroll-container] {
    height: 100vh;
    overflow: auto;
}

[data-scroll-section] {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
} */

.banner {
    position: relative;
    top: 0;
    background: linear-gradient(90deg, #0c1939, #4447a8);
    /* background-color: #0c1939; */
    height: 100vh;
    z-index: 3;
}

.glass {
    width: 72.22vh;
    height: 100vh;
    position: absolute;
    right: 0;
    left: 0;
    transform: translateX(-30%);
    overflow: hidden;
}

.lava {
    filter: url("#goo");
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.blob {
    border-radius: 50%;
    background: #4a4dae;
    position: absolute;
    filter: blur(10px);
}

.blob.top {
    width: 100%;
    height: 4%;
    top: -3.7%;
    left: 0;
}

.blob.bottom {
    width: 100%;
    height: 4%;
    bottom: -3%;
    left: 0;
}

.blob:nth-child(1) {
    width: calc(15% * 1.4);
    height: 15%;
    left: 45%;
    bottom: -15%;
    animation: blob-one_2 ease-in-out 7s infinite;
    /* border-radius: 30% 70% 53% 47% / 28% 44% 56% 72%; */
}

.blob:nth-child(2) {
    width: calc(22% * 1.4);
    height: 22%;
    right: 14%;
    bottom: 0;
    animation: blob-two_2 ease-in-out 11s infinite;
    border-radius: 61% 39% 55% 43% / 46% 67% 23% 50%;
}

.blob:nth-child(3) {
    width: calc(32% * 1.4);
    height: 32%;
    bottom: 0%;
    left: 14%;
    animation: blob-three_2 ease-in-out 16s infinite;
    border-radius: 30% 70% 39% 61% / 34% 39% 61% 66%;
}

@keyframes blob-one_2 {

    0%,
    100% {
        transform: translatey(0%);
        border-top-left-radius: 70%;
        border-bottom-left-radius: 20%;
        /* border-radius: 30% 70% 53% 47% / 28% 44% 56% 72%; */
    }

    50% {
        transform: translatey(-740%);
        border-top-left-radius: 20%;
        border-bottom-left-radius: 70%;
        /* border-radius: 28% 72% 31% 69% / 32% 39% 61% 68%; */
    }
}

@keyframes blob-two_2 {

    0%,
    100% {
        transform: translatey(100%);
        /* border-radius: 61% 39% 55% 43% / 46% 67% 23% 50%; */
        /* border-radius: 26% 74% 67% 33% / 66% 42% 58% 34% ; */
        border-radius: 70% 30% 30% 70% /60% 40% 60% 40%;
    }

    50% {
        transform: translatey(-500%);
        /* border-radius: 59% 41% 33% 67% / 62% 59% 41% 38% ; */
        /* border-radius: 25% 75% 45% 55% / 40% 55% 45% 60%; */
    }
}

@keyframes blob-three_2 {
    0% {
        transform: translatey(100%);
        /* border-radius: 30% 70% 70% 30% / 30% 30% 70% 70% ; */
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }

    50% {
        transform: translatey(-305%);
        /* border-radius: 31% 69% 51% 49% / 66% 51% 49% 34% ; */
        /* border-radius: 40% 60%; */
    }

    100% {
        transform: translatey(100%);
        /* border-radius: 30% 70% 70% 30% / 30% 30% 70% 70% ; */
        border-radius: 40% 60%
    }
}

#bannerIconCanvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner .banerIcon {
    position: absolute;
    left: 0;
    top: 0;
    width: 24.53%;
    /* animation:  scale 40s ease-in-out; */
}

.banner .banerIcon img {
    display: block;
    width: 100%;
    /* animation:  rotate 60s linear infinite; */
}

.banner .swiper {
    position: relative;
    z-index: 14;
}

.banner .swiper-slide {
    display: flex;
    align-items: center;
    height: 100vh;
    justify-content: space-between;
}

.banner .swiper-slide .pic {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 76.34%;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.banner .swiper-slide .slide-l {
    position: relative;
    z-index: 4;
    padding-left: 5.2%;
}

.banner .swiper-slide .slide-l .icon {
    width: 62px;
    animation: fadeInOut 3s infinite ease-in-out;
}

.banner .swiper-slide .slide-l .icon img {
    display: block;
    width: 100%;
    opacity: .5;
}

.banner .swiper-slide .slide-l .en {
    text-transform: uppercase;
    font-family: Rany;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 1;
    margin-top: .76em;
}

.banner .swiper-slide .slide-l .en span {
    display: inline-block;
}

.banner .swiper-slide .slide-l .text-box {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 2;
    margin-top: 1.56em;
}

.banner .swiper-slide .slide-l .title {
    font-weight: bold;
    color: #FFFFFF;
    line-height: 48px;
    line-height: 1.2;
    margin-top: 7.12vh;
}

.banner .swiper-slide .slide-l .des {
    font-weight: 300;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1.875;
    margin-top: .48em;
}

.banner .swiper-slide .pic img {
    display: block;
    max-height: 100vh;
    max-width: 100%;
}

.banner .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    z-index: 10;

}
.main-content{
    position: relative;
     background: #0c1939;
     z-index: 4;
}
.box1 {
    position: relative;
    /* background: #0c1939; */
    z-index: 14;
    width: 100%;
    /* height: 130vh; */
    /* height: 130vh; */
    /* background: linear-gradient(90deg, #0c1939, #4447a8); */
}

.box1::before {
    /* position: absolute;
    display: block;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 6; */
}

.box1.active {
    /* position: sticky;
    top: 0; */
}

.box1.active .boxContainer {
    /* position: fixed;
    top: 0;
    z-index: 3; */
}

.box1.active::before {
    display: none;
}

.box1 .boxContainer {
    position: relative;
    width: 100%;
    /* position: sticky; */
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.box1 .box-c {
    position: relative;
    width: 100%;

    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    z-index: 2;
    overflow: hidden;
}

.box1 .box-c .l {
    position: relative;
    width: 417px;
    z-index: 4;
    transform: scale(.78);
}

.box1 .box-c .l .textCircle img,
.box1 .box-c .l .textCircle {
    width: 100%;
}

.box4 .box-c .l .moreBox .more .pic,
.box2 .box-c .l .more .pic,
.box1 .box-c .l .textCircle {
    animation: rotate360 10s linear infinite;
}
.box1 .box-c .l .textCircle{
    animation: rotate360 27s linear infinite;
}
.box4 .box-c .l .moreBox .more:hover .pic,
.box2 .l .more:hover .pic,
.box1 .box-c .l:hover .textCircle {
    animation-play-state: paused;
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
        /* 起始角度 */
    }

    to {
        transform: rotate(360deg);
        /* 结束角度 */
    }
}

.box1 .box-c .l .textCircle img {
    display: block;
}

.box1 .box-c .l .pic {
    position: absolute;
    left: 8%;
    top: 8%;
    width: 84%;
    height: 84%;
    /* transform: scale(.84); */
    border-radius: 50%;
}

.box1 .box-c .l .pic img {
    height: 100%;
    object-fit: cover;
}

.box1 .box-c .l .text {
    position: absolute;
    left: 0;
    top: 6%;
    width: 100%;
    transform: scale(.75);
}

.box1 .box-c .l .text img {
    display: block;
    width: 100%;
}

.box1 .box-c .r {
    position: relative;
    width: calc(100% - 613px);
    z-index: 1;
}

.box1 .box-c .r .swiper {
    width: 440px;
    overflow: visible;
    margin: 0;
}

.box1 .box-c .r .swiper::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 300vw;
    height: 300vh;
    /* pointer-events: none; */
}

.box1 .box-c .r .swiper-slide {
    width: 100%;
    background: linear-gradient(-30deg, rgba(27, 15, 125, .2), rgba(78, 80, 189, .2));
    border-radius: 10px;
    padding: 55px;
    transform: scale(.8181);
    transition: all .6s;
    opacity: .3;
}

.box1 .box-c .r .swiper-slide:not(:last-child) {
    margin-right: 7vw;
}

.box1 .box-c .r .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    background: linear-gradient(-30deg, rgba(27, 15, 125, 1), rgba(78, 80, 189, 1));
}

.box1 .box-c .r .swiper-slide.active {
    /* opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: none; */
}

.box1 .box-c .r .swiper-slide .en {
    font-family: Rany-Bold;
    font-size: 1;
    color: #FFFFFF;
    line-height: 1.1;
}

.box1 .box-c .r .swiper-slide .zh {
    font-weight: 300;
    color: #FFFFFF;
    line-height: 1;
    margin-top: .33em;
}

.box1 .box-c .r .swiper-slide .items {
    margin-top: 6.48vh;
}

.box1 .box-c .r .swiper-slide .items .item {
    display: block;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    padding: 15px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, .2);
}

.box1 .box-b {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 70px;
    font-family: Rany-Bold;
    color: rgba(222, 222, 222, 0);
    line-height: 1;
    text-stroke: 2px #EAEAEA;
    -webkit-text-stroke: 2px #EAEAEA;
    text-transform: uppercase;
    text-align: right;
    z-index: 1;
}

.box1 .box-b span {
    display: inline-block;
    transition: all .6s;
    opacity: .3;
}

/* .cursorShadow, */
.cursorShadow {
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: rgba(78, 80, 189, .63);
    filter: blur(10rem);
    pointer-events: none;
    z-index: 13;
    width: 50rem;
    height: 50rem;
    /* mix-blend-mode:difference; */
    cursor: none !important;
}

/* .box1.active + .box2{
    padding-top: 140vh;
} */
.box2 {
    position: relative;
    width: 100%;
    /* height: 100vh; */
    /* min-height: 100vh; */
    /* background-color: #0c1939; */
    padding: 113px 0;
    /* background-image: url('../img/index-box2-bg.png') left top / auto no-repeat; */
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    z-index: 14;
    /* overflow: auto; */
}

/* .box1:hover,
.box2:hover {
    z-index: 3;
} */

.box2 .box-c {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* .box2 .box-c::before {
    position: fixed;
    content: "";
    left: 0;
    bottom: 0;
    width: 400px;
    height: 400px;
    border-radius: 50% 50% 50% 0;
    background: rgba(78, 80, 189, .41);
    filter: blur(10rem);
}
.box2 .box-c::after {
    position: fixed;
    content: "";
    right: 0;
    top: 0;
    width: 400px;
    height: 400px;
    border-radius: 50% 0 50% 50%;
    background: rgba(78, 80, 189, .41);
    filter: blur(10rem);
} */
.box2 .box-c .l {
    position: sticky;
    width: 34.1%;
    top: 228px;
    z-index: 3;
}

.box2 .box-c .l .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate(-10%, -20%);
    /* transition: ; */
}

.box2 .box-c .l .bg img {
    display: block;
    width: 100%;
    animation: rotate360 6s linear infinite;
    /*animation:  bubble 16s ease-in-out infinite;*/
}

.box2 .box-c .l .en {
    position: relative;
    font-family: Rany-Bold;
    color: #F4F4F4;
    line-height: 1;
    text-transform: uppercase;
    z-index: 3;
}

.box2 .box-c .l .zh {
    position: relative;
    font-weight: bold;
    color: #F4F4F4;
    line-height: 1.4;
    margin-top: .5em;
    z-index: 3;
}

.box2 .box-c .l .more {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin-top: 99px;
    background: linear-gradient(90deg, #0c1939, #4447a8);
    z-index: 4;
}

.box2 .box-c .l .more .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
}

.box2 .box-c .l .more .moreContainer {
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1;
}

.box2 .box-c .l .more .moreContainer .iconfont {
    font-size: 24px;
    margin-bottom: 5px;
}

.box2 .box-c .r {
    flex: 1;
    padding-top: 86px;
    z-index: 14;
}

.box2 .box-c .r .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.box2 .box-c .r .list li:nth-child(2n) {
    padding-top: 31.815%;
}
.box2 .box-c .r .list .item{
    opacity: 1;
}
.box2 .box-c .r .list .item:not(:last-child) {
    margin-bottom: 90px;
}

.box2 .box-c .r .list .item .picCover {
    padding-top: 63.63%;
}

.box2 .box-c .r .list .item .picCover .pic {
    border-radius: 5px;
}

.box2 .box-c .r .list .item .text-title {
    display: block;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 1.25;
    margin-top: 15px;
}

.box2 .box-c .r .labels {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.box2 .box-c .r .labels a {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 5px;
    transition: all .6s;
    overflow: hidden;
}

.box2 .box-c .r .labels a:hover {
    color: #FFFFFF;
}

.box4 .box-c .l .moreBox .items .item::before,
.box4 .box-c .l .moreBox .items .item::after,
.box2 .box-c .r .labels a::after,
.box2 .box-c .r .labels a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(-30deg, #C3C7C8, #EAEAEA);
    transition: all .6s;
    border-radius: 5px;
}

.box4 .box-c .l .moreBox .items .item::after,
.box2 .box-c .r .labels a::after {
    background: linear-gradient(-30deg, #1B0F7D, #4E50BD);
    opacity: 0;
}

.box4 .box-c .l .moreBox .items .item.active::before,
.box4 .box-c .l .moreBox .items .item:hover::before,
.box2 .box-c .r .labels a:hover::before {
    opacity: 0;
}

.box4 .box-c .l .moreBox .items .item.active::after,
.box4 .box-c .l .moreBox .items .item:hover::after,
.box2 .box-c .r .labels a:hover::after {
    opacity: 1;
}

.box2 .box-c .r .labels a span {
    position: relative;
    z-index: 3;
}

.box3 {
    position: relative;
    padding: 139px 0 100px;
    background: RGBA(250, 250, 250, 1);
    z-index: 14;
}

.box3 .title {
    position: relative;
    display: inline-block;
    font-weight: bold;
    color: #222222;
    line-height: 1.25;
    background: linear-gradient(-80deg, #1B0F7D 0%, #4E50BD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #333;
    transition: all .6s;
}

.box3 .title.active {
    -webkit-text-fill-color: transparent
}

.box3 .des i,
.box3 .title i {
    display: block;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 120%;
    height: 100%;
    transform: translateX(-10%)skew(343deg);
    background-color: RGBA(250, 250, 250, .8);
    /* transition: all 1.9s ease; */
}

.box3 .des.active i,
.box3 .title.active i {
    /* transform: translateX(110%); */
}

.box3 .des i {
    background-color: RGBA(250, 250, 250, .86);
    /* transition: all 1.9s 1.6s ease; */
}

.box3 .des {
    position: relative;
    /* font-weight: 300; */
    color: #222222;
    line-height: 1.6;
    margin-top: .33em;
    display: inline-block;
}

.box3 .line {
    position: relative;
    margin-top: 70px;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #1B0F7D, #4E50BD);
    border-radius: 2px;
}

.box3 .line::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 300vw;
    height: 1px;
    transform: translate(-50%, -50%);
    background-color: RGBA(239, 239, 239, 1);
}

.box3 .box-t {
    margin-top: 51px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box3 .box-t-l {
    width: fit-content;
    /* font-size: 100px; */
    line-height: 1.5;
    font-family: Rany-Bold;
    font-weight: bold;
    text-transform: uppercase;
    color: #0000;
    -webkit-text-stroke: 1px  rgba(78,80,189,.6);
    background:
      radial-gradient(1.13em at 50% 1.6em, #4E50BD 99%,#0000 101%) calc(50% - 1.6em) 0/3.2em 100% text,
      radial-gradient(1.13em at 50% -0.8em,#0000 99%, #4E50BD 101%) 50% .8em/3.2em 100% repeat-x  text;
    animation: l9 2s linear infinite;
}
.box3 .box-t-l:before {
    font-size: 1.6em;
    line-height: 1;
    content: "become";
    text-transform: uppercase;
  }
  @keyframes l9 {
    to {background-position: calc(50% + 1.6em) 0,calc(50% + 3.2em) .8em}  /* 保持原动画参数比例 */
  }

.box3 .box-t-r {
    width: 50.14%;
}

.box3 .box-t-r .list {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.box3 .box-t-r .list .text-title {
    font-family: Rany;
    font-weight: 300;
    font-size: 18px;
    color: #222222;
    line-height: 1;
}

.box3 .box-t-r .list .text-title .number {
    font-size: 1;
    color: #222222;
    padding-right: 11px;
}

.box3 .box-t-r .list .text-des {
    font-weight: bold;
    font-size: 18px;
    color: #222222;
    line-height: 1;
    margin-top: 1em;
}

.box3 .box-c {
    margin-top: 27px;
    overflow: hidden;
}

.box3 .box-c .item {
    display: flex;
    white-space: nowrap;
    gap: 6px;
}

.box3 .box-c .item:not(:last-child) {
    margin-bottom: 10px;
}

.box3 .box-c .item .list {
    animation: move 50s linear infinite;
}

.box3 .box-c .item:nth-child(2n) .list {
    animation-direction: reverse;
}

.box3 .box-c .item:hover .list {
    animation-play-state: paused;
}

.box3 .box-c .item .list {
    display: flex;
    gap: 6px;
}

.box3 .box-c .item .list li {
    width: 210px;
    background: #fff;
}

.box3 .box-c .item .list li .pic img {
    filter: grayscale(100%)saturate(0%);
    /* filter: gray; */
    opacity: .3 !important;
}

.box3 .box-c .item .list li:hover .pic img {
    filter: none;
    opacity: 1 !important;
}

.box4 {
    position: relative;
    padding: 168px 0 113px;
    /* background: RGBA(12, 25, 57, 1); */
    z-index: 14;
}

.box4 .box-c {
    /* position: relative; */
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.box4 .box-c .l {
    position: sticky;
    top: 213px;
    width: 29%;
}

.box4 .box-c .l .en {
    font-family: Rany-Bold;
    color: #FFFFFF;
    line-height: 1;
}

.box4 .box-c .l .zh {
    color: #FAFAFA;
    line-height: 1.25;
    margin-top: .33em;
}

.box4 .box-c .l .moreBox {
    position: relative;
    margin-top: 115px;
    display: inline-block;
}

.box4 .box-c .l .moreBox .more {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 220px;
    border-radius: 50%;
}

.box4 .box-c .l .moreBox .more .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.box4 .box-c .l .moreBox .more .moreContainer {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
}

.box4 .box-c .l .moreBox .items .item {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    color: #C4C4C4;
    line-height: 30px;
    transition: all .6s;
}

.box4 .box-c .l .moreBox .items .item.active,
.box4 .box-c .l .moreBox .items .item:hover {
    color: #FFFFFF;
}

.box4 .box-c .l .moreBox .items .item span {
    position: relative;
    z-index: 3;
}

.box4 .box-c .l .moreBox .item:nth-child(1),
.box4 .box-c .l .moreBox .item:nth-child(3) {}

.box4 .box-c .l .moreBox .item:nth-child(1) {
    top: 0;
    left: 95%;
    transform: translate(0, -50%);
}

.box4 .box-c .l .moreBox .item:nth-child(2) {
    top: 0;
    left: 110%;
    transform: translate(0, 75%);
}

.box4 .box-c .l .moreBox .item:nth-child(3) {
    bottom: 0;
    left: 88%;
    transform: translate(0, 76%);
}

.box4 .box-c .l .moreBox .items .item::before,
.box4 .box-c .l .moreBox .items .item::after {
    border-radius: 50%;
}

.box4 .box-c .l .moreBox .items .item.active::after {
    transform: scale(1.2);
}

.box4 .box-c .l .moreBox .items .item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(-30deg, #C3C7C8, #EAEAEA);
    transition: all .6s;
    animation: pulse 2s infinite ease-in-out;
}

.box4 .box-c .l .moreBox .items .item.active::after,
.box4 .box-c .l .moreBox .items .item.active::before {
    animation: none;
}

.box4 .box-c .r {
    width: 65.8%;
}
.box4 .box-c .r .item{
    display: none;
}
.box4 .box-c .r .item.active{
    display: block;
}
.box4 .box-c .r .list li {
    position: relative;
}

.box4 .box-c .r .list li::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(-30deg, #1B0F7D, #4E50BD);
    border-radius: 1px;
    opacity: 0;
    transition: all .6s;
}

.box4 .box-c .r .list li:hover:before {
    opacity: 1;
}

.box4 .box-c .r .list li>a {
    position: relative;
    display: flex;
    border-radius: 1px;
    border: 1px solid rgba(255, 255, 255, .5);
    padding: 35px 20px 35px 0;
    transition: all .6s;
    z-index: 3;
}

.box4 .box-c .r .list li:hover>a {
    border-color: transparent;
}

.box4 .box-c .r .list li .icon {
    font-family: Microsoft YaHei;
    font-size: 80px;
    color: #FFFFFF;
    line-height: .75;
    background: linear-gradient(-30deg, #1B0F7D 0%, #4E50BD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .6s;
    margin-left: -10px;
}

.box4 .box-c .r .list li:hover .icon {
    -webkit-text-fill-color: #fff;
}

.box4 .box-c .r .list li .text-box {
    flex: 1;
    margin: 0 62px;
    color: #999999;
    transition: all .6s;
}

.box4 .box-c .r .list li:hover .text-box {
    color: #fff;
}

.box4 .box-c .r .list li .text-title {
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1;
}

.box4 .box-c .r .list li .text-des {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .6s;
}

.box4 .box-c .r .list li .date {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    margin-top: 20px;
}

.box4 .box-c .r .list li .li-r {
    position: relative;
    width: 30%;
    z-index: 3;
    opacity: 0;
    transform: translateY(-20px);
    transition: all .6s;
}

.box4 .box-c .r .list li .li-r .pic {
    position: absolute;
    left: 0;
    width: 100%;
    padding-top: 53.31%;
    top: 50%;
    transform: translateY(-50%);
}

.box4 .box-c .r .list li .li-r .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.box4 .box-c .r .list li:hover .li-r {
    transform: translateY(0);
    opacity: 1;
}

.box4 .box-c .r .list li:not(:last-child) {
    margin-bottom: 20px;
}

.box4 .box-c .r .loadMore {
    position: relative;
    display: inline-block;
    margin-top: 40px;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    transition: all .6s;
    border-radius: 100px;
}

.box4 .box-c .r .loadMore span {
    position: relative;
    padding: 0 68px;
    line-height: 60px;
    background: linear-gradient(-30deg, #1B0F7D, #4E50BD);
    border-radius: 100px;
    background-size: 120% auto;
    display: block;
    z-index: 3;
}

.box4 .box-c .r .loadMore .dots_border {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-color: transparent;
    border-radius: 100px;
    z-index: -10;
}

.box4 .box-c .r .loadMore .dots_border::before {
    content: "";
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: left;
    transform: rotate(0deg);
    width: 100%;
    height: 2rem;
    background-color: rgba(255, 255, 255, .8);
    mask: linear-gradient(transparent 0%, rgba(255, 255, 255, .8) 140%);
    animation: rotate360 4s linear infinite;
}

.box4 .box-c .r .loadMore::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.4s;
    background: linear-gradient(-30deg, #1B0F7D, #4E50BD);

}

.box4 .box-c .r .loadMore:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.box4 .box-c .r .loadMore:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 50px 12px rgba(78, 80, 189, .5);
    /* background-position: right top; */
    /* background-position-x: 100%; */
}

.box4 .box-b {
    margin-top: 1.4em;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    font-family: Rany-Bold;
}

.box4 .box-b .text1 {
    position: relative;
    display: inline-block;
    color: rgba(255, 255, 255, 0);
}

.box4 .box-b .text1 .text:nth-child(1) {
    text-stroke: 2px rgba(78, 80, 189, 1);
    -webkit-text-stroke: 2px rgba(78, 80, 189, 1);
}

.box3 .box-t-l span:nth-child(2),
.box4 .box-b .text1 .text:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: rgba(78, 80, 189, 1);
    animation: waveAnimation 4s ease-in-out infinite;
}

.box3 .box-t-l span:nth-child(2) {
    animation: animate 4s ease-in-out infinite;
}

@keyframes animate {

    0%,
    100% {
        clip-path: polygon(0% 45%,
                16% 44%,
                33% 50%,
                54% 60%,
                70% 61%,
                84% 59%,
                100% 52%,
                100% 100%,
                0% 100%);
    }

    50% {
        clip-path: polygon(0% 60%,
                15% 65%,
                34% 66%,
                51% 62%,
                67% 50%,
                84% 45%,
                100% 46%,
                100% 100%,
                0% 100%);
    }
}

@keyframes waveAnimation {
    0% {
        clip-path: polygon(0% 70%,
                16% 50%,
                33% 60%,
                54% 70%,
                70% 75%,
                84% 65%,
                100% 60%,
                100% 100%,
                0% 100%);
    }

    50% {
        clip-path: polygon(0% 50%,
                16% 30%,
                33% 40%,
                54% 50%,
                70% 55%,
                84% 45%,
                100% 40%,
                100% 100%,
                0% 100%);
    }

    100% {
        clip-path: polygon(0% 70%,
                16% 50%,
                33% 60%,
                54% 70%,
                70% 75%,
                84% 65%,
                100% 60%,
                100% 100%,
                0% 100%);
    }
}

@keyframes fadeInOut {
    0% {
        opacity: .5;
        /* 完全透明 */
    }

    50% {
        opacity: .9;
        /* 完全不透明 */
    }

    100% {
        opacity: .5;
        /* 完全透明 */
    }
}

.bounceInUp1 {
    animation: bounceInUp1;
}

@keyframes bounceInUp1 {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.box4 .box-b .text2 {
    position: relative;
    display: inline-block;
    color: #FFFFFF;
    line-height: 1;
    background: linear-gradient(-30deg, #1B0F7D 0%, #4E50BD 100%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    margin-top: .2em;
    -webkit-box-reflect: below 0px linear-gradient(to bottom, rgba(78, 80, 189, 0), rgba(78, 80, 189, 0.21));
    /* animation: fadeInOut 6s infinite ease-in-out;  */
}

.box4 .box-b .text2>span {
    opacity: 1;
}

.box4 .box-b .text2 .text-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* overflow: hidden; */
    clip-path: url(#svgTextPath);
    color: white;
    background: #4E50BD;

}

.box4 .box-b .text2 .dot {
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.9;
}

.box4 .box-b .text2 .dot:nth-child(1) {
    width: 100px;
    height: 100px;
    background: #4E50BD;
    z-index: 8;
    transform: translateX(-175px) translateY(-175px);
}

.box4 .box-b .text2 .dot:nth-child(2) {
    width: 200px;
    height: 200px;
    background: #fff;
    z-index: 7;
    transform: translateX(-250px) translateY(-250px);
}

.box4 .box-b .text2 .dot:nth-child(3) {
    width: 300px;
    height: 300px;
    background: #1B0F7D;
    z-index: 6;
    transform: translateX(-350px) translateY(-350px);
}

.points_wrapper {
    overflow: hidden;
    width: 100%;
    height: 40%;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    bottom: 0;
}

.points_wrapper .point {
    bottom: -10px;
    position: absolute;
    animation: floating-points infinite ease-in-out;
    pointer-events: none;
    width: 10px;
    height: 10px;
    background-color: #4E50BD;
    border-radius: 9999px;
}

@keyframes floating-points {
    0% {
        transform: translateY(0);
    }

    85% {
        opacity: 0;
    }

    100% {
        transform: translateY(-350px);
        opacity: 0;
    }
}

.points_wrapper .point:nth-child(1) {
    left: 10%;
    opacity: 1;
    animation-duration: 2.35s;
    animation-delay: 0.2s;
}

.points_wrapper .point:nth-child(2) {
    left: 30%;
    opacity: 0.7;
    animation-duration: 2.5s;
    animation-delay: 0.5s;
}

.points_wrapper .point:nth-child(3) {
    left: 25%;
    opacity: 0.8;
    animation-duration: 2.2s;
    animation-delay: 0.1s;
}

.points_wrapper .point:nth-child(4) {
    left: 44%;
    opacity: 0.6;
    animation-duration: 2.05s;
}

.points_wrapper .point:nth-child(5) {
    left: 50%;
    opacity: 1;
    animation-duration: 1.9s;
}

.points_wrapper .point:nth-child(6) {
    left: 75%;
    opacity: 0.5;
    animation-duration: 1.5s;
    animation-delay: 1.5s;
}

.points_wrapper .point:nth-child(7) {
    left: 88%;
    opacity: 0.9;
    animation-duration: 2.2s;
    animation-delay: 0.2s;
}

.points_wrapper .point:nth-child(8) {
    left: 58%;
    opacity: 0.8;
    animation-duration: 2.25s;
    animation-delay: 0.2s;
}

.points_wrapper .point:nth-child(9) {
    left: 98%;
    opacity: 0.6;
    animation-duration: 2.6s;
    animation-delay: 0.1s;
}

.points_wrapper .point:nth-child(10) {
    left: 65%;
    opacity: 1;
    animation-duration: 2.5s;
    animation-delay: 0.2s;
}

.points_wrapper .point:nth-child(11) {
    left: 5%;
    opacity: 1;
    animation-duration: 2.3s;
    animation-delay: 0.2s;
}

.points_wrapper .point:nth-child(12) {
    left: 19%;
    opacity: 1;
    animation-duration: 2.1s;
    animation-delay: 0.1s;
}

.points_wrapper .point:nth-child(13) {
    left: 35%;
    opacity: 1;
    animation-duration: 1.6s;
    animation-delay: 0.1s;
}

.points_wrapper .point:nth-child(14) {
    left: 68%;
    opacity: 1;
    animation-duration: 1.9s;
    animation-delay: 0.2s;
}
@media (max-width:1199px) {
    .box1 .box-c .r{
        width: calc(100% - 413px);
    }
    .box4 .box-c .r{
        width: 61%;
    }
    .box4{
        padding: 140px 0  100px;
    }
    .box3{
        padding: 100px 0;
    }
    .box4 .box-c .l .moreBox .more{
        width: 180px;
        height: 180px;
    }
    .box4 .box-c .l .moreBox .items .item{
        width: 80px;
        height: 80px;
        font-size: 16px;
    }
    .box4 .box-c .l .moreBox .more .moreContainer{
        font-size: 16px;
    }
    .box3 .line{
        margin-top: 60px;
    }
    .box3 .box-t-r{
        width: 57%;
    }
    .box4 .box-c .r .list li .li-r{
        display: none;
    }
}
@media (max-width:1023px){
    .box3 .box-t-l{
        font-size: 40px;
    }
    .box3 .box-t-r .list .text-title .number{
        font-size: 30px;
    }
    .box3 .box-c .item .list li{
        width: 170px;
    }
    .box4,
    .box3{
        padding: 70px 0;
    }
    .box4{
        background: linear-gradient(
302deg, #0c1939, rgb(80 82 177));
    }
    .box3 .line{
        margin-top: 50px;
    }
    .box2 .box-c .r .list li:nth-child(2n){
        padding-top: 0;
        margin-top: 60px;
    }
    .box2 .box-c .r .list{
        grid-template-columns: repeat(1,1fr);
    }
    .box1 .box-c .l{
        display: none;
    }
    .box1 .box-c .r{
        width: 100%;
    }
    .box2{
        padding: 0 0 70px;
        background: linear-gradient(
135deg, #0c1939, rgb(80 82 177));
    }
    .box2 .box-c .l .more{
        margin-top: 50px;
    }
    .box2 .box-c .r{
        padding-top: 0;
    }
    .box3 .box-t{
        flex-direction: column;
        align-items: flex-start;
    }
    .box3 .box-t-r{
        width: 100%;
        margin-top: 25px;
    }
    .box4 .box-c .r .list li>a{
        padding: 20px 20px 20px 0;
    }
    .box4 .box-c .r .list li .text-box{
        margin: 0 0 0 30px;
    }
    .box4 .box-c{
        flex-direction: column;
    }
    .box4 .box-c .l{
        position: relative;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding-right: 100px;
    }
    .box4 .box-c .l .moreBox{
        margin-top: 0;
    }
    .box4 .box-c .l .moreBox .items .item{
        width: 60px;
        height: 60px;
        font-size: 12px;
    }
    .box4 .box-c .l .moreBox .item:nth-child(3){
        bottom: 17%;
        left: 94%;
    }
    .box4 .box-c .r{
        width: 100%;
        margin-top: 50px;
    }
    .box4 .box-b{
        font-size: 80px;
    }
    .box4 .box-b .text2 .dot{
        display: none!important;
    }
    .box4 .box-b .text2 .text-box{
        background-color: transparent;
    }
    .box4 .box-b{
        margin-top: 1.2em;
    }
    .box1{
        background: linear-gradient(135deg,#0c1939,rgba(80,82,177,.98));
    }
}
@media (max-width:768px) {
    .banner .swiper-slide .slide-l .des,
    .banner .swiper-slide .slide-l .text-box{
        font-size:16px;
    }
    .box1 .box-c,
    .box1 .box-c .r{
        height: 100%;
    }
    .box1 .box-c{
        padding:0;
    }
    /*.box1 .box-c .r .swiper-slide:not(:last-child){*/
    /*    margin: ;*/
    /*}*/
    .box3 .box-t-r .list{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 24px 30px;
    }
    .box3 .box-c .item .list li{
        width: 150px;
    }
    .box3 .box-t-r .list .text-title{
        font-size: 16px;
    }
    .box3 .box-t-r .list .text-des{
        font-size: 16px;
        margin-top: .4em;
    }
    .box4,
    .box3{
        padding: 60px 0;
    }
    .box3 .box-t,
    .box3 .line{
        margin-top: 40px;
    }
    .box2 .box-c .l .more{
        width: 110px;
        height: 110px;
    }
    .box2 .box-c .r .list .item:not(:last-child){
        margin-bottom: 60px;
    }
    .box2 .box-c .l .more{
        margin-top: 0;
    }
    .box2 .box-c .l .bg{
        width: 200px;
    }
    .box2 .box-c .r{
        flex: none;
        width: 100%;
        margin-top: 80px;
    }
    .box2 .box-c .l{
        position: relative;
        top: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .box2 .box-c{
        flex-direction: column;
    }
    .banner .swiper-slide .pic{
        width: 80%;
    }
    .box1 .box-c .r .swiper{
        width: 100%;
        height: 100%;
        display:flex;
        align-items:center;
        padding: 0 3%;
    }
    .box1 .box-c .r .swiper-wrapper{
        height:auto
    }
    .box1 .box-c .r .swiper-slide{
        padding: 40px;
        width:500px;
        max-width: 100%;
        background: linear-gradient(-30deg, rgba(27, 15, 125, 1), rgba(78, 80, 189, 1));
        opacity: .8;
    }
    .box1 .box-c .r .swiper-slide .items{
        margin-top: 4vw;
    }
    .box2 .box-c .r .list .item .text-title{
        font-size: 20px;
    }
    .box2 .box-c .r .labels{
        margin-top: 15px;
    }
    .box2 .box-c .r .list li:nth-child(2n){
        margin-top: 30px;
    }
    .box4 .box-c .r .loadMore span{
        line-height: 50px;
        padding: 0 49px;
    }
    .box4 .box-b{
        font-size: 60px;
    }
    .box4 .box-c .l .moreBox .more{
        width: 140px;
        height: 140px;
    }
    .box4 .box-c .l .moreBox .more .moreContainer{
        font-size: 12px;
        line-height: 1.7;
    }
    .box4 .box-c .l .moreBox .item:nth-child(3){
        bottom: 0;
        left: 88%;
    }
    .box4 .box-c .r{
        margin-top: 88px;
    }
}
@media (max-width:500px) {
    .box1 .box-c .r .swiper-slide:not(:last-child){
        margin-right: 2vw;
    }
    .box1 .box-c .r .swiper-slide .items .item{
        padding:9px 0
    }
    .box1 .box-c .r .swiper-slide{
        width: 86%;
        padding: 30px 20px 40px;
    }
    .box4 .box-c .l .zh,
    .box4 .box-c .l .en{
        font-size: 20px;
    }
    .box4 .box-c .l{
        padding-right: 85px;
    }
    .box4 .box-b{
        font-size: 50px;
    }
    .box4 .box-c .r .loadMore span{
        line-height: 41px;
        padding: 0 41px;
    }
    .box4 .box-c .r .loadMore{
        margin-top: 30px;
    }
    .box4 .box-c .r .list li .text-title,
    .box4 .box-c .r .list li .date{
        font-size: 14px;
    }
    .box4 .box-c .r .list li .text-des{
        font-size: 18px;
    }
    .box4 .box-c .r .list li .text-box{
        margin-left: 15px;
    }
    .box4 .box-c .r .list li .icon{
        font-size: 50px;
    }
    .box3 .box-c .item .list li{
        width: 120px;
    }
    .box3 .box-c .item .list li .pic img{
        filter: none;
        opacity: 1 !important;
    }
    .box4,
    .box3{
        padding: 50px 0;
    }
    .box3 .box-t,
    .box3 .line{
        margin-top: 30px;
    }
    .box2 .box-c .r .list .item:not(:last-child){
        margin-bottom: 50px;
    }
    .box1 .box-c .r .swiper{
        /* width: 90%; */
    }
}