.abouteUs_bannner{
  background: url("../../img/h5_img/abouteUs/aboutus_banner_bg@2x.png") no-repeat;
  background-size: 100% 100%;
  width: 100%;
  padding-top:14.93vw;
  padding-bottom: 7.73vw;
  text-align: center;
}
.abouteUs_bannner_img{
  width:69.33vw;
  display: block;
  margin:0  auto 17.33vw;
}
.about_us_text{
  background: url("../../img/h5_img/abouteUs/aboutus_about_bg@2x.png") no-repeat;
  background-size: 100% 100%;
  padding-top: 10.67vw;
 padding-bottom: 33.33vw;
}
.about_us_text .common_h1{
  text-align: center;
  margin-bottom: 8vw;
}
.about_us_text_content{
  background: rgba(255,255,255,0.4);
  border-radius: 4vw;
  border: 1px solid rgba(255,255,255,0.7);
  margin: 0 3.73vw;
  padding: 4vw;
  font-size: 3.73vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
 
}
.about_us_text_content>p{
  margin-bottom: 5.27vw;
  line-height: 5.33vw;
}
.about_us_text_content>p:last-child{
  margin-bottom: 0;
}
.about_us_text_content span{
  font-family: PingFangSC-Medium, PingFang SC;
}
.about_us_num{
  background: url("../../img/h5_img/abouteUs/bg@2x.png") no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 80vw;
}
.about_us_num_cintent{
  padding: 8vw 13.07vw 0;
  display: flex;
  flex-wrap: wrap;
}
.about_us_num_cintent_item{
  width: 32.8vw;
  height: 28vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 8vw;
  margin-bottom: 8vw;
}
.about_us_num_cintent_item:nth-child(2n+0){
  margin-right: 0;
}
.about_us_num_cintent_item_top{
  font-size: 8vw;
  font-family: Roboto-Bold, Roboto;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 10.4vw;
  margin-bottom: 2.67vw;
}
.about_us_num_cintent_item_bottom{
  font-size: 3.73vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 5.33vw;
}
.qualification{
  background: linear-gradient(180deg, #E8F2FF 0%, #FFFFFF 100%);
  padding-top: 10.67vw;
  padding-bottom: 10.4vw;
}
.qualification .common_h1,
.philosophy .common_h1{
  margin-bottom: 8vw;
  text-align: center;
}
.qualification>img{
  width: 92.8vw;
  display: block;
  margin: 0 auto;
}
.philosophy{
  padding-top: 10.67vw;
  padding-bottom: 10.67vw;
}
.philosophy_content{
  padding:0 3.73vw;
}
.philosophy_content_item{
  display: flex;
  align-items: center;
  margin-bottom: 5.33vw;
}
.philosophy_content_item:last-child{
  margin-bottom: 0;
}
.philosophy_content_item>img{
  width: 24vw;
  height: 24vw;
  margin-right: 4.27vw;
}
.philosophy_content_item_right_top{
  font-size: 4.27vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  line-height: 5.87vw;
  margin-bottom: 4px;
}
.philosophy_content_item_right_bottom{
  font-size: 3.73vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 5.33vw;
}