#banner_text {
  top: 25rem;
}

.text-content {
  max-width: 1240px;
  min-height: 900px;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #fff;
  font-size: 16px;
  font-family: Microsoft YaHei;
  box-sizing: border-box;
}

.text-content>div {
  width: 100%;
}

.text-content p {
  margin: 0px;
  line-height: 2rem;
}

.text-content>div:nth-child(1) img {
  width: 100%;
  margin: 3rem 0;
  border-radius: 10px;
}

.fontSize-small {
  font-size: 14px;
}

.bgtu {
  display: flex;
  justify-content: space-between;
}

.bgtu>div {
  width: 66%;
}

.bgtu .imgstyle {
  width: 30%;
}

.bgtu .imgstyle img {
  width: 100%;
  border-radius: 10px;
  height: auto;
}

.bgtup {
  text-indent: 32px;
}