.banner-inner .text p{
    background: url('../img/quality/linxi.png') no-repeat center center;
    width: 168px;
    line-height: 2;
    display: flex;
    align-items: flex-start;
    letter-spacing: 4px;
    justify-content: center;
    font-size: 18px;
  }
  .banner-inner .text p span{
      font-size: 12px;
      margin-top: 4px;
      letter-spacing: 2px;
  }
    @media screen and (max-width:1600px){
      .banner-inner .text p{
          font-size: 16px;
      }
  }
@media screen and (max-width:768px){
    .banner-inner .text p{
        background: url(../img/quality/linxi.png) no-repeat;
        background-size: 100% 100%;
        width: 128px;
        font-size: 14px;
    }
  .banner-inner .text p span{
    margin-top: 0;

  }
}
  .health_list{
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
  }
  .health_item{
    margin-bottom: 14px;
    /*flex:0 0 calc(25% - 10.5px);*/
      width:calc(25% - 10.5px);
    position: relative;
      overflow: hidden;
  }

  .health_item:nth-child(1),
  .health_item:nth-child(2),
  .health_item:nth-child(7){
    /*flex: 0 0 calc(50% - 7px);*/
      width:calc(50% - 7px);
  }
  .health_item>a>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
.health_item:hover a>img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
}
  .health_item .ico{
    position: absolute;
    left: 7.66%;
    top: 6%;
    width: 6.823vw;
  }
  .health_item .ico img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .health_item .txt{
    position: absolute;
    bottom: 6.5625%;
    padding:  0 1.5625vw;
    width: 100%;
    left: 0;
  }
  .health_item:nth-child(1) .ico,
  .health_item:nth-child(2) .ico,
  .health_item:nth-child(7) .ico{
    bottom: 4.0625%;
    left: 2.29vw;
    top: auto;

  }
  .health_item:nth-child(1) .txt,
  .health_item:nth-child(2) .txt,
  .health_item:nth-child(7) .txt{
    left:10.83vw;
    width: 60.86%;
    bottom: 6.09375%;
    padding: 0;
  }
  .health-tit{
    font-weight: 600;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .health-des{
    color: #fff;
    line-height: 30px;
  }

  @media screen and (max-width:1600px){
    .health-des{
      line-height: 24px;
    }
  }
  @media screen and (max-width:768px){
    .health_list{
      width: 90%;
      margin-left: auto;
      margin-right: auto;
    }
    .health_item{
      /*flex:0  0 100%;*/
        width: 100%;
      height: 300px;
    }
    .health_item:nth-child(1), .health_item:nth-child(2), .health_item:nth-child(7){
      /*flex:0 0 100%;*/
        width: 100%;
    }
    .health_item .txt,
    .health_item:nth-child(1) .txt, .health_item:nth-child(2) .txt, .health_item:nth-child(7) .txt {
      bottom: 20px;
      padding: 0 20px;
      width: 100%;
      left: 0;

  }
  .health_item:nth-child(1) .ico, .health_item:nth-child(2) .ico, .health_item:nth-child(7) .ico {
    left: 5%;
    top: 5%;
    bottom: auto;
}
.health_item .ico {
  left: 5%;
  top: 5%;
    width: 60px;
}
  }
