
    .navindex1 {
      padding: 0 6.6rem;
  }
  .res_tit{
    padding: 0 2.8rem;
    text-align: center;
  }
  .abzindex1 {
    padding: .6rem 1.1rem 1rem;
    background: none;
    
}
  .jindu{
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    background: #e62129;
    width: 11.3rem;
    animation: jindutiao 3s linear ;
  }
  @-webkit-keyframes jindutiao {
   0% {
    width:50%;
  }
   100% {
    width:11.3rem;
  
  }
  }
  @media (max-width: 992px){
    
    .navindex1 {
      padding: 0;
    }
    .jindu {
      position: absolute;
      left: 0;
      top: 0;
      height: 4px;
      background: #e62129;
      width: 78%;
      animation: jindutiao 3s linear;
    }
    @-webkit-keyframes jindutiao {
      0% {
       width: 50%;
     }
      100% {
       width: 78%;
     
     }
     }
     .abzindex1 {
      padding: 30px 20px 10px;
      background: none;
  }
  .res_tit {
    padding: 0;
    text-align: center;
  }
    }