.content-wrapper {
  width: 1230px;
  z-index: 6;
}
.banner-container {
  position: relative;
}
.banner-container img {
  width: 100%;
  height: auto;
}
.banner-container .content-wrapper {
  z-index: 2;
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
}
.banner-container .content-wrapper > div:first-child {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #222222;
}
.banner-container .content-wrapper > div:last-child {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #222222;
  opacity: 0.6;
  margin-top: 22px;
}
.title-wrapper {
  margin-top: 60px;
}
.title-wrapper div:first-child {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
}
.title-wrapper > div:last-child {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #171717;
  line-height: 37px;
  opacity: 0.68;
  margin-bottom: 54px;
}
.content {
  margin: 60px 0;
}
.content > div:first-child {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #303030;
  line-height: 33px;
  margin-right: 24px;
  margin-bottom: 20px;
}
.content > div:last-child img {
  width: calc(50% - 20px);
  height: auto;
}
.content > div:last-child img:first-child {
  margin-right: 20px;
}
@media (max-width: 990px) {
  .content-wrapper {
    width: calc(100vw - 16px);
  }
  .banner-container .content-wrapper {
    top: 20px;
    padding-left: 60px;
  }
  .banner-container .content-wrapper > div:first-child {
    font-size: 20px;
  }
  .banner-container .content-wrapper > div:last-child {
    font-size: 16px;
    margin-top: 12px;
  }
  .types {
    margin: 20px 0 18px;
    flex-wrap: wrap;
  }
  .types .type {
    margin-bottom: 10px;
  }
  .content {
    display: block;
  }
  .content > div:first-child {
    width: 100%;
    margin-right: 0;
  }
  .content > div:last-child {
    min-width: 100%;
  }
  .content > div:last-child img {
    width: 100%;
    height: auto;
  }
  .content > div:last-child img:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=about.css.map */