.head {
  height: 100px;
  position: fixed;
  top:0;
  width:100%;
  left:0;
  z-index: 999;
}
.indexnav{
  background: rgba(82, 82, 82, 0.43);
  height: 100%;
}
.z_nav{
  background: #fff;
}
.logo>img{
  float:left;
}
.logo>div{
  float:left;
  margin-left:5px;
}
.logo>div h1{
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.logo>div small{
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.nav_public>a{
  float:left;
  margin-top: 25px;
}
.nav_public>ul{  float:right;}
.nav_public>span{
  float:right;
  height: 100%;
  line-height: 100px;
  display:block;
  font-weight: bold;
  padding-left: 25px;
  margin-left: 5px;
  font-size: 18px;
}
.nav_public>ul:after{
  display:block;
  content: '';
  clear:both;
}
.nav_public>ul li{
  float:left;
  margin-right:15px;
}
.nav_public>ul li a{
  display:block;
  font-size: 16px;
  line-height: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 10px;
  position: relative;
  overflow: hidden;
}
.nav_public>ul li a:after{
  display:block;
  content: '';
  position: absolute;
  left:0;
  bottom:29px;
  height: 2px;
  width:100%;
  background: #fff;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.nav_public>ul li a:hover:after {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}
.nav_public>ul li.active a:after{
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}
/*.indexnav_fix .nav_public>ul li.active a:after,.z_nav .nav_public>ul li.active a:after{*/
  /*background: #1e74bf;*/
/*}*/
.indexnav .nav_public>ul li a{
  color: #fff;
}
.indexnav .nav_public>span{
  color: #fff;
  background: url("../images/tel.png") no-repeat left center;
}
.z_nav,.indexnav_fix{
  background: rgba(42, 42, 42, 0.85);
}
/*.indexnav_fix .logo div h1,.indexnav_fix .logo div small{*/
  /*color: #525252;*/
/*}*/
/*.z_nav .nav_public>ul li a,.indexnav_fix .nav_public>ul li a{*/
  /*color: #525252;*/
/*}*/
/*.z_nav .nav_public>span,.indexnav_fix .nav_public>span{*/
  /*color: #1569b0;*/
  /*background: url("../images/tels.png") no-repeat left center;*/
/*}*/
/*.indexnav_fix .nav_public>ul li a:after{*/
  /*color: #525252;*/
/*}*/
/*.indexnav_fix{*/
  /*box-shadow: 0 0 10px #bcbcbc;*/
  /*-webkit-transition: 350ms 0s all ease;*/
  /*-moz-transition: 350ms 0s all ease;*/
  /*-ms-transition: 350ms 0s all ease;*/
  /*-o-transition: 350ms 0s all ease;*/
  /*transition: 350ms 0s all ease;*/
/*}*/
.z_nav .nav_public>span{
  color: #fff;
  background: url(../images/tel.png) no-repeat left center;
}
.z_nav a{
  color: #fff;
}
.down{
  display:block;
  position: absolute;
  left:50%;
  transform: translateX(-50%);
  bottom:0;
  cursor: pointer;
  height: 75px;
  z-index: 10;
}

.down span{
  display: inline-block;
  width: 24px;
  height: 36px;
  border: 2px solid #fff;
  border-radius: 12px;
  margin: auto;
  position: relative;
}
.down span:before {
  content: "";
  width: 2px;
  height: 7px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 3px;
  animation-delay: 0ms;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-name: arrow;
  animation-play-state: running;
  animation-timing-function: linear;
}
.down span:after {
  content: "";
  width: 11px;
  height: 18px;
  background: url(../images/mouse_tail.png) center no-repeat;
  display: block;
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -5.5px;
  animation-delay: 600ms;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-name: arrow;
  animation-play-state: running;
  animation-timing-function: linear;
}
@-webkit-keyframes arrow {
  0% { opacity: 0; -webkit-transform: translate3d(0px, 0px, 0px); }
  33% { opacity: 1; }
  66% { opacity: 1; }
  100% { opacity: 0; -webkit-transform: translate3d(0px, 5px, 0px); }
}

@keyframes arrow {
  0% { opacity: 0; transform: translate3d(0px, 0px, 0px); }
  33% { opacity: 1; }
  66% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(0px, 5px, 0px); }
}






#bannerSwiper .swiper-pagination-bullet-active{
  background: #1569b0;
}
#bannerSwiper .swiper-button-prev:after,#bannerSwiper .swiper-button-next:after{
  font-size: 26px;
  color: #fff;
}
#bannerSwiper .swiper-button-prev:hover,#bannerSwiper .swiper-button-next:hover{
  background: rgba(0, 0, 0, 0.3);
}
.banner{
  position: relative;
  width:100%;
  height: 860px;
}
.banner .swiper-container{
  height: 100%;
}
.banner .swiper-slide {
  position: relative;
  height: 100%;
  float: left;
}
.banner .swiper-slide a{
  display:block;
  width:100%;
  height: 100%;
}
.banner .pagination {
  position: absolute;
  font-size:0;
  left: 0;
  text-align: center;
  bottom: 13px;
  width: 100%;
  z-index: 9;
}
.banner .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border:2px solid #fff;
  opacity: 0.6;
  margin: 0 5px;
  cursor: pointer;
}
.banner .pagination .swiper-active-switch {
  background: #fff;
  opacity: 1;
}
#main {
  overflow: hidden;
}
.title{
  padding-top: 65px;
  padding-bottom: 25px;
  text-align: center;
}
.title h3{
  font-size:30px;
  color: #525252;
  font-weight: bold;
}
.title p{
  font-size: 14px;
  color: #525252;
  text-transform: uppercase;
}
/*首页热搜*/
.hotproduct{
  background: #f8f8f8;
}
.hotproduct .warpper>span{
  float:left;
  background: url("../images/hot.png") no-repeat left center;
  padding-left:45px;
  font-size: 16px;
  color: #808080;
  line-height: 82px;
}
.hotproduct .warpper>a{
  line-height: 82px;
  font-size: 16px;
  margin-left: 15px;
  float:left;
  color: #808080;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.hotproduct .warpper>a:hover{
  color: #1569b0;
}
#indexsearchK{
  border:1px solid #d6d6d6;
  float:right;
  background:url("../images/search.png") no-repeat 12px center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 78px;
  line-height: 45px;
  margin-top:20px;
}
#indexsearchK input{
  float:left;
  line-height: 45px;
  font-size: 14px;
  font-weight: lighter;
  color: #8e8e8e;
  background: #f8f8f8;
}
#indexsearchK .search-btn{
  width:135px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #1569b0;
}
.search-text::placeholder{
  font-size: 14px;
  font-weight: lighter;
  color: #8e8e8e;
}
/* 首页产品 */
.productbg{
  padding-bottom: 30px;
  background: url("../images/probg.jpg") no-repeat center;
}
.productbg .title small{
  color: #dcdcdc;
}
.profl a{
  display:block;
  width: 190px;
  margin-right:12px;
  margin-bottom: 12px;
  line-height: 57px;
  float:left;
  background: #fff;
  font-size: 16px;
  color: #6c6c6c;
  text-align: center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.profl a:last-of-type{
  margin-right: 0;
}
.profl a:hover,.profl a.promousein{
  background: #1171c3;
  color: #fff;
}
.proshow{
  min-height: 626px;
}
.img_jz{
  display:block;
  position: relative;
  overflow: hidden;
}
.img_jz>img{
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.product li{
  float:left;
  width: 390px;
  margin-right:14px;
  margin-bottom: 39px;
}
.product li:nth-of-type(3n){
  margin-right: 0;
}
.product li a{
  display: block;
  width:100%;
}
.product li a b{
  background: #fff;
  width:100%;
  height: 233px;
}
.product li a b img{
  max-width: 100%;
}
.product li a:hover b img{
  -webkit-transform: translate(-50%,-50%) scale(1.03);
  -moz-transform: translate(-50%,-50%) scale(1.03);
  -ms-transform: translate(-50%,-50%) scale(1.03);
  -o-transform: translate(-50%,-50%) scale(1.03);
  transform: translate(-50%,-50%) scale(1.03);
}
.product li a p{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:9px;
  padding-right: 40px;
  line-height: 49px;
  font-size: 14px;
  color: #6c6c6c;
  width:100%;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  background: url("../images/jt.png") no-repeat 354px center;
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
}
.product li a:hover p {
  color: #fff;
  background:#1171c3 url("../images/jts.png") no-repeat 354px center;
}

/*company*/
.title_black small{
  color: #488bc4!important;}
.title_black p{
  color: #9fccf8!important;
}
.title_black h3{
  color: #fff!important;
}
.companybg{
  background: url("../images/companybg.jpg") no-repeat center;
  padding-bottom: 120px;
}
.companybg .clearfix>img{
  float:left;
  width: 600px;
}
.company_text{
  float:right;
  width: 566px;
}
.company_text h1{
  font-size: 22px;
  font-weight: bold;
  margin-top: 26px;
  color: #fff;
  padding-bottom: 16px;
  margin-bottom: 12px;
  position: relative;
}
.company_text h1:after{
  content: '';
  position: absolute;
  left:0;bottom:0;
  background: #fff;
  width:35px;
  height: 2px;
}
.company_text small{
  display: block;
  height: 116px;
  font-size: 14px;
  font-weight: lighter;
  line-height: 22px;
  color: #fff;
}
.company_text>a{
  padding-right: 35px;
  display: inline-block;
  color: #fff;
  background: url("../images/jts.png") no-repeat right center;
  font-size: 14px;
  border-bottom: 1px solid #fff;
  line-height: 30px;
  margin-bottom:35px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.company_text>a:hover{
  font-style: italic;
}
.company_text div:after{
  display: block;
  content: '';
  clear: both;
}
.company_text div{
  border:1px solid #6abafe;
}
.company_text div a{
  float:left;
  width: 33.3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left:1px solid #6abafe;
  font-size: 18px;
  line-height: 60px;
  padding-left: 75px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  color: #fff;
}
.company_text div a:hover{
  color: #1171c3;
}
.company_text div a:first-of-type{
  border-left:0;
  background:url("../images/comicon01.png") no-repeat 38px center;
}
.company_text div a:first-of-type:hover{  background:#fff url("../images/comicon01s.png") no-repeat 38px center;}
.company_text div a:nth-of-type(2){  background:url("../images/comicon02.png") no-repeat 38px center;}
.company_text div a:nth-of-type(2):hover{  background:#fff url("../images/comicon02s.png") no-repeat 38px center;}
.company_text div a:nth-of-type(3){  background:url("../images/comicon03.png") no-repeat 38px center;}
.company_text div a:nth-of-type(3):hover{  background:#fff url("../images/comicon03s.png") no-repeat 38px center;}

/*case*/
.case a{
  float:left;
  width: 589px;
  height: 424px;
}
.case a img{
  height: 100%;
  min-width: 100%;
}
.case a:hover img{
  -webkit-transform: translate(-50%,-50%) scale(1.03);
  -moz-transform: translate(-50%,-50%) scale(1.03);
  -ms-transform: translate(-50%,-50%) scale(1.03);
  -o-transform: translate(-50%,-50%) scale(1.03);
  transform: translate(-50%,-50%) scale(1.03);
  filter: brightness(0.5)
}
.case a:first-of-type{
  width: 590px;
  height: 424px;
}
.case a:nth-of-type(2){
  width: 595px;
  height: 204px;
  margin-left:15px;
  margin-bottom:15px;
}
.case a:nth-of-type(3),.case a:nth-of-type(4){
  width: 290px;
  margin-left:15px;
  height: 207px;
}
.case a div{
  position: absolute;
  top:50%;
  text-align: center;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.case a div b{
  display:block;
  color: #fff;
  font-weight: bold;
  font-size: 41px;
  background: #1171c3;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  margin:0 auto;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  opacity: 0;
  position: relative;
  top:5px;
}
.case a div p{
  font-size: 22px;
  margin-top: 12px;
  color: #fff;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  opacity: 0;
  position: relative;
  top:5px;
}
.case a:hover div p,.case a:hover div b{
  opacity: 1;
  top:0;
}
.casebg .btn{
  margin:0 auto;
  margin-top: 58px;
  margin-bottom: 85px;
}


.btn{
  cursor: pointer;
  display:block;
  width: 170px;
  height: 46px;
  background: #1171c3;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  position: relative;
  overflow: hidden;
}
.btn span{
  position: absolute;
  top:0;
  left:0;
  height: 100%;
  width:100%;
  display: block;
  line-height: 44px;
  text-align: center;
  color: #fff;
  z-index: 10;
}
.btn_black{
  background: #fff;
}
.btn_black span{
  color: #1171c3;
}
.btn:before,.btn:after{
  display:block;
  content: '';
  position: absolute;
  width:20px;
  height: 20px;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}
@keyframes btnleft{
  0%{
    left:-20px;
    border-radius: 50%;
  }
  60%{
    width:20px;
    height: 20px;
    border-radius: 50%;
    left:calc(50% - 20px);
  }
  66%{
    width:0px;
    height: 100%;
    border-radius: 0;
    left:initial;
    right:50%;
  }
  100%{
    width:50%;
    height: 100%;
    border-radius: 0;
    left:initial;
    right:50%;
  }
}

@keyframes btnright{
  0%{
    left:100%;
    border-radius: 50%;
  }
  60%{
    width:20px;
    height: 20px;
    border-radius: 50%;
    left:50%;
  }
  66%{
    width:0px;
    height: 100%;
    border-radius: 0;
    left:50%;
  }
  100%{
    width:50%;
    height: 100%;
    border-radius: 0;
    left:50%;
  }
}
.btn:before{
  left:-20px;
}
.btn:after{
  left:100%;
}
.btn:hover:before{
  -webkit-animation: btnleft 800ms linear 0s 1 normal;
  -o-animation: btnleft 800ms linear 0s 1 normal;
  animation: btnleft 800ms linear 0s 1 normal;
  animation-fill-mode: forwards;
}
.btn:hover:after{
  -webkit-animation: btnright 800ms linear 0s 1 normal;
  -o-animation: btnright 800ms linear 0s 1 normal;
  animation: btnright 800ms linear 0s 1 normal;
  animation-fill-mode: forwards;
}
.btn:before,.btn:after{
  background: #438ece;
}
.btn_black:before,.btn_black:after{
  background: #438ece;
}
.btn_black:hover span{
  color: #fff;
}
.banner2{
  background: url("../images/banner2.jpg") no-repeat center;
  display:flex;
  justify-content: left;
  align-items: center;
  height: 280px;
}
.banner2 .warpper{
  text-align: left;
}
.banner2 h4{
  font-size: 32px;
  color: #fff;
}
.banner2 small{
  display: block;
  font-size: 16px;
  color: #fff;
  margin-top: 8px;
  margin-bottom: 15px;
}
.banner2 div a{
  float:left;
}
.banner2 div>span{
  float:left;
  margin-left:17px;
  font-size: 24px;
  color: #fff;
  padding-left:45px;
  background: url("../images/tel2.png") no-repeat left center;
  display:block;
  line-height: 46px;
}

/*优势*/
.title{
  text-align: center;
  position: relative;
  padding-top: 110px;
  padding-bottom: 43px;
}
.title small{
  position: absolute;
  font-size: 56px;
  color: #ececec;
  text-transform: uppercase;
  top:76px;
  font-weight: bold;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.title h3{
  position: relative;
  font-size: 32px;
  color: #6c6c6c;
}
.title h3 span{
  color: #1171c3;
}
.title p{
  position: relative;
  font-size: 14px;
  color: #8f8f8f;
}
.advantage li{
  height: 400px;
  float:left;
  width:20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding:47px 36px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  background: #fff url("../images/jt.png") no-repeat center 338px;
  position: relative;
}
.advantage{
  padding-bottom: 85px;
}
.advantage li:before,.advantage li:after{
  display:block;
  content: '';
  position: absolute;
  top:0;
  width:2px;
  left:0;
  height:100%;
  background: url("../images/line.png") no-repeat center;
}

.advantage li:last-of-type:after{
  right:0;
  left:initial;
}
.advantage li:hover:after,.advantage li:hover:before{
  display:none;
}
.advantage li:hover{
  background: #1171c3 url("../images/jts.png") no-repeat center 338px;
}
.advantage li b{
  display:block;
  margin:0 auto;
  width: 88px;
  height: 50px;
  margin-bottom: 36px;
  background: url("../images/circle.png") no-repeat right top;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.advantage li:hover b{
  background: none;
}
.advantage li b span{
  width:100%;
  height: 100%;
  display:block;
    -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.advantage li:first-of-type b span{
  background: url("../images/advicon01.png") no-repeat center;
}
.advantage li:first-of-type:hover b span{
  background: url("../images/advicon01s.png") no-repeat center;
}
.advantage li:nth-of-type(2) b span{  background: url("../images/advicon02.png") no-repeat center;}
.advantage li:nth-of-type(2):hover b span{  background: url("../images/advicon02s.png") no-repeat center;}
.advantage li:nth-of-type(3) b span{  background: url("../images/advicon03.png") no-repeat center;}
.advantage li:nth-of-type(3):hover b span{  background: url("../images/advicon03s.png") no-repeat center;}
.advantage li:nth-of-type(4) b span{  background: url("../images/advicon04.png") no-repeat center;}
.advantage li:nth-of-type(4):hover b span{  background: url("../images/advicon04s.png") no-repeat center;}
.advantage li:nth-of-type(5) b span{  background: url("../images/advicon05.png") no-repeat center;}
.advantage li:nth-of-type(5):hover b span{  background: url("../images/advicon05s.png") no-repeat center;}
.advantage li h5{
  font-size: 20px;
  color: #6c6c6c;
  font-weight: bold;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.advantage li:hover h5,.advantage li:hover p,.advantage li:hover small{
  color: #fff;
}
.advantage li p{
  font-size: 14px;
  color: #6c6c6c;
  font-weight: lighter;
  line-height: 22px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.advantage li small{
  font-size: 12px;
  color: #a8a8a8;
  text-transform: uppercase;
  display:block;
  margin-bottom: 30px;
    -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}


/*honor*/
.honor{
  padding-bottom: 80px;
  display:flex;
  justify-content: space-between;
}
.honor a{
  background: #f8f8f8;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:20px;
  width: 224px;
  height: 314px;
}
.honor a:hover{
  background: #1171c3;
}
.honor a img{
  width: 100%;
}

/*coop*/
.coop{
  background: url("../images/coopbg.jpg") no-repeat center;
  padding-bottom: 108px;
}
.coop a{
  float:left;
  background: #fff;
  width: 231px;
  height: 100px;
  margin-right: 11px;
  margin-bottom: 11px;
}
.coop a:nth-of-type(5n){
  margin-right: 0;
}
.coop a img{
  max-width:80%;
  height:65%;
}

/*news*/
.newsbtn{
  margin:0 auto;
  margin-top: 48px;
  margin-bottom: 80px;
}
.news a{
display:block;
  float:left;
  background: #f8f8f8;
  width: 386px;
  margin-right: 21px;
}
.news a:last-of-type{
  margin-right: 0;}
.news a>b{
  width:100%;
  height: 240px;
}
.news a>div{
  width:100%;
  height: 178px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:16px;
}
.news a div>i{
  text-align: center;
  font-style: normal;
  font-size: 12px;
  background: #ededed;
  width: 94px;
  color: #6c6c6c;
  line-height: 29px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.news a:hover div>i{
  background: #1171c3;
  color: #fff;
}
.news a>div p{
  font-size: 16px;
  color: #6c6c6c;
}
.news a>div span{
  font-size: 14px;
  color: #6c6c6c;
  font-weight:lighter;
  display: block;
  margin-bottom: 5px;
}
.news a>div small{
  font-size: 14px;
  color: #6c6c6c;
  line-height:21px;
  display: block;
  font-weight: lighter;
  height: 53px;
}
/*footer*/
.footerbg{
  background: url("../images/fotbg.jpg") no-repeat center;
}
.foot_left{
  float:left;
  width: 334px;
  padding-top: 45px;
  padding-bottom: 64px;
  background: url("../images/fot_leftbg.jpg") no-repeat center;
}
.foot_left>img{
  margin:0 auto;
}
.foot_left h3{
  color: #fff;
  margin-top: 18px;
  font-size: 23px;
  text-align: center;
}
.foot_left small{
  color: #fff;
  display: block;
  font-size: 12px;
  text-align: center;
  letter-spacing: -1px;
}
.foot_left div{
  margin-top: 22px;
  margin-bottom: 25px;
  margin-left: 40px;
}
.foot_left div p{
  color: #fff;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: lighter;
  padding-left:22px;
}
.foot_left div p:first-of-type{ background: url(../images/address.png) no-repeat left center;}
.foot_left div p:nth-of-type(2){background: url(../images/phone.png) no-repeat left center;}
.foot_left div p:nth-of-type(3){background: url(../images/email.png) no-repeat left center;}
.footer_right{
  float:right;
  padding-top: 14px;
  width: 824px;
}
.footer_right>h3{
  color: #dfdfdf;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  width:100%;
  margin-bottom: 14px;
}
.fotnav{
  background: #333333;
}
.fotnav a{
  line-height: 55px;
  width: 117px;
  font-size: 16px;
  color: #cdcdcd;
  display:block;
  text-align: center;
  float:left;
  -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;
}
.fotnav a:hover{
  background: #1171c3;
  color: #fff;
}
.fotmsg input{
  font-size: 14px;
  width: 222px;
  color: #c3c3c3;
  margin-right: 12px;
  padding-left:15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float:left;
  font-weight: lighter;
  background: none;
  border:1px solid #727272;
  line-height: 45px;
}
.verify{
  float:left;
  width: 122px;
}
.verify img{
  width: 100%;
  height: 47px;
}
.fotmsg textarea{
  font-weight: lighter;
  background: none;
  font-size: 14px;
  color: #c3c3c3;
  margin-top: 12px;
  height: 122px;
  border:1px solid #727272;
  float:left;
  margin-right:12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:15px;
  width: 690px;
}
.fotmsg a.submit{
  margin-top: 12px;
  height: 122px;
  width: 122px;
  background: #0b5aa7;
  line-height: 122px;
  float:left;
  color: #fff;
  font-size: 20px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.fotmsg a.submit span{
  line-height: 122px;
}


.footer_bottom p{
  float:left;
  font-size: 14px;
  color: #bdbdbd;
}
.footer_bottom>a{
  float:right;
  font-size: 14px;
  color: #bdbdbd;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.footer_bottom>a:hover{
  color: #1171c3;
}
.footer_bottom p>a{
  color: #fff;
}

/*float window*/
.float_box{
  position: fixed;
  top:28%;
  right:2%;
  z-index: 100;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.float_boxfix{
  right:-52px;
}
.float_box>div.float06{
  position: absolute;
  top:0;
  right:0px;
  z-index: 8;
  -webkit-transition: 350ms 300ms all ease;
  -moz-transition: 350ms 300ms all ease;
  -ms-transition: 350ms 300ms all ease;
  -o-transition: 350ms 300ms all ease;
  transition: 350ms 300ms all ease;
}
.float_boxfix>div.float06{
  right:80px;
}
.float_box>div{
  cursor: pointer;
  margin-bottom:8px;
  position: relative;
  width:50px;
  height: 50px;
}
.float_box>div>b{
  display:block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  box-shadow: 0 3px 7px rgba(0,0,0,0.15);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.float_box>div>div{
  position: absolute;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.float01 b{  background:#fff url("../images/float01.png") no-repeat center;}
.float01:hover b{  background:#1569b0 url("../images/float01s.png") no-repeat center;}

.float02 b{  background:#fff url("../images/float02.png") no-repeat center;}
.float02:hover b{  background:#1569b0 url("../images/float02s.png") no-repeat center;}
.float03 b{  background:#fff url("../images/float03.png") no-repeat center;}
.float03:hover b{  background:#1569b0 url("../images/float03s.png") no-repeat center;}
.float04 b{  background:#fff url("../images/float04.png") no-repeat center;}
.float04:hover b{  background:#1569b0 url("../images/float04s.png") no-repeat center;}
.float05 b{  background:#fff url("../images/float05.png") no-repeat center;}
.float05:hover b{  background:#1569b0 url("../images/float05s.png") no-repeat center;}
.float06 b{  background:#fff url("../images/float06.png") no-repeat center;}
.float06:hover b{  background:#1569b0 url("../images/float06s.png") no-repeat center;}

.float03>div{
  border-radius: 5px;
  width: 100px;
  height: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:8px;
  background: #1569b0;
  right:calc(100% + 20px);
  opacity: 0;
  -webkit-transition: 350ms 0s all linear;
  -moz-transition: 350ms 0s all linear;
  -ms-transition: 350ms 0s all linear;
  -o-transition: 350ms 0s all linear;
  transition: 350ms 0s all linear;
  visibility: hidden;
}
.float03:hover>div{
  right:calc(100% + 10px);
  opacity: 1;
  visibility: visible;
}
.float03>div>img{
  width:100%;
  height: 100%;
}

.float02>div,.float04>div{
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background: #1569b0;
  right:1px;
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  z-index: 8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:20px;
  -webkit-transition: 350ms 0s all linear;
  -moz-transition: 350ms 0s all linear;
  -ms-transition: 350ms 0s all linear;
  -o-transition: 350ms 0s all linear;
  transition: 350ms 0s all linear;
}
.float02>div a{
  color: #fff;
  font-size: 18px;
}
.float02:hover>div{
  width: 180px;
  height: 50px;
}
.float04:hover>div{
  width: 190px;
  height: 50px;
}
.float_box>div.float05{
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.float_box>div.float05show{
  opacity: 1;
  visibility: visible;
}

.pro-sider {
  float: left;
  width: 230px;
}
.pro-sider-ul>div{
  margin-bottom: 7px;
  background: #f4f4f5 url("../images/menu.png") no-repeat 20px center;
}
.pro-sider-ul>div:hover,.pro-sider-ul>div.heightlight{
  background: #1569b0 url("../images/menus.png") no-repeat 20px center;
}
.pro-sider-ul>div>a{
  line-height: 66px;
  color: #000;
  width:100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 66px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 70px;
}
.pro-sider-ul>div:hover a,.pro-sider-ul>div.heightlight a{
  color: #fff;
}

.pro-sider-tel {
  margin-top: 26px;
  overflow: hidden;
  height: 112px;
  text-align: center;
  padding-top: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/sidebg.jpg) no-repeat center;
}
.pro-sider .pro-sider-tel span {
  font-size: 14px;
  color: #fff;
  margin:0 auto;
  padding-left:22px;
  display:inline-block;
  background: url("../images/tel.png") no-repeat left center;
}
.pro-sider .pro-sider-tel em {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  color: #fff;
  width: 100%;
}


.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;
}
/*# sourceMappingURL=./index.css.map */