.about_top{
    
    border-bottom: 0.02rem solid #E5E5E5;
}
.about_top .max-width{
    justify-content: space-between;
}
.about_li a{
    margin-right: 0.7rem;
    padding: 0.28rem 0 0.23rem;
    border-bottom: 0.03rem solid transparent;
    border-radius: 3px 3px 3px 3px;
}
.about_li img{
    width: 0.05rem;
    height: 0.15rem;
    opacity: 0;
}
.about_li p{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    margin-left: 0.1rem;
}
.about_active{
    border-bottom: 0.03rem solid #E11D0B !important;
}
.about_active p{
    font-weight: bold;
    color: #E11D0B;
}
.bread{
    width: auto !important;
    height: auto !important;
    background: transparent !important;
}


.n_case{
    padding-bottom: 0.84rem;
    padding-top: 0.58rem;
}
.n_case .max-width{
    flex-wrap: wrap !important;
    column-gap: 0.24rem;
    row-gap: 0.62rem;
}
.n_case2 .max-width{
    column-gap: 0.76rem;
    row-gap: 0.62rem;
}
.case_li{
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.16);
    border-radius: 10px 10px 10px 10px;
    flex: 0 0 32.2%;
    overflow: hidden;
}
.case_li2{
    flex: 0 0 21%;
}
video{
    width: 100%;
    margin: auto;
}
.case_img{
    position: relative;
    overflow: hidden;
}
.case_img .case_top{
    transition: all 0.5s;
}
.case_img:hover .case_top{
    transform: scale(1.2);
}
.case_top{
    height: 3.17rem;
    width: 100%;
}
.case_bot{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1.56rem;
    height: 1rem;
}
.case_tit{
    padding: 0.26rem 0;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 0.18rem;
    color: #111725;
    text-align: center;
}



.n_work{
    padding-bottom: 1.3rem;
}
.work_li{
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.16);
    align-items: flex-start !important;
    margin-top: 0.67rem;
}
.work_img{
    flex: 0 0 50%;
    height: 5.28rem;
}
.work_img img{
    width: 100%;
    height: 5.28rem;
}
.work_r{
    flex: 0 0 50%;
    padding: 0.37rem 0.53rem 0 0.63rem;
}
.work_tit{
    font-family: Poppins, Poppins;
    font-weight: bold;
    font-size: 0.6rem;
    color: transparent;
    text-stroke: 0.01rem #0057A9;
    text-align: left;
    font-style: normal;
    text-transform: none;
    -webkit-text-stroke: 0.01rem #0057A9;
}
.work_r hr{
    width: 100%;
    height: 0.01rem;
    background: #DFDFDF;
    margin: 0.22rem 0 0.22rem;
}
.detail_tit{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.35rem;
    color: #000000;
}
.n_pro_detailR hr{
    width: 100%;
    height: 0.01rem;
    background: #DFDFDF;
    margin: 0.15rem 0 0.29rem;
}
.detail_tit2{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.16rem;
    color: #0075C2;
    line-height: 0.3rem;
}
.detail_dec{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.16rem;
    color: #848484;
    line-height: 0.3rem;
}
.case_detail{
    padding-bottom: 0.26rem;
    margin-top:0.62rem;
    padding-top: 0.51rem;
    border-top: 0.01rem solid #D8D8D8;
}
.next_prev{
    padding: 0.26rem 0 0.87rem 0 !important;
}

.case_detail hr{
    margin: 0.62rem 0 0.5rem;
}
.case_detail span{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.22rem;
    color: #0057A9;
    line-height: 0.35rem;
}
.case_detail p{
    padding: 0;
    margin-top: 0;
}
.workdetail{
    margin-top: 0.46rem;
    flex-wrap: wrap !important;
    justify-content: space-between;
}
.workdetail img{
    flex: 0 0 48%;
    height: 4.8rem;
    margin-bottom: 0.62rem;
    padding: 0;
    margin-top: 0;
}

.home2_more{
  background: #E11D0B;
  border-radius: 0.3rem;
  padding: 0.12rem 0.25rem 0.12rem 0.35rem;
  transition: all 0.3s;
  width: fit-content;
  margin-top: 0.66rem;
}
.home2_more p{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.14rem;
  color: #FFFFFF;
  transition: all 0.3s;
}
.home2_more_img{
  position: relative;
    margin-left: 0.26rem;
    transition: all 0.3s;
    display: flex;
}
.home2_more img{
  width: 0.18rem;
    height: 0.18rem;
    transition: all 0.3s;
}
.home2_more img:nth-of-type(2){
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.home2_more:hover{
  background: #0057A9;
  transition: all 0.3s;
}