    /* Box1 */
    .section1 {
        width: 100%;
        overflow: hidden;
        position: relative;
        padding: 0 !important;
    }

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

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

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


    .bannerBox .text {
        position: absolute;
        z-index: 5;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .7);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        grid-gap: 25px;
        padding: 0 var(--w1200);
    }

    .bannerBox .text .icon {
        width: 100%;
        max-width: 800px;
    }

    .bannerBox .text b {
        display: block;
        height: 3px;
        width: 100px;
        background: #FFF;
    }

    .bannerBox .text h1 {
        font-size: 16px;
        color: #FFFFFF;
        text-align: center;
    }

    .bannerBox .text p {
        font-size: 16px;
        color: #FFFFFF;
        text-align: center;
    }

    .pagination1 {
        bottom: 20px !important;
    }

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

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

    .Box1 {
        position: absolute;
        z-index: 2;
        right: var(--w1200);
        bottom: 60px;
        width: 400px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .Box1 p {
        color: #EEE;
        font-size: 14px;
        display: flex;
        align-items: center;
        grid-gap: 10px;
    }

    .Box1 p img {
        width: 15px;
    }

    @media (max-width: 1200px) {
        .bannerBox .text {
            grid-gap: 15px;
        }

        .Box1 {
            right: 0;
            width: 100%;
            grid-gap: 30px;
            justify-content: center;
        }
    }

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

    @media (max-width: 460px) {
        .Box1 {grid-gap: 15px;
            flex-wrap: wrap;
            justify-content: center;
        }
    }