.headerWrap,.header_t{
    position: inherit !important;
}
.bread{
    height: auto !important;
    padding: 0.62rem 0 0;
    background: transparent !important;
    border: none !important;
}

.bread .flex_box a,
.bread .flex_box span{
    color: rgba(0,0,0,0.3);
    padding: 0 0.02rem;
}



.n_pro_detail{
    background: #F7F8FA;
}

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

.case_detail{
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 0.54rem;
}
.case_d_tit{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    /*font-size: 0.3rem;*/
    font-size: 0.32rem;
    color: #000000;
    text-align: center;
}
.case_detail img{
    max-width: 100%;
    width: revert-layer;
    height: auto;
    /*margin-bottom: 0.53rem;*/
}
.case_detail p{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    /*font-size: 0.18rem;*/
    font-size: 0.22rem;
    color: #000000;
    line-height: 0.35rem;
    /*margin-bottom: 0.53rem;*/
}
.detail_bot_li img{
    width: 0.21rem !important;
    height: 0.21rem;
    margin-bottom: 0;
}
.detail_bot_li p{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    /*font-size: 0.16rem;*/
    font-size: 0.18rem;
    color: #727272;
    margin-left: 0.08rem;
    margin-bottom: 0;
}
.detail_bot_li:first-child{
    margin-right: 0.71rem;
}
.detail_bot{
    margin-top: 0.3rem;
    justify-content: center;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 0.55rem;
    margin-bottom: 0.38rem;
}
.next_prev{
    justify-content: space-between;
    padding: 0.27rem 0 0.14rem;
}
.next_prev .prev:first-child .next_prev_img{
    transform: rotate(180deg);
}
.prev p{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    /*font-size: 0.16rem;*/
    font-size: 0.18rem;
    color: #6C6C6C;
    margin-right: 0.11rem;
    transition: all 0.3s;
}
.next_prev_img{
    position: relative;
    display: flex;
    align-items: center;
}
.next_prev_img img{
    width: 0.1rem;
    height: 0.12rem;
    transition: all 0.3s;
}
.next_prev_img img:nth-of-type(2){
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 0;
    opacity: 0;
}
.prev:hover p{
    color: #013398;
    transition: all 0.3s;
}
.prev:hover .next_prev_img img:nth-of-type(2){
    opacity: 1;
    transition: all 0.3s;
}
.prev:hover .next_prev_img img:nth-of-type(1){
    opacity: 0;
    transition: all 0.3s;
}
.prev:first-child p{
    margin-left: 0.11rem;
    margin-right: 0;
}
.padding_news{
    width: calc(100% - 4.2rem);
    padding-right: 0.8rem;
}

.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;*/
    font-size: 0.37rem;
    color: #000000;
}

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

    .swiper-slide {
      text-align: center;
      /*font-size: 18px;*/
      font-size: 0.2rem;
      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;*/
    font-size: 0.27rem;
    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;*/
    font-size: 0.18rem;
    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;
}

.news_detail{
    align-items: flex-start !important;
    padding: 0.72rem 0 1.14rem;
}
.detail_news{
    border-left: 1px solid #E5E5E5;
    padding-left: 0.77rem;
    flex: 0 0 4.2rem;
}
.detail_news_t p{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    /*font-size: 0.25rem;*/
    font-size: 0.27rem;
    color: #000000;
}
.detail_news_li{
    margin-top: 0.3rem;
}
.detail_news_li img{
    height: 2.35rem;
}
.detail_news_tit{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    /*font-size: 0.18rem;*/
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.3rem;
    overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
    transition: all 0.3s;
}
.time{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 600;
    /*font-size: 0.16rem;*/
    font-size: 0.18rem;
    color: #A8A8A8;
    margin: 0.2rem 0;
    transition: all 0.3s;
}
.detail_news_li:hover .detail_news_tit{
    color: #004EBE;
    transition: all 0.3s;
}
.detail_news_li:hover .detail_news_dec{
    color: #000000;
    transition: all 0.3s;
}
.bread_home{
  color: rgba(0,0,0,0.3) !important;
}
.bread_home p,.bread_home span{
  color: rgba(0,0,0,0.3) !important;
}
.bread span.bread_current{
  color: rgba(0,0,0,0.6) !important;
}






@media screen and (max-width: 1043px) {
    .bread{
        padding: 20px 0 0;
    }
    .detail_news{
        display: none;
    }
    .news_detail{
        padding: 40px 0 60px;
    }
    .padding_news{
        width: 100%;
        padding: 0;
    }
    .case_d_tit{
        font-size: 22px;
    }
    .detail_bot{
        margin: 20px 0 30px;
        padding-bottom: 20px;
        column-gap: 30px;
    }
    .detail_bot_li:first-child{
        margin: 0;
    }
    .detail_bot_li img{
        width: 18px !important;
        height: auto;
    }
    .detail_bot_li p{
        font-size: 16px;
        margin-left: 6px;
    }
    .case_detail p{
        font-size: 16px;
        line-height: 1.9;
    }
    .next_prev{
        padding: 15px 0 0;
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .next_prev .prev:last-child{
        flex-direction: row-reverse;
    }
    .next_prev .prev p{
        font-size: 16px;
        margin-left: 10px;
        width: calc(100% - 18px);
    }
    .next_prev_img img{
        width: 10px;
        height: auto;
        flex: 0 0 10px;
    }
}

@media screen and (max-width: 769px) {
    .case_d_tit {
        font-size: 20px;
    }
    .case_detail,
    .case_detail p,
    .next_prev .prev p{
        font-size: 14px;
    }
}
