.aboutUs{
  background: url("../../img/aboutUs/banner_bg@2x.png") no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 42.5rem;
}
.about_us{
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.about_us_content{
  margin-top: 3.75rem;
  display: flex;
}
.about_us_content_left {
  width:28.9375rem ;
  margin-right: 2.75rem;
}
.about_us_content_left>img{
  width: 100%;
}
.about_us_content_right{
  flex: 1;
  position: relative;
}
.about_us_content_right >img{
  width: 5.75rem;
 
}
.about_us_content_right >div{
  font-size: 1rem;
  color: #282828;
  line-height: 1.5rem;
  position: absolute;
  top:  5rem;
  left: 0;
}
.about_us_content_right >div.about_us_content_right_text>p{
  margin-bottom: 1.2rem;
}
.about_us_data{
  width: 100%;
  position: relative;
}
.about_us_data>img{
  width: 100%;
}
.about_us_data_flex{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about_us_data_flex_item{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Roboto-Bold, Roboto;
  color: #FFFFFF;
}
.about_us_data_flex_item .f_60{
  font-size: 3.75rem;
  font-weight: bold;
  line-height: 4.9375rem;
  margin-bottom: 1.25rem;
}
.qualifications{
  background: linear-gradient(180deg, #E8F2FF 0%, #FFFFFF 100%);
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.qualifications_img{
  width: 100%;
  margin-top: 3.75rem;
}
.qualifications_img>img{
  width: 100%;
}
.mind_identity{
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.mind_identity_box{
  margin-top: 4.625rem;
  display: flex;
  
}
.mind_identity_item{
  width: calc((100%-23.25rem)/4);
  margin-right: 7.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mind_identity_item:nth-child(4n+0){
  margin-right:0
}
.mind_identity_item>img{
  width: 12.5rem;
}
.mind_identity_item_titel{
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #000000;
  line-height: 1.75rem;
}
.mind_identity_item_text{
  font-size: 0.875rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 1.25rem;
  text-align: center;
}
body .about_us_bg-di.bg-di{
  background: url("../../img/aboutUs/bg_3@2x.png") no-repeat;
  background-size: 100% 100%;
}