    :root {
        --white: rgb(255, 255, 253);
        --black: #131112;
        --color1: #1294DD;
        --color2: #0357EE;
        --color3: #FF7C1C;
        --color4: #000747;
        --jb: linear-gradient(206.57deg, #1294DD 0%, #0357EE 83.33%);
    }

    /* 标题 */
    .sectionTitle {
        font-weight: 100;
        font-size: 30px;
        line-height: 1;
        color: #000000;
        display: flex;
        align-items: baseline;
        justify-content: center;
    }

    .sectionTitle span {
        font-weight: 100;
        font-size: 50px;
        line-height: 1;
        color: #000000;
        margin-right: 20px;
        display: flex;
    }

    .sectionTitle span b {
        font-weight: bold;
        display: flex;
    }

    .sectionTitle span b strong {
        color: var(--color3);
    }

    @media (max-width: 1540px) {
        .sectionTitle span {
            font-size: 40px;
        }
    }

    @media (max-width: 1200px) {
        .sectionTitle span {
            font-size: 32px;
            margin-right: 10px;
        }

        .sectionTitle {
            font-size: 24px;
        }
    }

    @media (max-width: 720px) {
        .sectionTitle span {
            font-size: 26px;
            margin-right: 5px;
        }

        .sectionTitle {
            font-size: 18px;
        }
    }


    section {
        padding: 45px 0;
        background: #fff;
        position: relative;
        z-index: 1;
    }


    @media (max-width: 1540px) {
        section {
            padding: 35px 0;
        }
    }

    @media (max-width: 1200px) {
        section {
            padding: 30px 0;
        }
    }

    @media (max-width: 460px) {
        section {
            padding: 20px 0;
        }
    }

    /* 按钮 */
    .AMore {
        transition: 0.5s;
        width: 180px;
        height: 50px;
        color: #fff;
        background: var(--color);
        border-radius: 6px;
        position: relative;
        transition: 0.5s;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .AMore:hover {
        color: var(--color);
        background: #BFBFBF;
    }

    @media (max-width: 1200px) {
        .AMore {
            width: 140px;
            height: 45px;
        }
    }

    @media (max-width: 720px) {
        .AMore {
            width: 120px;
            height: 40px;
            font-size: 14px;
        }
    }




    @keyframes text {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    @keyframes text {
        0% {
            transform: scale(1);
        }

        100% {
            transform: scale(1.2);
        }
    }

    /* Box1 */
    .section1 {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 0;
        padding: 0;
    }

    .bannerBox {
        position: relative;
        z-index: 2;
        overflow: hidden;
        width: 100%;
    }

    .bannerSwiper {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    .bannerSlide {
        overflow: hidden;
        width: 100%;
        position: relative;
        z-index: 2;
    }

    .bannerSlide .text {
        position: absolute;
        z-index: 9;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 0 var(--container);
        background: #00000000;
        display: flex;
        flex-direction: row;
    }

    .bannerSlide .text h1 {
        font-family: YouSheBiaoTiHei;
        font-weight: 300;
        font-size: 60px;
        line-height: 1.5;
        color: #FFFFFF;
        position: absolute;
        left: var(--container);
        top: 40%;
    }

    .bannerSlide .text h1 b {
        font-size: 80px;
        font-family: YouSheBiaoTiHei;
        font-weight: 300;
        line-height: 1;
        color: #FFFFFF;
    }


    .bannerSlide .text .tu1 {
        display: block;
        height: 28vw;
        position: absolute;
        right: var(--container);
        top: 8vw;
    }




    .bannerSlide .bj {
        width: 100%;
        object-fit: cover;
        position: relative;
        z-index: 3;
        animation: text 20s linear infinite;
    }


    @media (max-width: 1540px) {
        .bannerSlide .text h1 {
            font-size: 48px;
        }

        .bannerSlide .text h1 b {
            font-size: 60px;
        }

    }

    @media (max-width: 1200px) {
        .section1 {
            margin-top: 60px;
        }

        .bannerSlide .text h1 {
            font-size: 40px;
        }

        .bannerSlide .text h1 b {
            font-size: 52px;
        }
    }

    @media (max-width: 720px) {
        .bannerSlide .bj {
            height: 90vw;
        }



        .bannerSlide .text h1 {
            top: 15%;
        }

        .bannerSlide .text .tu1 {
            height: auto;
            width: calc(100vw - var(--container) * 2);
            top: auto !important;
            bottom: 0;
        }
    }

    @media (max-width:460px) {
        .bannerSlide .bj {
            height: 120vw;
        }
    }

    .section2 {
        padding: 0;
        margin-top: -127px;
        background: #fff0;
        border-top: 1px solid #ffffff80;
    }

    .Number {
        position: relative;
        z-index: 2;
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .NumberItem {
        padding: 30px 0;
        opacity: 0.7;
        transition: 0.5s;
    }

    .NumberItem.counterOn {
        opacity: 1;
    }

    .NumberItem h1 {
        font-family: 'Impact';
        font-weight: 100;
        font-size: 40px;
        line-height: 1;
        color: #fff;
        display: flex;
    }

    .NumberItem h1 span {
        font-family: 'Impact';
        font-weight: 100;
        font-size: 40px;
        color: #fff;
    }

    .NumberItem h2 {
        margin-top: 10px;
        font-weight: bold;
        font-size: 16px;
        line-height: 1;
        color: #fff;
    }

    @media (max-width: 1200px) {
        .section2 {
            margin-top: 0px;
        }

        .NumberItem h1 {
            color: var(--color2);
        }

        .NumberItem h1 span {
            color: var(--color2);
        }

        .NumberItem h2 {
            color: var(--color2);
        }
    }

    @media (max-width: 720px) {
        .Number {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
        }

        .NumberItem {
            width: 33.33%;
        }

        .NumberItem h1,
        .NumberItem h1 span {
            font-size: 32px;
            display: flex;
            justify-content: center;
        }

        .NumberItem h2 {
            text-align: center;
        }
    }

    @media (max-width:460px) {
        .section2 {
            padding: 30px 0;
        }

        .NumberItem {
            padding: 15px 0;
        }

        .NumberItem h1,
        .NumberItem h1 span {
            font-size: 24px;
        }

        .NumberItem h2 {
            font-size: 14px;
        }
    }

    .section3 {
        padding-top: 90px;
        overflow: hidden;
        position: relative;
    }

    .box3 {
        margin-top: 60px;
        display: flex;
        justify-content: space-between;
    }

    .img3 {
        width: 55%;
        position: relative;
        padding-left: 10vw;
        padding-right: 7vw;
        padding-top: 70px;
        padding-bottom: 90px;
    }

    .img3::after {
        content: "";
        display: block;
        position: absolute;
        left: -1vw;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/227/20240624162707_QP7Ypw2M.png) no-repeat center;
        background-size: 100% 100%;
    }

    .img3 img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        position: relative;
        z-index: 2;
    }

    .box3Nav h1.cur {
        color: var(--color1);
        border-bottom: 3px solid var(--color1);
    }

    .text3 {
        width: 40%;
        padding-right: 10vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .item3 {
        margin: 15px 0;
        padding: 25px;
        border-radius: 100px;
        display: flex;
        align-items: center;
        transition: 1s;
    }

    .item3.cur {
        box-shadow: 0px 4px 15px rgba(3, 87, 238, 0.26);
    }

    .item3 span {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60px;
        height: 60px;
        background: var(--jb);
        border-radius: 50%;
        font-weight: 700;
        font-size: 20px;
        line-height: 1;
        color: #FFFFFF;
    }


    .desc3 {
        width: calc(100% - 60px);
        padding-left: 20px;
    }

    .desc3 h1 {
        font-weight: 400;
        font-size: 20px;
        line-height: 1.5;
        color: #000000;
    }

    .desc3 h2 {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5;
        color: rgba(0, 0, 0, 0.5);
    }




    @media (max-width: 1540px) {
        .section3 {
            padding-top: 70px;
        }

        .text3 {
            padding-right: var(--container);
            width: 45%;
        }

        .img3 {
            width: 50%;
            padding-left: var(--container);
        }
    }

    @media (max-width: 1200px) {
        .section3 {
            padding-top: 60px;
        }

        .img3 {
            padding: 60px;
            width: 50%;
        }

        .img3::after {
            left: 0;
        }
    }


    @media (max-width:800px) {
        .box3 {
            padding: 0 var(--container);
            margin-top: 30px;
            display: flex;
            justify-content: space-between;
            flex-direction: column-reverse;
        }

        .text3 {
            padding: 0;
            width: 100%;
        }

        .img3 {
            padding: 60px;
            width: 100%;
        }
    }

    @media (max-width: 460px) {
        .section3 {
            padding-top: 20px;
        }

        .item3 {
            margin: 10px 0;
            padding: 15px;
        }

        .item3 span {
            width: 45px;
            height: 45px;
            font-size: 18px;
        }

        .desc3 h1 {
            font-size: 18px;
        }

        .desc3 h2 {
            font-size: 14px;
        }

        .img3 {
            margin-top: 30px;
            padding: 30px;
            width: 100%;
        }
    }

    .section4 {}

    .Box4 {
        margin-top: 90px;
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .bj4 {
        width: 37%;
        position: relative;
    }

    .item4 {
        position: absolute;
        width: 35%;
    }

    .item4 .desc4 {
        width: 100%;
        height: 100px;
        display: flex;
        flex-direction: row;
        align-items: center;
        position: relative;
        padding-left: 45px;
    }

    .item4 .desc4::after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(270deg, rgba(255, 255, 255, 0) -3.5%, rgba(197, 213, 255, 0.2) 50%);
        transform: skew(30deg, 0deg);
    }

    .item4 .desc4 span {
        font-weight: 700;
        font-size: 40px;
        line-height: 1;
        color: var(--color2);
    }

    .item4 .desc4 h1 {
        font-size: 20px;
        line-height: 1;
        color: #000000;
        margin-left: 20px;
    }



    .item4 h2 {
        margin-top: 25px;
        font-weight: 400;
        font-size: 16px;
        line-height: 1;
        color: rgba(0, 0, 0, 0.5);
        padding-left: 45px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        opacity: 0;
        transition: 0.5s;
    }

    .item4:hover h2 {
        opacity: 1;
    }

    .item4:nth-child(1) {
        top: 20%;
        left: 0%;
    }

    .item4:nth-child(2) {
        right: 0%;
        top: 30%;
        width: 33%;
    }


    .item4:nth-child(2) .desc4::after {
        transform: skew(-30deg, 0deg);
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) -3.5%, rgba(197, 213, 255, 0.2) 50%);
    }

    .item4:nth-child(3) {
        top: 45%;
        left: 5%;
    }


    .item4:nth-child(4) {
        width: 33%;
        top: 55%;
        right: 5%;
    }


    .item4:nth-child(4) .desc4::after {
        transform: skew(-30deg, 0deg);
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) -3.5%, rgba(197, 213, 255, 0.2) 50%);
    }

    .item4:nth-child(5) {
        top: 70%;
        left: 10%;
    }

    @media (max-width: 1700px) {
        .Box4 {
            margin-top: 0px;
        }

        .bj4 {
            width: 30%;
            height: 640px;
            object-fit: contain;
            position: relative;
        }

        .item4 .desc4::after {
            transform: skew(20deg, 0deg);
        }

        .item4:nth-child(3) {
            top: 45%;
            left: 4%;
        }

        .item4:nth-child(5) {
            top: 70%;
            left: 8%;
        }

        .item4 .desc4 {
            padding-left: 30px;
        }

        .item4 .desc4 h1 {
            font-size: 18px;
        }
    }

    @media (max-width: 1540px) {
        .item4 .desc4 h1 {
            line-height: 1.5;
        }

        .item4 {
            width: 30%;
        }

        .item4:nth-child(2) {
            width: 30%;
        }

        .item4:nth-child(4) {
            width: 30%;
        }

        .bj4 {
            width: 30%;
            height: 500px;
        }

        .item4 h2 {
            margin-top: 15px;
        }

        .item4 .desc4 {
            height: 80px;
        }
    }

    @media (max-width: 1200px) {
        .bj4 {
            width: 30%;
            height: 480px;
        }

        .item4:nth-child(1),
        .item4:nth-child(3),
        .item4:nth-child(5) {
            left: 0 !important;
        }

        .item4:nth-child(2),
        .item4:nth-child(4) {
            right: 0 !important;
        }

        .item4 .desc4 {
            padding-left: 20px;
        }

        .item4 .desc4 h1 {
            font-size: 16px;
        }

        .item4 h2 {
            margin-top: 10px;
            padding-left: 20px;
        }

        .item4 .desc4 span {
            font-size: 32px;
        }

        .item4:nth-child(2) {
            top: 35%;
        }

        .item4:nth-child(4) {
            top: 60%;
        }
    }

    @media (max-width: 900px) {
        .Box4 {
            margin-top: 45px;
            display: flex;
            flex-wrap: wrap;
        }

        .item4 {
            position: unset;
            width: 100% !important;
            margin-bottom: 15px;
        }

        .item4 h2 {
            margin-top: 15px;
        }

        .item4 .desc4 {
            height: auto;
            padding-top: 15px;
            padding-bottom: 15px;
        }

        .item4 .desc4::after {
            background: linear-gradient(270deg, rgba(255, 255, 255, 0) -3.5%, rgba(197, 213, 255, 0.2) 50%) !important;
            transform: skew(20deg, 0deg) !important;
        }

        .bj4 {
            width: auto;
            max-width: 100%;
            height: auto;
            text-align: center;
        }
    }

    @media (max-width: 720px) {}

    @media (max-width: 460px) {}

    .section5 {
        background: #FBFCFF;
        padding: 100px 0 80px;
    }

    .Box5 {
        margin-top: 80px;
        max-width: 1500px;
        display: flex;
    }

    .listBox5 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        grid-gap: 40px;
    }

    .listBox5 h1 {
        width: 260px;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #FFFFFF;
        border-radius: 50px;
        box-shadow: 0px 10px 30px rgba(3, 87, 238, 0.1);
        overflow: hidden;
        position: relative;
        z-index: 2;
        font-size: 20px;
        line-height: 1.5;
        color: #000000;
        transition: 0.5s;
    }

    .listBox5 h1::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
        opacity: 0;
        transition: 0.5s;
        background: linear-gradient(82.85deg, #FF7B1C 19.14%, #FEC160 104.63%);
    }

    .listBox5 h1.cur {
        color: #fff;
    }

    .listBox5 h1.cur::after {
        opacity: 1;
    }

    .itemBox5 {
        width: calc(100% - 260px);
        padding-left: 100px;
    }

    .item5 {
        display: none;
        position: relative;
        padding: 0 90px;
    }

    .item5.cur {
        display: block;
    }


    .prev5 {
        background: url(/assets/images/left.png) no-repeat center;
        background-size: contain;
        width: 45px;
        height: 75px;
        transform: rotateY(180deg);
    }


    .next5 {
        background: url(/assets/images/left.png) no-repeat center;
        background-size: contain;
        width: 45px;
        height: 75px;
    }

    .item5 .swiper-button-next:after,
    .item5 .swiper-button-prev:after {
        display: none;
    }

    .Swiper5 {
        width: 800px;
        max-width: 100%;
    }

    .Swiper5::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 2;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/227/20240624162707_WrEMhZeu.png) no-repeat center;
        background-size: 100% 100%;
    }

    .slide5 img {
        width: 100%;
    }

    @media (max-width:1200px) {
        .Box5 {
            margin-top: 60px;
        }

        .itemBox5 {
            width: calc(100% - 210px);
            padding-left: 30px;
        }

        .listBox5 {
            grid-gap: 30px;
        }

        .listBox5 h1 {
            width: 210px;
            height: 60px;
            font-size: 18px;
        }

        .prev5,
        .next5 {
            width: 20px;
            height: 45px;
        }

        .item5 {
            padding: 0px 40px;
        }
    }

    @media (max-width:800px) {
        .section5 {
            background: #FBFCFF;
            padding: 60px 0;
        }

        .Box5 {
            display: flex;
            flex-wrap: wrap;
            margin-top: 45px;
        }

        .listBox5 {
            width: 100%;
            display: flex;
            flex-direction: row;
            justify-content: space-evenly;
            grid-gap: 0;
            margin-bottom: 20px;
        }

        .listBox5 h1 {
            width: 180px;
            height: 45px;
            font-size: 16px;
        }

        .itemBox5 {
            width: 100%;
            padding: 0 45px;
        }
    }

    @media (max-width:600px) {
        .Box5 {
            margin-top: 30px;
        }

        .itemBox5 {
            width: 100%;
            padding: 0;
        }

        .listBox5 {
            display: flex;
            flex-direction: row;
            justify-content: space-between;

        }

        .listBox5 h1 {
            width: auto;
            padding: 0 20px;
            font-size: 14px;
            height: 40px;
        }
    }

    .section6 {
        position: relative;
        overflow: hidden;
    }

    .Box6 {
        width: 100%;
        overflow: hidden;
    }

    .Box6Text {
        width: 1200px;
        height: 220px;
        margin: 45px auto;
        position: relative;

    }

    .text6 {
        position: absolute;
        font-size: 18px;
        line-height: 1;
        color: rgba(0, 0, 0, 0.5);
        padding: 20px 40px;
        border-radius: 50px;
        display: flex;
        align-items: center;
    }

    .text6::before {
        content: "";
        width: 10px;
        height: 10px;
        display: block;
        border-radius: 50%;
        background: var(--color2);
        margin-right: 10px;
        left: 20%;
    }

    .text6:nth-child(1) {
        top: 0;
        left: 280px;
    }

    .text6:nth-child(2) {
        top: 58px;
        left: 140px;
        color: #fff;
        background: #FF9612;
    }

    .text6:nth-child(2)::before {
        width: 0;
        height: 0;
        border: 0 solid transparent;
        border-left: 5.88px solid transparent;
        border-right: 22.12px solid transparent;
        border-top: 21px solid #FF9612;
        border-radius: 0;
        background: #fff0;
        position: absolute;
        top: 99%;
    }

    .text6:nth-child(3) {
        top: 75px;
        left: 400px;
    }

    .text6:nth-child(4) {
        top: 26px;
        left: 640px;
        color: #fff;
        background: #FF6D00;
    }

    .text6:nth-child(4)::before {
        width: 0;
        height: 0;
        border: 0 solid transparent;
        border-left: 5.88px solid transparent;
        border-right: 22.12px solid transparent;
        border-top: 21px solid #FF6D00;
        border-radius: 0;
        background: #fff0;
        position: absolute;
        top: 99%;
    }

    .text6:nth-child(5) {
        top: 58px;
        right: 60px;
    }

    .text6:nth-child(6) {
        bottom: 0;
        left: 0;
    }

    .text6:nth-child(7) {
        bottom: 0;
        left: 320px;
        color: #fff;
        background: #81ABF7;
    }

    .text6:nth-child(7)::before {
        width: 0;
        height: 0;
        border: 0 solid transparent;
        border-left: 5.88px solid transparent;
        border-right: 22.12px solid transparent;
        border-top: 21px solid #81ABF7;
        border-radius: 0;
        background: #fff0;
        position: absolute;
        top: 99%;
    }

    .text6:nth-child(8) {
        bottom: 0;
        right: 0;
    }


    @media (max-width: 1200px) {
        .Box6Text {
            width: 100%;
        }

        .text6 {
            font-size: 16px;
            padding: 15px 30px;
        }

        .text6:nth-child(1) {
            left: 14%;
        }

        .text6:nth-child(2) {
            left: 38%;
            top: 13px;
        }

        .text6:nth-child(3) {
            left: 61%;
            top: 0;
        }

        .text6:nth-child(4) {
            left: 6%;
            top: 59px;
        }

        .text6:nth-child(5) {
            left: 33%;
            right: auto;
            top: 90px;
        }

        .text6:nth-child(6) {
            right: 0%;
            left: auto;
            bottom: 69px;
        }

        .text6:nth-child(7) {
            left: 63%;
        }

        .text6:nth-child(8) {
            bottom: 0;
            right: 42%;
        }
    }

    @media (max-width: 800px) {
        .Box6Text {
            width: 420px;
            height: 320px;
            margin: 30px auto;
        }

        .text6:nth-child(1) {
            left: 0%;
        }

        .text6:nth-child(2) {
            left: 0%;
            top: 57px;
        }

        .text6:nth-child(3) {
            left: auto;
            right: 0%;
            top: 0;
        }

        .text6:nth-child(4) {
            left: auto;
            right: 0;
            top: 113px;
        }

        .text6:nth-child(5) {
            left: auto;
            right: 0%;
            top: 64px;
        }

        .text6:nth-child(6) {
            right: auto;
            left: 0%;
            bottom: 142px;
        }

        .text6:nth-child(7) {
            left: 0%;
            bottom: 93px;
        }

        .text6:nth-child(8) {
            bottom: 0;
            right: 0%;
        }
    }

    @media (max-width: 460px) {
        .Box6Text {
            width: 100%;
            height: auto;
            margin: 30px auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            align-items: flex-start;
            flex-direction: column;
        }

        .text6 {
            font-size: 16px;
            padding: 15px 10px;
            position: unset;
            margin: 10px 0;
        }
    }



    .Box6Img {
        position: relative;
        left: -5%;
        width: 110%;
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        grid-gap: 40px;
    }

    .Box6Img .img6 {
        background: #FFFFFF;
        box-shadow: 0px 0px 30px rgba(3, 87, 238, 0.1);
        border-radius: 15px;
        position: relative;

    }

    .Box6Img .img6 img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    @keyframes mover1 {
        0% {
            left: 5vw;
        }

        50% {
            left: -5vw;
        }

        100% {
            left: 5vw;
        }
    }

    @keyframes mover2 {
        0% {
            left: -5vw;
        }

        50% {
            left: 5vw;
        }

        100% {
            left: -5vw;
        }
    }

    .Box6Img .img6.mover1 {
        animation: 60s linear infinite alternate mover1;
    }

    .Box6Img .img6.mover2 {
        animation: 60s linear infinite alternate mover2;
    }

    .Box6Img .img6.mover3 {
        animation: 40s linear infinite alternate mover1;
    }

    .Box6Img .img6.mover4 {
        animation: 80s linear infinite alternate mover2;
    }

    @media (max-width: 1200px) {
        .Box6Img {
            grid-gap: 20px;
        }
    }

    @media (max-width: 800px) {
        .Box6Img {
            width: 150%;
            grid-gap: 10px;
        }
    }

    @media (max-width: 460px) {
        .Box6Img {
            width: 110%;
            grid-gap: 10px;
            grid-template-columns: repeat(4, 1fr);
        }

        .Box6Img .img6.mover1 {
            animation: 15s linear infinite alternate mover1;
        }

        .Box6Img .img6.mover2 {
            animation: 15s linear infinite alternate mover2;
        }

        .Box6Img .img6.mover3 {
            animation: 10s linear infinite alternate mover1;
        }

        .Box6Img .img6.mover4 {
            animation: 20s linear infinite alternate mover2;
        }
    }

    .section7 {
        position: relative;
        padding-bottom: 0;
    }

    .Box7 {
        background: #fff;
        margin-top: 80px;
        display: flex;
        flex-wrap: wrap;
    }

    .lt7 {
        width: 50%;
        position: relative;

    }

    .lt7 .text7 {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2;
        left: var(--container);
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }

    .lt7 .text7 a {
        margin-top: 50px;
        font-size: 20px;
        line-height: 1;
        color: var(--color2);
        padding: 20px 30px;
        background: #fff;
        border-radius: 50px;
    }

    .lt7 .desc7 {
        font-size: 30px;
        line-height: 1.5;
        color: #FFFFFF;
    }

    .lt7 .desc7 b {
        font-size: 50px;
        line-height: 1.5;
        color: #FFFFFF;
    }

    .lt7 .bj7 {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .rt7 {
        padding: 30px 0;
        padding-left: 30px;
        padding-right: 160px;
        width: 50%;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }

    .rt7 .title7 {
        font-size: 26px;
        line-height: 1;
        color: #000000;
        margin-bottom: 45px;
    }

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

    .form7 label {
        width: 100%;
        margin-bottom: 30px;
    }

    .form7 .label1 {
        width: calc(50% - 15px);

    }

    .form7 h1 {
        font-size: 16px;
        line-height: 1;
        color: rgba(0, 0, 0, 0.2);
    }

    .form7 h1 sup {
        color: #FF1F00;
        top: 0;
        left: 5px;
        font-size: 16px;
        font-weight: bold;
    }

    .form7 label input {
        height: 40px;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        background: #FFF;
    }

    .form7 .label2 {
        width: calc(50% - 15px + 130px);

    }

    .form7 .anniu7 {
        display: flex;
        grid-gap: 20px;
    }

    .form7 .anniu7 button {
        width: 140px;
        height: 38px;
        background: #D9D9D9;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
    }

    .form7 .anniu7 button:nth-child(1) {
        background: rgba(3, 87, 238, 0.5);
    }

    .form7 .anniu7 button:hover {
        background: var(--color3);
    }

    @media (max-width: 1540px) {
        .lt7 {
            width: 60%;
            padding-right: 0;
        }

        .rt7 {
            width: 40%;
            padding-right: var(--container);
        }

    }

    @media (max-width: 1200px) {
        .rt7 {
            padding-left: 15px;
        }



        .rt7 .title7 {
            font-size: 24px;
            margin-bottom: 25px;
        }



        .form7 label input {
            height: 30px;
            width: 100%;
        }

        .form7 label {
            margin-bottom: 20px;
        }

        .form7 .anniu7 button {
            height: 30px;
        }
    }

    @media (max-width: 900px) {
        .Box7 {
            margin-top: 60px;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column-reverse;
        }

        .rt7 {
            width: 100%;
            padding-top: 0;
            padding: 30px var(--container);
        }

        .lt7 {
            width: 100%;
        }
    }

    @media (max-width: 720px) {
        .lt7 .desc7 {
            font-size: 24px;
        }

        .lt7 .desc7 b {
            font-size: 42px;
        }

        .lt7 .text7 a {
            margin-top: 30px;
            font-size: 18px;
        }
    }

    @media (max-width: 460px) {
        .Box7 {
            margin-top: 10px;
        }

        .rt7 .title7 {
            font-size: 22px;
        }

        .lt7 .desc7 {
            font-size: 18px;
        }

        .lt7 .desc7 b {
            font-size: 28px;
        }

        .lt7 .text7 a {
            margin-top: 20px;
            font-size: 16px;
            padding: 15px 20px;
        }
    }

    .section8 {
        padding-top: 80px;
        padding-bottom: 0;
    }

    .Box8 {
        margin: 0 auto;
        margin-top: 60px;
    }

    @media (max-width: 1200px) {
        .section8 {
            padding-top: 60px;
        }

        .Box8 {
            margin-top: 40px;
        }
    }

    @media (max-width: 460px) {
        .section8 {
            padding-top: 40px;
        }

        .Box8 {
            margin-top: 20px;
        }
    }


    .swiper8 {
        padding: 20px;
        width: 100%;
        position: relative;
    }

    .item8 {
        width: 100%;
    }

    .text8 {
        padding: 30px;
    }

    .text8 span {
        display: block;
        font-size: 16px;
        line-height: 1;
        color: var(--color2);
    }

    .text8 h1 {
        font-size: 20px;
        line-height: 1.5;
        color: var(--black);
        margin: 10px 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .text8 h2 {
        font-size: 16px;
        line-height: 1.5;
        color: rgba(0, 0, 0, 0.5);
        opacity: 0.5;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }


    .item8:hover {
        box-shadow: 0px 4px 15px rgba(153, 124, 101, 0.2);
    }

    .item8:hover .text8 h1 {
        color: var(--color2);
    }

    .item8:hover .img5 img {
        transform: scale(1.08);
    }


    a.box8More {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        margin-top: 20px;
        width: 340px;
        height: 80px;
        background: rgba(3, 87, 238, 0.5);
        border-radius: 40px;
        font-weight: 700;
        font-size: 18px;
        line-height: 1;
        text-align: center;
        color: #FFFFFF;
        transition: 0.5s;
    }

    a.box8More:hover {
        background: rgba(3, 87, 238, 1);
    }

    @media (max-width:1200px) {

        .text8 {
            padding: 20px;
        }


        .text8 h1 {
            font-size: 18px;
        }

        .text8 h2 {
            font-size: 14px;
        }

        .text8 span {
            font-size: 14px;
        }

        a.box8More {
            width: 240px;
            height: 60px;
            font-size: 16px;
        }
    }

    @media (max-width: 800px) {
        .swiper8 {
            padding: 10px;
        }



        .item8:hover {
            box-shadow: 0px 4px 10px rgba(153, 124, 101, 0.2);
        }
    }

    @media (max-width: 500px) {


        a.box8More {
            width: 150px;
            height: 40px;
            font-size: 14px;
        }
    }