.aboutTitle {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 28px;
}
.aboutDetail {
  font-size: 14px;
  color: #666666;
}
.companyImg {
  width: 100%;
  min-height: 800px;
  margin-top: 35px;
  margin-bottom: 60px;
}
.companyImg .comImgBox {
  width: 100%;
  height: 400px;
}
.companyImg .comImgBox > img {
  display: block;
  height: 400px;
}
.contactUs {
  width: 100%;
  min-height: 300px;
  margin-bottom: 95px;
}
.contactUs .aboutMap {
  width: 60%;
  height: 100%;
  box-sizing: border-box;
  padding: 10px;
  box-shadow: 4.243px 4.243px 16px 0 rgba(0, 0, 0, 0.1);
  float: left;
}
.contactUs .contactMethods {
  width: 40%;
  float: left;
  box-sizing: border-box;
  padding: 4%;
}
.contactUs .contactMethods .contactTitle {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.contactUs .contactMethods .contactUl {
  display: block;
  width: 100%;
  list-style: none;
}
.contactUs .contactMethods .contactUl > li {
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: gray;
  margin-bottom: 10px;
}
.aboutFooter {
  height: 170px;
  border-top: 1px solid lightgray;
  text-align: center;
  color: #333;
  font-size: 12px;
  box-sizing: border-box;
  padding-top: 26px;
}
/*# sourceMappingURL=content.css.map */