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

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

    .bannerSwiper {
        position: relative;
        z-index: 2;
    }

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


    .bannerBox .text {
        position: absolute;
        z-index: 5;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0);
        padding-bottom: 10vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .bannerBox .text h1 {
        font-family: PuHuiTi85;
        font-style: normal;
        font-weight: 700;
        font-size: 62px;
        line-height: 1.5;
        text-align: center;
        color: #FFFFFF;
    }

    .bannerBox .text h2 {
        font-size: 16px;
        line-height: 1.5;
        text-align: center;
        color: #FEFEFE;
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .bannerBox .text img {
        display: block;
        width: auto;
    }


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

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

        .bannerBox .text h2 {
            font-size: 16px;
            margin-top: 5px;
            margin-bottom: 15px;
        }
    }

    @media (max-width: 720px) {
        .bannerBox .text {
            background: rgba(0, 0, 0, 0.25);
            padding-bottom: 0vw;
            padding-left: var(--container);
            padding-right: var(--container);
        }

        .bannerBox .text img {
            display: none;
        }

        .bannerBox .text h1 {
            font-size: 32px;
        }

        .bannerBox .text h2 {
            font-size: 14px;
            margin-bottom: 0;
        }
    }

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

    .AMore1,
    .videoBanner {
        display: none;
    }


    @media (max-width: 720px) {
        .AMore1 {
            padding: 5px 15px;
            background: var(--color);
            margin-top: 5px;
            color: #fff;
            font-size: 14px;
        }

        .bannerBox .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;
        }
    }