.header .box .links a {
    transition: .6s ease
}

.header.hasBg .box .links a {
    color: #fff
}

img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover
}

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

@keyframes yAnimate {
    0% {
        transform: translateY(100px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.item_hover {
    overflow: hidden
}

.item_hover:hover img {
    transform: scale(1.05)
}

.item_hover img {
    width: 100%;
    height: 100%;
    transition: .6s ease
}

.index1 {
    padding: 8.69792vw 0 0 0;
    position: relative;
    z-index: 1
}

.index1 .title {
    text-align: center;
    color: #000;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1
}

.index1 .title span {
    color: #FF6A00;
    font-style: normal;
    font-weight: 400;
    font-family: "Leckerli One", cursive;
}

.index1 .p1 {
    margin: 2.39583vw auto 7.1875vw;
    width: 36.66667vw;
    color: #666;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 138.025%
}

.index1 .content .item {
    width: 100%;
    height: 25.625vw;
    overflow-x: scroll;
    overflow-y: hidden;
}

.index1 .content .item::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.index1 .content .item::-webkit-scrollbar-track {
    background-color: #dbdbdb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.index1 .content .item::-webkit-scrollbar-thumb {
    background-color: #FF6A00;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.index1 .content .item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: grab
}

.index1 .content .item video:active {
    cursor: grabbing
}

.index2 {
    padding: 8.64583vw 0 15.41667vw 8.33333vw;
    position: relative;
    z-index: 1
}

.index2 .color {
    position: absolute;
    width: 53.90625vw;
    top: 0;
    right: 0;
    z-index: -1
}

.index2 .l {
    width: 37.03125vw
}

.index2 .l .title {
    color: #000;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 1.82292vw
}

.index2 .l .text {
    color: #666;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1.77083vw
}

.index2 .l .text span {
    color: #FF3D00
}

.index2 .l .text p:not(:last-child) {
    margin: 0 0 .72917vw
}

.index2 .l .figure {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    gap: 2.5vw 4.6875vw
}

.index2 .l .figure .item {
    text-align: center
}

.index2 .l .figure .item .dis {
    display: flex;
    align-items: center;
    justify-content: center
}

.index2 .l .figure .item .dis span {
    color: #000;
    font-family: "Libre Caslon Display", serif;
    font-style: normal;
    font-weight: 400
}

.index2 .l .figure .item .dis .dw {
    color: #666;
    font-style: normal;
    font-weight: 400;
    margin: 0 .52083vw 0 .52083vw;
    position: relative;
    top: .83333vw
}

.index2 .l .figure .item .dis .line {
    width: 1px;
    height: 2.55208vw;
    background: #000;
    margin: 0 .52083vw
}

.index2 .l .figure .item .dis svg {
    width: 3.48958vw;
    height: 1.66667vw
}

.index2 .l .figure .item .p1 {
    color: #666;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.index3 {
    height: 100vh;
    background: #FF5806
}

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

.index3 .fix .wrap {
    width: 93.75vw;
    margin: auto
}

.index3 .fix .wrap .x {
    width: max-content;
    display: flex
}

.index3 .fix .wrap .x .content1 .l {
    width: 18.22917vw
}

.index3 .fix .wrap .x .content3 .l {
    width: 26.35417vw
}

.index3 .fix .wrap .x .content4 .l .p2 {
    width: 18.80208vw
}

.index3 .fix .wrap .x .content6 .l {
    width: 26.66667vw
}

.index3 .fix .wrap .x .content {
    display: flex;
    align-items: center;
    margin: 0 10vw 0 0
}

.index3 .fix .wrap .x .content:first-child {
    margin: 0 10vw
}

.index3 .fix .wrap .x .content:last-child {
    margin: 0 10vw 0 0
}

.index3 .fix .wrap .x .content .l {
    margin: 0 10.41667vw 0 0
}

.index3 .fix .wrap .x .content .l.on .year,
.index3 .fix .wrap .x .content .l.on .p1,
.index3 .fix .wrap .x .content .l.on .p2 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s
}

.index3 .fix .wrap .x .content .l.on .p1 {
    transition-delay: .4s
}

.index3 .fix .wrap .x .content .l.on .p2 {
    transition-delay: .5s
}

.index3 .fix .wrap .x .content .l .year {
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1.51042vw;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity .3s, transform .6s .3s
}

.index3 .fix .wrap .x .content .l .p1 {
    color: #FFF;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 2.65625vw;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity .3s, transform .6s .4s
}

.index3 .fix .wrap .x .content .l .p2 {
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity .3s, transform .6s .5s
}

.index3 .fix .wrap .x .content .img {
    width: 60.41667vw;
    height: 43.64583vw
}

.index3 .fix .wrap .x .content .img2 {
    width: 31.77083vw;
    height: 33.33333vw
}

.index3 .fix .wrap .x .content .img3 {
    width: 32.29167vw;
    height: 22.08333vw;
    position: relative;
    z-index: 2
}

.index3 .fix .wrap .x .content .img4 {
    max-height: 90vh;
    margin-left: -11.875vw
}

.index3 .fix .wrap .x .content .img5 {
    width: 48.59375vw;
    height: 33.33333vw
}

.index3 .fix .wrap .x .content .img6 {
    width: 31.77083vw;
    height: 33.33333vw
}

.index3 .fix .wrap .x .content .img7 {
    width: 48.59375vw;
    height: 33.33333vw
}

.index3 .fix .wrap .x .content .common_animate img {
    clip-path: inset(0 100% 0 0);
    transition: 1s
}

.index3 .fix .wrap .x .content .common_animate.on img {
    clip-path: inset(0 0 0 0)
}

.index3 .fix .wrap .x .content2 .l,
.index3 .fix .wrap .x .content5 .l {
    width: fit-content;
    text-align: center
}

.index3 .fix .wrap .x .content2 .l .p2,
.index3 .fix .wrap .x .content5 .l .p2 {
    width: 19.0625vw;
    margin: auto
}

.index4 {
    height: calc(10vh + 2000px)
}

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

.index4 .btns {
    opacity: 0;
}

.index4 .prev {
    position: absolute;
    left: -4vw;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    transform: translateY(-50%);
}

.index4 .next {
    position: absolute;
    right: -4vw;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    transform: translateY(-50%);
}

.index4 .prev img,
.index4 .next img {
    width: 3.125vw;
}

.index4 .fix .wrap {
    width: 83.33333vw
}

.index4 .fix .wrap .title {
    text-align: center
}

.index4 .fix .wrap .title .p1 {
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 .46875vw
}

.index4 .fix .wrap .title .p2 {
    color: #DEDEDE;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.index4 .fix .wrap .content {
    margin: 2.39583vw 0 0 0;
    position: relative;
}

.index4 .fix .wrap .content .solutionsSwiper {
    width: 109.89583vw;
    margin: 0
}

.index4 .fix .wrap .content .solutionsSwiper .swiper-slide .item {
    width: 20.3125vw;
    background: #FFF;
    padding: 1.5625vw;
    opacity: 0;
    transform: translateY(100px)
}

.index4 .fix .wrap .content .solutionsSwiper .swiper-slide .item .p1 {
    color: #000;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 1.04167vw
}

.index4 .fix .wrap .content .solutionsSwiper .swiper-slide .item .p2 {
    color: #999;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 3.125vw
}

.index4 .fix .wrap .content .solutionsSwiper .swiper-slide .item .img {
    margin: .83333vw 0 0 0;
    width: 100%;
    height: 21.25vw;
    position: relative
}

.index4 .fix .wrap .content .solutionsSwiper .swiper-slide .item .img img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    object-fit: contain;
}

.index4 .fix .wrap .content .solutionsSwiper .swiper-slide .item:hover .img img:nth-child(1) {
    opacity: 0
}

.index4 .fix .wrap .content .solutionsSwiper .swiper-slide .item:hover .img img:nth-child(2) {
    opacity: 1
}

.index4 .fix .wrap .other {
    margin: 1.875vw 0 0 0
}

.index4 .fix .wrap .other .p1 {
    color: #FFF;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1.77083vw
}

.index4 .fix .wrap .other .more {
    display: flex;
    height: 2.70833vw;
    justify-content: center;
    align-items: center;
    width: fit-content;
    gap: .46875vw;
    padding: 0 1.5625vw;
    background: #fff;
    margin: auto;
    border-radius: 2.08333vw;
    transition: .6s ease
}

.index4 .fix .wrap .other .more:hover {
    background: #FF5603
}

.index4 .fix .wrap .other .more:hover p {
    color: #fff
}

.index4 .fix .wrap .other .more:hover svg path {
    fill: #fff;
    stroke: #fff
}

.index4 .fix .wrap .other .more p {
    color: #FF5603;
    font-style: normal;
    font-weight: 500;
    transition: .6s ease
}

.index4 .fix .wrap .other .more svg {
    width: .9375vw;
    height: .9375vw
}

.index4 .fix .wrap .other .more svg path {
    transition: .6s ease
}

.index5 {
    position: relative
}

.index5:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.2;
    background: linear-gradient(90deg, transparent 0%, #000 126.77%)
}

.index5 .img {
    width: 100%
}

.index5 .position {
    position: absolute;
    right: 5.20833vw;
    bottom: 5.20833vw;
    z-index: 2
}

.index5 .position .p1 {
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 1.5625vw
}

.index5 .position .p2 {
    width: 29.16667vw;
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1.5625vw
}

.index5 .position .more {
    display: flex;
    width: 7.86458vw;
    height: 2.70833vw;
    justify-content: center;
    align-items: center;
    gap: .46875vw;
    border-radius: 2.08333vw;
    background: #FF5603
}

.index5 .position .more:hover svg {
    transform: translateX(.3125vw)
}

.index5 .position .more p {
    color: #FFF;
    font-style: normal;
    font-weight: 500
}

.index5 .position .more svg {
    width: .9375vw;
    height: .9375vw;
    transition: .6s ease
}

.index6 {
    padding: 5.20833vw .83333vw;
    background: #F7F8F8
}

.index6 .title {
    text-align: center
}

.index6 .title .p1 {
    color: #333;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 .41667vw
}

.index6 .title .p2 {
    color: #333;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.index6 .content {
    margin: 3.28125vw 0 0 0;
    position: relative
}

.index6 .content:after {
    content: '';
    position: absolute;
    width: 16.92708vw;
    height: 35.52083vw;
    top: 50%;
    right: -.83333vw;
    transform: translateY(-50%);
    background: linear-gradient(-90deg, #F7F8F8 0%, rgba(247, 248, 248, 0) 100%);
    z-index: 5;
    pointer-events: none
}

.index6 .content:before {
    content: '';
    position: absolute;
    width: 16.92708vw;
    height: 35.52083vw;
    top: 50%;
    left: -.83333vw;
    transform: translateY(-50%);
    background: linear-gradient(90deg, #F7F8F8 0%, rgba(247, 248, 248, 0) 100%);
    z-index: 5;
    pointer-events: none
}

.index6 .content .button {
    position: absolute;
    padding: 0 2.86458vw;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 7;
    pointer-events: none;
    display: flex;
    justify-content: space-between
}

.index6 .content .button .circle {
    pointer-events: auto;
    cursor: pointer;
    width: 3.125vw;
    height: 3.125vw
}

.index6 .content .wisdomSwiper {
    width: 100%
}

.index6 .content .wisdomSwiper .swiper-slide .img {
    width: 100%;
    height: 31.25vw;
    object-fit: cover
}

.index6 .more {
    display: flex;
    width: 7.86458vw;
    height: 2.70833vw;
    justify-content: center;
    align-items: center;
    gap: .46875vw;
    border-radius: 2.08333vw;
    background: #FF5603;
    margin: 3.125vw auto 0
}

.index6 .more:hover svg {
    transform: translateX(6px)
}

.index6 .more p {
    color: #FFF;
    font-style: normal;
    font-weight: 500
}

.index6 .more svg {
    width: .9375vw;
    height: .9375vw;
    transition: .6s ease
}

.index7 {
    padding: 5.20833vw 0 7.8125vw;
    overflow: hidden
}

.index7 .title {
    text-align: center
}

.index7 .title .p1 {
    color: #333;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 .41667vw
}

.index7 .title .p2 {
    color: #333;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.index7 .content {
    padding: 0 6.25vw;
    display: flex;
    margin: 2.76042vw 0 0 0;
    position: relative;
}

.index7 .prev {
    position: absolute;
    left: 1.6vw;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    transform: translateY(-50%);
}

.index7 .next {
    position: absolute;
    right: 1.6vw;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    transform: translateY(-50%);
}

.index7 .prev img,
.index7 .next img {
    width: 3.125vw;
}

.index7 .content .cooSwiper {
    width: 100%
}

.index7 .content .item {
    width: 100%
}

.index7 .content .item .headline {
    width: 100%;
    height: 2.91667vw;
    background: #FF5603;
    padding: 0 .52083vw 0 1.25vw;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.index7 .content .item .headline img {
    object-fit: contain;
    height: 1.5625vw
}

.index7 .content .item .headline p {
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.index7 .content .item .text {
    width: 20.3125vw;
    height: 22.13542vw;
    padding: 1.82292vw;
    color: #333;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    text-indent: 2.3rem;
    background: #F7F7F7
}

.index7 .go {
    margin: 3.75vw 0 0 0;
    position: relative;

}

.index7 .go:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 17.29167vw;
    height: 5.20833vw;
    background: linear-gradient(-90deg, #fff 0%, rgba(255, 255, 255, 0) 100%)
}

.index7 .go:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 17.29167vw;
    height: 5.20833vw;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%)
}

.index7 .go .animate {
    width: max-content;
    display: flex;
    animation: goAnimate 100s linear infinite
}

.index7 .go .animate .flex {
    display: flex;
    height: 2.5vw;
}

.index7 .go .animate .flex img {
    margin: 0 3.22917vw 0 0;
    display: block
}

@keyframes goAnimate {
    100% {
        transform: translateX(-50%)
    }
}

@media screen and (max-width: 768px) {
    .index4 .fix .wrap .content .solutionsSwiper .swiper-slide .item .img img:nth-child(2) {
        object-fit: contain;
    }

    .index4 .prev img,
    .index4 .next img,
    .index7 .prev img,
    .index7 .next img {
        width: 40px;
    }

    .index4 .prev,
    .index7 .prev {
        left: 0;
    }

    .index4 .next,
    .index7 .next {
        right: 0;
    }

    .index7 .btns {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 20px;
    }

    .index7 .prev,
    .index7 .next {
        position: static;
    }

    .home {
        overflow: hidden
    }

    .index1 {
        padding: 120px 0 0px;
    }

    .index1 .title {
        font-size: 28px;
        padding: 0 5%;
    }

    .index1 .title span {
        font-size: 42px
    }

    .index1 .p1 {
        width: 100%;
        margin: 25px 0 40px;
        font-size: 16px;
        line-height: 28px;
        padding: 0 5%;
    }

    .index1 .content {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }

    .index1 .content .item {
        height: auto;
        overflow-x: auto;
        overflow-y: hidden
    }

    .index1 .content .item video {
        display: block;
        width: 235%;
        cursor: grab
    }

    .index1 .relative:after {
        width: 235%;
    }

    .index1 .content .item video:active {
        cursor: grabbing
    }

    .index2 {
        padding: 50px 5%
    }

    .index2 .color {
        position: static;
        width: 100%
    }

    .index2 .l {
        width: 100%
    }

    .index2 .l .title {
        margin: 0 0 15px;
        font-size: 28px;
    }

    .index2 .l .text {
        margin: 0 0 15px;
        font-size: 16px;
        line-height: 28px
    }

    .index2 .l .text p:not(:last-child) {
        margin: 0 0 15px
    }

    .index2 .l .figure {
        grid-template-columns: repeat(2, 1fr);
        gap: 33px 20px;
        margin: 35px 0 0 0
    }

    .index2 .l .figure .item .dis .dw {
        font-size: 14px
    }

    .index2 .l .figure .item .dis>.dw:first-child {
        font-size: 14px
    }

    .index2 .l .figure .item .dis span {
        font-size: 36px
    }

    .index2 .l .figure .item .p1 {
        font-size: 16px
    }

    .index3 {
        height: auto !important
    }

    .index3 .fix {
        height: auto !important
    }

    .index3 .fix .wrap {
        width: 90%;
        padding: 40px 0
    }

    .index3 .fix .wrap .x {
        width: 100%;
        flex-direction: column
    }

    .index3 .fix .wrap .x .content {
        flex-direction: column;
        margin: 0 0 50px !important
    }

    .index3 .fix .wrap .x .content .l {
        width: 100%;
        margin: 0 0 20px;
        text-align: left !important
    }

    .index3 .fix .wrap .x .content .l .year {
        margin: 0 0 10px;
        font-size: 16px
    }

    .index3 .fix .wrap .x .content .l .p1 {
        margin: 0 0 15px;
        font-size: 25px
    }

    .index3 .fix .wrap .x .content .l .p2 {
        width: 100% !important;
        font-size: 16px;
        line-height: 28px
    }

    .index3 .fix .wrap .x .content .common_animate {
        width: 100% !important;
        height: auto !important
    }

    .index3 .fix .wrap .x .content .img4 {
        margin: 20px 0 0 0
    }

    .index4 {
        height: auto
    }

    .index4 .fix {
        height: auto
    }

    .index4 .fix .wrap {
        width: 90%;
        padding: 50px 0
    }

    .index4 .fix .wrap .title .p1 {
        margin: 0 0 15px;
        font-size: 28px
    }

    .index4 .fix .wrap .title .p2 {
        font-size: 16px;
        line-height: 28px
    }

    .index4 .fix .wrap .content {
        margin: 30px 0 0 0
    }

    .index4 .fix .wrap .content .solutionsSwiper {
        width: 100%
    }

    .index4 .fix .wrap .content .solutionsSwiper .swiper-slide .item {
        opacity: 1 !important;
        transform: translateY(0) !important;
        width: 100% !important;
        padding: 20px
    }

    .index4 .fix .wrap .content .solutionsSwiper .swiper-slide .item .p1 {
        margin: 0 0 10px;
        font-size: 18px
    }

    .index4 .fix .wrap .content .solutionsSwiper .swiper-slide .item .p2 {
        height: auto;
        font-size: 14px
    }

    .index4 .fix .wrap .content .solutionsSwiper .swiper-slide .item .img {
        margin: 20px 0 0 0;
        height: 300px;
    }

    .index4 .fix .wrap .other {
        margin: 35px 0 0 0
    }

    .index4 .fix .wrap .other .p1 {
        margin: 0 0 20px;
        font-size: 18px
    }

    .index4 .fix .wrap .other .more {
        height: 40px;
        width: fit-content;
        padding: 0 20px;
        border-radius: 25px;
        gap: 7px
    }

    .index4 .fix .wrap .other .more p {
        font-size: 14px
    }

    .index4 .fix .wrap .other .more svg {
        width: 14px;
        height: 14px
    }

    .index5 {
        position: relative;
        z-index: 1
    }

    .index5:after {
        opacity: 0.3;
        background: #000
    }

    .index5 .img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

    .index5 .position {
        position: relative;
        bottom: 0;
        right: 0;
        width: 100%;
        padding: 100px 5%
    }

    .index5 .position .p1 {
        margin: 0 0 10px;
        font-size: 26px
    }

    .index5 .position .p2 {
        width: 100%;
        margin: 0 0 15px;
        font-size: 16px;
        line-height: 28px
    }

    .index5 .position .more {
        width: fit-content;
        height: 40px;
        border-radius: 25px;
        padding: 0 20px;
        gap: 8px
    }

    .index5 .position .more p {
        font-size: 14px
    }

    .index5 .position .more svg {
        width: 14px;
        height: 14px
    }

    .index6 {
        padding: 50px 5%
    }

    .index6 .title .p1 {
        margin: 0 0 10px;
        font-size: 28px
    }

    .index6 .title .p2 {
        font-size: 16px;
        line-height: 28px
    }

    .index6 .more {
        width: fit-content;
        height: 40px;
        border-radius: 25px;
        padding: 0 20px;
        gap: 8px;
        margin: 40px auto 0
    }

    .index6 .more p {
        font-size: 14px
    }

    .index6 .more svg {
        width: 14px;
        height: 14px
    }

    .index6 .content {
        margin: 30px 0 0 0
    }

    .index6 .content:before,
    .index6 .content:after {
        height: 100%
    }

    .index6 .content .button .circle {
        width: 40px;
        height: 40px
    }

    .index6 .content .wisdomSwiper .swiper-slide {
        padding: 0 15%;
    }

    .index6 .content .wisdomSwiper .swiper-slide::after {
        display: none;
    }

    .index6 .content .wisdomSwiper .swiper-slide .img {
        height: auto;
    }

    .index7 {
        padding: 50px 5%
    }

    .index7 .title .p1 {
        margin: 0 0 10px;
        font-size: 28px
    }

    .index7 .title .p2 {
        font-size: 16px;
        line-height: 28px
    }

    .index7 .go {
        margin: 50px 0 0 0
    }

    .index7 .go:after,
    .index7 .go:before {
        display: none
    }

    .index7 .go .animate .flex {
        height: 35px;
    }

    .index7 .go .animate .flex img {
        margin: 0 30px 0 0
    }

    .index7 .content {
        flex-direction: column;
        margin: 30px 0 0 0;
        gap: 20px;
        padding: 0
    }

    .index7 .content .item {
        width: 100%
    }

    .index7 .content .item .headline {
        height: 40px;
        padding: 0 5%
    }

    .index7 .content .item .headline img {
        height: 24px
    }

    .index7 .content .item .headline p {
        font-size: 12px
    }

    .index7 .content .item .text {
        width: 100%;
        height: 380px;
        font-size: 14px;
        padding: 20px
    }

    .dialog .content video {
        object-fit: contain
    }

    /* 移动端视频控制元素隐藏 */
    .index6 .content .wisdomSwiper video {
        outline: none;
    }

    .index6 .content .wisdomSwiper video::-webkit-media-controls {
        display: none !important;
    }

    .index6 .content .wisdomSwiper video::-webkit-media-controls-panel {
        display: none !important;
    }

    .index6 .content .wisdomSwiper video::-webkit-media-controls-play-button {
        display: none !important;
    }

    .index6 .content .wisdomSwiper video::-webkit-media-controls-timeline {
        display: none !important;
    }

    .index6 .content .wisdomSwiper video::-webkit-media-controls-current-time-display {
        display: none !important;
    }

    .index6 .content .wisdomSwiper video::-webkit-media-controls-time-remaining-display {
        display: none !important;
    }

    .index6 .content .wisdomSwiper video::-webkit-media-controls-mute-button {
        display: none !important;
    }

    .index6 .content .wisdomSwiper video::-webkit-media-controls-volume-slider {
        display: none !important;
    }

    .index6 .content .wisdomSwiper video::-webkit-media-controls-fullscreen-button {
        display: none !important;
    }
}