    .pulidSwiper .swiper-slide{
        max-height: 32rem;
    }
    .newsPrd_top {
        display: flex;
        /* align-items: center; */
        background-color: #FAFAFA;
        padding: 5rem;
        margin-top: 3rem;
        gap: 8rem;
    }

    .newsPrd_top .newsPrd_top_left {
        overflow: hidden;
        width: 80rem;
        height: 50rem;
        display: flex;
        align-content: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .newsPrd_top .newsPrd_top_left img {
        width: auto;
        height: 100%;
        transition: transform 0.5s ease;
    }

    .newsPrd_top .newsPrd_top_left:hover img {
        /*transform: scale(1.1);*/
    }

    .newsPrd_top .newsPrd_top_right_item_title {
        font-weight: bold;
        font-size: 3.2rem;
        color:#E67E22;
        font-style: normal;
        text-transform: none;
        margin-bottom: 3rem;
    }

    .newsPrd_top .newsPrd_top_right_item_size {
        font-weight: 600;
        font-size: 1.6rem;
        color: #333333;
        font-style: normal;
        text-transform: none;
        margin-bottom: 1.1rem;
    }

    .newsPrd_top p {
        font-weight: 400;
        font-size: 1.4rem;
        color: rgba(51, 51, 51, 0.8);
        line-height: 2.8rem;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }
    .newsPrd_biaozhun *{
        border: none !important;
    }
    .newsPrd_biaozhun tr td:last-of-type{
        padding-left: 2rem;
    }
    .newsPrd_biaozhun {
        font-weight: 400;
        font-size: 1.4rem;
        color: rgba(51, 51, 51, 0.8);
        line-height: 2.8rem;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }
    .newsPrd_biaozhun p {
        font-weight: 400;
        font-size: 1.4rem;
        color: rgba(51, 51, 51, 0.8);
        line-height: 2.8rem;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }
    .newsPrd_top .nnewsPrd_top_btn{
        margin-top: 6.7rem;
        width: 18rem;
        height: 6rem;
        background: #2A7CD9;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 400;
        font-size: 1.8rem;
        color: #FFFFFF;
        font-style: normal;
        text-transform: none;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
 .newsPrd_top .nnewsPrd_top_btn span{
       color: #FFFFFF;
 }
    .newsPrd_top .nnewsPrd_top_btn:hover {
        transform: translateY(-0.8rem);
        box-shadow: 0 1rem 2rem rgba(42, 124, 217, 0.4);
    }

    .newsPrd_top .nnewsPrd_top_btn img {
        width: 1.7rem;
        height: 2rem;
        margin-right: 0.8rem;
    }

    .newsPrd_bom {
        margin-top: 5rem;
        display: flex;
        gap: 16rem;
        padding-bottom: 5rem;
        justify-content:flex-end;
    }
     .newsPrd_bom p{
         margin-bottom: 2rem;
     }
    .newsPrd_bom_left h3 {
        font-weight: 600;
        font-size: 2rem;
        color: #333333;
        text-align: left;
        font-style: normal;
        text-transform: none;
        margin-bottom: 1.6rem;
    }
    .newsPrd_bom_left{
        font-weight: 400;
        font-size: 1.6rem;
        color: rgba(51, 51, 51, 0.9);
        line-height: 2.8rem;
        text-align: left;
        font-style: normal;
        text-transform: none;
        /*text-indent: 2em;*/
    } 
    
    .newsPrd_bom_left p,span {
        font-weight: 400 !important;
        font-size: 1.6rem !important;
        color: rgba(51, 51, 51, 0.9);
        line-height: 2.5rem !important;
        text-align: left;
        font-style: normal;
        text-transform: none;
        /*text-indent: 2em;*/
    }

    .newsPrd_bom .newsPrd_bom_two {
        margin-top: 3rem;
    }

    .newsPrd_bom .newsPrd_bom_two p {
        text-indent: 0;
    }

    .newsPrd_bom .newsPrd_bom_right {
        width: 46rem;
        flex-shrink: 0;
    }

    .newsPrd_bom .newsPrd_bom_right_title {
        font-weight: 600;
        font-size: 3.2rem;
        color: #333333;
        text-align: left;
        font-style: normal;
        text-transform: none;
        margin-bottom: 2rem;
    }

    .newsPrd_bom .prdList_item {
        padding-bottom: 1.2rem;
        border-bottom: 1px solid #DDDDDD;
        ;
        width: 100%;
    }

    .newsPrd_bom .prdList {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        width: 100%;
    }

    .newsPrd_bom .prdList_item_img {
        width: 100%;
        height: 25.8rem;
        overflow: hidden;
          text-align: center;
    }

    .newsPrd_bom .prdList_item_img img {
        width: 100%;
        height: 100%;
      
        /*object-fit: cover;*/
        transition: transform 0.5s ease;
    }

    .newsPrd_bom .prdList_item:hover .prdList_item_img img {
        /*transform: scale(1.1);*/
    }

    .newsPrd_bom .prdList_item_title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 400;
        font-size: 2rem;
        color: #333333;
        font-style: normal;
        text-transform: none;
        margin-top: 2rem;
    }

    .newsPrd .field_box {
        margin-top: 5rem;
        background-image: url("../image/newsPrd/ly.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 5rem 0;
    }

    .field_box .field_box_title {
        font-weight: 600;
        font-size: 3.2rem;
        color: #FFFFFF;
        text-align: center;
        font-style: normal;
        text-transform: none;
        margin-bottom: 3rem;
    }

    /* 轮播容器（.swiper 自带 overflow:hidden），上下留空隙避免hover上移和阴影被裁切 */
    .field_box .field_box_list {
        padding: 0.8rem 0;
    }

    /* 高度等高链：wrapper → slide → a → item 全部 flex 拉伸，
       标题长短不影响卡片高度，同一行卡片必然等高 */
    .field_box .field_box_list .swiper-wrapper {
        align-items: stretch;
    }

    .field_box .field_box_list .swiper-slide {
        height: auto;
        display: flex;
    }

    .field_box .field_box_list .swiper-slide a {
        display: flex;
        flex: 1;
        flex-direction: column;
    }

    .field_box .field_box_list .swiper-slide .field_box_list_item {
        flex: 1;
    }

    /* 不足一屏时：卡片组居中静态展示（不轮播） */
    .field_box .field_box_list.field_box_center {
        overflow: visible;
    }

    .field_box .field_box_list.field_box_center .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 3rem;
        transform: none !important;
    }

    .field_box .field_box_list.field_box_center .swiper-slide {
        flex: 0 0 calc((100% - 9rem) / 4);
        width: auto;
        margin: 0 !important;
    }

    .field_box .field_box_list_item {
        background-color: #fff;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        display: flex;
        flex-direction: column;
    }

    .field_box .field_box_list_item:hover {
        transform: translateY(-0.8rem);
        box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
    }
    .field_box .field_box_list_item_img {
        height: 21.2rem;
        width: 100%;
    }

    .field_box .field_box_list_item_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .field_box .field_box_list_item_title {
        padding: 2rem 1.5rem;
        text-align: center;
        font-weight: 600;
        font-size: 1.8rem;
        color: #333333;
        font-style: normal;
        text-transform: none;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.5;
    }
.newsPrd_bom .newsPrd_bom_left{
            width: 100%;
       }
        .topCategory .topCategoryList{
            justify-content: space-between;
                   padding: 2.5rem 3rem;
                   gap: 5rem;
        }
        .topCategory .breadcrumbs{
            margin-left: 20rem;
        }
        .newsPrd_bom .newsPrd_bom_left h2{
            font-size: 2rem;
        }
    /* ============ newsPrd 模块自适应媒体查询（参照 index.css 断点，最小字体 1.4rem） ============ */

    /* ≤1599px */
    @media (max-width: 1599px) {
          .topCategory .breadcrumbs{
            margin-left: 15rem;
        }
        .topCategory .topCategoryList{
            gap: 5rem;
      

        }
        .newsPrd_bom .prdList_item_title{
            font-size: 1.6rem;
        }
        .newsPrd_bom .newsPrd_bom_right{
            width: 34.5rem;
        }
        .newsPrd_bom .prdList_item_img{
            height: 19.4rem;
        }
           .newsPrd_top .newsPrd_top_left {
        overflow: hidden;
       width:64.5rem;
       height: 37.5rem;
    }

        .newsPrd_top {
            padding: 4rem;
            gap: 5rem;
        }

        .newsPrd_top .newsPrd_top_right_item_title,
        .newsPrd_bom .newsPrd_bom_right_title,
        .field_box .field_box_title {
            font-size: 3rem;
        }

        .newsPrd_bom {
            gap: 10rem;
        }
    }

    /* ≤1439px */
    @media (max-width: 1439px) {
        .topCategory .topCategoryList{
            gap: 2rem;
        }
          .topCategory .breadcrumbs{
            margin-left: 3rem;
        }
        .newsPrd_top {
            padding: 3.5rem;
            gap: 4rem;
        }

        .newsPrd_top .newsPrd_top_right_item_title,
        .newsPrd_bom .newsPrd_bom_right_title,
        .field_box .field_box_title {
            font-size: 2.8rem;
        }

        .newsPrd_bom {
            gap: 8rem;
        }

        .newsPrd_bom .newsPrd_bom_right {
            width: 42rem;
        }
    }

    /* ≤1365px */
    @media (max-width: 1365px) {
            .topCategory .breadcrumbs{
            margin-left: 5rem;
        }
        .newsPrd_top .newsPrd_top_right_item_title,
        .newsPrd_bom .newsPrd_bom_right_title,
        .field_box .field_box_title {
            font-size: 2.6rem;
        }

        .newsPrd_top .newsPrd_top_right_item_size {
            font-size: 1.5rem;
        }

        .newsPrd_bom {
            gap: 6rem;
        }

        .newsPrd_bom .newsPrd_bom_right {
            width: 40rem;
        }
    }

    /* ≤1279px */
    @media (max-width: 1279px) {
        .newsPrd_top .newsPrd_top_right_item_title,
        .newsPrd_bom .newsPrd_bom_right_title,
        .field_box .field_box_title {
            font-size: 2.4rem;
        }

        .newsPrd_top .newsPrd_top_right_item_size {
            font-size: 1.4rem;
        }

        .newsPrd_top .nnewsPrd_top_btn {
            font-size: 1.7rem;
            margin-top: 5rem;
        }

        .newsPrd_bom {
            gap: 5rem;
        }

        .newsPrd_bom .newsPrd_bom_right {
            width: 38rem;
        }
    }

    /* ≤1199px：布局转纵向 */
    @media (max-width: 1199px) {
        .newsPrd_top {
            /*flex-direction: column;*/
            padding: 3rem;
            gap: 3rem;
        }

        .newsPrd_top .newsPrd_top_right_item_title,
        .newsPrd_bom .newsPrd_bom_right_title,
        .field_box .field_box_title {
            font-size: 2.2rem;
            margin-bottom: 2rem;
        }

        .newsPrd_top .nnewsPrd_top_btn {
            margin-top: 4rem;
        }

        .newsPrd_bom {
            /*flex-direction: column;*/
            gap: 4rem;
        }

        .newsPrd_bom .newsPrd_bom_right {
            width: 100%;
            flex-shrink: 1;
        }
    }

    /* ≤991px */
    @media (max-width: 991px) {
        .newsPrd_top .newsPrd_top_left{
            width: 100%;
            height: auto;
        }
    .newsPrd_top .newsPrd_top_left img{
        width: 100% !important;
        height: auto !important;
    }
           .newsPrd_bom {
            flex-direction: column;
           
        }
        .newsPrd_top {
            padding: 2.5rem;
              flex-direction: column;
        }

        .newsPrd_top .newsPrd_top_right_item_title,
        .newsPrd_bom .newsPrd_bom_right_title,
        .field_box .field_box_title {
            font-size: 2rem;
        }

        .newsPrd_top .nnewsPrd_top_btn {
            width: 14rem;
            height: 5rem;
            font-size: 1.6rem;
        }

        .newsPrd_bom .prdList_item_title {
            font-size: 1.8rem;
        }

        .field_box .field_box_list_item_title {
            font-size: 1.6rem;
        }

        /* 平板：2个/行（间隔25px） */
        .field_box .field_box_list.field_box_center .swiper-wrapper {
            gap: 2.5rem;
        }

        .field_box .field_box_list.field_box_center .swiper-slide {
            flex: 0 0 calc((100% - 2.5rem) / 2);
        }
    }

    /* ≤767px */
    @media (max-width: 767px) {
           .newsPrd_bom_left p,span {
        font-weight: 400 !important;
        font-size: 1.4rem !important;
        color: rgba(51, 51, 51, 0.9);
        line-height: 2.5rem !important;
        text-align: left;
        font-style: normal;
        text-transform: none;
        /*text-indent: 2em;*/
    }
          .newsPrd_bom .newsPrd_bom_left h2{
            font-size: 1.6rem;
        }
        .topCategory{
            display: none;
        }
        .newsPrd_top {
            padding: 2rem;
            gap: 2rem;
            margin-top: 2rem;
        }

        .newsPrd_top .newsPrd_top_right_item_title,
        .newsPrd_bom .newsPrd_bom_right_title,
        .field_box .field_box_title {
            font-size: 1.8rem;
        }

        .newsPrd_top .nnewsPrd_top_btn {
            width: 12rem;
            height: 4.5rem;
            font-size: 1.4rem;
        }

        .newsPrd_bom {
            margin-top: 3rem;
            gap: 3rem;
        }
      
        .newsPrd_bom .newsPrd_bom_left h3 {
            font-size: 1.6rem;
        }

        .newsPrd_bom .prdList_item_title {
            font-size: 1.6rem;
        }

        .newsPrd_bom .prdList_item_img {
            height: 20rem;
        }

        .newsPrd_bom .prdList {
            gap: 1.5rem;
        }

        .field_box {
            padding: 3rem 0;
        }

        .field_box .field_box_title {
            margin-bottom: 2rem;
        }

        .field_box .field_box_list_item_title {
            font-size: 1.4rem;
            padding: 1.5rem 1rem;
        }

        .field_box .field_box_list_item_img {
            height: 18rem;
        }

        /* 手机：1个/行（间隔20px） */
        .field_box .field_box_list.field_box_center .swiper-wrapper {
            gap: 2rem;
        }

        .field_box .field_box_list.field_box_center .swiper-slide {
            flex: 0 0 100%;
        }
    }