.about-header-box {
  width: 100%;
  box-sizing: border-box;
  padding: 1.25rem 0;
  background: url("../images/aboutUs/background.jpg") no-repeat;
  background-size: cover;
}
.about-header-box .header-title {
  text-align: center;
}
.about-header-box .header-title .title {
  font-size: 0.65rem;
  color: #fff;
}
.about-header-box .header-title .desc {
  font-size: 0.275rem;
  color: #fff;
  margin-top: 0.225rem;
}
.about-header-box .header-title .button-group {
  margin-top: 0.425rem;
}

.about-us .about-us-title {
  font-size: 0.45rem;
  color: #333;
}

.firm-list {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.firm-list li {
  display: inline-block;
  width: 16.666%;
  height: 1.25rem;
  margin: 0 0 0.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.firm-list li img {
  max-width: 80%;
  max-height: 80%;
}

.about-history {
  height: 100%;
  margin: auto;
  background: url("../images/aboutUs/history-map-bg.png") no-repeat center center;
}
.about-history .history-list .start,
.about-history .history-list .end {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background-color: #0079ff;
  margin: 0 auto;
  font-size: 0.225rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-history .history-list .history-item {
  position: relative;
  height: auto;
}
.about-history .history-list .history-item .point {
  position: absolute;
  top: 0.625rem;
  left: 50%;
  margin-left: -0.075rem;
  z-index: 2;
  width: 0.1125rem;
  height: 0.1125rem;
  display: block;
  background-color: rgba(0, 120, 255, 0.3);
  border-radius: 50%;
}
.about-history .history-list .history-item .content {
  width: 6rem;
  margin: 0;
  text-align: left;
  min-width: 40%;
  padding: 0.25rem 0.3rem;
  border: 1px solid #0079ff;
  border-radius: 10px;
}
.about-history .history-list .history-item .content .image {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.25rem;
}
.about-history .history-list .history-item .content .image img {
  max-width: 100%;
}
.about-history .history-list .history-item .content .title {
  font-size: 0.275rem;
  color: #0079ff;
  font-weight: bold;
  line-height: 1.5;
}
.about-history .history-list .history-item .content .desc {
  font-size: 0.25rem;
  color: #666;
  line-height: 1.5;
  margin-top: 0.125rem;
}
.about-history .history-list .history-item .point:before {
  content: "";
  position: absolute;
  left: calc(-50% - 2px);
  top: calc(-50% - 2px);
  width: 0.275rem;
  height: 0.275rem;
  display: block;
  background-color: rgba(0, 120, 255, 0.15);
  border-radius: 50%;
}
.about-history .history-list .history-item:nth-child(2n) {
  padding-left: 54%;
}
.about-history .history-list .history-item:nth-child(odd) {
  padding-right: 54%;
}
.about-history .history-list .history-item:before {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  left: 50%;
  background: #99c9ff;
  margin-left: -2px;
}
.about-history .history-list .history-item:nth-child(odd) .content {
  margin-left: auto;
}

.enterprise-honor {
  height: 11.825rem;
  padding: 0 0.75rem;
  box-sizing: border-box;
}
.enterprise-honor > ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.enterprise-honor > ul > li {
  width: 3.85rem;
  height: 5.0375rem;
}
.enterprise-honor > ul > li > div {
  width: 100%;
  height: 4.6rem;
  border: 1px solid #f9fafc;
  box-shadow: 0 3px 6px rgba(216, 216, 216, 0.23);
  padding: 0.1875rem 0.4rem;
  box-sizing: border-box;
}
.enterprise-honor > ul > li > div > img {
  width: 100%;
  height: 100%;
}
.enterprise-honor > ul .big {
  width: 8.05rem;
  height: 6.2125rem;
  margin-top: 0.575rem;
  padding: 0.4375rem 0.3rem;
  box-sizing: border-box;
}

.honor-swiper {
  position: relative;
  width: 100%;
  height: 7.5rem;
  overflow: hidden;
}
.honor-swiper .swiper-slide {
  width: 5.8125rem;
  height: 7.8rem;
}
.honor-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.about-map {
  height: 7rem;
  background-color: #eee;
}

.contactUs {
  background: #ffffff;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  text-align: center;
  height: 3.0875rem;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #e9e9e9;
  padding: 0.6625rem 0.6875rem;
}
.contactUs li {
  width: 100%;
  padding: 0 0.9125rem;
  border-right: 1px solid #e9e9e9;
  height: 2.0375rem;
  box-sizing: border-box;
  text-align: center;
}
.contactUs li:last-child {
  border-right: none;
}
.contactUs li .icon {
  height: 0.9rem;
  width: 0.9rem;
  border: 1px solid #e9e9e9;
  border-radius: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contactUs li span {
  line-height: 0.275rem;
}
.contactUs li img {
  margin: auto;
}
.contactUs li .hz {
  width: 0.5375rem;
  height: 0.3125rem;
}
.contactUs li .dh {
  width: 0.45rem;
  height: 0.4125rem;
}
.contactUs li .dz {
  width: 0.325rem;
  height: 0.3875rem;
}
.contactUs li .qrc {
  width: 1.625rem;
  height: 1.625rem;
  display: inline-block;
  background: #aaaaaa;
}

/*# sourceMappingURL=about.css.map */
