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

.content .wrap {
  width: 100%;
}

.content .wrap .wrap-text {
  width: 60%;
  margin: 0 auto;
}

.content .wrap .wrap-text .title {
  height: 58px;
  font-size: 26px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #2E3745;
  line-height: 58px;
  text-align: center;
  margin: 52px 0 42px 0;
}

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

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

.content .wrap .wrap-text .desc .detail {
  white-space: nowrap;
}

.content .wrap .images {
  height: 371px;
  background: #F5F7FA;
  display: flex;
  align-items: center;
}

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

.content .wrap .images .introduce .img-item {
  width: 24%;
}

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

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

.content .wrap .wrap-text-underline .title {
  height: 58px;
  font-size: 26px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #2E3745;
  line-height: 58px;
  text-align: center;
  margin: 44px 0 32px 0;
  text-decoration: underline;
}

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

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

.content .wrap .honor .introduce .img-item {
  margin-bottom: 10px;
}

.content .wrap .honor .introduce p {
  margin: 17px;
  color: #2E3745;
  white-space: nowrap;
}
