/*相关荣誉*/
.relatedHonors {
  width: 100%;
  background-color: #ffffff;
  padding-top: 67px;
}
.relatedHonors .honors {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.relatedHonors .honor {
  width: 100%;
}
.relatedHonors ul {
  margin: 0 auto;
  height: auto;
  font-size: 0;
}
.relatedHonors li {
  display: inline-block;
  text-align: center;
}
.relatedHonors img {
  width: 270px;
}
@media (min-width: 1200px) {
  .relatedHonors ul {
    width: 1200px;
  }
  .relatedHonors li {
    width: 300px;
    height: 220px;
  }
}
@media (min-width: 900px) and (max-width: 1200px) {
  .relatedHonors ul {
    width: 900px;
  }
  .relatedHonors li {
    width: 225px;
    height: 167px;
  }
  .relatedHonors img {
    width: 200px;
  }
}
@media (min-width: 540px) and (max-width: 900px) {
  .relatedHonors ul {
    width: 540px;
  }
  .relatedHonors li {
    width: 180px;
    height: 133px;
  }
  .relatedHonors img {
    width: 160px;
  }
}
@media (max-width: 540px) {
  .relatedHonors ul {
    width: 320px;
  }
  .relatedHonors li {
    width: 160px;
    height: 116px;
  }
  .relatedHonors img {
    width: 150px;
  }
}
