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


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

    .Slide1 {
        width: 100%;
        height: auto;
    }

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


    .Slide1 .text {
        position: absolute;
        z-index: 5;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        padding: 0 var(--container);
        padding-bottom: 60px;
    }

    .Slide1 .text h1 {
        font-family: PuHuiTi55;
        font-weight: bold;
        font-size: 32px;
        line-height: 1;
        padding-left: 5px;
        color: #FFFFFF;
        border-left: 3px solid #DB4C41;
    }

    .Slide1 .text span {
        display: flex;
        flex-direction: column;
        grid-gap: 10px;
        align-items: flex-start;
    }

    .Slide1 .text span p {
        color: #FFF;
        font-family: PuHuiTi55;
        font-weight: bold;
        font-size: 24px;
        border-bottom: 4px solid #fff;
        padding-right: 15px;
    }

    .Slide1 .text span p:nth-child(2) {
        margin-left: 40px;
    }



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

    @media (max-width: 720px) {
        .Slide1 .text {
            padding-bottom: 0px;
            display: flex;
            flex-direction: column-reverse;
            justify-content: center;
            align-items: flex-start;
            grid-gap: 30px;
        }

        .Slide1 .text span p {
            font-size: 16px;
        }

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

        .Slide1 {
            background: #000;
        }

        .Slide1 .bj {
            opacity: 0.75;
            min-height: 300px;
        }
    }

    @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;
        }
    }
