.statistics-wrapper {
  padding: 60px 0;
}

.statistics-wrapper .flex-wrapper>div {
  flex-grow: 1;
  border-right: 1px solid #CCCCCC;
}

.statistics-wrapper .flex-wrapper>div:last-of-type {
  border: none;
}

.statistics-wrapper p {
  font-size: 20px;
  color: #999999;
  text-align: center;
}

.statistics-wrapper span {
  display: inline-block;
  color: #333333;
}

.statistics-wrapper .number {
  font-size: 60px;
}

.statistics-wrapper .unit {
  font-size: 20px;
  position: relative;
  margin-left: 5px;
  top: -25px;
}

.company-wrapper {
  padding: 80px 0 40px;
}

.company-wrapper .container {
  position: relative;
}

.company-wrapper .Company_Profile {
  width: 1000px;
  height: 520px;
  padding: 35px 70px;
  margin-bottom: 30px;
  background: url(../imgs/about_bg1.png);
}

.company-wrapper .Company_info {
  width: 800px;
  height: 380px;
  background: #333333 url(../imgs/about_bg2.png) no-repeat center;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 95px 66px;
}

.company-wrapper .Company_info p {
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 40px;
}