.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;
    bottom: 182px;
    width: 1600px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5
}

.banner .swiper .content .dis {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s, transform 0.6s 0.3s
}

.banner .swiper .swiper-slide-active .content .dis {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.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: 0.3s ease
}

.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: 0.6s ease
}

.banner .swiper .content .dis .list .iconfont {
    font-size: 10px;
    color: #fff
}

.banner .swiper .pick span {
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    display: block
}

html[lang="en"] .banner .swiper .pick span{
    font-size: 40px;
}

.banner .swiper .button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 8
}

.banner .swiper .button .iconfont:first-child {
    transform: rotate(180deg)
}

.banner .swiper .button .iconfont {
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    pointer-events: auto
}

.banner .swiper .swiper-slide {
    overflow: hidden
}

.banner .swiper .pick p {
    font-weight: 300;
    font-size: 24px;
    color: #fff
}

.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: 50px;
    display: flex;
    justify-content: center
}

.banner .swiper-pagination span {
    width: 14px;
    height: 2px;
    background: rgba(247, 247, 247, 0.4);
    opacity: 1 !important;
    margin: 0 8px 0 0 !important;
    cursor: pointer;
    position: relative;
    transition: .6s ease
}

.banner .swiper-pagination span:last-child {
    margin: 0 !important
}

.banner .swiper-pagination span:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    background: #FFFFFF;
    top: 0;
    left: 0
}

.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: 22px;
    opacity: 0;
    transition: .6s ease
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 28px
}

.banner .swiper-pagination .swiper-pagination-bullet-active:after {
    animation: 5s lineAnimate forwards linear
}

@keyframes lineAnimate {
    100% {
        width: 100%
    }
}

.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
}

@keyframes spin1 {
    100% {
        transform: rotate(1turn)
    }
}

@keyframes spin2 {
    100% {
        transform: rotate(-1turn)
    }
}

@keyframes goA {
    100% {
        transform: translateX(-50%)
    }
}

.index1 {
    position: relative;
    z-index: 1;
    height: 115vh;
    /*height: 69.4791666666666666vw;*/
    padding: 155px 0 0 0
}

@media screen and (max-width: 1920px) {
    .index1{
        height: 139vh;
    }
}

.index1 .yun {
    position: absolute;
    width: 100vw;
    bottom: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
}

.index1 .yun:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 150%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    z-index: -1;
}

.index1 .yun:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 150%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    z-index: -1;
}
.index1 .yun .go {
    width: max-content;
    animation: goA 60s linear infinite;
    display: flex;
}

.index1 .yun .go .flex{
    display: flex;
}
.index1 .yun .go .flex img{
    height: 300px;
}

.index1 .wrap {
    width: 1600px;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.index1 .wrap .top .title {
    font-weight: 600;
    font-size: 42px;
    color: #1A1A1A;
    line-height: 56px
}

.index1 .wrap .top .title span {
    color: var(--color)
}

.index1 .wrap .top .p1 {
    width: 506px;
    font-weight: 400;
    font-size: 24px;
    color: #1A1A1A;
    line-height: 36px;
    margin: 48px 0 65px
}

.index1 .wrap .content {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative
}

.index1 .wrap .content.aos-animate .img1, .index1 .wrap .content.aos-animate .img2 {
    /*transform: translateY(0)*/
}

.index1 .wrap .content .sun {
    position: absolute;
    top: 0;
    left: 30%;
    animation: spin1 40s infinite linear;
    transform-origin: 42% 42%;
    z-index: 5
}

.index1 .wrap .content .sun img {
    animation: spin2 40s infinite linear
}

.index1 .wrap .content .img1 {
    margin: 0 204px 0 0;
    width: 192px;
    transform: translateY(50%);
    /*transition: 3s*/
}

.index1 .wrap .content .img1 img {
    width: 100%
}

.index1 .wrap .content .img2 {
    width: 276px;
    height: 853px;
    /*transform: translateY(50%);*/
    /*transition: 3s*/
}

.index1 .wrap .content .img2 img {
    width: 100%;
    max-height: unset;
    transform: translateY(50%);
}

.index1 .wrap .content .figure {
    margin: 0 0 250px 123px;
    position: relative;
    z-index: 54
}

.index1 .wrap .content .figure .item {
    width: 550px;
    height: 156px;
    background: #FFFFFF;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 83px 0 50px
}

.index1 .wrap .content .figure .item:not(:last-child) {
    margin: 0 0 22px
}

.index1 .wrap .content .figure .item .dis {
    display: flex
}

.index1 .wrap .content .figure .item .dis span {
    font-weight: 600;
    font-size: 70px;
    color: #003F98
}

html[lang="en"] .index1 .wrap .content .figure .item .dis span{
    font-size: 55px;
}

.index1 .wrap .content .figure .item .dis .dw {
    font-weight: 400;
    font-size: 17px;
    color: #003F98;
    margin: 0 0 0 10px;
    position: relative;
    top: 20px
}

.index1 .wrap .content .figure .item .text {
    font-weight: 400;
    font-size: 17px;
    color: #1A1A1A;
    line-height: 24px
}
html[lang="en"] .index1 .wrap .content .figure .item .text{
    width: 37%;
}
.common_more {
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 9px
}

.common_more:hover .circle {
    background: var(--color) !important
}

.common_more:hover .circle .iconfont {
    color: #fff
}

.common_more:hover p {
    color: var(--color) !important;
    transform: translateX(5px)
}

.common_more.on .circle {
    background: #EAEAEA
}

.common_more.on p {
    color: #1A1A1A
}

.common_more .circle {
    width: 42px;
    height: 42px;
    background: #FFFFFF;
    border-radius: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease
}

.common_more .circle .iconfont {
    color: var(--color);
    font-size: 13px;
    transform: rotate(45deg);
    transition: .6s ease
}

.common_more p {
    font-weight: 500;
    font-size: 16px;
    color: #003F98;
    transition: .6s ease
}

.index3 {
    padding: 102px 0 140px;
    background: #FAFBFD;
}

.index3 .title {
    text-align: center;
    font-weight: 600;
    font-size: 42px;
    color: #1A1A1A
}

.index3 .content {
    margin: 109px 0 0 0
}

.index3 .content .matter {
    width: max-content;
    display: flex;
    animation: goAnimate 60s linear infinite;
    animation-play-state: paused
}

.index3 .content .matter:not(:last-child) {
    margin: 0 0 40px
}

.index3 .content .matter:nth-child(2) {
    animation-direction: reverse
}

.index3 .content .matter .flex {
    display: flex
}

.index3 .content .matter .flex .img {
    width: 216px;
    height: 103px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease
}

.index3 .content .matter .flex .img:hover {
    background: #FFFFFF
}

.index3 .content .matter .flex .img:hover img {
    transform: scale(1.05)
}

.index3 .content .matter .flex .img img {
    object-fit: cover;
    transition: .6s ease
}

@keyframes goAnimate {
    100% {
        transform: translateX(-50%)
    }
}

.index4 {
    padding: 102px 0 114px 0
}

.index4 .wrap {
    width: 1600px;
    margin: auto
}

.index4 .title {
    font-weight: 600;
    font-size: 42px;
    color: #1A1A1A;
    margin: 0 0 86px;
    text-align: center
}

.index4 .content {
    display: flex;
    justify-content: space-between
}

.index4 .content .end {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 30px 0 0 0
}

.index4 .content .end .swiper-pagination {
    position: static;
    width: fit-content
}

.index4 .content .end .swiper-pagination span {
    width: 10px;
    height: 3px;
    background: #EBEBEB;
    border-radius: 2px;
    opacity: 1 !important;
    margin: 0 10px 0 0 !important;
    position: relative;
    transition: .6s ease
}

.index4 .content .end .swiper-pagination span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--color)
}

.index4 .content .end .swiper-pagination span:last-child {
    margin: 0 !important
}

.index4 .content .end .swiper-pagination span.swiper-pagination-bullet-active {
    width: 20px
}

.index4 .content .end .swiper-pagination span.swiper-pagination-bullet-active:after {
    animation: lineAnimate 5s linear infinite
}

.index4 .content .rSwiper {
    width: 925px;
    height: 564px
}

.index4 .content .rSwiper .swiper-slide .item {
    width: 100%;
    background: #F8F8F8;
    border-radius: 10px;
    display: block;
    overflow: hidden;
    transition: .6s ease
}

.index4 .content .rSwiper .swiper-slide .item:hover {
    background: var(--color)
}

.index4 .content .rSwiper .swiper-slide .item:hover .img img {
    transform: scale(1.05)
}

.index4 .content .rSwiper .swiper-slide .item:hover .text .p1, .index4 .content .rSwiper .swiper-slide .item:hover .text .p2, .index4 .content .rSwiper .swiper-slide .item:hover .text .time {
    color: #fff
}

.index4 .content .rSwiper .swiper-slide .item .text {
    padding: 40px 46px;
    height: 304px
}

.index4 .content .rSwiper .swiper-slide .item .text .p1 {
    font-weight: bold;
    font-size: 24px;
    color: #1A1A1A;
    line-height: 36px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 20px;
    transition: .6s ease
}

.index4 .content .rSwiper .swiper-slide .item .text .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    line-height: 30px;
    margin: 0 0 35px;
    transition: .6s ease;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index4 .content .rSwiper .swiper-slide .item .text .time {
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    transition: .6s ease
}

.index4 .content .rSwiper .swiper-slide .item .img {
    width: 100%;
    height: 260px;
    border-radius: 10px;
    overflow: hidden
}

.index4 .content .rSwiper .swiper-slide .item .img img {
    width: 100%;
    height: 100%;
    transition: .6s ease
}

.index4 .content .big {
    width: 630px;
    height: 575px;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    overflow: hidden
}

.index4 .content .big:hover .img img {
    transform: scale(1.05)
}

.index4 .content .big:hover .text .p1 {
    color: var(--color)
}

.index4 .content .big .img {
    width: 100%;
    height: 372px;
    border-radius: 10px;
    overflow: hidden
}

.index4 .content .big .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.index4 .content .big .text {
    padding: 15px 50px
}

.index4 .content .big .text .time {
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    margin: 0 0 12px
}

.index4 .content .big .text .p1 {
    font-weight: bold;
    font-size: 24px;
    color: #1A1A1A;
    margin: 0 0 12px;
    transition: .6s ease;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index4 .content .big .text .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    line-height: 25px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index4 .common_more {
    margin: 94px auto 0
}

.index5 {
    position: relative;
    height: calc(100vh + 1500px)
}

.index5 .fix {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    height: 100vh
}

.index5 .svg {
    position: absolute;
    /*top: 28%;*/
    top: 22%;
    width: 95%;
    right: -80px;
    display: block;
    z-index: 2;
    clip-path: inset(0 0 0 100%)
}

.index5 .svg .st0 {
    fill: none;
    stroke: #FFFFFF;
    stroke-miterlimit: 10
}

.index5 .svg .st1 {
    fill: none;
    stroke: #FFFFFF;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}

.index5 .svg .st2 {
    fill: none;
    stroke: #FFFFFF;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}

.index5 .svg .st3 {
    fill: none;
    stroke: #FFFFFF;
    stroke-linecap: square;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}

.index5 .img {
    width: 100%;
    height: 100%
}

.index5 .more {
    width: fit-content;
    padding: 0 28px;
    height: 47px;
    border-radius: 23px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 204px auto 0;
    transition: .6s ease
}

.index5 .more:hover {
    background: var(--color);
    border: 1px solid var(--color);
}

.index5 .more p {
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    margin: 0 7px 0 0;
    transition: .6s ease
}

.index5 .more .iconfont {
    font-size: 12px;
    transition: .6s ease;
    color: #fff
}

.index5 .wrap {
    position: absolute;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    top: 250px;
    z-index: 5
}

.index5 .wrap .title {
    text-align: center
}

.index5 .wrap .title .p1 {
    font-weight: 600;
    font-size: 42px;
    color: #FFFFFF;
    margin: 0 0 24px
}

.index5 .wrap .title .p2 {
    font-weight: 400;
    font-size: 32px;
    color: #FFFFFF
}

@media screen and (max-width: 1920px) {
    .index5 .wrap {
        top: 150px
    }
}

.index2 {
    position: relative;
    z-index: 1;
    height: calc(100vh + 500px);
    background: #FAFBFD;
    opacity: 0;
}

.index2 .position_video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.index2 .position_video video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    opacity: 0;
    display: none;
}

.index2 .position_video .all{
    opacity: 1;
    display: block;
}
.index2 .position_video video.hide{
    opacity: 0;
}
.index2 .position_video video.on {
    opacity: 1;
}
.index2 .fix{
    position: relative;
    /*position: sticky;*/
    /*position: -webkit-sticky;*/
    height: 100vh;
    top: 0;
}

.index2 .color {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), #fff);
    height: 220px
}

.index2 .bg {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.index2 .position {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: .6s ease;
}
.index2 .position.on{
    opacity: 1;
}
.index2 .position.on .point{
    pointer-events: auto;
}
.index2 .position .point {
    position: absolute;
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 0 23px;
    height: 52px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 63, 152, 0.14);
    border-radius: 26px;
    justify-content: center;
    gap: 16px;
    cursor: pointer;
    transition: .6s ease;
}

.index2 .position .point.hide{
    opacity: 0;
    pointer-events: none;
}

.index2 .position .point p {
    font-weight: bold;
    font-size: 20px;
    color: #1A1A1A
}

.index2 .position .point .circle {
    width: 8px;
    height: 8px;
    background: #003F98;
    border-radius: 50%;
    position: relative;
    z-index: 1
}

.index2 .position .point .circle:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: scaleA 1s linear infinite;
    background: #003F98;
    border-radius: 50%
}

/**/
.index2 .position2 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0;
    left: 0;
    /*opacity: 0;*/
    pointer-events: none;
    transition: 1s
}

.index2 .position2.on {
    pointer-events: auto
}

.index2 .position2.on .content .matter.on{
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.index2 .position2 .black {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
}

.index2 .position2 .content {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5
}
.index2 .position2 .content .matter{
    width: 400px;
    border-radius: 20px;
    border: 1px solid #FFFFFF;
    background: rgba(255,255,255,.4);
    backdrop-filter: blur(20px);
    padding: 34px 10px 15px 10px;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: 1s;
}
.index2 .position2 .content .matter:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
}
.index2 .position2 .content .matter .close{
    position: absolute;
    right: 17px;
    top: 23px;
    z-index: 2;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    border: 1px solid rgba(0, 63, 150, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease;
    cursor: pointer;
}
.index2 .position2 .content .matter .close svg{
    width: 15px;
    height: 15px;
}
.index2 .position2 .content .matter .close svg path{
    transition: .6s ease;
}
.index2 .position2 .content .matter .close:hover{
    border: 1px solid #003F96;
    background: #003F96;
}
.index2 .position2 .content .matter .close:hover svg path{
    fill: #fff;
}
.index2 .position2 .content .matter .headline{
    font-weight: bold;
    font-size: 24px;
    color: #003F96;
    margin: 0 56px 27px 49px;
}
.index2 .position2 .content .matter .matter_color{
    width: 380px;
    background: #FFFFFF;
    height: fit-content;
    border-radius: 14px 8px;
    padding: 30px 47px;
}
.index2 .position2 .content .matter .matter_color a{
    font-size: 16px;
    color: #1A1A1A;
    line-height: 30px;
    width: fit-content;
    display: block;
    transition: .6s ease;
}
.index2 .position2 .content .matter .matter_color a:hover{
    color: var(--color);
}
/**/

.index2 .position .point1 {
    top: 30.947917vw;
    left: 60.145833vw;
}

.index2 .position .point2 {
    top: 15.479167vw;
    left: 80.4375vw;
}

.index2 .position .point3 {
    top: 8.520833vw;
    left: 60.104167vw;
}

.index2 .position .point4 {
    top: 28.4375vw;
    left: 20.40625vw;
}

.index2 .position .point5 {
    top: 40.739583vw;
    left: 51.614583vw;
}

.index2 .wrap {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    text-align: center
}

.index2 .wrap .title {
    font-weight: 600;
    font-size: 42px;
    color: #1A1A1A
}

@keyframes scaleA {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5
    }
    100% {
        transform: translate(-50%, -50%) scale(3);
        opacity: 0
    }
}

@keyframes lA {
    100% {
        clip-path: inset(0 0 0 0)
    }
}

@keyframes showA {
    100% {
        opacity: 1
    }
}

@keyframes hideA {
    100% {
        opacity: 0
    }
}

@keyframes circleA {
    100% {
        transform: translate(-50%, -50%) scale(0.8)
    }
}

@keyframes text_imgA {
    100% {
        transform: translate(-50%, 3.22916666vw);
        opacity: 1
    }
}

@keyframes wrapA {
    100% {
        opacity: 0
    }
}

@keyframes fillA {
    100% {
        fill: #fff
    }
}

.fixed_img {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999998;
    display: flex;
    align-items: center;
    justify-content: center;
    mix-blend-mode: screen
}

.fixed_img.start img {
    animation: showA .6s ease forwards
}

.fixed_img img {
    width: 100px;
    mix-blend-mode: difference;
    filter: brightness(0) invert(1);
    opacity: 0
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center
}

.loading.start .wrap {
    animation: wrapA .6s 4.5s ease forwards
}

.loading.start .wrap .circle {
    animation: showA 1.5s 2.2s ease forwards
}

.loading.start .wrap .l {
    animation: lA 2s linear forwards, fillA .6s 2.4s ease forwards
}

.loading.start .wrap .r {
    animation: lA 2s linear forwards, fillA .6s 2.4s ease forwards
}

.loading.start .wrap .text_img {
    animation: text_imgA .6s 3.3s ease forwards
}

.loading .wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative
}

.loading .wrap .circle {
    position: absolute;
    width: 4.6875vw;
    height: 4.6875vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.84);
    opacity: 0;
    margin: -3px 0 0 -1px;
    background: var(--color);
    border-radius: 50%
}

.loading .wrap .text_img {
    position: absolute;
    width: 6.6145833333vw;
    left: 50%;
    transform: translate(-50%, 4.6875vw);
    max-width: unset;
    max-height: unset;
    object-fit: contain;
    opacity: 0
}

.loading .wrap svg {
    fill: #e6e6e6;
    width: 51.4%
}

.loading .wrap .l {
    position: relative;
    top: -.7291666667vw;
    clip-path: inset(0 100% 0 0);
    width: 51.2%;
    z-index: 5
}

.loading .wrap .r {
    position: absolute;
    right: 0;
    top: .5208333333vw;
    clip-path: inset(0 0 0 100%);
    z-index: 5
}



@media screen and (max-width: 1919px) {
    .banner .swiper .content{
        bottom: 9.4791666667vw;
        width: 83.3333333333vw;
    }
    .banner .swiper .content .dis{
        transform: translateY(1.0416666667vw);
    }
    .banner .swiper .content .dis .list{
        width: 7.8125vw;
        height: 2.6041666667vw;
        font-size: 0.8333333333vw;
    }
    .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.5vw;
    }
    html[lang="en"] .banner .swiper .pick span{
        font-size: 2.0833333333333335vw;
    }
    .banner .swiper .button{
        padding: 0px 2.0833333333vw;
    }
    .banner .swiper .button .iconfont{
        font-size: 1.25vw;
    }
    .banner .swiper .pick p{
        font-size: 1.25vw;
    }
    .banner .swiper-pagination{
        bottom: 2.6041666667vw;
    }
    .banner .swiper-pagination span{
        width: 0.7291666667vw;
        height: 0.1041666667vw;
        margin: 0px 0.4166666667vw 0px 0px !important;
    }
    .banner .swiper-pagination span img{
        width: 1.1458333333vw;
    }
    .banner .swiper-pagination .swiper-pagination-bullet-active{
        width: 1.4583333333vw;
    }
    .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;
    }
    .index1{
        padding: 8.0729166667vw 0px 0px;
    }
    .index1 .wrap{
        width: 83.3333333333vw;
    }
    .index1 .wrap .top .title{
        font-size: 2.1875vw;
        line-height: 2.9166666667vw;
    }
    .index1 .wrap .top .p1{
        width: 26.3541666667vw;
        font-size: 1.25vw;
        line-height: 1.875vw;
        margin: 2.5vw 0px 3.3854166667vw;
    }
    .index1 .wrap .content .img1{
        margin: 0px 10.625vw 0px 0px;
        width: 10vw;
    }
    .index1 .wrap .content .img2{
        width: 14.375vw;
        height: 44.42708333vw;
    }
    .index1 .wrap .content .figure{
        margin: 0px 0px 13.02083333333333vw 6.40625vw;
    }
    .index1 .wrap .content .figure .item{
        width: 28.6458333333vw;
        height: 8.125vw;
        border-radius: 0.7291666667vw;
        padding: 0px 4.3229166667vw 0px 2.6041666667vw;
    }
    .index1 .wrap .content .figure .item:not(:last-child){
        margin: 0px 0px 1.1458333333vw;
    }
    .index1 .wrap .content .figure .item .dis span{
        font-size: 3.6458333333vw;
    }
    html[lang="en"] .index1 .wrap .content .figure .item .dis span{
        font-size: 2.8645833333333335vw;
    }
    .index1 .wrap .content .figure .item .dis .dw{
        font-size: 0.8854166666vw;
        margin: 0px 0px 0px 0.5208333333vw;
        top: 1.0416666667vw;
    }
    .index1 .wrap .content .figure .item .text{
        font-size: 0.8854166666vw;
        line-height: 1.25vw;
    }
    .common_more{
        gap: 0.46875vw;
    }
    .common_more:hover p{
        transform: translateX(0.2604166667vw);
    }
    .common_more .circle{
        width: 2.1875vw;
        height: 2.1875vw;
        border-radius: 1.09375vw;
    }
    .common_more .circle .iconfont{
        font-size: 0.6770833333vw;
    }
    .common_more p{
        font-size: 0.8333333333vw;
    }
    .index3{
        padding: 5.3125vw 0px 7.2916666667vw;
    }
    .index3 .title{
        font-size: 2.1875vw;
    }
    .index3 .content{
        margin: 5.6770833333vw 0px 0px;
    }
    .index3 .content .matter:not(:last-child){
        margin: 0px 0px 2.0833333333vw;
    }
    .index3 .content .matter .flex .img{
        width: 11.25vw;
        height: 5.3645833333vw;
        border-radius: 0.4166666667vw;
    }
    .index4{
        padding: 5.3125vw 0px 5.9375vw;
    }
    .index4 .wrap{
        width: 83.3333333333vw;
    }
    .index4 .title{
        font-size: 2.1875vw;
        margin: 0px 0px 4.4791666667vw;
    }
    .index4 .content .end{
        margin: 1.5625vw 0px 0px;
    }
    .index4 .content .end .swiper-pagination span{
        width: 0.5208333333vw;
        height: 0.15625vw;
        border-radius: 0.1041666667vw;
        margin: 0px 0.5208333333vw 0px 0px !important;
    }
    .index4 .content .end .swiper-pagination span.swiper-pagination-bullet-active{
        width: 1.0416666667vw;
    }
    .index4 .content .rSwiper{
        width: 48.1770833333vw;
        height: 29.375vw;
    }
    .index4 .content .rSwiper .swiper-slide .item{
        border-radius: 0.5208333333vw;
    }
    .index4 .content .rSwiper .swiper-slide .item .text{
        padding: 2.0833333333vw 2.3958333333vw;
        height: 15.8333333333vw;
    }
    .index4 .content .rSwiper .swiper-slide .item .text .p1{
        font-size: 1.25vw;
        line-height: 1.875vw;
        margin: 0px 0px 1.0416666667vw;
    }
    .index4 .content .rSwiper .swiper-slide .item .text .p2{
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
        margin: 0px 0px 1.8229166667vw;
    }
    .index4 .content .rSwiper .swiper-slide .item .text .time{
        font-size: 0.8333333333vw;
    }
    .index4 .content .rSwiper .swiper-slide .item .img{
        height: 13.5416666667vw;
        border-radius: 0.5208333333vw;
    }
    .index4 .content .big{
        width: 32.8125vw;
        height: 29.9479166667vw;
        border-radius: 0.5208333333vw;
    }
    .index4 .content .big .img{
        height: 19.375vw;
        border-radius: 0.5208333333vw;
    }
    .index4 .content .big .text{
        padding: 0.78125vw 2.6041666667vw;
    }
    .index4 .content .big .text .time{
        font-size: 0.8333333333vw;
        margin: 0px 0px 0.625vw;
    }
    .index4 .content .big .text .p1{
        font-size: 1.25vw;
        margin: 0px 0px 0.625vw;
    }
    .index4 .content .big .text .p2{
        font-size: 0.8333333333vw;
        line-height: 1.3020833333vw;
    }
    .index4 .common_more{
        margin: 4.8958333333vw auto 0px;
    }
    .index5{
        height: calc(78.125vw + 100vh);
    }
    .index5 .svg{
        right: -4.1666666667vw;
    }
    .index5 .more{
        padding: 0 1.4583333333333335vw;
        height: 2.4479166667vw;
        border-radius: 1.1979166667vw;
        margin: 10.625vw auto 0px;
    }
    .index5 .more p{
        font-size: 0.7291666667vw;
        margin: 0px 0.3645833333vw 0px 0px;
    }
    .index5 .more .iconfont{
        font-size: 0.625vw;
    }
    .index5 .wrap{
        top: 13.0208333333vw;
    }
    .index5 .wrap .title .p1{
        font-size: 2.1875vw;
        margin: 0px 0px 1.25vw;
    }
    .index5 .wrap .title .p2{
        font-size: 1.6666666667vw;
    }
    .index2 .color{
        height: 11.458333333vw;
    }
    .index2 .position .point{
        padding: 0 1.1979166666666667vw;
        height: 2.7083333333vw;
        box-shadow: rgba(0, 63, 152, 0.14) 0px 0px 0.5208333333vw 0px;
        border-radius: 1.3541666667vw;
        gap: 0.8333333333vw;
    }
    .index2 .position .point p{
        font-size: 1.0416666667vw;
    }
    .index2 .position .point .circle{
        width: 0.4166666667vw;
        height: 0.4166666667vw;
    }
    .index2 .wrap{
        top: 5.2083333333vw;
    }
    .index2 .wrap .title{
        font-size: 2.1875vw;
    }
    .fixed_img img{
        width: 5.2083333333vw;
    }
    .loading .wrap .circle{
        margin: -0.15625vw 0px 0px -1px;
    }
}

@media screen and (max-width: 1024px) {
    html[lang="en"] .index1 .wrap .content .figure .item .text{
        width: 46%;
    }
    .index1{
        height: auto;
    }
    .index1 .yun:before,.index1 .yun:after{
        height: 50%;
    }
    .index1 .yun .go .flex img{
        height: 150px;
    }
    .banner .swiper .pick span{
        font-size: 18px!important;
        line-height: 25px;
    }
    .banner .swiper .content {
        bottom: 45%;
        width: 90%;
    }
    .banner .swiper-pagination{
        bottom: 25px;
    }
    .banner .swiper-pagination span{
        width: 14px;
        height: 2px;
        margin: 0 8px 0 0 !important;
        border-radius: 4px;
    }
    .banner .swiper-pagination span:last-child{
        margin: 0!important;
    }
    .banner .swiper-pagination .swiper-pagination-bullet-active{
        width: 28px;
    }
    .parallax{
        transform: none!important;
    }
    .index1{
        padding: 50px 0 0 0;
    }
    .index1 .wrap{
        width: 90%;
    }
    .index1 .wrap .top .title{
        font-size: 22px;
        line-height: 24px;
    }
    .index1 .wrap .top .p1{
        width: 100%;
        font-size: 14px;
        line-height: 25px;
        margin: 20px 0 22px;
    }
    .common_more{
        gap: 10px;
    }
    .common_more .circle{
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }
    .common_more .circle .iconfont{
        font-size: 14px;
    }
    .common_more p{
        font-size: 14px;
    }
    .index1 .wrap .content .img1{
        position: absolute;
        margin: 0;
        /*width: 18vw;*/
        width: 64px;
        left: 13vw;
        transform: translateY(0);
    }
    .index1 .yun .go img{
        height: 200px;
    }
    .index1 .wrap .content .img2{
        position: absolute;
        /*width: 27vw;*/
        width: 97px;
        height: 241px;
        left: 46vw;
        transform: translateY(0);
    }
    .index1 .wrap .content .figure{
        margin: 30px 0 360px 0;
        width: 100%;
    }
    .index1 .wrap .content .figure .item{
        width: 100%;
        height: auto;
        padding: 30px 5%;
        border-radius: 10px;
    }
    .index1 .wrap .content .figure .item:not(:last-child){
        margin: 0 0 15px;
    }
    .index1 .wrap .content .figure .item .dis span{
        font-size: 23px!important;
    }
    .index1 .wrap .content .figure .item .dis .dw {
        font-size: 12px;
        margin: 0 0 0 5px;
        top: 3px;
    }
    .index1 .wrap .content .figure .item .text{
        font-size: 13px;
        line-height: 22px;
    }
    .index1 .wrap .content .sun{
        top: unset;
        bottom: 115px;
        left: 60%;
    }
    .index2{
        height: auto;
        opacity: 1!important;
    }
    .index2 .position{
        opacity: 1;
    }
    .index2 .fix{
        overflow: hidden;
        overflow-x: auto;
    }
    .index2 .wrap .title{
        font-size: 22px;
    }
    .index2 .position .point{
        width: fit-content;
        height: 40px;
        border-radius: 25px;
        gap: 10px;
        padding: 0 12px;
        pointer-events: none;
    }
    .index2 .position_video{
        display: none;
    }
    .index2 .position2{
        display: none;
    }
    .index2 .position .point .circle{
        width: 8px;
        height: 8px;
    }
    .index2 .position .point5 {
        top: 84%;
        left: 129%;
    }
    .index2 .position .point4 {
        top: 58%;
        left: 6%
    }
    .index2 .position .point3 {
        top: 15%;
        left: 169%;
    }
    .index2 .position .point2 {
        top: 20%;
        left: 216%;
    }
    .index2 .position .point1 {
        top: 60%;
        left: 179%;
    }
    .index2 .position .point p{
        font-size: 12px;
        white-space: nowrap;
    }
    .index2 .color {
        height: 79px;
    }
    .index2 .bg{
        display: none;
    }
    .index2 .sj_bg{
        display: block !important;
        width: max-content;
        max-width: unset;
    }
    .index2 .wrap {
        top: 29px;
    }
    .index3{
        padding: 50px 0;
    }
    .index3 .title{
        font-size: 22px;
    }
    .index3 .content {
        margin: 30px 0 0 0;
    }
    .index3 .content .matter{
        animation-delay: unset!important;
        animation-play-state: unset;
    }
    .index3 .content .matter .flex .img{
        width: 150px;
        height: 80px;
        border-radius: 8px;
        margin: 0 25px 0 0;
    }
    .index3 .content .matter .flex .img {
        width: 106px;
        height: 57px;
        border-radius: 8px;
        margin: 0 55px 0 0;
    }
    .index4{
        padding: 30px 0;
    }
    .index4 .wrap{
        width: 90%;
    }
    .index4 .title{
        font-size: 22px;
        margin: 0 0 25px;
    }
    .index4 .content{
        flex-direction: column;
    }
    .index4 .content .big{
        width: 100%;
        height: auto;
        border-radius: 10px;
        margin: 0 0 25px;
    }
    .index4 .content .big .img{
        height: auto;
        border-radius: 10px;
    }
    .index4 .content .big .text{
        padding: 30px 5%;
    }
    .index4 .content .big .text .time{
        font-size: 12px;
        margin: 0 0 12px;
    }
    .index4 .content .big .text .p1{
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 15px;
    }
    .index4 .content .big .text .p2{
        font-size: 13px;
        line-height: 25px;
    }
    .index4 .content .r{
        width: 100%;
    }
    .index4 .content .rSwiper{
        width: 100%;
        height: auto;
    }
    .index4 .content .rSwiper .swiper-slide .item{
        border-radius: 10px;
    }
    .index4 .content .rSwiper .swiper-slide .item .text{
        height: auto;
        padding: 30px 5%;
    }
    .index4 .content .rSwiper .swiper-slide .item .text .p1{
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 15px;
    }
    .index4 .content .rSwiper .swiper-slide .item .text .p2{
        font-size: 13px;
        line-height: 25px;
        margin: 0 0 12px;
    }
    .index4 .content .rSwiper .swiper-slide .item .text .time{
        font-size: 12px;
    }

    .index4 .content .rSwiper .swiper-slide .item .img{
        height: auto;
        border-radius: 10px ;
    }
    .index4 .content .end{
        margin: 15px 0 0 0;
        justify-content: center;
    }
    .index4 .content .end .swiper-pagination span {
        width: 10px;
        height: 3px;
        border-radius: 2px;
        opacity: 1 !important;
        margin: 0 10px 0 0 !important;
    }
    .index4 .content .end .swiper-pagination span.swiper-pagination-bullet-active{
        width: 20px;
    }
    .index5{
        height: auto!important;
        position: relative;
    }
    .index5 .fix{
        height: auto!important;
    }
    .index5 .wrap{
        top: 0;
        padding: 100px 0;
        position: static;
        transform: none;
        margin: auto;
    }
    .index5 .svg{
        clip-path: unset;
    }
    .index5 .img{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .index5 .wrap .title .p1{
        font-size: 22px;
        margin: 0 0 20px;
    }
    .index5 .wrap .title .p2{
        font-size: 14px;
    }
    .index5 .more{
        width: fit-content;
        height: 45px;
        border-radius: 23px;
        margin: 105px auto 0;
        padding: 0 25px;
        gap: 7px;
    }
    .index5 .svg{
        right: 0;
        clip-path: unset!important;
        top: 46%;
    }
    .index5 .more .iconfont{
        font-size: 13px;
    }
    .index5 .more p{
        font-size: 13px;
    }
    .loading{
        display: none;
    }
    .banner .swiper .button .iconfont{
        font-size: 16px;
    }
    .banner .swiper .button{
        padding: 0 5%;
    }
    .banner .swiper .button{
        display: none;
    }
    .banner .swiper .back img{
        display: none;
    }
    .banner .swiper .back img.sj_img{
        display: block!important;
    }

}
