.flex-col {
  display: flex;
  flex-direction: column;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.justify-between {
  display: flex;
  justify-content: space-between;
}

/* banner */
.group_3 {
  background: url("../img/about_banner.png") 100% no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 20vw;
  display: flex;
  align-items: center;
  padding-left: 15%;
}


/* 公司简介 */

.group_4 {
  background-color: rgba(245, 247, 250, 1);
  width: 100%;
}


.text_title {
  overflow-wrap: break-word;
  color: rgba(0, 9, 73, 1);
  font-size: 28px;
  font-family: MiSans;
  font-weight: 500;
  text-align: center;
  line-height: 40px;
  margin: 32px 10% 0 10%;
}

.text_title_1 {
  overflow-wrap: break-word;
  color: rgba(153, 157, 182, 1);
  font-size: 24px;
  font-family: MiSans;
  font-weight: normal;
  text-align: center;
  line-height: 30px;
  margin: 32px 10% 32px 10%;
}



/* 规模 */

.group_5 {
  background-image: url("../img/guimo_bg.png");
  background-size: 100% 100%;
  height: 10vw;
  width: 100%;
  top: 50px;
}

/* 发展历程 */

.about_fzlc {
  background-image: url("../img/about_fzlc.png");
  background-size: 100% 100%;
  height: 30vw;
  width: 100%;
  /* top: 50px; */

}
.text-wrapper_2 {
  width: 100%;
}

.group_8 {
  height: 60px;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
  margin: 0 0 8px 0;

}

/* 发展历程tab */
.text-wrapper_14 {
  margin: 0 10% 0;
}

.text_19 {
  font-family: MiSans;
  font-weight: 500;
  font-size: 20px;
  color: #0320C3;
  line-height: 28px;
  text-align: justify;
  font-style: normal;
}

.section_11 {
  align-items: center;
  margin: 0 25px 0 0;
}

.section_2 {
  color: transparent;
  margin-top: 5px;
  width: 112px;
  height: 2px;

}



.group_10 {
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
}

.group_11 {
  background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/ffa2891a5a5844948459c9070ebb3a24_mergeImage.png);
  width: 50%;
  height: 500px;
  border: 1px solid rgba(151, 151, 151, 1);
  margin: 50px 0 64px 10%;
}

.text-wrapper_15 {
  width: 24.74vw;
  height: 9.48vw;
  margin: 6.66vw 10.93vw 0 0;
}



.text_25 {
  font-family: PMiSans;
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  line-height: 33px;
  text-align: left;
  font-style: normal;
}

.text_26 {
  font-family: MiSans;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 32px;
  text-align: justify;
  font-style: normal;
}

/* 荣誉资质 */
.text-wrapper_3 {
  background-color: rgba(245, 247, 250, 1);
  width: 100%;
  justify-content: flex-center;
  margin: 0vw 0 0vw 0;
}


.group_14 {
  background-color: rgba(245, 247, 250, 1);
  padding-left: 10%;
  padding-right: 10%;
  width: 100%;

}
