* {
  margin: 0;
  padding: 0;
}
.warp {
  width: 100%;
  height: 100%;
}
.warp .page-banner {
  width: 100%;
  height: 500px;
}
.warp .page-banner .page-banner-img {
  width: 100%;
  height: 100%;
}
.warp .page-banner .page-banner-img img {
  width: 100%;
  height: 100%;
}
.warp .aboutus-content {
  width: 1200px;
  height: 450px;
  margin: 0 auto;
  overflow: hidden;
}
.warp .aboutus-content .aboutus-title {
  width: 1200px;
  height: 45px;
  font-size: 26px;
  text-align: center;
  margin-top: 100px;
}
.warp .aboutus-content .aboutus-content-text {
  width: 100%;
  margin-top: 40px;
}
.warp .aboutus-content .aboutus-content-text p {
  font-size: 16px;
  text-indent: 40px;
  line-height: 26px;
}
.warp .kongbai {
  width: 100%;
  height: 390px;
  background: #30ADCD;
}
.warp .kongbai .pages-about-contactus {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.warp .kongbai .pages-about-contactus .contactus-title {
  width: 100%;
  height: 180px;
  line-height: 180px;
  font-size: 26px;
  text-align: center;
  color: white;
}
.warp .kongbai .pages-about-contactus .contactus-content {
  width: 100%;
  height: 210px;
}
.warp .kongbai .pages-about-contactus .contactus-content .contactus-content-left {
  width: 380px;
  padding-left: 10px;
  float: left;
}
.warp .kongbai .pages-about-contactus .contactus-content .contactus-content-left .left-one {
  width: 100%;
  margin-bottom: 20px;
}
.warp .kongbai .pages-about-contactus .contactus-content .contactus-content-left .left-one img {
  float: left;
  margin-right: 15px;
}
.warp .kongbai .pages-about-contactus .contactus-content .contactus-content-left .left-one p {
  display: block;
  font-size: 16px;
  line-height: 41px;
  color: white;
  padding-left: 56px;
}
.warp .kongbai .pages-about-contactus .contactus-content .contactus-content-right {
  width: 260px;
  height: 210px;
  float: right;
}
.warp .kongbai .pages-about-contactus .contactus-content .contactus-content-right img {
  float: left;
  margin-right: 15px;
}
.warp .kongbai .pages-about-contactus .contactus-content .contactus-content-right p {
  display: block;
  line-height: 41px;
  color: white;
}
