    /* Box1 */
    .section1 {
        margin-top: 80px;
        padding: 0 !important;
    }

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

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

    .bannerSlide {
        height: auto;
    }

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

    .pagination1 {
        bottom: 30px !important;
    }

    .pagination1 span {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #ccc;
        margin: 0 15px !important;
        opacity: 1;
    }

    .pagination1 span.swiper-pagination-bullet-active {
        background: var(--color);
    }

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

    @media (max-width: 720px) {
        .pagination1 {
            bottom: 10px !important;
        }

        .pagination1 span {
            width: 14px;
            height: 14px;
            margin: 0 10px !important;
        }
    }

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