
    .navindex1 {
      padding: 0 6.6rem;
  }
  .res_tit>h5{
    font-size: .3rem;
    line-height: .4rem;
  }
  .abzindex1 {
    padding: .6rem 1.1rem 1rem;
    background: none;
    
}
.ind1_con {
  width: 1.1rem;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  position: relative;
  left: 50%;
  margin-left: -.55rem;
}
.counter{
  color: #e62129;
}
  .jindu{
    position: absolute;
    left: 0;
    top: 0;
    height:4px;
    background: #e62129;
    width: 11.4rem;
    animation: jindutiao 3s linear ;
  }
  @-webkit-keyframes jindutiao {
   0% {
    width: 9.6rem;
  }
   100% {
    width: 11.4rem;
  
  }
  }
  @media (max-width: 992px){
    
    .navindex1 {
      padding: 0;
    }
    .jindu {
      position: absolute;
      left: 0;
      top: 0;
      height: 4px;
      background: #e62129;
      width: 66%;
      animation: jindutiao 3s linear;
    }
    @-webkit-keyframes jindutiao {
      0% {
       width: 50%;
     }
      100% {
       width: 66%;
     
     }
     }
     .abzindex1 {
      padding: 30px 20px 15px;
      background: none;
  }
  .res_tit>h5 {
    color: #333;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    margin: 0;
}
.absindex2 {
  padding: 0 20px 30px;
  box-sizing: border-box;
  display: inherit;
  justify-content: space-between;
}
.ind1_con {
  width: 100px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  position: relative;
  left: 50%;
  margin-left: -50px;
}
.ind1_con>div{
  width: 100%;
}
.absindex5 {
  display: inherit;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 20px 10px;
}
    }