.common_more {
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin: auto
}

.common_more:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 15px;
    background: #EA5520;
    filter: blur(10px);
    transform: rotate(45deg);
    z-index: -1;
    transition: .6s ease
}

.common_more > div p {
    font-size: 12px;
    color: #fff;
    margin: 0 0 2px
}

.common_more > div > div {
    width: 0;
    height: 0;
    margin: auto;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #fff
}

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

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

.banner .swiper .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 238px;
    z-index: 1;
    overflow: hidden
}

.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: 100%
}

.banner .swiper .swiper-slide .content.content4 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    top: 232px
}

.banner .swiper .swiper-slide .content.content4 .more {
    margin: 65px auto 0
}

.banner .swiper .swiper-slide .content.black .pick p, .banner .swiper .swiper-slide .content.black .pick .eng {
    color: #333333
}

.banner .swiper .swiper-slide .content.black .more .dis p, .banner .swiper .swiper-slide .content.black .more .dis .iconfont {
    color: #333333
}

.banner .swiper .swiper-slide .content.last_content {
    top: 22vh !important
}

.banner .swiper .swiper-slide .content.last_content .last_p1 {
    font-size: 70px;
    line-height: unset;
    margin: 0 0 20px
}

.banner .swiper .swiper-slide .content.last_content .last_p2 {
    font-size: 52px;
    line-height: unset
}

.banner .swiper .swiper-slide .content.last_content .last_p2 span {
    color: #EA5520
}

.banner .swiper .swiper-slide .content.center {
    top: 0
}

.banner .swiper .swiper-slide .content.center .pick {
    text-align: center
}

.banner .swiper .swiper-slide .content .pick {
    width: 100%;
    position: relative
}

.banner .swiper .swiper-slide .content .pick p {
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 64px
}

.banner .swiper .swiper-slide .content .pick p.color {
    font-weight: bold;
    color: #EA5520
}

.banner .swiper .swiper-slide .content .pick p.no_bold {
    font-weight: normal
}

.banner .swiper .swiper-slide .content .pick .eng {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    margin: 19px 0 0 0;
    text-transform: uppercase;
    letter-spacing: 1px
}

.banner .swiper .swiper-slide .content .pick .eng div {
    font-family: 'DINCond-Bold', sans-serif
}

.banner .swiper .swiper-slide .content .more {
    width: fit-content;
    display: flex;
    align-items: center;
    margin: 60px 0 0 0;
    position: relative;
    z-index: 3;
    opacity: 0
}

.banner .swiper .swiper-slide .content .more:after {
    content: '';
    position: absolute;
    width: 36px;
    height: 36px;
    background: #EA5520;
    border-radius: 8px;
    transform: rotate(45deg);
    z-index: -1;
    transition: transform .3s .3s ease, width .3s ease, border-radius .3s ease
}

.banner .swiper .swiper-slide .content .more .color {
    display: none
}

.banner .swiper .swiper-slide .content .more:hover:after {
    transition: transform .3s ease, width .3s .3s ease, border-radius .3s .3s ease;
    transform: rotate(0deg);
    width: 136px;
    border-radius: 35px
}

.banner .swiper .swiper-slide .content .more .dis {
    display: flex;
    align-items: center;
    position: relative;
    transform: translateX(20px)
}

.banner .swiper .swiper-slide .content .more .dis p {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin: 0 5px 0 0;
    transition: .4s ease
}

.banner .swiper .swiper-slide .content .more .dis .iconfont {
    color: #fff;
    font-size: 14px;
    transition: .4s ease
}

.banner .swiper .swiper-slide .content .more:hover .dis p, .banner .swiper .swiper-slide .content .more:hover .dis .iconfont {
    color: #fff !important
}

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

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

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

.banner .swiper .swiper-slide.on .content .more {
    opacity: 1;
    transition: 1s
}

.banner .swiper .swiper-slide.on .content .more .color {
    opacity: 1;
    transform: translateX(0) rotate(45deg);
    transition: 1s
}

.banner .swiper .swiper-slide.on .content .more .dis {
    opacity: 1;
    transition-delay: .5s;
    transition: 1s
}

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

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

.banner .swiper .swiper-pagination {
    bottom: 44px
}

.banner .swiper .swiper-pagination span {
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 2px;
    margin: 0 25px 0 0 !important;
    opacity: 1 !important;
    transform: rotate(45deg);
    transition: .3s ease
}

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

.banner .swiper .swiper-pagination span.swiper-pagination-bullet-active {
    background: #EA5520;
    transform: scale(1.53) rotate(45deg)
}

.banner .other {
    position: absolute;
    padding: 0 154px;
    bottom: 70px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.banner .other .pagination {
    display: flex;
    align-items: center
}

.banner .other .pagination p {
    font-size: 16px;
    font-family: PingFang SC r;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.5
}

.banner .other .pagination p:first-child {
    opacity: 1;
    font-family: PingFang SC b
}

.banner .other .pagination .line {
    width: 120px;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 10px
}

.banner .other .pagination .line div {
    width: 0;
    height: 1px;
    background: #E6000F;
    display: none
}

.banner .other .pagination .line div.on {
    display: block;
    animation: 3.5s width linear forwards
}

.banner .other .center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 88px;
    height: 88px
}

.banner .other .center img {
    width: 100%;
    height: 100%;
    animation: 15s rote infinite linear
}

.banner .other .center .border {
    width: 21px;
    height: 32px;
    background: rgba(234, 94, 9, 0);
    border: 1px solid #fff;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.banner .other .center .border div {
    width: 2px;
    height: 9px;
    background: #fff;
    top: -6px;
    animation: down 1s infinite linear
}

.banner .other .button {
    display: flex;
    align-items: center
}

.banner .other .button .circle {
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.7s;
    cursor: pointer
}

.banner .other .button .circle:not(:last-child) {
    margin: 0 20px 0 0
}

.banner .other .button .circle:not(:last-child) .iconfont {
    transform: rotate(180deg)
}

.banner .other .button .circle .iconfont {
    color: #FFFFFF;
    font-size: 14px;
    transition: 0.7s
}

.banner .other .button .circle:hover {
    background: #E6000F;
    border: 1px solid #E6000F
}

.banner .other .button .circle:hover .iconfont {
    color: #FFFFFF
}

.index3 {
    height: calc(100vh + 2500px)
}

.index3 .each_svg circle.block {
    opacity: 1 !important
}

.index3 .fix {
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.index3 .mask {
    position: absolute;
    width: 100%;
    height: calc(100vh + 1px);
    top: -1px;
    left: 0;
    z-index: 999;
    pointer-events: none
}

.index3 .mask .scale {
    width: 100%;
    height: 100%
}

.index3 .mask svg, .index3 .mask img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.index3 .mask svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.index3 .mask.on {
    opacity: 1
}

.index3 .scaleAnimate {
    transform: scale(0);
    transition: 3s;
    transform-origin: center
}

@keyframes pathAnimate {
    0% {
        stroke-dashoffset: 1555
    }
    100% {
        stroke-dashoffset: 0
    }
}

.index3 .end_more {
    width: 1480px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 98px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 54
}

.index3 .end_more .common_more {
    margin: 0;
    transform: scale(0.9)
}

.index3 .fist_section {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 5;
    overflow: hidden
}

.index3 .fist_section .aos {
    width: 100%;
    height: 100%;
    position: relative
}

.index3 .fist_section .aos .browse {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8vh;
    z-index: 9999;
    transition: .6s ease
}

.index3 .fist_section .aos .browse.opacity {
    opacity: 0
}

.index3 .fist_section .aos .browse .bor {
    width: 25px;
    height: 37px;
    border-radius: 12px;
    border: 1px solid #EA5520;
    display: flex;
    justify-content: center;
    margin: 0 auto 14px
}

@keyframes divAnimate {
    0% {
        transform: translateY(0);
        opacity: 1
    }
    70% {
        transform: translateY(15px);
        opacity: 0
    }
    100% {
        transform: translateY(15px);
        opacity: 0
    }
}

.index3 .fist_section .aos .browse .bor div {
    width: 3px;
    height: 8px;
    background: #EA5520;
    margin: 5px 0 0 0;
    animation: divAnimate 1s linear infinite
}

.index3 .fist_section .aos .browse .bor p {
    font-weight: 400;
    font-size: 14px;
    color: #EA5520
}

.index3 .fist_section .aos.aos-animate .each_svg .scaleAnimate {
    transform: scale(1)
}

.index3 .fist_section .aos.aos-animate .wrap1 .content .position .point {
    opacity: 1
}

.index3 .fist_section .img_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9.2vw;
    z-index: 9999
}

.index3 .fist_section .img_center.on {
    opacity: 0
}

.index3 .fist_section.opacity {
    background: transparent
}

.index3 .fist_section.opacity .wrap1 {
    opacity: 0;
    pointer-events: none
}

.index3 .wrap1 {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 52
}

.index3 .wrap1 .title {
    width: 1440px;
    margin: auto;
    font-weight: 500;
    font-size: 38px;
    color: #111111;
    position: relative;
    top: 20vh
}

.index3 .wrap1 .title_pick {
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    width: 1440px;
    margin: auto;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 36px
}

.index3 .wrap1 .content {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0
}

.index3 .wrap1 .content .position {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none
}

.index3 .wrap1 .content .position .point {
    position: absolute;
    pointer-events: auto;
    cursor: pointer;
    opacity: 0;
    transition: 1s;
    transition-delay: 3s
}

.index3 .wrap1 .content .position .point.on .circle {
    background: #EA5520
}

.index3 .wrap1 .content .position .point.on .circle .iconfont {
    color: #fff
}

.index3 .wrap1 .content .position .point.on .text {
    color: #EA5520
}

.index3 .wrap1 .content .position .point .text {
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    position: absolute;
    bottom: 120%;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    transition: .6s ease
}

.index3 .wrap1 .content .position .point .circle {
    width: 64px;
    height: 64px;
    background: #FFFFFF;
    border-radius: 32px;
    border: 1px solid #e5ab95;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease
}

.index3 .wrap1 .content .position .point .circle .iconfont {
    font-size: 26px;
    color: #EA5520;
    transition: .6s ease
}

.index3 .wrap1 .content .position .point.point1 {
    top: 25vh;
    left: 50%;
    transform: translateX(-50%)
}

.index3 .wrap1 .content .position .point.point2 {
    top: 50%;
    transform: translateY(-50%);
    right: 37vw
}

.index3 .wrap1 .content .position .point.point2 .text {
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
    left: 120%
}

.index3 .wrap1 .content .position .point.point3 {
    bottom: 24vh;
    left: 50%;
    transform: translateX(-50%)
}

.index3 .wrap1 .content .position .point.point3 .text {
    bottom: unset;
    top: 120%
}

.index3 .wrap1 .content .position .point.point4 {
    top: 50%;
    transform: translateY(-50%);
    left: 37vw
}

.index3 .wrap1 .content .position .point.point4 .text {
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
    left: unset;
    right: 120%
}

.index3 .wrap1 .content .svg {
    width: 100%;
    height: 100%;
    transition: 3s
}

.index3 .wrap1 .content .svg circle {
    opacity: 0
}

.index3 .wrap1 .content .svg circle.block {
    opacity: 1 !important
}

.index3 .index_map {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0
}

.index_map {
    position: relative
}

.index_map .last {
    height: 100vh;
    width: 100%;
    position: relative;
    z-index: 1
}

.index_map .last .img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.index_map .last .position {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.index_map .last .position .point {
    position: absolute;
    opacity: 0;
    transition: .6s
}

.index_map .last .position .point.on {
    opacity: 1
}

.index_map .last .position .point .chufa {
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-45deg);
    z-index: 5;
    cursor: pointer;
    position: relative
}

.index_map .last .position .point .chufa > div:first-child {
    width: 32px;
    height: 32px;
    background: #EA5520;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.index_map .last .position .point .chufa > div:first-child svg {
    width: 20px;
    height: 20px;
    transform: rotate(45deg)
}

.index_map .last .position .point .chufa:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 15px;
    z-index: -1;
    animation: 1s scaleAnimate2 infinite linear;
    pointer-events: none
}

.index_map .last .position .point.left .position {
    top: 0;
    left: unset;
    right: 100%
}

.index_map .last .position .point.left .position > div {
    transform: translate(-30px, -50px)
}

.index_map .last .position .point:hover {
    z-index: 6
}

.index_map .last .position .point:hover .position {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0)
}

.index_map .last .position .point .position {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    transform: translateX(10px);
    transition: 1s;
    width: 420px;
    height: 260px
}

.index_map .last .position .point .position > div {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 7px 7px 20px 0px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    transform: translate(30px, -50px);
    padding: 40px 35px
}

.index_map .last .position .point .position > div h1 {
    font-weight: 500;
    font-size: 20px;
    color: #111111;
    margin: 0 0 20px
}

.index_map .last .position .point .position > div .text {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.index_map .last .position .point .position > div .more {
    width: fit-content;
    display: flex;
    align-items: center;
    margin: 38px 0 0 0;
    position: relative;
    z-index: 3
}

.index_map .last .position .point .position > div .more:after {
    content: '';
    position: absolute;
    width: 36px;
    height: 36px;
    background: #EA5520;
    border-radius: 8px;
    transform: rotate(45deg);
    z-index: -1;
    transition: transform .3s .3s ease, width .3s ease, border-radius .3s ease
}

.index_map .last .position .point .position > div .more .color {
    display: none
}

.index_map .last .position .point .position > div .more:hover:after {
    transition: transform .3s ease, width .3s .3s ease, border-radius .3s .3s ease;
    transform: rotate(0deg);
    width: 136px;
    border-radius: 35px
}

.index_map .last .position .point .position > div .more:hover .dis p, .index_map .last .position .point .position > div .more:hover .dis .iconfont {
    color: #fff;
    transition-delay: .3s
}

.index_map .last .position .point .position > div .more .dis {
    display: flex;
    align-items: center;
    position: relative;
    transform: translateX(20px)
}

.index_map .last .position .point .position > div .more .dis p {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    margin: 0 5px 0 0;
    transition: .4s ease
}

.index_map .last .position .point .position > div .more .dis .iconfont {
    color: #000;
    font-size: 14px;
    transition: .4s ease
}

@keyframes scaleAnimate2 {
    0% {
        opacity: .5;
        transform: scale(1)
    }
    100% {
        opacity: 0;
        transform: scale(1.7)
    }
}

.index_map .last .position .point.point1 {
    top: 89.479167vh;
    left: 12.125vw
}

.index_map .last .position .point.point1 .position {
    top: -91px;
    left: 100%
}

.index_map .last .position .point.point2 {
    top: 53.895833vh;
    left: 23.875vw
}

.index_map .last .position .point.point3 {
    top: 47.145833vh;
    left: 47.145833vw
}

.index_map .last .position .point.point4 {
    top: 34.6875vh;
    left: 57.395833vw
}

.index_map .last .position .point.point5 {
    top: 63.6875vh;
    left: 74.395833vw
}

.index_map .last .position .point.point6 {
    top: 83.6875vh;
    left: 49.395833vw
}

.index_map .last .position .point.point6 .position {
    top: -91px;
    left: 100%
}

.index_map .last .position .point.point7 {
    top: 39.6875vh;
    left: 76.395833vw
}

.index_map .last .position .point.point8 {
    top: 31.6875vh;
    left: 29.395833vw
}

.index_map .last .position .point.point9 {
    top: 12.6875vh;
    left: 55.395833vw
}

.index_news {
    padding: 117px 0 110px 0;
    background: #fff;
    position: relative;
    z-index: 3
}

.index_news .wrap {
    width: 1720px;
    margin: auto
}

.index_news .wrap .title {
    font-weight: 500;
    font-size: 40px;
    font-family: 'OPPOSans m', sans-serif;
    color: #111111;
    margin: 0 0 81px;
    text-align: center
}

.index_news .wrap .content .newsSwiper {
    width: 100%
}

.index_news .wrap .content .newsSwiper .swiper-slide .item {
    width: 391px;
    border-top: 1px solid rgba(62, 58, 57, 0.05);
    padding: 42px 0 0 0;
    position: relative;
    z-index: 1;
    display: block;
    transition: .3s ease;
    overflow: hidden;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px
}

.index_news .wrap .content .newsSwiper .swiper-slide .item:hover {
    border-radius: 20px;
    border-top: 1px solid transparent
}

.index_news .wrap .content .newsSwiper .swiper-slide .item:hover .after {
    opacity: 1
}

.index_news .wrap .content .newsSwiper .swiper-slide .item:hover .after img {
    transform: rotate(180deg)
}

.index_news .wrap .content .newsSwiper .swiper-slide .item:hover h1 {
    padding: 0 30px;
    color: #fff
}

.index_news .wrap .content .newsSwiper .swiper-slide .item:hover .time, .index_news .wrap .content .newsSwiper .swiper-slide .item:hover .img {
    opacity: 0
}

.index_news .wrap .content .newsSwiper .swiper-slide .item:hover .position {
    opacity: 1
}

.index_news .wrap .content .newsSwiper .swiper-slide .item .after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(-45deg, #EA5520 0%, rgba(234, 85, 32, 0.4) 100%);
    opacity: 0;
    transition: .6s ease
}

.index_news .wrap .content .newsSwiper .swiper-slide .item .after img {
    width: 609px;
    height: 609px;
    opacity: .5;
    position: absolute;
    top: 47px;
    left: 73px;
    max-width: fit-content;
    max-height: fit-content;
    filter: grayscale(1) brightness(5);
    transform: rotate(160deg);
    transition: 1s ease
}

.index_news .wrap .content .newsSwiper .swiper-slide .item .position {
    position: absolute;
    bottom: 43px;
    left: 0;
    width: 100%;
    padding: 0 30px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    opacity: 0;
    transition: .6s ease
}

.index_news .wrap .content .newsSwiper .swiper-slide .item .position .time2 {
    font-family: 'OPPOSans m', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF
}

.index_news .wrap .content .newsSwiper .swiper-slide .item .position svg {
    width: 50px;
    height: 50px
}

.index_news .wrap .content .newsSwiper .swiper-slide .item h1 {
    font-family: 'OPPOSans m', sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #3E3A39;
    line-height: 31px;
    transition: .6s ease;
    margin: 0 0 61px;
    height: 62px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index_news .wrap .content .newsSwiper .swiper-slide .item .time {
    font-family: 'OPPOSans m', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #999999;
    margin: 0 0 42px;
    transition: .6s ease
}

.index_news .wrap .content .newsSwiper .swiper-slide .item .img {
    width: 100%;
    height: 230px;
    transition: .6s ease
}

.index_news .wrap .content .newsSwiper .swiper-slide .item .img img {
    width: 100%;
    height: 100%
}

.index_news .wrap .content .button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 70px 0 0 0
}

.index_news .wrap .content .button .circle {
    width: 57px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    cursor: pointer
}

.index_news .wrap .content .button .circle:hover:after {
    background: #EA5520
}

.index_news .wrap .content .button .circle:hover .iconfont {
    color: #fff
}

.index_news .wrap .content .button .circle:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #F2F2F2;
    border-radius: 8px;
    z-index: -1;
    transition: .6s ease
}

.index_news .wrap .content .button .circle .iconfont {
    color: #EA5520;
    font-size: 20px;
    transition: .6s ease
}

.index_news .wrap .content .button .circle:first-child {
    margin: 0 40px 0 0
}

.index_news .wrap .content .button .circle:first-child .iconfont {
    transform: rotate(-180deg)
}

.index_coo {
    padding: 100px 0;
    position: relative;
    background: #fff;
    z-index: 3
}

.index_coo .wrap {
    width: 1700px;
    margin: auto
}

.index_coo .wrap .title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

.index_coo .wrap .title h1 {
    font-family: 'OPPOSans m', sans-serif;
    font-weight: 500;
    font-size: 36px;
    color: #111111;
    line-height: 44px
}

.index_coo .wrap .title .pick {
    width: 655px;
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    line-height: 32px
}

.index_coo .wrap .common_more {
    margin: 80px auto 0
}

.index_coo .wrap .content {
    margin: 90px 0 0 0;
    display: grid;
    grid-template-columns:repeat(6, 1fr);
    border: 1px solid #E6E1E1;
    border-bottom: none;
    border-right: none
}

.index_coo .wrap .content .item {
    width: 100%;
    height: 164px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #E6E1E1;
    border-right: 1px solid #E6E1E1;
    position: relative;
    z-index: 1;
    cursor: pointer
}

.index_coo .wrap .content .item img {
    transition: .6s ease
}

.index_coo .wrap .content .item:hover img {
    transform: scale(1.1);
    filter: grayscale(1) brightness(5)
}

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

.index_coo .wrap .content .item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #EA5520;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
    transition: 1s cubic-bezier(0.75, 0.24, 0.23, 1.02)
}

.newIndex1 {
    position: relative;
    height: 100vh;
    z-index: 1;
    background: #fff
}

.newIndex1 .bgCut {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle
}

.newIndex1 .bgCut .img_list {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: 1s;
    width: 100%;
    height: 100%
}

.newIndex1 .bgCut .img_list.on {
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    height: 100%
}

.newIndex1 .bgCut img, .newIndex1 .bgCut video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.newIndex1 .top {
    position: absolute;
    width: 1440px;
    left: 50%;
    top: 180px;
    transform: translateX(-50%);
    z-index: 2
}

.newIndex1 .top .title_cut {
    position: relative
}

.newIndex1 .top .title_cut .title_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    transition: opacity .4s, transform .5s .4s;
    pointer-events: none;
    transform: translateY(20px);
    opacity: 0
}

.newIndex1 .top .title_cut .title_list.on {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    transition-delay: .3s
}

.newIndex1 .top .title_cut .title_list:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
}

.newIndex1 .top .title_cut .title_list .title {
    font-weight: 200;
    font-size: 44px;
    color: #001111;
    line-height: 52px
}

.newIndex1 .top .title_cut .title_list .title span {
    color: #EA5520;
    font-family: 'OPPOSans b', sans-serif
}

.newIndex1 .top .title_cut .title_list .text {
    width: 607px;
    height: 96px;
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    line-height: 32px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.newIndex1 .bottom {
    width: 1250px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    bottom: 100px;
    display: flex;
    gap: 0 10px
}

.newIndex1 .bottom .item {
    height: 152px;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    transition: width .3s ease-in-out, box-shadow .3s ease-in-out, -ms-flex .6s, -ms-flex .6s, flex .6s;
    position: relative;
    border-radius: 15px;
    box-shadow: 0px 0px 40px 0px rgba(55, 20, 8, 0.2);
    opacity: 0.95;
    overflow: hidden;
    z-index: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer
}

.newIndex1 .bottom .item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(-90deg, #fff, #EA5520);
    opacity: 0;
    transition: .6s ease
}

.newIndex1 .bottom .item .line {
    width: 161px;
    height: 161px;
    position: absolute;
    max-width: fit-content;
    max-height: fit-content;
    top: 7px;
    left: -4px;
    z-index: 1;
    filter: grayscale(1) brightness(5);
    opacity: 0;
    pointer-events: none
}

.newIndex1 .bottom .item .p1 {
    font-weight: 500;
    font-size: 18px;
    color: #3E3A39;
    position: absolute;
    left: 0;
    padding: 0 5%;
    z-index: 2;
    bottom: 30px;
    text-align: center;
    width: 100%;
    transition: .6s ease
}

.newIndex1 .bottom .item .joke {
    width: 100%;
    height: 100%;
    padding: 40px 44px 38px 33px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.newIndex1 .bottom .item .joke .color {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transform: translate(16px, -20px);
    transition: .6s ease
}

.newIndex1 .bottom .item .joke .color .img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    transition: .3s ease
}

.newIndex1 .bottom .item .joke .color .img:nth-child(2) {
    opacity: 0
}

.newIndex1 .bottom .item .joke .color:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    background: #fff;
    border-radius: 10px;
    opacity: 0;
    transition: .6s ease
}

.newIndex1 .bottom .item .joke .color:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(234, 85, 32, 0.1));
    z-index: 1;
    transition: .6s ease
}

.newIndex1 .bottom .item .joke .text {
    width: 228px;
    opacity: 0;
    transition: .6s ease;
    position: absolute;
    left: 128px
}

.newIndex1 .bottom .item .joke .text h1 {
    font-weight: 500;
    font-size: 18px;
    color: #111111;
    margin: 0 0 15px;
    font-family: 'OPPOSans m', sans-serif
}

.newIndex1 .bottom .item .joke .text p {
    font-weight: 400;
    font-size: 12px;
    color: rgba(17, 17, 17, 0.8);
    line-height: 20px
}

.newIndex1 .bottom .item.on {
    -ms-flex: 2.5;
    flex: 2.5
}

.newIndex1 .bottom .item.on:after {
    opacity: 1
}

.newIndex1 .bottom .item.on .line {
    opacity: 1
}

.newIndex1 .bottom .item.on .p1 {
    opacity: 0;
    transition: unset
}

.newIndex1 .bottom .item.on .joke .color {
    transform: translate(0)
}

.newIndex1 .bottom .item.on .joke .color:after {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(-45deg)
}

.newIndex1 .bottom .item.on .joke .color:before {
    opacity: 0
}

.newIndex1 .bottom .item.on .joke .color .img:nth-child(1) {
    opacity: 0
}

.newIndex1 .bottom .item.on .joke .color .img:nth-child(2) {
    opacity: 1
}

.newIndex1 .bottom .item.on .joke .text {
    opacity: 1;
    transition-delay: .2s
}

.newIndex2 {
    padding: 140px 0 132px 0;
    background: #fff;
    position: relative;
    z-index: 2
}

.newIndex2 .bg {
    position: absolute;
    width: 721px;
    max-width: unset;
    max-height: unset;
    top: -78px;
    left: 0;
    z-index: -1
}

.newIndex2 .wrap {
    width: 1440px;
    margin: auto
}

.newIndex2 .wrap .top {
    display: flex;
    justify-content: space-between;
    padding: 0 0 103px
}

.newIndex2 .wrap .top .l {
    width: 717px
}

.newIndex2 .wrap .top .l .title {
    font-weight: 400;
    font-size: 36px;
    color: #111111;
    line-height: 48px;
    margin: 0 0 50px
}

.newIndex2 .wrap .top .l .title b {
    font-family: 'OPPOSans b', sans-serif;
    font-weight: normal
}

.newIndex2 .wrap .top .l .text {
    font-weight: 400;
    font-size: 16px;
    color: #777777;
    line-height: 32px;
    margin: 0 0 113px
}

.newIndex2 .wrap .top .l .more {
    width: fit-content;
    display: flex;
    align-items: center;
    margin: 38px 0 0 0;
    position: relative;
    z-index: 3
}

.newIndex2 .wrap .top .l .more:after {
    content: '';
    position: absolute;
    width: 36px;
    height: 36px;
    background: #EA5520;
    border-radius: 8px;
    transform: rotate(45deg);
    z-index: -1;
    transition: transform .3s .3s ease, width .3s ease, border-radius .3s ease
}

.newIndex2 .wrap .top .l .more .color {
    display: none
}

.newIndex2 .wrap .top .l .more:hover:after {
    transition: transform .3s ease, width .3s .3s ease, border-radius .3s .3s ease;
    transform: rotate(0deg);
    width: 136px;
    border-radius: 35px
}

.newIndex2 .wrap .top .l .more:hover .dis p, .newIndex2 .wrap .top .l .more:hover .dis .iconfont {
    color: #fff;
    transition-delay: .3s
}

.newIndex2 .wrap .top .l .more .dis {
    display: flex;
    align-items: center;
    position: relative;
    transform: translateX(20px)
}

.newIndex2 .wrap .top .l .more .dis p {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    margin: 0 5px 0 0;
    transition: .4s ease
}

.newIndex2 .wrap .top .l .more .dis .iconfont {
    color: #000;
    font-size: 14px;
    transition: .4s ease
}

.newIndex2 .wrap .top .figure {
    width: 560px
}

.newIndex2 .wrap .top .figure .item {
    width: 100%;
    height: 130px;
    position: relative;
    display: flex;
    align-items: center;
    background: rgba(234, 85, 32, 0);
    border-radius: 10px;
    border: 1px solid rgba(234, 85, 32, 0.5);
    padding: 0 0 0 56px;
    z-index: 1;
    cursor: pointer
}

.newIndex2 .wrap .top .figure .item:nth-child(2) .circle .iconfont {
    transform: scale(0.85)
}

.newIndex2 .wrap .top .figure .item:hover {
    border: 1px solid transparent
}

.newIndex2 .wrap .top .figure .item:hover:after {
    opacity: 1
}

.newIndex2 .wrap .top .figure .item:hover .circle .img {
    opacity: 1;
    transition-delay: .3s
}

.newIndex2 .wrap .top .figure .item:hover .circle:after {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(-45deg)
}

.newIndex2 .wrap .top .figure .item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 10px;
    background-image: linear-gradient(to right, #EA5520, transparent);
    opacity: 0;
    transition: .6s ease
}

.newIndex2 .wrap .top .figure .item:not(:last-child) {
    margin: 0 0 20px
}

.newIndex2 .wrap .top .figure .item .circle {
    margin: 0 158px 0 0;
    position: relative;
    z-index: 1
}

.newIndex2 .wrap .top .figure .item .circle .img {
    width: 151px;
    height: 151px;
    position: absolute;
    max-width: fit-content;
    max-height: fit-content;
    top: -41px;
    left: -41px;
    z-index: -1;
    filter: grayscale(1) brightness(5);
    opacity: 0;
    transition: .6s ease
}

.newIndex2 .wrap .top .figure .item .circle:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0);
    background: #FEFDFC;
    border-radius: 12px;
    z-index: -1;
    opacity: 0;
    transition: .6s ease
}

.newIndex2 .wrap .top .figure .item .circle .iconfont {
    font-size: 46px;
    color: #EA5520
}

.newIndex2 .wrap .top .figure .item .pick span {
    font-weight: bold;
    font-size: 40px;
    color: #EA5520;
    margin: 0 0 11px;
    position: relative
}

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

.newIndex2 .wrap .top .figure .item .pick p {
    font-weight: 400;
    font-size: 16px;
    color: #3E3A39
}

.newIndex2 .wrap .bottom {
    padding: 25px 0 0 0;
    position: relative
}

.newIndex2 .wrap .bottom.aos-animate:after {
    transform: scaleX(1)
}

.newIndex2 .wrap .bottom:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.15);
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: 2s
}

.newIndex2 .wrap .bottom .pick {
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    margin: 0 0 49px
}

.newIndex2 .wrap .bottom .images {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.newIndex2 .wrap .bottom .images img {
    filter: grayscale(100%);
    opacity: .5;
    transition: .6s ease;
    cursor: pointer
}

.newIndex2 .wrap .bottom .images img:hover {
    filter: grayscale(0);
    transform: scale(1.05);
    opacity: 1
}

.newIndex3 {
    height: 100vh;
    position: relative;
    z-index: 2
}

.newIndex3 .fix {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh
}

.newIndex3 .content {
    position: absolute;
    width: 1440px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

.newIndex3 .content .title {
    font-weight: 300;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 52px;
    margin: 0 0 52px
}

.newIndex3 .content .cut {
    width: 656px;
    position: relative;
    margin: 0 0 116px
}

.newIndex3 .content .cut .cut_list {
    position: relative;
    width: 100%;
    pointer-events: none
}

.newIndex3 .content .cut .cut_list:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
}

.newIndex3 .content .cut .cut_list h1 {
    font-weight: bold;
    font-size: 30px;
    color: #EA5520;
    margin: 0 0 21px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s, transform 0.6s .4s
}

.newIndex3 .content .cut .cut_list .text {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 32px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s, transform 0.6s .4s
}

.newIndex3 .content .cut .cut_list.on {
    pointer-events: auto
}

.newIndex3 .content .cut .cut_list.on h1 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s
}

.newIndex3 .content .cut .cut_list.on .text {
    transition-delay: .5s;
    transform: translateY(0);
    opacity: 1
}

.newIndex3 .content .more {
    width: fit-content;
    display: flex;
    align-items: center;
    margin: 38px 0 0 0;
    position: relative;
    z-index: 3
}

.newIndex3 .content .more:after {
    content: '';
    position: absolute;
    width: 36px;
    height: 36px;
    background: #EA5520;
    border-radius: 8px;
    transform: rotate(45deg);
    z-index: -1;
    transition: transform .3s .3s ease, width .3s ease, border-radius .3s ease
}

.newIndex3 .content .more .color {
    display: none
}

.newIndex3 .content .more:hover:after {
    transition: transform .3s ease, width .3s .3s ease, border-radius .3s .3s ease;
    transform: rotate(0deg);
    width: 136px;
    border-radius: 35px
}

.newIndex3 .content .more:hover .dis p, .newIndex3 .content .more:hover .dis .iconfont {
    color: #fff
}

.newIndex3 .content .more .dis {
    display: flex;
    align-items: center;
    position: relative;
    transform: translateX(20px)
}

.newIndex3 .content .more .dis p {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin: 0 5px 0 0;
    transition: .4s ease
}

.newIndex3 .content .more .dis .iconfont {
    color: #fff;
    font-size: 14px;
    transition: .4s ease
}

.newIndex3 .bottom_cut {
    position: absolute;
    bottom: 62px;
    left: 50%;
    transform: translateX(-50%);
    width: 1440px;
    z-index: 5;
    padding: 31px 0 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: flex
}

.newIndex3 .bottom_cut .line {
    width: 300px;
    height: 3px;
    background: #EA5520;
    position: absolute;
    top: -2px;
    left: 0;
    transition: .7s ease
}

.newIndex3 .bottom_cut .list {
    position: relative;
    color: #FFFFFF;
    width: 300px;
    font-weight: 500;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 46px;
    text-align: center;
    transition: .3s ease;
    cursor: pointer
}

.newIndex3 .bottom_cut .list.on {
    color: #fff;
    font-weight: bold
}

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

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

.fixed_new {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1
}

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

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

.newSolution {
    height: 100vh;
    background: #fff;
    position: relative;
    z-index: 2
}

.newSolution .fix {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh
}

.newSolution .fix .wrap {
    width: 800px;
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.newSolution .fix .wrap .joke .title {
    font-weight: 400;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 48px;
    margin: 0 0 82px
}

.newSolution .fix .wrap .joke .content {
    display: flex
}

.newSolution .fix .wrap .joke .content .line {
    width: 2px;
    height: auto;
    background: rgba(238, 229, 222, 0.1);
    margin: 16px 26px 0 0;
    overflow: hidden
}

.newSolution .fix .wrap .joke .content .line div {
    width: 100%;
    height: 143px;
    background: #EA5520
}

.newSolution .fix .wrap .joke .content .flex {
    width: 405px;
    position: relative;
    left: -40px
}

.newSolution .fix .wrap .joke .content .flex .list {
    height: 48px;
    overflow: hidden;
    transition: .6s ease;
    cursor: pointer
}

.newSolution .fix .wrap .joke .content .flex .list.on {
    height: 134px
}

.newSolution .fix .wrap .joke .content .flex .list.on h1 {
    color: #fff
}

.newSolution .fix .wrap .joke .content .flex .list.on h1:after {
    opacity: 1
}

.newSolution .fix .wrap .joke .content .flex .list.on p {
    opacity: 1
}

.newSolution .fix .wrap .joke .content .flex .list:not(:last-child) {
    margin: 0 0 73px
}

.newSolution .fix .wrap .joke .content .flex .list h1 {
    font-weight: 500;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 48px;
    margin: 0 0 30px;
    position: relative;
    padding: 0 0 0 38px
}

.newSolution .fix .wrap .joke .content .flex .list h1:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    left: 5px;
    width: 15px;
    height: 15px;
    background: #EA5520;
    border-radius: 3px;
    opacity: 0;
    transition: .6s ease
}

.newSolution .fix .wrap .joke .content .flex .list p {
    font-weight: 300;
    height: 56px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 28px;
    opacity: 0;
    transition: .6s ease;
    font-family: 'OPPOSans l', sans-serif;
    padding: 0 0 0 38px
}

.newSolution .fix .wrap:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(7, 9, 17, 0.15);
    backdrop-filter: blur(10px)
}

.newSolution .fix .bg_img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.newSolution .fix .bg_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: 1s
}

.newSolution .fix .bg_img img.on {
    opacity: 1;
    pointer-events: auto
}

@keyframes c {
    100% {
        transform: translateX(3.1770833333vw)
    }
}

@keyframes cA {
    100% {
        transform: translateX(3.1770833333vw) scale(3.8)
    }
}

@keyframes cA2 {
    100% {
        transform: translateX(3.1770833333vw) scale(3.8);
        opacity: 0
    }
}

@keyframes c2 {
    100% {
        transform: translateX(3.1770833333vw);
        opacity: 0
    }
}

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

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

@keyframes fist {
    100% {
        background: transparent
    }
}

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

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999999;
    overflow: hidden
}

.loading .load_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 52;
    opacity: 0;
    transition: .3s ease
}

.loading .load_mask img {
    width: 100%;
    height: 56.25vw;
    max-height: unset;
    object-fit: cover;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.loading.start .load_mask {
    transition: 1s;
    animation: load_mask .3s 2.8s ease forwards
}

.loading.start .fist {
    animation: fist .3s 3s ease forwards
}

.loading.start .fist .an1 {
    opacity: 1
}

.loading.start .fist .an1 .c {
    animation: 1s 1s c ease forwards, 1s 2s cA ease forwards, .3s 3s cA2 ease forwards
}

.loading.start .fist .an1 .c2 {
    animation: 1s 1s c2 ease forwards
}

.loading .fist {
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.loading .fist .an1 {
    width: 9.4270833333vw;
    height: 3.125vw;
    position: relative;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: 1s
}

.loading .fist .an1 .c {
    width: 3.125vw;
    position: relative;
    z-index: 5
}

.loading .fist .an1 .c2 {
    width: 5.625vw;
    margin: 0 0 0 .625vw
}

.loading .fist .an2 {
    position: absolute;
    width: 21.3020833333vw;
    top: 53%;
    left: 51.8%;
    transform: translate(-50%, -50%);
    opacity: 0
}

.header:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: -1px;
    left: 0;
    background: #fff;
    z-index: -1;
    opacity: 0;
    transition: .6s ease
}

.header.on {
    background: transparent
}

.header.on:after {
    opacity: 1
}

.last_index1 {
    height: calc(100vh + 2850px);
    position: relative;
    background: #fff
}

.last_index1 .fix {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 5
}

.last_index1 .fix .color_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    object-fit: contain;
    width: 967px;
    height: 967px;
    max-width: fit-content;
    max-height: fit-content
}

.last_index1 .fix .wrap {
    width: 90%;
    margin: auto;
    transition: .6s ease
}

.last_index1 .fix .wrap.hide .img_logo img {
    opacity: 0;
    /*transition: unset*/
}

.last_index1 .fix .wrap .title {
    font-weight: 400;
    font-size: 36px;
    color: #111111;
    line-height: 48px;
    text-align: center;
    height: 190px;
    margin-bottom: 80px;
    padding-top: 80px;
}

.last_index1 .fix .wrap .img_logo {
    width: 240px;
    height: 240px;
    margin: auto
}

.last_index1 .fix .wrap .img_logo img {
    width: 100%;
    transition: .6s ease
}

.last_index1 .fix .wrap .text {
    margin: 80px 0 0 0;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 30px
}

.last_index1 .fix .wrap .logo_h{
    height: 190px;
}

.last_index1 .fix .wrap .more {
    margin: 67px auto 0;
    width: 180px;
    height: 60px;
    background: #000000;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    transition: .6s ease
}

.last_index1 .fix .wrap .more:hover {
    background: #EA5421
}

.last_index1 .fix .animate {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none
}

.last_index1 .fix .animate.events {
    pointer-events: auto
}

.last_index1 .fix .animate.events .wrap2 .title {
    opacity: 1
}

.last_index1 .fix .animate.events .wrap2 .content .lastSwiper .swiper-slide .item .common_more {
    opacity: 1
}

.last_index1 .fix .animate.events .wrap2 .content .other {
    opacity: 1
}

.last_index1 .fix .animate.events .wrap2 .content .other .play {
    --scale: 1;
    opacity: 1;
    --x: 0;
    --y: 0
}

.last_index1 .fix .animate.events .wrap2 .content .other .bor {
    --scale: 1;
    opacity: 1;
    --x: 0;
    --y: 0
}

.last_index1 .fix .animate .wrap2 {
    margin: auto;
    width: 1440px;
    opacity: 0;
    position: relative
}

.last_index1 .fix .animate .wrap2.on {
    opacity: 1;
    transition: .6s ease
}

.last_index1 .fix .animate .wrap2 .title {
    font-weight: 800;
    font-size: 48px;
    color: #000000;
    margin: 0 0 55px;
    opacity: 0;
    transition: .6s ease;
    position: relative;
    top: 15px;
    width: fit-content;
    height: 65px;
}

.last_index1 .fix .animate .wrap2 .title p {
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    white-space: nowrap
}

.last_index1 .fix .animate .wrap2 .title p.on {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(10px);
    transition: 1s
}

.last_index1 .fix .animate .wrap2 .title p:not(:last-child) {
    position: absolute;
    top: 0;
    left: 0
}

.last_index1 .fix .animate .wrap2 .content {
    width: 100%
}

.last_index1 .fix .animate .wrap2 .content .lastSwiper {
    width: 200%;
    height: 600px
}

.last_index1 .fix .animate .wrap2 .content .lastSwiper .swiper-slide {
    left: -720px
}

.last_index1 .fix .animate .wrap2 .content .lastSwiper .swiper-slide.swiper-slide-active .item {
    opacity: 1
}

.last_index1 .fix .animate .wrap2 .content .lastSwiper .swiper-slide .item {
    width: 100%;
    height: 100%;
    transition: .6s ease;
    opacity: 0;
    display: block
}

.last_index1 .fix .animate .wrap2 .content .lastSwiper .swiper-slide .item.on {
    opacity: 1
}

.last_index1 .fix .animate .wrap2 .content .lastSwiper .swiper-slide .item .joke {
    height: 100%;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    transform: scale(0.5);
    /*clip-path: inset(var(--a) var(--b) var(--c) var(--d) round 30px);*/
    --d: 37%;
    --c: 32%;
    --b: 37%;
    --a: 8%;
    mask-image: url(/static/images/l1.svg);
    mask-size: 480px;
    mask-repeat: no-repeat;
    mask-position: center;
    pointer-events: none;
}

.last_index1 .fix .animate .wrap2 .content .lastSwiper .swiper-slide .item img, .last_index1 .fix .animate .wrap2 .content .lastSwiper .swiper-slide .item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none
}

.last_index1 .fix .animate .wrap2 .content .lastSwiper .swiper-slide .item .common_more {
    position: absolute;
    right: 47px;
    bottom: 32px;
    z-index: 2;
    opacity: 0;
    transition: .6s ease
}

.last_index1 .fix .animate .wrap2 .content .other {
    margin: 55px auto 0;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    height: 65px;
    transition: .6s
}

.last_index1 .fix .animate .wrap2 .content .other .play {
    width: 50px;
    height: 50px;
    background: #E1E2E6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 14px 0 0;
    cursor: pointer;
    position: relative;
    --scale: 0.08;
    --scale-x: 1;
    --scale-y: 1;
    opacity: 0;
    --x: 106px;
    --y: 138px;
    transform: translate3d(var(--x), var(--y), 0) scale(var(--scale)) scaleX(var(--scale-x)) scaleY(var(--scale-y));
    transform-origin: center center;
    will-change: transform;
    transition: 0.8s cubic-bezier(0.21, 0.51, 0.26, 1.35)
}

.last_index1 .fix .animate .wrap2 .content .other .play.on svg:first-child {
    opacity: 0
}

.last_index1 .fix .animate .wrap2 .content .other .play.on svg:nth-child(2) {
    opacity: 1
}

.last_index1 .fix .animate .wrap2 .content .other .play svg {
    width: 55px;
    height: 55px;
    fill: #fff
}

.last_index1 .fix .animate .wrap2 .content .other .play svg path {
    fill: #fff
}

.last_index1 .fix .animate .wrap2 .content .other .play svg:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0
}

.last_index1 .fix .animate .wrap2 .content .other .bor {
    width: fit-content;
    padding: 0 24px;
    height: 50px;
    background: #E1E2E6;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    --scale: 0.08;
    --scale-x: 1;
    --scale-y: 1;
    opacity: 0;
    --x: -43px;
    --y: 138px;
    transform: translate3d(var(--x), var(--y), 0) scale(var(--scale)) scaleX(var(--scale-x)) scaleY(var(--scale-y));
    transform-origin: center center;
    will-change: transform;
    transition: 0.8s cubic-bezier(0.21, 0.51, 0.26, 1.35)
}

.last_index1 .fix .animate .wrap2 .content .other .bor .swiper-pagination {
    position: static;
    width: fit-content;
    display: flex
}

.last_index1 .fix .animate .wrap2 .content .other .bor .swiper-pagination span {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    opacity: 1 !important;
    margin: 0 16px 0 0 !important;
    transition: border-radius 2s ease, width .3s ease;
    position: relative;
    overflow: hidden;
    display: block
}

.last_index1 .fix .animate .wrap2 .content .other .bor .swiper-pagination span .after {
    content: '';
    position: absolute;
    width: 0;
    height: 8px;
    background: #FFFFFF;
    border-radius: 4px;
    top: 0;
    left: 0
}

.last_index1 .fix .animate .wrap2 .content .other .bor .swiper-pagination span .after.pause {
    animation-play-state: paused
}

.last_index1 .fix .animate .wrap2 .content .other .bor .swiper-pagination span:last-child {
    margin: 0 !important
}

.last_index1 .fix .animate .wrap2 .content .other .bor .swiper-pagination span.swiper-pagination-bullet-active {
    width: 48px;
    border-radius: 4px;
    transition: border-radius .3s ease, width .3s ease
}

.last_index1 .fix .animate .wrap2 .content .other .bor .swiper-pagination span.on .after {
    animation: afterAnimate 3s linear forwards
}

@keyframes afterAnimate {
    100% {
        width: 100%
    }
}

.last_index2 {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.last_index2 .wrap {
    width: 1440px;
    margin: auto;
    position: relative;
    z-index: 5
}

.last_index2 .wrap .title {
    font-weight: 400;
    font-size: 36px;
    color: #000;
    line-height: 48px;
    margin: 0 0 300px
}

.last_index2 .wrap .content {
    position: relative
}

.last_index2 .wrap .content .item {
    width: 471px;
    pointer-events: none
}

.last_index2 .wrap .content .item.on {
    pointer-events: auto
}

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

.last_index2 .wrap .content .item.on > p {
    opacity: 1;
    transition-delay: 400ms;
    transform: translate3d(0%, 0, 0)
}

.last_index2 .wrap .content .item.on .more_joke {
    opacity: 1;
    transition-delay: 500ms;
    transform: translate3d(0%, 0, 0)
}

.last_index2 .wrap .content .item:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
}

.last_index2 .wrap .content .item h1 {
    font-weight: bold;
    font-size: 30px;
    color: #000;
    margin: 0 0 30px;
    opacity: 0;
    transition: opacity 300ms, transform 600ms 300ms;
    transform: translate3d(0, 20px, 0)
}

.last_index2 .wrap .content .item > p {
    font-weight: 400;
    font-size: 16px;
    color: #444;
    line-height: 28px;
    opacity: 0;
    transition: opacity 300ms, transform 600ms 400ms;
    transform: translate3d(0, 20px, 0);
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.last_index2 .wrap .content .item .more_joke {
    opacity: 0;
    transition: opacity 300ms, transform 600ms 500ms;
    transform: translate3d(0, 20px, 0)
}

.last_index2 .wrap .content .item .more {
    width: fit-content;
    display: flex;
    align-items: center;
    margin: 76px 0 0 0;
    position: relative;
    z-index: 3
}

.last_index2 .wrap .content .item .more:hover:after {
    transition: transform .3s ease, width .3s .3s ease, border-radius .3s .3s ease;
    transform: rotate(0deg);
    width: 136px;
    border-radius: 35px
}

.last_index2 .wrap .content .item .more:hover .dis p, .last_index2 .wrap .content .item .more:hover .dis .iconfont {
    color: #fff;
    transition-delay: .2s
}

.last_index2 .wrap .content .item .more::after {
    content: '';
    position: absolute;
    width: 36px;
    height: 36px;
    background: #EA5520;
    border-radius: 8px;
    transform: rotate(45deg);
    z-index: -1;
    transition: transform 0.3s 0.3s ease, width 0.3s ease, border-radius 0.3s ease
}

.last_index2 .wrap .content .item .more .color {
    display: none
}

.last_index2 .wrap .content .item .more .dis {
    display: flex;
    align-items: center;
    position: relative;
    transform: translateX(20px)
}

.last_index2 .wrap .content .item .more .dis p {
    font-weight: 400;
    font-size: 14px;
    color: #010101;
    margin: 0 5px 0 0;
    transition: 0.4s ease
}

.last_index2 .wrap .content .item .more .dis .iconfont {
    color: #010101;
    font-size: 14px;
    transition: 0.4s ease
}

.last_index2 .last2Swiper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.last_index2 .last2Swiper .swiper-slide img {
    width: 100%;
    height: 100%
}

.last_index2 .other {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex
}

.last_index2 .other.aos-animate .play {
    --scale: 1;
    opacity: 1;
    --x: 0;
    --y: 0
}

.last_index2 .other.aos-animate .bor {
    --scale: 1;
    opacity: 1;
    --x: 0;
    --y: 0
}

.last_index2 .other .play {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 14px 0 0;
    cursor: pointer;
    position: relative;
    --scale: 0.08;
    --scale-x: 1;
    --scale-y: 1;
    opacity: 0;
    --x: 106px;
    --y: 138px;
    transform: translate3d(var(--x), var(--y), 0) scale(var(--scale)) scaleX(var(--scale-x)) scaleY(var(--scale-y));
    transform-origin: center center;
    will-change: transform;
    transition: 0.8s cubic-bezier(0.21, 0.51, 0.26, 1.35)
}

.last_index2 .other .play.on svg:first-child {
    opacity: 0
}

.last_index2 .other .play.on svg:nth-child(2) {
    opacity: 1
}

.last_index2 .other .play svg {
    width: 55px;
    height: 55px;
    fill: #E1E2E6
}

.last_index2 .other .play svg path {
    fill: #E1E2E6
}

.last_index2 .other .play svg:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0
}

.last_index2 .other .bor {
    width: fit-content;
    padding: 0 24px;
    height: 50px;
    background: #fff;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    --scale: 0.08;
    --scale-x: 1;
    --scale-y: 1;
    opacity: 0;
    --x: -43px;
    --y: 138px;
    transform: translate3d(var(--x), var(--y), 0) scale(var(--scale)) scaleX(var(--scale-x)) scaleY(var(--scale-y));
    transform-origin: center center;
    will-change: transform;
    transition: 0.8s cubic-bezier(0.21, 0.51, 0.26, 1.35)
}

.last_index2 .other .bor .swiper-pagination {
    position: static;
    width: fit-content;
    display: flex
}

.last_index2 .other .bor .swiper-pagination span {
    width: 8px;
    height: 8px;
    background: rgba(225, 226, 230, 0.6);
    border-radius: 50%;
    opacity: 1 !important;
    margin: 0 16px 0 0 !important;
    transition: border-radius 2s ease, width .3s ease;
    position: relative;
    overflow: hidden;
    display: block
}

.last_index2 .other .bor .swiper-pagination span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 8px;
    background: #E1E2E6;
    border-radius: 4px;
    top: 0;
    left: 0
}

.last_index2 .other .bor .swiper-pagination span:last-child {
    margin: 0 !important
}

.last_index2 .other .bor .swiper-pagination span.swiper-pagination-bullet-active {
    width: 48px;
    border-radius: 4px;
    transition: border-radius .3s ease, width .3s ease
}

.last_index2 .other .bor .swiper-pagination span.on:after {
    animation: afterAnimate 3s linear forwards
}

@keyframes afterAnimate {
    100% {
        width: 100%
    }
}

.last_index3 {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.last_index3 .wrap .title {
    margin: 0 0 68px;
    font-weight: 400;
    font-size: 36px;
    color: #111111;
    line-height: 48px;
    text-align: center
}

.last_index3 .wrap .content {
    width: 100vw
}

.last_index3 .wrap .content .last3Swiper {
    width: 100%;
    --origin: 62.5vw
}

.last_index3 .wrap .content .last3Swiper .swiper-slide.swiper-slide-active {
    z-index: 9
}

.last_index3 .wrap .content .last3Swiper .swiper-slide.swiper-slide[data-swiper-slide-index="0"]:not(.swiper-slide-duplicate) .item {
    transform: rotateY(-83deg);
    background: firebrick;
    transform-origin: 50% 50% var(--origin);
    transition-delay: .1s
}

.last_index3 .wrap .content .last3Swiper .swiper-slide.swiper-slide[data-swiper-slide-index="1"]:not(.swiper-slide-duplicate) .item {
    transform: rotateY(-51deg);
    background: black;
    transform-origin: 50% 50% var(--origin);
    transition-delay: .3s
}

.last_index3 .wrap .content .last3Swiper .swiper-slide.swiper-slide[data-swiper-slide-index="2"]:not(.swiper-slide-duplicate) {
    z-index: 4
}

.last_index3 .wrap .content .last3Swiper .swiper-slide.swiper-slide[data-swiper-slide-index="2"]:not(.swiper-slide-duplicate) .item {
    transform: rotateY(-24deg);
    background: blue;
    transform-origin: 50% 50% var(--origin);
    transition-delay: .5s
}

.last_index3 .wrap .content .last3Swiper .swiper-slide.swiper-slide[data-swiper-slide-index="3"]:not(.swiper-slide-duplicate) {
    z-index: 9
}

.last_index3 .wrap .content .last3Swiper .swiper-slide.swiper-slide[data-swiper-slide-index="3"]:not(.swiper-slide-duplicate) .item {
    transform: translateZ(100px);
    background: #ffd500;
    opacity: 1
}

.last_index3 .wrap .content .last3Swiper .swiper-slide.swiper-slide[data-swiper-slide-index="4"]:not(.swiper-slide-duplicate) {
    z-index: 4
}

.last_index3 .wrap .content .last3Swiper .swiper-slide.swiper-slide[data-swiper-slide-index="4"]:not(.swiper-slide-duplicate) .item {
    transform: rotateY(24deg);
    background: #3197ff;
    transform-origin: 50% 50% var(--origin);
    transition-delay: .6s
}

.last_index3 .wrap .content .last3Swiper .swiper-slide.swiper-slide[data-swiper-slide-index="5"]:not(.swiper-slide-duplicate) .item {
    transform: rotateY(51deg);
    background: #8e31ff;
    transform-origin: 50% 50% var(--origin);
    transition-delay: .3s
}

.last_index3 .wrap .content .last3Swiper .swiper-slide.swiper-slide[data-swiper-slide-index="6"]:not(.swiper-slide-duplicate) .item {
    transform: rotateY(82deg);
    background: #31ff42;
    transform-origin: 50% 50% var(--origin);
    transition-delay: .1s
}

.last_index3 .wrap .content .last3Swiper .swiper-slide .item {
    width: 100%;
    height: 484px;
    background: #E1E2E6 !important;
    border-radius: 25px;
    transition: .6s ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.last_index3 .wrap .content .last3Swiper .swiper-slide .item:hover .img img:first-child {
    opacity: 1
}

.last_index3 .wrap .content .last3Swiper .swiper-slide .item:hover .img img:nth-child(2) {
    opacity: 0
}

.last_index3 .wrap .content .last3Swiper .swiper-slide .item .img img {
    max-width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .6s ease
}

.last_index3 .wrap .content .last3Swiper .swiper-slide .item .img img:nth-child(2) {
    display: none
}

.last_index3 .wrap .content .last3Swiper .swiper-slide .item.on {
    transform: rotateY(0) translateX(0) !important
}

.last_index3 .wrap .content .other {
    display: flex;
    justify-content: center;
    margin: 84px 0 0 0
}

.last_index3 .wrap .content .other .play {
    width: 50px;
    height: 50px;
    background: #E1E2E6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 14px 0 0;
    cursor: pointer;
    position: relative;
    --scale: 0.08;
    --scale-x: 1;
    --scale-y: 1;
    opacity: 0;
    --x: 106px;
    --y: 138px;
    transform: translate3d(var(--x), var(--y), 0) scale(var(--scale)) scaleX(var(--scale-x)) scaleY(var(--scale-y));
    transform-origin: center center;
    will-change: transform;
    transition: 0.8s cubic-bezier(0.21, 0.51, 0.26, 1.35)
}

.last_index3 .wrap .content .other .play.on svg:first-child {
    opacity: 0
}

.last_index3 .wrap .content .other .play.on svg:nth-child(2) {
    opacity: 1
}

.last_index3 .wrap .content .other .play svg {
    width: 55px;
    height: 55px;
    fill: #fff
}

.last_index3 .wrap .content .other .play svg path {
    fill: #fff
}

.last_index3 .wrap .content .other .play svg:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0
}

.last_index3 .wrap .content .other .bor {
    width: 200px;
    height: 50px;
    background: #E1E2E6;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    --go: 0px;
    --scale: 0.08;
    --scale-x: 1;
    --scale-y: 1;
    opacity: 0;
    --x: -43px;
    --y: 138px;
    transform: translate3d(var(--x), var(--y), 0) scale(var(--scale)) scaleX(var(--scale-x)) scaleY(var(--scale-y));
    transform-origin: center center;
    will-change: transform;
    transition: 0.8s cubic-bezier(0.21, 0.51, 0.26, 1.35)
}

.last_index3 .wrap .content .other .bor .swiper-pagination {
    position: static;
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 0.1)
}

.last_index3 .wrap .content .other .bor .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #EA5520
}

.last_index3 .wrap .content .other .bor .flex {
    width: 160px;
    position: relative
}

.last_index3 .wrap .content .other .bor .flex .line {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2
}

.last_index3 .wrap .content .other .bor .flex .line.line2 {
    z-index: 3;
    clip-path: inset(0 calc(100% - var(--go)) 0 0)
}

.last_index3 .wrap .content .other .bor .flex .line.line2 path {
    stroke: #EA5520
}

.last_index3 .wrap .content .other .bor .flex .line path {
    fill: none;
    stroke: #fff;
    stroke-linecap: square;
    stroke-linejoin: round;
    stroke-dasharray: 3, 7;
    stroke-width: 2px;
    fill-rule: evenodd;
    clip-rule: evenodd;
    animation: line-move 10s linear infinite normal forwards
}

@keyframes line-move {
    0% {
        stroke-dashoffset: 235.710000
    }
    100% {
        stroke-dashoffset: 0
    }
}

.last_index3 .wrap .content .other .bor .flex .line > div {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden
}

.last_index3 .wrap .content .other .bor .flex .circle {
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 4;
    left: var(--go);
    cursor: grab
}

.last_index3 .wrap .content .other .bor .flex .circle div {
    width: 5px;
    height: 5px;
    background: #EA5520;
    border-radius: 50%
}

.last_index3 .wrap .content .other.aos-animate .play {
    --scale: 1;
    opacity: 1;
    --x: 0;
    --y: 0
}

.last_index3 .wrap .content .other.aos-animate .bor {
    --scale: 1;
    opacity: 1;
    --x: 0;
    --y: 0
}

.last_customers {
    height: calc(100vh + 1500px);
    position: relative;
    background: #F9FAFD
}

.last_customers .fix {
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.last_customers .fix .title {
    position: absolute;
    top: 15vh;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 36px;
    color: #111111;
    line-height: 48px;
    font-family: 'OPPOSans l', sans-serif
}

.last_customers .fix .title b {
    font-weight: normal;
    font-family: 'OPPOSans m', sans-serif
}

.last_customers .fix .other_more {
    position: absolute;
    top: 385px;
    left: 50%;
    transform: translate(-50%, 20px);
    width: 180px;
    height: 60px;
    border-radius: 30px;
    border: 1px solid #000000;
    z-index: 7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    opacity: 0;
    transition: .6s ease
}

.last_customers .fix .other_more:hover {
    background: #EA5520 !important;
    color: #fff;
    border: 1px solid transparent
}

.last_customers .fix .wrap {
    position: relative;
    top: 50px
}

.last_customers .fix .wrap.on .other_more {
    opacity: 1;
    transform: translate(-50%, 0)
}

.last_customers .fix .wrap.on .item_logo.item_logo4 {
    opacity: .4
}

.last_customers .fix .wrap.on .item_logo.item_logo7 {
    opacity: .4
}

.last_customers .fix .wrap.on .item_logo.item_logo8 {
    opacity: .4
}

.last_customers .fix .wrap .item_logo {
    position: absolute;
    transition: 1s
}

.last_customers .fix .wrap .item_logo img {
    width: 100%;
    height: 100%
}

.last_customers .fix .wrap .item_logo.item_logo1 {
    width: 116px;
    top: -60px;
    left: -57px;
    z-index: 4
}

.last_customers .fix .wrap .item_logo.item_logo2 {
    width: 100px;
    top: 80px;
    left: -156px
}

.last_customers .fix .wrap .item_logo.item_logo3 {
    width: 161px;
    top: 137px;
    left: -99px;
    z-index: 6
}

.last_customers .fix .wrap .item_logo.item_logo4 {
    width: 79px;
    top: -48px;
    left: 346px;
    z-index: 4
}

.last_customers .fix .wrap .item_logo.item_logo5 {
    width: 93px;
    top: 150px;
    left: 260px;
    z-index: 6
}

.last_customers .fix .wrap .item_logo.item_logo6 {
    width: 120px;
    top: -56px;
    left: 577px;
    z-index: 6
}

.last_customers .fix .wrap .item_logo.item_logo7 {
    width: 125px;
    top: 158px;
    left: 615px
}

.last_customers .fix .wrap .item_logo.item_logo8 {
    width: 86px;
    top: -12px;
    left: 848px
}

.last_customers .fix .wrap .item_logo.item_logo9 {
    width: 114px;
    top: 41px;
    left: 909px
}

.last_customers .fix .wrap .item_logo.item_logo10 {
    width: 136px;
    top: 110px;
    left: 823px;
    z-index: 6
}

.last_customers .fix .wrap .color {
    width: 843px;
    position: relative;
    z-index: 5
}

.last_logo {
    background: #F9FAFD;
    padding: 140px 0
}

.last_logo .wrap {
    width: 1726px;
    margin: auto
}

.last_logo .wrap .title {
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 36px;
    color: #111111;
    line-height: 48px;
    font-family: 'OPPOSans l', sans-serif;
    margin: 0 0 130px
}

.last_logo .wrap .title b {
    font-weight: normal;
    font-family: 'OPPOSans m', sans-serif
}

.last_logo .wrap .content {
    display: grid;
    grid-template-columns:repeat(10, 1fr);
    gap: 75px 63px;
    align-items: center;
    justify-items: center
}

.last_logo .wrap .content .img {
    cursor: pointer;
    width: 116px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    position: relative
}

.last_logo .wrap .content .img .after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 2px solid transparent;
    transition: .6s;
    border-radius: 8px
}

.last_logo .wrap .content .img:after {
    content: '';
    position: absolute;
    width: 120%;
    height: calc(100% - 16px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #F9FAFD;
    z-index: 2
}

.last_logo .wrap .content .img:before {
    content: '';
    position: absolute;
    width: calc(100% - 16px);
    height: 120%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #F9FAFD;
    z-index: 2
}

.last_logo .wrap .content .img img {
    transition: 1s;
    position: relative;
    z-index: 5;
    filter: grayscale(100%)
}

.last_logo .wrap .content .img:hover .after {
    border: 2px solid #000
}

.last_logo .wrap .content .img:hover img {
    transform: scale(1.05);
    filter: grayscale(0%)
}

.last_logo .wrap .more {
    width: 180px;
    height: 60px;
    background: transparent;
    border-radius: 30px;
    border: 1px solid #000000;
    margin: 128px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease
}

.last_logo .wrap .more p {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    transition: .6s ease
}

.last_logo .wrap .more:hover {
    background: #EA5421;
    border: 1px solid #EA5421
}

.last_logo .wrap .more:hover p {
    color: #fff
}

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

.cursor.on .common_more {
    opacity: 1
}

.cursor .common_more {
    opacity: 0;
    transition: .3s ease
}

@media screen and (max-width: 1919px) {
    .common_more{
        width: 4.5833333333vw;
        height: 4.5833333333vw;
    }
    .common_more::after{
        border-radius: 0.78125vw;
        filter: blur(0.5208333333vw);
    }
    .common_more > div p{
        font-size: 0.625vw;
        margin: 0px 0px 0.1041666667vw;
    }
    .common_more > div > div{
        border-left: 0.2083333333vw solid transparent;
        border-right: 0.2083333333vw solid transparent;
        border-top: 0.2604166667vw solid rgb(255, 255, 255);
    }
    .banner .swiper .swiper-slide{
        padding: 0px 12.3958333333vw;
    }
    .banner .swiper .swiper-slide .content.content4{
        top: 12.0833333333vw;
    }
    .banner .swiper .swiper-slide .content.content4 .more{
        margin: 3.3854166667vw auto 0px;
    }
    .banner .swiper .swiper-slide .content.last_content .last_p1{
        font-size: 3.6458333333vw;
        margin: 0px 0px 1.0416666667vw;
    }
    .banner .swiper .swiper-slide .content.last_content .last_p2{
        font-size: 2.7083333333vw;
    }
    .banner .swiper .swiper-slide .content .pick p{
        font-size: 2.5vw;
        line-height: 3.3333333333vw;
    }
    .banner .swiper .swiper-slide .content .pick .eng{
        font-size: 1.25vw;
        margin: 0.9895833333vw 0px 0px;
    }
    .banner .swiper .swiper-slide .content .more{
        margin: 3.125vw 0px 0px;
    }
    .banner .swiper .swiper-slide .content .more::after{
        width: 1.875vw;
        height: 1.875vw;
        border-radius: 0.4166666667vw;
    }
    .banner .swiper .swiper-slide .content .more:hover::after{
        width: 7.0833333333vw;
        border-radius: 1.8229166667vw;
    }
    .banner .swiper .swiper-slide .content .more .dis{
        transform: translateX(1.0416666667vw);
    }
    .banner .swiper .swiper-slide .content .more .dis p{
        font-size: 0.7291666667vw;
        margin: 0px 0.2604166667vw 0px 0px;
    }
    .banner .swiper .swiper-slide .content .more .dis .iconfont{
        font-size: 0.7291666667vw;
    }
    .banner .swiper .swiper-pagination{
        bottom: 2.2916666667vw;
    }
    .banner .swiper .swiper-pagination span{
        width: 0.6770833333vw;
        height: 0.6770833333vw;
        border-radius: 0.1041666667vw;
        margin: 0px 1.3020833333vw 0px 0px !important;
    }
    .banner .other{
        padding: 0px 8.0208333333vw;
        bottom: 3.6458333333vw;
    }
    .banner .other .pagination p{
        font-size: 0.8333333333vw;
    }
    .banner .other .pagination .line{
        width: 6.25vw;
        margin: 0px 0.5208333333vw;
    }
    .banner .other .center{
        width: 4.5833333333vw;
        height: 4.5833333333vw;
    }
    .banner .other .center .border{
        width: 1.09375vw;
        height: 1.6666666667vw;
        border-radius: 0.5729166667vw;
    }
    .banner .other .center .border div{
        width: 0.1041666667vw;
        height: 0.46875vw;
        top: -0.3125vw;
    }
    .banner .other .button .circle{
        width: 2.7083333333vw;
        height: 2.7083333333vw;
    }
    .banner .other .button .circle:not(:last-child){
        margin: 0px 1.0416666667vw 0px 0px;
    }
    .banner .other .button .circle .iconfont{
        font-size: 0.7291666667vw;
    }
    .index3{
        height: calc(130.2083333333vw + 100vh);
    }
    .index3 .end_more{
        width: 77.0833333333vw;
        bottom: 5.1041666667vw;
    }
    .index3 .fist_section .aos .browse .bor{
        width: 1.3020833333vw;
        height: 1.9270833333vw;
        border-radius: 0.625vw;
        margin: 0px auto 0.7291666667vw;
    }
    .index3 .fist_section .aos .browse .bor div{
        width: 0.15625vw;
        height: 0.4166666667vw;
        margin: 0.2604166667vw 0px 0px;
    }
    .index3 .fist_section .aos .browse .bor p{
        font-size: 0.7291666667vw;
    }
    .index3 .wrap1 .title{
        width: 75vw;
        font-size: 1.9791666667vw;
    }
    .index3 .wrap1 .title_pick{
        font-size: 0.8333333333vw;
        width: 75vw;
        bottom: 4.1666666667vw;
        line-height: 1.875vw;
    }
    .index3 .wrap1 .content .position .point .text{
        font-size: 0.8333333333vw;
    }
    .index3 .wrap1 .content .position .point .circle{
        width: 3.3333333333vw;
        height: 3.3333333333vw;
        border-radius: 1.6666666667vw;
    }
    .index3 .wrap1 .content .position .point .circle .iconfont{
        font-size: 1.3541666667vw;
    }
    .index_map .last .position .point .chufa{
        width: 2.1875vw;
        height: 2.1875vw;
        border-radius: 0.78125vw;
    }
    .index_map .last .position .point .chufa > div:first-child{
        width: 1.6666666667vw;
        height: 1.6666666667vw;
        border-radius: 0.5208333333vw;
    }
    .index_map .last .position .point .chufa > div:first-child svg{
        width: 1.0416666667vw;
        height: 1.0416666667vw;
    }
    .index_map .last .position .point .chufa::after{
        border-radius: 0.78125vw;
    }
    .index_map .last .position .point.left .position > div{
        transform: translate(-1.5625vw, -2.6041666667vw);
    }
    .index_map .last .position .point .position{
        transform: translateX(0.5208333333vw);
        width: 21.875vw;
        height: 13.5416666667vw;
    }
    .index_map .last .position .point .position > div{
        box-shadow: rgba(0, 0, 0, 0.5) 0.3645833333vw 0.3645833333vw 1.0416666667vw 0px;
        border-radius: 1.0416666667vw;
        transform: translate(1.5625vw, -2.6041666667vw);
        padding: 2.0833333333vw 1.8229166667vw;
    }
    .index_map .last .position .point .position > div h1{
        font-size: 1.0416666667vw;
        margin: 0px 0px 1.0416666667vw;
    }
    .index_map .last .position .point .position > div .text{
        font-size: 0.7291666667vw;
        line-height: 1.3541666667vw;
    }
    .index_map .last .position .point .position > div .more{
        margin: 1.9791666667vw 0px 0px;
    }
    .index_map .last .position .point .position > div .more::after{
        width: 1.875vw;
        height: 1.875vw;
        border-radius: 0.4166666667vw;
    }
    .index_map .last .position .point .position > div .more:hover::after{
        width: 7.0833333333vw;
        border-radius: 1.8229166667vw;
    }
    .index_map .last .position .point .position > div .more .dis{
        transform: translateX(1.0416666667vw);
    }
    .index_map .last .position .point .position > div .more .dis p{
        font-size: 0.7291666667vw;
        margin: 0px 0.2604166667vw 0px 0px;
    }
    .index_map .last .position .point .position > div .more .dis .iconfont{
        font-size: 0.7291666667vw;
    }
    .index_map .last .position .point.point1 .position{
        top: -4.7395833333vw;
    }
    .index_map .last .position .point.point6 .position{
        top: -4.7395833333vw;
    }
    .index_news{
        padding: 6.09375vw 0px 5.7291666667vw;
    }
    .index_news .wrap{
        width: 89.5833333333vw;
    }
    .index_news .wrap .title{
        font-size: 2.0833333333vw;
        margin: 0px 0px 4.21875vw;
    }
    .index_news .wrap .content .newsSwiper .swiper-slide .item{
        width: 20.3645833333vw;
        padding: 2.1875vw 0px 0px;
        border-bottom-left-radius: 1.0416666667vw;
        border-bottom-right-radius: 1.0416666667vw;
    }
    .index_news .wrap .content .newsSwiper .swiper-slide .item:hover{
        border-radius: 1.0416666667vw;
    }
    .index_news .wrap .content .newsSwiper .swiper-slide .item:hover h1{
        padding: 0px 1.5625vw;
    }
    .index_news .wrap .content .newsSwiper .swiper-slide .item .after img{
        width: 31.71875vw;
        height: 31.71875vw;
        top: 2.4479166667vw;
        left: 3.8020833333vw;
    }
    .index_news .wrap .content .newsSwiper .swiper-slide .item .position{
        bottom: 2.2395833333vw;
        padding: 0px 1.5625vw;
    }
    .index_news .wrap .content .newsSwiper .swiper-slide .item .position .time2{
        font-size: 0.7291666667vw;
    }
    .index_news .wrap .content .newsSwiper .swiper-slide .item .position svg{
        width: 2.6041666667vw;
        height: 2.6041666667vw;
    }
    .index_news .wrap .content .newsSwiper .swiper-slide .item h1{
        font-size: 1.1458333333vw;
        line-height: 1.6145833333vw;
        margin: 0px 0px 3.1770833333vw;
    }
    .index_news .wrap .content .newsSwiper .swiper-slide .item .time{
        font-size: 0.7291666667vw;
        margin: 0px 0px 2.1875vw;
    }
    .index_news .wrap .content .newsSwiper .swiper-slide .item .img{
        height: 11.9791666667vw;
    }
    .index_news .wrap .content .button{
        margin: 3.6458333333vw 0px 0px;
    }
    .index_news .wrap .content .button .circle{
        width: 2.96875vw;
        height: 2.96875vw;
    }
    .index_news .wrap .content .button .circle::after{
        border-radius: 0.4166666667vw;
    }
    .index_news .wrap .content .button .circle .iconfont{
        font-size: 1.0416666667vw;
    }
    .index_news .wrap .content .button .circle:first-child{
        margin: 0px 2.0833333333vw 0px 0px;
    }
    .index_coo{
        padding: 5.2083333333vw 0px;
    }
    .index_coo .wrap{
        width: 88.5416666667vw;
    }
    .index_coo .wrap .title h1{
        font-size: 1.875vw;
        line-height: 2.2916666667vw;
    }
    .index_coo .wrap .title .pick{
        width: 34.1145833333vw;
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }
    .index_coo .wrap .common_more{
        margin: 4.1666666667vw auto 0px;
    }
    .index_coo .wrap .content{
        margin: 4.6875vw 0px 0px;
    }
    .index_coo .wrap .content .item{
        height: 8.5416666667vw;
    }
    .newIndex1 .top{
        width: 75vw;
        top: 9.375vw;
    }
    .newIndex1 .top .title_cut .title_list{
        transform: translateY(1.0416666667vw);
    }
    .newIndex1 .top .title_cut .title_list .title{
        font-size: 2.2916666667vw;
        line-height: 2.7083333333vw;
    }
    .newIndex1 .top .title_cut .title_list .text{
        width: 31.6145833333vw;
        height: 5vw;
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }
    .newIndex1 .bottom{
        width: 65.1041666667vw;
        bottom: 5.2083333333vw;
        gap: 0px 0.5208333333vw;
    }
    .newIndex1 .bottom .item{
        height: 7.9166666667vw;
        border-radius: 0.78125vw;
        box-shadow: rgba(55, 20, 8, 0.2) 0px 0px 2.0833333333vw 0px;
    }
    .newIndex1 .bottom .item .line{
        width: 8.3854166667vw;
        height: 8.3854166667vw;
        top: 0.3645833333vw;
        left: -0.2083333333vw;
    }
    .newIndex1 .bottom .item .p1{
        font-size: 0.9375vw;
        bottom: 1.5625vw;
    }
    .newIndex1 .bottom .item .joke{
        padding: 2.0833333333vw 2.2916666667vw 1.9791666667vw 1.71875vw;
    }
    .newIndex1 .bottom .item .joke .color{
        width: 3.125vw;
        height: 3.125vw;
        transform: translate(0.8333333333vw, -1.0416666667vw);
    }
    .newIndex1 .bottom .item .joke .color .img{
        width: 1.875vw;
        height: 1.875vw;
    }
    .newIndex1 .bottom .item .joke .color::after{
        border-radius: 0.5208333333vw;
    }
    .newIndex1 .bottom .item .joke .color::before{
        border-radius: 0.5208333333vw;
    }
    .newIndex1 .bottom .item .joke .text{
        width: 11.875vw;
        left: 6.6666666667vw;
    }
    .newIndex1 .bottom .item .joke .text h1{
        font-size: 0.9375vw;
        margin: 0px 0px 0.78125vw;
    }
    .newIndex1 .bottom .item .joke .text p{
        font-size: 0.625vw;
        line-height: 1.0416666667vw;
    }
    .newIndex2{
        padding: 7.2916666667vw 0px 6.875vw;
    }
    .newIndex2 .bg{
        width: 37.5520833333vw;
        top: -4.0625vw;
    }
    .newIndex2 .wrap{
        width: 75vw;
    }
    .newIndex2 .wrap .top{
        padding: 0px 0px 5.3645833333vw;
    }
    .newIndex2 .wrap .top .l{
        width: 37.34375vw;
    }
    .newIndex2 .wrap .top .l .title{
        font-size: 1.875vw;
        line-height: 2.5vw;
        margin: 0px 0px 2.6041666667vw;
    }
    .newIndex2 .wrap .top .l .text{
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
        margin: 0px 0px 5.8854166667vw;
    }
    .newIndex2 .wrap .top .l .more{
        margin: 1.9791666667vw 0px 0px;
    }
    .newIndex2 .wrap .top .l .more::after{
        width: 1.875vw;
        height: 1.875vw;
        border-radius: 0.4166666667vw;
    }
    .newIndex2 .wrap .top .l .more:hover::after{
        width: 7.0833333333vw;
        border-radius: 1.8229166667vw;
    }
    .newIndex2 .wrap .top .l .more .dis{
        transform: translateX(1.0416666667vw);
    }
    .newIndex2 .wrap .top .l .more .dis p{
        font-size: 0.7291666667vw;
        margin: 0px 0.2604166667vw 0px 0px;
    }
    .newIndex2 .wrap .top .l .more .dis .iconfont{
        font-size: 0.7291666667vw;
    }
    .newIndex2 .wrap .top .figure{
        width: 29.1666666667vw;
    }
    .newIndex2 .wrap .top .figure .item{
        height: 6.7708333333vw;
        border-radius: 0.5208333333vw;
        padding: 0px 0px 0px 2.9166666667vw;
    }
    .newIndex2 .wrap .top .figure .item::after{
        border-radius: 0.5208333333vw;
    }
    .newIndex2 .wrap .top .figure .item:not(:last-child){
        margin: 0px 0px 1.0416666667vw;
    }
    .newIndex2 .wrap .top .figure .item .circle{
        margin: 0px 8.2291666667vw 0px 0px;
    }
    .newIndex2 .wrap .top .figure .item .circle .img{
        width: 7.8645833333vw;
        height: 7.8645833333vw;
        top: -2.1354166667vw;
        left: -2.1354166667vw;
    }
    .newIndex2 .wrap .top .figure .item .circle::after{
        width: 3.125vw;
        height: 3.125vw;
        border-radius: 0.625vw;
    }
    .newIndex2 .wrap .top .figure .item .circle .iconfont{
        font-size: 2.3958333333vw;
    }
    .newIndex2 .wrap .top .figure .item .pick span{
        font-size: 2.0833333333vw;
        margin: 0px 0px 0.5729166667vw;
    }
    .newIndex2 .wrap .top .figure .item .pick p{
        font-size: 0.8333333333vw;
    }
    .newIndex2 .wrap .bottom{
        padding: 1.3020833333vw 0px 0px;
    }
    .newIndex2 .wrap .bottom .pick{
        font-size: 0.8333333333vw;
        margin: 0px 0px 2.5520833333vw;
    }
    .newIndex3 .content{
        width: 75vw;
    }
    .newIndex3 .content .title{
        font-size: 2.0833333333vw;
        line-height: 2.7083333333vw;
        margin: 0px 0px 2.7083333333vw;
    }
    .newIndex3 .content .cut{
        width: 34.1666666667vw;
        margin: 0px 0px 6.0416666667vw;
    }
    .newIndex3 .content .cut .cut_list h1{
        font-size: 1.5625vw;
        margin: 0px 0px 1.09375vw;
        transform: translateY(0.5208333333vw);
    }
    .newIndex3 .content .cut .cut_list .text{
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
        transform: translateY(0.5208333333vw);
    }
    .newIndex3 .content .more{
        margin: 1.9791666667vw 0px 0px;
    }
    .newIndex3 .content .more::after{
        width: 1.875vw;
        height: 1.875vw;
        border-radius: 0.4166666667vw;
    }
    .newIndex3 .content .more:hover::after{
        width: 7.0833333333vw;
        border-radius: 1.8229166667vw;
    }
    .newIndex3 .content .more .dis{
        transform: translateX(1.0416666667vw);
    }
    .newIndex3 .content .more .dis p{
        font-size: 0.7291666667vw;
        margin: 0px 0.2604166667vw 0px 0px;
    }
    .newIndex3 .content .more .dis .iconfont{
        font-size: 0.7291666667vw;
    }
    .newIndex3 .bottom_cut{
        bottom: 3.2291666667vw;
        width: 75vw;
        padding: 1.6145833333vw 0px 0px;
    }
    .newIndex3 .bottom_cut .line{
        width: 15.625vw;
        height: 0.15625vw;
        top: -0.1041666667vw;
    }
    .newIndex3 .bottom_cut .list{
        width: 15.625vw;
        font-size: 1.0416666667vw;
        line-height: 2.3958333333vw;
    }
    .newSolution .fix .wrap{
        width: 41.6666666667vw;
    }
    .newSolution .fix .wrap .joke .title{
        font-size: 1.875vw;
        line-height: 2.5vw;
        margin: 0px 0px 4.2708333333vw;
    }
    .newSolution .fix .wrap .joke .content .line{
        width: 0.1041666667vw;
        margin: 0.8333333333vw 1.3541666667vw 0px 0px;
    }
    .newSolution .fix .wrap .joke .content .line div{
        height: 7.4479166667vw;
    }
    .newSolution .fix .wrap .joke .content .flex{
        width: 21.09375vw;
        left: -2.0833333333vw;
    }
    .newSolution .fix .wrap .joke .content .flex .list{
        height: 2.5vw;
    }
    .newSolution .fix .wrap .joke .content .flex .list.on{
        height: 6.9791666667vw;
    }
    .newSolution .fix .wrap .joke .content .flex .list:not(:last-child){
        margin: 0px 0px 3.8020833333vw;
    }
    .newSolution .fix .wrap .joke .content .flex .list h1{
        font-size: 1.25vw;
        line-height: 2.5vw;
        margin: 0px 0px 1.5625vw;
        padding: 0px 0px 0px 1.9791666667vw;
    }
    .newSolution .fix .wrap .joke .content .flex .list h1::after{
        left: 0.2604166667vw;
        width: 0.78125vw;
        height: 0.78125vw;
        border-radius: 0.15625vw;
    }
    .newSolution .fix .wrap .joke .content .flex .list p{
        height: 2.9166666667vw;
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
        padding: 0px 0px 0px 1.9791666667vw;
    }
    .newSolution .fix .wrap::after{
        backdrop-filter: blur(0.5208333333vw);
    }
    .last_index1 .fix .color_bg{
        width: 50.3645833333vw;
        height: 50.3645833333vw;
    }
    .last_index1 .fix .wrap .title{
        font-size: 1.875vw;
        line-height: 2.5vw;
        height: 9.8958333333vw;
        margin-bottom: 4.1666666667vw;
        padding-top: 4.1666666667vw;
    }
    .last_index1 .fix .wrap .img_logo{
        width: 12.5vw;
        height: 12.5vw;
    }
    .last_index1 .fix .wrap .text{
        margin: 4.1666666667vw 0px 0px;
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }
    .last_index1 .fix .wrap .logo_h{
        height: 9.8958333333vw;
    }
    .last_index1 .fix .wrap .more{
        margin: 3.4895833333vw auto 0px;
        width: 9.375vw;
        height: 3.125vw;
        border-radius: 1.5625vw;
        font-size: 0.7291666667vw;
    }
    .last_index1 .fix .animate .wrap2{
        width: 75vw;
    }
    .last_index1 .fix .animate .wrap2 .title{
        font-size: 2.5vw;
        margin: 0px 0px 2.8645833333vw;
        top: 0.78125vw;
        height: 3.3854166667vw;
    }
    .last_index1 .fix .animate .wrap2 .title p{
        transform: translateY(1.0416666667vw);
    }
    .last_index1 .fix .animate .wrap2 .title p.on{
        transform: translateY(0.5208333333vw);
    }
    .last_index1 .fix .animate .wrap2 .content .lastSwiper{
        height: 31.25vw;
    }
    .last_index1 .fix .animate .wrap2 .content .lastSwiper .swiper-slide{
        left: -37.5vw;
    }
    .last_index1 .fix .animate .wrap2 .content .lastSwiper .swiper-slide .item .joke{
        border-radius: 1.5625vw;
        mask-size: 25vw;
    }
    .last_index1 .fix .animate .wrap2 .content .lastSwiper .swiper-slide .item .common_more{
        right: 2.4479166667vw;
        bottom: 1.6666666667vw;
    }
    .last_index1 .fix .animate .wrap2 .content .other{
        margin: 2.8645833333vw auto 0px;
        height: 3.3854166667vw;
    }
    .last_index1 .fix .animate .wrap2 .content .other .play{
        width: 2.6041666667vw;
        height: 2.6041666667vw;
        margin: 0px 0.7291666667vw 0px 0px;
        --x: 5.5208333333vw;
        --y: 7.1875vw;
    }
    .last_index1 .fix .animate .wrap2 .content .other .play svg{
        width: 2.8645833333vw;
        height: 2.8645833333vw;
    }
    .last_index1 .fix .animate .wrap2 .content .other .bor{
        padding: 0px 1.25vw;
        height: 2.6041666667vw;
        border-radius: 1.3020833333vw;
        --x: -2.2395833333vw;
        --y: 7.1875vw;
    }
    .last_index1 .fix .animate .wrap2 .content .other .bor .swiper-pagination span{
        width: 0.4166666667vw;
        height: 0.4166666667vw;
        margin: 0px 0.8333333333vw 0px 0px !important;
    }
    .last_index1 .fix .animate .wrap2 .content .other .bor .swiper-pagination span .after{
        height: 0.4166666667vw;
        border-radius: 0.2083333333vw;
    }
    .last_index1 .fix .animate .wrap2 .content .other .bor .swiper-pagination span.swiper-pagination-bullet-active{
        width: 2.5vw;
        border-radius: 0.2083333333vw;
    }
    .last_index2 .wrap{
        width: 75vw;
    }
    .last_index2 .wrap .title{
        font-size: 1.875vw;
        line-height: 2.5vw;
        margin: 0px 0px 15.625vw;
    }
    .last_index2 .wrap .content .item{
        width: 24.53125vw;
    }
    .last_index2 .wrap .content .item h1{
        font-size: 1.5625vw;
        margin: 0px 0px 1.5625vw;
        transform: translate3d(0px, 1.0416666667vw, 0px);
    }
    .last_index2 .wrap .content .item > p{
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
        transform: translate3d(0px, 1.0416666667vw, 0px);
    }
    .last_index2 .wrap .content .item .more_joke{
        transform: translate3d(0px, 1.0416666667vw, 0px);
    }
    .last_index2 .wrap .content .item .more{
        margin: 3.9583333333vw 0px 0px;
    }
    .last_index2 .wrap .content .item .more:hover::after{
        width: 7.0833333333vw;
        border-radius: 1.8229166667vw;
    }
    .last_index2 .wrap .content .item .more::after{
        width: 1.875vw;
        height: 1.875vw;
        border-radius: 0.4166666667vw;
    }
    .last_index2 .wrap .content .item .more .dis{
        transform: translateX(1.0416666667vw);
    }
    .last_index2 .wrap .content .item .more .dis p{
        font-size: 0.7291666667vw;
        margin: 0px 0.2604166667vw 0px 0px;
    }
    .last_index2 .wrap .content .item .more .dis .iconfont{
        font-size: 0.7291666667vw;
    }
    .last_index2 .other{
        bottom: 2.6041666667vw;
    }
    .last_index2 .other .play{
        width: 2.6041666667vw;
        height: 2.6041666667vw;
        margin: 0px 0.7291666667vw 0px 0px;
        --x: 5.5208333333vw;
        --y: 7.1875vw;
    }
    .last_index2 .other .play svg{
        width: 2.8645833333vw;
        height: 2.8645833333vw;
    }
    .last_index2 .other .bor{
        padding: 0px 1.25vw;
        height: 2.6041666667vw;
        border-radius: 1.3020833333vw;
        --x: -2.2395833333vw;
        --y: 7.1875vw;
    }
    .last_index2 .other .bor .swiper-pagination span{
        width: 0.4166666667vw;
        height: 0.4166666667vw;
        margin: 0px 0.8333333333vw 0px 0px !important;
    }
    .last_index2 .other .bor .swiper-pagination span::after{
        height: 0.4166666667vw;
        border-radius: 0.2083333333vw;
    }
    .last_index2 .other .bor .swiper-pagination span.swiper-pagination-bullet-active{
        width: 2.5vw;
        border-radius: 0.2083333333vw;
    }
    .last_index3 .wrap .title{
        margin: 0px 0px 3.5416666667vw;
        font-size: 1.875vw;
        line-height: 2.5vw;
    }
    .last_index3 .wrap .content .last3Swiper .swiper-slide.swiper-slide[data-swiper-slide-index="3"]:not(.swiper-slide-duplicate) .item{
        transform: translateZ(5.2083333333vw);
    }
    .last_index3 .wrap .content .last3Swiper .swiper-slide .item{
        height: 25.2083333333vw;
        border-radius: 1.3020833333vw;
    }
    .last_index3 .wrap .content .other{
        margin: 4.375vw 0px 0px;
    }
    .last_index3 .wrap .content .other .play{
        width: 2.6041666667vw;
        height: 2.6041666667vw;
        margin: 0px 0.7291666667vw 0px 0px;
        --x: 5.5208333333vw;
        --y: 7.1875vw;
    }
    .last_index3 .wrap .content .other .play svg{
        width: 2.8645833333vw;
        height: 2.8645833333vw;
    }
    .last_index3 .wrap .content .other .bor{
        width: 10.4166666667vw;
        height: 2.6041666667vw;
        border-radius: 1.3020833333vw;
        --x: -2.2395833333vw;
        --y: 7.1875vw;
    }
    .last_index3 .wrap .content .other .bor .swiper-pagination{
        height: 0.1041666667vw;
    }
    .last_index3 .wrap .content .other .bor .flex{
        width: 8.3333333333vw;
    }
    .last_index3 .wrap .content .other .bor .flex .line{
        height: 0.1041666667vw;
    }
    .last_index3 .wrap .content .other .bor .flex .line path{
        stroke-width: 0.1041666667vw;
    }
    .last_index3 .wrap .content .other .bor .flex .circle{
        width: 0.78125vw;
        height: 0.78125vw;
    }
    .last_index3 .wrap .content .other .bor .flex .circle div{
        width: 0.2604166667vw;
        height: 0.2604166667vw;
    }
    .last_customers{
        height: calc(78.125vw + 100vh);
    }
    .last_customers .fix .title{
        font-size: 1.875vw;
        line-height: 2.5vw;
    }
    .last_customers .fix .other_more{
        top: 20.0520833333vw;
        transform: translate(-50%, 1.0416666667vw);
        width: 9.375vw;
        height: 3.125vw;
        border-radius: 1.5625vw;
        font-size: 0.8333333333vw;
    }
    .last_customers .fix .wrap{
        top: 2.6041666667vw;
    }
    .last_customers .fix .wrap .item_logo.item_logo1{
        width: 6.0416666667vw;
        top: -3.125vw;
        left: -2.96875vw;
    }
    .last_customers .fix .wrap .item_logo.item_logo2{
        width: 5.2083333333vw;
        top: 4.1666666667vw;
        left: -8.125vw;
    }
    .last_customers .fix .wrap .item_logo.item_logo3{
        width: 8.3854166667vw;
        top: 7.1354166667vw;
        left: -5.15625vw;
    }
    .last_customers .fix .wrap .item_logo.item_logo4{
        width: 4.1145833333vw;
        top: -2.5vw;
        left: 18.0208333333vw;
    }
    .last_customers .fix .wrap .item_logo.item_logo5{
        width: 4.84375vw;
        top: 7.8125vw;
        left: 13.5416666667vw;
    }
    .last_customers .fix .wrap .item_logo.item_logo6{
        width: 6.25vw;
        top: -2.9166666667vw;
        left: 30.0520833333vw;
    }
    .last_customers .fix .wrap .item_logo.item_logo7{
        width: 6.5104166667vw;
        top: 8.2291666667vw;
        left: 32.03125vw;
    }
    .last_customers .fix .wrap .item_logo.item_logo8{
        width: 4.4791666667vw;
        top: -0.625vw;
        left: 44.1666666667vw;
    }
    .last_customers .fix .wrap .item_logo.item_logo9{
        width: 5.9375vw;
        top: 2.1354166667vw;
        left: 47.34375vw;
    }
    .last_customers .fix .wrap .item_logo.item_logo10{
        width: 7.0833333333vw;
        top: 5.7291666667vw;
        left: 42.8645833333vw;
    }
    .last_customers .fix .wrap .color{
        width: 43.90625vw;
    }
    .last_logo{
        padding: 7.2916666667vw 0px;
    }
    .last_logo .wrap{
        width: 89.8958333333vw;
    }
    .last_logo .wrap .title{
        font-size: 1.875vw;
        line-height: 2.5vw;
        margin: 0px 0px 6.7708333333vw;
    }
    .last_logo .wrap .content{
        gap: 3.90625vw 3.28125vw;
    }
    .last_logo .wrap .content .img{
        width: 6.0416666667vw;
        height: 3.5416666667vw;
        border-radius: 0.4166666667vw;
    }
    .last_logo .wrap .content .img .after{
        border: 0.1041666667vw solid transparent;
        border-radius: 0.4166666667vw;
    }
    .last_logo .wrap .content .img::after{
        height: calc(100% - 0.8333333333vw);
    }
    .last_logo .wrap .content .img::before{
        width: calc(100% - 0.8333333333vw);
    }
    .last_logo .wrap .content .img:hover .after{
        border: 0.1041666667vw solid rgb(0, 0, 0);
    }
    .last_logo .wrap .more{
        width: 9.375vw;
        height: 3.125vw;
        border-radius: 1.5625vw;
        margin: 6.6666666667vw auto 0px;
    }
    .last_logo .wrap .more p{
        font-size: 0.8333333333vw;
    }
}
@media screen and (max-width: 1024px) {
    .last_index1 .fix .wrap .title{
        height: auto;
        padding-top: 0;
    }
    .banner .swiper .swiper-slide .content .pick p {
        font-size: 24px;
        line-height: 1.2
    }

    .banner .swiper .swiper-slide {
        padding: 0 5%
    }

    .banner .swiper .swiper-slide .content .pick .eng {
        font-size: 13px;
        margin: 22px 0 0 0
    }

    .banner .swiper .swiper-slide .content .more {
        padding: 0 15px;
        margin: 55px 0 0 0
    }

    .banner .swiper .swiper-slide .content .more .dis p {
        font-size: 12px;
        margin: 0 4px 0 0
    }

    .banner .swiper .swiper-slide .content .more .dis .iconfont {
        font-size: 14px
    }

    .banner .swiper .swiper-slide .content .more::after {
        width: 100% !important;
        border-radius: 25px !important;
        height: 40px !important;
        left: 0;
        transform: rotate(0)
    }

    .loading {
        display: none
    }

    .last_index1 {
        padding: 70px 0
    }

    .last_index1, .last_index1 .fix {
        height: auto;
        flex-direction: column
    }

    .last_index1 .fix .animate .wrap2 {
        width: 90%;
        opacity: 1
    }

    .last_index1 .fix .animate .wrap2 .content .lastSwiper {
        width: 192%;
        height: 50vw
    }

    .last_index1 .fix .animate .wrap2 .content .lastSwiper .swiper-slide {
        left: 0
    }

    .last_index1 .fix .animate .wrap2 .content .lastSwiper .swiper-slide .item .joke {
        clip-path: unset !important;
        transform: none !important;
        border-radius: unset !important;
        mask-image: unset;
    }

    .last_index1 .fix .animate {
        position: static;
        height: auto;
        pointer-events: auto;
        margin: 65px 0 0 0
    }

    .last_index1 .fix .animate .wrap2 .content .lastSwiper .swiper-slide .item {
        opacity: 1
    }

    .last_index1 .fix .wrap .title {
        font-size: 19px;
        line-height: 30px;
        margin: 0 0 20px
    }

    .last_index1 .fix .wrap .img_logo {
        width: 70px;
        height: 70px;
        transform: none !important
    }

    .last_index1 .fix .wrap .text {
        margin: 25px 0 0 0;
        font-size: 12px;
        line-height: 27px
    }

    .last_index1 .fix .wrap .text br {
        display: none
    }

    .last_index1 .fix .wrap .more {
        margin: 40px auto 0;
        width: 120px;
        height: 40px;
        border-radius: 25px;
        font-size: 12px
    }

    .last_index1 .fix .animate .wrap2 .title {
        opacity: 1;
        top: 0;
        margin: 0 0 25px;
        font-size: 20px;
        height: auto;
    }
    .last_index1 .fix .wrap .logo_h{
        height: auto;
    }


    .last_index1 .fix .animate .wrap2 .content .other {
        margin: 32px auto 0;
        opacity: 1
    }

    .last_index1 .fix .animate .wrap2 .content .other .play, .last_index1 .fix .animate .wrap2 .content .other .bor {
        opacity: 1;
        transform: none !important
    }

    .last_index1 .fix .animate .wrap2 .content .other .play {
        width: 45px;
        height: 45px;
        margin: 0 15px 0 0
    }

    .last_index1 .fix .animate .wrap2 .content .other .play svg {
        width: 40px;
        height: 40px
    }

    .last_index1 .fix .animate .wrap2 .content .other .bor {
        height: 45px;
        border-radius: 25px;
        padding: 0 22px
    }

    .last_index1 .fix .animate .wrap2 .content .other .bor .swiper-pagination span.swiper-pagination-bullet-active {
        width: 32px;
        height: 8px;
        border-radius: 25px;
        background: #fff
    }

    .last_index1 .fix .animate .wrap2 .content .other .bor .swiper-pagination span {
        width: 8px;
        height: 8px;
        margin: 0 15px 0 0 !important
    }

    .last_index1 .fix .animate .wrap2 .content .other .bor .swiper-pagination span:last-child {
        margin: 0 !important
    }

    .last_index2 .wrap {
        width: 90%
    }

    .last_index2 .wrap .title {
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 100px
    }

    .last_index2 .wrap .content .item h1 {
        font-size: 18px;
        margin: 0 0 15px
    }

    .last_index2 .wrap .content .item {
        width: 100%
    }

    .last_index2 .wrap .content .item > p {
        font-size: 13px;
        line-height: 24px
    }

    .last_index2 .wrap .content .item .more {
        padding: 0 15px;
        margin: 55px 0 0 0
    }

    .last_index2 .wrap .content .item .more .dis p {
        font-size: 12px;
        margin: 0 4px 0 0;
        color: #fff
    }

    .last_index2 .wrap .content .item .more .dis .iconfont {
        font-size: 14px;
        color: #fff
    }

    .last_index2 .wrap .content .item .more::after {
        width: 100% !important;
        border-radius: 25px !important;
        height: 40px !important;
        left: 0;
        transform: rotate(0)
    }

    .last_index2 .other {
        margin: 32px auto 0;
        opacity: 1;
        bottom: 60px
    }

    .last_index2 .other .play, .last_index2 .other .bor {
        opacity: 1;
        transform: none !important
    }

    .last_index2 .other .play {
        width: 45px;
        height: 45px;
        margin: 0 15px 0 0
    }

    .last_index2 .other .play svg {
        width: 40px;
        height: 40px
    }

    .last_index2 .other .bor {
        height: 45px;
        border-radius: 25px;
        padding: 0 22px
    }

    .last_index2 .other .bor .swiper-pagination span.swiper-pagination-bullet-active {
        width: 32px;
        height: 8px;
        border-radius: 25px;
        background: #e3e3e3
    }

    .last_index2 .other .bor .swiper-pagination span {
        width: 8px;
        height: 8px;
        margin: 0 15px 0 0 !important
    }

    .last_index2 .other .bor .swiper-pagination span:last-child {
        margin: 0 !important
    }

    .last_index2 .other .bor .swiper-pagination span:after {
        display: none
    }

    .last_index2 .last2Swiper .swiper-slide:first-child img {
        width: 200%;
        max-width: unset
    }

    .last_logo {
        padding: 50px 0 0 0
    }

    .last_logo {
        padding: 70px 0
    }

    .last_logo .wrap .title {
        font-size: 20px;
        line-height: 27px;
        margin: 0 0 50px
    }

    .last_logo .wrap .content {
        grid-template-columns:repeat(4, 1fr);
        gap: 50px
    }

    .last_logo .wrap .content .img {
        width: 100%;
        height: 29px;
        border-radius: unset
    }

    .last_logo .wrap .content .img:before, .last_logo .wrap .content .img:after, .last_logo .wrap .content .img .after {
        display: none
    }

    .index_news {
        padding: 50px 0 45px
    }

    .index_news .wrap .title {
        font-size: 24px;
        margin: 0 0 25px
    }

    .index_news .wrap .content .newsSwiper .swiper-slide .item {
        width: 100%;
        padding: 40px 0 0;
        border-bottom-left-radius: 14px;
        border-bottom-right-radius: 14px
    }

    .index_news .wrap .content .newsSwiper .swiper-slide .item h1 {
        font-size: 15px;
        line-height: 25px;
        margin: 0 0 22px
    }

    .index_news .wrap .content .newsSwiper .swiper-slide .item .time {
        font-size: 12px;
        margin: 0 0 20px
    }

    .index_news .wrap .content .newsSwiper .swiper-slide .item .img {
        height: 55vw
    }

    .index_news .wrap .content .newsSwiper .swiper-slide .item:hover .after {
        opacity: 0
    }

    .index_news .wrap .content .newsSwiper .swiper-slide .item:hover h1 {
        color: #3E3A39
    }

    .index_news .wrap .content .newsSwiper .swiper-slide .item:hover .time, .index_news .wrap .content .newsSwiper .swiper-slide .item:hover .img {
        opacity: 1
    }

    .index_news .wrap .content .newsSwiper .swiper-slide .item:hover h1 {
        padding: 0
    }

    .index_news .wrap .content .button {
        margin: 30px auto 0;
        gap: 0 20px
    }

    .index_news .wrap .content .button .circle {
        width: 35px;
        height: 35px
    }

    .index_news .wrap .content .button .circle:after {
        border-radius: 8px
    }

    .index_news .wrap .content .button .circle .iconfont {
        font-size: 16px
    }

    .last_index1 .fix .animate .wrap2 .content .lastSwiper .swiper-slide .item video {
        display: none
    }

    .last_index1 .fix .animate .wrap2 .content .lastSwiper .swiper-slide .item .sj_video {
        display: block !important;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden
    }

    .last_index1 .fix .animate .wrap2 .content .lastSwiper .swiper-slide .item .sj_video img {
        width: 100%;
        height: 100%
    }

    .last_index1 .fix .animate .wrap2 .content .lastSwiper .swiper-slide .item .sj_video .play {
        width: 50px;
        height: 50px;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .last_index1 .fix .animate .wrap2 .content .lastSwiper .swiper-slide .item .sj_video .play svg {
        width: 25px;
        height: 25px
    }

    .index_news .wrap .content .newsSwiper {
        width: 180%
    }

    .index_news .wrap .content .newsSwiper .swiper-slide .item .img {
        height: 42vw
    }
}

@media screen and (max-width: 767px) {
    .last_logo .wrap .content {
        grid-template-columns:repeat(3, 1fr);
        gap: 35px
    }

    .index_news .wrap .content .newsSwiper .swiper-slide .item .img {
        height: 55vw
    }

    .index_news .wrap .content .newsSwiper {
        width: 100%
    }
}
