.banner {
    position: relative
}

.banner .svg {
    display: none
}

.banner .swiper {
    width: 100%;
    height: 100vh
}

.banner .swiper .swiper-slide .back {
    width: 100%;
    height: 100%;
    position: relative
}

.banner .swiper .back img {
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    transition: cubic-bezier(0.77, 0, 0.175, 1) transform 2s
}

.banner .swiper .back video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner .swiper .swiper-slide:first-child .back:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2)
}

.banner .swiper .back.video_back:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2)
}

.banner .swiper .back video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner .swiper .swiper-slide-active .back img {
    transform: scale(1)
}

.banner .swiper .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 1.0416666667vw;
    width: 100%;
    z-index: 5
}

.banner .swiper .content .dis {
    display: flex;
    gap: 10px;
    margin: 65px 0 0 0;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .3s, transform .6s .3s
}

.banner .swiper .swiper-slide-active .content .dis {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s
}

.banner .swiper .content .dis .list {
    width: 130px;
    height: 52px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.banner .swiper .content .dis .list.fill {
    background: #fff
}

.banner .swiper .content .dis .list.fill p, .banner .swiper .content .dis .list.fill .iconfont {
    color: #333
}

.banner .swiper .content .dis .list p {
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF
}

.banner .swiper .content .dis .list .iconfont {
    font-size: 10px;
    color: #FFFFFF
}

.banner .swiper .pick, .banner .swiper .pick * {
    font-family: 'Miedinger', sans-serif
}

.banner .swiper .pick span {
    font-weight: bold;
    font-size: 56px;
    color: #FFFFFF;
    line-height: 64px
}

.banner .swiper .swiper-slide {
    overflow: hidden
}

.banner .swiper .pick p {
    font-weight: 300;
    font-size: 20px;
    color: #FFFFFF;
    text-transform: uppercase
}

.banner .swiper .swiper-slide.on .pick span div, .banner .swiper .swiper-slide.on .pick p div {
    transition: 1s;
    opacity: 1 !important;
    transform: translateX(0) !important
}

.banner .swiper .swiper-slide.unset .pick span div, .banner .swiper .swiper-slide.unset .pick p div {
    transition-delay: unset !important
}

.banner .swiper-pagination {
    position: absolute;
    z-index: 5;
    height: fit-content;
    left: 1.0416666667vw;
    bottom: 2.9166666667vw;
    width: fit-content
}

.banner .svg {
    display: none
}

.banner .swiper-pagination span {
    width: 30px;
    height: 3px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.4);
    opacity: 1 !important;
    margin: 0 9px 0 0 !important;
    position: relative;
    transition: .6s ease
}

.banner .swiper-pagination span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: left
}

.banner .swiper-pagination span:last-child {
    margin: 0 !important
}

@keyframes banner_auto_animate {
    100% {
        transform: scaleX(1)
    }
}

.banner .swiper-pagination span.swiper-pagination-bullet-active {
    width: 100px
}

.banner .swiper-pagination span.swiper-pagination-bullet-active:after {
    animation: banner_auto_animate 5s linear forwards
}

.banner .parallax {
    width: 100%;
    height: 100%
}

.view_more {
    width: 140px;
    height: 60px;
    background: #232323;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px
}

.view_more p {
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF
}

.view_more .iconfont {
    font-size: 10px;
    color: #FFFFFF
}

.index1 {
    position: relative;
    padding: 4.2708333333vw 1.0416666667vw 13.3854166667vw 1.0416666667vw
}

.index1 .title {
    font-family: 'Miedinger', sans-serif;
    font-weight: bold;
    font-size: 1.875vw;
    color: #1A1A1A;
    text-align: center;
    margin: 0 0 2.96875vw
}

.index1 .title * {
    font-family: 'Miedinger', sans-serif
}

.index1 .content {
    width: 100%
}

.index1 .content .proSwiper {
    width: 100%
}

.index1 .content .proSwiper .swiper-slide .item {
    width: 100%
}

.index1 .content .proSwiper .swiper-slide .item:hover .img img {
    transform: scale(1.05)
}

.index1 .content .proSwiper .swiper-slide .item:hover .text .color {
    opacity: 1
}

.index1 .content .proSwiper .swiper-slide .item .img {
    width: 100%;
    height: 27.0833333333vw;
    background: #FFFFFF;
    border-radius: .625vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.index1 .content .proSwiper .swiper-slide .item .img .img_cut {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.index1 .content .proSwiper .swiper-slide .item .img .img_cut img {
    object-fit: contain;
    max-width: 90%;
    max-height: 90%;
    transition: 1s;
    opacity: 0
}

.index1 .content .proSwiper .swiper-slide .item .img .img_cut img.on {
    opacity: 1
}

.index1 .content .proSwiper .swiper-slide .item .img .img_cut img:nth-child(2) {
    position: absolute
}

.index1 .content .proSwiper .swiper-slide .item .text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2.0833333333vw 0 0 0;
    padding: 0 1.6666666667vw 0 .8333333333vw
}

.index1 .content .proSwiper .swiper-slide .item .text .l .p1 {
    font-weight: bold;
    font-size: 1.0416666667vw;
    color: #1A1A1A;
    margin: 0 0 .3645833333vw
}

.index1 .content .proSwiper .swiper-slide .item .text .l .p2 {
    font-weight: 400;
    font-size: .8333333333vw;
    color: #888888
}

.index1 .content .proSwiper .swiper-slide .item .text .color {
    display: flex;
    gap: .5208333333vw;
    transition: .6s ease
}

.index1 .content .proSwiper .swiper-slide .item .text .color .list {
    width: 1.1458333333vw;
    height: 1.1458333333vw;
    border-radius: 50%;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease;
    cursor: pointer
}

.index1 .content .proSwiper .swiper-slide .item .text .color .list.on {
    border: 1px solid #1A1A1A
}

.index1 .content .proSwiper .swiper-slide .item .text .color .list div {
    width: .7291666667vw;
    height: .7291666667vw;
    border-radius: 50%
}

.index1 .content .other {
    margin: 2.2395833333vw 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.index1 .content .other .swiper-pagination {
    position: static;
    width: 69.2708333333vw;
    height: 1px;
    background: #E2E2E2;
    margin: 0 2.0833333333vw 0 0
}

.index1 .content .other .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #131313
}

.index1 .content .other .button {
    display: flex;
    gap: .46875vw
}

.index1 .content .other .button .circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #969696;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .6s ease
}

.index1 .content .other .button .circle:hover {
    background: #EFEFEF;
    border: 1px solid transparent
}

.index1 .content .other .button .circle:first-child {
    transform: rotate(180deg)
}

.index1 .content .other .button .circle .iconfont {
    font-size: 12px;
    color: #111
}

.index2 {
    padding: 5.2083333333vw 0 0 0;
    position: relative;
    z-index: 1
}

.index2 .position {
    position: absolute;
    top: -11.9791666667vw;
    right: 0;
    z-index: -1
}

.index2 .position svg, .index2 .position .svg {
    width: 72.0833333333vw;
    height: fit-content
}

.index2 .position svg .st0, .index2 .position .svg .st0 {
    fill: none;
    stroke: #D6D6D6
}

.index2 .position svg.path, .index2 .position .svg.path {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    --path: 2808.8564453125
}

.index2 .position svg.path .st0, .index2 .position .svg.path .st0 {
    stroke: #131313;
    stroke-dasharray: 2808.8564453125;
    stroke-dashoffset: 2809;
    animation: 10s line linear forwards;
    animation-play-state: paused
}

.index2 .title {
    width: 39.1145833333vw;
    padding: 0 1.0416666667vw;
    font-family: 'Miedinger', sans-serif;
    font-weight: bold;
    font-size: 1.875vw;
    color: #1A1A1A;
    line-height: 2.0833333333vw
}

.index2 .title * {
    font-family: 'Miedinger', sans-serif
}

.index2 .content {
    margin: 5.46875vw 0 0 0;
    padding: 0 1.0416666667vw 0 0;
    display: flex;
    justify-content: flex-end
}

.index2 .content .l {
    margin: 4.8958333333vw 4.4791666667vw 0 0;
    width: 32.2916666667vw
}

.index2 .content .l .p1 {
    font-weight: 400;
    font-size: .9375vw;
    color: #666666;
    line-height: 1.6666666667vw;
    margin: 0 0 2.7604166667vw
}

.index2 .content .pic {
    width: 37.5vw;
    height: 29.1666666667vw;
    border-radius: .5208333333vw;
    overflow: hidden;
    position: relative;
    z-index: 5
}

.index2 .content .pic:hover img {
    transform: scale(1.05)
}

.index2 .content .pic img {
    width: 100%;
    height: 100%;
    transition: 2s
}

.index2 .big_img {
    width: 100%;
    margin-top: -4.6875vw;
    position: relative;
    overflow: hidden
}

.index2 .big_img img {
    width: 100%
}

.index2 .big_img .big {
    position: relative;
    z-index: 4;
    top: 1.875vw;
    transform: translateY(100px)
}

.index2 .big_img .big2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    transform: translateY(100px)
}

@keyframes line {
    0% {
        stroke-dashoffset: 2809
    }
    100% {
        stroke-dashoffset: 0
    }
}

.index3 {
    padding: 6.1979166667vw 0 6.7708333333vw 0
}

.index3 .wrap .title {
    line-height: 2.0833333333vw
}

.index3 .wrap .content .view_more {
    margin: 2.6041666667vw auto 0
}

.index3 .wrap .content .proSwiper .swiper-slide .item .img {
    transition: .6s ease;
    position: relative
}

.index3 .wrap .content .proSwiper .swiper-slide .item .img .position {
    position: absolute;
    width: 100%;
    padding: 10px;
    display: flex;
    gap: 10px;
    bottom: 0;
    opacity: 0;
    transition: 1s
}

.index3 .wrap .content .proSwiper .swiper-slide .item .img .position .list {
    width: 100%;
    height: 63px;
    background: #FFFFFF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    color: #333333
}

.index3 .wrap .content .proSwiper .swiper-slide .item:hover .img {
    background: rgba(0, 0, 0, 0.1)
}

.index3 .wrap .content .proSwiper .swiper-slide .item:hover .img .position {
    opacity: 1
}

.index4 {
    padding: 0 1.0416666667vw 2.96875vw 1.0416666667vw
}

.index4 .wrap {
    display: flex;
    height: 41.8229166667vw;
    gap: .7291666667vw
}

.index4 .wrap .index4Swiper {
    width: 100%;
    height: 100%;
    border-radius: .8333333333vw
}

.index4 .wrap .index4Swiper img {
    width: 100%;
    height: 100%
}

.index4 .wrap .r {
    width: 100%;
    height: 100%;
    padding: 4.1145833333vw 3.2291666667vw 3.2291666667vw 3.3333333333vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #FFFFFF;
    border-radius: .8333333333vw
}

.index4 .wrap .r .title {
    font-family: 'Miedinger', sans-serif;
    font-weight: bold;
    font-size: 1.875vw;
    color: #1A1A1A
}

.index4 .wrap .r .title * {
    font-family: 'Miedinger', sans-serif
}

.index4 .wrap .r .bottom .list {
    font-weight: 400;
    font-size: 26px;
    color: #DADADA;
    line-height: 50px;
    width: fit-content;
    transition: .6s ease;
    font-family: 'BMWTypeWebBoldAll', sans-serif;
    cursor: pointer
}

.index4 .wrap .r .bottom .list.on {
    color: #1A1A1A
}

.index5 {
    padding: 5.2083333333vw 0 0 0
}

.index5 .wrap .title {
    font-family: 'Miedinger', sans-serif;
    font-weight: bold;
    font-size: 1.875vw;
    color: #1A1A1A;
    text-align: center;
    margin: 0 auto 4.2708333333vw
}

.index5 .wrap .title * {
    font-family: 'Miedinger', sans-serif
}

.index5 .wrap .content {
    height: 100vh;
    position: relative
}

.index5 .wrap .content .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.index5 .wrap .content .bg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 1s ease;
    pointer-events: none;
    opacity: 0
}

.index5 .wrap .content .bg img.on {
    opacity: 1
}

.index5 .wrap .content .hover {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns:repeat(1, 1fr)
}

.index5 .wrap .content .hover .item {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.index5 .wrap .content .hover .item.on svg .st0 {
    stroke-dashoffset: 0
}

.index5 .wrap .content .hover .item > div {
    position: relative;
    width: fit-content
}

.index5 .wrap .content .hover .item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.2)
}

.index5 .wrap .content .hover .item p {
    font-weight: bold;
    font-size: 1.0416666667vw;
    color: #FFFFFF
}

.index5 .wrap .content .hover .item svg {
    position: absolute;
    width: 9.8958333333vw;
    height: fit-content;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.index5 .wrap .content .hover .item svg .st0 {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dashoffset: 288.0728759765625;
    stroke-dasharray: 288.0728759765625;
    transition: .4s ease
}

@keyframes goAnimate {
    100% {
        transform: translateX(-50%)
    }
}

.index6 {
    padding: 10.4166666667vw 0 7.2916666667vw 0
}

.index6 .wrap .top {
    padding: 0 20.5208333333vw 0 15.8333333333vw;
    display: flex;
    justify-content: space-between
}

.index6 .wrap .top .title {
    font-family: 'Miedinger', sans-serif;
    font-weight: bold;
    font-size: 1.875vw;
    color: #1A1A1A;
    line-height: 2.0833333333vw
}

.index6 .wrap .top .title * {
    font-family: 'Miedinger', sans-serif
}

.index6 .wrap .top .r {
    width: 400px
}

.index6 .wrap .top .r .evaluation {
    width: 100%
}

.index6 .wrap .top .r .evaluation .swiper {
    width: 100%
}

.index6 .wrap .top .r .evaluation .swiper .swiper-slide .icon {
    display: flex;
    gap: 16px;
    justify-content: flex-end
}

.index6 .wrap .top .r .evaluation .swiper .swiper-slide .icon .iconfont {
    color: #111;
    font-size: 24px
}

.index6 .wrap .top .r .evaluation .swiper .swiper-slide .text {
    margin: 27px 0;
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    line-height: 24px;
    text-align: right
}

.index6 .wrap .top .r .evaluation .swiper .swiper-slide .name {
    font-weight: bold;
    font-size: 16px;
    color: #1A1A1A;
    text-align: right
}

.index6 .wrap .top .r .swiper-pagination {
    position: static;
    margin: 37px 0 0 0;
    display: flex;
    justify-content: flex-end
}

.index6 .wrap .top .r .swiper-pagination span {
    width: 8px;
    height: 8px;
    background: #000000;
    opacity: 0.2 !important;
    margin: 0 10px 0 0 !important;
    transition: .6s ease
}

.index6 .wrap .top .r .swiper-pagination span.swiper-pagination-bullet-active {
    opacity: 1 !important
}

.index6 .wrap .top .r .swiper-pagination span:last-child {
    margin: 0 !important
}

.index6 .wrap .bottom {
    margin: 92px 0 0 0
}

.index6 .wrap .bottom .go {
    width: max-content;
    display: flex;
    animation: goAnimate 40s linear infinite
}

.index6 .wrap .bottom .go .flex {
    display: flex
}

.index6 .wrap .bottom .go .flex .two {
    margin: 0 20px 0 0
}

.index6 .wrap .bottom .go .flex .img {
    overflow: hidden;
    margin: 0 20px 0 0;
    border-radius: 20px
}

.index6 .wrap .bottom .go .flex .img img {
    width: 100%;
    height: 100%;
    transition: 2s
}

.index6 .wrap .bottom .go .flex .img1 {
    width: 593px;
    height: 460px
}

.index6 .wrap .bottom .go .flex .small {
    width: 405px;
    height: 230px
}

.index6 .wrap .bottom .go .flex .big {
    margin: 20px 0 0 0;
    width: 593px;
    height: 485px
}

.index6 .wrap .bottom .go .flex .img2 {
    width: 593px;
    height: 594px
}

.index6 .wrap .bottom .go .flex .mTop {
    margin: 141px 20px 0 0
}

@keyframes fill2Animate {
    100% {
        transform: translate(-63px, 56px);
        opacity: 1
    }
}

@keyframes showA {
    100% {
        opacity: 1
    }
}

@keyframes hideA {
    100% {
        opacity: 0
    }
}

@keyframes leftA {
    100% {
        transform: scale(0.5)
    }
}

@keyframes leftA2 {
    100% {
        transform: translate(-143px, -7px) scale(0.21)
    }
}

@keyframes zu2A {
    100% {
        transform: translateY(-100px)
    }
}

@keyframes zu3A {
    100% {
        transform: translateY(100px)
    }
}

@keyframes textA {
    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F8F7F3;
&.on{
.wrap{
    opacity: 1;
}
}

&.start{
     animation: backgroundNone .6s 2s ease forwards;
.Loader_frame__XYs2Q{
    animation: Loader_scaleDown___AeYW 1.1s cubic-bezier(1,0,0,1) .9s both;
}
.center{
    animation: hideA .6s ease forwards;
}
.position_logo{
.img{
    animation: imgScaleAnimate 1.1s cubic-bezier(1,0,0,1) 1.25s both;
img{
    animation: loadYAnimate 1s cubic-bezier(0.19, 1, 0.22, 1) .2s forwards;
}
}
}
.Loader_lines___IbMw .Loader_line__mx36V{
    animation: Loader_zeroOneZero__VKcLp 1.5s  cubic-bezier(0.86,0,0.07,1) paused;
}
}

.wrap{
    opacity: 0;
    transition: .6s ease;
}

.center {
    text-align: center;

p {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
}

.line {
    margin: 25px 0 0 0;
    width: 176px;
    height: 2px;
    background: #B7B7B7;
    border-radius: 1px;

.load_line {
    width: 100%;
    height: 2px;
    background: #444444;
    transform-origin: left;
    transition: 1s;
    transform: scaleX(0);
}
}
}

.Loader_frame__XYs2Q {
    position: absolute;
    top: 10%;
    left: 10%;
    right: 10%;
    bottom: 10%;
}

.Loader_frame__XYs2Q .Loader_corner__lenoI:first-child {
    top: 0;
    left: 0;
    transform: rotate(90deg);
}

.Loader_frame__XYs2Q .Loader_corner__lenoI:nth-child(2) {
    top: 0;
    right: 0;
    transform: rotate(180deg);
}

.Loader_frame__XYs2Q .Loader_corner__lenoI:nth-child(3) {
    bottom: 0;
    right: 0;
    transform: rotate(270deg);
}

.Loader_frame__XYs2Q .Loader_corner__lenoI:last-child {
    bottom: 0;
    left: 0;
}

.Loader_frame__XYs2Q .Loader_corner__lenoI {
    position: absolute;
}

.Loader_studio__72JtM .Loader_frame__XYs2Q .Loader_corner__lenoI path {
    stroke: rgba(148, 138, 138, 0.5);
}

.position_logo {
    position: absolute;
    width: 597px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 80px;

.img {
    width: 100%;
    height: 80px;
    overflow: hidden;
img {
    width: 100%;
    transform: translateY(120%);
}
}
}

.Loader_lines___IbMw {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.Loader_lines___IbMw .Loader_group__I4KgA:first-child {
    left: 0;
}
.Loader_lines___IbMw .Loader_group__I4KgA {
    position: absolute;
    top: 0;
    width: 33.34%;
    height: 100%;
}
.Loader_lines___IbMw.Loader_animate__jraFi .Loader_line__mx36V {
    animation-play-state: running;
}

.Loader_lines___IbMw .Loader_line__mx36V {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateY(-100%);
}
.Loader_lines___IbMw .Loader_line__mx36V:first-child {
    background-color: gray;
    animation-delay: 1.3s;
}
.Loader_lines___IbMw .Loader_line__mx36V:nth-child(2) {
    background-color: #fff;
    animation-delay: 1.4s;
}
.Loader_lines___IbMw .Loader_line__mx36V:last-child {
    background-color: #000;
    animation-delay: 1.5s;
}

.Loader_lines___IbMw .Loader_group__I4KgA:nth-child(2) {
    left: 33.33%;
}
.Loader_lines___IbMw .Loader_group__I4KgA:nth-child(2) .Loader_line__mx36V:first-child {
    animation-delay: 1.2s;
}
.Loader_lines___IbMw .Loader_group__I4KgA:nth-child(2) .Loader_line__mx36V:nth-child(2) {
    animation-delay: 1.3s;
}
.Loader_lines___IbMw .Loader_group__I4KgA:nth-child(2) .Loader_line__mx36V:last-child {
    animation-delay: 1.4s;
}
.Loader_lines___IbMw .Loader_group__I4KgA:last-child {
    right: 0;
}
}


@keyframes backgroundNone {
    100%{
        background: none;
        pointer-events: none;
    }
}


@keyframes Loader_scaleDown___AeYW {
    100% {
        opacity: 0;
        transform: scale(0.5);
    }
}

@keyframes loadYAnimate {
    100% {
        transform: translateY(0);
    }
}

@keyframes imgScaleAnimate {
    100%{
        opacity: 0;
        transform: scale(0.5);
    }
}

@keyframes Loader_zeroOneZero__VKcLp {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

@media screen and (max-width: 1919px) {
    .banner .swiper .content .dis{
        gap: 0.5208333333vw;
        margin: 3.3854166667vw 0px 0px;
        transform: translateY(1.0416666667vw);
    }
    .banner .swiper .content .dis .list{
        width: 6.7708333333vw;
        height: 2.7083333333vw;
        border-radius: 0.2083333333vw;
        gap: 0.4166666667vw;
    }
    .banner .swiper .content .dis .list p{
        font-size: 0.7291666667vw;
    }
    .banner .swiper .content .dis .list .iconfont{
        font-size: 0.5208333333vw;
    }
    .banner .swiper .pick span{
        font-size: 2.9166666667vw;
        line-height: 3.3333333333vw;
    }
    .banner .swiper .pick p{
        font-size: 1.0416666667vw;
    }
    .banner .swiper-pagination span{
        width: 1.5625vw;
        height: 0.15625vw;
        border-radius: 0.1041666667vw;
        margin: 0px 0.46875vw 0px 0px !important;
    }
    .banner .swiper-pagination span::after{
        border-radius: 0.1041666667vw;
    }
    .banner .swiper-pagination span.swiper-pagination-bullet-active{
        width: 5.2083333333vw;
    }
    .view_more{
        width: 7.2916666667vw;
        height: 3.125vw;
        border-radius: 0.2083333333vw;
        gap: 0.46875vw;
    }
    .view_more p{
        font-size: 0.7291666667vw;
    }
    .view_more .iconfont{
        font-size: 0.5208333333vw;
    }
    .index1 .content .other .button .circle{
        width: 2.9166666667vw;
        height: 2.9166666667vw;
    }
    .index1 .content .other .button .circle .iconfont{
        font-size: 0.625vw;
    }
    .index2 .big_img .big{
        transform: translateY(5.2083333333vw);
    }
    .index2 .big_img .big2{
        transform: translateY(5.2083333333vw);
    }
    .index3 .wrap .content .proSwiper .swiper-slide .item .img .position{
        padding: 0.5208333333vw;
        gap: 0.5208333333vw;
    }
    .index3 .wrap .content .proSwiper .swiper-slide .item .img .position .list{
        height: 3.28125vw;
        border-radius: 0.2083333333vw;
        font-size: 0.7291666667vw;
    }
    .index4 .wrap .r .bottom .list{
        font-size: 1.3541666667vw;
        line-height: 2.6041666667vw;
    }
    .index6 .wrap .top .r{
        width: 20.8333333333vw;
    }
    .index6 .wrap .top .r .evaluation .swiper .swiper-slide .icon{
        gap: 0.8333333333vw;
    }
    .index6 .wrap .top .r .evaluation .swiper .swiper-slide .icon .iconfont{
        font-size: 1.25vw;
    }
    .index6 .wrap .top .r .evaluation .swiper .swiper-slide .text{
        margin: 1.40625vw 0px;
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
    }
    .index6 .wrap .top .r .evaluation .swiper .swiper-slide .name{
        font-size: 0.8333333333vw;
    }
    .index6 .wrap .top .r .swiper-pagination{
        margin: 1.9270833333vw 0px 0px;
    }
    .index6 .wrap .top .r .swiper-pagination span{
        width: 0.4166666667vw;
        height: 0.4166666667vw;
        margin: 0px 0.5208333333vw 0px 0px !important;
    }
    .index6 .wrap .bottom{
        margin: 4.7916666667vw 0px 0px;
    }
    .index6 .wrap .bottom .go .flex .two{
        margin: 0px 1.0416666667vw 0px 0px;
    }
    .index6 .wrap .bottom .go .flex .img{
        margin: 0px 1.0416666667vw 0px 0px;
        border-radius: 1.0416666667vw;
    }
    .index6 .wrap .bottom .go .flex .img1{
        width: 30.8854166667vw;
        height: 23.9583333333vw;
    }
    .index6 .wrap .bottom .go .flex .small{
        width: 21.09375vw;
        height: 11.9791666667vw;
    }
    .index6 .wrap .bottom .go .flex .big{
        margin: 1.0416666667vw 0px 0px;
        width: 30.8854166667vw;
        height: 25.2604166667vw;
    }
    .index6 .wrap .bottom .go .flex .img2{
        width: 30.8854166667vw;
        height: 30.9375vw;
    }
    .index6 .wrap .bottom .go .flex .mTop{
        margin: 7.34375vw 1.0416666667vw 0px 0px;
    }
    .loading .position .color{
        border-radius: 0px 0px 0px 0.78125vw;
    }
    .loading .position .color svg{
        width: 0.8333333333vw;
        height: 0.8333333333vw;
        bottom: -0.625vw;
        left: calc(100% - 0.6770833333vw);
    }
    .loading .logo{
        width: 17.2916666667vw;
    }
    .loading .wrap .text{
        width: 14.4791666667vw;
    }
    .loading .wrap .text img{
        left: 1.25vw;
        top: -0.2604166667vw;
        transform: translateY(1.0416666667vw);
    }
    .loading .wrap .left .border{
        width: 4.6875vw;
    }
}

@media screen and (max-width: 1024px) {
    .banner .swiper .pick span{
        font-size: 26px;
        line-height: 32px;
    }
    .banner .swiper .content{
        padding: 0 5%;
    }
    .banner .swiper .content .dis .list{
        width: fit-content;
        height: 40px;
        gap: 7px;
        border-radius: 4px;
        padding: 0 22px;
    }
    .banner .swiper .content .dis .list p{
        font-size: 12px;
    }
    .banner .swiper .content .dis{
        gap: 12px;
        margin: 30px 0 0 0;
    }
    .banner .swiper .content .dis .list .iconfont{
        font-size: 10px;
    }
    .banner .swiper-pagination span.swiper-pagination-bullet-active{
        width: 50px;
    }
    .banner .swiper-pagination span {
        width: 30px;
        height: 3px;
        border-radius: 2px;
        margin: 0 9px 0 0 !important;
    }
    .banner .swiper-pagination span:last-child{
        margin: 0!important;
    }
    .banner .swiper-pagination{
        left: 5%;
        bottom: 22px;
    }
    .index1{
        padding: 70px 5% 40px 5%;
    }
    .index1 .title{
        font-size: 22px;
        margin: 0 0 25px;
        line-height: 1.4;
    }
    .index1 .content .proSwiper .swiper-slide .item .img{
        height: 250px;
        border-radius: 15px;
    }
    .index1 .content .proSwiper .swiper-slide .item .text{
        margin: 22px 0 0 0;
        padding: 0;
        flex-direction: column;
        align-items: unset;
    }
    .index1 .content .proSwiper .swiper-slide .item .text .l .p1{
        font-size: 16px;
        margin: 0 0 7px;
    }
    .index1 .content .proSwiper .swiper-slide .item .text .l .p2{
        font-size: 12px;
    }
    .index1 .content .proSwiper .swiper-slide .item .text .color{
        gap: 13px;
        margin: 20px 0 0 0;
    }
    .index1 .content .proSwiper .swiper-slide .item .text .color .list{
        width: 18px;
        height: 18px;
    }
    .index1 .content .proSwiper .swiper-slide .item .text .color .list div{
        width: 8px;
        height: 8px;
    }

    .index1 .content .other{
        flex-direction: column;
        align-items: unset;
        margin: 0;
    }
    .index1 .content .other .swiper-pagination{
        width: 100%;
        margin: 20px 0 0 0;
    }
    .index1 .content .other .button{
        margin: 25px 0 0 0;
        gap: 15px;
    }
    .index1 .content .other .button .circle{
        width: 40px;
        height: 40px;
    }
    .index1 .content .other .button .circle .iconfont{
        font-size: 11px;
    }
    .index2{
        padding: 50px 0 0 0;
    }
    .index2 .title{
        width: 100%;
        padding: 0 5%;
        font-size: 16px;
        line-height: 1.4;
    }
    .index2 .content{
        margin: 20px 0 0 0;
        padding: 0 5%;
        justify-content: unset;
        flex-direction: column;
    }
    .index2 .content .l {
        margin: 10px 0 30px;
        width: 100%;
    }
    .index2 .content .l .p1{
        font-size: 13px;
        line-height: 1.6;
        margin: 0 0 20px;
    }
    .view_more{
        width: fit-content;
        height: 45px;
        padding: 0 20px;
        gap: 12px;
    }
    .view_more p{
        font-size: 12px;
    }
    .view_more .iconfont{
        font-size: 11px;
    }
    .index2 .content .pic{
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    .index2 .big_img .big{
        top: 0;
        transform: none!important;

    }
    .index2{
        overflow: hidden!important;

    }
    .index2 .big_img{
        margin-top: 75px;
        transform: translateX(-84px) scale(2);
        transform-origin: bottom left;
    }
    .index3 .wrap .title{
        line-height: 1.4;
    }
    .index3 .wrap .content .view_more{
        margin: 25px auto 0;
    }
    .index4{
        padding: 0 5% 30px 5%;
    }
    .index4 .wrap{
        height: auto;
        gap: 12px;
        flex-direction: column;
    }
    .index4 .wrap .index4Swiper{
        border-radius: 12px;
    }
    .index4 .wrap .r{
        border-radius: 12px;
        padding: 20px 5%;
    }
    .index4 .wrap .r .title{
        font-size: 16px;
        line-height: 1.4;
        margin: 0 0 30px;
    }
    .index4 .wrap .r .bottom .list {
        font-size: 13px;
        line-height: 27px;
    }
    .index5 .wrap .title{
        font-size: 16px;
        line-height: 1.4;
    }
    .index5{
        padding: 50px 0 0 0;
    }
    .index6{
        padding: 50px 0 0;
    }
    .index6 .wrap .top{
        padding: 0 5%;
        flex-direction: column;
        align-items: unset;
    }
    .index6 .wrap .top .title{
        font-size: 16px;
        line-height: 1.4;
        margin: 0 0 30px;
    }
    .index6 .wrap .top .r{
        width: 100%;
    }
    .index6 .wrap .top .r .evaluation .swiper .swiper-slide .icon{
        justify-content: start;
        gap: 10px;
    }
    .index6 .wrap .top .r .evaluation .swiper .swiper-slide .icon .iconfont {
        font-size: 12px;
    }
    .index6 .wrap .top .r .evaluation .swiper .swiper-slide .text{
        margin: 15px 0;
        font-size: 13px;
        line-height: 1.4;
        text-align: left;
    }
    .index6 .wrap .top .r .evaluation .swiper .swiper-slide .name{
        text-align: left;
        font-size: 15px;
    }
    .index6 .wrap .top .r .swiper-pagination{
        margin: 20px 0 0 0;
        justify-content: start;
    }
    .index6 .wrap .top .r .swiper-pagination span {
        width: 6px;
        height: 6px;
        margin: 0 10px 0 0 !important;
    }
    .index6 .wrap .top .r .swiper-pagination span:last-child{
        margin: 0!important;
    }
    .index6 .wrap .bottom{
        margin: 55px 0 60px 0;
    }
    .index6 .wrap .bottom .go .flex .img {
        margin: 0 15px 0 0;
        border-radius: 10px;
    }
    .index6 .wrap .bottom .go .flex .img2 {
        width: 200px;
        height: fit-content;
    }
    .index6 .wrap .bottom .go .flex .mTop {
        margin: 30px 20px 0 0;
    }
    .index6 .wrap .bottom .go .flex .img1 {
        width: 220px;
        height: fit-content;
    }
    .index6 .wrap .bottom .go .flex .two {
        margin: 0 15px 0 0;
    }
    .index6 .wrap .bottom .go .flex .small {
        width: 120px;
        height: auto;
    }

    .index6 .wrap .bottom .go .flex .big {
        margin: 20px 0 0 0;
        width: 150px;
        height: auto;
    }

    .index5 .wrap .content .hover {
        grid-template-columns: repeat(1, 1fr);
    }
    .index5 .wrap .content .hover .item svg{
        width: 120px;
    }
    .index5 .wrap .content .hover .item{
        position: relative;
        z-index: 1;
    }
    .index5 .wrap .content .hover .item p{
        font-size: 13px;
    }
    .index5 .wrap .content .bg{
        display:none;
    }
    .index5 .wrap .content .hover .item .sj_bg{
        display: block!important;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .index5 .wrap .content .hover .item svg .st0 {
        stroke-dashoffset: 0;
    }


    .loading .position_logo{
        max-width: 70%;
        height: auto;
    }
    .loading .position_logo .img{
        height: auto;
    }
    .loading .center p{
        font-size: 12px;
    }
    .loading .center .line{
        height: 1px;
        margin: 10px 0 0 0;
    }
    .loading .center .line .load_line{
        height: 100%;
    }

    .Loader_frame__XYs2Q .Loader_corner__lenoI{
        width: 15px;
        height: 15px;
    }

    .banner .swiper .back img{
        display: none;
    }
    .banner .swiper .back img.sj_img{
        display: block!important;
    }

    .index6 .wrap .bottom {
        transform: scale(1.2);
        transform-origin: top;
    }
    .index5 .wrap .content{
        height: 40vh;
    }
}
