/*
---------------------------------------------
Company Profile
---------------------------------------------
*/
.page-heading .banner-box {
  height: 320px;
  background-image: url("../images/company-profile/banner_gsjj.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-heading .banner-box .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-heading .banner-box .container .inner-content {
  display: block;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.page-heading .banner-box .container .inner-content h2 {
  font-size: 58px;
  font-weight: 600;
}
.page-heading .banner-box .container .inner-content .desc {
  font-size: 24px;
}
#aboutPage .section-heading {
  font-size: 36px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #0073c0;
  padding: 84px 0;
  text-align: center;
}
#aboutPage .desc {
  text-indent: 2em;
  font-size: 18px;
  padding-bottom: 30px;
  color: #242424;
  text-align: left;
}
#aboutPage .desc p {
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 20px;
}
#aboutPage .desc .product {
  padding-bottom: 20px;
}
#aboutPage .desc .product ul li {
  color: #242424;
}
@media (max-width: 992px) {
  #aboutPage .desc p {
    font-size: 16px !important;
    padding-bottom: 8px;
  }
  #aboutPage .desc .product {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  #aboutPage .desc p {
    font-size: 14px !important;
    padding-bottom: 5px;
  }
  #aboutPage .desc .product {
    font-size: 14px !important;
  }
}
