    /* Box1 */
    .section1 {
        position: relative;
        z-index: 1;
        padding: 0;
    }

    .bannerBox {
        position: relative;
        z-index: 2;
        overflow: hidden;
        width: 100%;
    }

    .bannerSwiper {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    .bannerSlide {
        overflow: hidden;
        width: 100%;
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
    }

    .bannerSlide .bj {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
        z-index: 3;
        animation: scaleDraw 20s infinite linear;
    }




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

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

    @media (max-width: 720px) {
        .pagination1 span {
            width: 10px;
            height: 10px;
            margin: 0 5px !important;
        }
    }

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


    /* 搜索 */
    .section1 .Ss {
        position: absolute;
        z-index: 2;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 110px;
        background: rgb(187 155 89 / 25%);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .section1 .Ss .searchInput {
        background: #0000;
        border: 1px solid #b6a58a;
        padding: 5px 10px;
        width: 430px;
        height: 50px;
    }

    .section1 .Ss .subButn {
        font-size: 18px;
        font-weight: bold;
        color: #aea28c;
        background: #51311a;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 120px;
        height: 50px;
        box-shadow: 0 0 0 #000;
    }