/*.headerWrap,.header_t{*/
/*    position: inherit !important;*/
/*}*/
.bread{
    height: auto !important;
    padding: 0.33rem 0 0.62rem;
    background: transparent !important;
    border: none !important;
}
.n_pro_detail{
    background: #FFFFFF;
    margin-top: 0.8rem;
}

.n_pro_detail_c{
    align-items: flex-start !important;
}
.n_pro_detailL{
    padding-right: 0.4rem;
}
.footerWrap{
    background: #F8F8F8;
}


.case_detail{
    padding: 0 0 1rem;
    border-bottom: 1px solid #D8D8D8;
}
.case_detail hr{
    width: 100%;
    height: 0.01rem;
    background: #D8D8D8;
}
.case_d_tit{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.35rem;
    color: #000000;
    line-height: 0.5rem;
    text-align: center;
    padding: 0rem 1.93rem;
}
.case_detail img{
    max-width: 100%;
    width: auto;
    margin-top: 0.37rem;
    /*padding: 0 1.93rem;*/
}
.case_detail p{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.35rem;
    margin-top: 0.37rem;
    padding: 0 1.93rem;
}
.case_detail p a{
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    font-family: inherit;
}

.case_rel{
    padding: 1.12rem 0 0rem;
}
.case_rel_t{
    position: relative;
}
.case_rel_t p{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 600;
    font-size: 0.35rem;
    color: #000000;
}

.swiper {
      width: 100%;
      height: 100%;
      padding-bottom: 0.57rem;
      margin-top: 0.8rem;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .swiper-button-next, .swiper-button-prev{
        width: 0.53rem;
        height: 0.53rem;
        background: #004EBE;
        border: 1px solid #004EBE;
    }
    .swiper-button-next::after, .swiper-button-prev::after{
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
    }
    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
        background: #FFFFFF;
        border: 1px solid #004EBE;
        opacity: 1;
    }
    .swiper-button-next.swiper-button-disabled::after, .swiper-button-prev.swiper-button-disabled::after{
        color: #004EBE;
    }
    .swiper-button-next{
        right: 0;
    }
    .swiper-button-prev{
        right: 0.64rem;
        left: auto;
    }
.case_img{
    width: 100%;
    height: 2.98rem;
    border-radius: 10px;
}
.case_r{
    padding: 0.44rem 0.22rem 0.46rem 0.21rem;
    background: #FFFFFF;
}
.case_r_tit{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 500;
    font-size: 0.25rem;
    color: #000000;
    overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
    transition: all 0.3s;
    text-align: left;
}
.case_r_dec{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #484848;
    line-height: 0.25rem;
    margin-top: 0.2rem;
    overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
    transition: all 0.3s;
    text-align: left;
}
.case_r_li{
    transition: all 0.3s;
}
.case_r_li:hover{
    box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.1);
    transition: all 0.3s;
}
.case_r_li:hover .case_r_tit,.case_r_li:hover .case_r_dec{
    color: #004EBE;
    transition: all 0.3s;
}