/* 通用样式 */
.gradient-container {
  width: 100%;
  display: flex;
  height: calc(100vh - 140px);
  min-height: 790px;
  flex-direction: column;
  align-items: center;
  background: url(../images/core/core_bg.jpeg) no-repeat top center;
  background-size: cover;
}
.oneDiv {
  width: 100%;
  height: 260px;
  background: url(../images/aboutUs/aboutUs_bg.jpeg) no-repeat center/cover;
}
.oneDiv .title {
  color: #ffffff;
  font-family: Source Han Sans CN;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 260px;
  letter-spacing: 2px;
  margin-left: 15%;
}
.twoDiv {
  width: 1200px;

  font-family: Source Han Sans CN;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  margin: 40px 0 50px;
}
.marginTop {
  margin-top: 20px;
}

.threeDiv {
  width: 1200px;
  height: 200px;
  display: flex;
  align-items: center;
  margin-bottom: 124px;
  background: url(../images/aboutUs//three_bg.png) no-repeat top center;
}
.threeDiv_one {
  margin-left: 77px;
  font-size: 18px;
}
.threeDiv_two {
  width: 360px;
  margin-left: 185px;
}
.threeDiv_two div {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
}
.threeDiv_three {
  display: flex;
  align-items: center;
}
.threeDiv_three_link {
  height: 137px;
  width: 1px;
  background: #a4bfdd;
}
.threeDiv_three_img {
  margin-left: 125px;
}
.about-us-img {
  padding: 5px;
  border: 1px solid #3573ef;
  margin-top: 15px;
}

.about-us-img img {
  width: 115px;
  height: 115px;
}
.about-us-wexintext {
  margin-top: 8px;
  color: #000000;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
}
