footer{
    background-color: #f8f8f8 !important;
}



.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;
}
.footerWrap{
    background: #F8F8F8;
}


.n_case{
    background: #F8F8F8;
    padding: 0.9rem 0 0.5rem;
}
.case_li{
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 0.4rem;
    transition: all 0.3s;
}
.case_L{
    flex: 0 0 50%;
    overflow: hidden;
    border-radius: 10px;
}
.case_L img{
    width: 100%;
    transition: all 0.3s;
}
.case_R{
    padding: 0 0.82rem 0 0.68rem;
    flex: 1;
}
.case_tit{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 0.25rem;
    color: #000000;
    transition: all 0.3s;
}
.case_dec{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #484848;
    line-height: 0.3rem;
    margin-top: 0.3rem;
    overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 4;
 -webkit-box-orient: vertical;
    transition: all 0.3s;
    transition: all 0.3s;
}
.home2_more{
  background: #F7F7F7;
  margin-top: 1.04rem;
  padding: 0 0.3rem;
    transition: all 0.3s;
    max-width: 1.6rem;
    border-radius: 0.1rem;
    height: 0.5rem;
}
.home2_more p{
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #7B7B7B;
  transition: all 0.3s;
}
.home2_more_img{
  margin-left: 0.22rem;
  position: relative;
  transition: all 0.3s;
}
.home2_more_img img{
  width: 0.1rem;
    height: 0.11rem;
    transition: all 0.3s;
    /* margin-bottom: 0.02rem; */
}
.home2_more_img img:nth-of-type(2){
  position: absolute;
  opacity: 0;
  top: 50%;
    left: 0;
    transform: translate(0,-50%);
}
.case_li:hover .home2_more{
  background: #004EBE;
  transition: all 0.3s;
}
.case_li:hover .home2_more p{
  color: #FFFFFF;
  transition: all 0.3s;
}
.case_li:hover .home2_more .home2_more_img img:nth-of-type(2){
  opacity: 1;
  transition: all 0.3s;
}
.case_li:hover .home2_more .home2_more_img img:nth-of-type(1){
  opacity: 0;
  transition: all 0.3s;
}

.case_li:hover{
    box-shadow: 0px 0px 35px 1px rgba(0,0,0,0.1);
    transition: all 0.3s;
}
.case_li:hover .case_L img{
    transform: scale(1.1);
    transition: all 0.3s;
}
.case_li:hover .case_tit{
    color: #004EBE;
    transition: all 0.3s;
}
.case_li:hover .case_dec{
    color: #000000;
    transition: all 0.3s;
}