.about_content {
  padding: 50px 0 100px;
  background: #fff;
}
.about_content .d-flex {
  align-items: center;
}
.about_content .about_content_left .font17 {
  color: #23863C;
  margin-bottom: 10px;
}
.about_content .about_content_left .font40 {
  padding-bottom: 10px;
  font-weight: bold;
  letter-spacing: 2px;
}
.about_content .about_content_left .font20 {
  color: #5D5D5D;
  line-height: 30px;
  letter-spacing: 2px;
}
.about_content .about_content_left .slogan {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.about_content .about_content_right p {
  color: #5D5D5D;
  line-height: 30px;
  letter-spacing: 1px;
}
.about_content .bottom_content {
  background: #F6F7F9;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 50px 40px;
}
.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-bottom: 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: #111;
}
@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 .font40 {
    font-size: 36px;
  }
}
@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 .about_content_left {
    width: 100%;
    margin-bottom: 20px;
  }
  .about_content .about_content_left .font17 {
    font-size: 14px;
  }
  .about_content .about_content_left .font40 {
    font-size: 24px;
  }
  .about_content .about_content_left .slogan {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .about_content .about_content_left .font20 {
    font-size: 16px;
    line-height: 25px;
  }
  .about_content .about_content_right {
    width: 100%;
  }
  .about_content .about_content_right p {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .about_content .bottom_content {
    padding: 10px 20px;
  }
  .about_content .Company {
    font-size: 62px;
    margin-top: -100px;
    position: relative;
  }
  .about_content .data {
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 8px;
  }
  .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;
  }
}
