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


    .Swiper1 {
        width: 1440px;
        max-width: 100%;
        height: 100%;
        position: relative;
        z-index: 2;
        margin: 0 auto;
    }

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


    }