#leftHengFu {
    position: absolute;
    z-index: 9;
    top: 4.5%;
    bottom: 0;
    left:  -15%;
    width: 147px;
    height: 100%;
    pointer-events: none;
  }
  
  #rightHengFu {
    position: absolute;
    z-index: 9;
    top: 4.5%;
    bottom: 0;
    right:  -15%;
    width: 147px;
    height: 100%;
    pointer-events: none;
  }
  .content-headerIndex{
    position: relative;
  }

  #footerIndex {
    width: 132%;
    margin-left: -16%;
  }
 

#footer-aboveIndex{
  width: 132%;
  margin-left: -16%;
}
  @media (min-width: 1200px) {
    #leftHengFu {
      left:0;
      top: 4.5%;
      margin-left: 20px;
  
    }
  
    #rightHengFu {
      right: 0;
      top: 4.5%;
      margin-right: 20px;
    }
    #footer-aboveIndex{
      width: 100%;
      margin-left: 0;
    }
    #footerIndex {
    width: 100%;
      margin-left: 0;
    }
   
  
  
  }
  @media (max-width:1200px) {
    .content-headerIndex{
      /* margin-left: 15%; */
    }
   }