/*
---------------------------------------------
Environmental Honor
---------------------------------------------
*/
.page-heading .banner-box {
  height: 320px;
  background-image: url("../images/enterprise-honor/banner.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-heading .banner-box .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-heading .banner-box .container .inner-content {
  display: block;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.page-heading .banner-box .container .inner-content h2 {
  font-size: 58px;
  font-weight: 600;
}
.page-heading .banner-box .container .inner-content .desc {
  font-size: 24px;
}
#honorPage .company-name {
  font-size: 36px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #0073c0;
  padding: 84px 0;
  text-align: center;
}
#honorPage .item-box {
  padding: 80px 0;
  text-align: center;
  display: flex;
}
#honorPage .item-box .item {
  text-align: center;
  padding-bottom: 32px;
}
#honorPage .item-box .item img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#honorPage .item-box .item .title {
  padding: 20px 0;
}
@media (max-width: 992px) {
  #honorPage .item-box .item {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
}
