.banner {
    width: 100%;
    height: calc(100vh + 1600px);
    position: relative;
    transition: .3s ease;
    background: #080808;
}

.banner .jump {
    height: 100vh;
    position: relative;
}

.banner .fix {
    width: 100%;
    height: 100vh;
    position: relative;
}

.banner .position {
    position: absolute;
    bottom: 173px;
    width: 1480px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner .position .swiper-pagination {
    position: static;
    width: fit-content;
    display: flex;
}

.banner .position .swiper-pagination span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0) !important;
    background: transparent !important;
    opacity: 1 !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease;
}

.banner .position .swiper-pagination span:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #EEEEEE;
    border-radius: 50%;
}

@keyframes pathAnimate {
    0% {
        stroke-dashoffset: 157px;
    }
    100% {
        stroke-dashoffset: 19px;
    }
}

.banner .position .swiper-pagination span.swiper-pagination-bullet-active {
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
}

.banner .position .swiper-pagination span.swiper-pagination-bullet-active .path-loop {
    animation: pathAnimate .6s ease forwards;
}

.banner .position .swiper-pagination span svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130%;
    height: 130%;
}

.banner .position .swiper-pagination span svg .path-loop {
    stroke-dashoffset: 157px;
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    transition: 0.6s;
}

.banner .position .svg {
    display: none;
}

.banner .position .button {
    display: flex;
}

.banner .position .button .iconfont {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    cursor: pointer;
    transition: .6s ease;
    position: relative;
}

.banner .position .button .iconfont svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 122%;
    height: 122%;
}

.banner .position .button .iconfont svg .path-loop {
    stroke-dashoffset: 157px;
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 1px;
    transition: 0.6s ease;
}

.banner .position .button .iconfont:not(:last-child) {
    margin: 0 20px 0 0;
    transform: rotate(180deg);
}

.banner .position .button .iconfont:hover {
    color: #FFFFFF;
}

.banner .position .button .iconfont:hover svg .path-loop {
    stroke-dashoffset: 17px;
}

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

.banner .swiper .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    overflow: hidden;
}

.banner .swiper .swiper-slide .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 4;
}

.banner .swiper .swiper-slide .back {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.1);
    transition: cubic-bezier(0.77, 0, 0.175, 1) transform 2s;
    object-fit: cover;
}

.banner .swiper .swiper-slide .content {
    position: relative;
    z-index: 5;
    width: 1480px;
}

.banner .swiper .swiper-slide .content .text {
    position: relative;
}

.banner .swiper .swiper-slide .content .text .pick {
    font-family: 'Gilroy', sans-serif;
    font-weight: 300;
    font-size: 42px;
    color: #FFFFFF;
    margin: 0 0 47px;
}

.banner .swiper .swiper-slide .content .text .pick div {
    font-family: 'Gilroy l', sans-serif;
}

.banner .swiper .swiper-slide .content .text p {
    font-family: 'Gilroy', sans-serif;
    font-weight: bold;
    font-size: 60px;
    color: #FFFFFF;
    line-height: 76px;
}

.banner .swiper .swiper-slide .content .text p div {
    min-width: 8px !important;
    font-family: 'Gilroy', sans-serif;
}

.banner .swiper .swiper-slide.on .back {
    transform: scale(1);
}

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

.banner .swiper .swiper-slide.on .content .text > p div {
    transition: 1s;
    opacity: 1 !important;
    transform: translateX(0) !important;
}

.banner .swiper .swiper-slide.unset .content .text .pick div {
    transition-delay: unset !important;
}

.banner .swiper .swiper-slide.unset .content .text > p div {
    transition-delay: unset !important;
}

.banner.on .jump .fix .swiper, .banner.on .jump .fix .position {
    opacity: 0;
    pointer-events: none;
}

.banner.on .jump .index .wrap .title {
    transition: .6s ease;
    opacity: 1;
}

.banner.on .jump .index .wrap .title h1 {
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: .6s ease;
    transition-delay: .3s;
}

.index {
    z-index: 5;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none;
}

.index .fix_circle {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.index .fix_circle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: calc(50% - 180px);
    height: 100vh;
    background: #181818;
}

.index .fix_circle:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: calc(50% - 180px);
    height: 100vh;
    background: #181818;
}

.index .fix_circle .circle {
    width: 360px;
    height: 360px;
    border-radius: 50%;
    border: 40px solid #DD562E;
    margin: auto;
}

.index .wrap {
    width: 1480px;
    max-width: 90%;
    margin: 120px auto;
    transition: .6s ease;
}

.index .wrap .title {
    position: relative;
    opacity: 0;
}

.index .wrap .title .circle {
    width: 360px;
    height: 360px;
    border-radius: 50%;
    border: 40px solid #DD562E;
    margin: auto;
}

.index .wrap .title h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, calc(-50% + 10px));
    text-align: center;
    font-family: 'Gilroy l', sans-serif;
    font-size: 80px;
    color: #FFFFFF;
    width: 100%;
    opacity: 0;
}

.index .wrap .title.on {
    opacity: 1;
}

.index2 {
    background: #080808;
}

.index2 .wrap {
    width: 1480px;
    max-width: 90%;
    margin: auto;
    transition: .6s ease;
}

.index2 .wrap .text {
    width: 785px;
    margin: 79px auto 0;
    text-align: center;
}

.index2 .wrap .text h1 {
    font-weight: 500;
    font-size: 36px;
    color: #FFFFFF;
    margin: 0 0 44px;
}

.index2 .wrap .text p {
    font-weight: 300;
    font-size: 20px;
    color: #888888;
    line-height: 32px;
}

.index2 .wrap .figure {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 89px auto 71px;
}

.index2 .wrap .figure .item {
    text-align: center;
}

.index2 .wrap .figure .item:not(:last-child) {
    margin: 0 150px 0 0;
}

.index2 .wrap .figure .item span {
    width: fit-content;
    margin: auto;
    position: relative;
    font-family: 'Gilroy', sans-serif;
    font-weight: bold;
    font-size: 64px;
    color: #DD562E;
    display: block;
}

.index2 .wrap .figure .item span:after {
    content: attr(data-text);
    display: inline-block;
}

.index2 .wrap .figure .item span:before {
    content: attr(data-text2);
    font-size: 30px;
    color: #DD562E;
    position: absolute;
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    left: 110%;
    bottom: 10px;
}

.index2 .wrap .figure .item p {
    margin: 20px 0 0 0;
    font-weight: 300;
    font-size: 16px;
    color: #888888;
}

.index2 .wrap .common_more {
    margin: auto;
}

.index2 .wrap .picture {
    width: 100vw;
    height: 100vh;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 89px 0 0 0;
    border-radius: 13px;
    overflow: hidden;
    transform-origin: top;
    cursor: pointer;
}

.index2 .wrap .picture .img {
    width: 100%;
    height: 100%;
}

.index2 .wrap .picture .circle {
    width: 148px;
    height: 148px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.05);
    backdrop-filter: saturate(120%) blur(6px);
}

.index2 .wrap .picture .circle img {
    pointer-events: none;
}

.index2 .wrap .picture .circle .c_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.index2 .wrap .picture .circle .c_rote {
    position: absolute;
    width: 123px;
    height: 123px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: 12s roteAnimate infinite linear;
}

.index2 .wrap .picture .circle .iconfont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 23px;
    color: #fff;
}

.index3 {
    background: #333333;
    padding: 243px 0 207px 0;
    position: relative;
    z-index: 1;
}

.index3 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.index3 .circle_ {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
    animation: spin 6s infinite linear;
    transform-origin: 50% 45%;
    transition: .6s ease;
}

.index3 .circle_.circle1 {
    width: 650px;
    height: 650px;
    top: 25%;
    left: -15px;
}

.index3 .circle_.circle2 {
    width: 1405px;
    height: 1405px;
    top: -50px;
    left: -30px;
    animation: spin2 6s infinite linear;
}

.index3 .circle_.circle3 {
    width: 880px;
    height: 880px;
    left: 450px;
    bottom: -600px;
}

.index3 .circle_.circle4 {
    width: 1070px;
    height: 1070px;
    bottom: -200px;
    right: -600px;
    animation: spin2 6s infinite linear;
}

.index3 .wrap {
    width: 1480px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 56;
}

.index3 .wrap .left {
    width: 393px;
    position: relative;
}

.index3 .wrap .left .item {
    width: 100%;
    pointer-events: none;
}

.index3 .wrap .left .item:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.index3 .wrap .left .item h1 {
    font-family: 'Gilroy', sans-serif;
    font-weight: bold;
    font-size: 60px;
    color: #DD562E;
    margin: 0 0 28px;
    opacity: 0;
    transition: opacity 300ms, transform 600ms 300ms;
    transform: translate3d(20px, 0, 0);
}

.index3 .wrap .left .item .pick {
    font-weight: 300;
    font-size: 20px;
    color: #888888;
    line-height: 26px;
    margin: 0 0 42px;
    opacity: 0;
    transition: opacity 300ms, transform 600ms 400ms;
    transform: translate3d(20px, 0, 0);
}

.index3 .wrap .left .item .flex {
    margin: 0 0 59px;
    opacity: 0;
    transition: opacity 300ms, transform 600ms 500ms;
    transform: translate3d(20px, 0, 0);
}

.index3 .wrap .left .item .flex .list {
    display: flex;
    align-items: center;
    line-height: 38px;
}

.index3 .wrap .left .item .flex .list .circle {
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 50%;
    margin: 0 11px 0 0;
}

.index3 .wrap .left .item .flex .list p {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}

.index3 .wrap .left .item .flex .list p:nth-child(2) {
    min-width: 58px;
}

.index3 .wrap .left .item .flex .list p:last-child {
    margin: 0 0 0 25px;
}

.index3 .wrap .left .item .color {
    margin: 0 0 85px;
    opacity: 0;
    transition: opacity 300ms, transform 600ms 600ms;
    transform: translate3d(20px, 0, 0);
}

.index3 .wrap .left .item .color p {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}

.index3 .wrap .left .item .color .dis {
    margin: 25px 0 0 0;
    display: flex;
}

.index3 .wrap .left .item .color .dis .circle {
    width: 45px;
    height: 45px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #DD562E;
    cursor: pointer;
}

.index3 .wrap .left .item .color .dis .circle:first-child {
    background: #161819;
    margin: 0 30px 0 0;
}

.index3 .wrap .left .item .common_more {
    opacity: 0;
    transition: opacity 300ms, transform 600ms 700ms;
    transform: translate3d(20px, 0, 0);
}

.index3 .wrap .left .item.on {
    pointer-events: auto;
}

.index3 .wrap .left .item.on h1 {
    opacity: 1;
    transition-delay: 300ms;
    transform: translate3d(0%, 0, 0);
}

.index3 .wrap .left .item.on .pick {
    opacity: 1;
    transition-delay: 400ms;
    transform: translate3d(0%, 0, 0);
}

.index3 .wrap .left .item.on .flex {
    opacity: 1;
    transition-delay: 500ms;
    transform: translate3d(0%, 0, 0);
}

.index3 .wrap .left .item.on .color {
    opacity: 1;
    transition-delay: 600ms;
    transform: translate3d(0%, 0, 0);
}

.index3 .wrap .left .item.on .common_more {
    opacity: 1;
    transition-delay: 700ms;
    transform: translate3d(0%, 0, 0);
}

.index3 .wrap .center {
    position: relative;
}

.index3 .wrap .center .img {
    width: 339px;
    height: 630px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 300ms, transform 600ms 300ms;
    transform: translate3d(20px, 0, 0);
    pointer-events: none;
}

.index3 .wrap .center .img img.hide{
    opacity: 0;
    transition: 1s;
}
.index3 .wrap .center .img:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.index3 .wrap .center .img.on {
    opacity: 1;
    transition-delay: 300ms;
    transform: translate3d(0%, 0, 0);
    pointer-events: auto;
}

.index3 .wrap .cut .cut_list {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 70px;
    cursor: pointer;
    position: relative;
    transition: .6s;
}

.index3 .wrap .cut .cut_list:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -28px;
    width: 10px;
    height: 10px;
    background: #DD562E;
    border-radius: 50%;
    opacity: 0;
    transition: .6s ease;
}

.index3 .wrap .cut .cut_list.on {
    color: #DD562E;
}

.index3 .wrap .cut .cut_list.on:after {
    opacity: 1;
}

.index4 {
    padding: 133px 0;
}

.index4 .wrap {
    width: 1480px;
    margin: auto;
}

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

.index4 .wrap .top .title h1 {
    font-weight: 500;
    font-size: 48px;
    color: #FFFFFF;
    margin: 0 0 21px;
}

.index4 .wrap .top .title p {
    font-weight: 300;
    font-size: 20px;
    color: #888888;
}

.index4 .wrap .top .button {
    display: flex;
}

.index4 .wrap .top .button .iconfont {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: .3s ease;
}

.index4 .wrap .top .button .iconfont:hover {
    background: #fff;
    color: #DD562E;
    transform: scale(1.1);
}

.index4 .wrap .top .button .iconfont:not(:last-child) {
    margin: 0 20px 0 0;
    transform: rotate(180deg);
}

.index4 .wrap .top .button .iconfont:not(:last-child):hover {
    transform: rotate(180deg) scale(1.1);
}

.index4 .wrap .content {
    margin: 66px 0 0 0;
}

.index4 .wrap .content .indexCase {
    width: 2048px;
}

.index4 .wrap .content .indexCase .swiper-slide .item {
    width: 100%;
    height: 600px;
    position: relative;
    display: block;
    border-radius: 13px;
    overflow: hidden;
}

.index4 .wrap .content .indexCase .swiper-slide .item .img {
    width: 100%;
    transition: 1.5s;
}

.index4 .wrap .content .indexCase .swiper-slide .item .position {
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
    padding: 0 44px 0 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index4 .wrap .content .indexCase .swiper-slide .item .position .text h1 {
    font-weight: 400;
    font-size: 28px;
    color: #FFFFFF;
    margin: 0 0 20px;
}

.index4 .wrap .content .indexCase .swiper-slide .item .position .text p {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
}

.index4 .wrap .content .indexCase .swiper-slide .item .position .circle {
    width: 148px;
    height: 148px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.05);
    backdrop-filter: saturate(120%) blur(6px);
}

.index4 .wrap .content .indexCase .swiper-slide .item .position .circle img {
    pointer-events: none;
}

.index4 .wrap .content .indexCase .swiper-slide .item .position .circle .c_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.index4 .wrap .content .indexCase .swiper-slide .item .position .circle .c_rote {
    position: absolute;
    width: 123px;
    height: 123px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: 12s roteAnimate infinite linear;
}

.index4 .wrap .content .indexCase .swiper-slide .item .position .circle .iconfont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 23px;
    color: #fff;
}

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

.index5 {
    padding: 0 0 130px;
}

.index5 .wrap {
    width: 1480px;
    margin: auto;
}

.index5 .wrap .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 50px;
}

.index5 .wrap .title h1 {
    font-weight: 500;
    font-size: 48px;
    color: #FFFFFF;
}

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

.index5 .wrap .content .item {
    width: 458px;
    display: block;
}

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

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

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

.index5 .wrap .content .item .text .time {
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    margin: 0 0 30px;
}

.index5 .wrap .content .item .text .text {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
}

.index5 .wrap .content .item .text .text .headline{
  font-size: 16px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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

.index6 {
    position: relative;
    z-index: 1;
    padding: 149px 0 244px 0;
}

.index6 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.index6 .wrap {
    width: 1480px;
    max-width: 90%;
    margin: auto;
    text-align: center;
}

.index6 .wrap h6 {
    font-weight: 300;
    font-size: 24px;
    color: #FFFFFF;
}

.index6 .wrap h1 {
    font-weight: bold;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 48px;
    margin: 48px 0 43px 0;
}

.index6 .wrap .common_more {
    margin: auto;
}

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

@keyframes mixAnimate {
    100% {
        mix-blend-mode: multiply;
    }
}

@keyframes showOpacity {
    100% {
        opacity: 1;
    }
}

@keyframes scale1Animate {
    100% {
        transform: translate(-50%, -50%) scale(40);
    }
}

@keyframes scale2Animate {
    100% {
        transform: scale(0);
    }
}

.loading .img_animate {
    width: 70px;
}

@keyframes imgAnimate {
    100% {
        opacity: 0;
    }
}

.loading .img_animate svg {
    transform: rotate(90deg);
}

.loading .img_animate svg circle {
    fill: none;
    stroke-width: 15px;
    stroke: #DD562E;
    stroke-dashoffset: 173;
    stroke-dasharray: 173;
    transition: 2s linear;
}

.loading .img_animate .line {
    width: 100%;
    height: 13px;
    background: #DD562E;
    margin: 10px auto 0;
    transform: scaleX(0);
    transition: 2s linear;
    transform-origin: left;
}

.loading .position {
    width: 180px;
    height: 180px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    opacity: 0;
    transition: .6s;
}

.loading .position div {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background: #000;
}

.loading.on {
    animation: mixAnimate 1s 2s linear forwards;
}

.loading.on .img_animate {
    animation: imgAnimate .6s 2s linear forwards;
}

.loading.on .img_animate svg circle {
    stroke-dashoffset: 0;
}

.loading.on .img_animate .line {
    transform: scaleX(1);
}

.loading.on .position {
    animation: showOpacity .6s 2.5s linear forwards, scale1Animate 3s 3s ease forwards;
}

.loading.on .position div {
    animation: scale2Animate 1s 2s linear forwards;
}

.cursor {
    width: 148px;
    height: 148px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    transition: opacity .3s, color .4s;
    border-radius: 50%;
    pointer-events: none;
    backface-visibility: hidden;
}

.cursor .index2_circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 2;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.05);
    backdrop-filter: saturate(120%) blur(6px);
    transition: 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

.cursor .index2_circle img {
    pointer-events: none;
}

.cursor .index2_circle .c_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.cursor .index2_circle .c_rote {
    position: absolute;
    width: 123px;
    height: 123px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: 12s roteAnimate infinite linear;
}

.cursor .index2_circle .iconfont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 23px;
    color: #fff;
}

.cursor .index2_circle.on {
    transform: translate(-50%, -50%) scale(1);
}

@media screen and (max-width: 1919px) {
    .banner {
        width: 100%;
        height: calc(100vh + 1600px);
        position: relative;
        transition: .3s ease;
        background: #080808;
    }

    .banner .jump {
        height: 100vh;
        position: relative;
    }

    .banner .fix {
        width: 100%;
        height: 100vh;
        position: relative;
    }

    .banner .position {
        position: absolute;
        bottom: 9.0104166667vw;
        width: 77.0833333333vw;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .banner .position .swiper-pagination {
        position: static;
        width: fit-content;
        display: flex;
    }

    .banner .position .swiper-pagination span {
        width: 2.0833333333vw;
        height: 2.0833333333vw;
        border-radius: 50%;
        border: 0.1041666667vw solid rgba(255, 255, 255, 0) !important;
        background: transparent !important;
        opacity: 1 !important;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .6s ease;
    }

    .banner .position .swiper-pagination span:after {
        content: '';
        display: inline-block;
        width: 0.3125vw;
        height: 0.3125vw;
        background: #EEEEEE;
        border-radius: 50%;
    }

    @keyframes pathAnimate {
        0% {
            stroke-dashoffset: 157px;
        }
        100% {
            stroke-dashoffset: 19px;
        }
    }
    .banner .position .swiper-pagination span.swiper-pagination-bullet-active {
        border: 0.1041666667vw solid rgba(255, 255, 255, 0.2) !important;
    }

    .banner .position .swiper-pagination span.swiper-pagination-bullet-active .path-loop {
        animation: pathAnimate .6s ease forwards;
    }

    .banner .position .swiper-pagination span svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 130%;
        height: 130%;
    }

    .banner .position .swiper-pagination span svg .path-loop {
        stroke-dashoffset: 157px;
        fill: none;
        stroke: #fff;
        stroke-miterlimit: 10;
        stroke-width: 0.1041666667vw;
        transition: 0.6s;
    }

    .banner .position .svg {
        display: none;
    }

    .banner .position .button {
        display: flex;
    }

    .banner .position .button .iconfont {
        width: 2.8125vw;
        height: 2.8125vw;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.8333333333vw;
        border: 1px solid rgba(255, 255, 255, 0.3);
        color: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        cursor: pointer;
        transition: .6s ease;
        position: relative;
    }

    .banner .position .button .iconfont svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 122%;
        height: 122%;
    }

    .banner .position .button .iconfont svg .path-loop {
        stroke-dashoffset: 157px;
        fill: none;
        stroke: #fff;
        stroke-miterlimit: 10;
        stroke-width: 1px;
        transition: 0.6s ease;
    }

    .banner .position .button .iconfont:not(:last-child) {
        margin: 0 1.0416666667vw 0 0;
        transform: rotate(180deg);
    }

    .banner .position .button .iconfont:hover {
        color: #FFFFFF;
    }

    .banner .position .button .iconfont:hover svg .path-loop {
        stroke-dashoffset: 17px;
    }

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

    .banner .swiper .swiper-slide {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        overflow: hidden;
    }

    .banner .swiper .swiper-slide .mask {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.2);
        z-index: 4;
    }

    .banner .swiper .swiper-slide .back {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transform: scale(1.1);
        transition: cubic-bezier(0.77, 0, 0.175, 1) transform 2s;
        object-fit: cover;
    }

    .banner .swiper .swiper-slide .content {
        position: relative;
        z-index: 5;
        width: 77.0833333333vw;
    }

    .banner .swiper .swiper-slide .content .text {
        position: relative;
    }

    .banner .swiper .swiper-slide .content .text .pick {
        font-family: 'Gilroy', sans-serif;
        font-weight: 300;
        font-size: 2.1875vw;
        color: #FFFFFF;
        margin: 0 0 2.4479166667vw;
    }

    .banner .swiper .swiper-slide .content .text .pick div {
        font-family: 'Gilroy l', sans-serif;
    }

    .banner .swiper .swiper-slide .content .text p {
        font-family: 'Gilroy', sans-serif;
        font-weight: bold;
        font-size: 3.125vw;
        color: #FFFFFF;
        line-height: 3.9583333333vw;
    }

    .banner .swiper .swiper-slide .content .text p div {
        min-width: 8px !important;
        font-family: 'Gilroy', sans-serif;
    }

    .banner .swiper .swiper-slide.on .back {
        transform: scale(1);
    }

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

    .banner .swiper .swiper-slide.on .content .text > p div {
        transition: 1s;
        opacity: 1 !important;
        transform: translateX(0) !important;
    }

    .banner .swiper .swiper-slide.unset .content .text .pick div {
        transition-delay: unset !important;
    }

    .banner .swiper .swiper-slide.unset .content .text > p div {
        transition-delay: unset !important;
    }

    .banner.on .jump .fix .swiper, .banner.on .jump .fix .position {
        opacity: 0;
        pointer-events: none;
    }

    .banner.on .jump .index .wrap .title {
        transition: .6s ease;
        opacity: 1;
    }

    .banner.on .jump .index .wrap .title h1 {
        transform: translate(-50%, -50%);
        opacity: 1;
        transition: .6s ease;
        transition-delay: .3s;
    }

    .index {
        z-index: 5;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translateY(-50%);
        pointer-events: none;
    }

    .index .fix_circle {
        position: absolute;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 5;
        display: flex;
        align-items: center;
        justify-content: center;
        display: none;
    }

    .index .fix_circle:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: calc(50% - 9.375vw);
        height: 100vh;
        background: #181818;
    }

    .index .fix_circle:before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: calc(50% - 9.375vw);
        height: 100vh;
        background: #181818;
    }

    .index .fix_circle .circle {
        width: 18.75vw;
        height: 18.75vw;
        border-radius: 50%;
        border: 40px solid #DD562E;
        margin: auto;
    }

    .index .wrap {
        width: 77.0833333333vw;
        max-width: 90%;
        margin: 6.25vw auto;
        transition: .6s ease;
    }

    .index .wrap .title {
        position: relative;
        opacity: 0;
    }

    .index .wrap .title .circle {
        width: 18.75vw;
        height: 18.75vw;
        border-radius: 50%;
        border: 2.0833333333vw solid #DD562E;
        margin: auto;
    }

    .index .wrap .title h1 {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, calc(-50% + 10px));
        text-align: center;
        font-family: 'Gilroy l', sans-serif;
        font-size: 4.1666666666666666666666666666667vw;
        color: #FFFFFF;
        width: 100%;
        opacity: 0;
    }

    .index .wrap .title.on {
        opacity: 1;
    }

    .index2 {
        background: #080808;
    }

    .index2 .wrap {
        width: 77.0833333333vw;
        max-width: 90%;
        margin: auto;
        transition: .6s ease;
    }

    .index2 .wrap .text {
        width: 40.8854166667vw;
        margin: 4.1145833333vw auto 0;
        text-align: center;
    }

    .index2 .wrap .text h1 {
        font-weight: 500;
        font-size: 1.875vw;
        color: #FFFFFF;
        margin: 0 0 2.2916666667vw;
    }

    .index2 .wrap .text p {
        font-weight: 300;
        font-size: 1.0416666667vw;
        color: #888888;
        line-height: 1.6666666667vw;
    }

    .index2 .wrap .figure {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 4.6354166667vw auto 3.6979166667vw;
    }

    .index2 .wrap .figure .item {
        text-align: center;
    }

    .index2 .wrap .figure .item:not(:last-child) {
        margin: 0 7.8125vw 0 0;
    }

    .index2 .wrap .figure .item span {
        width: fit-content;
        margin: auto;
        position: relative;
        font-family: 'Gilroy', sans-serif;
        font-weight: bold;
        font-size: 3.3333333333vw;
        color: #DD562E;
        display: block;
    }

    .index2 .wrap .figure .item span:after {
        content: attr(data-text);
        display: inline-block;
    }

    .index2 .wrap .figure .item span:before {
        content: attr(data-text2);
        font-size: 1.5625vw;
        color: #DD562E;
        position: absolute;
        font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
        left: 110%;
        bottom: 0.5208333333vw;
    }

    .index2 .wrap .figure .item p {
        margin: 1.0416666667vw 0 0 0;
        font-weight: 300;
        font-size: 0.8333333333vw;
        color: #888888;
    }

    .index2 .wrap .common_more {
        margin: auto;
    }

    .index2 .wrap .picture {
        width: 100vw;
        height: 100vh;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 4.6354166667vw 0 0 0;
        border-radius: 0.6770833333vw;
        overflow: hidden;
        transform-origin: top;
        cursor: pointer;
    }

    .index2 .wrap .picture .img {
        width: 100%;
        height: 100%;
    }

    .index2 .wrap .picture .circle {
        width: 7.7083333333vw;
        height: 7.7083333333vw;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        cursor: pointer;
        background: rgba(0, 0, 0, 0.05);
        backdrop-filter: saturate(120%) blur(6px);
    }

    .index2 .wrap .picture .circle img {
        pointer-events: none;
    }

    .index2 .wrap .picture .circle .c_bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .index2 .wrap .picture .circle .c_rote {
        position: absolute;
        width: 6.40625vw;
        height: 6.40625vw;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        animation: 12s roteAnimate infinite linear;
    }

    .index2 .wrap .picture .circle .iconfont {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 1.1979166667vw;
        color: #fff;
    }

    .index3 {
        background: #333333;
        padding: 12.65625vw 0 10.78125vw 0;
        position: relative;
        z-index: 1;
    }

    .index3 .bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .index3 .circle_ {
        position: absolute;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 50%;
        pointer-events: none;
        z-index: 1;
        animation: spin 6s infinite linear;
        transform-origin: 50% 45%;
        transition: .6s ease;
    }

    .index3 .circle_.circle1 {
        width: 33.8541666667vw;
        height: 33.8541666667vw;
        top: 25%;
        left: -0.78125vw;
    }

    .index3 .circle_.circle2 {
        width: 73.1770833333vw;
        height: 73.1770833333vw;
        top: -2.6041666667vw;
        left: -1.5625vw;
        animation: spin2 6s infinite linear;
    }

    .index3 .circle_.circle3 {
        width: 45.8333333333vw;
        height: 45.8333333333vw;
        left: 23.4375vw;
        bottom: -31.25vw;
    }

    .index3 .circle_.circle4 {
        width: 55.7291666667vw;
        height: 55.7291666667vw;
        bottom: -10.4166666667vw;
        right: -31.25vw;
        animation: spin2 6s infinite linear;
    }

    .index3 .wrap {
        width: 77.0833333333vw;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        z-index: 56;
    }

    .index3 .wrap .left {
        width: 20.46875vw;
        position: relative;
    }

    .index3 .wrap .left .item {
        width: 100%;
        pointer-events: none;
    }

    .index3 .wrap .left .item:not(:first-child) {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .index3 .wrap .left .item h1 {
        font-family: 'Gilroy', sans-serif;
        font-weight: bold;
        font-size: 3.125vw;
        color: #DD562E;
        margin: 0 0 1.4583333333vw;
        opacity: 0;
        transition: opacity 300ms, transform 600ms 300ms;
        transform: translate3d(20px, 0, 0);
    }

    .index3 .wrap .left .item .pick {
        font-weight: 300;
        font-size: 1.0416666667vw;
        color: #888888;
        line-height: 1.3541666667vw;
        margin: 0 0 2.1875vw;
        opacity: 0;
        transition: opacity 300ms, transform 600ms 400ms;
        transform: translate3d(20px, 0, 0);
    }

    .index3 .wrap .left .item .flex {
        margin: 0 0 3.0729166667vw;
        opacity: 0;
        transition: opacity 300ms, transform 600ms 500ms;
        transform: translate3d(20px, 0, 0);
    }

    .index3 .wrap .left .item .flex .list {
        display: flex;
        align-items: center;
        line-height: 1.9791666667vw;
    }

    .index3 .wrap .left .item .flex .list .circle {
        width: 0.4166666667vw;
        height: 0.4166666667vw;
        background: #FFFFFF;
        border-radius: 50%;
        margin: 0 0.5729166667vw 0 0;
    }

    .index3 .wrap .left .item .flex .list p {
        font-weight: 400;
        font-size: 0.9375vw;
        color: #FFFFFF;
    }

    .index3 .wrap .left .item .flex .list p:nth-child(2) {
        min-width: 3.0208333333vw;
    }

    .index3 .wrap .left .item .flex .list p:last-child {
        margin: 0 0 0 1.3020833333vw;
    }

    .index3 .wrap .left .item .color {
        margin: 0 0 4.4270833333vw;
        opacity: 0;
        transition: opacity 300ms, transform 600ms 600ms;
        transform: translate3d(20px, 0, 0);
    }

    .index3 .wrap .left .item .color p {
        font-weight: 400;
        font-size: 0.9375vw;
        color: #FFFFFF;
    }

    .index3 .wrap .left .item .color .dis {
        margin: 1.3020833333vw 0 0 0;
        display: flex;
    }

    .index3 .wrap .left .item .color .dis .circle {
        width: 2.34375vw;
        height: 2.34375vw;
        background: #FFFFFF;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.0416666667vw;
        color: #DD562E;
        cursor: pointer;
    }

    .index3 .wrap .left .item .color .dis .circle:first-child {
        background: #161819;
        margin: 0 1.5625vw 0 0;
    }

    .index3 .wrap .left .item .common_more {
        opacity: 0;
        transition: opacity 300ms, transform 600ms 700ms;
        transform: translate3d(20px, 0, 0);
    }

    .index3 .wrap .left .item.on {
        pointer-events: auto;
    }

    .index3 .wrap .left .item.on h1 {
        opacity: 1;
        transition-delay: 300ms;
        transform: translate3d(0%, 0, 0);
    }

    .index3 .wrap .left .item.on .pick {
        opacity: 1;
        transition-delay: 400ms;
        transform: translate3d(0%, 0, 0);
    }

    .index3 .wrap .left .item.on .flex {
        opacity: 1;
        transition-delay: 500ms;
        transform: translate3d(0%, 0, 0);
    }

    .index3 .wrap .left .item.on .color {
        opacity: 1;
        transition-delay: 600ms;
        transform: translate3d(0%, 0, 0);
    }

    .index3 .wrap .left .item.on .common_more {
        opacity: 1;
        transition-delay: 700ms;
        transform: translate3d(0%, 0, 0);
    }

    .index3 .wrap .center {
        position: relative;
    }

    .index3 .wrap .center .img {
        width: 17.65625vw;
        height: 32.8125vw;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 300ms, transform 600ms 300ms;
        transform: translate3d(20px, 0, 0);
        pointer-events: none;
    }

    .index3 .wrap .center .img img.hide {
        opacity: 0;
        transition: 1s;
    }

    .index3 .wrap .center .img:not(:first-child) {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .index3 .wrap .center .img.on {
        opacity: 1;
        transition-delay: 300ms;
        transform: translate3d(0%, 0, 0);
        pointer-events: auto;
    }

    .index3 .wrap .cut .cut_list {
        font-weight: 400;
        font-size: 0.9375vw;
        color: #fff;
        line-height: 3.6458333333vw;
        cursor: pointer;
        position: relative;
        transition: .6s;
    }

    .index3 .wrap .cut .cut_list:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -28px;
        width: 0.5208333333vw;
        height: 0.5208333333vw;
        background: #DD562E;
        border-radius: 50%;
        opacity: 0;
        transition: .6s ease;
    }

    .index3 .wrap .cut .cut_list.on {
        color: #DD562E;
    }

    .index3 .wrap .cut .cut_list.on:after {
        opacity: 1;
    }

    .index4 {
        padding: 6.9270833333vw 0;
    }

    .index4 .wrap {
        width: 77.0833333333vw;
        margin: auto;
    }

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

    .index4 .wrap .top .title h1 {
        font-weight: 500;
        font-size: 2.5vw;
        color: #FFFFFF;
        margin: 0 0 1.09375vw;
    }

    .index4 .wrap .top .title p {
        font-weight: 300;
        font-size: 1.0416666667vw;
        color: #888888;
    }

    .index4 .wrap .top .button {
        display: flex;
    }

    .index4 .wrap .top .button .iconfont {
        width: 2.8125vw;
        height: 2.8125vw;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.3);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.8333333333vw;
        color: rgba(255, 255, 255, 0.3);
        cursor: pointer;
        transition: .3s ease;
    }

    .index4 .wrap .top .button .iconfont:hover {
        background: #fff;
        color: #DD562E;
        transform: scale(1.1);
    }

    .index4 .wrap .top .button .iconfont:not(:last-child) {
        margin: 0 1.0416666667vw 0 0;
        transform: rotate(180deg);
    }

    .index4 .wrap .top .button .iconfont:not(:last-child):hover {
        transform: rotate(180deg) scale(1.1);
    }

    .index4 .wrap .content {
        margin: 3.4375vw 0 0 0;
    }

    .index4 .wrap .content .indexCase {
        width: 106.6666666667vw;
    }

    .index4 .wrap .content .indexCase .swiper-slide .item {
        width: 100%;
        height: 31.25vw;
        position: relative;
        display: block;
        border-radius: 0.6770833333vw;
        overflow: hidden;
    }

    .index4 .wrap .content .indexCase .swiper-slide .item .img {
        width: 100%;
        transition: 1.5s;
    }

    .index4 .wrap .content .indexCase .swiper-slide .item .position {
        position: absolute;
        bottom: 1.5625vw;
        width: 100%;
        left: 0;
        padding: 0 2.2916666667vw 0 3.125vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .index4 .wrap .content .indexCase .swiper-slide .item .position .text h1 {
        font-weight: 400;
        font-size: 1.4583333333vw;
        color: #FFFFFF;
        margin: 0 0 1.0416666667vw;
    }

    .index4 .wrap .content .indexCase .swiper-slide .item .position .text p {
        font-weight: 400;
        font-size: 1.0416666667vw;
        color: #FFFFFF;
    }

    .index4 .wrap .content .indexCase .swiper-slide .item .position .circle {
        width: 7.7083333333vw;
        height: 7.7083333333vw;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
        cursor: pointer;
        background: rgba(0, 0, 0, 0.05);
        backdrop-filter: saturate(120%) blur(6px);
    }

    .index4 .wrap .content .indexCase .swiper-slide .item .position .circle img {
        pointer-events: none;
    }

    .index4 .wrap .content .indexCase .swiper-slide .item .position .circle .c_bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .index4 .wrap .content .indexCase .swiper-slide .item .position .circle .c_rote {
        position: absolute;
        width: 6.40625vw;
        height: 6.40625vw;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        animation: 12s roteAnimate infinite linear;
    }

    .index4 .wrap .content .indexCase .swiper-slide .item .position .circle .iconfont {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 1.1979166667vw;
        color: #fff;
    }

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

    .index6 {
        position: relative;
        z-index: 1;
        padding: 7.7604166667vw 0 12.7083333333vw 0;
    }

    .index6 .bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .index6 .wrap {
        width: 77.0833333333vw;
        max-width: 90%;
        margin: auto;
        text-align: center;
    }

    .index6 .wrap h6 {
        font-weight: 300;
        font-size: 1.25vw;
        color: #FFFFFF;
    }

    .index6 .wrap h1 {
        font-weight: bold;
        font-size: 1.6666666667vw;
        color: #FFFFFF;
        line-height: 2.5vw;
        margin: 2.5vw 0 2.2395833333vw 0;
    }

    .index6 .wrap .common_more {
        margin: auto;
    }

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

    @keyframes mixAnimate {
        100% {
            mix-blend-mode: multiply;
        }
    }
    @keyframes showOpacity {
        100% {
            opacity: 1;
        }
    }
    @keyframes scale1Animate {
        100% {
            transform: translate(-50%, -50%) scale(40);
        }
    }
    @keyframes scale2Animate {
        100% {
            transform: scale(0);
        }
    }
    .loading .img_animate {
        width: 3.6458333333vw;
    }

    @keyframes imgAnimate {
        100% {
            opacity: 0;
        }
    }
    .loading .img_animate svg {
        transform: rotate(90deg);
    }

    .loading .img_animate svg circle {
        fill: none;
        stroke-width: 0.78125vw;
        stroke: #DD562E;
        stroke-dashoffset: 173;
        stroke-dasharray: 173;
        transition: 2s linear;
    }

    .loading .img_animate .line {
        width: 100%;
        height: 0.6770833333vw;
        background: #DD562E;
        margin: 0.5208333333vw auto 0;
        transform: scaleX(0);
        transition: 2s linear;
        transform-origin: left;
    }

    .loading .position {
        width: 9.375vw;
        height: 9.375vw;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        z-index: 5;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        opacity: 0;
        transition: .6s;
    }

    .loading .position div {
        width: 5.4166666667vw;
        height: 5.4166666667vw;
        border-radius: 50%;
        background: #000;
    }

    .loading.on {
        animation: mixAnimate 1s 2s linear forwards;
    }

    .loading.on .img_animate {
        animation: imgAnimate .6s 2s linear forwards;
    }

    .loading.on .img_animate svg circle {
        stroke-dashoffset: 0;
    }

    .loading.on .img_animate .line {
        transform: scaleX(1);
    }

    .loading.on .position {
        animation: showOpacity .6s 2.5s linear forwards, scale1Animate 3s 3s ease forwards;
    }

    .loading.on .position div {
        animation: scale2Animate 1s 2s linear forwards;
    }

    .cursor {
        width: 7.7083333333vw;
        height: 7.7083333333vw;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        transition: opacity .3s, color .4s;
        border-radius: 50%;
        pointer-events: none;
        backface-visibility: hidden;
    }

    .cursor .index2_circle {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0);
        z-index: 2;
        cursor: pointer;
        background: rgba(0, 0, 0, 0.05);
        backdrop-filter: saturate(120%) blur(6px);
        transition: 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    }

    .cursor .index2_circle img {
        pointer-events: none;
    }

    .cursor .index2_circle .c_bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .cursor .index2_circle .c_rote {
        position: absolute;
        width: 6.40625vw;
        height: 6.40625vw;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        animation: 12s roteAnimate infinite linear;
    }

    .cursor .index2_circle .iconfont {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 1.1979166667vw;
        color: #fff;
    }

    .cursor .index2_circle.on {
        transform: translate(-50%, -50%) scale(1);
    }

    /*# sourceMappingURL=index.css.map */
}

/*# sourceMappingURL=index.css.map */
@media screen and (max-width: 1024px) {
    .banner .swiper .swiper-slide .content .text .pick{
        font-size: 18px;
        margin: 0 0 15px;
    }
    .banner .swiper .swiper-slide .content .text .pick div{
        min-width: 5px!important;
    }
    .banner .swiper .swiper-slide .content{
        width: 90%;
    }
    .banner .swiper .swiper-slide .content .text p{
        font-size: 27px;
        line-height: 1.3;
    }
    .banner{
        height: auto;
    }
    .banner .jump{
        transform: none!important;
        height: auto;
    }
    .banner .jump .fix{
        height: 133.33333333333333333333333333333vw;
    }
    .index .wrap .title{
        opacity: 1;
    }
    .index .wrap .title h1{
        opacity: 1!important;
        transform: translate(-50%, -50%);
    }
    .banner .fix{
        clip-path: unset!important;
        height: 100%;
    }
    .index{
        position: static;
        transform: none;
        pointer-events: auto;
    }
    .index .wrap .title .circle{
        width: 36vw;
        height: 36vw;
        border: 15px solid #DD562E;
    }
    .index .wrap .title h1{
        font-size: 20px;
    }
    .index .wrap{
        width: 90%;
        margin: 40px auto 15px;
    }
    .index2 .wrap .text{
        width: 100%;
    }

    .index2 .wrap{
        width: 90%;
    }

    .index2 .wrap .text h1{
        font-size: 16px;
        margin: 0 0 15px;
    }

    .index2 .wrap .text p{
        font-size: 14px;
        line-height: 1.6;
    }

    .index2 .wrap .figure{
        margin: 25px auto;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
    }
    .index2 .wrap .figure .item{
        margin: 0!important;
    }
    .index2 .wrap .figure .item span{
        font-size: 32px;
    }
    .index2 .wrap .figure .item p{
        margin: 10px 0 0 0;
        font-size: 12px;
    }
    .index2 .wrap .picture{
        width: 90%;
        height: auto;
        margin: 35px auto;
        left: 0;
        border-radius: 10px!important;
        transform: none!important;
    }
    .banner .position .swiper-pagination span {
        width: 30px;
        height: 30px;
        border: 2px solid rgba(255, 255, 255, 0) !important;
    }
    .banner .position .swiper-pagination span svg .path-loop {
        stroke-width: 2px;
    }
    .banner .position .swiper-pagination span:after {
        width: 6px;
        height: 6px;
    }
    .banner .position{
        width: 90%;
        bottom: 5%;
    }
    .banner .position .button .iconfont {
        width: 45px;
        height: 45px;
        font-size: 16px;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
    .banner .position .button .iconfont:not(:last-child) {
        margin: 0 20px 0 0;
    }

    .index3{
        padding: 35px 0;
    }
    .index3 .wrap{
        width: 90%;
        flex-direction: column-reverse;
    }
    .index3 .wrap .left{
        width: 100%;
    }
    .index3 .wrap .left .item h1{
        font-size: 28px;
        margin: 0 0 10px;
    }
    .index3 .wrap .left .item .pick{
        font-size: 16px;
        line-height: 1.2;
        margin: 0 0 10px;
    }
    .index3 .wrap .left .item .flex .list{
        line-height: 38px;
    }
    .index3 .wrap .left .item .flex .list .circle {
        width: 8px;
        height: 8px;
        margin: 0 11px 0 0;
    }
    .index3 .wrap .left .item .flex .list p:last-child {
        margin: 0 0 0 25px;
    }
    .index3 .wrap .left .item .flex .list p:nth-child(2) {
        min-width: 58px;
    }
    .index3 .wrap .left .item .flex .list p {
        font-size: 14px;
    }
    .index3 .wrap .left .item .flex {
        margin: 0 0 25px;
    }
    .index3 .wrap .left .item .color p {
        font-size: 16px;
    }
    .index3 .wrap .left .item .color .dis {
        margin: 25px 0 0 0;
    }
    .index3 .wrap .left .item .color .dis .circle {
        width: 45px;
        height: 45px;
        font-size: 15px;
    }
    .index3 .wrap .center{
        width: 60%;
        margin: 25px 0;
    }
    .index3 .wrap .left .item .color{
        margin: 0 0 30px;
    }
    .index3 .wrap .center .img{
        width: 100% !important;
        height: auto;
    }
    .index3 .wrap .cut{
        width: 100%;
        padding: 0 0 0 5%;
    }
    .index3 .wrap .cut .cut_list {
        font-size: 14px;
        line-height: 40px;
    }
    .index3 .wrap .cut .cut_list:after {
        left: -20px;
        width: 7px;
        height: 7px;
    }

    .index4{
        padding: 35px 0;
    }
    .index4 .wrap{
        width: 90%;
    }
    .index4 .wrap .top .title h1 {
        font-size: 26px;
        margin: 0 0 10px;
    }
    .index4 .wrap .top .title p {
        font-size: 12px;
    }
    .index4 .wrap .top{
        flex-direction: column;
        align-items: unset;
    }
    .index4 .wrap .top .button {
        margin: 20px 0 0 0;
    }
    .index4 .wrap .top .button .iconfont {
        width: 45px;
        height: 45px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        font-size: 16px;
    }
    .index4 .wrap .top .button .iconfont:not(:last-child) {
        margin: 0 20px 0 0;
    }
    .index4 .wrap .content {
        margin: 20px 0 0 0;
    }
    .index4 .wrap .content .indexCase{
        width: 100%;
    }
    .index4 .wrap .content .indexCase .swiper-slide .item{
        height: auto;
    }
    .index4 .wrap .content .indexCase .swiper-slide .item .position {
        position: static;
        bottom: 5%;
        width: 100%;
        left: 0;
        padding: 0;
        flex-direction: column;
        align-items: unset;
    }
    .index4 .wrap .content .indexCase .swiper-slide .item .position .text{
        margin: 25px 0 0 0;
    }
    .index4 .wrap .content .indexCase .swiper-slide .item .position .text h1 {
        font-size: 18px;
        line-height: 1.2;
        margin: 0 0 10px;
    }
    .index4 .wrap .content .indexCase .swiper-slide .item .position .text p {
        font-size: 12px;
    }
    .index4 .wrap .content .indexCase .swiper-slide .item .position .circle {
        width: 90px;
        height: 90px;
        margin: 20px 0 0 0;
    }
    .index4 .wrap .content .indexCase .swiper-slide .item .position .circle .c_rote {
        width: 80px;
        height: 80px;
    }
    .index4 .wrap .content .indexCase .swiper-slide .item .position .circle .iconfont {
        font-size: 23px;
    }

    .index6{
        padding: 70px 0;
    }
    .index6 .wrap h6 {
        font-size: 16px;
    }
    .index6 .wrap{
        width: 90%;
    }
    .index6 .wrap h1 {
        font-size: 24px;
        line-height: 1.3;
        margin: 30px 0 30px 0;
    }
    .loading .img_animate{
        width: 70px;
    }
    .loading .img_animate svg circle {
        stroke-width: 15px;
    }
    .loading .img_animate .line {
        height: 13px;
        margin: 10px auto 0;
    }


    .banner .swiper .swiper-slide .back{
        display: none;
    }
    .banner .swiper .swiper-slide .back.sj_back{
        display: block!important;
    }
    .banner .swiper .swiper-slide.on .back.sj_back{
        display: block!important;
    }

    .index2 .wrap .figure .item span:before{
        font-size: 16px;
    }

}
