@font-face {
  font-family: 'ziti';
  src: url("../images/ziti.ttf");
}
.top{
  width: 100%;
  height: 56px;
  line-height: 56px;
  background: #1f7ccc;
}
.top-left{
  float: left;
  color:#fff;
  font-size: 13px;
}
.top-right{
  float: right;
}
.top-tel{
  float: left;
  background: url("../images/t-tel.png") no-repeat left top 15px;
  padding-left: 12px;
}
.top-tel p{
  color: #fff;
  font-size: 13px;
  float: left;
  margin-left: 17px;
}
.top-tel p span{
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  line-height: 16px;
  background: #fff;
  text-align: center;
  color: #1f7ccc;
  font-size: 11px;
  float: left;
  margin-top: 18px;
  font-weight: bold;
  margin-right: 6px;
}
.top-email{
  float: right;;
  background: url("../images/t-email.png") no-repeat left top 20px;
  color: #fff;
  font-size: 13px;
  padding-left: 25px;
  margin-left: 17px;
}
.header{
  width: 100%;
  position: relative;
  padding: 18px 0 26px 0;
}
.logo{
  width: 405px;
  float: left;
}
.logo img{
  float: left;
}
.logo-tit{
  float: left;
  margin-left: 12px;
}
.logo-tit p{
  color: #333333;
  font-weight: bold;
  font-size: 16px;
  padding-top: 33px;
}
.logo-tit span{
  color: rgba(51,51,51,0.54);
  font-size: 13px;
}
.nav{
  width: 780px;
  float: right;
  margin-top: 30px;
}
.nav ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nav ul li{
  text-align: center;
  position: relative;
}
.nav ul li a{
  display: block;
  color: #333333;
  font-size: 16px;
  line-height: 48px;
}
.nav ul li:before{
  display: block;
  content: '';
  width: 0;
  height: 2px;
  background: #1f7ccc;
  position: absolute;
  left: 0;
  transition: all 0.5s;
  top: 0;
}
.nav ul li:hover:before{
  width: 100%;
  transition: all 0.5s;
}
.nav ul li:after{
  display: block;
  content: '';
  width: 0;
  height: 2px;
  background: #1f7ccc;
  position: absolute;
  right: 0;
  transition: all 0.5s;
  bottom: 0;
}
.nav ul li:hover:after{
  width: 100%;
  transition: all 0.5s;
}
.nav ul li.active:after{
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background: #1f7ccc;
  position: absolute;
  right: 0;
  transition: all 0.5s;
  bottom: 0;
}
.nav ul li.active:before{
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background: #1f7ccc;
  position: absolute;
  left: 0;
  transition: all 0.5s;
  top: 0;
}
.banner {
  position: relative;
  height: 670px;
}
.banner .swiper-slide {
  position: relative;
  height: 670px;
  float: left;
}
.banner .swiper-slide a{
  display:block;
  width:100%;
  height: 100%;
}
.ban-next{
  background:url("../images/b-next.png") no-repeat center center;
  width: 44px!important;
  height: 70px!important;
  right: 12%!important;
}
.ban-next:after{
  display: none;
}
.ban-prev{
  background:url("../images/b-prev.png") no-repeat center center;
  width: 44px!important;
  height: 70px!important;
  left: 12%!important;
}
.ban-prev:after{
  display: none;
}
.jiao{
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: url("../images/jiao.png") no-repeat center center;
  z-index: 100;
  width: 111px;
  height: 48px;
  text-align: center;
}
.jiao img{
  display: block;
  margin: 0 auto;
  padding-top: 20px;
  animation: p_move 1000ms ease-in-out infinite alternate;
}
@keyframes p_move{
  from{
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
  }
  to{
    transform: translate(0,5px);
    -webkit-transform: translate(0,5px);
  }
}
@-webkit-keyframes p_move{
  from{
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
  }
  to{
    transform: translate(0,5px);
    -webkit-transform: translate(0,5px);
  }
}
/*搜索*/
.sousuo{
  width: 100%;
  height: 66px;
  line-height: 66px;
  position: relative;
  background: #7eb6f9;
}
.sousuo-tit{
  float: left;
  color: #fff;
  font-size: 14px;
}
.sousuo-tit strong{
  padding-right: 10px;
}
.sousuo-tit a{
  color: #fff;
  font-size: 14px;
}
.sea{
  width: 442px;
  height: 66px;
  line-height: 66px;
  background: #a8cefb;
  float: right;
}
.search-btn{
  background: url("../images/sea.png") no-repeat center center!important;
  float: right!important;
  width: 16px!important;
  height: 16px!important;
  margin-right: 25px!important;
  margin-top: 25px!important;
}
.search-btn:before{
  display: block;
  content: '';
  width: 1px;
  height: 20px;
  background: #c2dcfc;
  margin-left: -15px;
}
.sea input{
  display: block;
  width: 365px;
  float: left;
  height: 66px;
  line-height: 66px;
  background: none;
  text-indent: 25px;
  color: #fff;
  font-size: 14px;
}
.sea input::-webkit-input-placeholder{
  color: #fff;
}
/*首页-公司简介*/
.index-about{
  width: 100%;
  position: relative;
  background: url("../images/about.jpg") no-repeat center center;
  padding: 50px 0;
}
.about-left{
  width:540px;
  float: left;
}
.about-left img{
  padding-bottom: 47px;
}
.about-left p{
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-indent: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.about-left a{
  display: block;
  width: 128px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  box-shadow: 0 6px 10px -6px #000;
  border-radius: 20px;
  font-size: 14px;
  color: #1f7ccc;
  margin-top: 60px;
  transition: all 0.5s;
}
.about-left a:hover{
  transition: all 0.5s;
  background: #094a82;
  color: #fff;
}
.about-right{
  width:620px;
  float: right;
}
/*首页-产品*/
.index-pro{
  width: 100%;
  position: relative;
  padding: 50px 0;
}
.title{
  text-align: center;
  background: url("../images/title.png") no-repeat center top 37px;
}
.title p{
  color: #f1f1f1;
  font-size: 56px;
  font-family: Arial;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}
.title h3{
  color: #1f7ccc;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  z-index: 100;
  margin-top: -65px;
}
.pro-top{
  margin-top: 50px;
}
.pro-type{
  width: 270px;
  float: left;
}
.pro-type h3{
  width: 100%;
  height: 84px;
  background: url("../images/p1.jpg") no-repeat center center;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding-top:30px;
}
.pro-type h3:after{
  display: block;
  content: '';
  width: 41px;
  height: 2px;
  background: #fff;
  margin: 0 auto;
  margin-top: 10px;
}
.pro-type ul{
  border: 1px solid #d9d9d9;
}
.pro-type ul li{
  height: 78px;
  line-height: 78px;
  background: url("../images/p2.png") no-repeat center center;
  text-align: center;
  transition: all 0.5s;
}
.pro-type ul li a{
  color: #292929;
  font-size: 18px;
  font-weight: bold;
  display: block;
}
.pro-type ul li:last-child a{
  color: #1f7ccc;
  font-size: 18px;
  font-weight: normal;
}
.pro-type ul li:hover{
  background: #1f7ccc;
  transition: all 0.5s;
}
.pro-type ul li:hover a{
  color: #fff;
}
.pro-right{
  width: 908px;
  float: right;
}
.pro-right>h3{
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: url("../images/p3.jpg") no-repeat center center;
  color: #fff;
  font-size: 16px;
  text-indent: 25px;
  font-weight: bold;
}
.pro-right>h3 span{
  color: #fff;
  font-size: 14px;
  font-family: Arial;
  font-weight: 100;
}
.cp-list{
  width: 100%;
  position: relative;
  padding-top: 20px;
}
.cp-img{
  width: 495px;
  height: 440px;
  float: left;
}
.cp-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cp-tit{
  width: 314px;
  float: right;
  height: 382px;
  padding: 57px 79px 0 20px;
  background: #f0f0f0;
}
.cp-tit h3{
  color: #171717;
  font-weight: bold;
  font-size: 20px;
}
.cp-tit h3:before{
  display: block;
  content: '';
  width: 84px;
  height: 5px;
  background: #1f7ccc;
  margin-bottom: 15px;
}
.cp-tit p{
  color: #565656;
  font-size: 14px;
  line-height: 24px;
  padding: 45px 0 50px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:5;
  overflow: hidden;
}
.cp-tit span{
  display: block;
  width: 128px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #1f7ccc;
  font-size: 14px;
  border: 1px solid #1f7ccc;
  transition: all 0.5s;
  border-radius: 18px;
}
.cp-tit span:hover{
  background: #1f7ccc;
  color: #fff;
  transition: all 0.5s;
  box-shadow: 0 6px 10px -6px #000;
}
.cp-prev{
  width: 40px!important;
  height: 88px!important;
  background:url("../images/c-prev.png") no-repeat center center;
  left: 0!important;
}
.cp-prev:hover{
  background:url("../images/c-prev-h.png") no-repeat center center;
}
.cp-prev:after{
  display: none;
}
.cp-next{
  width: 40px!important;
  height: 88px!important;
  background:url("../images/c-next.png") no-repeat center center;
  right: 0!important;
}
.cp-next:after{
  display: none;
}
.cp-next:hover{
  background:url("../images/c-next-h.png") no-repeat center center;
}
.pro-list{
  width: 100%;
  position: relative;
  padding-top: 17px;
}
.pro-list .swiper-slide{
  width: 286px!important;
  height: 247px;
  border: 1px solid #efefef;
}
.p-img{
  width: 100%;
  height: 205px;
  overflow: hidden;
}
.p-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.pro-list .swiper-slide:hover .p-img img{
  -webkit-transform: scale(1.03) translateZ(0);
  -moz-transform: scale(1.03) translateZ(0);
  -ms-transform: scale(1.03) translateZ(0);
  -o-transform: scale(1.03) translateZ(0);
  transform: scale(1.03) translateZ(0);
}
.p-tit{
  width: 100%;
  line-height: 42px;
  text-indent: 16px;
  color: #292929;
  font-size: 15px;
}
.p-tit span{
  float: right;
  padding-right: 15px;
  font-size: 12px;
  color: #999999;
}
.pro-list .swiper-slide:hover .p-tit{
  background: #1f7ccc;
  color: #fff;
}
.pro-list .swiper-slide:hover .p-tit span{
  color: #fff;
}
.p-next{
  width: 40px!important;
  height: 88px!important;
  background:url("../images/c-next.png") no-repeat center center;
  right: -50px!important;
  top: 43%!important;
}
.p-next:hover{
  background:url("../images/c-next-h.png") no-repeat center center;
}
.p-next:after{
  display: none;
}
.p-prev{
  width: 40px!important;
  height: 88px!important;
  background:url("../images/c-prev.png") no-repeat center center;
  left: -50px!important;
  top: 43%!important;
}
.p-prev:after{
  display: none;
}
.p-prev:hover{
  background:url("../images/c-prev-h.png") no-repeat center center;
}
/*经典案例*/
.index-case{
  width: 100%;
  position: relative;
  padding-bottom: 88px;
  padding-top: 93px;
  background: url("../images/case.png") no-repeat top right;
}
.case-list{
  width: 100%;
  position: relative;
  padding-top: 57px;
}
.case-list .swiper-slide{
  width: 100%;
  height: 260px;
  overflow: hidden;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.case-img{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.case-list .swiper-slide:hover .case-img img{
  -webkit-transform: scale(1.03) translateZ(0);
  -moz-transform: scale(1.03) translateZ(0);
  -ms-transform: scale(1.03) translateZ(0);
  -o-transform: scale(1.03) translateZ(0);
  transform: scale(1.03) translateZ(0);
}
.c-next{
  width: 30px!important;
  height: 33px!important;
  background:url("../images/case-next.png") no-repeat center center;
  right: -50px!important;
  top: 60%!important;
}
.c-next:hover{
  background:url("../images/case-next-h.png") no-repeat center center;
}
.c-next:after{
  display: none;
}
.c-prev{
  width: 30px!important;
  height: 33px!important;
  background:url("../images/case-prev.png") no-repeat center center;
  left: -50px!important;
  top: 60%!important;
}
.c-prev:after{
  display: none;
}
.c-prev:hover{
  background:url("../images/case-prev-h.png") no-repeat center center;
}
.case-tit{
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 55px;
  line-height: 55px;
  background: #1f7ccc url("../images/c-jt.png") no-repeat center right 57px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.case-tit h3{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  width: 220px;
}
.c-hover{
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  background: rgba(31,124,204,0.6);
  z-index: 100;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
  line-height: 260px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.case-list .swiper-slide:hover .c-hover{
  top: 0;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.case-list .swiper-slide:hover .case-tit{
  bottom: -55px;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.case-more{
  margin: 0 auto;
  width: 130px;
  height: 42px;
}
.case-more a{
  width: 128px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  background: #1f7ccc;
  font-size: 14px;
  color: #fff;
  transition: all 0.5s;
  box-shadow: 0 6px 10px -6px #000;
  border-radius: 20px;
  border: 1px solid #1f7ccc;
  margin-top: 45px;
}
.case-more:hover a{
  border-radius: 20px;
  background: #fff;
  color: #1f7ccc;
  transition: all 0.5s;
}
/*优势*/
.index-adv{
  width: 100%;
  position: relative;
  background: url("../images/adv.jpg") no-repeat center center;
  padding: 70px 0;
}
.adv-title{
  text-align: center;
}
.adv-title h3{
  color: #fff;
  font-size: 30px;
  padding-bottom: 10px;
  font-weight: bold;
}
.adv-title p{
  color: #fff;
  font-size: 18px;
  padding-bottom: 35px;
}
.index-adv ul{
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-adv ul li{
  text-align: center;
  position: relative;
  height: 100px;
  background: #fff;
  box-shadow: 0 9px 9px -9px #000;
  transition: all 0.5s;
  line-height: 100px;
}
.index-adv ul li img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}
.index-adv ul li p{
  color: #2f2f2f;
  font-size: 16px;
  padding-top: 17px;
  transition: all 0.5s;
}

.index-youshi{
  width: 100%;
  position: relative;
  padding: 85px 0 75px 0;
  background: url("../images/ys.jpg") no-repeat center center;
}
.ys-list{
  margin-top: 55px;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.ys-left{
  width: 470px;
  float: left;
  padding: 53px 65px 70px 65px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.ys-left h3{
  color: #1f7ccc;
  font-size: 26px;
  font-weight: bold;
  position: relative;
  z-index: 15;
  transition: all 0.5s;
}
.ys-left p{
  color: #666666;
  font-size: 18px;
  line-height: 30px;
  padding-top: 20px;
  padding-bottom: 35px;
  position: relative;
  z-index: 15;
  transition: all 0.5s;
}
.ys-left .ys-img{
  width: 100%;
  height: 270px;
  overflow: hidden;

}
.ys-left .ys-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ys-left span{
  display: block;
  width: 100%;
  height: 37px;
  line-height: 37px;
  color: #999999;
  font-size: 18px;
  font-family: ziti;
  background: url("../images/y1.png") no-repeat center right;
  margin-top: 45px;
  position: relative;
  z-index: 15;
  transition: all 0.5s;
}
.ys-left:after{
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  z-index: 10;
  background: -moz-linear-gradient(top, #1f7ccc 35%, rgba(143,188,229,0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#1f7ccc), color-stop(100%,rgba(143,188,229,0.8)));
  background: -webkit-linear-gradient(top, #1f7ccc 35%,rgba(143,188,229,0.8) 100%);
  background: -o-linear-gradient(top, #1f7ccc 35%,rgba(143,188,229,0.8) 100%);
  background: -ms-linear-gradient(top, #1f7ccc 35%,rgba(143,188,229,0.8) 100%);
  background: linear-gradient(to bottom, #1f7ccc 35%,rgba(143,188,229,0.8) 100%);
  left: 0;
  transition: all 0.5s;
}
.ys-left:hover h3,.ys-left:hover p{
  color: #fff;
  transition: all 0.5s;
}
.ys-left:hover span{
  color: #fff;
  transition: all 0.5s;
  background: url("../images/y11.png") no-repeat center right;
}
.ys-left:hover:after{
  top: 0;
  transition: all 0.5s;
}
.ys-left:hover{
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.ys-right{
  width:598px;
  float: right;
}
.ys1{
  width:100%;
  padding: 53px 0 0 0;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.ys1 h3{
  color: #1f7ccc;
  font-size: 26px;
  font-weight: bold;
  position: relative;
  z-index: 15;
  transition: all 0.5s;
  padding: 0 47px;
}
.ys1 p{
  color: #666666;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  z-index: 15;
  transition: all 0.5s;
  padding:20px 47px 0 47px;
}
.ys1 .ys-img{
  width: 100%;
  height: 200px;
  margin-top: 20px;
  overflow: hidden;
}
.ys1 .ys-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ys1 span{
  padding: 0 47px;
  position: absolute;
  display: block;
  width: 77%;
  height: 37px;
  line-height: 37px;
  color: #999999;
  font-size: 18px;
  font-family: ziti;
  background: url("../images/y2.png") no-repeat center right;
  z-index: 15;
  transition: all 0.5s;
  bottom: 20px;
}
.ys1:after{
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  z-index: 10;
  background: -moz-linear-gradient(top, #1f7ccc 45%, rgba(143,188,229,0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,#1f7ccc), color-stop(100%,rgba(143,188,229,0.8)));
  background: -webkit-linear-gradient(top, #1f7ccc 45%,rgba(143,188,229,0.8) 100%);
  background: -o-linear-gradient(top, #1f7ccc 45%,rgba(143,188,229,0.8) 100%);
  background: -ms-linear-gradient(top, #1f7ccc 45%,rgba(143,188,229,0.8) 100%);
  background: linear-gradient(to bottom, #1f7ccc 45%,rgba(143,188,229,0.8) 100%);
  left: 0;
  transition: all 0.5s;
}
.ys1:hover h3,.ys1:hover p{
  color: #fff;
  transition: all 0.5s;
}
.ys1:hover span{
  color: #fff;
  transition: all 0.5s;
  background: url("../images/y22.png") no-repeat center right;
}
.ys1:hover:after{
  top: 0;
  transition: all 0.5s;
}
.ys1:hover{
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.ys2{
  padding: 13px 47px 38px 47px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.ys2 h3{
  color: #1f7ccc;
  font-size: 26px;
  font-weight: bold;
  position: relative;
  z-index: 15;
  transition: all 0.5s;
}
.ys2 p{
  color: #666666;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  z-index: 15;
  transition: all 0.5s;
}
.ys2 .ys-img{
  width: 371px;
  height: 92px;
  margin-top: 20px;
  overflow: hidden;
  float: left;
}
.ys2 .ys-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ys2 span{
  position: absolute;
  display: block;
  height: 53px;
  line-height: 53px;
  color: #999999;
  font-size: 18px;
  font-family: ziti;
  z-index: 15;
  transition: all 0.5s;
  bottom: -10px;
  width: 86%;
}
.ys2 span:after{
  display: block;
  content: '';
  width: 28px;
  height: 32px;
  background: url("../images/y3.png") no-repeat center center;
  float: right;
  margin-top: -25px;
}
.ys2:after{
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  z-index: 10;
  background: -moz-linear-gradient(top, #1f7ccc 35%, rgba(143,188,229,0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#1f7ccc), color-stop(100%,rgba(143,188,229,0.8)));
  background: -webkit-linear-gradient(top, #1f7ccc 35%,rgba(143,188,229,0.8) 100%);
  background: -o-linear-gradient(top, #1f7ccc 35%,rgba(143,188,229,0.8) 100%);
  background: -ms-linear-gradient(top, #1f7ccc 35%,rgba(143,188,229,0.8) 100%);
  background: linear-gradient(to bottom, #1f7ccc 35%,rgba(143,188,229,0.8) 100%);
  left: 0;
  transition: all 0.5s;
}
.ys2:hover h3,.ys2:hover p{
  color: #fff;
  transition: all 0.5s;
}
.ys2:hover span{
  color: #fff;
  transition: all 0.5s;
}
.ys2:hover span:after{
  background: url("../images/y33.png") no-repeat center center;
}
.ys2:hover:after{
  top: 0;
  transition: all 0.5s;
}
.ys2:hover{
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.index-news{
  width: 100%;
  position: relative;
  padding: 90px 0 105px 0;
}
.news-list{
  width: 100%;
  height: 436px;
  background: url("../images/news.jpg") no-repeat center center;
  background-size: 100% 100%;
  margin-top: 42px;
}
.n-title a{
  float: right;
  color: #1f7ccc;
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin-top: 15px;
  margin-right: 30px;
}
.n-title a:after{
  display: block;
  content: '';
  width: 19px;
  height: 19px;
  margin-left: 10px;
  background: url("../images/n-more.png") no-repeat center center;
  float: right;
}
.news1{
  margin-top: 82px;
  float: left;
  width: 570px;
  margin-left: 14px;
}
.n1-img{
  width:242px;
  height: 182px;
  border: 1px solid #dadada;
  background: #fff;
  overflow: hidden;
  float: left;
}
.n1-img img{
  display: block;
  width: 230px;
  height: 170px;
  padding: 6px;
  object-fit: cover;
}
.n1-tit{
  width: 305px;
  float: right;
}
.n1-tit h3{
  color: #555555;
  font-size: 18px;
  font-weight: bold;
  padding-top: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.n1-tit p{
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  padding-top:15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.n1-tit span{
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 33px;
}
.n1-tit span i{
  color: #1f7ccc;
  font-size: 12px;
  font-style: normal;
  float: right;
}
.news1:hover .n1-tit h3{
  color: #1f7ccc;
}
.n-bo{
  margin-top: 30px;
}
.n-bo ul li{
  padding: 0 38px;
  line-height: 50px;
  background: #fff;
  margin-bottom: 10px;
}
.n-bo ul li a{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.n-bo ul li p{
  color: #797979;
  font-size: 14px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  width: calc(100% - 200px);
}
.n-bo ul li span{
  color: #b3b3b3;
}
.n-bo ul li:hover{
  background: #1f7ccc;
}
.n-bo ul li:hover p,.n-bo ul li:hover span{
  color: #fff;
}
.news2{
  margin-top: 49px;
  float: right;
  width: 570px;
  margin-right: 14px;
}
.news2:hover .n1-tit h3{
  color: #1f7ccc;
}
/*底部*/
.foot{
  width: 100%;
  background: url("../images/foot.png") no-repeat center bottom;
  height: 415px;
}
.f-logo{
  text-align: center;
}
.f-logo img{
  display: block;
  margin: 0 auto;
}
.f-nav{
  width: 100%;
  line-height: 70px;
  border-bottom: 1px solid #fff;
  margin-top: 40px;
}
.f-nav ul{
  width: 1045px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.f-nav ul li{
  text-align: center;
  position: relative;
}
.f-nav ul li a{
  color: #fff;
  font-size: 16px;
}
.f-nav ul li a:after{
  display: block;
  content: '';
  width: 3px;
  height:13px ;
  background: url("../images/line.png") no-repeat center center;
  float: right;
  margin-top: 28px;
  margin-left: 36px;
}
.f-nav ul li:last-child a:after{
  display: none;
}
.f-list{
  width: 100%;
  position: relative;
}
.f-ewm{
  width: 99px;
  float: left;
  margin-left: 80px;
}
.fewm{
  width: 99px;
  height: 99px;
  border-radius: 0 0 10px 10px;
  background: #fff;
}
.fewm img {
  padding: 6px 5px;
  max-width: 89px;
}
.f-ewm p{
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding-top: 5px;
}
.f-lx{
  float: left;
  margin-left: 220px;
  margin-top:40px ;
}
.f-lx img{
  display: block;
  padding-left:5px;
  padding-bottom: 5px;
}
.f-lx p{
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
.f-con{
  float: left;
  margin-left: 45px;
  margin-top: 50px;
}
.f-con p{
  color: #fff;
  font-size: 16px;
  text-indent: 30px;
  margin-bottom: 20px;
}
.f-con p:nth-child(1){
  background: url("../images/f2.png") no-repeat center left;
}
.f-con p:nth-child(2){
  background: url("../images/f3.png") no-repeat center left;
}
.f-con1{
  float: left;
  margin-top: 50px;
  margin-left: 38px;
}
.f-con1 p{
  color: #fff;
  font-size: 16px;
  text-indent: 30px;
  margin-bottom: 20px;
}
.f-admin{
  line-height: 50px;
  border-top: 1px solid #4c96d6;
  text-align: center;
  margin-top: 23px;
}
.f-admin p{
  color: #fff;
  font-size: 14px;
}
.f-admin p a{
  color: #fff;
  font-size: 14px;
}
/*面包屑*/
.location{
  width: 100%;
  line-height: 50px;
}
.location .warpper{
  border-bottom: 1px solid #dddddd;
}
.location .crumbs{
  color: #999999;
  font-size: 12px;
  float: right;
}
.location .crumbs a{
  color: #999999;
  font-size: 12px;
}
/*内页-关于我们*/
.info-about1{
  width: 100%;
  position: relative;
  padding: 80px 0 115px 0;
}
.info-about1-con{
  margin-top: 50px;
}
.info-ab1-left{
  float: left;
  width: 433px;
}
.info-ab1-right{
  width: 720px;
  float: right;
  color: #333333;
  font-size: 18px;
  line-height: 35px;
  margin-top: 22px;
  text-indent: 32px;
}
.info-about2{
  width: 100%;
  position: relative;
  background-image: url(../images/wh.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 75px 0 115px 0;
}
.title1{
  text-align: center;
}
.title1 p{
  color: rgba(255,255,255,0.08);
  font-size: 56px;
  font-family: Arial;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}
.title1 h3{
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  z-index: 100;
  margin-top: -65px;
}
.ab2{
  width: 455px;
  color: #fff;
  font-size: 18px;
  background: url("../images/wh1.png") no-repeat center left;
  margin:83px auto 67px ;
  text-indent: 50px;
}
.info-about2 ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.info-about2 ul li{
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 45px;
}
.info-about2 ul li span{
  color: #fff;
  font-size: 50px;
  font-family: ziti;
  font-weight: normal;
  display: block;
  float: left;
  padding-right: 23px;
}
.info-honor{
  width: 100%;
  position: relative;
  height: 775px;
  background: url("../images/honor.jpg") no-repeat center center;
}
.info-honor .h1{
  width: 180px;
  height: 555px;
  float: left;
  margin-left: 220px;
  margin-top: 134px;
  background: url("../images/h1.png") no-repeat top left;
  position: relative;
}
.info-honor .h1 span{
  color: #262626;
  font-weight: bold;
  font-size: 30px;
  display: block;
  width: 30px;
  padding-top: 170px;
  padding-left: 48px;
}
.info-honor .h1 p{
  width: 555px;
  top: 255px;
  position: absolute;
  right: -263px;
  color: #f3f3f3;
  font-size: 37px;
  text-transform: uppercase;
  transform: rotate(90deg);
}
.info-h{
  width: 407px;
  height: 570px;
  border: 1px solid #dbdbdb;
  border-top: none;
  margin-top: 130px;
  float: right;
  margin-right: 220px;
  position: relative;
}
.info-h a{
  display: block;
  width: 385px;
  height: 555px;
  overflow: hidden;
  margin-top: 7px;
  margin-left: 11px;
}
.info-h a img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info-h:after{
  width: 60px;
  height: 60px;
  display: block;
  content: '';
  position: absolute;
  background: url("../images/h2.png") no-repeat center center;
  z-index: 100;
  bottom: 0;
  right: 0;

}
/*左侧栏*/
.pro-sider{
  width: 270px;
  float: left;
}
.pro-title{
  width: 100%;
  height:167px;
  text-align: center;
  background: url("../images/pro-title.jpg") no-repeat center center;
}
.pro-title h3{
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  padding-top: 30px;
}
.pro-title h3:after{
  display: block;
  content: '';
  width: 41px;
  height: 2px;
  background: #fff;
  margin: 15px auto;
}
.pro-title p{
  color: #fff;
  font-size: 20px;
}
.pro-sider ul{
  border: 1px solid #d9d9d9;
  margin-top: 2px;
}
.pro-sider ul li{
  width: 100%;
  position: relative;
}
.pro-sider ul li>a{
  display: block;
  width: 100%;
  height: 79px;
  line-height: 79px;
  border-bottom: 1px solid #d9d9d9;
  background: url("../images/proli.jpg") no-repeat center center;
  text-indent: 45px;
  font-size: 18px;
  color: #1f7ccc;
  font-weight: bold;
}
.pro-sider ul li>a.xzl{
  background: url("../images/proli-h.jpg") no-repeat center center;
  color: #fff;
}
.pro-sider ul li>a:hover{
  background: url("../images/proli-h.jpg") no-repeat center center;
  color: #fff;
}
/*.pro-sider ul li:nth-child(1)>a:after{*/
/*  display: block;*/
/*  content: '';*/
/*  width: 16px;*/
/*  height: 11px;*/
/*  float: right;*/
/*  margin-top: 37px;*/
/*  margin-right:30px;*/
/*  background: url("../images/p-jt.png") no-repeat center center;*/
/*}*/
/*.pro-sider ul li:nth-child(1)>a:hover:after{*/
/*  background: url("../images/p-jt1.png") no-repeat center center;*/
/*}*/
/*.pro-sider ul li:nth-child(1)>a.xzl:after{*/
/*  display: block;*/
/*  content: '';*/
/*  width: 16px;*/
/*  height: 11px;*/
/*  float: right;*/
/*  margin-top: 37px;*/
/*  margin-right:30px;*/
/*  background: url("../images/p-jt1.png") no-repeat center center;*/
/*}*/
/*.pro-sider ul li:nth-child(5)>a:after{*/
/*  display: block;*/
/*  content: '';*/
/*  width: 16px;*/
/*  height: 11px;*/
/*  float: right;*/
/*  margin-top: 37px;*/
/*  margin-right:30px;*/
/*  background: url("../images/p-jt.png") no-repeat center center;*/
/*}*/
/*.pro-sider ul li:nth-child(5)>a:hover:after{*/
/*  background: url("../images/p-jt1.png") no-repeat center center;*/
/*}*/
/*.pro-sider ul li:nth-child(5)>a.xzl:after{*/
/*  display: block;*/
/*  content: '';*/
/*  width: 16px;*/
/*  height: 11px;*/
/*  float: right;*/
/*  margin-top: 37px;*/
/*  margin-right:30px;*/
/*  background: url("../images/p-jt1.png") no-repeat center center;*/
/*}*/
/*.pro-sider ul li:nth-child(6)>a:after{*/
/*  display: block;*/
/*  content: '';*/
/*  width: 16px;*/
/*  height: 11px;*/
/*  float: right;*/
/*  margin-top: 37px;*/
/*  margin-right:30px;*/
/*  background: url("../images/p-jt.png") no-repeat center center;*/
/*}*/
/*.pro-sider ul li:nth-child(6)>a:hover:after{*/
/*  background: url("../images/p-jt1.png") no-repeat center center;*/
/*}*/
/*.pro-sider ul li:nth-child(6)>a.xzl:after{*/
/*  display: block;*/
/*  content: '';*/
/*  width: 16px;*/
/*  height: 11px;*/
/*  float: right;*/
/*  margin-top: 37px;*/
/*  margin-right:30px;*/
/*  background: url("../images/p-jt1.png") no-repeat center center;*/
/*}*/
/*.pro-sider ul li:nth-child(7)>a:after{*/
/*  display: block;*/
/*  content: '';*/
/*  width: 16px;*/
/*  height: 11px;*/
/*  float: right;*/
/*  margin-top: 37px;*/
/*  margin-right:30px;*/
/*  background: url("../images/p-jt.png") no-repeat center center;*/
/*}*/
/*.pro-sider ul li:nth-child(7)>a:hover:after{*/
/*  background: url("../images/p-jt1.png") no-repeat center center;*/
/*}*/
/*.pro-sider ul li:nth-child(7)>a.xzl:after{*/
/*  display: block;*/
/*  content: '';*/
/*  width: 16px;*/
/*  height: 11px;*/
/*  float: right;*/
/*  margin-top: 37px;*/
/*  margin-right:30px;*/
/*  background: url("../images/p-jt1.png") no-repeat center center;*/
/*}*/
.pro-erji{
  width: 100%;
}
.pro-erji a{
  display: block;
  width: 100%;
  color: #333333;
  font-size: 16px;
  text-indent: 10px;
  line-height: 42px;
  transition: all 0.5s;
}
.pro-erji a:last-child{
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
}
.pro-erji a:before{
  display: block;
  content: '';
  float: left;
  margin-left: 29px;
  margin-top: 17px;
  width: 8px;
  height: 7px;
  transition: all 0.5s;
  background: url("../images/p5.png") no-repeat center center;
}
.pro-erji a:hover:before{
  width: 30px;
  height: 7px;
  margin-left: 7px;
  transition: all 0.5s;
  background: url("../images/p4.png") no-repeat center center;
}
.pro-erji a:hover{
  color: #1f7ccc;
  transition: all 0.5s;
}
.pro-erji a.xzl1:before{
  width: 30px;
  height: 7px;
  margin-left: 6px;
  background: url("../images/p4.png") no-repeat center center;
}
.pro-erji a.xzl1{
  color: #1f7ccc;
}
.sider-contact{
  width: 100%;
  height: 229px;
  background: url("../images/lx.png") no-repeat center center;
  margin-top: 20px;
}
.sider-contact p{
  color: #fff;
  font-size: 24px;
  font-family: ziti;
  text-align: center;
  padding-top: 58px;
}
.sider-contact a{
  display: block;
  width:206px;
  height: 78px;
  margin: 0 auto;
  transition: all 0.5s;
  background: url("../images/lx2.png") no-repeat center center;
  margin-top: 10px;
}
.sider-contact a:hover{
  background: url("../images/lx1.png") no-repeat center center;
  transition: all 0.5s;
}
/*内页-产品列表*/
.info-pro-title{
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: url("../images/p3.jpg") no-repeat center center;
  text-indent: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.de-product-list1 ul {
  margin-top: 13px;
}
.pro-list li.slide{
  width: 295px!important;
  height: 320px!important;
  float: left;
  margin-right: 7px;
  margin-bottom: 45px;
  border: 1px solid #eeeeee!important;
}
.pro-list li:nth-child(3n){
  margin-right: 0;
}
.pro-list li .p-img{
  height: 248px;
}
.pro-list li .p-tit{
  height: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 10px;
  display:flex;
  align-items: center;
  justify-content: space-between;
}
.pro-list li .p-tit h3{
  width: calc(100% - 75px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
}
.pro-list li .p-tit span{
  float:none;
}
/*新闻*/
/*新闻*/
.news-inner-list{
  padding:20px;
  background: #fff;
  margin-bottom: 20px;
  border:1px solid #eee;
  transition: all 0.5s;
}
.news-inner-list:hover{
  box-shadow: 0px 0px 10px #e6e6e6;
}
.news-inner-list .imgbox{
  width: 338px;
  height: 212px;
  overflow: hidden;
}
.news-inner-list .imgbox img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.news-inner-list:hover .imgbox img{
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
}
.news-inner-list:nth-child(odd) .imgbox{
  float: left;
}
.news-inner-list:nth-child(even) .imgbox{
  float: right;
}
.news-inner-list .text{
  width: 700px;
}
.news-inner-list:nth-child(odd) .text{
  float: right;
}
.news-inner-list:nth-child(even) .text{
  float: left;
}
.news-inner-list .text .title{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size:20px;
  font-weight: 700;
  color:#333;
  margin-top: 23px;
  text-align: left;
}
.news-inner-list .text .con{
  line-height: 24px;
  color:#666;
  font-size:14px;
  margin-bottom: 52px;
  margin-top: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-inner-list .text  .more .time{
  font-size:16px;
  color:#999;
  float: left;
  font-family: cll;
}
.news-inner-list .text  .more .kan{
  float: right;
  display: block;
  width: 145px;
  line-height: 45px;
  text-align:center;
  border-radius: 30px;
  border:1px solid #eee;
  font-size:14px;
  color:#666;
  margin-top: -22px;
}
.news-inner-list:hover .text  .more .kan{
  color:#fff;
  background: #1f7ccc;
  transition: all 0.5s;
}
.news-inner-list:hover .title{
  color: #1f7ccc;
}
.news-detail-title{
  border-bottom: 1px dashed #eee;
  margin-bottom: 20px;
}
.news-detail-title .h3{
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  background: #1f7ccc;
  -webkit-background-clip: text;
  color: transparent;
}
.news-detail-title .b{
  font-size: 12px;
  text-align: center;
  padding: 15px 0;
}
.news-detail p{
  font-size: 16px;
  line-height: 28px;
}
.newsPage {
  padding: 0 12px;
  font-size: 16px;
  color: #323232;
  line-height: 30px;
  margin: 15px 0 30px;
}
.newsPage a {
  color: #323232;
}
.newsPage a:hover {
  color: #237ed2;
}
/*留言*/
.mes-right{
  width: 45%;
  float: left;
  height: 603px;
}
.mes-right img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*案例内页*/
.info-case-img{
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.info-case-img img{
  display: block;
  max-width: 80%;
  margin: 0 auto;
}




.m-column-t {
  position: relative;
  text-align: center;
  font-size: 0;
}
.m-column-t .center {
  display: inline-block;
  font-size: 0;
}
.m-column-t .center h3 {
  color: #333;
  font-size: 30px;
}
.m-column-t .center p {
  color: #d2d2d2;
  font-size: 30px;
}
.m-column-t span {
  position: absolute;
  width: 415px;
  top: 50%;
  margin-top: -5px;
  height: 5px;
  border-bottom: 1px solid #d2d2d2;
  z-index: 1;
}
.m-column-t span.mcl {
  left: 0;
}
.m-column-t span.mcl em {
  float: right;
}
.m-column-t span.mcr {
  right: 0;
}
.m-column-t span em {
  display: block;
  height: 11px;
  border-left: 1px solid #d2d2d2;
}
.textLine {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.textLine3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.textHidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.domHidden {
  overflow: hidden;
}
.about-main {
  padding: 20px 0 70px;
  min-height: 170px;
}
.about-main .ab-content {
  float: right;
  width: 925px;
}
.about-main .ab-content .title {
  line-height: 50px;
}
.about-main .ab-content .title a {
  color: #333;
  padding: 0 5px;
}
.about-main .ab-content .title span.icon-home {
  color: #535353;
}
.about-main .ab-content .title em {
  color: #999;
}
.about-main .ab-content .ab-conBox {
  overflow: hidden;
  background: #fff;
  min-height: 55px;
  padding: 30px 45px 40px;
}
.about-main .ab-content .ab-conBox .de-title {
  text-align: center;
  font-size: 20px;
  color: #333;
  line-height: 25px;
  margin-bottom: 8px;
}
.about-main .ab-content .ab-conBox .sub-co {
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 18px;
}
.about-main .ab-content .ab-conBox .ab-detail {
  overflow: hidden;
  margin-top: 30px;
  font-size: 14px;
  color: #777373;
  line-height: 25px;
}
.ab-sild {
  float: left;
  width: 260px;
}
.ab-sild .title {
  position: relative;
  height: 50px;
  text-align: center;
  background: #f3c04b;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span {
  position: absolute;
  height: 3px;
  width: 30px;
  top: 50%;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span em {
  display: block;
  height: 7px;
  border-left: 1px solid #fff;
}
.ab-sild .title span.stl {
  left: 35px;
}
.ab-sild .title span.stl em {
  float: right;
}
.ab-sild .title span.str {
  right: 35px;
}
.ab-sild .sild-cate {
  background: #fff;
  margin-bottom: 20px;
}
.ab-sild .sild-cate .list {
  overflow: hidden;
}
.ab-sild .sild-cate .list li {
  position: relative;
  border-bottom: 1px solid #eee;
  height: 60px;
  line-height: 60px;
}
.ab-sild .sild-cate .list li a {
  display: block;
  padding-right: 35px;
  font-size: 14px;
  color: #333;
  padding-left: 20px;
}
.ab-sild .sild-cate .list li:last-child {
  border-bottom: none;
}
.ab-sild .sild-cate .list li:hover {
  border-color: #f3c04b;
  background: #f3c04b;
}
.ab-sild .sild-cate .list li:hover a {
  color: #fff;
}
.ab-sild .sild-cate .list li:hover:after {
  color: #fff;
}
.ab-sild .sild-cate .list li:after {
  font-weight: bold;
  right: 20px;
  top: 0;
  color: #999;
  position: absolute;
  content: "\e904";
  font-family: 'icomoon' !important;
}
.ab-sild .sild-cont {
  background: #fff;
}
.ab-sild .sild-cont .cont-list {
  padding: 20px;
}
.ab-sild .sild-cont .cont-list ul li {
  color: #333;
  padding: 5px 0;
  padding-left: 60px;
  font-size: 14px;
}
.ab-sild .sild-cont .cont-list ul li span {
  width: 60px;
  margin-left: -60px;
  display: block;
  height: 20px;
  line-height: 20px;
  float: left;
  color: #666;
}
.pro-center {
  background: #fff;
  padding-bottom: 25px;
}
.pro-center .pro-list {
  overflow: hidden;
  padding: 25px 18px 10px;
}
.pro-center .pro-list ul li {
  float: left;
  width: 200px;
  margin: 0 10px 20px;
  border: 1px solid #fff;
}
.pro-center .pro-list ul li:hover {
  border-color: #f3c04b;
}
.pro-center .pro-list ul li .img {
  overflow: hidden;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  font-size: 0;
  background: #eee;
}
.pro-center .pro-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.pro-center .pro-list ul li .title {
  background: #f7f8fc;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.pro-center .pro-list ul li .title:hover {
  color: #f3c04b;
}
.page {
  font-size: 0;
  text-align: center;
}
.page .center {
  display: inline-block;
  overflow: hidden;
}
.page .center .page-span {
  float: left;
  font-size: 14px;
  color: #c3c3c3;
  line-height: 32px;
  margin-right: 30px;
}
.page .center .page-list {
  float: left;
  overflow: hidden;
}
.page .center .page-list ul li {
  float: left;
  width: auto;
  min-width: 30px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin: 0 4px;
  padding: 0;
  border: none;
  background: transparent;
}
.page .center .page-list ul li a {
  min-width: 20px;
  padding: 0 5px;
  border: 1px solid #eee;
  display: block;
  color: #333;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.page .center .page-list ul li:hover a {
  color: #f3c04b;
}
.page .center .page-list ul li.active a {
  background: #f3c04b;
  color: #fff;
}
.news-center {
  background: #fff;
  padding-bottom: 25px;
}
.news-center .new-list {
  padding: 45px 45px 0px;
}
.news-center .new-list ul li {
  margin-bottom: 35px;
  border-bottom: 1px solid #eee;
}
.news-center .new-list ul li a {
  overflow: hidden;
  display: block;
  height: 90px;
  padding-bottom: 30px;
}
.news-center .new-list ul li a .img {
  float: left;
  width: 130px;
  height: 90px;
  background: #eee;
  line-height: 90px;
  font-size: 0;
  text-align: center;
}
.news-center .new-list ul li a .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.news-center .new-list ul li a .info {
  float: right;
  width: 690px;
}
.news-center .new-list ul li a .info h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
}
.news-center .new-list ul li a .info em {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 16px;
  margin-bottom: 10px;
}
.news-center .new-list ul li a .info p {
  font-size: 14px;
  line-height: 22px;
  color: #999;
  max-height: 44px;
  overflow: hidden;
}
.news-center .new-list ul li a:hover h3 {
  color: #f3c04b;
}
.message-c {
  background: #fff;
  padding: 40px 50px;
  overflow: hidden;
}
.message-c .p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 35px;
}
.message-c .from input {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 5px;
  border: 1px solid #d2d2d2;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.message-c .from input[name=user],
.message-c .from input[name=phone] {
  width: 348px;
}
.message-c .from textarea {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  display: block;
  width: 728px;
  height: 130px;
  border: 1px solid #d2d2d2;
  padding: 5px;
  margin-bottom: 10px;
}
.message-c .from .code {
  overflow: hidden;
}
.message-c .from .code input[name=code] {
  width: 258px;
  float: left;
}
.message-c .from .code a {
  display: block;
  float: left;
  width: 80px;
  height: 38px;
  padding: 1px 0;
  margin-left: 10px;
}
.message-c .from .code a img {
  width: 80px;
  height: 38px;
}
.message-c .from .btn {
  padding-top: 25px;
}
.message-c .from .btn a {
  display: block;
  width: 362px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background: #8fa4de;
}
.message-c .from .btn a:hover {
  background: #8397d0;
}
.contact-o {
  background: #fff;
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
}
.contact-o iframe {
  width: 830px;
  height: 500px;
  margin: 0 auto;
}
.news-detail-content{
  padding-top: 30px;
}
.news-detail img{
  display: block;
  margin: 0 auto!important;
  max-width: 100%;
}