body {
  width: 100%;
  height: 100%;
}

.content .wrap {
  width: 90%;
  margin: 0 auto;
}

.content .wrap .wrap-text {
  width: 100%;
  margin: 0 auto 10px;
}

.content .wrap .wrap-text .title {
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 58px;
  text-align: center;
  margin: 15px 0 0px 0;
}

.content .wrap .wrap-text .desc {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 28px;
}

.content .wrap .wrap-text .desc .desc-prime {
  margin-bottom: 20px;
}

.content .wrap .images {
  background: #F5F7FA;
  display: flex;
  align-items: center;
  padding: 43px 0 28px;
}

.content .wrap .images .introduce {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.content .wrap .images .introduce .img-item {
  width: 100%;
  margin-bottom: 15px;
}

.content .wrap .images .introduce .img-item img {
  height: auto;
}

.content .wrap .wrap-text-underline {
  text-align: left;
}

.content .wrap .wrap-text-underline .title {
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 38px;
  text-align: center;
  margin: 15px 0 0px 0;
}

.content .wrap .wrap-text-underline .desc {
  color: #333333;
  line-height: 28px;
}

.content .wrap .honor {
  padding: 0;
}

.content .wrap .honor .introduce {
  flex-wrap: wrap;
}

.content .wrap .honor .introduce .img-item {
  text-align: center;
}

.content .wrap .honor .introduce p {
  color: #333333;
  white-space: nowrap;
}
