.aboutBg {
  width: 100%;
  height: 704px;
  background: url('../images/about_bg.png') center/cover no-repeat;
  /* Rectangle_1651 */
}

.aboutBusInfo {
  display: flex;
  align-items: center;
  margin: 125px 0 150px;
}

.aboutBusText {
 color: #000000;
 font-weight: 400;
 font-size: 22px;
 line-height: 40px;
}

.aboutBusMarLf {
 margin-left: 50px;
}
.aboutBusMarRg {
 margin-right: 50px;
}

.aboutBusTitle {
  padding-bottom: 25px;
  color: #3b8ba7;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px
}

.aboutBusImg {
  width: 606px;
  height: 399px;
}

.aboutFat {
  background-color: #3B8BA7;
}
.aboutFatTitle {
  padding-top: 53px;
  padding-bottom: 35px;
  text-align: center;
  color: #ffffff;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
}
.aboutFatText {
  padding-bottom: 49px;
  text-align: center;
  color: #ffffff;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 22px;
  line-height: 40px;
}
.aboutFastList {
  height: 178px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 30px 30px 0px 0px;
  background: #ffffff40;
}
.aboutFastItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  font-size: 22px;
  line-height: 40px;
}
.aboutFastItemIc {
  width: 53px;
  height: 53px;
  margin-bottom: 10px;
}

.aboutCompany {
  border-radius: 20px;
  background: #fafafa;
}
.aboutCompanyTitle {
  padding-top: 50px;
  padding-bottom: 30px;
  text-align: center;
  color: #3b8ba7;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
}
.aboutCompanyText {
  padding: 0 50px 50px;
  text-align: center;
  color: #000000;
  font-weight: 400;
  font-size: 22px;
  line-height: 40px;
}

.about_phoneInfo {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-right: 50px;
  /* justify-content: space-between; */
  border-radius: 20px;
  background: #3b8ba7;
  /* position: relative; */
  
}

.about_phoneCon {
  width: 700px;
  height: 100%;
  /* background-color: yellow; */
  position: relative;
}

.about_phoneInfo div {
  padding-bottom: 10px;
  color: #ffffff;
  font-weight: 800;
  font-size: 26px;
  line-height: 40px;
}

.about_phoneInfo p {
  color: #ffffff;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
}

.about_phone_img {
  width: 936px;
  height: 693px;
  position: relative;
  left: -110px;
}


.about_faceTile {
  padding-top: 125px;
  padding-bottom: 30px;
  text-align: center;
  color: #3b8ba7;
  font-weight: 800;
  font-size: 50px;
  line-height: 40px;
}
.about_faceText {
  text-align: center;
  color: #000000;
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
}
.about_faceInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 65px;
  padding-bottom: 163px;
}
.about_faceItem {
  padding-bottom: 30px;
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
}
.about_faceItemTile {
  padding-bottom: 12px;
  color: #000000;
  font-weight: 800;
  font-size: 26px;
  line-height: 40px;
}
.about_faceIC {
  width: 632px;
}
.about_face_img {
  width: 842px;
}
