.honor {
  padding: 50px 0 0;
}
.box {
    width: 90%;
    margin: 0 auto;
    max-width: 1400px;
}
.honor p {
  font-size: 16px;
  line-height: 24px;
  color: #939393;
}

.honor ul {
  margin: 50px 0;
}

.honor ul li {
  float: left;
  width: 29%;
  margin: 0 2% 30px;
  box-shadow: 0 0 20px #eee;
  padding: 20px;
}

.honor_img {
  width: 100%;
   height: 240px;
  margin-bottom: 20px;
  position: relative;
}

.honor_res {
  font-size: 20px;
  line-height: 24px;
  height: 50px;
  overflow: hidden;
  text-align: center;
  padding: 0 20px;
  color: #555;
}

.honor_img img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.honor_img .honor_open {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, .6)
}

.honor_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  display: none;
  z-index: 999;
}

.honor_img_open {
  position: relative;
  top: 10%;
  height: 80%;
  width: 60%;
  left: 20%;
}

.honor_img_open img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.honor_img_open .honor_close {
  position: absolute;
  top: 0;
  right: -70px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  cursor: pointer;
}

.honor_img_open .honor_prev {
  position: absolute;
  top: 50%;
  left: -80px;
  width: 80px;
  height: 80px;
  transform: translate(-50px, -50%);
  border-radius: 40px;
  background-color: rgba(255, 255, 255, .3);
  cursor: pointer;
}

.honor_img_open .honor_next {
  position: absolute;
  top: 50%;
  right: -80px;
  width: 80px;
  height: 80px;
  transform: translate(50px, -50%);
  border-radius: 40px;
  background-color: rgba(255, 255, 255, .3);
  cursor: pointer;
}
@media (max-width:768px) {
  .honor ul li {
    width: 96%;
}
}
