    /* Box1 */
    .section1 {
        padding: 0 !important;
    }


    .Swiper1 {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 2;
    }

    .Slide1 {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .Slide1 video,
    .Slide1 .bj {
        width: 100%;
        height: 100%;
        position: relative;
        object-fit: cover;
        z-index: 1;
        position: relative;
        display: none;
    }


    .Slide1 .container {
        position: absolute;
        z-index: 5;
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .Slide1 .text {
        max-width: 500px;
    }

    .Slide1 .text h1 {
        font-weight: 700;
        font-size: 54px;
        line-height: 1.5;
        color: #000;
        margin-bottom: 30px;
    }

    .Slide1 .text p {
        width: 260px;
        height: 60px;
        background: var(--color);
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        line-height: 1.5;
        color: #FFFFFF;
    }

    .Slide1 .img {
        width: calc(100% - 500px);
        height: 50%;
        object-fit: contain;
    }

    @media (max-width: 1440px) {
        .Slide1 .text h1 {
            font-size: 42px;
        }
    }



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

        .Slide1 .text {
            max-width: 300px;
        }

        .Slide1 .text h1 {
            font-size: 36px;
        }

        .Slide1 .text p {
            width: 180px;
            height: 45px;
            font-size: 14px;
        }

        .Slide1 .img {
            width: calc(100% - 300px);
            height: 50%;
            object-fit: contain;
        }
    }

    @media (max-width: 720px) {
        .Slide1 .container {
            display: none;
        }
    }

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

    .videoBanner {
        display: none;
    }

    .Slide1 .AMore1 {
        display: none;
    }

    @media (max-width: 720px) {
        .Slide1 .AMore1 {
            font-size: 14px;
            color: #fff;
            border-radius: 45px;
            width: 140px;
            height: 45px;
            margin-top: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--color);
        }

        .Slide1 .video1 {
            display: none;
        }

        .videoBanner.cur {
            padding: 5vw;
            display: block;
            width: 100vw;
            height: 100vh;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 999;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background: #00000099;
        }

        .video2 {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }

        .gb1 {
            width: 30px;
            background: #fff;
            padding: 5px;
            margin-top: 30px;
        }
    }

    @keyframes animation1 {
        from {
            top: 0;
        }


        100% {
            top: 10px;
        }
    }