.aboutus_box {
  margin-top: 130px;
  /* max-width: 80%; */
  /* margin: 0 auto; */
}

.aboutus_box .aboutus_content {
  background: url(../image/aboutbg.jpg) no-repeat;
  background-size: cover;
  min-height: 80vh;
  width: 100%;
  padding-top: 60px;
}

.aboutus_box .aboutus_content .aboutus_content_title {
  width: 400px;
  margin: 0px auto 40px auto;
}

.aboutus_box .aboutus_content .aboutus_content_title img {
  width: 100%;
  object-fit: cover;
}

.aboutus_box .aboutus_content .aboutus_content_text {
  max-width: 40%;
  margin: 0 auto;
}

.aboutus_box .aboutus_content .aboutus_content_text p {
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 28px;
  font-family: PingFang SC;
}

.history_content {
  width: 80%;
  margin: 0 auto;
}

.history_content .history_content_title {
  width: 600px;
  margin: 40px auto;

}

.history_content .history_content_title img {
  width: 100%;
}

.history_content .history_content_text {}

.history_content .history_content_text .history_content_item {
  width: 100%;
  /*height: 100%;*/
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e4e7ff;
  border-bottom: 15px solid #ffffff;

}

.history_content .history_content_text .history_content_item .history_left,
.history_content .history_content_text .history_content_item .history_right {
  width: 50%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
}

.history_content .history_content_text .history_content_item .history_left:hover img,
.history_content .history_content_text .history_content_item .history_right:hover img {
  transform: scale(1.1);
}

.history_content .history_content_text .history_content_item .history_right {
  padding: 30px;
  height: 100%;
  width: calc(50% - 60px);
  overflow: hidden;
}

.history_content .history_content_text .history_content_item .history_left img,
.history_content .history_content_text .history_content_item .history_right img {
  width: 100%;
  height: 100%;
  display: flex;
  transition: all .5s;

}

.history_content .history_content_text .history_content_item h1 {
  margin-bottom: 30px;
}

.history_content .history_content_text .history_content_item .onep {
  margin-bottom: 30px;
  font-size: 22px;
}

.history_content .history_content_text .history_content_item .twop {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
}

.about_leftfixed {
  position: fixed;
  left: 10%;
  top: 30%;
}

.about_leftfixed .about_leftfixed_item {
  font-size: 20px;
  margin: 15px 0;
  font-weight: 600;
  cursor: pointer;
}

.about_leftfixed .about_leftfixed_item:hover a {
  color: #999;
}

.values_content {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 60px;
}

.values_content .values_content_title {
  text-align: center;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 30px;
  margin-top: 40px;
}

.values_content .values_content_title2 {
  text-align: center;
  font-size: 20px;
  margin: 15px 0;
}

.values_content .values_content_line {
  width: 2px;
  height: 40px;
  margin: 0 auto;
  background-color: #000;
  margin-bottom: 30px;
}

.values_content .values_content_text {
  display: flex;
  /*align-items: center;*/
  justify-content: space-evenly;
}

.values_content .values_content_text .values_content_item {
  width: 20%;
  text-align: center;
}

.values_content .values_content_text .values_content_item img {
  width: 25%;
      background-color: #5e4a99;
    padding: 20px;
    border-radius: 50%;
}

.values_content .values_content_text .values_content_item h3 {
  margin: 10px 0;
}