.topNav{
  height: 72px;
  background-color: #fff;
}

/* 关于——愿景 */
.comGoal{
  padding: 90px 0 100px 0;
  text-align: center;
  color: #717171;
}
.comGoal h2{
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 50px;
}
.comGoal p{
  font-size: 28px;
}
.line{
  margin-bottom: 45px;
}
.product,.customer,.pattern{
  background-color: #f1f9f9;
  padding: 90px 110px;
  color: #717171;
  text-align: center;
}
.titleH2{
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 16px;
}
.proP{
  font-size: 16px;
}
.line1{
  margin: 40px 0 65px 0;
}
.proImg,.customerImg{
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}
.proImg img{
  width: 400px;
}
.pattern{
  background-color: #fff;
}
.customerImg img{
  width: 174px;
  height: 174px;
  margin-bottom: 20px;
}
/* 底部 */
.footer{
  background-color: #0c1f3a;
}
.footerCon{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e4e4e4;
  padding: 56px 0 40px 0;
  margin-bottom: 20px;
}
.footerL{
  width: 700px;
  display: flex;
  justify-content: space-between;
}
.footerL ul{
  text-align: center;
  color: #e4e4e4;
}
.footerL ul li{
  line-height: 24px;
}
.footerL ul li a:hover{
  color: #999;
}
.footerL ul li a{
  color: #e4e4e4;
}
.ulTit{
  font-size: 16px;
  margin-bottom: 20px;
}
.footerR{
  color: #e4e4e4;
  cursor: pointer;
}
.footerR ul img{
  margin-right: 20px;
  vertical-align: middle;
}
.footerR ul li{
  font-size: 16px;
  margin:0 0 30px 0;
}
.copyRight{
  height: 40px;
  text-align: right;
}


/* 关于——荣誉 */
.selectReason{
  background-color: #f2f7fa;
  padding: 110px 0;
}
.selectCom{
  display: flex;
}
.video{
  width: 600px;
  height: 372px;
  margin-right: 54px;
}
.Reason h3{
  font-size: 40px;
  color: #055be5;
  margin-bottom: 40px;
}
.Reason p{
  width:510px;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 100px;
}
.detailBtn{
  width: 166px;
  height: 50px;
  background-color: #e60012;
  border-radius:6px ;
  border: 0;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  outline: none;
}
.honor{
  text-align: center;
  padding: 128px 110px ;
  color: #333;
}
.honor img{
  width: 470px;
  height: 340px;
}
.honor h3{
  font-size: 45px;
  margin-bottom: 25px;
}
.honor h3 span{
  font-size: 45px;
  color: #c18a38;
}
.honor p{
  font-size: 18px;
  line-height: 40px;
  color: #464646;
}
.certificate{
  background-color: #f2f7fa;
  padding: 160px 0;
}
.certificateImg{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height:370px;
}
.certificateImg img{
  width: 400px;
  height: 270px;

}
.honorImg{
  position: relative;
  overflow: hidden;
  width: 470px;
  height: 340px;
  margin: 0 auto;
}
.honorImg:hover:before{
  transition: left 0.7s;
  left: 550px;
}
.swiper-container,.swiper-wrapper{
  width: 100%;
  height: 100%;
}

.swiper-slide{
  width: 400px !important;
  height: 320px !important;
}
.honorImg:before{
  content: '';
  position: absolute;
  width: 66px;
  height: 370px;
  top: 0;
  left: -10px;
  background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
  background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
  background-image: -o-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
  background-image: -ms-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
  background-image: linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
  -webkit-transform: skewx(-25deg);
  -moz-transform: skewx(-25deg);
  -o-transform: skewx(-25deg);
  -ms-transform: skewx(-25deg);
  transform: skewx(-25deg);
}
.certificateImgBox{
  position: relative;
  overflow: hidden;
  width: 400px;
  height: 300px;
}
.certificateImgBox:hover:before{
  transition: left 0.7s;
  left: 250px;
}
.certificateImgBox:before{
  content: '';
  position: absolute;
  width: 66px;
  height: 270px;
  top: 0;
  left: -129px;
  background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
  background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
  background-image: -o-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
  background-image: -ms-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
  background-image: linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
  -webkit-transform: skewx(-25deg);
  -moz-transform: skewx(-25deg);
  -o-transform: skewx(-25deg);
  -ms-transform: skewx(-25deg);
  transform: skewx(-25deg);
}

.honor_banner {
  position: relative;
}

.honor_banner > div{
  box-sizing: border-box;
  color: white;
  position: absolute;
  left: 50%;
  margin-left: -380px;
  width: 850px;
  top: 223px;
  right: 0;
  padding: 58px 52px;
  background: url(../img/about/horn.png) no-repeat left top;
}
.honor_banner div div {
  font-family: 	HYB9GF;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 15px;
  font-weight: 600;
}
.honor_banner div p {
  font-size: 23px;
  color: white;
  font-weight: bold;
  letter-spacing: 1px;
}
.certificateImgBox>p{    color: #686868;
  text-align: center;
  line-height: 30px;
  font-size: 16px;}
