.page {
  padding-top: 12px;
  margin-bottom: 70px;
}
/*公司介绍 aboutUs*/
.aboutUs .heads h2 {
  margin-bottom: 30px;
  padding-bottom: 38px;
  text-align: center;
  font-size: 30px;
  color: #111;
  position: relative;
}
.aboutUs .heads h2:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 35px;
  height: 2px;
  margin-left: -17px;
  background-color: #ddd;
}
.aboutUs .brief_Introduction {
  margin-top: 85px;
  margin-bottom: 71px;
}
.aboutUs .brief_Introduction .text p {
  font-size: 16px;
  line-height: 36px;
  text-indent: 32px;
}
.aboutUs .brief_Introduction .images {
  margin-top: 44px;
}
.aboutUs .service .title {
  text-align: center;
}
.aboutUs .service .title h2 {
  font-size: 30px;
  color: #111111;
}
.aboutUs .service .title p {
  padding-top: 26px;
  font-size: 14px;
  color: #666;
}
.aboutUs .service .list {
  margin-top: 36px;
}
.aboutUs .service .list dl {
  float: left;
  width: 48.334%;
  margin-right: 3.32%;
  margin-bottom: 3.32%;
}
.aboutUs .service .list dl:nth-child(2) {
  margin-right: 0;
}
.aboutUs .service .list dl dd {
  padding: 28px 40px;
  background-color: #f0f0f0;
}
.aboutUs .service .list dl dd h4 {
  font-size: 20px;
}
.aboutUs .service .list dl dd p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.aboutUs .corporateC {
  margin-bottom: 70px;
  margin-top: 29px;
}
.aboutUs .corporateC .list {
  margin-top: 35px;
}
.aboutUs .corporateC .list ul li {
  float: left;
  width: 31.25%;
  margin-right: 37px;
  margin-bottom: 20px;
  background-color: #fff;
  box-sizing: border-box;
}
.aboutUs .corporateC .list ul li:nth-child(3) {
  margin-right: 0;
}
.aboutUs .corporateC .list ul li .images {
  width: 100%;
}
.aboutUs .corporateC .list ul li p {
  padding: 25px 0;
  font-size: 16px;
  text-align: center;
}
.aboutUs .corporateC .more {
  border: 1px solid #d9d9d9;
}
.aboutUs .corporateC .more span {
  color: #666;
}
.aboutUs .corporateC .more i {
  background-image: url("../images/home_141.png");
}
/*设备展示*/
.equipment {
  padding-top: 70px;
}
.equipment .con ul li {
  float: left;
  width: 32.05%;
  margin-right: 23px;
  margin-bottom: 29px;
}
.equipment .con ul li:nth-child(3n) {
  margin-right: 0;
}
.equipment .con ul li .images {
  width: 100%;
  overflow: hidden;
}
.equipment .con ul li .images img {
  transition: all 0.3s;
}
.equipment .con ul li p {
  padding: 15px 5px;
  font-size: 16px;
  text-align: center;
  transition: all 0.3s;
}
.equipment .con ul li a:hover .images img {
  transform: scale(1.1);
}
.equipment .con ul li a:hover p {
  color: #0f67b7;
}
/*荣誉资质*/
.certificate {
  padding-top: 90px;
}
.certificate .con ul li {
  float: left;
  width: 22.5%;
  margin-right: 40px;
  margin-bottom: 50px;
}
.certificate .con ul li:nth-child(4n) {
  margin-right: 0;
}
.certificate .con ul li .images {
  transition: all 0.3s;
}
.certificate .con ul li p {
  padding: 15px 5px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: #666;
  transition: all 0.3s;
}
.certificate .con ul li:hover p {
  background-color: #1a3a85;
}
.certificate .page {
  padding-top: 27px;
  margin-bottom: 69px;
}
.cooperation {
  margin-top: 90px;
}
.cooperation .con ul li {
  float: left;
  width: 14.167%;
  margin-right: 3%;
  margin-bottom: 3%;
  box-sizing: border-box;
  border: solid 1px #d9d9d9;
  transition: all 0.5s;
}
.cooperation .con ul li:nth-child(6n) {
  margin-right: 0;
}
.cooperation .con ul li:hover {
  border-color: #1a3a85;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1200px) {
  .aboutUs .brief_Introduction .b_con .text {
    padding-top: 46px;
  }
  .aboutUs .brief_Introduction .b_con .text h2 {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .aboutUs .brief_Introduction .b_con .text p {
    line-height: 28px;
  }
  .aboutUs .corporateC .list ul li {
    margin-right: 3%;
  }
  .equipment .con ul li {
    margin-right: 1.9%;
  }
  .certificate .con ul li {
    margin-right: 3.3%;
  }
}
@media (max-width: 991px) {
  .aboutUs .brief_Introduction {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .aboutUs .corporateC {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .cooperation .con ul li {
    width: 22.75%;
  }
  .cooperation .con ul li:nth-child(6n) {
    margin-right: 3%;
  }
  .cooperation .con ul li:nth-child(4n) {
    margin-right: 0;
  }
  .equipment,
  .certificate {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  /*aboutUs*/
}
@media (max-width: 767px) {
  /*aboutUs*/
  .aboutUs .heads h2 {
    margin-bottom: 20px;
    padding-bottom: 28px;
    font-size: 25px;
  }
  .aboutUs .brief_Introduction .b_con .text {
    padding-top: 0px;
  }
  .aboutUs .brief_Introduction .b_con .text h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .aboutUs .brief_Introduction .text p {
    font-size: 14px;
    line-height: 30px;
    text-indent: 28px;
  }
  .aboutUs .brief_Introduction {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .aboutUs .brief_Introduction .images {
    margin-top: 20px;
  }
  .aboutUs .corporateC .heads h2 {
    font-size: 25px;
  }
  .aboutUs .corporateC .list ul li {
    width: 100%;
    margin-right: 0% !important;
  }
  .aboutUs .title h2 {
    font-size: 20px;
  }
  .aboutUs .title h3 {
    padding-top: 18px;
    font-size: 13px;
  }
  .aboutUs .title p {
    padding-top: 13px;
    font-size: 12px;
    line-height: 28px;
  }
  .aboutUs .service .list dl {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .aboutUs .service .list dl dd {
    padding: 28px 15px;
  }
  .aboutUs .service .list dl dd h4 {
    font-size: 18px;
  }
  .aboutUs .service .list dl dd p {
    font-size: 14px;
    line-height: 26px;
  }
  .equipment,
  .certificate {
    padding-top: 20px;
  }
  .equipment .con ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .certificate .con ul li {
    width: 48.2%;
    margin-bottom: 20px;
  }
  .certificate .con ul li:nth-child(2n) {
    margin-right: 0;
  }
  .certificate .con ul li p {
    padding: 8px 5px;
    font-size: 14px;
  }
  .page {
    padding-top: 20px!important;
    margin-bottom: 40px!important;
  }
  .cooperation {
    margin-top: 40px;
  }
  .cooperation .con ul li {
    width: 48.5%;
  }
  .cooperation .con ul li:nth-child(6n) {
    margin-right: 3%;
  }
  .cooperation .con ul li:nth-child(2n) {
    margin-right: 0;
  }
}
/*# sourceMappingURL=aboutUs.css.map */