.about-title {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.48rem;
  color: #000000;
  padding-left: 0.3rem;
  position: relative;
}
.about-title::after {
  content: "";
  width: 0.04rem;
  height: 100%;
  background: #AA3737;
  position: absolute;
  left: 0;
  top: 0;
}
.about-title2 {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.48rem;
  color: #000000;
  padding-bottom: 0.35rem;
  position: relative;
  text-align: center;
}
.about-title2::after {
  content: "";
  width: 0.4rem;
  height: 0.04rem;
  background: #AA3737;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.brief-wrap {
  margin: 0.9rem 0 1rem 0;
}
.brief-wrap .brief-box {
  margin: 0 auto;
  width: 12.9rem;
  background-image: url(../img/about/hmc5map.png);
  background-repeat: no-repeat;
  background-size: 11.78rem 5.69rem;
  background-position-y: bottom;
  background-position-x: center;
  padding: 0 1rem;
  padding-bottom: 0.8rem;
}
.brief-wrap .brief-box .counter-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 0.8rem;
}
.brief-wrap .brief-box .counter-wrap .num-box {
  padding-left: 0.3rem;
  position: relative;
}
.brief-wrap .brief-box .counter-wrap .num-box::after {
  content: '';
  width: 0.01rem;
  height: 100%;
  background: #CCCCCC;
  position: absolute;
  left: 0;
  top: 0;
}
.brief-wrap .brief-box .counter-wrap .num-box .num {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.18rem;
  color: #000000;
  display: flex;
  align-items: baseline;
}
.brief-wrap .brief-box .counter-wrap .num-box .num span {
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;
  font-weight: normal;
  font-size: 0.48rem;
  color: #AA3737;
}
.brief-wrap .brief-box .counter-wrap .num-box .text {
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;
  font-weight: bold;
  font-size: 0.18rem;
  color: #333333;
  margin-top: 0.1rem;
}
.brief-wrap .brief-box .cn {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.16rem;
  color: #000000;
  line-height: 0.3rem;
  text-align: justify;
  padding: 0.7rem 0;
  border-bottom: 0.01rem solid #D6D6D6;
}
.brief-wrap .brief-box .en {
  margin-top: 0.5rem;
  font-family: ArialMT, ArialMT;
  font-weight: normal;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.3rem;
}
.culture-wrap {
  width: 100%;
  height: 7.74rem;
  background: url(../img/about/jj_bg.png) no-repeat;
  background-size: cover;
}
.culture-wrap .culture-box {
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}
.culture-wrap .culture-box .des {
  width: 5.91rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  padding: 0.7rem 0.3rem;
}
.culture-wrap .culture-box .des .line {
  width: 0.3rem;
  height: 0.04rem;
  background: #AA3737;
  margin-bottom: 0.35rem;
}
.culture-wrap .culture-box .des .p {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.16rem;
  color: #000000;
  line-height: 0.36rem;
}
.idea-wrap {
  width: 13rem;
  margin: 0.9rem auto 0.7rem auto;
}
.idea-wrap .idea-box {
  margin-top: 0.9rem;
  height: 4.55rem;
  width: 100%;
  background: url(../img/about/img_bg.png) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
}
.idea-wrap .idea-box .item {
  width: 33.3333%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.365s;
}
.idea-wrap .idea-box .item:hover {
  background: #AA3737;
}
.idea-wrap .idea-box .item:hover .p {
  display: block;
}
.idea-wrap .idea-box .item .icon {
  width: auto;
  height: 0.6rem;
}
.idea-wrap .idea-box .item .icon img {
  height: 100%;
  width: auto;
}
.idea-wrap .idea-box .item .des {
  text-align: center;
}
.idea-wrap .idea-box .item .text {
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;
  font-weight: normal;
  font-size: 0.24rem;
  color: #FFFFFF;
  margin-top: 0.34rem;
}
.idea-wrap .idea-box .item .p {
  display: none;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.16rem;
  color: #FFFFFF;
  margin-top: 0.34rem;
}
.client-wrap {
  margin: 0 auto;
}
.client-wrap .nav-box {
  margin-top: 0.4rem;
  display: flex;
  justify-content: center;
}
.client-wrap .nav-box .nav {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.18rem;
  color: #000000;
  margin: 0 0.44rem;
  cursor: pointer;
}
.client-wrap .nav-box .nav.active {
  font-weight: bold;
  color: #AA3737;
}
.client-wrap .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
.client-wrap .list .item {
  width: 1.6rem;
  height: 0.7rem;
  border: 0.01rem solid #EBEDF0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.15rem;
  margin-bottom: 0.4rem;
  cursor: pointer;
}
.client-wrap .list .item:hover {
  box-shadow: 0rem 0.05rem 0.15rem 0.01rem rgba(170, 55, 55, 0.1);
  border-radius: 0rem 0rem 0rem 0rem;
  border: 0.01rem solid #AA3737;
}
.client-wrap .list .item img {
  max-width: 70%;
  max-height: 70%;
}
.client-wrap .list .item:nth-child(9n) {
  margin-right: 0;
}
.history-wrap {
  margin-top: 0.8rem;
  padding: 0.8rem 0;
  background: #FBFBFB;
}
.history-wrap .history-box {
  width: 100%;
  margin-top: 0.66rem;
  position: relative;
}
.history-wrap .history-box::after {
  content: '';
  width: 100%;
  height: 0.01rem;
  background: #D8222D;
  opacity: 0.1;
  position: absolute;
  top: 0.9rem;
  left: 0;
}
.history-wrap .history-box .history-swiper {
  margin: 0 auto;
  position: relative;
}
.history-wrap .history-box .history-swiper .historySwiper {
  position: relative;
  overflow: hidden;
}
.history-wrap .history-box .history-swiper .historySwiper .item {
  position: relative;
}
.history-wrap .history-box .history-swiper .historySwiper .item .line-box {
  position: absolute;
  left: 0.1rem;
  top: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.history-wrap .history-box .history-swiper .historySwiper .item .line-box .ball1 {
  width: 0.3rem;
  height: 0.3rem;
  background: rgba(170, 55, 55, 0.2);
  border-radius: 50%;
  position: relative;
}
.history-wrap .history-box .history-swiper .historySwiper .item .line-box .ball1::after {
  content: '';
  width: 0.14rem;
  height: 0.14rem;
  background: #AA3737;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.history-wrap .history-box .history-swiper .historySwiper .item .line-box .line {
  width: 0.01rem;
  height: 1.08rem;
  background: #AA3737;
  position: absolute;
  left: 50%;
  top: 0.15rem;
  transform: translateX(-50%);
}
.history-wrap .history-box .history-swiper .historySwiper .item .line-box .ball2 {
  margin-top: 0.92rem;
  width: 0.12rem;
  height: 0.12rem;
  background: #FFFFFF;
  border: 0.01rem solid #AA3737;
  border-radius: 50%;
}
.history-wrap .history-box .history-swiper .historySwiper .item .year-box {
  position: relative;
  height: 0.64rem;
  width: 100%;
}
.history-wrap .history-box .history-swiper .historySwiper .item .year-box .year {
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;
  font-weight: normal;
  font-size: 0.24rem;
  color: #AA3737;
  position: absolute;
  left: 0;
  bottom: 0;
}
.history-wrap .history-box .history-swiper .historySwiper .item .des {
  margin-top: 1rem;
  width: 100%;
  background: #FFFFFF;
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  padding: 0.25rem 0.1rem 0.25rem 0.4rem;
}
.history-wrap .history-box .history-swiper .historySwiper .item .des .title {
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;
  font-weight: normal;
  font-size: 0.24rem;
  color: #000000;
}
.history-wrap .history-box .history-swiper .historySwiper .item .des .p {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.3rem;
  margin-top: 0.2rem;
}
.history-wrap .history-box .history-swiper .historySwiper .swiper-slide-active .item .year-box,
.history-wrap .history-box .history-swiper .historySwiper .swiper-slide-duplicate-active .item .year-box {
  position: relative;
  height: 0.64rem;
  width: 100%;
}
.history-wrap .history-box .history-swiper .historySwiper .swiper-slide-active .item .year-box .year,
.history-wrap .history-box .history-swiper .historySwiper .swiper-slide-duplicate-active .item .year-box .year {
  font-weight: normal;
  font-size: 0.48rem;
}
.history-wrap .history-box .history-swiper .historySwiper-button {
  width: 0.25rem;
  height: 0.25rem;
  position: absolute;
  top: 0.78rem;
  cursor: pointer;
}
.history-wrap .history-box .history-swiper .historySwiper-button img {
  width: 100%;
  height: 100%;
}
.history-wrap .history-box .history-swiper .historySwiper-button.historySwiper-next {
  right: -0.6rem;
}
.history-wrap .history-box .history-swiper .historySwiper-button.historySwiper-prev {
  left: -0.6rem;
}
.honor-wrap {
  padding: 0.7rem 0 0.8rem 0;
  overflow: hidden;
}
.honor-wrap .honor-box {
  margin: 0 auto;
  position: relative;
  margin-top: 0.6rem;
}
.honor-wrap .honor-box .honorSwiper {
  overflow: hidden;
}
.honor-wrap .honor-box .honorSwiper img {
  width: 100%;
  height: auto;
}
.honor-wrap .honor-box .honorSwiper p {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.16rem;
  color: #000000;
  text-align: center;
  margin-top: 0.16rem;
}
.honor-wrap .honor-box .honorSwiper-button {
  width: 0.25rem;
  height: 0.25rem;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}
.honor-wrap .honor-box .honorSwiper-button img {
  width: 100%;
  height: 100%;
}
.honor-wrap .honor-box .honorSwiper-button.honorSwiper-next {
  right: -0.4rem;
}
.honor-wrap .honor-box .honorSwiper-button.honorSwiper-prev {
  left: -0.4rem;
}
@media only screen and (max-width: 900px) {
  .ruler-box {
    display: none !important;
  }
  .about-title2::after {
    width: 0.66rem;
  }
  .brief-wrap {
    margin: 0.9rem 0 1rem 0;
  }
  .brief-wrap .brief-box {
    width: 100%;
    padding: 0 0.3rem;
  }
  .brief-wrap .brief-box .counter-wrap {
    flex-wrap: wrap;
  }
  .brief-wrap .brief-box .counter-wrap .num-box {
    width: 50%;
    margin-bottom: 0.6rem;
  }
  .brief-wrap .brief-box .counter-wrap .num-box .num {
    font-size: 0.29rem;
  }
  .brief-wrap .brief-box .counter-wrap .num-box .num span {
    font-weight: bold;
    font-size: 0.89rem;
  }
  .brief-wrap .brief-box .counter-wrap .num-box .text {
    font-size: 0.28rem;
    margin-top: 0.25rem;
    font-weight: 400;
  }
  .brief-wrap .brief-box .cn {
    font-size: 0.28rem;
    color: #666666;
    line-height: 0.5rem;
    padding: 0.5rem 0;
    border-bottom: 0.01rem solid #D6D6D6;
  }
  .brief-wrap .brief-box .en {
    font-size: 0.28rem;
    color: #666666;
    line-height: 0.5rem;
  }
  .culture-wrap {
    width: 100%;
    min-height: 6.68rem;
  }
  .culture-wrap .culture-box {
    padding: 0.3rem;
  }
  .culture-wrap .culture-box .des {
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    padding: 0.7rem 0.3rem;
  }
  .culture-wrap .culture-box .des .line {
    width: 0.58rem;
    height: 0.04rem;
  }
  .culture-wrap .culture-box .des .p {
    font-size: 0.28rem;
    color: #000000;
    line-height: 0.5rem;
  }
  .idea-wrap {
    width: 100%;
    margin: 0.9rem auto 0.7rem auto;
  }
  .idea-wrap .idea-box {
    margin-top: 0.9rem;
    height: auto;
    flex-direction: column;
  }
  .idea-wrap .idea-box .item {
    width: 100%;
    height: 3rem;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0 0.6rem;
  }
  .idea-wrap .idea-box .item:hover {
    background: #AA3737;
  }
  .idea-wrap .idea-box .item:hover .p {
    display: block;
  }
  .idea-wrap .idea-box .item .icon {
    width: auto;
    height: 1.32rem;
    flex-shrink: 0;
  }
  .idea-wrap .idea-box .item .icon img {
    height: 100%;
    width: auto;
  }
  .idea-wrap .idea-box .item .des {
    margin-left: 0.3rem;
    text-align: left;
  }
  .idea-wrap .idea-box .item .text {
    font-size: 0.34rem;
    margin-top: 0;
  }
  .idea-wrap .idea-box .item .p {
    display: none;
    font-size: 0.28rem;
    color: #FFFFFF;
    line-height: 0.5rem;
    margin-top: 0.2rem;
  }
  .client-wrap {
    margin: 0 auto;
  }
  .client-wrap .nav-box {
    margin-top: 0.4rem;
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
    /*适应苹果*/
    -webkit-overflow-scrolling: touch;
    padding: 0 0.3rem;
    border-bottom: 0.01rem solid #E0E0E0;
  }
  .client-wrap .nav-box .nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0.4rem 0;
    margin-right: 0.5rem;
    font-size: 0.34rem;
  }
  .client-wrap .nav-box .nav:last-of-type {
    margin-right: 0;
  }
  .client-wrap .nav-box .nav.active {
    position: relative;
  }
  .client-wrap .nav-box .nav.active::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #AA3737;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .client-wrap .nav-box .nav.active {
    font-weight: bold;
    color: #AA3737;
  }
  .client-wrap .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.6rem;
    padding: 0 0.3rem;
  }
  .client-wrap .list .item {
    width: 2.18rem;
    height: 0.96rem;
    border: 0.01rem solid #EBEDF0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.18rem;
    margin-bottom: 0.4rem;
    cursor: pointer;
  }
  .client-wrap .list .item:nth-child(3n) {
    margin-right: 0;
  }
  .history-wrap {
    margin-top: 0.8rem;
    padding: 0.8rem 0;
    background: #FBFBFB;
  }
  .history-wrap .history-box {
    width: 100%;
    margin-top: 0.66rem;
    position: relative;
  }
  .history-wrap .history-box::after {
    content: '';
    width: 100%;
    height: 0.01rem;
    background: #D8222D;
    opacity: 0.1;
    position: absolute;
    top: 0.9rem;
    left: 0;
  }
  .history-wrap .history-box .history-swiper {
    padding: 0 0.88rem;
  }
  .history-wrap .history-box .history-swiper .historySwiper .item {
    position: relative;
  }
  .history-wrap .history-box .history-swiper .historySwiper .item .line-box {
    position: absolute;
    left: 0.1rem;
    top: 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .history-wrap .history-box .history-swiper .historySwiper .item .line-box .ball1 {
    width: 0.3rem;
    height: 0.3rem;
    background: rgba(170, 55, 55, 0.2);
    border-radius: 50%;
    position: relative;
  }
  .history-wrap .history-box .history-swiper .historySwiper .item .line-box .ball1::after {
    content: '';
    width: 0.14rem;
    height: 0.14rem;
    background: #AA3737;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
  }
  .history-wrap .history-box .history-swiper .historySwiper .item .line-box .line {
    width: 0.01rem;
    height: 1.08rem;
    background: #AA3737;
    position: absolute;
    left: 50%;
    top: 0.15rem;
    transform: translateX(-50%);
  }
  .history-wrap .history-box .history-swiper .historySwiper .item .line-box .ball2 {
    margin-top: 0.92rem;
    width: 0.12rem;
    height: 0.12rem;
    background: #FFFFFF;
    border: 0.01rem solid #AA3737;
    border-radius: 50%;
  }
  .history-wrap .history-box .history-swiper .historySwiper .item .year-box {
    position: relative;
    height: 0.64rem;
    width: 100%;
  }
  .history-wrap .history-box .history-swiper .historySwiper .item .year-box .year {
    font-size: 0.4rem;
  }
  .history-wrap .history-box .history-swiper .historySwiper .item .des {
    margin-top: 1rem;
    width: 100%;
    background: #FFFFFF;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    padding: 0.25rem 0.1rem 0.25rem 0.4rem;
  }
  .history-wrap .history-box .history-swiper .historySwiper .item .des .title {
    font-size: 0.39rem;
  }
  .history-wrap .history-box .history-swiper .historySwiper .item .des .p {
    font-size: 0.28rem;
    color: #666666;
    line-height: 0.5rem;
    margin-top: 0.25rem;
  }
  .history-wrap .history-box .history-swiper .historySwiper .swiper-slide-active .item .year-box,
  .history-wrap .history-box .history-swiper .historySwiper .swiper-slide-duplicate-active .item .year-box {
    position: relative;
    height: 0.64rem;
    width: 100%;
  }
  .history-wrap .history-box .history-swiper .historySwiper .swiper-slide-active .item .year-box .year,
  .history-wrap .history-box .history-swiper .historySwiper .swiper-slide-duplicate-active .item .year-box .year {
    font-weight: normal;
    font-size: 0.48rem;
  }
  .history-wrap .history-box .history-swiper .historySwiper-button {
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    top: 0.74rem;
    cursor: pointer;
  }
  .history-wrap .history-box .history-swiper .historySwiper-button img {
    width: 100%;
    height: 100%;
  }
  .history-wrap .history-box .history-swiper .historySwiper-button.historySwiper-next {
    right: 0.3rem;
  }
  .history-wrap .history-box .history-swiper .historySwiper-button.historySwiper-prev {
    left: 0.3rem;
  }
  .honor-wrap {
    padding: 0.7rem 0 0.8rem 0;
    overflow: hidden;
  }
  .honor-wrap .honor-box {
    padding: 0 1.3rem;
  }
  .honor-wrap .honor-box .honorSwiper {
    overflow: hidden;
  }
  .honor-wrap .honor-box .honorSwiper img {
    width: 100%;
    height: auto;
  }
  .honor-wrap .honor-box .honorSwiper p {
    font-size: 0.32rem;
    margin-top: 0.32rem;
  }
  .honor-wrap .honor-box .honorSwiper-button {
    width: 0.4rem;
    height: 0.4rem;
  }
  .honor-wrap .honor-box .honorSwiper-button img {
    width: 100%;
    height: 100%;
  }
  .honor-wrap .honor-box .honorSwiper-button.honorSwiper-next {
    right: 0.3rem;
  }
  .honor-wrap .honor-box .honorSwiper-button.honorSwiper-prev {
    left: 0.3rem;
  }
}
