@charset "UTF-8";
/**
 * 公司荣誉
 * date: 2023-7-5
 * author: ghy
 */
body {
  background: #f5f5f5;
}

.footer {
  margin-top: 30px;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 980px) {
  .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main .elements {
    width: 100%;
  }
}

.choose .item.item-name {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
}

.honor-content {
  padding: 32px 36px 52px 39px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.honor-content .name {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  line-height: 38px;
  text-align: center;
}
.honor-content .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  color: #333333;
  line-height: 38px;
  margin-bottom: 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.honor-content .detail-item {
  margin: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.honor-content .img {
  width: 100%;
  height: 556px;
}

@media (max-width: 1220px) {
  .honor .img {
    height: 456px;
  }
}