.introduction {
  width: 100%;
  height: auto;
  /* 80px 240px */
  padding: 4.1667vw 12.5vw;
}

.introduction .title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 32px;
  color: #242424;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 60px;
}

.introduction .text p {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #6B6B6B;
  line-height: 32px;
  text-align: justify;
  font-style: normal;
  text-transform: none;
}

.introduction .text p:nth-child(1) {
  margin-bottom: 20px;
}

.introduction .data-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 60px;
}

.introduction .data-number .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.introduction .data-number .list .num {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 44px;
  color: #242424;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.introduction .data-number .list .mshu {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #6B6B6B;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.omen {
  width: 100%;
  height: 490px;
  /* 80px 240px */
  padding: 4.1667vw 12.5vw;
  background-image: url(../images/banner2.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.omen .title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 32px;
  color: #242424;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 60px;
}

.omen .text {
  margin-bottom: 40px;
}

.omen p {
  /* 920px */
  width: 47.9167vw;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #6B6B6B;
  line-height: 32px;
  text-align: justify;
  font-style: normal;
  text-transform: none;
}

.omen .pic {
  display: flex;
  align-items: center;
}

.omen .pic img {
  width: 89px;
  height: 89px;
  margin-right: 40px;
}

.about-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  /* 80px 240px */
  padding: 4.1667vw 12.5vw;
}

.about-bottom .list {
  /* 700px */
  width: 36.4583vw;
  height: auto;
}

.about-bottom .list .pic {
  width: 100%;
  /* 340px */
  height: 17.7083vw;
}

.about-bottom .list .pic img {
  width: 100%;
  height: 100%;
}

.about-bottom .list .text {
  width: 100%;
  /* 40px */
  padding: 2.0833vw;
  height: auto;
  background-color: #fff;
}

.about-bottom .list .text .title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 32px;
  color: #242424;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
}

.about-bottom .list .text .wenzi p {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #6B6B6B;
  line-height: 32px;
  text-align: justify;
  font-style: normal;
  text-transform: none;
}