.companyProBox {
  padding-bottom: 134px;
}
.companyPro-title {
  padding: 61px 0;
}
.companyPro-title h2 {
  color: #4b4b4b;
}
.companyPro-title p {
  color: #3f4147;
}

.products-content li {
  line-height: 40px;
}
.products-content li p {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #4b4b4b;
}

/* 企业文化 */
.companyFeatures {
  background-color: #f9f9f9;
}
.companyCulture {
  background-color: #fff;
  text-align: center;
  min-height: 198px;
  padding: 33px 33px 0px 33px;
}
.companyFeatures ul {
  padding-bottom: 85px;
}
.companyCulture h2,
.companyCulture p {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #4b4b4b;
  line-height: 20px;
}
.companyCulture p {
  font-size: 16px;
}
.honorImg-box li {
  margin-bottom: 30px;
}
.honorImg-box img {
  min-height: 260px;
}
@media screen and (max-width: 768px) {
  .honorImg-box img {
    min-height: 0;
  }
}
/* 证书 */
#certify {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

#certify .swiper-container {
  padding-bottom: 60px;
}

#certify .swiper-slide {
  width: 520px;
  background: #fff;
  box-shadow: 0 8px 16px #ddd;
}
#certify .swiper-slide img {
  display: block;
  border-radius: 4px;
}
#certify .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}

#certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}

#certify .swiper-button-prev {
  left: -30px;
  width: 45px;
  height: 45px;
  background: url(../../images/aboutUs/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

#certify .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%;
}

#certify .swiper-button-next {
  right: -30px;
  width: 45px;
  height: 45px;
  background: url(../../images/aboutUs/wm_button_icon.png) no-repeat;
  background-position: 0 -93px;
  background-size: 100%;
}

#certify .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%;
}
/* 联系我们 */
.contactUsMap {
  background: #e4e4e4;
  padding: 50px 0;
}
/* 地图 */
#dituContent {
  width: 100%;
  min-height: 300px;
  overflow: hidden;
  margin: 0;
  font-size: 12px;
  font-family: 'Adobe Heiti Std R';
}

.BMap_cpyCtrl {
  display: none;
}

.anchorBL {
  display: none;
}

.mapContent {
  margin: 38px 20px;
  border-right: 2px solid #fff;
  padding-right: 27px;
}

.contact-info {
  background: #d5e1f6;
  padding: 15px 20px;
  margin: 15px 0;
  border-radius: 4px;
  position: relative;
}
.ImgJiameng {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}
.contact-title {
  color: #0168bf;
  font-size: 16px;
}
.colorBlue {
  color: #666;
}
