.about-us-bg {
  width: 100%;
  height: 610px;
  background: url(../img/about-us-bg.png) center no-repeat;
  background-size: cover;
  position: relative;
}

.about-us-content {
  position: absolute;
  top: 148px;
  right: 16.66667%;
  width: 220px;
  height: 216px;
}

.about-us-content p.title {
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}

.about-us-content p.title-en {
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  color: #ffffff;
  opacity: 0.2;
  font-weight: 700;
  text-align: center;
  margin-bottom: 88px;
}

.about-us-content a.to-official-website {
  display: inline-block;
  width: 220px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #ffffff;
  text-decoration: none;
}

.about-us-info {
  width: 100%;
  height: 416px;
  background-color: #ffffff;
  padding-top: 96px;
}

.about-us-info ul {
  list-style: none;
  height: 183px;
  width: 930px;
  margin: 0 auto;
}

.about-us-info ul li {
  float: left;
  height: 100%;
  margin-right: 91px;
}

.about-us-info ul li.company-profile {
  width: 266px;
}

.about-us-info ul li.core-business {
  width: 276px;
}

.about-us-info ul li.company-info {
  width: 205px;
}

.about-us-info .info-title {
  font-size: 15px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 15px;
}

.about-us-info .core-business-type {
  height: 34px;
  margin-bottom: 15px;
}

.about-us-info .core-business-type span {
  padding-top: 8px;
  background-image: linear-gradient(218deg, #c3daff 0%, #eceeff 69%);
  border-radius: 1.5px;
  text-align: center;
  font-size: 12px;
  color: #7183b1;
  display: inline-block;
  width: 80px;
  height: 34px;
  margin-right: 12px;
}

.about-us-info .core-business-type.second span {
  width: 118px;
}

.about-us-info .about-company-info {
  font-size: 12px;
  color: #666666;
  line-height: 21px;
}

.about-us-info .company-address,
.about-us-info .company-phone,
.about-us-info .company-email {
  font-size: 12px;
  color: #666666;
}

.company-address,
.company-phone {
  margin-bottom: 15px;
}
/* 

.about-us-info ul li.company-info {
  width: 25%;
}

.about-us-info ul li.company-profile {
  width: 50%;
  padding: 0 168px 0 80px;
}

.about-us-info ul li.company-projects {
  width: 25%;
}

.company-name,
.about-company-name,
.company-projects-title {
  font-size: 15px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 15px;
}

.company-address,
.company-phone,
.company-email {
  font-size: 12px;
  color: #666666;
}

.company-address,
.company-phone {
  margin-bottom: 15px;
}

.about-company-info {
  font-size: 12px;
  color: #666666;
  line-height: 21px;
}

.company-projects-type {
  width: 228px;
  height: 34px;
  margin-bottom: 23px;
}

.company-projects-type span {
  display: inline-block;
  width: 99px;
  height: 34px;
  background-image: linear-gradient(-89deg, #0060ff 0%, #3800f4 64%);
  border-radius: 1.5px;
  font-size: 12px;
  color: #ffffff;
  line-height: 21px;
  text-align: center;
  padding-top: 6px;
  margin-right: 22px;
} */
