.kehu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.kehu .item {
  width: 15%;
  font-size: 13px;
  margin-bottom: 10px;
}

.kehu .item .img {
  width: 80%;
  border: 1px solid #e1e1e1;
  margin: 0 auto 8px auto;
  padding: 0px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.kehu .item .img img {
  width: 100%;
  display: block;
}

.testimonial {
  max-width: 1100px;
}

.alimg {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
  height: 200px;
  background: #848484;
  border: 1px solid #e1e1e1;
}

.alimg2 {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center;
     object-position: center;
  height: 160px;
  background: #848484;
  width: 100%;
}
/*# sourceMappingURL=newcss.css.map */