.banner {
    position: relative
}

.banner .svg {
    display: none
}

.banner .swiper {
    width: 100%;
    height: 100vh
}

.banner .swiper .swiper-slide .back {
    width: 100%;
    height: 100%;
    position: relative
}

.banner .swiper .back img {
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    transition: cubic-bezier(0.77, 0, 0.175, 1) transform 2s
}

.banner .swiper .back video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner .swiper .swiper-slide:first-child .back:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent
}

.banner .swiper .back.video_back:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2)
}

.banner .swiper .back video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner .swiper .swiper-slide-active .back img {
    transform: scale(1)
}

.banner .swiper .content {
    position: absolute;
    top: 35%;
    width: 100%;
    z-index: 5;
    text-align: center
}

.banner .swiper .content .dis {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .3s, transform .6s .3s
}

.banner .swiper .swiper-slide-active .content .dis {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s
}

.banner .swiper .content .dis .list {
    width: 150px;
    height: 50px;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    transition: .3s ease;
    margin: 278px auto 0
}

.banner .swiper .content .dis .list:hover {
    background: #fff
}

.banner .swiper .content .dis .list:hover p {
    color: #000
}

.banner .swiper .content .dis .list p {
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    transition: .6s ease
}

.banner .swiper .content .dis .list .iconfont {
    font-size: 10px;
    color: #FFFFFF
}

.banner .swiper .pick span {
    font-weight: bold;
    font-size: 44px;
    color: #FFFFFF;
    display: block;
    letter-spacing: 13px
}

html[lang='en'] .banner .swiper .pick span{
    letter-spacing: 0!important;
}

.banner .swiper .swiper-slide {
    overflow: hidden
}

.banner .swiper .pick p {
    font-weight: 300;
    font-size: 24px;
    color: #FFFFFF
}

.banner .swiper .swiper-slide.on .pick span div, .banner .swiper .swiper-slide.on .pick p div {
    transition: 1s;
    opacity: 1 !important;
    transform: translateX(0) !important
}

.banner .swiper .swiper-slide.unset .pick span div, .banner .swiper .swiper-slide.unset .pick p div {
    transition-delay: unset !important
}

.banner .swiper-pagination {
    bottom: 37px
}

.banner .swiper-pagination span {
    width: 10px;
    height: 10px;
    opacity: 1 !important;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 25px 0 0 !important;
    cursor: pointer;
    border-radius: 0;
    position: relative
}

.banner .swiper-pagination span:last-child {
    margin: 0 !important
}

.banner .swiper-pagination span img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    max-width: unset;
    max-height: unset;
    object-fit: contain;
    width: 30px;
    opacity: 0;
    transition: .6s ease
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 0) !important
}

.banner .swiper-pagination .swiper-pagination-bullet-active img {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1)
}

.banner .parallax {
    width: 100%;
    height: 100%
}

.banner .parallax .position {
    position: absolute;
    bottom: 32px;
    left: 30px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px
}

.banner .parallax .position p {
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    writing-mode: sideways-lr;
    text-transform: uppercase
}

.banner .parallax .position .iconfont {
    color: #fff;
    font-size: 17px
}

.index2 {
    background: #EEE8E2;
    padding: 92px 0 72px;
    transition: .6s ease
}

.index2 .wrap {
    width: 1100px;
    margin: auto
}

.index2 .wrap .title {
    font-weight: 500;
    font-size: 32px;
    color: #000000;
    margin: 0 0 65px;
    text-align: center
}

.index2 .wrap .cut {
    display: flex;
    justify-content: center;
    gap: 53px;
    margin: 0 0 75px
}

.index2 .wrap .cut .list {
    font-weight: 500;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.4);
    transition: .6s ease;
    cursor: pointer
}

html[lang='en'] .index2 .wrap .cut .list{
    font-size: 15px;
}

.index2 .wrap .cut .list.on {
    color: #000000
}

.index2 .wrap .content {
    position: relative
}

.index2 .wrap .content .button {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1380px;
    display: flex;
    justify-content: space-between;
    pointer-events: none
}

.index2 .wrap .content .button .circle {
    pointer-events: auto;
    cursor: pointer;
    transition: .6s ease
}

.index2 .wrap .content .button .circle.swiper-button-disabled {
    opacity: .1;
    pointer-events: none
}

.index2 .wrap .content .button .circle:first-child {
    transform: rotate(180deg)
}

.index2 .wrap .content .button .circle .iconfont {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.2)
}

.index2 .wrap .content .proSwiper {
    width: 100%;
    padding: 0 0 50px
}

.index2 .wrap .content .proSwiper .swiper-slide {
    pointer-events: none
}

.index2 .wrap .content .proSwiper .swiper-slide .big {
    width: 100%;
    height: 480px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .3s, transform .6s .3s
}

.index2 .wrap .content .proSwiper .swiper-slide .big:hover img {
    transform: scale(1.05)
}

.index2 .wrap .content .proSwiper .swiper-slide .big img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.index2 .wrap .content .proSwiper .swiper-slide .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 88px 0 0 0
}

.index2 .wrap .content .proSwiper .swiper-slide .flex .l {
    display: flex;
    align-items: center;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .3s, transform .6s .4s
}

.index2 .wrap .content .proSwiper .swiper-slide .flex .l .text {
    margin: 0 87px 0 0
}

.index2 .wrap .content .proSwiper .swiper-slide .flex .l .text .headline {
    display: flex;
    align-items: center
}

.index2 .wrap .content .proSwiper .swiper-slide .flex .l .text .headline img {
    width: 81px;
    height: 23px;
    object-fit: contain
}

.index2 .wrap .content .proSwiper .swiper-slide .flex .l .text .headline span {
    width: 5px;
    height: 5px;
    background: #000000;
    margin: 0 11px 0 9px
}

.index2 .wrap .content .proSwiper .swiper-slide .flex .l .text .headline p {
    font-weight: 400;
    font-size: 30px;
    color: #000000
}

.index2 .wrap .content .proSwiper .swiper-slide .flex .l .text .p2 {
    font-weight: 400;
    font-size: 14px;
    color: #333333
}

.index2 .wrap .content .proSwiper .swiper-slide .flex .l .more {
    padding: 0 25px;
    height: 40px;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease
}

.index2 .wrap .content .proSwiper .swiper-slide .flex .l .more:hover {
    background: #000
}

.index2 .wrap .content .proSwiper .swiper-slide .flex .l .more:hover p {
    color: #fff
}

.index2 .wrap .content .proSwiper .swiper-slide .flex .l .more p {
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    transition: .3s ease
}

.index2 .wrap .content .proSwiper .swiper-slide .flex .r {
    display: flex;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .3s, transform .6s .5s
}

.index2 .wrap .content .proSwiper .swiper-slide .flex .r .list .p1 {
    font-weight: 400;
    font-size: 20px;
    color: #111111;
    margin: 0 0 13px
}

.index2 .wrap .content .proSwiper .swiper-slide .flex .r .list .p2 {
    font-weight: 500;
    font-size: 12px;
    color: #111111
}

.index2 .wrap .content .proSwiper .swiper-slide .flex .r .line {
    margin: 0 40px;
    width: 1px;
    height: 48px;
    background: rgba(0, 0, 0, 0.1)
}

.index2 .wrap .content .proSwiper .swiper-slide .flex .r .line:last-child {
    margin-right: 0
}

.index2 .wrap .content .proSwiper .swiper-slide.swiper-slide-active {
    pointer-events: auto
}

.index2 .wrap .content .proSwiper .swiper-slide.swiper-slide-active .big {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s
}

.index2 .wrap .content .proSwiper .swiper-slide.swiper-slide-active .flex .l, .index2 .wrap .content .proSwiper .swiper-slide.swiper-slide-active .flex .r {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .4s
}

.index2 .wrap .content .proSwiper .swiper-slide.swiper-slide-active .flex .r {
    transition-delay: .5s
}

.index3 {
    position: relative;
    height: calc(100vh + 1500px);
    z-index: 1;
    background: #EDEFF1
}

.index3 .fix {
    height: 100vh;
    overflow: hidden;
    position: sticky;
    position: -webkit-sticky;
    top: 0
}

.index3 .common_bg{
    object-fit: cover;
}

.index3 .fix .first {
    height: 100vh;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.index3 .fix .first.on .common_bg {
    opacity: 1
}

.index3 .fix .first.on .wrap .p1 {
    color: #000
}


.index3 .fix .first.on .wrap .p1:after {
    opacity: 0
}

.index3 .fix .first.on .wrap .opacity {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s
}

.index3 .fix .first .scroll_down {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    transition: .6s ease
}

.index3 .fix .first .scroll_down.filter {
    filter: brightness(0)
}

.index3 .fix .first .scroll_down img {
    width: 19px;
    margin: auto;
    display: block;
    object-fit: contain
}

.index3 .fix .first .scroll_down p {
    font-weight: 400;
    font-size: 14px;
    color: #32549A;
    margin: 10px 0 0 0
}

.index3 .fix .first .common_bg {
    opacity: 0;
    transition: .6s ease
}

.index3 .fix .first .wrap {
    margin: 228px 0 0 0;
    text-align: center
}

.index3 .fix .first .wrap .p1 {
    font-weight: bold;
    font-size: 32px;
    /*color: transparent;*/
    margin: auto;
    width: fit-content;
    transform: scale(2.5);
    position: relative;
    z-index: 1;
    color: #5F7CBB;
}

.index3 .fix .first .wrap .p1 .after {
    position: absolute;
    top: 0;
    left: 0;
    clip-path: inset(0 0 0 0);
    /*clip-path: inset(84% 0 0 0);*/
    /*background: linear-gradient(0deg, #9BB0DA 0%, #617DB6 48.7060546875%, #183D8A 98.5595703125%);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    /*background-clip: text;*/
    /*color: transparent;*/
    color: #1F357D;
    z-index: 2;
}


.index3 .fix .first .wrap .opacity {
    opacity: 0;
    transition: opacity .3s, transform .6s .3s;
    transform: translateY(20px)
}

.index3 .fix .first .wrap .p2 {
    margin: 40px auto 0;
    width: 668px;
    font-weight: 500;
    font-size: 18px;
    color: rgba(17, 17, 17, 0.8);
    line-height: 34px
}

.index3 .fix .first .wrap .more {
    width: 150px;
    height: 50px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 64px auto 0;
    transition: .6s ease
}

.index3 .fix .first .wrap .more:hover {
    background: var(--color);
    border: 1px solid var(--color)
}

.index3 .fix .first .wrap .more:hover p {
    color: #fff
}

.index3 .fix .first .wrap .more p {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    transition: .3s ease
}

.index4 {
    padding: 165px 0
}

.index4 .wrap {
    width: 1400px;
    margin: auto
}

.index4 .wrap .title {
    text-align: center
}

.index4 .wrap .title .p1 {
    font-weight: bold;
    font-size: 32px;
    color: #000000;
    margin: 0 0 30px
}

.index4 .wrap .title .p2 {
    font-weight: 500;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8)
}

.index4 .wrap .content {
    margin: 50px 0 0 0;
    position: relative
}

.index4 .wrap .content .button {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1608px;
    display: flex;
    justify-content: space-between;
    pointer-events: none
}

.index4 .wrap .content .button .circle {
    pointer-events: auto;
    cursor: pointer;
    transition: .6s ease;
    opacity: .2
}

.index4 .wrap .content .button .circle:hover {
    opacity: 1
}

.index4 .wrap .content .button .circle.swiper-button-disabled {
    opacity: .1;
    pointer-events: none
}

.index4 .wrap .content .button .circle:first-child {
    transform: rotate(180deg)
}

.index4 .wrap .content .button .circle .iconfont {
    font-size: 30px;
    color: #0069AC
}

.index4 .wrap .content .indexSwiper {
    width: 100%
}

.index4 .wrap .content .indexSwiper .swiper-slide .item {
    width: 100%
}

.index4 .wrap .content .indexSwiper .swiper-slide .item:hover .img img {
    transform: scale(1.05)
}

.index4 .wrap .content .indexSwiper .swiper-slide .item:hover .text .p1 {
    color: #0069AC
}

.index4 .wrap .content .indexSwiper .swiper-slide .item .img {
    width: 100%;
    height: 280px;
    overflow: hidden
}

.index4 .wrap .content .indexSwiper .swiper-slide .item .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.index4 .wrap .content .indexSwiper .swiper-slide .item .text {
    margin: 32px 0 0 0
}

.index4 .wrap .content .indexSwiper .swiper-slide .item .text .p1 {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    transition: .6s ease;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.index4 .wrap .content .indexSwiper .swiper-slide .item .text .p2 {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin: 24px 0 0 0;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.index4 .wrap .more {
    width: 150px;
    height: 50px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 80px auto 0;
    transition: .6s ease
}

.index4 .wrap .more:hover {
    background: var(--color);
    border: 1px solid var(--color)
}

.index4 .wrap .more:hover p {
    color: #fff
}

.index4 .wrap .more p {
    font-weight: 400;
    font-size: 16px;
    color: #000
}

@keyframes scaleAnimate {
    0% {
        opacity: .5;
        transform: translate(-50%, -50%) scale(1)
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(3)
    }
}

@keyframes spin2 {
    0% {
        opacity: 1;
        transform: scale(1)
    }
    50% {
        opacity: 0.5;
        transform: scale(0.7)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.index5 {
    background: #EDF0F6;
    height: calc(100vh + 2000px)
}

.index5 .fix {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    overflow: hidden;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center
}

.index5 .fix .first .wrap .title {
    text-align: center
}

.index5 .fix .first .wrap .title .p1 {
    font-weight: bold;
    font-size: 32px;
    color: #000000;
    margin: 0 0 30px
}

.index5 .fix .first .wrap .title .p2 {
    font-weight: 500;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8)
}

.index5 .fix .first .wrap .content {
    width: fit-content;
    margin: 60px auto 0;
    position: relative
}

.index5 .fix .first .wrap .content .canvas {
    width: 524px;
    height: 524px;
    border-radius: 50%;
    position: relative
}

.index5 .fix .first .wrap .content .canvas #earth {
    width: 100%;
    height: 100%;
    position: relative
}

.index5 .fix .first .wrap .content .canvas #earth .shadow {
    position: absolute;
    width: 110%;
    height: 110%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none
}

.index5 .fix .first .wrap .content .canvas #earth .position {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: .6s ease
}

.index5 .fix .first .wrap .content .canvas #earth .position .point {
    position: absolute;
    cursor: pointer
}

.index5 .fix .first .wrap .content .canvas #earth .position .point.left .text {
    left: unset;
    right: calc(100% + 16px)
}

.index5 .fix .first .wrap .content .canvas #earth .position .point.point_on {
    pointer-events: auto
}

.index5 .fix .first .wrap .content .canvas #earth .position .point.on .text {
    background: #0069AC;
    color: #fff;
    border: 1px solid #0069AC
}

.index5 .fix .first .wrap .content .canvas #earth .position .point .text {
    width: 170px;
    height: 55px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    color: #5C79BC;
    transition: .6s ease;
    position: absolute;
    left: calc(100% + 16px);
    top: 50%;
    transform: translateY(-50%)
}

.index5 .fix .first .wrap .content .canvas #earth .position .point .circle {
    width: 13px;
    height: 13px;
    background: #E50000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1
}

.index5 .fix .first .wrap .content .canvas #earth .position .point .circle:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    background: #E50000;
    opacity: .7;
    animation: scaleAnimate 2s linear infinite;
    z-index: -1
}

.index5 .fix .first .wrap .content .canvas #earth .position .point .circle img {
    width: 70%
}

.index5 .fix .first .wrap .content .message {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 100px);
    width: 438px
}

.index5 .fix .first .wrap .content .message .list {
    width: 100%;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.24);
    padding: 40px 40px;
    border-radius: 10px;
    pointer-events: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .3s, transform .6s .3s
}

.index5 .fix .first .wrap .content .message .list.on {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s
}

.index5 .fix .first .wrap .content .message .list:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
}

.index5 .fix .first .wrap .content .message .list .dis {
    display: flex;
    align-items: center
}

.index5 .fix .first .wrap .content .message .list .dis img {
    width: 72px;
    object-fit: contain
}

.index5 .fix .first .wrap .content .message .list .dis span {
    width: 5px;
    height: 5px;
    background: #0069AC;
    margin: 0 10px;
    display: block
}

.index5 .fix .first .wrap .content .message .list .dis p {
    font-weight: bold;
    font-size: 24px;
    color: #0069AC
}

.index5 .fix .first .wrap .content .message .list .p1 {
    margin: 14px 0 40px 0;
    font-weight: 500;
    font-size: 16px;
    color: #000000
}

.index5 .fix .first .wrap .content .message .list .pick a {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #111111;
    display: block
}

.index5 .fix .first .wrap .content .message .list .pick a:not(:last-child) {
    margin: 0 0 5px
}

.index5 .fix .first .wrap .content .message .list .text {
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin: 30px 0 0 0
}

.index5 .fix .first .wrap .figure {
    margin: 80px 0 0 0;
    display: flex;
    justify-content: center;
    gap: 200px
}

.index5 .fix .first .wrap .figure .item span {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 48px;
    color: #0069AC;
    width: fit-content;
    position: relative;
    margin: auto;
    display: block
}

.index5 .fix .first .wrap .figure .item span:after {
    content: attr(data-text);
    position: absolute;
    left: 110%;
    top: 5px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #0069AC
}

.index5 .fix .last {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 5;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none
}

.index5 .fix .last.pointer {
    pointer-events: auto
}

.index5 .fix .last .position {
    position: absolute;
    width: 1920px;
    height: 860px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -52%);
    pointer-events: none;
    z-index: 5;
    transition: .6s ease;
    opacity: 0
}

.index5 .fix .last .position.on {
    transform: translate(-50%, -50%);
    opacity: 1
}

.index5 .fix .last .position .circle {
    width: 200px;
    height: 200px;
    background: #0069AC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    animation-name: spin2;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-duration: 2.5s
}

.index5 .fix .last .position .circle.on img {
    opacity: 1;
    transform: translateY(0)
}

.index5 .fix .last .position .circle:nth-child(1) {
    animation-delay: 0s
}

.index5 .fix .last .position .circle:nth-child(2) {
    animation-delay: .3s
}

.index5 .fix .last .position .circle:nth-child(3) {
    animation-delay: .6s
}

.index5 .fix .last .position .circle:nth-child(4) {
    animation-delay: .9s
}

.index5 .fix .last .position .circle:nth-child(5) {
    animation-delay: 1.2s
}

.index5 .fix .last .position .circle:nth-child(6) {
    animation-delay: 1.5s
}

.index5 .fix .last .position .circle:nth-child(7) {
    animation-delay: 1.8s
}

.index5 .fix .last .position .circle:nth-child(8) {
    animation-delay: 2.1s
}

.index5 .fix .last .position .circle:nth-child(9) {
    animation-delay: 2.4s
}

.index5 .fix .last .position .circle.color1 {
    /*background: #F1FAFF*/
    background: #6EAAD0;
}

.index5 .fix .last .position .circle.color2 {
    background: #7592BC
}

.index5 .fix .last .position .circle.color3 {
    background: #EEE8A9
}

.index5 .fix .last .position .circle.circle1 {
    bottom: 60px;
    left: 0
}

.index5 .fix .last .position .circle.circle2 {
    left: 430px;
    bottom: 174px
}

.index5 .fix .last .position .circle.circle3 {
    left: 847px;
    bottom: 7px
}

.index5 .fix .last .position .circle.circle4 {
    left: 1305px;
    bottom: 157px
}

.index5 .fix .last .position .circle.circle5 {
    left: 1653px;
    bottom: 75px
}

.index5 .fix .last .position .circle.circle6 {
    top: 104px;
    left: 112px
}

.index5 .fix .last .position .circle.circle7 {
    left: 597px;
    top: 81px
}

.index5 .fix .last .position .circle.circle8 {
    left: 1242px;
    top: 99px
}

.index5 .fix .last .position .circle.circle9 {
    left: 1668px;
    top: 136px
}

.index5 .fix .last .text {
    text-align: center;
    position: relative;
    z-index: 5
}

.index5 .fix .last .text .p1 {
    font-weight: 500;
    font-size: 32px;
    color: #000000
}

.index5 .fix .last .text .p2 {
    font-weight: 500;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
    margin: 30px 0 49px
}

.index5 .fix .last .text .more {
    width: fit-content;
    padding: 0 25px;
    height: 50px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease;
    margin: auto
}

.index5 .fix .last .text .more:hover {
    background: #000
}

.index5 .fix .last .text .more:hover p {
    color: #fff
}

.index5 .fix .last .text .more p {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    transition: .6s ease
}

.index5 .fix .last .circle div {
    position: absolute;
    background: rgba(255, 255, 255, 0);
    box-shadow: 0px 15px 60px 0px rgba(22, 103, 239, 0.08);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0)
}

.index5 .fix .last .circle div:first-child {
    width: 600px;
    height: 600px
}

.index5 .fix .last .circle div:nth-child(2) {
    width: 1200px;
    height: 1200px
}

.index5 .fix .last .circle div:nth-child(3) {
    width: 1800px;
    height: 1800px
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background: #fff
}

.loading.on video {
    opacity: 1
}

.loading video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0
}

@media screen and (max-width: 1919px) {
    .banner .swiper .content .dis{
        transform: translateY(1.0416666667vw);
    }
    .banner .swiper .content .dis .list{
        width: 7.8125vw;
        height: 2.6041666667vw;
        font-size: 0.8333333333vw;
        margin: 14.4791666667vw auto 0px;
    }
    .banner .swiper .content .dis .list p{
        font-size: 0.8333333333vw;
    }
    .banner .swiper .content .dis .list .iconfont{
        font-size: 0.5208333333vw;
    }
    .banner .swiper .pick span{
        font-size: 2.2916666667vw;
        letter-spacing: 0.6770833333vw;
    }
    .banner .swiper .pick p{
        font-size: 1.25vw;
    }
    .banner .swiper-pagination{
        bottom: 1.9270833333vw;
    }
    .banner .swiper-pagination span{
        width: 0.5208333333vw;
        height: 0.5208333333vw;
        margin: 0px 1.3020833333vw 0px 0px !important;
    }
    .banner .swiper-pagination span img{
        width: 1.5625vw;
    }
    .banner .parallax .position{
        bottom: 1.6666666667vw;
        left: 1.5625vw;
        gap: 0.78125vw;
    }
    .banner .parallax .position p{
        font-size: 0.625vw;
    }
    .banner .parallax .position .iconfont{
        font-size: 0.8854166667vw;
    }
    .index2{
        padding: 4.7916666667vw 0px 3.75vw;
    }
    .index2 .wrap{
        width: 57.2916666667vw;
    }
    .index2 .wrap .title{
        font-size: 1.6666666667vw;
        margin: 0px 0px 3.3854166667vw;
    }
    .index2 .wrap .cut{
        gap: 2.7604166667vw;
        margin: 0px 0px 3.90625vw;
    }
    .index2 .wrap .cut .list{
        font-size: 0.9375vw;
    }

    html[lang='en'] .index2 .wrap .cut .list{
        font-size: 0.78125vw;
    }

    .index2 .wrap .content .button{
        width: 71.875vw;
    }
    .index2 .wrap .content .button .circle .iconfont{
        font-size: 1.5625vw;
    }
    .index2 .wrap .content .proSwiper{
        padding: 0px 0px 2.6041666667vw;
    }
    .index2 .wrap .content .proSwiper .swiper-slide .big{
        height: 25vw;
        transform: translateY(1.5625vw);
    }
    .index2 .wrap .content .proSwiper .swiper-slide .flex{
        margin: 4.5833333333vw 0px 0px;
    }
    .index2 .wrap .content .proSwiper .swiper-slide .flex .l{
        transform: translateY(1.5625vw);
    }
    .index2 .wrap .content .proSwiper .swiper-slide .flex .l .text{
        margin: 0px 4.53125vw 0px 0px;
    }
    .index2 .wrap .content .proSwiper .swiper-slide .flex .l .text .headline img{
        width: 4.21875vw;
        height: 1.1979166667vw;
    }
    .index2 .wrap .content .proSwiper .swiper-slide .flex .l .text .headline span{
        width: 0.2604166667vw;
        height: 0.2604166667vw;
        margin: 0px 0.5729166667vw 0px 0.46875vw;
    }
    .index2 .wrap .content .proSwiper .swiper-slide .flex .l .text .headline p{
        font-size: 1.5625vw;
    }
    .index2 .wrap .content .proSwiper .swiper-slide .flex .l .text .p2{
        font-size: 0.7291666667vw;
    }
    .index2 .wrap .content .proSwiper .swiper-slide .flex .l .more{
        padding: 0 1.30208333333333vw;
        height: 2.0833333333vw;
    }
    .index2 .wrap .content .proSwiper .swiper-slide .flex .l .more p{
        font-size: 0.7291666667vw;
    }
    .index2 .wrap .content .proSwiper .swiper-slide .flex .r{
        transform: translateY(1.5625vw);
    }
    .index2 .wrap .content .proSwiper .swiper-slide .flex .r .list .p1{
        font-size: 1.0416666667vw;
        margin: 0px 0px 0.6770833333vw;
    }
    .index2 .wrap .content .proSwiper .swiper-slide .flex .r .list .p2{
        font-size: 0.625vw;
    }
    .index2 .wrap .content .proSwiper .swiper-slide .flex .r .line{
        margin: 0px 2.0833333333vw;
        height: 2.5vw;
    }
    .index3 .fix .first .scroll_down{
        bottom: 1.6666666667vw;
    }
    .index3 .fix .first .scroll_down img{
        width: 0.9895833333vw;
    }
    .index3 .fix .first .scroll_down p{
        font-size: 0.7291666667vw;
        margin: 0.5208333333vw 0px 0px;
    }
    .index3 .fix .first .wrap{
        margin: 11.875vw 0px 0px;
    }
    .index3 .fix .first .wrap .p1{
        font-size: 1.6666666667vw;
    }
    .index3 .fix .first .wrap .opacity{
        transform: translateY(1.0416666667vw);
    }
    .index3 .fix .first .wrap .p2{
        margin: 2.0833333333vw auto 0px;
        width: 34.7916666667vw;
        font-size: 0.9375vw;
        line-height: 1.7708333333vw;
    }
    .index3 .fix .first .wrap .more{
        width: 7.8125vw;
        height: 2.6041666667vw;
        margin: 3.3333333333vw auto 0px;
    }
    .index3 .fix .first .wrap .more p{
        font-size: 0.8333333333vw;
    }
    .index4{
        padding: 8.59375vw 0px;
    }
    .index4 .wrap{
        width: 72.9166666667vw;
    }
    .index4 .wrap .title .p1{
        font-size: 1.6666666667vw;
        margin: 0px 0px 1.5625vw;
    }
    .index4 .wrap .title .p2{
        font-size: 0.9375vw;
    }
    .index4 .wrap .content{
        margin: 2.6041666667vw 0px 0px;
    }
    .index4 .wrap .content .button{
        width: 83.75vw;
    }
    .index4 .wrap .content .button .circle .iconfont{
        font-size: 1.5625vw;
    }
    .index4 .wrap .content .indexSwiper .swiper-slide .item .img{
        height: 14.5833333333vw;
    }
    .index4 .wrap .content .indexSwiper .swiper-slide .item .text{
        margin: 1.6666666667vw 0px 0px;
    }
    .index4 .wrap .content .indexSwiper .swiper-slide .item .text .p1{
        font-size: 0.9375vw;
    }
    .index4 .wrap .content .indexSwiper .swiper-slide .item .text .p2{
        font-size: 0.7291666667vw;
        line-height: 1.25vw;
        margin: 1.25vw 0px 0px;
    }
    .index4 .wrap .more{
        width: 7.8125vw;
        height: 2.6041666667vw;
        margin: 4.1666666667vw auto 0px;
    }
    .index4 .wrap .more p{
        font-size: 0.8333333333vw;
    }
    .index5 .fix .first .wrap .title .p1{
        font-size: 1.6666666667vw;
        margin: 0px 0px 1.5625vw;
    }
    .index5 .fix .first .wrap .title .p2{
        font-size: 0.9375vw;
    }
    .index5 .fix .first .wrap .content{
        margin: 3.125vw auto 0px;
    }
    .index5 .fix .first .wrap .content .canvas{
        width: 27.2916666667vw;
        height: 27.2916666667vw;
    }
    .index5 .fix .first .wrap .content .canvas #earth .position .point.left .text{
        right: calc(100% + 0.8333333333vw);
    }
    .index5 .fix .first .wrap .content .canvas #earth .position .point .text{
        width: 8.8541666667vw;
        height: 2.8645833333vw;
        border-radius: 0.2604166667vw;
        font-size: 0.8333333333vw;
        left: calc(100% + 0.8333333333vw);
    }
    .index5 .fix .first .wrap .content .canvas #earth .position .point .circle{
        width: 0.6770833333vw;
        height: 0.6770833333vw;
    }
    .index5 .fix .first .wrap .content .message{
        left: calc(100% + 5.2083333333vw);
        width: 22.8125vw;
    }
    .index5 .fix .first .wrap .content .message .list{
        padding: 2.0833333333vw;
        border-radius: 0.5208333333vw;
        transform: translateY(1.0416666667vw);
    }
    .index5 .fix .first .wrap .content .message .list .dis img{
        width: 3.75vw;
    }
    .index5 .fix .first .wrap .content .message .list .dis span{
        width: 0.2604166667vw;
        height: 0.2604166667vw;
        margin: 0px 0.5208333333vw;
    }
    .index5 .fix .first .wrap .content .message .list .dis p{
        font-size: 1.25vw;
    }
    .index5 .fix .first .wrap .content .message .list .p1{
        margin: 0.7291666667vw 0px 2.0833333333vw;
        font-size: 0.8333333333vw;
    }
    .index5 .fix .first .wrap .content .message .list .pick a{
        font-size: 1.1458333333vw;
    }
    .index5 .fix .first .wrap .content .message .list .pick a:not(:last-child){
        margin: 0px 0px 0.2604166667vw;
    }
    .index5 .fix .first .wrap .content .message .list .text{
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
        margin: 1.5625vw 0px 0px;
    }
    .index5 .fix .first .wrap .figure{
        margin: 4.1666666667vw 0px 0px;
        gap: 10.4166666667vw;
    }
    .index5 .fix .first .wrap .figure .item span{
        font-size: 2.5vw;
    }
    .index5 .fix .first .wrap .figure .item span::after{
        top: 0.2604166667vw;
        font-size: 1.1458333333vw;
    }
    .index5 .fix .last .position{
        width: 100vw;
        height: 44.7916666667vw;
    }
    .index5 .fix .last .position .circle{
        width: 10.4166666667vw;
        height: 10.4166666667vw;
    }
    .index5 .fix .last .position .circle.circle1{
        bottom: 3.125vw;
    }
    .index5 .fix .last .position .circle.circle2{
        left: 22.3958333333vw;
        bottom: 9.0625vw;
    }
    .index5 .fix .last .position .circle.circle3{
        left: 44.1145833333vw;
        bottom: 0.3645833333vw;
    }
    .index5 .fix .last .position .circle.circle4{
        left: 67.96875vw;
        bottom: 8.1770833333vw;
    }
    .index5 .fix .last .position .circle.circle5{
        left: 86.09375vw;
        bottom: 3.90625vw;
    }
    .index5 .fix .last .position .circle.circle6{
        top: 5.4166666667vw;
        left: 5.8333333333vw;
    }
    .index5 .fix .last .position .circle.circle7{
        left: 31.09375vw;
        top: 4.21875vw;
    }
    .index5 .fix .last .position .circle.circle8{
        left: 64.6875vw;
        top: 5.15625vw;
    }
    .index5 .fix .last .position .circle.circle9{
        left: 86.875vw;
        top: 7.0833333333vw;
    }
    .index5 .fix .last .text .p1{
        font-size: 1.6666666667vw;
    }
    .index5 .fix .last .text .p2{
        font-size: 0.9375vw;
        margin: 1.5625vw 0px 2.5520833333vw;
    }
    .index5 .fix .last .text .more{
        padding: 0 1.30208333333333vw;
        height: 2.6041666667vw;
    }

    .index5 .fix .last .text .more p{
        font-size: 0.8333333333vw;
    }
    .index5 .fix .last .circle div{
        box-shadow: rgba(22, 103, 239, 0.08) 0px 0.78125vw 3.125vw 0px;
    }
    .index5 .fix .last .circle div:first-child{
        width: 31.25vw;
        height: 31.25vw;
    }
    .index5 .fix .last .circle div:nth-child(2){
        width: 62.5vw;
        height: 62.5vw;
    }
    .index5 .fix .last .circle div:nth-child(3){
        width: 93.75vw;
        height: 93.75vw;
    }
}

@media screen and (max-width: 1024px) {
    .banner .swiper .back img{
        display: none;
    }
    .banner .swiper .back img.mobile{
        display: block!important;
    }
    .banner .parallax{
        transform: none!important;
    }
    .banner .swiper .pick span{
        font-size: 24px;
        letter-spacing: 0;
        opacity: 0;
        transform: translateY(20px);
        transition: opacity .3s,transform .6s .3s;
    }
    .banner .swiper .swiper-slide-active .pick span{
        opacity: 1;
        transform: translateY(0);
        transition-delay: .3s;
    }
    .banner .swiper .content .dis{
        transform: translateX(0);
    }
    .banner .swiper .content .dis .list{
        width: fit-content;
        height: 40px;
        padding: 0 25px;
        font-size: 13px;
    }
    .banner .swiper .content .dis .list p{
        font-size: 13px;
    }
    .banner .swiper-pagination{
        bottom: 22px;
    }
    .banner .swiper-pagination span{
        width: 8px;
        height: 8px;
        margin: 0 15px 0 0!important;
    }
    .banner .swiper-pagination span:last-child{
        margin: 0!important;
    }
    .banner .parallax .position .iconfont{
        font-size: 11px;
    }
    .banner .parallax .position{
        bottom: 5%;
        left: 5%;
        gap: 7px;
    }
    .banner .swiper-pagination span img{
        width: 14px;
    }
    .banner .parallax .position p {
        font-size: 10px;
    }
    .index2{
        padding: 60px 0;
    }
    .index2 .wrap{
        width: 90%;
    }
    .index2 .wrap .title{
        font-size: 22px;
        margin: 0 0 30px;
    }
    .index2 .wrap .cut{
        flex-wrap: wrap;
        gap: 12px 36px;
        margin: 0 0 30px;
    }

    .index2 .wrap .cut .list{
        font-size: 14px;
    }
    html[lang='en'] .index2 .wrap .cut .list{
        font-size: 14px;
    }
    .index2 .wrap .content .proSwiper .swiper-slide .big{
        height: auto;
    }
    .index2 .wrap .content .proSwiper .swiper-slide .flex{
        margin: 25px 0 0 0;
        flex-direction: column;
    }
    .index2 .wrap .content .proSwiper .swiper-slide .flex .l{
        width: 100%;
        justify-content: space-between;
        /*flex-direction: column;*/
    }
    .index2 .wrap .content .proSwiper .swiper-slide .flex .l .text{
        margin: 0 0 15px;
    }

    .index2 .wrap .content .proSwiper .swiper-slide .flex .l .text .headline img{
        width: 40px;
        height: 30px;
        object-fit: contain;
    }
    .index2 .wrap .content .proSwiper .swiper-slide .flex .l .text .headline span{
        width: 5px;
        height: 5px;
        margin: 0 10px;
    }
    .index2 .wrap .content .proSwiper .swiper-slide .flex .l .text .headline p{
        font-size: 15px;
    }
    .index2 .wrap .content .proSwiper .swiper-slide .flex .l .text .p2{
        font-size: 12px;
    }
    .index2 .wrap .content .proSwiper .swiper-slide .flex .l .more{
        width: fit-content;
        height: 35px;
        padding: 0 20px;
        font-size: 12px;
    }
    .index2 .wrap .content .proSwiper .swiper-slide .flex .l .more p{
        font-size: 12px;
    }
    .index2 .wrap .content .proSwiper .swiper-slide .flex .r{
        width: 100%;
        margin: 20px 0 0 0;
    }
    .index2 .wrap .content .proSwiper .swiper-slide .flex .r .list .p1{
        font-size: 13px;
        margin: 0 0 4px;
    }
    .index2 .wrap .content .proSwiper .swiper-slide .flex .r .list .p2{
        font-size: 13px;
    }
    .index2 .wrap .content .proSwiper .swiper-slide .flex .r .line{
        margin: 0 25px;
        height: 35px;
    }

    .index3 .fix .first .wrap{
        padding: 0 5%;
    }
    .index3 .fix .first .wrap .p1{
        font-size: 24px;
        transform: none!important;
    }
    .index3 .fix .first .wrap .opacity{
        opacity: 1;
        transform: none;
    }
    .index3 .fix .first .wrap .p2{
        width: 90%;
        font-size: 13px;
        line-height: 27px;
        margin: 25px auto 0;
    }
    .index3 .fix .first .wrap .more{
        width: fit-content;
        height: 35px;
        padding: 0 20px;
        font-size: 12px;
        margin: 25px auto 0;
    }
    .index3 .fix .first .wrap .more p{
        font-size: 12px;
    }


    .banner .swiper .content{
        padding: 0 5%;
    }
    .loading{
        display: none;
    }
    .index3{
        height: auto!important;
        padding: 0 0 70px;
    }

    .index3 .fix .first video.common_bg{
        display: none;
    }
    .index3 .fix .first .common_bg{
        opacity: 1;
        width: 90%;
        object-fit: contain;
        margin: 40px auto 0;
        position: static;
        height: auto;
        display: block!important;
    }
    .index3 .fix .first,.index3 .fix{
        height: auto;
    }

    .index3 .fix .first .wrap{
        margin: 70px 0 0 0;
    }

    .index3 .fix .first .scroll_down{
        display: none;
    }

    .index4{
        padding: 70px 0;
    }
    .index4 .wrap{
        width: 90%;
    }
    .index4 .wrap .title .p1{
        font-size: 24px;
        margin: 0 0 15px;
    }
    .index4 .wrap .title .p2{
        font-size: 13px;
        line-height: 25px;
    }
    .index4 .wrap .content{
        margin: 25px 0 0 0;
    }
    .index4 .wrap .content .indexSwiper{
        width: 172vw;
    }
    .index4 .wrap .content .indexSwiper .swiper-slide .item .img{
        height: auto;
    }
    .index4 .wrap .content .indexSwiper .swiper-slide .item .text{
        margin: 22px 0 0 0;
    }
    .index4 .wrap .content .indexSwiper .swiper-slide .item .text .p1{
        font-size: 16px;
    }
    .index4 .wrap .content .indexSwiper .swiper-slide .item .text .p2{
        font-size: 13px;
        line-height: 25px;
        margin: 15px 0 0 0;
    }
    .index4 .wrap .more{
        width: fit-content;
        height: 35px;
        padding: 0 20px;
        font-size: 12px;
        margin: 25px auto 0;
    }
    .index4 .wrap .more p{
        font-size: 12px;
    }
    .index5{
        height: auto;
    }
    .index5 .fix{
        height: auto;
        flex-direction: column;
        align-items: unset;
    }
    .index5 .fix .first{
        opacity: 1!important;
        padding: 50px 5%;
    }
    .index5 .fix .first .wrap .title .p1{
        font-size: 24px;
        margin: 0 0 14px;
    }
    .index5 .fix .first .wrap .title .p2{
        font-size: 13px;
        line-height: 24px;
    }
    .index5 .fix .first .wrap .content .canvas{
        width: 75vw;
        height: 75vw;
        margin: auto;
    }
    .index5 .fix .first .wrap .content .canvas #earth .position .point .text{
        display: none;
    }
    .index5 .fix .first .wrap .content .canvas #earth .position .point .circle{
        width: 10px;
        height: 10px;
    }
    .index5 .fix .first .wrap .content .message{
        position: static;
        width: 100%;
        transform: none;
        margin: 30px 0 0 0;
    }
    .index5 .fix .first .wrap .content .message .list {
        height: auto;
        padding: 20px;
        border-radius: 15px;
        transform: none;
        opacity: 1;
        pointer-events: auto;
        display: none;
        position: static!important;
    }
    .index5 .fix .first .wrap .content .message .list.on{
        display: block;
        animation: yAnimate .6s ease forwards;
    }
    @keyframes yAnimate {
        0%{
            opacity: 0;
            transform: translateY(20px);
        }
        100%{
            transform: translateY(0);
            opacity: 1;
        }
    }
    .index5 .fix .first .wrap .content{
        width: 100%;
        margin: 25px 0 0 0;
    }
    .index5 .fix .first .wrap .content .message .list .dis img{
        width: 50px;
    }
    .index5 .fix .first .wrap .content .message .list .dis span{
        width: 5px;
        height: 5px;
        margin: 0 10px;
    }
    .index5 .fix .first .wrap .content .message .list .dis p{
        font-size: 14px;
    }
    .index5 .fix .first .wrap .content .message .list .p1{
        margin: 15px 0 ;
        font-size: 14px;
    }
    .index5 .fix .first .wrap .content .message .list .pick a:not(:last-child) {
        margin: 0 0 5px;
    }
    .index5 .fix .first .wrap .content .message .list .pick a{
        font-size: 19px;
    }
    .index5 .fix .first .wrap .content .message .list .text{
        font-size: 13px;
        line-height: 26px;
        margin: 15px 0 0 0;
    }
    .index5 .fix .first .wrap .figure{
        margin: 20px 0 0 0;
        gap: 10px 0;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .index5 .fix .first .wrap .figure .item{
        width: 47%;
        text-align: center;
    }
    .index5 .fix .first .wrap .figure .item span{
        font-size: 30px;
    }
    .index5 .fix .first .wrap .figure .item p{
        font-size: 13px;
    }
    .index5 .fix .first .wrap .figure .item span::after {
        top: 2px;
        font-size: 17px;
    }
    .index5 .fix .last{
        position: static;
        opacity: 1!important;
        margin: 40px 0 0 0;
        flex-direction: column;
        padding: 55px 5%;
        height: auto;
        pointer-events: auto;
    }



    .index5 .fix .last .text{
        padding: 0 5%;
    }
    .index5 .fix .last .text .p1{
        font-size: 24px;
    }
    .index5 .fix .last .text .p2{
        font-size: 13px;
        margin: 15px 0;
    }
    .index5 .fix .last .text .more{
        width: fit-content;
        height: 35px;
        padding: 0 20px;
        font-size: 12px;
        margin: 25px auto 0;
    }
    .index5 .fix .last .text .more p{
        font-size: 12px;
    }
    .index5 .fix .last > .circle{
        display: none;
    }
    .index5 .fix .last .position {
        position: static;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        gap: 22px 40px;
        transform: none !important;
        width: 100%;
        justify-content: center;
        margin: 45px 0 0 0;
        opacity: 1!important;
        pointer-events: auto;

    }

    .index5 .fix .last .position .circle{
        width: 70px;
        height: 70px;
        animation: none;
        position: static;
    }
    .index5 .fix{
        flex-direction: column;
        align-items: unset;
    }
    .index5 .fix .last .position .circle img{
        max-width: 70%;
    }
}
