.pic{
  width: 100%;
  height: 550px;
}
.pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-products{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -50px;
  height: 100px;
  padding: 0 46px;
  box-sizing: border-box;
  box-shadow:0px 0px 12px 0px rgba(21,6,10,0.1);
  background: #fff;
}
.about-products h4{
  font-size: 24px;
  margin-bottom: 12px;
  font-weight: 400;
}
.about-products span{
  font-size: 16px;
  text-transform: uppercase;
  color: #888;
}

.min-nav{
  display: flex;
  align-items: center;
  padding: 36px 0;
  font-size: 14px;
  color: #888;
}
.min-nav i{
  margin: 0 2px;
}

.honor{
  padding: 24px 0 100px;
}
.honor h4{
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 52px;
}
.honor .h-list{
  font-size: 0;
}
.h-list li{
  display: inline-block;
  width: 440px;
  box-shadow:0px 0px 12px 0px rgba(21,6,10,0.1);
  margin-bottom: 42px;
}
.h-list li:not(:last-child){
  margin-right: 26px;
}
.h-list img{
  width: 100%;
  height: 300px;
  object-fit: contain;
}
.h-list p{
  /*width: 100%;*/
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
   /*white-space: nowrap;
  overflow: hidden;*/
  text-overflow: ellipsis;
  background: #fff;
  padding:10px 40px 10px 40px;
}