.about-page .page-banner {
  height: 520px;
  background-image: url(/site/assets/images/about/banner_pic-11324258e2.png);
  background-size: cover;
  background-position: center center;
}

.about-page .page-banner .banner-content {
  height: 100%;
  position: relative;
  background-image: url(/site/assets/images/about/banner_title-1ce8920be3.png);
  background-size: 552px 272px;
  background-position: 0 80px;
  background-repeat: no-repeat;
}

.about-page .about-section-item {
  padding-top: 80px;
}

.about-page .about-section-item.introduction {
  padding-bottom: 60px;
}

.about-page .about-section-item.mission {
  padding-bottom: 228px;
  background-image: url(/site/assets/images/about/mission_bg-2e64271bff.png);
  background-size: 100% 327px;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.about-page .about-section-item.memory {
  background-image: url(/site/assets/images/about/section_bg_1-5c4cd9ca8d.png);
  background-size: cover;
  background-position: center bottom;
  padding-bottom: 90px;
}

.about-page .about-section-item.memory .section-title .cn-title {
  color: #ed7700;
}

.about-page .about-section-item.memory .time-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-page .about-section-item.memory .time-list .time-item {
  height: 145px;
  width: 300px;
  background-color: #fff;
  background-image: url(/site/assets/images/cooperation/apply-require-light-a144ffcfaa.png);
  background-size: cover;
  background-position: center center;
  border-radius: 6px;
  overflow-y: hidden;
  position: relative;
  margin-right: 26px;
  margin-bottom: 30px;
  padding: 45px 14px 0;
}

.about-page .about-section-item.memory .time-list .time-item:nth-child(4n) {
  margin-right: 0;
}

.about-page .about-section-item.memory .time-list .time-item .time-corner {
  padding: 1px 10px;
  background: #ed7700;
  border-bottom-right-radius: 6px;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.about-page .about-section-item.memory .time-list .time-item .info-item {
  color: #353535;
  font-size: 14px;
  line-height: 20px;
}

.about-page .about-section-item.honor {
  background: #f5f7fa;
}

.about-page .about-section-item.market {
  height: 940px;
  background-image: url(/site/assets/images/about/map_bg-31c8d6b222.png);
  background-size: cover;
  background-position: center center;
}

.about-page .about-section-item.market .section-title .cn-title {
  color: #ed7700;
}

.about-page .about-section-item .section-title {
  margin-bottom: 80px;
}

.about-page .about-section-item .section-title .cn-title {
  font-size: 40px;
  line-height: 40px;
  color: #353535;
  margin-bottom: 10px;
  font-weight: 600;
}

.about-page .about-section-item .section-title .en-title {
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ed7700;
  font-weight: 400;
}

.about-page .about-section-item .count-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}

.about-page .about-section-item .count-group .count-item:nth-child(1) {
  padding-left: 60px;
}

.about-page .about-section-item .count-group .count-item:last-child {
  padding-right: 60px;
}

.about-page .about-section-item .count-group .count-item .count-title {
  vertical-align: bottom;
  margin-bottom: 10px;
}

.about-page .about-section-item .count-group .count-item .count-title .title-num {
  font-size: 50px;
  line-height: 50px;
  color: #ed7700;
}

.about-page .about-section-item .count-group .count-item .count-title .title-text {
  font-size: 18px;
  line-height: 18px;
  color: #353535;
}

.about-page .about-section-item .count-group .count-item .count-subtitle {
  font-size: 16px;
  line-height: 16px;
  color: #666;
}

.about-page .about-section-item .count-group .count-divide {
  height: 40px;
  width: 1px;
  background: #c4c4c4;
}

.about-page .about-section-item .introduction-banner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-page .about-section-item .introduction-banner .image-box {
  height: 380px;
  width: 590px;
  background: rgba(237, 119, 0, 0.2);
}

.about-page .about-section-item .introduction-banner .image-box .image-item {
  height: 100%;
  width: 100%;
  vertical-align: top;
}

.about-page .about-section-item .introduction-banner .text-box {
  width: 660px;
  padding-top: 95px;
}

.about-page .about-section-item .introduction-banner .text-box .text-title {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 16px;
  position: relative;
  color: #666;
  font-weight: 700;
}

.about-page .about-section-item .introduction-banner .text-box .text-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  height: 6px;
  width: 44px;
  background: #ed7700;
}

.about-page .about-section-item .introduction-banner .text-box .text-content {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

.about-page .about-section-item .introduction-banner, .about-page .about-section-item .mission-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-page .about-section-item .mission-group .item-card {
  width: 300px;
  height: 320px;
  padding-top: 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.about-page .about-section-item .mission-group .item-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e4e4e4));
  background: -o-linear-gradient(top, #f7f7f7, #e4e4e4);
  background: linear-gradient(180deg, #f7f7f7, #e4e4e4);
  z-index: -1;
}

.about-page .about-section-item .mission-group .item-card .icon-block {
  margin-bottom: 30px;
  vertical-align: top;
}

.about-page .about-section-item .mission-group .item-card .icon-block .icon-box {
  display: inline-block;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 2px solid #ed7700;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 182, 97, 0.6)), to(rgba(255, 182, 97, 0)));
  background: -o-linear-gradient(top, rgba(255, 182, 97, 0.6), rgba(255, 182, 97, 0));
  background: linear-gradient(180deg, rgba(255, 182, 97, 0.6), rgba(255, 182, 97, 0));
  position: relative;
}

.about-page .about-section-item .mission-group .item-card .divide-block::after, .about-page .about-section-item .mission-group .item-card .icon-block .icon-box .icon-pic {
  height: 46px;
  width: 46px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-page .about-section-item .mission-group .item-card .divide-block {
  height: 1px;
  width: 100%;
  background: rgba(237, 119, 0, 0.2);
  margin-bottom: 45px;
  position: relative;
}

.about-page .about-section-item .mission-group .item-card .divide-block::after {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #ed7700;
}

.about-page .about-section-item .mission-group .item-card .card-title {
  font-size: 20px;
  line-height: 20px;
  color: #ed7700;
  margin-bottom: 18px;
  font-weight: 400;
}

.about-page .about-section-item .mission-group .item-card .card-subtitle {
  padding: 0 36px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}

.about-page .about-section-item .mission-group .item-card::after {
  content: "";
  position: absolute;
  z-index: -2;
  width: 229px;
  height: 47px;
  background: #afafaf;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  left: 50%;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.about-page .about-section-item .honor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-page .about-section-item .honor-list .honor-item {
  margin-bottom: 40px;
  margin-right: 29px;
}

.about-page .about-section-item .honor-list .honor-item:nth-child(4n) {
  margin-right: 0;
}

.about-page .about-section-item .honor-list .honor-item .honor-pic {
  height: 190px;
  width: 297px;
  margin-bottom: 18px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.18);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.18);
}

.about-page .about-section-item .honor-list .honor-item .honor-title {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #353535;
  font-weight: 400;
}