 /* Style for the search box container */
        .search-box {
            display: flex;
            align-items: center;
            border: 1px solid #ccc;
            border-radius: 25px;
            padding: 5px;
            width: 150px;
            background-color: #f8f8f8;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        /* Style for the search input field */
        .search-box input[type="text"] {
            flex: 1;
            border: none;
            outline: none;
            font-size: 16px;
            padding: 8px;
            background-color: transparent;
        }

        /* Style for the search button */
        .search-box button {
            background-color: #007bff;
            color: #fff;
            border: none;
            outline: none;
            padding: 8px 15px;
            border-radius: 25px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        /* Style for the search button icon (using Font Awesome) */
        .search-box button i {

            font-size: 16px; /* 调整图标大小 */
        }

        /* Hover effect for the search button */
        .search-box button:hover {
            background-color: #0056b3;
        }

/*============swiper 滑动窗口================*/
.n_banner {
    position: relative;
    overflow: hidden
}

.n_banner .img img {
    width: 100%
}

.n_banner_page {
    width: 100%;
    position: absolute;
    text-align: center;
    z-index: 10;
    bottom: 56px;
}

.n_banner_page .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin-right: 24px;
    border: 1px solid #FFFFFF
}

.n_banner_page .swiper-pagination-bullet-active {
    background-color: #FFFFFF;
    border: 1px solid transparent
}

@media screen and (max-width: 980px) {
    .n_banner {
        position: relative
    }

    .n_banner .img img {
        width: 100%
    }

    .n_banner .swiper-slide img {
        width: 100%
    }

    .n_banner .n_banner_page {
        width: 100%;
        position: absolute;
        text-align: center;
        z-index: 10;
        bottom: 5px;
    }
    
    .n_body_nr .n_body_nr_text2 h2 {
        font-size: 18px;
        text-align: center;
    }

    /*.v1_foot {
        position: relative;
        bottom: -260px;
        
    }*/
    
}

.body .xyjs p{
    line-height: 30px; 
    color: #fdfdfe
}










