@font-face{
  font-family: 'douyu';
  src : url('../font/douyu.ttf');
}
@font-face{
  font-family: 'huxiaobo';
  src : url('../font/huxbo.ttf');
}
@font-face{
  font-family: 'huxiaobo1';
  src : url('../font/huxbo.otf');
}

.head {
  position: fixed;
  top:0;
  left:0;
  width:100%;
  z-index: 1000;
  -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;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.headfix{
  background: rgba(38, 93, 167, 0.87);
}
.head-title{
  float:left;
  margin-top: 24px;
}
.head-title>img{
  float:left;
  margin-right:10px;
  filter: grayscale(100) brightness(100);
}
.head-title>div{
  float:left;}
.head-title>div>h1{
  font-size: 33px;
  line-height: 30px;
  color: #fff;
  font-weight: normal;
  font-family: 'huxiaobo';
}
.head-title>div>small{
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 3.2px;
}
.nav-bar{
  float:right;
}
.navtel{
  float:right;
  background:url("../images/24h.png") no-repeat left center;
  padding-left:50px;
  margin-top:30px;
  margin-left: 33px;
}
.navtel>small{
  font-size: 14px;
  color: #ffffff;
  font-weight: lighter;
}
.navtel>h3{
  font-size: 20px;
  color: #f4af3c;
  font-weight: bold;
}
.nav-bar li{
  float:left;
  position: relative;
  overflow: hidden;
  -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;
  margin-right: 46px;
}
.nav-bar li:last-of-type{
  margin-right: 0;
}
.nav-bar li a{
  display: block;
  line-height: 100px;
  text-align: center;
  position: relative;
  font-size: 16px;
  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;
}
.nav-bar li:before{
  background: #f6af3c;
  display: block;
  content:"";
  position: absolute;
  width:0;
  height: 2px;
  left:0;
  bottom: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;
}
.nav-bar li:hover:before,.nav-bar li.active:before{
  width: 100%;
}


/*banner*/
.banner{
  position: relative;
  overflow: hidden;
  height: 916px;
}
.searchshow{
  position: absolute;
  bottom:0;
  left:0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
}
.searchshow .warpper{
  height: 76px;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.searchshow form{
  background: #fff;
  overflow: hidden;
  border-radius: 35px;
}
.searchshow form input[name=keyword]{
  float:left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 35px;
  font-size: 14px;
  color: #7f7f7f;
  width: 220px;
  line-height: 38px;
}
.searchshow form input[name=keyword]::placeholder{
  font-size: 14px;
  color: #7f7f7f;
}
.searchshow form input[type=submit]{
  float:right;
  width: 46px;
  cursor: pointer;
  line-height: 38px;
  background:#265da7 url("../images/search.png") no-repeat center;
}
.hot_left>span{
  padding-left:48px;
  font-size: 16px;
  color: #414141;
  background: url("../images/hot.png") no-repeat left center;
  float:left;
}
.hot_left>a{
  float:left;
  color: #414141;
  font-size: 14px;
  margin-right:25px;
  line-height: 24px;
  -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;
}
.hot_left>a:hover{
  color: #f6af3c;
  text-decoration: underline;
}



#bannerSwiper{
  position: relative;
  height: 100%;
}
.banner .swiper-slide{
  overflow: hidden;
}
.banner .swiper-slide a{
  display:block;
}

#bannerSwiper .swiper-button-next{
  right:calc((100% - 1200px)/2 - 70px);
}
#bannerSwiper .swiper-button-prev{
  left:calc((100% - 1200px)/2 - 70px);
}
#bannerSwiper .swiper-button-prev:after,#bannerSwiper .swiper-button-next:after{
  color: #fff;
}
#bannerSwiper .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color:#fff;
}

/*title*/
.title{
  padding-top:58px;
  padding-bottom:20px;
  text-align: center;
}
.title>h3{
  font-weight: normal;
  font-size: 32px;
  font-family: "huxiaobo1";
  color: #2f2f2f;
  background: url("../images/linebg.png") no-repeat center;
}
.title>small{
  font-size: 14px;
  color: #4b4b4b;
}


/*productside*/
.product-main{
  padding-bottom: 63px;
}
.proside{
  width: 279px;
  float:left;
}
.protit{
  background: #265da7;
  width:100%;
  height: 92px;
  display:flex;
  justify-content: space-between;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 19px;
  padding-right: 30px;
}
.protit>div h3{
  font-size: 20px;
  color: #fff;
}
.protit>div small{
  display: block;
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.74);
  margin-bottom:10px;
}
.protit>div b{
  display: block;
  width:28px;
  height: 2px;
  background: rgba(255, 255, 255, 0.73);
}
.profl_list{
  background: #f5f5f5;
  padding-top: 18px;
}
.profl_list>a{
  float:left;
  width:50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display:block;
  padding-left:43px;
  font-size: 14px;
  color: #494949;
  position: relative;
  overflow: hidden;
  margin-bottom: 14px;
  -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_list>a:after{
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  background: #7f7f7f;
  border-radius: 50%;
  position: absolute;
  left:30px;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-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;
}
.profl_list>a:hover,.profl_list>a.heightlight{
  color: #f6af3c;
  text-decoration: underline;
}
.profl_list>a:hover:after,.profl_list>a.heightlight:after{
  background: #f6af3c;
}
.appfl>a{
  display: block;
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 28px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  line-height: 44px;
  background: #a9a9a9;
  -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;
}
.appfl>a:hover,.appfl>a.light{
  background: #f6af3c;
}

.pro_right{
  float:right;
  width: 900px;
}
.pro_top{
  width: 100%;
  height: 350px;
}
.swiperpro{
  width: 100%;
  height: 100%;
}
.swiperpro .swiper-warpper,.swiperpro .swiper-warpper .swiper-slide{
  height: 100%;
}
.prolist_left{
  width: 595px;
  height: 100%;
  float:left;
  overflow: hidden;
}
.prolist_left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prolist_right{
  background: url("../images/pro_rbg.jpg") no-repeat center;
  float:right;
  width: 305px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 46px;
  padding-top: 44px;
}
.prolist_right>div{
  position: relative;
  padding-left:37px;
  margin-bottom: 30px;
}
.prolist_right>div:after{
  display: block;
  content: 'N';
  font-size: 42px;
  line-height: 38px;
  color: #265da7;
  position: absolute;
  left:0;
  top:0;
}
.prolist_right>div b{
  font-size: 20px;
  display: block;
  color: #535353;
  line-height: 20px;
}
.prolist_right>div small{
  display: block;
  font-size: 12px;
  line-height: 15px;
  color: #535353;
  text-transform: uppercase;
}
.prolist_right>h3{
  font-size: 24px;
  color: #535353;
  font-weight: bold;
}
.prolist_right>p{
  font-size: 16px;
  color: #535353;
}
.prolist_right>a{
  display: block;
  text-align: center;
  margin-top: 13px;
  width: 154px;
  line-height: 43px;
  background: #265da7;
  color: #fff;
  font-size: 14px;
  -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;
}
.prolist_right>a:hover{
  background: #5b87c2;
}
.prolist_right>a:nth-of-type(2){
  background: #f6af3c;
}
.prolist_right>a:nth-of-type(2):hover{
  background: #ecbc6d;
}
.swiperpro .swiper-button-next{
  position: absolute;
  left:595px;
  bottom:0;
  top: initial;
  width: 64px;
  height: 55px;
  background: rgba(10, 10, 10, 0.52);
  opacity: 1;
}
.swiperpro .swiper-button-prev{
  position: absolute;
  right:305px;
  left:initial;
  bottom:0;
  top: initial;
  width: 64px;
  height: 55px;
  background: rgba(38, 93, 167, 0.86);
  opacity: 1;
}
.swiperpro .swiper-button-prev:after,.swiperpro .swiper-button-next:after{
  color: #fff;
  font-size: 18px;
}
.pro_ul{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pro_ul li{
  width: 292px;
  margin-top: 10px;
}
.pro_ul li a{
  display: block;
}
.pro_ul li a b{
  width: 100%;
  height: 200px;
}
.pro_ul li a b img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro_ul li a p{
  line-height: 50px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width:100%;
  padding:0 15px;
  font-size: 14px;
  color: #494949;
  background: #f3f3f3;
  -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;
}
.pro_ul li a:hover p {
  background: #f6af3c;
  color: #fff;
}

/*coop*/
.coop{
  padding:50px 0;
  background:#f5f5f5 url("../images/coopbg.png") no-repeat right bottom;
}
.coop_left{
  float:left;
  display:flex;
  width: 137px;
  justify-content: space-between;
}
.coop_left>small{
  font-size: 14px;
  color: #9f9f9f;
  text-transform: uppercase;
  writing-mode:lr-tb;writing-mode:tb-rl;
}
.coop_left>h3{
  font-size: 32px;
  color: #2f2f2f;
    writing-mode:lr-tb;writing-mode:tb-rl;
}
.coop_left>p{
  font-size: 14px;
  color: #4b4b4b;
  height: 228px;
    writing-mode:lr-tb;writing-mode:tb-rl;
}
.coop_left>b{
  width: 2px;
  height: 26px;
  background: #265da7;
  display: block;
}
.coop ul{
  float:right;
  display:flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 1028px;
  height: 253px;
}
.coop ul li{
  width:250px;
  height: 117px;
  background: #fff;
}
.coop ul li img{
  width:100%;
  height: 100%;
  object-fit: none;
}

/*adv*/
.adv{
  padding-bottom:60px;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.adv li{
  width: 50%;
  height: 278px;
  background: #f4f4f4;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -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;
}
.adv li:hover{
  background: #265da7;
}
.adv li>div{
  width: 50%;
  height: 100%;
}
.adv_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.adv li:nth-of-type(3) .adv_text,.adv li:nth-of-type(4) .adv_text{  order: 2;}
.adv li:nth-of-type(3) .adv_img,.adv li:nth-of-type(4) .adv_img{  order: 1;}
.adv_text{
  text-align: center;
  padding:50px 29px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.adv_text>h4{
  font-size: 20px;
  color: #3d3d3d;
  padding-left: 57px;
  position: relative;
  text-align: left;
  margin-bottom: 40px;
  -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;
}
.adv li:first-of-type h4{background: url("../images/advicon01.png") no-repeat left center;}
.adv li:hover:first-of-type h4{background: url("../images/advicon01s.png") no-repeat left center;}
.adv li:nth-of-type(2) h4{background: url("../images/advicon02.png") no-repeat left center;}
.adv li:hover:nth-of-type(2) h4{background: url("../images/advicon02s.png") no-repeat left center;}
.adv li:nth-of-type(3) h4{background: url("../images/advicon03.png") no-repeat left center;}
.adv li:hover:nth-of-type(3) h4{background: url("../images/advicon03s.png") no-repeat left center;}
.adv li:nth-of-type(4) h4{background: url("../images/advicon04.png") no-repeat left center;}
.adv li:hover:nth-of-type(4) h4{background: url("../images/advicon04s.png") no-repeat left center;}
.adv li:hover h4{
  color: #fff;
}



.adv_text>h4:after{
  display: block;
  content: '';
  width: 40px;
  height: 1px;
  background: #265da7;
  position: absolute;
  left:57px;
  bottom:-19px;
  -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;
}
.adv_text>small{
  font-size: 14px;
  color: #666666;
  -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;
}
.adv li:hover h4:after{
  background:#fff;
}
.adv li:hover small{
  color: #fff;
}

/*company*/
.company{
  height: 513px;
}
.com_left{
  float:left;
  width: 50%;
  height: 100%;
  position: relative;
}
.swipercom{
  width: 100%;
  height: 100%;
}
.com_left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.com_right{
  float:right;
  height: 100%;
  width: 50%;
  padding-left:70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f4f4f4;
  position: relative;
  display:flex;
  align-items: center;
}
.com_right>div{
  width: 530px;
  position: relative;
  z-index: 10;
}

.com_right:after{
  display: block;
  content: 'ABOUT';
  font-size: 171px;
  line-height: 171px;
  color: #e5e5e5;
  position: absolute;
  bottom:0;
  right:0;
  font-weight: bold;
}
.com_right>div>h1{
  font-size: 26px;
  color: #404040;
}
.com_right>div>p{
  font-size: 14px;
  color: #404040;
  text-transform: uppercase;
  padding-bottom: 17px;
  position: relative;
}
.com_right>div>p:after{
  display: block;
  content: '';
  width: 245px;
  height: 2px;
  background: #d0d0d0;
  position: absolute;
  left:0;
  bottom:0;
}
.com_right>div>small{
  display: block;
  padding:19px 0;
  font-size: 14px;
  color: #545454;
  line-height: 29px;
}
.more{
  background: #265da7;
  width: 160px;
  line-height: 44px;
  height: 44px;
  display: block;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.more span{
  position: relative;
  color: #fff;
  font-size: 14px;
  padding-right:53px;
  background: url("../images/morejt.png") no-repeat right 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;
}
.more:hover span{
  color: #fff;
}

.more:before{ content:""; width:100%; height:100%; background:#0068b7; position:absolute; left:0; bottom:0; transform-origin:100%; -webkit-transform-origin:100%; -webkit-transition:-webkit-transform .6s cubic-bezier(.4,0,.2,1); transition:-webkit-transform .32s cubic-bezier(.4,0,.2,1); transition:transform .6s cubic-bezier(.4,0,.2,1); transition:transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1); transform:scaleX(0); -webkit-transform:scaleX(0); visibility:hidden\9;}
.more:hover:before{ transform:scaleX(1); -webkit-transform:scaleX(1); -moz-transform:scaleX(1); transform-origin:0; -webkit-transform-origin:0; visibility:visible\9;}


.company .swiper-button-next{
  position: absolute;
  left:100%;
  bottom:0;
  top: initial;
  width: 64px;
  height: 55px;
  background: rgba(10, 10, 10, 0.52);
  opacity: 1;
}
.company .swiper-button-prev{
  position: absolute;
  right:0;
  left:initial;
  bottom:0;
  top: initial;
  width: 64px;
  height: 55px;
  background: rgba(38, 93, 167, 0.86);
  opacity: 1;
}
.company .swiper-button-prev:after,.company .swiper-button-next:after{
  color: #fff;
  font-size: 18px;
}


/*case*/
.case{
  padding-bottom: 60px;
}

.casetit{
  display:flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.casetit a{
  display: block;
  border:1px solid #265da7;
  text-align: center;
  font-size:16px;
  color: #3d3d3d;
  background: #fff;
  width: 183px;
  line-height: 54px;
  -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;
}
.casetit a:hover,.casetit a.appmousein{
  color: #fff;
  background: #265da7;
}
.casepic{
  display:none;
}
.casepic a{
  float:left;
  display:block;
  width:300px;
  height:200px;
  margin-left:10px;
  margin-bottom:10px;
  position: relative;
  overflow: hidden;
}
.casepic a:first-of-type{
  width:580px;
  height:412px;
  margin-left:0;
}
.casepic a b{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left:0;
  top:0;
}
.casepic a b img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.casepic a p{
  position: absolute;
  left:0;
  bottom:0;
  width:100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.47);
  color: #fff;
  font-size: 14px;
  padding-top:82px;
  opacity:0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -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;
}
.casepic a:first-of-type p{
  font-size: 18px;
  line-height: 76px;
  height: 76px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top:0;
  padding-left:26px;
  padding-right:43px;
  background: rgba(38, 93, 167, 0.83) url(../images/caseicon.png) no-repeat right center;
}
.casepic a:hover p{
  opacity:1;
}

/*news*/
.news{
  padding-bottom: 60px;
  background: #f3f3f3;
}
.newscont{
  display:flex;
  justify-content: space-between;
}
.newscont>a{
  display: block;
  width: 390px;
}
.news_pic{
  width: 100%;
  height: 232px;
  position: relative;
  overflow: hidden;
}
.news_pic>b{
  display: block;
  width:100%;
  height: 100%;
  position: absolute;
  left:0;
  top:0;
}
.news_pic>b img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_pic p{
  position: absolute;
  left:0;
  top:0;
  display:flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  background: rgba(38, 93, 167, 0.77);
  -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;
}
.news_pic p span{
  color: rgba(38, 93, 167, 0.77);
  font-size: 32px;
  display: block;
  width:50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  margin:0 auto;
  background: #fff;
}
.news_pic>small{
  background: #f6af3c;
  width: 123px;
  line-height: 41px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  position: absolute;
  left:0;
  bottom:0;
  display: block;
}
.news_text{
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news_text>h5{
  font-size: 20px;
  color: #373737;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding:13px 26px;
  padding-top: 26px;
}
.news_text>small{
  font-size: 14px;
  color: #6e6e6e;
  line-height: 20px;
  display: block;
  height: 81px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 26px;
}
.news_text>p{
  font-size: 14px;
  color: #265da7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 26px;
  line-height: 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;
}
.newscont a:hover .news_pic p{
  opacity: 1;
}
.newscont a:hover .news_text>p{
  background: #265da7;
  color: #fff;
}








/*float window*/
.float_box{
  position: fixed;
  top:60%;
  right:0px;
  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:1px;
  position: relative;
  width:50px;
  height: 50px;
}
.float_box>div>b{
  display:block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  background-color: #3688ea;
  border-radius: 4px 0 0 4px;
  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;}


.float02 b{  background:#fff url("../images/float06.png") no-repeat center;}
.float03 b{  background:#fff url("../images/float03.png") no-repeat center;}
.float04 b{  background:#fff url("../images/float04.png") no-repeat center;}
.float05 b{  background:#fff url("../images/float05.png") no-repeat center;}
/*.float06 b{  background:#fff url("../images/float06.png") no-repeat center;}*/
/*.float06:hover b{  background:#ff9501 url("../images/float06s.png") no-repeat center;}*/

.float_box>div:hover b{
  background-color:#ff9501;
}

.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: #ff9501;
  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: #ff9501;
  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: 385px;
  height: 50px;
}
.float04:hover>div{
  width: 207px;
  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;
}

/*footer*/
.footer{
  padding-top: 112px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 493px;
  background: url("../images/fotbg.jpg") no-repeat center;
}
.foot-nav>a{
  float:left;
  color: #fff;
  font-size: 16px;
  padding-right: 40px;
  margin-right: 40px;
  display:block;
  position: relative;
  overflow: hidden;
}
.foot-nav>a:after{
  display: block;
  content: '';
  position: absolute;
  right:0;
  background: #fff;
  width:2px;
  height:16px;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.foot-nav>a:last-of-type:after{
  display:none;
}

.foot-nav>a:hover,.foot-nav>a.fotin{
  color: #f6af3c;
}
.fot_mid{
  margin-top: 70px;
  margin-bottom: 58px;
}
.fot_mid_l{
  float:left;
  width: 303px;
}
.fot_mid_l>b{
  font-size: 18px;
  color: #fff;
}
.fot_mid_l>h3{
  font-size: 30px;
  color: #fff;
}
.fot_mid_r{
  float:left;
}
.fot_mid_r p{
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.foot-mid>p{
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.foot-mid>p span{padding-right:20px;}




.fot_left{
  float:left;
  width: 940px;
}
.fotcode{
  float:right;
}
.fotcode>div{
  float:left;
  margin-left:20px;
  width:108px;
}
.fotcode>div>img{
  width: 100%;
}
.fotcode>div>p{
  margin-top: 8px;
  font-size: 14px;
  color: #fff;
}




.fotbottom{
  background: #265da7;
}
.fot_bot{
  line-height: 58px;
  height: 58px;
  overflow: hidden;
}
.fot_bot p{
  float:left;
  font-size: 14px;
  color: #fff;
}
.fot_bot a{
  float:right;
  font-size: 14px;
  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;
}
.fot_bot a:hover{
  text-decoration: underline;
}












.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;
}


/*crumbs*/
.crumbsbg{
  border-bottom: 1px solid #e8e8e8;
  line-height: 70px;
  background: #fff;
  margin-bottom: 55px;
}
.crumbs_left{
  float:left;
  background: url("../images/home.png") no-repeat left center;
  padding-left:25px;
}
.crumbs_left>a{
  font-size: 14px;
  color: #5b5b5b;
}
.crumbs_left>a:last-of-type{
  color: #0068b7;
}
.crumbs_right{
  float:right;
  border-left:1px solid #e8e8e8;
  border-right:1px solid #e8e8e8;
  width: 145px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #000000;
  border-bottom: 2px solid #0068b7;
  font-size: 14px;
}
.crumbs_right a{
  color: #000;
}

.zgoods_tit{
  margin-top: 60px;
}
.zgoods_tit div{
  float:left;
}
.zgoods_tit div>h4{
  font-size: 33px;
  color: #1c1c1c;
  margin-bottom:7px;
  font-weight: normal;
}
.zgoods_tit div>small{
  font-size: 18px;
  color: #919191;
}
.zgoods_tit>a{
  float:right;
  background: #f4f4f4;
  border:1px solid #f4f4f4;
}
.zgoods_cont{
  position: relative;
  margin-top: 73px;
  margin-bottom: 57px;
}
.zgoods_cont .swiper-slide{
  height: 252px;
}
.zgoods_cont .swiper-slide a{
  display: block;
  width:100%;
  height: 100%;
}
.zgoods_cont .swiper-slide a p{
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  background: rgba(0, 0, 0, 0.3);
  font-size: 18px;
  color: #fff;
  line-height: 42px;
  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;
}
.zgoods_cont .swiper-slide a:hover p {
  background: #0068b7;
}
.zgoods_cont .swiper-slide a img{
  width:100%;
}
.zgoods_cont .swiper-button-next,.zgoods_cont .swiper-button-prev{
  width: 30px;
  height: 112px;
  line-height: 112px;
  background: #f1f1f1;
  -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;
}
.zgoods_cont .swiper-button-next:hover,.zgoods_cont .swiper-button-prev:hover{
  background: #0068b7;
}
.zgoods_cont .swiper-button-next:after,.zgoods_cont .swiper-button-prev:after{
  color: #000000;
  font-size: 16px;
  -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;
}
.zgoods_cont .swiper-button-next:hover:after,.zgoods_cont .swiper-button-prev:hover:after{
  color: #fff;
}
.zgoods_cont .swiper-button-next{
  left:105%;
}
.zgoods_cont .swiper-button-prev{
  right:105%!important;
  left:initial;
}

.zcont_tit{
  margin-bottom: 80px;
  background: url("../images/zcontbg.png") no-repeat right bottom;
}
.zcont_tit>small{
  font-size: 20px;
  color: #0068b7;
  font-weight: bold;
  display: block;
}
.zcont_tit>p{
  font-size: 30px;
  color: #060606;
}
.zcont_left{
  float:left;
  border:4px solid #ddd;
  position: relative;
  overflow: hidden;
  height: 305px;
  width: 563px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  padding-top: 67px;
}
.zcont_left>p{
  font-size: 24px;
  color: #3a3a3d;
  margin-bottom: 35px;
}
.zcont_left>small{
  font-size: 16px;
  color: #3a3a3d;
  display: block;  margin-bottom: 16px;
}
.zcont_left:after,.zcont_right:after{
  position: absolute;
  right:0;
  top:0;
  display: block;
  content: '';
  background: #0068b7;
  height: 100%;
  width:76px;
}
.zcont_right{
  float:right;
  width: 563px;
  border:4px solid #ddd;
  position: relative;
  overflow: hidden;
  height: 305px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zcont_right #dituContent{
  width: 100%;
  height: 100%;
}

.zmes_left{
  float:left;
  width: 480px;
  margin-top: 60px;
}
.zmes_right{
  float:right;
  width: 660px;
}


/*z_case*/

.newslist a{
  display:block;
  float:left;
  width: 384px;
  margin-right: 24px;
  background: #f3f3f3;
  padding-top:25px;
  margin-bottom: 20px;
}
.newslist a:nth-of-type(3n){
  margin-right: 0;
}
.newslist a>p{
  font-weight: bold;
  font-size: 20px;
  color: #505050;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -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;
}
.newslist a:hover>p{
  color: #3688ea;
}
.newslist a>span{
  font-size: 12px;
  color: #505050;
  display:block;
  margin-top: 8px;
  margin-bottom: 11px;
}
.newslist a>small{
  font-size: 14px;
  color: #505050;
  line-height: 26px;
  height: 86px;
  display: block;
  width: 100%;
  margin-top:5px;
}
.newslist a>p,.newslist a>span,.newslist a>small{
  padding:0 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.newslist a>b{
  width: 100%;
  height: 240px;
}
.newslist a>b img{
  min-height: 100%;
  max-width: 100%;
}
.newslist a>b p{
  position: absolute;
  width:100%;
  height: 100%;
  background: rgba(22, 85, 188, 0.4);
  -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;
}
.newslist a:hover>b p{
  opacity: 1;
}
.newslist a>b span{
  position: absolute;
  font-weight: normal;
  letter-spacing: 3px;
  top: 55%;
  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%);
  width: 109px;
  line-height: 28px;
  font-size: 12px;
  padding-left: 14px;
  color: #fff;
  border-radius: 20px;
  border: 1px solid #fff;
  background: url(../images/jt02.png) no-repeat 91px center;
  -webkit-transition: 350ms 200ms all ease;
  -moz-transition: 350ms 200ms all ease;
  -ms-transition: 350ms 200ms all ease;
  -o-transition: 350ms 200ms all ease;
  transition: 350ms 200ms all ease;
  opacity: 0;
}
.newslist a:hover>b span{
  opacity: 1;
  top:50%;
}


/*infoside*/
.zmln_side{
  float:right;
  width: 300px;
}
.zmln_side>h3{
  line-height: 25px;
  text-indent: 18px;
  color: #333;
  font-size: 16px;
  position: relative;
  margin-bottom: 15px;
  font-weight: normal;
}

.zmln_side>h3:before{
  width: 3px;
  height: 20px;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #3688ea;
}
.zside_cont01{
  padding:20px;
  padding-bottom: 15px;
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background:#fff;
}
.zside_cont01 a{
  margin-bottom: 5px;
  margin-right:5px;
  display: inline-block;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  background: #3688ea;
  transition: all .4s;
  line-height: 30px;
  padding: 0 10px;
  float:left;
}
.zside_cont01 a:hover{
  background: #ff9501;
}
.zside_cont02{
  background: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
.zside_cont02_list{
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zside_cont02>h4{
  line-height: 60px;
  color: #fff;
  font-size: 20px;
  text-indent: 25px;
  background: #3688ea;
}
.zside_cont02_list a{
  display: block;
  background: #f3f7fa;
  color: #333333;
  font-size: 18px;
  text-indent: 30px;
  line-height: 50px;
  transition: all .4s;
  margin-bottom: 10px;
}
.zside_cont02_list a:hover{
  background: #b6d1ec;
  color: #fff;
}
.zside_cont02_text{
  background: #3688ea;
  line-height: 45px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding:30px 0;
}
.zside_cont02_text h3{
  font-size: 30px;
  color: #fff;
}
.zside_cont02_text p{
  color: #fff;
  font-size: 18px;
}
.zside_cont02_text a{
  display: inline-block;
  padding: 0 50px;
  margin-top: 10px;
  border-radius: 5px;
  border: solid 1px #fff;
  color: #fff;
  font-size: 16px;
  transition: all .5s;
  line-height: 40px;
}
.zside_cont02_text a:hover{
  background: #1374d5;
}
.zmln_side>h3 a{
  float:right;
  text-align: right;
  color: #666;
  font-size: 13px;
  -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;
}
.zmln_side>h3 a:hover{
  color: #3688ea;
}
.zside_cont03{
  background:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:20px;
  padding-bottom: 10px;
}
.zside_cont03>a{
  display: block;
  margin-bottom: 20px;
}
.zside_cont03>a>b{
  float:left;
  width: 92px;
  height: 72px;
}
.zside_cont03>a>b img{
  height: 100%;
}
.zside_cont03>a>div{
  float:right;
  width: 130px;
}
.zside_cont03>a>div p{
  color: #333;
  font-size: 15px;
  line-height: 26px;
  -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;
}
.zside_cont03>a:hover>div p{
  color: #3688ea;
  text-decoration: underline;
}
.zside_cont03>a>div small{
  color: #666;
  font-size: 13px;
}
.zside_cont03>div a:after,.zside_cont03>a:after{
  display:block;
  content: '';
  clear: both;
}
.zside_cont03>div a small:after{
  width: 4px;
  height: 4px;
  background: #3688ea;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.zside_cont03>div a small{
  display: block;
  line-height: 35px;
  text-indent: 15px;
  color: #333;
  font-size: 14px;
  float:left;
  width: 70%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  -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;
}
.zside_cont03>div a:hover small{
  color: #3688ea;
  text-decoration: underline;
}
.zside_cont03>div a span{
  float:right;
  line-height: 30px;
  color: #666;
  font-size: 13px;
  width: 30%;
  text-align: right;
}


/*info——left*/

.newsinfo_l{float:left;width:870px;background:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:20px 20px;
}
.newsinfo_r{float:right;width:20%}
.newsinfo_l>h3{color:#333;font-size:26px;margin-bottom:20px;font-weight:lighter;border-bottom:1px solid #ddd;padding-bottom: 10px;}
.infotime{margin-bottom:20px}
.infotime span{display:inline-block;line-height:25px;padding-left:28px;margin-right:25px;font-size:15px;color:#797878}
.infotime span:first-of-type{background:url(../images/time.png) no-repeat left center}
.infotime span:last-of-type{background:url(../images/watch.png) no-repeat left center}
.info_share{border-bottom:1px solid #ddd;margin-top:20px;padding-bottom:5px;margin-bottom:10px;}
.info_share span{float:left}
.share{float:left}
.newsinfo_r>h3{font-size:22px;font-weight:lighter;padding-bottom:10px;border-bottom:1px solid #ddd;margin-top:9px;margin-bottom:22px}
.newsinfo_r>p{line-height:35px;color:#666}
.newsinfo_r ul{border-bottom:1px solid #ddd;margin-bottom:35px;padding-bottom:20px}
.newsinfo_r ul li a{color:#444;width:100%;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-webkit-transition:.3s 0s all ease;-moz-transition:.3s 0s all ease;-ms-transition:.3s 0s all ease;-o-transition:.3s 0s all ease;transition:.3s 0s all ease;line-height:33px}
.newsinfo_r ul li a:hover{color:#0987db}
.newsPage .page-a{
  line-height: 30px;
  color: #666;
  border-bottom: 1px solid #ddd;
}
.newsPage .page-a a{
  color: #666;}

/*zproduct*/
.zpro_right{
  float:right;
  width: 868px;
}

.xqs_pro>div{
  background: url("../images/prolistbg.jpg") no-repeat center;
  margin-bottom: 20px;
  background-size:cover;
}
.xqs_pro>div b{
  float:left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:2px solid #ddd;
  background: #fff;
  display: block;
}
.xqs_pro>div>div{
  float:right;
}

.xqspro_left{
  width:40%;
  height: 283px;
}
.xqspro_left img{
  width:100%;
}
.xqspro_right{
  width: 58%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:18px;
}
.xqspro_right>p{
  display: block;
  font-size: 22px;
  font-weight:bold;
  line-height: 44px;
  color: #444;
  position: relative;
}
.xqspro_right>p:after{
  display: block;
  content: '';
  width: 40px;
  height: 3px;
  background: #154a98;
  color: #111;
}
.xqspro_right>small{
  line-height: 30px;
  color: #777;
  font-size: 15px;
  display:block;
  margin-top:10px;
  margin-bottom: 10px;
}
.xqspro_right>ul{
  margin-bottom:20px;
}
.xqspro_right>ul li{
  float:left;
  width:50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:45px;
  background: url("../images/xqsicon.png") no-repeat left center;
  line-height: 30px;
  color: #777;
  font-size: 15px;
}
.xqsbtn a{
  float:left;
  background: #0068b7;
  color: #fff;
  text-indent: 8px;
  line-height: 33px;
  height: 33px;
  letter-spacing: 8px;
  text-align: center;
  transition: .4s;
  margin-right: 20px;
  display:inline-block;
  padding:0 20px;
}
.xqsbtn a:hover{
  background: #ff9501;
}


/*zproinfo*/

.zpro_info_cont1{
  padding-top: 36px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.zpro_cont1_left{
  float:left;
  width: 506px;
  height:395px;
}
.gallery-top-right{
  width: 402px;
  float:right;
  height:100%;
  background: #fff;
}
.gallery-top-right .swiper-slide img{
  max-height: 100%;
  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%);
}
.gallery-thumbs-left{
  float:left;
  width:83px;
  height:100%;
  padding:30px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.gallery-thumbs-left .swiper-slide{
  position: relative;
  overflow: hidden;
  background:#fff;
}
.gallery-thumbs-left .swiper-slide img{
  max-width: 100%;
  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%);
}
.gallery-thumbs-left .swiper-slide img.shuiyin{
  max-width: initial;
  width: 75%;
  min-height: initial;
  opacity: 0.55;
}
.gallery-thumbs-left .swiper-button-next:after,.gallery-thumbs-left .swiper-button-prev:after{
  display: none;
}
.gallery-thumbs-left .swiper-button-next{
  width: 100%;
  height: 20px;
  line-height: 20px;
  bottom:0;
  right:0;
  top: initial;
  background: #eeeeee url("../images/zpro_jtr.png") no-repeat 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;
}
.gallery-thumbs-left .swiper-button-prev{
  width: 100%;
  height: 20px;
  line-height: 20px;
  background: #eeeeee url("../images/zpro_jtl.png") no-repeat center;
  top:0;
  left:0;
  margin-top: 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;
}
.gallery-thumbs-left .swiper-button-prev:hover,.gallery-thumbs-left .swiper-button-next:hover{
  background-color:#d1d1d1;
}
.zpro_cont1_right{
  float:right;
  width: 650px;
}
.zpro_cont1_right>p{
  font-size: 22px;
  color: #333333;
  line-height: 44px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #d2d2d2;;
}
.zpro_cont1_right>h5{
  font-size: 14px;
  font-weight: normal;
  color: #333333;
}
.zpro_cont1_right>h5 span{
  color: #3688ea;
}
.zpro_cont1_right>small{
  display: block;
  height: 92px;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 37px;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.zpro_cont1_right>small>span{
  color: #666666;
}
.zpro_cont1_right>span{
  font-size: 14px;
  color: #999999;
}
.zpro_cont1_right>h4{
  font-size: 22px;
  color: #3688ea;
}
.gallery-top-right .swiper-slide img.shuiyin{
  max-width: initial;
  width: 75%;
  min-height: initial;
  opacity: 0.55;
}
.zbtn{
  margin-top:65px;
}
.zbtn a{
  display: block;
  float:left;
  margin-right:11px;
  line-height: 46px;
  color: #fff;
  font-size: 14px;
  width: 170px;
  padding-left:73px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -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;
}
.zbtn a:first-of-type{
  background: #3688ea url("../images/zproicon01.png") no-repeat 40px center;
}
.zbtn a:hover:first-of-type{
  background-color: #0e4195;
}
.zbtn a:last-of-type{
  background: #3688ea url("../images/zproicon02.png") no-repeat 40px center;
}
.zbtn a:hover:last-of-type{
  background-color: #ff9501;
}
.tuijian{
  margin-top: 55px;
}
.tuijian>h4{
  font-size: 16px;
  color: #ffffff;
  padding-left: 25px;
  line-height: 62px;
  margin-bottom: 46px;
  background: url("../images/tuijianbg.jpg") no-repeat left center;
}

.zpro_info_cont2{
  padding-top: 27px;
}
.zpro_info_cont2 p{
  font-size: 15px;
  color: #666666;
  line-height: 34px;
}
.zpro_info_cont2 img{
  margin:0 auto;
  margin-top: 13px;
  margin-bottom: 15px;
}
.zpro_info_cont2 table{
  width: 100%;
  border-collapse: collapse!important;
}
.zpro_info_cont2 table td{
  border:1px solid #d2d2d2!important;
  padding:10px 40px!important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tuijiancont{
  width: 100%;
  height: 223px;
  position: relative;
}
.tuijiancont .swiper-button-next{
  right:-50px;
}
.tuijiancont .swiper-button-prev {
  left:-50px;
}
.tuijiancont .swiper-button-next:after,.tuijiancont .swiper-button-prev:after{
  font-size: 29px;
  color: #0054a7;
  font-weight: bold;
}
.swiper-tj,.swiper-tj .swiper-slide,.swiper-tj .swiper-slide div{
  width:100%;
  height: 100%;
}
.swiper-tj {
  overflow: hidden;
}
.swiper-tj .swiper-slide div a{
  width:100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.swiper-tj .swiper-slide div a img{
  width: 100%;
  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%);
}
.swiper-tj .swiper-slide div a p{
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 15px;
  line-height: 38px;
  text-align: center;
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -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;
}
.swiper-tj .swiper-slide div a:hover p{
  background: #3688ea;
}
.newsPage{
  padding-bottom: 60px;
  margin-top: 45px;
}
.page-a{
  border-bottom: 1px solid #ddd;
  line-height: 35px;
  color: #707070;
}
.page-a a{
  color: #707070;
  -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;
}
.page-a a:hover{
  text-decoration: underline;
  color: #3688ea!important;
}


/*znewslist*/
.news-list{
  width: 1200px;
  margin: 0 auto;
}

.news-list ul li{
  background: #fff;
  width: 380px;
  margin-right: 20px;
  margin-bottom: 20px;
  float:left;
}
.news-list ul li:nth-of-type(3n){
  margin-right: 0;
}
.news-list ul li b{
  width:100%;
  height: 260px;
}
.news-list ul li b img{
  min-width: 100%;
  height: 100%;
}
.xqs_newstext{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:27px 0;
  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;
}
.news-list ul li:hover .xqs_newstext{
  background: #034898;
}
.xqs_newstext>div{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 30px;
}
.xqs_newstext>div>p{
  font-size: 14px;
  color: #c2c2c2;
  -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;
}
.xqs_newstext>div>h3{
  font-size: 16px;
  color: #333333;
  line-height: 38px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -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;
}
.xqs_newstext>div>small{
  font-size: 14px;
  line-height: 22px;
  color: #999999;
  display: block;
  height: 84px;
  -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-list ul li:hover .xqs_newstext>div>small,.news-list ul li:hover .xqs_newstext>div>p,.news-list ul li:hover .xqs_newstext>div>h3{
  color: #fff;
}

.xqs_newstext>span{
  color: #034898;
  display: block;
  width: 128px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 38px;
  padding-left: 27px;
  padding-right: 27px;
  background: #fff url("../images/xqsjt.png") no-repeat 97px center;
}




/*zcompany*/
.zcompany>.warpper>.zcomtit{
  font-size: 16px;
  color: #525252;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 23px;
  padding-left:38px;
  background: url("../images/zcomicon.png") no-repeat left 0;
}
.zcompany{
  padding-bottom: 60px;
}
.zcompany>.warpper>h3{
  font-size: 24px;
  color: #525252;
  margin-top: 15px;
}
.zcompany>.warpper>p{
  font-size: 12px;
  color: #8d8d8d;
  text-transform: uppercase;
}
.zcompany>.warpper>small{
  font-size: 14px;
  color: #5f5f5f;
  line-height: 28px;
  display: block;
  margin-top: 22px;
}