.headerWrap{
	position: inherit !important;
    background: #FFFFFF !important;
	box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.05);
    height: 1rem;
}
.header_top .level1_a{
	color: #000000 !important;
}
.header_top .level1_active .level1_a{
	color: #004EBE !important;
}
.level1_active .level1_a{
	border-color: #004EBE;
}
.header_search img:nth-of-type(2){
	opacity: 1 !important;
}
.header_search img:nth-of-type(1){
	opacity: 0 !important;
}
.header_logo a img:nth-of-type(2){
    opacity: 1 !important;
}
.header_logo a img:nth-of-type(1){
    opacity: 0 !important;
}
.level1_active .level1_a{
    border-bottom-color: #004EBE !important;
}
.n_news{
    padding: 0.9rem 0 0.5rem;
    flex-wrap: wrap !important;
    row-gap: 0.4rem;
    column-gap: 0.31rem;
    align-items: normal;
}
.home5_li{
    flex: 0 0 31.3%;
}
.home5_li{
  background: #F7F7F7;
  border-radius: 10px 10px 10px 10px;
  padding: 0.73rem 0.52rem 0.3rem 0.5rem;
  position: relative;
  transition: all 0.3s;
}
.home5_tit{
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 500;
  font-size: 0.18rem;
  color: #A0A0A0;
  transition: all 0.3s;
}
.home5_tit2{
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 0.22rem;
  color: #000000;
  line-height: 0.35rem;
  margin: 0.3rem 0 0.35rem;
  overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
  transition: all 0.3s;
}
.home5_dec{
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #7B7B7B;
  line-height: 0.25rem;
  overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
 margin-bottom: 1.84rem;
  transition: all 0.3s;
  
}
.home5_date{
    
 border-top: 1px solid #D9D9D9;
  padding-top: 0.23rem;
  justify-content: space-between;
  transition: all 0.3s;
}
.home5_date_l{
  font-family: Poppins, Poppins;
  font-weight: bold;
  font-size: 0.65rem;
  color: #004EBE;
  transition: all 0.3s;
}
.home5_date_r p{
  font-family: Poppins, Poppins;
  font-weight: 600;
  font-size: 0.16rem;
  color: #484848;
  transition: all 0.3s;
}
.home5_more{
  margin-top: 0.17rem;
  position: relative;
  transition: all 0.3s;
  justify-content: flex-end;
}
.home5_more img{
  width: 0.16rem;
  height: 0.12rem;
  transition: all 0.3s;
}
.home5_more img:nth-of-type(2){
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
}
.home5_li::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 78, 190, 0.8);
  opacity: 0;
  border-radius: 10px;
  transition: all 0.3s;
}
.home5_li:hover{
  background-image: url("../img/news.png");
  background-size: cover;
  transition: all 0.3s;
}
.home5 .swiper-slide{
  border-radius: 10px;
}
.home5 .swiper-slide:hover{
  background-image: url("../img/news.png");
  background-size: cover;
  transition: all 0.3s;
}
.home5_li:hover::after{
  opacity: 1;
  transition: all 0.3s;
}
.home5_li:hover .home5_tit,.home5_li:hover .home5_tit2,.home5_li:hover .home5_dec,.home5_li:hover .home5_date_l,.home5_li:hover .home5_date_r p{
  color: #FFFFFF;
  transition: all 0.3s;
}
.home5_li:hover .home5_more img:nth-of-type(1){
  opacity: 0;
  transition: all 0.3s;
}
.home5_li:hover .home5_more img:nth-of-type(2){
  opacity: 1;
  transition: all 0.3s;
}
.home5_tit,.home5_tit2,.home5_dec,.home5_date{
  position: relative;
  z-index: 1;
}


.about_top{
    background: #F4F4F4;
    padding: 0.3rem 0;
}
.about_top .max-width{
    justify-content: space-between;
}
.about_li a{
    margin-right: 0.94rem;
}
.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 img{
    opacity: 1;
}
.about_active p{
    font-weight: bold;
    color: #004EBE;
}
.bread{
    width: auto !important;
    height: auto !important;
    background: transparent !important;
}


.detail_bot{
    border-bottom: 1px solid #D8D8D8;
    padding: 0.4rem 0;
    justify-content: center;
}
.detail_bot_li:last-child{
    margin-left: 0.7rem;
}
.detail_bot_li img{
    width: 0.21rem;
    height: 0.21rem;
    margin-top: 0 !important;
}
.detail_bot_li p{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #727272;
    margin-left: 0.08rem;
    margin-top: 0;

}


.next_prev{
    border-top: 1px solid #D8D8D8;
    padding: 0.28rem 0 0.35rem;
}
.prev{
    margin-bottom: 0.07rem;
    transition: all 0.3s;
}
.next_prev_img{
    position: relative;
    transition: all 0.3s;
}
.next_prev_img img{
    width: 0.075rem;
    height: 0.136rem;
    transition: all 0.3s;
}
.next_prev_img img:nth-of-type(2){
    position: absolute;
    top: 0.04rem;
    left: 0;
    opacity: 0;
}
.prev p{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #4B4B4B;
    margin-left: 0.07rem;
    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:hover p{
    color: #1E40AF;
    transition: all 0.3s;
}


.padding_news{
    padding-right: 0.64rem;
}
.news_detail{
    align-items: flex-start !important;
}
.detail_news{
    border-left: 1px solid #E5E5E5;
    padding-left: 0.44rem;
    flex: 0 0 3.56rem;
    margin-top: 0.4rem;
}
.detail_news_t p{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.25rem;
    color: #004EBE;
}
.detail_news_li{
    border-bottom: 1px solid #D0D0D0;
    padding: 0.35rem 0 0.24rem;
}
.detail_news_tit{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 0.18rem;
    color: #484848;
    line-height: 0.25rem;
    transition: all 0.3s;
}
.detail_news_dec{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 0.14rem;
    color: #7B7B7B;
    line-height: 0.25rem;
    margin: 0.17rem 0;
    overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
    transition: all 0.3s;
}
.time{
    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: 0.16rem;
    color: #9B9B9B;
     overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
    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;
}
.detail_news_li:hover .time{
    font-weight: 600;
    color: #000000;
    transition: all 0.3s;
}

.newsLi{
    width: 5.04rem;
    height: 5.15rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.07rem 0.01rem rgba(113,113,113,0.22);
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    overflow: hidden;
    transition: all 0.6s;
}

.newsLi>img{
    width: 100%;
    height: 3.36rem;
    object-fit: cover;
}

.newsBottom{
    padding:0.17rem 0.2rem 0;
}
.newsTime{
    display: flex;
    gap: 0.04rem;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 0.14rem;
    color: #7B7B7B;
}
.newsTime>img{
    width: 0.16rem;
}

.newsTitle{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.3rem;
    height: 0.56rem;
    margin-top: 0.16rem;
    transition: all 0.6s;
}

.newsMore{
    margin-top: 0.2rem;
    display: flex;
    gap: 0.22rem;
    align-items: center;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #7B7B7B;
    transition: all 0.6s;
}


.newsMore img{
    filter: grayscale(1);
    opacity: 0.5;
}


.newsLi:hover{
    box-shadow: 0rem 0.01rem 0.07rem 0.01rem rgba(6,43,97,0.47);
}
.newsLi:hover .newsMore,
.newsLi:hover .newsTitle{
    color: rgba(0, 78, 190, 1);
}

.newsLi:hover .newsMore img{
    opacity: 1;
    filter: none;
}