@keyframes lineAnimate {
    100% {
        transform: scaleX(1)
    }
}

@keyframes downAnimate {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(10px)
    }
}

@keyframes scaleAnimate {
    100% {
        transform: translate(-50%, -50%) scale(1.7);
        opacity: 0
    }
}

.banner {
    width: 100%;
    height: 100vh
}

.banner .swiper {
    width: 100%;
    height: 100%
}

.banner .swiper .position {
    position: absolute;
    bottom: 84px;
    z-index: 5;
    left: 0;
    width: 100%;
    padding: 0 111px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.banner .swiper .position .swiper-pagination {
    position: static;
    width: fit-content
}

.banner .swiper .position .swiper-pagination span {
    width: 24px;
    height: 2px;
    background: rgba(255, 255, 255, 0.4);
    margin: 0 16px 0 0 !important;
    opacity: 1;
    position: relative;
    border-radius: 0 !important;
    transition: .6s ease
}

.banner .swiper .position .swiper-pagination span.swiper-pagination-bullet-active {
    width: 66px
}

.banner .swiper .position .swiper-pagination span.swiper-pagination-bullet-active:after {
    /*animation: lineAnimate 4s linear forwards*/
    transform: scaleX(1);

}

.banner .swiper .position .swiper-pagination span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    transform: scaleX(0);
    transform-origin: left;
    transition: .6s ease;
}

.banner .swiper .position .down_scroll {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center
}

.banner .swiper .position .down_scroll .color {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    top: 0;
    left: 0;
    pointer-events: none
}

.banner .swiper .position .down_scroll .animate {
    width: 15px;
    animation: downAnimate 1s ease infinite alternate;
    position: relative;
    top: -7px
}

.banner .swiper .position .button {
    display: flex
}

.banner .swiper .position .button .circle {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s ease
}

.banner .swiper .position .button .circle:hover {
    background: #fff;
    transform: scale(1.05)
}

.banner .swiper .position .button .circle:hover .iconfont {
    color: #00388B
}

.banner .swiper .position .button .circle:first-child {
    transform: rotate(180deg);
    margin: 0 18px 0 0
}

.banner .swiper .position .button .circle:first-child:hover {
    transform: rotate(180deg) scale(1.05)
}

.banner .swiper .position .button .circle .iconfont {
    color: #fff;
    font-size: 22px;
    transition: .6s ease
}

.banner .swiper .swiper-slide {
    z-index: 1;
    overflow: hidden
}

.banner .swiper .swiper-slide.swiper-slide-active .content {
    opacity: 1;
    transition-delay: .2s
}

.banner .swiper .swiper-slide.swiper-slide-active .slide-inner img {
    transform: scale(1)
}

.banner .swiper .swiper-slide .slide-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.banner .swiper .swiper-slide .slide-inner:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.1);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner .swiper .swiper-slide .slide-inner .back{
    object-fit: cover;
}

.banner .swiper .swiper-slide .slide-inner img {
    transform: scale(1.1);
    transition: cubic-bezier(0.77, 0, 0.175, 1) transform 2s;
    object-fit: cover;
}

.banner .swiper .swiper-slide .content {
    padding: 0 110px;
    width: 100%;
    opacity: 0;
    transition: .3s;
    position: relative
}

.banner .swiper .swiper-slide .content .title {
    font-weight: bold;
    font-size: 60px;
    color: #FFFFFF;
    margin: 0 0 19px
}

.banner .swiper .swiper-slide .content .title2 {
    font-size: 100px;
    color: #FFFFFF;
    line-height: 120px;
    font-weight: bold
}

.banner .swiper .swiper-slide .content .eng {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    text-transform: uppercase
}

.index1 {
    height: 100vh;
    position: relative
}

.index1 .fix {
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    overflow: hidden
}

.index1 .fix .content1 {
    width: 100%;
    height: 100vh;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0!important;
    pointer-events: none!important;
}

.index1 .fix .content1.on {
    /*opacity: 0;*/
    pointer-events: none
}

.index1 .fix .content1 .jump {
    position: relative
}

.index1 .fix .content1 .jump .center {
    width: 157px
}

.index1 .fix .content1 .jump .center svg {
    width: 100%;
    height: auto;
    transform: scale(3.5)
}

.index1 .fix .content1 .jump .center svg .txt {
    font-size: 72px
}

.index1 .fix .content1 .jump .p {
    font-weight: 500;
    font-size: 36px;
    color: #f6d870;
    position: absolute;
    z-index: 4;
    mix-blend-mode: difference
}

.index1 .fix .content1 .jump .p1 {
    top: 35px;
    left: -83px
}

.index1 .fix .content1 .jump .p2 {
    bottom: 36px;
    right: -79px
}

.index1 .fix .content2 {
    width: 100%;
    height: 100%;
    position: relative;
}

.index1 .fix .content2 .position {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.index1 .fix .content2 .position .point {
    position: absolute;
    cursor: pointer
}

.index1 .fix .content2 .position .point.left .hide {
    left: unset;
    right: 100%;
    transform: translateX(-10px)
}

.index1 .fix .content2 .position .point.left .hide .jump {
    transform: translateX(-30px)
}

.index1 .fix .content2 .position .point .circle {
    width: 42px;
    height: 42px;
    background: linear-gradient(-30deg, #00388B, #180C94);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1
}

.index1 .fix .content2 .position .point .circle .add {
    width: 14px;
    height: 14px;
    position: relative;
    transition: .6s ease
}

.index1 .fix .content2 .position .point .circle .add:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5
}

.index1 .fix .content2 .position .point .circle .add:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5
}

.index1 .fix .content2 .position .point .circle:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #00388B;
    opacity: .5;
    animation: 1s scaleAnimate linear infinite;
    border-radius: 50%;
    z-index: -1
}

.index1 .fix .content2 .position .point.Bo .hide{
    top: unset;
    bottom: 0%;
}

.index1 .fix .content2 .position .point .hide {
    position: absolute;
    top: -10px;
    left: 100%;
    transform: translateX(10px);
    opacity: 0;
    transition: .4s ease;
    pointer-events: none;
    z-index: 9
}

.index1 .fix .content2 .position .point .hide .jump {
    transform: translateX(30px);
    width: 430px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(130, 140, 161, 0.3);
    border-radius: 12px;
    padding: 30px 40px 30px 40px
}
.index1 .fix .content2 .position .point .hide .jump .headline .head_list{
    display: none;
}
.index1 .fix .content2 .position .point .hide .jump .headline .head_list.on{
    display: block;
    animation: yAnimate .6s ease forwards;
}
@keyframes yAnimate {
    0%{
        transform: translateY(10px);
        opacity: 0;
    }
    100%{
        transform: translateY(0);
        opacity: 1;
    }
}
.index1 .fix .content2 .position .point .hide .jump .headline h1 {
    font-weight: bold;
    font-size: 24px;
    color: #00388B;
    margin: 0 0 10px
}

.index1 .fix .content2 .position .point .hide .jump .headline p {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A
}

.index1 .fix .content2 .position .point .hide .jump .img {
    margin: 25px 0 0 0;
    position: relative
}

.index1 .fix .content2 .position .point .hide .jump .img .button {
    position: absolute;
    left: 0;
    top: 44px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    z-index: 5
}

.index1 .fix .content2 .position .point .hide .jump .img .button .iconfont {
    color: #C5C5C5;
    font-size: 18px;
    cursor: pointer;
    pointer-events: none
}

.index1 .fix .content2 .position .point:hover .hide .jump .img .button .iconfont{
    pointer-events: auto;
}
.index1 .fix .content2 .position .point .hide .jump .img .button .iconfont:first-child {
    transform: rotate(180deg)
}

.index1 .fix .content2 .position .point .hide .jump .img .indexImgSwiper {
    width: 311px;
    height: 144px
}

.index1 .fix .content2 .position .point .hide .jump .img .indexImgSwiper .swiper-slide img {
    width: 100%;
    object-fit: contain;
    opacity: 0;
    transform: translateY(10px);
}
.index1 .fix .content2 .position .point .hide .jump .img .indexImgSwiper .swiper-slide p{
    width: 100%;
    height: 100%;
    font-size: 18px;
}
.index1 .fix .content2 .position .point .hide .jump .img .indexImgSwiper .swiper-slide-active{
    pointer-events: none;
}
.index1 .fix .content2 .position .point:hover .hide .jump .img .indexImgSwiper .swiper-slide-active{
    pointer-events: auto;
}
.index1 .fix .content2 .position .point .hide .jump .img .indexImgSwiper .swiper-slide-active img{
    opacity: 1;
    transform: translateY(0);
    transition: .6s ease;
}
.index1 .fix .content2 .position .point .hide .jump .other {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 18px 0 0 0
}

.index1 .fix .content2 .position .point .hide .jump .other .p1 {
    font-weight: 400;
    font-size: 16px;
    color: #666666
}

.index1 .fix .content2 .position .point .hide .jump .other .p1 a{
    display: none;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    transition: .6s ease;
}
.index1 .fix .content2 .position .point .hide .jump .other .p1 a:hover{
    color: #00388B;
}

.index1 .fix .content2 .position .point .hide .jump .other .p1 a.on{
    display: block;
    animation: yAnimate .6s ease forwards;
}

.index1 .fix .content2 .position .point .hide .jump .other .swiper-pagination {
    position: static;
    width: fit-content;
    display: flex
}

.index1 .fix .content2 .position .point .hide .jump .other .swiper-pagination span {
    width: 12px;
    height: 4px;
    background: #D0D7DF;
    border-radius: 2px;
    margin: 0 5px 0 0;
    opacity: 1 !important;
    transition: .3s ease
}

.index1 .fix .content2 .position .point .hide .jump .other .swiper-pagination span.swiper-pagination-bullet-active {
    width: 17px;
    background: #00388B
}

.index1 .fix .content2 .position .point:hover .circle .add {
    transform: rotate(45deg)
}

.index1 .fix .content2 .position .point:hover .hide {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0) !important
}

.index1 .fix .content2 .position .point1 {
    top: 64.0625vh;
    left: 15.1041666667vw
}

.index1 .fix .content2 .position .point2 {
    top: 50.8333333333vh;
    left: 48.9583333333vw
}

.index1 .fix .content2 .position .point3 {
    top: 32.6041666667vh;
    left: 59.375vw
}

.index1 .fix .content2 .position .point4 {
    top: 13.5416666667vh;
    left: 65.625vw
}

.index1 .fix .content2 .position .point5 {
    top: 67.1875vh;
    left: 72.9166666667vw
}

.index1 .fix .content2 .position .point6 {
    top: 43.75vh;
    left: 82.4479166667vw
}

.index2 .fix {
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.index2 .wrap {
    width: 1480px;
    margin: auto
}

.index2 .wrap .title {
    font-weight: bold;
    font-size: 42px;
    color: #00388B;
    line-height: 58px;
    margin: 0 0 76px;
    text-align: center
}

.index2 .wrap .content {
    width: max-content
}

.index2 .wrap .content .swiper {
    width: 100%;
    overflow: unset
}

.index2 .wrap .content .swiper .swiper-slide {
    width: 442px;
    margin: 0 77px 0 0
}

.index2 .wrap .content .swiper .swiper-slide .item {
    position: relative;
    width: 100%;
    height: 500px;
    border-radius: 12px;
    z-index: 1;
    padding: 42px 34px 40px 27px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden
}

.index2 .wrap .content .swiper .swiper-slide .item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #000, transparent);
    z-index: -1;
    opacity: 0;
    transition: .6s ease
}

.index2 .wrap .content .swiper .swiper-slide .item .t .headline {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.index2 .wrap .content .swiper .swiper-slide .item .t .headline .p1 {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF
}

.index2 .wrap .content .swiper .swiper-slide .item .t .headline .icon {
    width: 45px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center
}

.index2 .wrap .content .swiper .swiper-slide .item .t .headline .icon img {
    object-fit: contain
}

.index2 .wrap .content .swiper .swiper-slide .item .t .flex {
    display: flex;
    flex-wrap: wrap;
    gap: 19px 21px;
    margin: 45px 0 0 0;
    opacity: 0;
    transform: translateY(10px);
    transition: .6s ease
}

.index2 .wrap .content .swiper .swiper-slide .item .t .flex .list {
    width: fit-content;
    padding: 0 16px;
    height: 45px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    transition: .6s ease
}

.index2 .wrap .content .swiper .swiper-slide .item .t .flex .list:hover {
    background: #fff;
    color: #00388B
}

.index2 .wrap .content .swiper .swiper-slide .item .b {
    opacity: 0;
    transform: translateY(10px);
    transition: 1s
}

.index2 .wrap .content .swiper .swiper-slide .item .b .more {
    display: flex;
    align-items: center
}

.index2 .wrap .content .swiper .swiper-slide .item .b .more p {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0 13px 0 0
}

.index2 .wrap .content .swiper .swiper-slide .item .b .more .iconfont {
    color: #fff;
    font-size: 16px;
    position: relative;
    top: 1px
}

.index2 .wrap .content .swiper .swiper-slide .item:hover:after {
    opacity: 1
}

.index2 .wrap .content .swiper .swiper-slide .item:hover .t .flex {
    opacity: 1;
    transform: translateY(0)
}

.index2 .wrap .content .swiper .swiper-slide .item:hover .b {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .2s
}

.index2 .wrap .button {
    display: none;
    justify-content: center;
    margin: 68px 0 0 0
}

.index2 .wrap .button .circle {
    width: 49px;
    height: 49px;
    background: rgba(255, 255, 255, 0);
    border-radius: 50%;
    border: 1px solid #EDEEEF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s ease
}

.index2 .wrap .button .circle:hover {
    background: #00388B;
    transform: scale(1.05)
}

.index2 .wrap .button .circle:hover .iconfont {
    color: #fff
}

.index2 .wrap .button .circle:first-child {
    transform: rotate(180deg);
    margin: 0 24px 0 0
}

.index2 .wrap .button .circle:first-child:hover {
    transform: rotate(180deg) scale(1.05)
}

.index2 .wrap .button .circle .iconfont {
    color: #8C8C8C;
    font-size: 22px;
    transition: .6s ease
}

.index3 {
    position: relative;
    z-index: 1;
    padding: 90px 0 79px 0
}

.index3 .wrap {
    width: 1480px;
    margin: auto
}

.index3 .wrap .title {
    font-weight: bold;
    font-size: 42px;
    color: #00388B;
    line-height: 58px;
    text-align: center
}

.index3 .wrap .canvas_jump {
    width: 526px;
    height: 526px;
    position: relative;
    z-index: 2;
    margin: 40px auto 0
}

.index3 .wrap .canvas_jump .color1 {
    width: 464px;
    height: 600px;
    opacity: .15;
    background: #1A4795;
    position: absolute;
    top: 0;
    right: 39px;
    z-index: 3;
    pointer-events: none;
    border-radius: 50%;
    filter: blur(60px)
}

.index3 .wrap .canvas_jump .color2 {
    width: 577px;
    height: 530px;
    opacity: .05;
    background: #43028C;
    position: absolute;
    top: 85px;
    left: 0;
    z-index: 2;
    pointer-events: none;
    border-radius: 50%;
    filter: blur(60px)
}

.index3 .wrap .canvas_jump .canvas {
    width: 570px;
    height: 570px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.index3 .wrap .canvas_jump .quan {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none
}

.index3 .wrap .content {
    margin: -50px 0 0 0;
    background: rgba(255, 255, 255, 0.65);
    border-radius: 16px;
    position: relative;
    z-index: 2;
    overflow: hidden
}

.index3 .wrap .content .t {
    padding: 77px 82px 69px 85px;
    display: flex;
    justify-content: space-between
}

.index3 .wrap .content .t .l {
    width: 511px
}

.index3 .wrap .content .t .l .headline {
    font-weight: bold;
    font-size: 32px;
    color: #00388B;
    line-height: 42px;
    margin: 0 0 32px
}

.index3 .wrap .content .t .l .text {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 30px
}

.index3 .wrap .content .t .l .more {
    margin: 39px 0 0 0;
    width: 161px;
    height: 51px;
    border-radius: 25px;
    border: 1px solid #5E5E5E;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease
}

.index3 .wrap .content .t .l .more:hover {
    background: #00388B
}

.index3 .wrap .content .t .l .more:hover p {
    color: #fff
}

.index3 .wrap .content .t .l .more:hover .iconfont {
    color: #fff
}

.index3 .wrap .content .t .l .more p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin: 0 10px 0 0;
    transition: .6s ease
}

.index3 .wrap .content .t .l .more .iconfont {
    font-size: 16px;
    color: #666666;
    position: relative;
    top: 1px;
    transition: .6s ease
}

.index3 .wrap .content .t .r {
    margin: 35px 0 0 0;
    width: fit-content;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 74px 91px
}

.index3 .wrap .content .t .r .item {
    display: flex;
    align-items: center
}

.index3 .wrap .content .t .r .item .dis {
    display: flex;
    align-items: center;
    min-width: 147px
}

.index3 .wrap .content .t .r .item .dis span {
    font-weight: 500;
    font-size: 60px;
    color: #000000;
    font-family: 'AvantGarde Md BT', sans-serif
}

.index3 .wrap .content .t .r .item .dis .p1 {
    font-weight: 400;
    font-size: 60px;
    color: #1A1A1A;
    font-family: 'Gilroy', sans-serif;
    position: relative;
    top: -3px
}

.index3 .wrap .content .t .r .item .dis .p2 {
    font-family: 'MiSans', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #1A1A1A;
    margin: 18px 0 0 8px
}

.index3 .wrap .content .t .r .item .pick {
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    margin: 0 0 0 20px
}

.index3 .wrap .content .b {
    width: fit-content;
    height: 120px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 72px 0 95px
}

.index3 .wrap .content .b .matter {
    display: flex;
    width: max-content;
    animation: img_go 30s infinite linear
}

.index3 .wrap .content .b .matter .flex {
    display: flex
}

.index3 .wrap .content .b .matter .flex .img {
    cursor: pointer;
    margin: 0 140px 0 0
}

.index3 .wrap .content .b .matter .flex .img img {
    filter: grayscale(100%);
    opacity: .7;
    transition: .6s ease
}

.index3 .wrap .content .b .matter .flex .img:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1)
}

.index4 {
    position: relative;
    padding: 138px 0 0 0
}

.index4 .wrap {
    width: 1480px;
    margin: auto
}

.index4 .wrap .title {
    font-weight: bold;
    font-size: 42px;
    color: #00388B;
    text-align: center;
    margin: 0 0 59px
}

.index4 .wrap .content {
    display: flex;
    justify-content: space-between
}

.index4 .wrap .content .index4Swiper{
    width: 100%;
}


.index4 .wrap .content .item {
    width: 430px
}

.index4 .wrap .content .item:hover .img img {
    transform: scale(1.1)
}

.index4 .wrap .content .item:hover .text .pick {
    color: #00388B
}

.index4 .wrap .content .item .img {
    width: 100%;
    height: 275px;
    overflow: hidden;
    border-radius: 10px;
}

.index4 .wrap .content .item .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.index4 .wrap .content .item .text {
    margin: 27px 0 0 0
}

.index4 .wrap .content .item .text .dis {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 25px
}

.index4 .wrap .content .item .text .dis .label {
    width: fit-content;
    height: 32px;
    background: rgba(2, 54, 140, 0.1);
    border-radius: 4px;
    padding: 0 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    color: #00388B
}

.index4 .wrap .content .item .text .dis .label.on {
    color: #448EAE;
    background: rgba(0, 159, 227, 0.1)
}

.index4 .wrap .content .item .text .dis .time {
    font-weight: 500;
    font-size: 16px;
    color: #888888
}

.index4 .wrap .content .item .text .pick {
    font-weight: bold;
    font-size: 18px;
    color: #1A1A1A;
    transition: .6s ease;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index4 .wrap .content .item .text .pick2{
    font-size: 14px;
    color: #888;
    line-height: 25px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 15px 0 0 0;
}

.index4 .wrap .more {
    margin: 36px auto 0;
    width: 167px;
    height: 55px;
    border-radius: 27px;
    border: 1px solid #5E5E5E;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease
}

.index4 .wrap .more:hover {
    background: #00388B
}

.index4 .wrap .more:hover p {
    color: #fff
}

.index4 .wrap .more:hover .iconfont {
    color: #fff
}

.index4 .wrap .more p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin: 0 10px 0 0;
    transition: .6s ease
}

.index4 .wrap .more .iconfont {
    font-size: 16px;
    color: #666666;
    position: relative;
    top: 1px;
    transition: .6s ease
}

.index5 {
    height: calc(100vh + 2500px);
    position: relative;
    z-index: 1
}

.index5 .fix {
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.index5 .fix .content1 {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s;
    opacity: 0;
    pointer-events: none;
    z-index: 1
}

.index5 .fix .content1.on {
    opacity: 1;
    pointer-events: auto
}

.index5 .fix .content1 .scale {
    width: 100%;
    height: 100%
}

.index5 .fix .content1 .scale .top {
    position: relative
}

.index5 .fix .content1 .scale .top:after {
    content: "";
    height: 10px;
    display: block;
    width: 100%;
    bottom: -5px;
    position: absolute;
    background-color: #ffffff
}

.index5 .fix .content1 .scale .bottom {
    position: relative
}

.index5 .fix .content1 .scale .bottom:after {
    content: "";
    height: 10px;
    display: block;
    width: 100%;
    top: -5px;
    position: absolute;
    background-color: #ffffff
}

.index5 .fix .content1 .scale .left {
    position: relative
}

.index5 .fix .content1 .scale .left:after {
    content: "";
    width: 10px;
    display: block;
    height: 100%;
    position: absolute;
    right: -5px;
    background-color: #ffffff
}

.index5 .fix .content1 .scale .right {
    position: relative
}

.index5 .fix .content1 .scale .right:after {
    content: "";
    width: 10px;
    display: block;
    height: 100%;
    left: -5px;
    position: absolute;
    background-color: #ffffff
}

.index5 .fix .content1 .jump {
    position: relative;
    width: 549px;
    height: 365px;
    display: flex;
    align-items: center;
    justify-content: center
}

.index5 .fix .content1 .jump .center {
    width: 157px
}

.index5 .fix .content1 .jump .center svg {
    width: 100%;
    height: auto;
    transform: scale(3.5)
}

.index5 .fix .content1 .jump .center svg .txt {
    font-size: 72px
}

.index5 .fix .content1 .jump .p {
    font-weight: 500;
    font-size: 36px;
    color: #f6d870;
    position: absolute;
    z-index: 4;
    mix-blend-mode: difference
}

.index5 .fix .content1 .jump .p1 {
    top: 35px;
    left: -83px
}

.index5 .fix .content1 .jump .p2 {
    bottom: 36px;
    right: -79px
}

.index5 .wrap {
    width: 1480px;
    height: 700px;
    margin: auto;
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.index5 .wrap:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(1, 12, 28, .7);
    pointer-events: none;
}

.index5 .wrap .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index5 .wrap .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 94px;
    cursor: pointer;
    transition: 1s;
    opacity: 0;
    pointer-events: none;
}
.index5 .wrap .play.show{
    opacity: 1;
    pointer-events: auto;
}

.index5 .wrap .play.on {
    opacity: 0
}

.index5 .wrap .play .bor {
    width: 100%;
    object-fit: contain
}

.index5 .wrap .play .animate{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: .5;
    z-index: -1;
    animation: 2s playAnimate linear infinite;
}
.index5 .wrap .play .animate2{
    animation-delay: 1s;
}
@keyframes playAnimate {
    0%{
        opacity: .5;
    }
    100%{
        opacity: 0;
        transform: translate(-50%,-50%) scale(2);
    }

}

.index5 .wrap .play .position {
    position: absolute;
    width: 17px;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%)
}

@media screen and (max-width: 1919px) {
    .banner {
        width: 100%;
        height: 100vh
    }

    .banner .swiper {
        width: 100%;
        height: 100%
    }

    .banner .swiper .position {
        position: absolute;
        bottom: 4.375vw;
        z-index: 5;
        left: 0;
        width: 100%;
        padding: 0 5.78125vw;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .banner .swiper .position .swiper-pagination {
        position: static;
        width: fit-content
    }

    .banner .swiper .position .swiper-pagination span {
        width: 1.25vw;
        height: .1041666667vw;
        background: rgba(255, 255, 255, 0.4);
        margin: 0 .8333333333vw 0 0 !important;
        opacity: 1;
        position: relative;
        border-radius: 0 !important;
        transition: .6s ease
    }

    .banner .swiper .position .swiper-pagination span.swiper-pagination-bullet-active {
        width: 3.4375vw
    }

    .banner .swiper .position .swiper-pagination span.swiper-pagination-bullet-active:after {
        /*animation: lineAnimate 4s linear forwards;*/
        /*width: 100%;*/
    }

    .banner .swiper .position .swiper-pagination span:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #fff;
        transform: scaleX(0);
        transform-origin: left
    }

    .banner .swiper .position .down_scroll {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 3.2291666667vw;
        height: 3.2291666667vw;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .banner .swiper .position .down_scroll .color {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: contain;
        top: 0;
        left: 0;
        pointer-events: none
    }

    .banner .swiper .position .down_scroll .animate {
        width: .78125vw;
        animation: downAnimate 1s ease infinite alternate;
        position: relative;
        top: -.3645833333vw
    }

    .banner .swiper .position .button {
        display: flex
    }

    .banner .swiper .position .button .circle {
        width: 3.125vw;
        height: 3.125vw;
        background: rgba(255, 255, 255, 0);
        border-radius: 50%;
        border: .0520833333vw solid rgba(255, 255, 255, 0.3);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: .3s ease
    }

    .banner .swiper .position .button .circle:hover {
        background: #fff;
        transform: scale(1.05)
    }

    .banner .swiper .position .button .circle:hover .iconfont {
        color: #00388B
    }

    .banner .swiper .position .button .circle:first-child {
        transform: rotate(180deg);
        margin: 0 .9375vw 0 0
    }

    .banner .swiper .position .button .circle:first-child:hover {
        transform: rotate(180deg) scale(1.05)
    }

    .banner .swiper .position .button .circle .iconfont {
        color: #fff;
        font-size: 1.1458333333vw;
        transition: .6s ease
    }

    .banner .swiper .swiper-slide {
        z-index: 1;
        overflow: hidden
    }

    .banner .swiper .swiper-slide.swiper-slide-active .content {
        opacity: 1;
        transition-delay: .2s
    }

    .banner .swiper .swiper-slide.swiper-slide-active .slide-inner img {
        transform: scale(1)
    }

    .banner .swiper .swiper-slide .slide-inner {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .banner .swiper .swiper-slide .slide-inner img {
        transform: scale(1.1);
        transition: cubic-bezier(0.77, 0, 0.175, 1) transform 2s;
        object-fit: cover;
    }

    .banner .swiper .swiper-slide .content {
        padding: 0 5.7291666667vw;
        width: 100%;
        opacity: 0;
        transition: .3s;
        position: relative
    }

    .banner .swiper .swiper-slide .content .title {
        font-weight: bold;
        font-size: 3.125vw;
        color: #FFFFFF;
        margin: 0 0 .9895833333vw
    }

    .banner .swiper .swiper-slide .content .title2 {
        font-size: 5.2083333333vw;
        color: #FFFFFF;
        line-height: 6.25vw;
        font-weight: bold
    }

    .banner .swiper .swiper-slide .content .eng {
        font-weight: 400;
        font-size: 1.0416666667vw;
        color: #FFFFFF;
        text-transform: uppercase
    }


    .index1 .fix {
        height: 100vh;
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        overflow: hidden
    }

    .index1 .fix .content1 {
        width: 100%;
        height: 100vh;
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 20;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .index1 .fix .content1 .jump {
        position: relative
    }

    .index1 .fix .content1 .jump .center {
        width: 8.1770833333vw
    }

    .index1 .fix .content1 .jump .center svg {
        width: 100%;
        height: auto;
        transform: scale(3.5)
    }

    .index1 .fix .content1 .jump .center svg .txt {
        font-size: 72px
    }

    .index1 .fix .content1 .jump .p {
        font-weight: 500;
        font-size: 36px;
        color: #f6d870;
        position: absolute;
        z-index: 4;
        mix-blend-mode: difference
    }

    .index1 .fix .content1 .jump .p1 {
        top: 35px;
        left: -83px
    }

    .index1 .fix .content1 .jump .p2 {
        bottom: 36px;
        right: -79px
    }

    .index1 .fix .content2 {
        /*width: 90%;*/
        /*height: 100%;*/
        position: relative;
        margin: 0 auto 0;
    }

    .index1 .fix .content2 .position {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

    .index1 .fix .content2 .position .point {
        position: absolute;
        cursor: pointer
    }

    .index1 .fix .content2 .position .point.left .hide {
        left: unset;
        right: 100%;
        transform: translateX(-10px)
    }

    .index1 .fix .content2 .position .point.left .hide .jump {
        transform: translateX(-30px)
    }

    .index1 .fix .content2 .position .point .circle {
        width: 2.1875vw;
        height: 2.1875vw;
        background: linear-gradient(-30deg, #00388B, #180C94);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 1
    }

    .index1 .fix .content2 .position .point .circle .add {
        width: .7291666667vw;
        height: .7291666667vw;
        position: relative;
        transition: .6s ease
    }

    .index1 .fix .content2 .position .point .circle .add:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background: #fff;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 5
    }

    .index1 .fix .content2 .position .point .circle .add:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        background: #fff;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 5
    }

    .index1 .fix .content2 .position .point .circle:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #00388B;
        opacity: .5;
        animation: 1s scaleAnimate linear infinite;
        border-radius: 50%;
        z-index: -1
    }

    .index1 .fix .content2 .position .point .hide {
        position: absolute;
        top: -.5208333333vw;
        left: 100%;
        transform: translateX(10px);
        opacity: 0;
        transition: .6s ease;
        pointer-events: none;
        z-index: 9
    }

    .index1 .fix .content2 .position .point .hide .jump {
        transform: translateX(1.5625vw);
        width: 22.3958333333vw;
        background: #FFFFFF;
        box-shadow: 0px 0px 15px 0px rgba(130, 140, 161, 0.3);
        border-radius: 12px;
        padding: 1.5625vw 2.0833333333vw 1.5625vw 2.0833333333vw
    }

    .index1 .fix .content2 .position .point .hide .jump .headline h1 {
        font-weight: bold;
        font-size: 1.25vw;
        color: #00388B;
        margin: 0 0 .5208333333vw
    }

    .index1 .fix .content2 .position .point .hide .jump .headline p {
        font-weight: 400;
        font-size: .8333333333vw;
        color: #1A1A1A
    }

    .index1 .fix .content2 .position .point .hide .jump .img {
        margin: 1.3020833333vw 0 0 0;
        position: relative
    }

    .index1 .fix .content2 .position .point .hide .jump .img .button {
        position: absolute;
        left: 0;
        top: 2.2916666667vw;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        pointer-events: none;
        z-index: 5
    }

    .index1 .fix .content2 .position .point .hide .jump .img .button .iconfont {
        color: #C5C5C5;
        font-size: .9375vw;
        cursor: pointer;
    }

    .index1 .fix .content2 .position .point .hide .jump .img .button .iconfont:first-child {
        transform: rotate(180deg)
    }

    .index1 .fix .content2 .position .point .hide .jump .img .indexImgSwiper {
        width: 16.1979166667vw;
        height: 7.5vw
    }

    .index1 .fix .content2 .position .point .hide .jump .img .indexImgSwiper .swiper-slide img {
        width: 100%;
        object-fit: contain
    }

    .index1 .fix .content2 .position .point .hide .jump .other {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        margin: .9375vw 0 0 0
    }

    .index1 .fix .content2 .position .point .hide .jump .other .p1 {
        font-weight: 400;
        font-size: .8333333333vw;
        color: #666666
    }

    .index1 .fix .content2 .position .point .hide .jump .other .swiper-pagination {
        position: static;
        width: fit-content;
        display: flex
    }

    .index1 .fix .content2 .position .point .hide .jump .other .swiper-pagination span {
        width: .625vw;
        height: .2083333333vw;
        background: #D0D7DF;
        border-radius: .1041666667vw;
        margin: 0 .2604166667vw 0 0;
        opacity: 1 !important;
        transition: .3s ease
    }

    .index1 .fix .content2 .position .point .hide .jump .other .swiper-pagination span.swiper-pagination-bullet-active {
        width: .8854166667vw;
        background: #00388B
    }

    .index1 .fix .content2 .position .point:hover .circle .add {
        transform: rotate(45deg)
    }

    .index1 .fix .content2 .position .point:hover .hide {
        opacity: 1;
        pointer-events: auto;
        transform: translateX(0) !important
    }

    .index1 .fix .content2 .position .point1 {
        top: 64.0625vh;
        left: 15.1041666667vw
    }

    .index1 .fix .content2 .position .point2 {
        top: 50.8333333333vh;
        left: 48.9583333333vw
    }

    .index1 .fix .content2 .position .point3 {
        top: 32.6041666667vh;
        left: 59.375vw
    }

    .index1 .fix .content2 .position .point4 {
        top: 13.5416666667vh;
        left: 65.625vw
    }

    .index1 .fix .content2 .position .point5 {
        top: 67.1875vh;
        left: 72.9166666667vw
    }

    .index1 .fix .content2 .position .point6 {
        top: 43.75vh;
        left: 82.4479166667vw
    }

    .index2 .fix {
        height: 100vh;
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .index2 .wrap {
        width: 77.0833333333vw;
        margin: auto
    }

    .index2 .wrap .title {
        font-size: 2.1875vw;
        color: #00388B;
        line-height: 3.0208333333vw;
        margin: 0 0 3.9583333333vw;
        text-align: center
    }

    .index2 .wrap .content {
        width: max-content
    }

    .index2 .wrap .content .swiper {
        width: 100%;
        overflow: unset
    }

    .index2 .wrap .content .swiper .swiper-slide {
        width: 23.0208333333vw;
        margin: 0 4.0104166667vw 0 0
    }

    .index2 .wrap .content .swiper .swiper-slide .item {
        position: relative;
        width: 100%;
        height: 26.0416666667vw;
        border-radius: .625vw;
        z-index: 1;
        padding: 2.1875vw 1.7708333333vw 2.0833333333vw 1.40625vw;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        overflow: hidden
    }

    .index2 .wrap .content .swiper .swiper-slide .item:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(0deg, #000, transparent);
        z-index: -1;
        opacity: 0;
        transition: .6s ease
    }

    .index2 .wrap .content .swiper .swiper-slide .item .t .headline {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .index2 .wrap .content .swiper .swiper-slide .item .t .headline .p1 {
        font-weight: bold;
        font-size: 1.0416666667vw;
        color: #FFFFFF
    }

    .index2 .wrap .content .swiper .swiper-slide .item .t .headline .icon {
        width: 2.34375vw;
        height: 2.1875vw;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .index2 .wrap .content .swiper .swiper-slide .item .t .headline .icon img {
        object-fit: contain
    }

    .index2 .wrap .content .swiper .swiper-slide .item .t .flex {
        display: flex;
        flex-wrap: wrap;
        gap: .9895833333vw 1.09375vw;
        margin: 2.34375vw 0 0 0;
        opacity: 0;
        transform: translateY(.5208333333vw);
        transition: .6s ease
    }

    .index2 .wrap .content .swiper .swiper-slide .item .t .flex .list {
        width: fit-content;
        padding: 0 .8333333333vw;
        height: 2.34375vw;
        border-radius: 1.1458333333vw;
        border: .0520833333vw solid rgba(255, 255, 255, 0.8);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 400;
        font-size: .78125vw;
        color: #FFFFFF;
        transition: .6s ease
    }

    .index2 .wrap .content .swiper .swiper-slide .item .t .flex .list:hover {
        background: #fff;
        color: #00388B
    }

    .index2 .wrap .content .swiper .swiper-slide .item .b {
        opacity: 0;
        transform: translateY(10px);
        transition: 1s
    }

    .index2 .wrap .content .swiper .swiper-slide .item .b .more {
        display: flex;
        align-items: center
    }

    .index2 .wrap .content .swiper .swiper-slide .item .b .more p {
        font-weight: 500;
        font-size: .8333333333vw;
        color: #FFFFFF;
        margin: 0 .6770833333vw 0 0
    }

    .index2 .wrap .content .swiper .swiper-slide .item .b .more .iconfont {
        color: #fff;
        font-size: .8333333333vw;
        position: relative;
        top: .0520833333vw
    }

    .index2 .wrap .content .swiper .swiper-slide .item:hover:after {
        opacity: 1
    }

    .index2 .wrap .content .swiper .swiper-slide .item:hover .t .flex {
        opacity: 1;
        transform: translateY(0)
    }

    .index2 .wrap .content .swiper .swiper-slide .item:hover .b {
        opacity: 1;
        transform: translateY(0);
        transition-delay: .2s
    }

    .index2 .wrap .button {
        display: none;
        justify-content: center;
        margin: 3.5416666667vw 0 0 0
    }

    .index2 .wrap .button .circle {
        width: 2.5520833333vw;
        height: 2.5520833333vw;
        background: rgba(255, 255, 255, 0);
        border-radius: 50%;
        border: .0520833333vw solid #EDEEEF;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: .3s ease
    }

    .index2 .wrap .button .circle:hover {
        background: #00388B;
        transform: scale(1.05)
    }

    .index2 .wrap .button .circle:hover .iconfont {
        color: #fff
    }

    .index2 .wrap .button .circle:first-child {
        transform: rotate(180deg);
        margin: 0 1.25vw 0 0
    }

    .index2 .wrap .button .circle:first-child:hover {
        transform: rotate(180deg) scale(1.05)
    }

    .index2 .wrap .button .circle .iconfont {
        color: #8C8C8C;
        font-size: 1.1458333333vw;
        transition: .6s ease
    }

    .index3 {
        position: relative;
        z-index: 1;
        padding: 4.6875vw 0 4.1145833333vw 0
    }

    .index3 .wrap {
        width: 77.0833333333vw;
        margin: auto
    }

    .index3 .wrap .title {
        font-size: 2.1875vw;
        color: #00388B;
        line-height: 3.0208333333vw;
        text-align: center
    }

    .index3 .wrap .canvas_jump {
        width: 27.3958333333vw;
        height: 27.3958333333vw;
        position: relative;
        z-index: 2;
        margin: 2.0833333333vw auto 0
    }

    .index3 .wrap .canvas_jump .canvas {
        width: 29.6875vw;
        height: 29.6875vw;
        position: relative;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }

    .index3 .wrap .canvas_jump .quan {
        position: absolute;
        width: 96%;
        height: 96%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        pointer-events: none
    }

    .index3 .wrap .content {
        margin: -2.6041666667vw 0 0 0;
        background: rgba(255, 255, 255, 0.65);
        border-radius: .8333333333vw;
        position: relative;
        z-index: 2
    }

    .index3 .wrap .content .t {
        padding: 4.0104166667vw 4.2708333333vw 3.59375vw 4.4270833333vw;
        display: flex;
        justify-content: space-between
    }

    .index3 .wrap .content .t .l {
        width: 26.6145833333vw
    }

    .index3 .wrap .content .t .l .headline {
        font-size: 1.6666666667vw;
        color: #00388B;
        line-height: 2.1875vw;
        margin: 0 0 1.6666666667vw
    }

    .index3 .wrap .content .t .l .text {
        font-weight: 400;
        font-size: .8333333333vw;
        color: #1A1A1A;
        line-height: 1.5625vw
    }

    .index3 .wrap .content .t .l .more {
        margin: 2.03125vw 0 0 0;
        width: 8.3854166667vw;
        height: 2.65625vw;
        border-radius: 1.3020833333vw;
        border: .0520833333vw solid #5E5E5E;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .6s ease
    }

    .index3 .wrap .content .t .l .more:hover {
        background: #00388B
    }

    .index3 .wrap .content .t .l .more:hover p {
        color: #fff
    }

    .index3 .wrap .content .t .l .more:hover .iconfont {
        color: #fff
    }

    .index3 .wrap .content .t .l .more p {
        font-weight: 400;
        font-size: .8333333333vw;
        color: #666666;
        margin: 0 .5208333333vw 0 0;
        transition: .6s ease
    }

    .index3 .wrap .content .t .l .more .iconfont {
        font-size: .8333333333vw;
        color: #666666;
        position: relative;
        top: .0520833333vw;
        transition: .6s ease
    }

    .index3 .wrap .content .t .r {
        margin: 1.8229166667vw 0 0 0;
        width: fit-content;
        display: grid;
        grid-template-columns:repeat(2, 1fr);
        gap: 3.8541666667vw 4.7395833333vw
    }

    .index3 .wrap .content .t .r .item {
        display: flex;
        align-items: center
    }

    .index3 .wrap .content .t .r .item .dis {
        display: flex;
        align-items: center;
        min-width: 7.65625vw
    }

    .index3 .wrap .content .t .r .item .dis span {
        font-weight: 500;
        font-size: 3.125vw;
        color: #000000;
        font-family: 'AvantGarde Md BT', sans-serif
    }

    .index3 .wrap .content .t .r .item .dis .p1 {
        font-weight: 400;
        font-size: 3.125vw;
        color: #1A1A1A;
        font-family: 'Gilroy', sans-serif;
        position: relative;
        top: -.15625vw
    }

    .index3 .wrap .content .t .r .item .dis .p2 {
        font-family: 'MiSans', sans-serif;
        font-weight: 600;
        font-size: 1.5625vw;
        color: #1A1A1A;
        margin: .9375vw 0 0 .4166666667vw
    }

    .index3 .wrap .content .t .r .item .pick {
        font-weight: 400;
        font-size: .8333333333vw;
        color: #888888;
        margin: 0 0 0 1.0416666667vw
    }

    .index3 .wrap .content .b {
        width: fit-content;


        height: 6.25vw;
        background: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 3.75vw 0 4.9479166667vw
    }

    .index3 .wrap .content .b .img {
        cursor: pointer
    }

    .index3 .wrap .content .b .img img {
        filter: grayscale(100%);
        opacity: .7;
        transition: .6s ease
    }

    .index3 .wrap .content .b .matter .flex .img{
        margin: 0 7.291666666666667vw 0 0;
    }

    .index3 .wrap .content .b .img:hover img {
        filter: grayscale(0%);
        opacity: 1;
        transform: scale(1.1)
    }

    .index4 {
        position: relative;
        padding: 7.1875vw 0 0 0
    }

    .index4 .wrap {
        width: 77.0833333333vw;
        margin: auto
    }

    .index4 .wrap .title {
        font-size: 2.1875vw;
        color: #00388B;
        text-align: center;
        margin: 0 0 3.0729166667vw
    }

    .index4 .wrap .content {
        display: flex;
        justify-content: space-between
    }

    .index4 .wrap .content .item {
        width: 22.3958333333vw
    }

    .index4 .wrap .content .item:hover .img img {
        transform: scale(1.1)
    }

    .index4 .wrap .content .item:hover .text .pick {
        color: #00388B
    }

    .index4 .wrap .content .item .img {
        width: 100%;
        height: 14.3229166667vw;
        overflow: hidden;
        border-radius: 0.5208333333333334vw;
    }

    .index4 .wrap .content .item .img img {
        width: 100%;
        height: 100%;
        transition: 1s
    }

    .index4 .wrap .content .item .text {
        margin: 1.40625vw 0 0 0
    }

    .index4 .wrap .content .item .text .dis {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 0 1.3020833333vw
    }

    .index4 .wrap .content .item .text .dis .label {
        width: fit-content;
        height: 1.6666666667vw;
        background: rgba(2, 54, 140, 0.1);
        border-radius: .2083333333vw;
        padding: 0 .3645833333vw;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        font-size: .7291666667vw;
        color: #00388B
    }

    .index4 .wrap .content .item .text .dis .label.on {
        color: #448EAE;
        background: rgba(0, 159, 227, 0.1)
    }

    .index4 .wrap .content .item .text .dis .time {
        font-weight: 500;
        font-size: .8333333333vw;
        color: #888888
    }

    .index4 .wrap .content .item .text .pick {
        font-size: .9375vw;
        color: #1A1A1A;
        transition: .6s ease
    }

    .index4 .wrap .content .item .text .pick2{
        color: #888;
        line-height: 1.3020833333333335vw;
        margin: 0.78125vw 0 0 0;
    }


    .index4 .wrap .more {
        margin: 1.875vw auto 0;
        width: 8.6979166667vw;
        height: 2.8645833333vw;
        border-radius: 1.40625vw;
        border: .0520833333vw solid #5E5E5E;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .6s ease
    }

    .index4 .wrap .more:hover {
        background: #00388B
    }

    .index4 .wrap .more:hover p {
        color: #fff
    }

    .index4 .wrap .more:hover .iconfont {
        color: #fff
    }

    .index4 .wrap .more p {
        font-weight: 400;
        font-size: .8333333333vw;
        color: #666666;
        margin: 0 .5208333333vw 0 0;
        transition: .6s ease
    }

    .index4 .wrap .more .iconfont {
        font-size: .8333333333vw;
        color: #666666;
        position: relative;
        top: .0520833333vw;
        transition: .6s ease
    }

    .index5 {
        height: calc(100vh + 2500px);
        position: relative;
        z-index: 1
    }

    .index5 .fix {
        height: 100vh;
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .index5 .fix .content1 {
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 20;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 1s;
        opacity: 0;
        pointer-events: none
    }

    .index5 .fix .content1.on {
        opacity: 1;
        pointer-events: auto
    }

    .index5 .fix .content1 .jump {
        position: relative;
        width: 28.59375vw;
        height: 19.010416666666668vw;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .index5 .fix .content1 .jump .center {
        width: 8.1770833333vw
    }

    .index5 .fix .content1 .jump .center svg {
        width: 100%;
        height: auto;
        transform: scale(3.5)
    }

    .index5 .fix .content1 .jump .center svg .txt {
        font-size: 72px
    }

    .index5 .fix .content1 .jump .p {
        font-weight: 500;
        font-size: 36px;
        color: #f6d870;
        position: absolute;
        z-index: 4;
        mix-blend-mode: difference
    }

    .index5 .fix .content1 .jump .p1 {
        top: 35px;
        left: -83px
    }

    .index5 .fix .content1 .jump .p2 {
        bottom: 36px;
        right: -79px
    }

    .index5 .wrap {
        width: 77.0833333333vw;
        height: 36.4583333333vw;
        border-radius: .5208333333vw
    }

    .index5 .wrap .img {
        width: 100%
    }

    .index5 .wrap .play {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        width: 4.8958333333vw;
        cursor: pointer
    }

    .index5 .wrap .play .bor {
        width: 100%;
        object-fit: contain
    }

    .index5 .wrap .play .position {
        position: absolute;
        width: .8854166667vw;
        top: 50%;
        left: 52%;
        transform: translate(-50%, -50%)
    }
}

@media screen and (max-width: 1024px) {
    .banner {
        height: 30vh;
    }
    .banner .swiper .position .down_scroll {
        display: none;
    }
    .banner .swiper .swiper-slide .content .title{
        font-size: 24px;
        margin: 0 0 20px;
    }
    .banner .swiper .swiper-slide .content .eng{
        font-size: 14px;
    }
    .banner .swiper .position .down_scroll {
        width: 44px;
        height: 44px;
    }
    .banner .swiper .position{
        bottom: 40px;
        padding: 0 5%;
    }
    .banner .swiper .position .down_scroll .animate {
        width: 10px;
        top: -7px;
    }
    .banner .swiper .position .button .circle {
        width: 40px;
        height: 40px;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
    .banner .swiper .position .button .circle .iconfont{
        font-size: 14px;
    }
    .banner .swiper .position .button .circle:first-child{
        margin: 0 10px 0 0;
    }
    .banner .swiper .position .swiper-pagination{
        display: none;
    }
    .banner .swiper .position .swiper-pagination span.swiper-pagination-bullet-active {
        width: 24px;
    }
    .banner .swiper .position .swiper-pagination span {
        width: 12px;
        height: 2px;
        margin: 0 6px 0 0 !important;
    }
    .banner .swiper .position .button {
        position: relative;
        top: -28vh;
    }
    .index1{
        /*height: auto;*/
    }
    .index1 .fix{
        /*height: auto;*/
    }
    /*.index1 .fix .content1,.index1 .fix .content2 .position{*/
    /*    display: none;*/
    /*}*/
    .index1 .fix .content2 .common_bg{
        position: static;
    }
    .index1 .fix .content1 .jump .center {
        width: 115px;
    }
    .index1 .fix .content2 {
        width: 100%;
    }
    .index1 .fix .content2 .position{
        display: none;
    }
    .index2 .wrap{
        width: 90%;
    }
    .index2 .wrap .title{
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 30px;
    }
    .index2{
        height: auto!important;
    }
    .index2 .fix{
        height: auto;
        padding: 50px 0 20px 0;
    }
    .index2 .wrap .content .swiper{
        width: 174vw;
    }
    .index2 .wrap .content .swiper .wrap_x{
    }
    .index2 .wrap .content{
        width: 100%;
    }
    .index2 .wrap .content .swiper .swiper-slide {
        width: 100%;
        margin: 0 0 15px;
    }
    .index2 .wrap .content .swiper .swiper-slide .item{
        height: 327px;
        padding: 50px 5%;
    }



    .index2 .wrap .content .swiper .swiper-slide .item .t .headline .p1{
        font-size: 18px;
    }
    .index2 .wrap .content .swiper .swiper-slide .item .t .headline .icon {
        width: 25px;
        height: 25px;
    }
    .index2 .wrap .content .swiper .swiper-slide .item .t .flex{
        margin: 30px 0 0 0;
        gap: 15px;
        opacity: 1;
        transform: none;
    }
    .index2 .wrap .content .swiper .swiper-slide .item .t .flex .list {
        width: fit-content;
        padding: 0 19px;
        height: 40px;
        border-radius: 22px;
        border: 1px solid rgba(255, 255, 255, 0.8);
        font-size: 12px;
    }
    .index2 .wrap .content .swiper .swiper-slide .item .b{
        opacity: 1;
        transform: none;
        margin: 60px 0 0 0;
    }
    .index2 .wrap .content .swiper .swiper-slide .item:after{
        opacity: 1;
    }
    .index2 .wrap .content .swiper .swiper-slide .item .b .more p {
        font-size: 12px;
        margin: 0 8px 0 0;
    }
    .index2 .wrap .content .swiper .swiper-slide .item .b .more .iconfont {
        font-size: 14px;
        top: 1px;
    }
    .index3 {
        padding: 60px 0 50px 0;
    }
    .index3 .wrap .title{
        font-size: 20px;
        line-height: 30px;
    }
    .index3 .wrap .canvas_jump{
        width: 80vw;
        height: 80vw;
        margin: 20px auto 0;
    }
    .index3 .wrap .canvas_jump .canvas{
        width: 80vw;
        height: 80vw;
    }
    .index3 .wrap{
        width: 90%;
    }
    .index3 .wrap .content .t {
        padding: 40px 5%;
        flex-direction: column;
    }
    .index3 .wrap .content .t .l .headline{
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 18px;
    }

    .index3 .wrap .content .t .l{
        width: 100%;
    }

    .index3 .wrap .content .t .l .text{
        font-size: 14px;
        line-height: 1.9;
    }


    .index3 .wrap .content .t .l .more {
        margin: 20px 0 0 0;
        width: 108px;
        height: 34px;
        border-radius: 25px;
        border: 1px solid #5E5E5E;

    }
    .index3 .wrap .content .t .l .more p{
        font-size: 13px;
    }
    .index3 .wrap .content .t .r {
        margin: 30px 0 0 0;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 30px;
    }
    .index3 .wrap .content .t .r .item{
        flex-direction: column;
        align-items: unset;
    }
    .index3 .wrap .content .t .r .item .dis{
        justify-content: unset;
    }
    .index3 .wrap .content .t .r .item .dis span {
        font-size: 30px;
    }
    .index3 .wrap .content .t .r .item .dis .p1 {
        font-size: 30px;
        font-family: 'Gilroy', sans-serif;
        position: relative;
        top: 0;
    }
    .index3 .wrap .content .t .r .item .pick{
        font-size: 12px;
        margin: 0;
    }
    .index3 .wrap .content .b{
        height: 70px;
    }
    .index3 .wrap .content .b .matter .flex .img img{
        height: 20px;
    }
    .index3 .wrap .content{
        margin: 0;
    }
    .index4{
        padding: 45px 0 0 0;
        overflow: hidden!important;
    }
    .index4 .wrap{
        width: 90%;
    }
    .index4 .wrap .title{
        font-size: 20px;
        margin: 0 0 30px;
    }
    .index4 .wrap .content{
        flex-direction: column;
        gap: 40px 0;
    }
    .index4 .wrap .content .item{
        width: 100%;
    }
    .index4 .wrap .content .item .img{
        height: auto;
        border-radius: 10px;
    }
    .index4 .wrap .content .item .text{
        margin: 14px 0 0 0;
    }
    .index4 .wrap .content .item .text .dis{
        margin: 0 0 10px;
    }
    .index4 .wrap .content .item .text .dis .label {
        height: 32px;
        border-radius: 4px;
        padding: 0 7px;
        font-size: 13px;
    }
    .index4 .wrap .content .item .text .dis .time {
        font-size: 13px;
    }
    .index4 .wrap .content .item .text .pick {
        font-size: 16px;
        margin: 10px 0 0 0;
    }
    .index4 .wrap .content .item .text .pick2 {
        font-size: 13px;
        line-height: 25px;
        margin: 15px 0 0 0;
    }
    .index4 .wrap .more{
        margin: 50px auto 0;
        width: 110px;
        height: 36px;
        border-radius: 27px;
        border: 1px solid #5E5E5E;
    }
    .index4 .wrap .more p {
        font-size: 13px;
        margin: 0 5px 0 0;
    }
    .index4 .wrap .more .iconfont {
        font-size: 15px;
    }

    .index5{
        height: auto;
        padding: 80px 0;
    }
    .index5 .fix{
        height: auto;
    }


    .index5 .wrap{
        width: 90% !important;
        height: auto!important;
        border-radius: 10px!important;
    }

    .index5 .wrap .img{
        vertical-align: middle;
    }
    .index5 .wrap .play {
        width: 40px;
        opacity: 1;
        pointer-events: auto;
    }
    .index5 .wrap .play .position{
        width: 10px;
    }
    .index4 .wrap .content .index4Swiper{
        width: 185%;
    }
    .index1 .fix .content2{
        width: 100%;
    }

    /*#index{*/
    /*    opacity: 0;*/
    /*}*/
    .index5 .wrap .img{
        display: none;
    }
    .index5 .wrap .img.sj_video{
        display: block!important;
        width: 100%;
    }


    /*.index1 .fix .content2 .common_bg{*/
    /*    height: 50%;*/
    /*}*/

}