.banner {
    position: relative
}

.banner .svg {
    display: none
}

.banner .swiper {
    width: 100%;
    height: 100vh
}

.banner .swiper .swiper-slide .back {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}


.banner .position_other{
    position: absolute;
    bottom: 84px;
    z-index: 5;
    left: 0;
    width: 100%;
    padding: 0 240px;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.banner .position_other .swiper-pagination{
    position: static;
    width: fit-content
}
.banner .position_other .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 .position_other .swiper-pagination span.swiper-pagination-bullet-active {
    width: 66px;
    background: #fff;
}


/**/
.banner .position_other .button {
    display: flex
}

.banner .position_other .button .circle {
    width: 50px;
    width: 50px;
    height: 50px;
    /* background: rgba(255, 255, 255, 0); */
    border-radius: 50%;
    /* background-color: #CC0011; */
    /* border: 1px solid rgba(255, 255, 255, 0.3); */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* transition: .3s ease; */
    position: relative;
}
.banner .position_other .button .circle::after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #CC0011;
    border-radius: 50%;
    display: block;
    position: absolute;
    transition: all .3s;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.banner .position_other .button .circle:hover::after{
    transform: translate(-50%,-50%) scale(1.1)
}

.banner .position_other .button .circle:first-child {
    transform: rotate(180deg);
    margin: 0 18px 0 0;
}

.banner .position_other .button .circle .iconfont {
    color: #fff;
    font-size: 22px;
    transition: .6s ease
}
/**/
.banner .swiper .swiper-slide:first-child .back:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    z-index: 1;
}

.banner .swiper .swiper-pagination,.banner .position{
    display: none!important;
}

.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_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 .pick {
    position: absolute;
    bottom: 285px;
    padding: 0 240px;
    width: 100%;
    z-index: 5;
    opacity: 0
}

.banner .swiper .pick span {
    font-weight: bold;
    font-size: 50px;
    color: #FFFFFF;
    margin: 0 0 10px;
    display: block
}

.banner .swiper .swiper-slide {
    overflow: hidden
}

.banner .swiper .pick p {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF
}

.banner .swiper .swiper-slide.on .pick span div, .banner .swiper .swiper-slide.on .pick p div {
    transition: 1s;
    opacity: 1 !important;
    transform: translateX(0) !important
}

.banner .swiper .swiper-slide.unset .pick span div, .banner .swiper .swiper-slide.unset .pick p div {
    transition-delay: unset !important
}

.banner .swiper .swiper-pagination {
    bottom: 80px;
    background: rgba(255, 255, 255, 0.27);
    top: unset;
    height: 1px
}

.banner .swiper .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #E70010
}

body {
    background: url(../images/diwen.png)
}

.banner {
    height: calc(100vh + 2200px)
}

.banner .fix {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    overflow: hidden
}

.banner .parallax {
    width: 100%;
    height: 100%
}

.banner .position {
    position: absolute;
    bottom: 65px;
    left: 0;
    display: flex;
    width: 100%;
    z-index: 99
}

.banner .position .item {
    width: 100%;
    position: relative;
    height: 33px
}

.banner .position .item.on div:after {
    background: var(--color)
}

.banner .position .item.on div:before {
    opacity: 1
}

.banner .position .item div {
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -20px;
    top: 0;
    z-index: 1;
    cursor: pointer
}

.banner .position .item div:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    z-index: 1;
    transition: .6s ease
}

.banner .position .item div:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    filter: blur(5px);
    border-radius: 50%;
    opacity: 0;
    transition: .6s ease;
    background: var(--color)
}

.banner .first {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #fff;
    mask-image: url(../images/mask_logo.svg);
    mask-size: 900%;
    mask-repeat: no-repeat;
    mask-position: center
}

.banner .first.on {
    pointer-events: none
}

.banner .first.on .swiper .swiper-slide {
    pointer-events: none !important
}

.banner .first.on:after {
    opacity: 1
}

.banner .first:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #40444E;
    z-index: 9999;
    opacity: 0;
    transition: 0.4s;
    pointer-events: none
}

.index1 {
    padding: 80px 0 165px;
    margin-top: calc(-50vh - 131px)
}

.index1 .wrap {
    width: var(--interval);
    margin: auto
}

.index1 .wrap .title {
    font-weight: 200;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    position: relative;
    margin: 0 0 130px
}

.index1 .wrap .title img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 215px;
    z-index: -1;
    max-width: unset;
    max-height: unset;
    filter: brightness(0) invert(1);
    opacity: .1;
    display: none
}

.index1 .wrap .figure {
    display: flex;
    justify-content: center
}

.index1 .wrap .figure .item {
    position: relative;
    min-width: 72px
}

.index1 .wrap .figure .item:first-child .dis span {
    min-width: 110px
}

.index1 .wrap .figure .item:last-child .dis span {
    min-width: 233px
}

.index1 .wrap .figure .item:not(:last-child) {
    margin: 0 260px 0 0
}

.index1 .wrap .figure .item:not(:last-child):after {
    content: '';
    position: absolute;
    width: 1px;
    height: 111px;
    background: rgba(223, 222, 222, 0.18);
    top: 10px;
    right: -130px
}

.index1 .wrap .figure .item .dis {
    display: flex
}

.index1 .wrap .figure .item .dis span {
    font-weight: bold;
    font-size: 60px;
    color: #E70010;
    min-width: 72px
}

.index1 .wrap .figure .item .dis .p1 {
    font-weight: bold;
    font-size: 30px;
    color: #E70010;
    position: relative;
    top: 5px
}

.index1 .wrap .figure .item .p2 {
    font-weight: 400;
    font-size: 18px;
    color: #CCCCCC
}

.index1 .wrap .pick {
    width: 1200px;
    font-weight: 400;
    font-size: 18px;
    color: #CCCCCC;
    line-height: 36px;
    margin: 80px auto 130px;
    text-align: center;
    position: relative;
    z-index: 4
}

.index1 .wrap .images {
    width: 100%;
    position: relative;
    display: block
}

.index1 .wrap .images img {
    width: 100%
}

.index2 {
    height: 100vh;
    background: #20232A;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.index2 .position_l {
    left: 50px;
    top: 0;
    position: absolute;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center
}

.index2 .position_l > div {
    position: relative;
    left: -3px
}

.index2 .position_l > div .item {
    display: flex;
    align-items: center;
    cursor: pointer
}

.index2 .position_l > div .item.on .circle {
    background: var(--color)
}

.index2 .position_l > div .item.on .circle:after {
    opacity: 1
}

.index2 .position_l > div .item:not(:last-child) {
    margin: 0 0 47px
}

.index2 .position_l > div .item .circle {
    width: 6px;
    height: 6px;
    background: #646870;
    border-radius: 50%;
    margin: 0 20px 0 0;
    position: relative;
    transition: .6s ease
}

.index2 .position_l > div .item .circle:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: var(--color);
    z-index: -1;
    filter: blur(5px);
    opacity: 0;
    transition: .6s ease
}

.index2 .position_l > div .item p {
    font-weight: 500;
    font-size: 16px;
    color: #B6B8BC
}

.index2 .r {
    right: 75px;
    bottom: 104px;
    position: absolute;
    z-index: 5
}
.index2 .r .r_list{
    display: none;
}
.index2 .r .r_list.on{
    display: block;
}
.index2 .r .scale {
    width: 116px;
    height: 116px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 50%
}

.index2 .r .scale .jt {
    width: 24px;
    height: fit-content
}

.index2 .r .scale .rote {
    position: absolute;
    width: 91px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: roteAnimate 10s linear infinite
}

.index2 .wrap {
    width: 1200px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 135px 0;
    z-index: 9
}

.index2 .wrap .title {
    font-weight: 200;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 50px
}

.index2 .wrap .content .list {
    display: none
}

.index2 .wrap .content .list.on {
    display: block
}

.index2 .wrap .content .list .p1 {
    font-weight: bold;
    font-size: 38px;
    color: #FFFFFF;
    margin: 0 0 20px
}

.index2 .wrap .content .list .label{
    display: flex;
    margin: 0 0 30px;
    gap: 15px;
}
.index2 .wrap .content .list .label div{
    padding: 6px 10px;
    width: fit-content;
    background: #000;
    font-size: 16px;
    color: #fff;
}

.index2 .wrap .content .list .p2 {
    width: 819px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px
}

.index2 .index2Swiper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.index2 .index2Swiper .swiper-slide {
    opacity: 0 !important;
    transition: 1s
}

.index2 .index2Swiper .swiper-slide img {
    width: 100%;
    height: 100%
}

.index2 .index2Swiper .swiper-slide.swiper-slide-active {
    opacity: 1 !important
}

.index4 {
    padding: 100px 0 80px;
    background: #20232A
}

.index4 .wrap {
    width: var(--interval);
    margin: auto
}

.index4 .wrap .top {
    display: flex;
    justify-content: space-between
}

.index4 .wrap .top .l .title {
    font-weight: 200;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 50px
}

.index4 .wrap .top .l .p1 {
    font-weight: 400;
    font-size: 20px;
    color: #999999;
    margin: 26px 0 0 0
}

.index4 .wrap .top .common_more {
    margin: 29px 0 0 0
}

.index4 .content {
    margin: 70px 0 0 0
}

.index4 .content .index4Swiper {
    width: 2220px;
    margin: 0
}

.index4 .content .index4Swiper .swiper-slide .item {
    width: 100%;
    position: relative
}

.index4 .content .index4Swiper .swiper-slide .item .label {
    position: absolute;
    top: 21px;
    left: 17px;
    z-index: 5;
    width: fit-content;
    padding: 0 17px;
    height: 30px;
    background: #111317;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF
}

.index4 .content .index4Swiper .swiper-slide .item .img {
    width: 100%;
    height: 460px;
    overflow: hidden
}

.index4 .content .index4Swiper .swiper-slide .item .img:hover img {
    transform: scale(1.05)
}

.index4 .content .index4Swiper .swiper-slide .item .img img {
    width: 100%;
    height: 100%;
    transition: 1s ease
}

.index4 .content .swiper-pagination {
    margin: 52px auto 0;
    width: 133px;
    height: 44px;
    background: #2F343F;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static
}

.index4 .content .swiper-pagination span {
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 4px;
    opacity: 0.26;
    margin: 0 15px 0 0 !important;
    transition: .3s ease
}

.index4 .content .swiper-pagination span.swiper-pagination-bullet-active {
    opacity: 0.65;
    width: 33px
}

.index4 .content .swiper-pagination span:last-child {
    margin: 0 !important
}

.index5 {
    padding: 90px 0 100px;
    background: #111317
}

.index5 .wrap {
    width: var(--interval);
    margin: auto
}

.index5 .wrap .top {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.index5 .wrap .top .title {
    font-weight: 200;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 50px
}

.index5 .wrap .content {
    margin: 80px 0 0 0;
    display: flex;
    justify-content: space-between
}

.index5 .wrap .content .item {
    width: 370px;
    padding: 0 0 30px;
    border-bottom: 1px solid #2F343F;
    position: relative
}

.index5 .wrap .content .item:hover:after {
    transform: scaleX(1)
}

.index5 .wrap .content .item:hover .img img {
    transform: scale(1.05)
}

.index5 .wrap .content .item:hover .text .p1 {
    color: #E60012
}

.index5 .wrap .content .item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -1px;
    left: 0;
    background: #E60012;
    z-index: 2;
    transform-origin: left;
    transform: scaleX(0);
    transition: .6s ease
}

.index5 .wrap .content .item .img {
    width: 100%;
    height: 227px;
    overflow: hidden
}

.index5 .wrap .content .item .img img {
    width: 100%;
    height: 100%;
    transition: 2s
}

.index5 .wrap .content .item .text {
    margin: 36px 0 0 0
}

.index5 .wrap .content .item .text .p1 {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    margin: 0 0 12px;
    transition: .6s ease
}

.index5 .wrap .content .item .text .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #999999
}

.index5 .wrap .content .item .text .time {
    margin: 74px 0 0 0;
    font-weight: bold;
    font-size: 14px;
    color: #666666
}

.index5 .wrap .content2 {
    display: flex;
    justify-content: space-between;
    margin: 100px 0 0 0
}

.index5 .wrap .content2 .item {
    width: 765px;
    height: 360px;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    padding: 56px 0 0 50px;
    overflow: hidden
}

.index5 .wrap .content2 .item .p1 {
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 36px
}

.index5 .wrap .content2 .item .pick {
    margin: 38px 0 47px
}

.index5 .wrap .content2 .item .pick .list {
    display: flex;
    align-items: center
}

.index5 .wrap .content2 .item .pick .list:not(:last-child) {
    margin: 0 0 10px
}

.index5 .wrap .content2 .item .pick .list .tb {
    width: 18px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px 0 0
}

.index5 .wrap .content2 .item .pick .list .tb img {
    object-fit: contain
}

.index5 .wrap .content2 .item .pick .list p {
    font-weight: 400;
    font-size: 16px;
    color: #CCCCCC
}

.index5 .wrap .content2 .item form {
    width: 446px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0 0 0
}

.index5 .wrap .content2 .item form .list {
    width: 213px;
    position: relative;
    border-bottom: 1px solid rgba(223, 222, 222, 0.19);
    margin: 0 0 25px
}

.index5 .wrap .content2 .item form .list.all {
    width: 100%
}

.index5 .wrap .content2 .item form .list input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    font-size: 16px;
    color: #fff;
    padding: 0 0 13px
}

.index5 .wrap .content2 .item form .list .text {
    position: absolute;
    left: 0;
    bottom: 13px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    pointer-events: none
}

.index5 .wrap .content2 .item form .list .text i {
    color: #E60012;
    margin: 0 5px 0 0
}

@keyframes bor_path {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes svg-path-animation {
    0% {
        offset-distance: 0%
    }
    100% {
        offset-distance: 100%
    }
}

@keyframes hideAnimate {
    100% {
        opacity: 0
    }
}

@keyframes showAnimate {
    100% {
        opacity: 1
    }
}

@keyframes load1Animate {
    100% {
        transform: translate(0, 0) scale(1)
    }
}

@keyframes load2Animate {
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes clipAnimate {
    0% {
        clip-path: inset(100% 0 0 0)
    }
    100% {
        clip-path: inset(0 0 0 0)
    }
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes loadingClipAnimate {
    0%{
        clip-path: inset(0 0 0 0)
    }
    100%{
        clip-path: inset(0 0 100% 0)
    }
}

.loading.on {
    animation: 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0.2s loadingClipAnimate forwards;
}

.loading .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 277px;
    height: 52px
}

.loading.start .first svg:first-child {
    opacity: 1
}

.loading.start .first svg:first-child path {
    stroke-dashoffset: 0
}

.loading.start2 .first {
    animation: .4s 0.5s hideAnimate linear forwards
}

.loading.start2 .last .load1 {
    animation: .4s 0.5s clipAnimate linear forwards, .8s 1.2s load1Animate ease forwards
}

.loading.start2 .last .load2 {
    animation: .4s 2s showAnimate linear forwards, .8s 2s load2Animate ease forwards
}

.loading .first {
    width: 185px;
    position: relative
}

.loading .first .cls-1 {
    fill: none;
    stroke: #dbdbdb
}

.loading .first svg {
    width: 100%
}

.loading .first svg:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0
}

.loading .first svg:nth-child(2) path {
    stroke: var(--color);
    transition: 1s
}

.loading .first svg path {
    stroke-dashoffset: 1077;
    stroke-dasharray: 1077
}

.loading .first .move {
    width: 138px;
    position: absolute;
    left: 0;
    offset-distance: 0%;
    offset-path: path("M1.21,150.47H38.22l27.27-114.02h47.42c15.22,0,38.24,12.75,38.24,38.94s-23.03,38.95-36.46,38.95c.33,.15,11.56-47.88,11.56-47.88h-59.13l17.81,17.76-15.89,66.27h43.33c33.81,0,74.69-25.72,74.69-75.1S145.06,.5,112.24,.5H1.21L30.22,29.53,1.21,150.47Z");
    transition: 1s
}

.loading .last {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 277px;
    height: 52px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.loading .last .load1 {
    width: 64px;
    height: auto;
    transform: translate(107px, -3px) scale(2.9);
    clip-path: inset(0 0 100% 0)
}

.loading .last .load2 {
    width: 196px;
    height: auto;
    opacity: 0;
    transform: translateX(30px)
}

.loading .wrap {
    opacity: 0
}

.loading .wrap.on {
    opacity: 1
}

.cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    pointer-events: none
}

.cursor.on .scale {
    transform: scale(1)
}

.cursor .scale {
    width: 116px;
    height: 116px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 50%;
    transform: scale(0);
    transition: .3s ease
}

.cursor .scale .jt {
    width: 24px;
    height: fit-content
}

.cursor .scale .rote {
    position: absolute;
    width: 91px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: roteAnimate 10s linear infinite
}

@keyframes roteAnimate {
    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@media screen and (max-width: 1919px) {
    .banner .position_other{
        padding: 0 12.5vw;
        bottom: 4.375vw;
    }

    .banner .swiper .pick{
        bottom: 14.84375vw;
        padding: 0px 12.5vw;
    }
    .banner .swiper .pick span{
        font-size: 2.6041666667vw;
        margin: 0px 0px 0.5208333333vw;
    }
    .banner .swiper .pick p{
        font-size: 1.0416666667vw;
    }
    .banner .swiper .swiper-pagination{
        bottom: 4.1666666667vw;
    }

    .banner .position{
        bottom: 3.3854166667vw;
    }
    .banner .position .item{
        height: 1.71875vw;
    }
    .banner .position .item div{
        width: 1.71875vw;
        height: 1.71875vw;
        right: -1.0416666667vw;
    }
    .banner .position .item div::after{
        width: 0.5208333333vw;
        height: 0.5208333333vw;
    }
    .banner .position .item div::before{
        width: 0.78125vw;
        height: 0.78125vw;
        filter: blur(0.2604166667vw);
    }
    .index1{
        padding: 4.1666666667vw 0px 8.59375vw;
        margin-top: calc(-6.8229166667vw - 50vh);
    }
    .index1 .wrap .title{
        font-size: 1.875vw;
        line-height: 2.6041666667vw;
        margin: 0px 0px 6.7708333333vw;
    }
    .index1 .wrap .title img{
        width: 11.1979166667vw;
    }
    .index1 .wrap .figure .item{
        min-width: 3.75vw;
    }
    .index1 .wrap .figure .item:first-child .dis span{
        min-width: 5.7291666667vw;
    }
    .index1 .wrap .figure .item:last-child .dis span{
        min-width: 12.1354166667vw;
    }
    .index1 .wrap .figure .item:not(:last-child){
        margin: 0px 13.5416666667vw 0px 0px;
    }
    .index1 .wrap .figure .item:not(:last-child)::after{
        height: 5.78125vw;
        top: 0.5208333333vw;
        right: -6.7708333333vw;
    }
    .index1 .wrap .figure .item .dis span{
        font-size: 3.125vw;
        min-width: 3.75vw;
    }
    .index1 .wrap .figure .item .dis .p1{
        font-size: 1.5625vw;
        top: 0.2604166667vw;
    }
    .index1 .wrap .figure .item .p2{
        font-size: 0.9375vw;
    }
    .index1 .wrap .pick{
        width: 62.5vw;
        font-size: 0.9375vw;
        line-height: 1.875vw;
        margin: 4.1666666667vw auto 6.7708333333vw;
    }
    .index2 .position_l{
        left: 2.6041666667vw;
    }
    .index2 .position_l > div{
        left: -0.15625vw;
    }
    .index2 .position_l > div .item:not(:last-child){
        margin: 0px 0px 2.4479166667vw;
    }
    .index2 .position_l > div .item .circle{
        width: 0.3125vw;
        height: 0.3125vw;
        margin: 0px 1.0416666667vw 0px 0px;
    }
    .index2 .position_l > div .item .circle::after{
        width: 0.78125vw;
        height: 0.78125vw;
        filter: blur(0.2604166667vw);
    }
    .index2 .position_l > div .item p{
        font-size: 0.8333333333vw;
    }
    .index2 .r{
        right: 3.90625vw;
        bottom: 5.4166666667vw;
    }
    .index2 .r .scale{
        width: 6.0416666667vw;
        height: 6.0416666667vw;
        backdrop-filter: blur(1.0416666667vw);
    }
    .index2 .r .scale .jt{
        width: 1.25vw;
    }
    .index2 .r .scale .rote{
        width: 4.7395833333vw;
    }
    .index2 .wrap{
        width: 62.5vw;
        padding: 7.03125vw 0px;
    }
    .index2 .wrap .title{
        font-size: 1.875vw;
        line-height: 2.6041666667vw;
    }
    .index2 .wrap .content .list .p1{
        font-size: 1.9791666667vw;
        margin: 0px 0px 1.0416666667vw;
    }
    .index2 .wrap .content .list .label{
        margin: 0px 0px 1.5625vw;
        gap: 0.78125vw;
    }
    .index2 .wrap .content .list .label div{
        padding: 0.3125vw 0.5208333333vw;
        font-size: 0.8333333333vw;
    }
    .index2 .wrap .content .list .p2{
        width: 42.65625vw;
        font-size: 0.9375vw;
        line-height: 1.5625vw;
    }
    .index4{
        padding: 5.2083333333vw 0px 4.1666666667vw;
    }
    .index4 .wrap .top .l .title{
        font-size: 1.875vw;
        line-height: 2.6041666667vw;
    }
    .index4 .wrap .top .l .p1{
        font-size: 1.0416666667vw;
        margin: 1.3541666667vw 0px 0px;
    }
    .index4 .wrap .top .common_more{
        margin: 1.5104166667vw 0px 0px;
    }
    .index4 .content{
        margin: 3.6458333333vw 0px 0px;
    }
    .index4 .content .index4Swiper{
        width: 115.625vw;
    }
    .index4 .content .index4Swiper .swiper-slide .item .label{
        top: 1.09375vw;
        left: 0.8854166667vw;
        padding: 0px 0.8854166667vw;
        height: 1.5625vw;
        border-radius: 0.9375vw;
        font-size: 0.7291666667vw;
    }
    .index4 .content .index4Swiper .swiper-slide .item .img{
        height: 23.9583333333vw;
    }
    .index4 .content .swiper-pagination{
        margin: 2.7083333333vw auto 0px;
        width: 6.9270833333vw;
        height: 2.2916666667vw;
        border-radius: 1.3020833333vw;
    }
    .index4 .content .swiper-pagination span{
        width: 0.3125vw;
        height: 0.3125vw;
        border-radius: 0.2083333333vw;
        margin: 0px 0.78125vw 0px 0px !important;
    }
    .index4 .content .swiper-pagination span.swiper-pagination-bullet-active{
        width: 1.71875vw;
    }
    .index5{
        padding: 4.6875vw 0px 5.2083333333vw;
    }
    .index5 .wrap .top .title{
        font-size: 1.875vw;
        line-height: 2.6041666667vw;
    }
    .index5 .wrap .content{
        margin: 4.1666666667vw 0px 0px;
    }
    .index5 .wrap .content .item{
        width: 19.2708333333vw;
        padding: 0px 0px 1.5625vw;
    }
    .index5 .wrap .content .item .img{
        height: 11.8229166667vw;
    }
    .index5 .wrap .content .item .text{
        margin: 1.875vw 0px 0px;
    }
    .index5 .wrap .content .item .text .p1{
        font-size: 0.9375vw;
        margin: 0px 0px 0.625vw;
    }
    .index5 .wrap .content .item .text .p2{
        font-size: 0.8333333333vw;
    }
    .index5 .wrap .content .item .text .time{
        margin: 3.8541666667vw 0px 0px;
        font-size: 0.7291666667vw;
    }
    .index5 .wrap .content2{
        margin: 5.2083333333vw 0px 0px;
    }
    .index5 .wrap .content2 .item{
        width: 39.84375vw;
        height: 18.75vw;
        border-radius: 0.3125vw;
        padding: 2.9166666667vw 0px 0px 2.6041666667vw;
    }
    .index5 .wrap .content2 .item .p1{
        font-size: 1.25vw;
        line-height: 1.875vw;
    }
    .index5 .wrap .content2 .item .pick{
        margin: 1.9791666667vw 0px 2.4479166667vw;
    }
    .index5 .wrap .content2 .item .pick .list:not(:last-child){
        margin: 0px 0px 0.5208333333vw;
    }
    .index5 .wrap .content2 .item .pick .list .tb{
        width: 0.9375vw;
        height: 1.09375vw;
        margin: 0px 0.4166666667vw 0px 0px;
    }
    .index5 .wrap .content2 .item .pick .list p{
        font-size: 0.8333333333vw;
    }
    .index5 .wrap .content2 .item form{
        width: 23.2291666667vw;
        margin: 1.0416666667vw 0px 0px;
    }
    .index5 .wrap .content2 .item form .list{
        width: 11.09375vw;
        margin: 0px 0px 1.3020833333vw;
    }
    .index5 .wrap .content2 .item form .list input{
        font-size: 0.8333333333vw;
        padding: 0px 0px 0.6770833333vw;
    }
    .index5 .wrap .content2 .item form .list .text{
        bottom: 0.6770833333vw;
        font-size: 0.8333333333vw;
    }
    .index5 .wrap .content2 .item form .list .text i{
        margin: 0px 0.2604166667vw 0px 0px;
    }
    .cursor .scale{
        width: 6.0416666667vw;
        height: 6.0416666667vw;
        backdrop-filter: blur(0.5208333333vw);
    }
    .cursor .scale .jt{
        width: 1.25vw;
    }
    .cursor .scale .rote{
        width: 4.7395833333vw;
    }
}
@media screen and (max-width: 1024px) {
    .banner .first{
        mask-image: none;
    }
    .banner .first:after{
        display: none;
    }
    .banner .fix{
        position: static;
    }
    .banner .swiper .pick{
        bottom: 40%;
        padding: 0 5%;
    }
    .banner .swiper .pick span{
        font-size: 24px;
        margin: 0 0 25px;
    }
    .banner .swiper .pick p{
        font-size: 13px;
    }
    .banner .position,.banner .swiper .swiper-pagination{
        display: none;
    }
    .banner{
        height: 100vh;
    }
    .index1{
        margin-top: 0;
        padding: 70px 0;
    }
    .index1 .wrap .title{
        font-size: 22px;
        margin: 0 0 20px;
        line-height: 30px;
    }
    .index1 .wrap .figure .item:not(:last-child) {
        margin: 0px 13.5416666667vw 0px 0px;
    }
    .index1 .wrap .figure .item:first-child .dis span{
        min-width: unset;
    }
    .index1 .wrap .figure .item .dis{
        justify-content: center;
    }
    .index1 .wrap .figure .item .dis span{
        font-size: 24px;
    }
    .index1 .wrap .figure .item .dis .p1{
        font-size: 16px;
        top: 1px;
        margin: 0 0 0 5px;
    }
    .index1 .wrap .figure .item .p2{
        font-size: 13px;
        text-align: center;
    }
    .index1 .wrap .figure{
        gap: 25px 11px;
        justify-content: space-between;
    }
    .index1 .wrap .figure .item:not(:last-child)::after{
        display: none;
    }
    .index1 .wrap .figure .item:not(:last-child) {
        margin: 0;
    }
    .index1 .wrap .pick{
        width: 90%;
        font-size: 13px;
        line-height: 30px;
        margin: 30px auto 35px;
    }
    .index2 .wrap .title{
        font-size: 24px;
        line-height: 35px;
    }
    .index2 .wrap{
        width: 90%;
        padding: 70px 0 150px 0;
    }
    .index2 .wrap .content{
        margin: 60px 0 0 0;
    }
    .index2 .position_l{
        display: none;
    }
    .index2 .wrap .content .list .p1{
        font-size: 24px;
        margin: 0 0 15px;
    }
    .index2 .wrap .content .list .label{
        margin: 0 0 25px;
        gap: 8px;
    }
    .index2 .wrap .content .list .label div{
        padding: 5px 12px;
        font-size: 11px;
        border-radius: 25px;
    }
    .index2 .wrap .content .list .p2{
        width: 100%;
        font-size: 13px;
        line-height: 30px;
    }
    .index2 .r{
        right: unset;
        left: 5%;
        bottom: 5%;
    }
    .index2 .r .scale{
        width: 90px;
        height: 90px;
        backdrop-filter: blur(20px);

    }
    .index2{
        height: auto;
    }
    .index2 .r .scale .jt{
        width: 20px;
    }
    .index2 .r .scale .rote{
        width: 70px;
    }
    .index2 .index2Swiper .swiper-slide:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,.5);
    }

    .index2 .wrap .sj_cut{
        display: flex!important;
        flex-wrap: wrap;
        gap: 10px;
        margin: 35px 0 25px 0;
    }
    .index2 .wrap .sj_cut .item{
        height: 32px;
        padding: 0 18px;
        font-size: 12px;
        border-radius: 25px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .6s ease;
    }
    .index2 .wrap .sj_cut .item.on{
        background: #E70010;
        color: #fff !important;
    }
    .index4{
        padding: 65px 0;
    }
    .index4 .wrap .top{
        flex-direction: column;
    }
    .index4 .wrap .top .l{
        margin: 0 0 20px;
    }
    .index4 .wrap .top .l .title{
        font-size: 22px;
        line-height: 34px;
    }
    .index4 .wrap .top .l .p1{
        font-size: 14px;
        margin: 20px 0 0 0;
    }
    .index4 .content{
        margin: 55px 0 0 0;
    }
    .index4 .content .index4Swiper{
        width: 100%;
    }
    .index4 .content .index4Swiper .swiper-slide .item .img{
        height: auto;
    }
    .index4 .content .index4Swiper .swiper-slide .item .label{
        top: 4%;
        left: 4%;
        height: 30px;
        border-radius: 25px;
        padding: 0 18px;
        font-size: 14px;
    }
    .index4 .content .swiper-pagination{
        margin: 45px auto 0;
        width: fit-content;
        height: auto;
        border-radius: 25px;
        padding: 15px 20px;
    }
    .index4 .content .swiper-pagination span.swiper-pagination-bullet-active{
        width: 33px;
    }
    .index4 .content .swiper-pagination span{
        height: 6px;
        width: 6px;
        border-radius: 4px;
        margin: 0 12px 0 0!important;
    }
    .index4 .content .swiper-pagination span:last-child{
        margin: 0!important;
    }
    .index5{
        padding: 60px 0;
    }
    .index5 .wrap .top{
        flex-direction: column;
        align-items: unset;
    }
    .index5 .wrap .top .title{
        font-size: 22px;
        line-height: 35px;
        margin: 0 0 25px;
    }
    .index5 .wrap .content{
        margin: 35px 0 0 0;
        flex-direction: column;
        gap: 25px;
    }
    .index5 .wrap .content .item{
        width: 100%;
        padding: 0 0 25px;
    }
    .index5 .wrap .content .item .img{
        height: auto;
    }
    .index5 .wrap .content .item .text{
        margin: 20px 0 0 0 ;
    }
    .index5 .wrap .content .item .text .p1{
        font-size: 16px;
        margin: 0 0 15px;
    }
    .index5 .wrap .content .item .text .p2{
        font-size: 13px;
        line-height: 30px;
    }
    .index5 .wrap .content .item .text .time{
        margin: 15px 0 0 0;
        font-size: 13px;
    }
    .index5 .wrap .content2{
        margin: 30px 0 0 0;
        flex-direction: column;
        gap: 25px;
    }
    .index5 .wrap .content2 .item {
        width: 100%;
        height: auto;
        border-radius: 6px;
        padding: 30px 5%;
        background: #171A21;
    }
    .index5 .wrap .content2 .item .p1{
        font-size: 18px;
        line-height: 30px;
    }
    .index5 .wrap .content2 .item .pick .list .tb{
        width: 16px;
        height: 19px;
        margin: 0 7px 0 0;
    }
    .index5 .wrap .content2 .item .pick .list:not(:last-child) {
        margin: 0px 0px 15px;
    }
    .index5 .wrap .content2 .item .pick .list p{
        font-size: 13px;
    }
    .index5 .wrap .content2 .item .pick{
        margin: 22px 0 35px;
    }
    .index5 .wrap .content2 .item .common_bg{
        object-fit: contain;
        object-position: 45px;
    }
    .index5 .wrap .content2 .item form{
        width: 100%;
        margin: 25px 0 0 0;
    }
    .index5 .wrap .content2 .item form .list {
        width: 100%;
        margin: 0 0 20px;
    }

    .index5 .wrap .content2 .item form .list input{
        font-size: 14px;
        padding: 0 0 20px;
    }

    .index5 .wrap .content2 .item form .list .text {
        bottom: 20px;
        font-size: 14px;
    }
    .index5 .wrap .content2 .item form .list .text i{
        margin: 0 5px 0 0;
    }
    .index5 .wrap .content2 .item form button{
        margin: 22px 0 0 0;
    }
    .banner .swiper .swiper-slide .back img{
        display: none;
    }
    .banner .swiper .swiper-slide .back img.sj_img{
        display: block!important;
    }
    .banner .position_other{
        padding: 0 5%;
    }
    .banner .position_other .swiper-pagination span.swiper-pagination-bullet-active{
        width: 46px;
    }
    .banner .position_other .button .circle{
        width: 40px;
        height: 40px;
    }
    .banner .position_other{
        bottom: 35px;
    }
    .index1 .wrap .images{
        position: relative;
    }
    .index1 .wrap .images img{
        height: 50vw;
    }

    .cursor{
        display: none;
    }

    .index1 .wrap .images .sj_video{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: #fff;
        display: flex!important;
        align-items: center;
        justify-content: center;
    }
    .index1 .wrap .images .sj_video svg{
        width: 16px;
        height: 16px;
        opacity: .3;
    }
}
