.about-us .about-us-header-img {
  width: 100%;
  height: 300px;
}

.about-us-nav {
  display: flex;
  justify-content: center;
  margin-top: 6px;
}

.about-us-nav .content {
  display: flex;
  align-items: center;
}

.about-us-nav .nav-item-label {
  font-size: 14px;
  color: #909399;
}

.about-us-nav .nav-item-home {
  font-size: 14px;
  color: #909399;
}

.about-us-nav .nav-item-icon {
  font-size: 14px;
  color: #909399;
  margin: 0 6px;
}

.about-us-nav .nav-item-text {
  font-size: 14px;
  color: #131414;
}

.about-us .about-us-intro {
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.about-us .about-us-intro .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
}

.about-us .about-us-item-title {
  font-size: 32px;
  color: #2A2A2A;
}

.about-us .about-us-item-divider {
  width: 40px;
  height: 3px;
  background-color: #00C29A;
  margin-top: 12px;
}

.about-us .about-us-item-en {
  font-size: 18px;
  color: #88898E;
  margin-top: 6px;
}

.about-us-intro-content {
  margin-top: 40px;
  display: flex;
  align-items: center;
}

.about-us .about-us-intro-content-left-img {
  width: 500px;
  height: 380px;
}

.about-us .about-us-intro-content-right {
  flex: 1;
  font-size: 16px;
  color: #2A2A2A;
  margin-left: 16px;
  line-height: 28px;
}

.about-us .about-us-honor {
  display: flex;
  justify-content: center;
}

.about-us .about-us-honor .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
}

.about-us .about-us-honor-content {
  margin-top: 40px;
}

.about-us .about-us-honor-content-img {
  width: 260px;
  height: 360px;
}

.about-us .about-us-address {
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
}

.about-us .about-us-address .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
  position: relative;
}

.about-us-address .about-us-address-content {
  margin-top: 40px;
}

.about-us-address .about-us-address-content-address {
  position: absolute;
  z-index: 2;
  top: 260px;
  right: 500px;
}