.about_content {
  padding: 100px 0;
  background: #fff;
}
.about_content .d-flex {
  align-items: center;
}
.about_content .about_content_left {
  width: 36.25%;
}
.about_content .about_content_left .font17 {
  color: #23863C;
  margin-bottom: 10px;
}
.about_content .about_content_left .font43 {
  line-height: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 22px;
}
.about_content .about_content_left .font20 {
  color: #141414;
  line-height: 30px;
  font-weight: 500;
}
.about_content .about_content_right {
  width: 56.488%;
}
.about_content .about_content_right p {
  color: #5D5D5D;
  line-height: 30px;
}
.about_content .Company {
  margin: auto;
  width: 100%;
  text-align: center;
  font-size: 172px;
  font-weight: bold;
  color: transparent;
  text-transform: uppercase;
  z-index: 0;
  font-family: 'Arial', 'Helvetica Neue', Arial, sans-serif;
  line-height: 1;
  -webkit-text-stroke: 2px #f7f7f7;
  text-stroke: 2px #f7f7f7;
}
.data {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.data .data_item {
  width: 12.67%;
}
.data .data_item div {
  padding-bottom: 8px;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 20px;
}
.data .data_item div span {
  font-family: Arial, Arial;
  color: #23863C;
}
.data .data_item div span:nth-child(1) {
  font-size: 52px;
}
.data .data_item div span:nth-child(2) {
  font-size: 21px;
  position: relative;
  top: -25px;
}
.data .data_item div span:nth-child(3) {
  position: relative;
  left: -16px;
  top: -3px;
  font-family: Source Han Sans CN, Source Han Sans CN;
}
.data .data_item p {
  color: rgba(48, 48, 48, 0.65);
}
@media screen and (max-width: 1800px) {
  .about_content .Company {
    font-size: 160px;
  }
}
@media screen and (max-width: 1600px) {
  .about_content .Company {
    font-size: 150px;
  }
}
@media screen and (max-width: 1440px) {
  .about_content .Company {
    font-size: 132px;
  }
  .data .data_item div span:nth-child(1) {
    font-size: 42px;
  }
  .about_content .about_content_left .font43 {
    font-size: 36px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1280px) {
  .about_content .Company {
    font-size: 115px;
  }
  .data .data_item {
    width: 14%;
  }
}
@media screen and (max-width: 1024px) {
  .about_content {
    padding: 40px 0;
  }
  .about_content .d-flex {
    flex-direction: column;
    position: relative;
    z-index: 2;
  }
  .about_content .d-flex .about_content_left {
    width: 100%;
    margin-bottom: 20px;
  }
  .about_content .d-flex .about_content_left .font17 {
    font-size: 14px;
  }
  .about_content .d-flex .about_content_left .font43 {
    font-size: 24px;
    line-height: 33px;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .about_content .d-flex .about_content_left .font20 {
    font-size: 14px;
    line-height: 25px;
  }
  .about_content .d-flex .about_content_right {
    width: 100%;
  }
  .about_content .d-flex .about_content_right p {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .about_content .Company {
    font-size: 62px;
    margin-top: -100px;
    position: relative;
  }
  .about_content .data {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .about_content .data .data_item {
    width: 45.21%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .about_content .data .data_item div {
    padding-bottom: 4px;
    margin-bottom: 12px;
  }
  .about_content .data .data_item div span:nth-child(1) {
    font-size: 38px;
  }
  .about_content .data .data_item div span:nth-child(2) {
    font-size: 14px;
    top: -15px;
  }
  .about_content .data .data_item div span:nth-child(3) {
    left: -13px;
  }
  .about_content .u-m-t-55 {
    margin-top: 10px!important;
  }
}
