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


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

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

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


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