@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 18px;}
img{ border:0;}
a{ text-decoration:none; color:#333; transition: all 0.3s; -o-transition: all 0.3s; -mos-transition: all 0.3s; -webkit-transition: all 0.3s;  }
input,textarea,button{outline:none;}
em{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
hr{ border:none;}
.l{ float:left}
.r{ float:right}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.container{ width:1200px; margin: 0 auto; }
.container2{ width:1200px; margin: 0 auto; margin-top:50px; }
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}

*:focus{   
	border:none;
	outline: none;
}

@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('../font/zzgc.OTF') format('woff');
    font-weight: normal;
    font-style: normal;
}







/* 导航栏 */

.header_nav{height:100px; width:100%; background: #fff;position:fixed;top:0;z-index:9999}
.h_logo{width:251px; height: 100px; float: left; display: flex; align-items: center;}
.h_logo img{align-items: center; margin: 0px auto;}


.nav{width:750px; height:100%; float: right; background: url(../images/h_xian.png) no-repeat right center; }
.nav .nLi{ float:left;  position:relative; display:inline; height:100px;  line-height: 100px; width: 105px;}
.nav .nLi h3{ height:100%; width:100%; text-align: center;}
.nav .nLi h3 a{font-size:16px;  color:#000003;  position: relative  }
.nav .nLi h3 a p{font-size:16px; color:#000003; }
.nav .nLi:after{content: ""; width:0; height:2px; position: absolute; top:50%; left:0; z-index: 9; background:#4282c1; transition: all 0.4s ease-in-out;}
.nav .sub{ display:none;left:50%; top:75px;  position:absolute;  line-height:26px; width:160px;  margin-left: -80px;    z-index: 999; background: #ddd;}
.nav .sub li{ zoom:1; border-bottom: 1px solid #eeeeee;  height:40px; line-height:40px;  background:#eeeeee;text-align: center }
.nav .sub li p{ width:100%; float: left; margin: 0px;}
.nav .sub li span{ float: right;}
.nav .sub a{ display:block; padding:0 10px; color: #434343; font-size: 14px; height: 100%; }
.nav .sub a:hover{color:#4282c1; font-weight: bold;}
.nav .nLi:hover h3 p,.nav li.active h3 p{font-weight: bold}
.nav .nLi:hover:after{width:15px; transition: all 0.4s ease-in-out;}
.nav .nLi.active:after{width:15px; transition: all 0.4s ease-in-out;}
.header_right{float: right; position: relative; width: 24px; height: 100px; margin-left: 30px;}
.header_right p{background: url(../images/sousuo2.png) no-repeat center;  width: 100%; height: 100%}
.h_text{width:400px; height:61px; padding: 10px; background:rgba(0,0,0,0.5); position: absolute; top:65px; right:0; display:none; z-index: 999}
.h_text input[type="text"]{width:78%; height: 40px; line-height: 40px; background: #eee; padding: 0px 10px; float: left; border: 0; border-radius: 5px;}
.sub_tijiao{float: right; width:20%; height: 40px; background: #4282c1; border-radius: 5px; color:#fff; border: 0;}






/* 首页:banner */
.banner{ width:100%; height:800px; position: relative; overflow: hidden; margin-top:100px}
.banner .slideBox{position:relative;overflow:hidden;width:100%;height:100%}
.banner .slideBox .hd{z-index:1;overflow:hidden;height:auto; position: absolute; bottom:130px; right:20%;}
.banner .slideBox .hd ul{overflow:hidden;zoom:1;margin: 0px auto; display: table; width:114px;}
.banner .slideBox .hd ul li{margin:0 5px; width:12px;height:12px; cursor:pointer; border-radius:10px; background: #fff; float: left}
.banner .slideBox .hd ul li.on{background: #ff8506; width: 50px; border-radius: 20px;}
.banner .slideBox .bd{position:relative;z-index:0;width:100%;height:800px; overflow: hidden}
.banner .slideBox .bd ul{width:100%;height:100%}
.banner .slideBox .bd li{width:100%;height:100%;vertical-align:middle;zoom:1}
.banner .slideBox .bd li a{display:block;overflow:hidden;width:100%;height:100%; }


/*关于我们*/
.index_about{width:100%; height:570px; background: url(../images/about_bjs.jpg) no-repeat center; margin-top:80px;}
.index_about_video{width:90px; height: 90px; float: right; margin-top:230px; margin-right:40px; }
.index_about_right{width:520px; height: auto; float: right; margin-top: 80px;}
.index_about_right h3{font-size: 60px; color: #000000; font-weight: bold; line-height: 50px;}
.index_about_right h4{font-size:14px; color: #000000; font-weight: bold; text-transform:uppercase; line-height:30px}
.index_about_right hr{width:15px; height: 4px; background: #4282c1; display: block}
.index_about_zi{width:100%; height: auto; overflow: hidden; font-size: 28px; color: #000000; border-bottom: 1px solid #dedede; margin-top: 20px; padding-bottom: 20px;}
.index_about_zi span{font-size: 30px; color: #000000; font-weight: bold;}
.index_about_info{width:100%; height: auto; overflow: hidden; margin-top: 50px;}
.index_about_info a{font-size: 14px; color: #4d4d4d; line-height: 28px; display: block; width: 100%;}
.ab_more{font-size: 16px; color: #4d4d4d; background: url(../images/ab_jt.png) no-repeat right center; padding-right: 180px; display: table; margin-top: 40px;}
.ab_more:hover{color:#4282c1}
.index_about_info:hover a{color:#4282c1}






/*产品中心*/
.index_product{width:100%; height: auto; overflow: hidden;  margin-top: 80px; padding-bottom: 60px; position: relative; z-index: 9}
/* .index_product{width:100%; height: auto; overflow: hidden; background: url(../images/product_bjs.png) no-repeat bottom center; margin-top: 80px; padding-bottom: 60px; position: relative; z-index: 9} */
.index_title{width:100%; height:auto; overflow: hidden; text-align: center; margin-bottom: 56px;}
.index_title h3{font-size: 44px; color: #000}
.index_title p{font-size: 20px; color: #000; margin-top: 8px;}
.index_product_left{width:370px; height: auto; float: left}
.in_pro_fl{width:370px; height: 140px; background: url(../images/fl_bjs.jpg) no-repeat center; padding: 36px 0 0 38px}
.in_pro_fl h3{font-size: 24px; color: #fff; line-height: 35px;}
.in_pro_fl p{font-size: 18px; color: #fff; line-height: 35px;}
.index_pro_lx{width:100%; height: 60px; line-height:58px; border-bottom: 2px solid #4282c1; padding: 0px 25px; background: #fff}
.index_pro_lx h3{font-size: 18px; color: #4282c1; float: left; font-weight: bold;}
.index_pro_lx i{float:right; width:25px; height: 25px; background: url(../images/fl_icon.png) no-repeat center; margin-top: 15px;}
.index_product_left ul{width:100%; height: auto; overflow: hidden;  background: #fff; padding:15px 45px;}
.index_product_left ul li{width:100%; height:35px; line-height:35px; font-size: 16px; color: #212121; margin:6px 0 }
.index_product_left ul li a{width:100%; height: 100%; display: block; font-size: 16px; color: #212121; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_pro_dh{width:100%; height: 230px; background: #fff; margin-top:15px; padding: 40px 30px}
.index_pro_dh p{font-size: 14px; color:#212121}
.index_pro_dh span{font-size: 24px; color: #212121; font-weight: bold; display: block}
.index_pro_dh .pro_dh_zx{font-size: 77px; color: #f1f1f1; font-weight: bold; line-height: 62px; margin-bottom: 8px; }
.index_pro_dh a{font-size: 14px; color: #212121; background: url(../images/h_san.png) no-repeat right center; padding-right: 10px;}
.index_product_right{float: right; width: 824px;}
.index_product_right ul{width:100%; height: auto; overflow: hidden}
.index_product_right ul li{width:380px; height: auto; float: left; margin-left: 32px; margin-bottom: 30px; position: relative}
.in_pro_pic{width:100%; height: 285px; position: relative; overflow: hidden}
.in_pro_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;
}
.in_pro_hover{width:100%; height: 100%; position: absolute; top:100%; left:0; <!--background: rgba(235,61,0,0.8);--> text-align: center; padding: 90px 10px 0; transition: all 0.4s ease-in-out;}
.in_pro_hover i{width:60px; height: 60px; display: block; margin:20px auto; background: url(../images/h_ss.png) no-repeat center}
.in_pro_hover h3{font-size: 18px; color: #ffffff; font-weight: bold;}
.in_pro_icon{width:70px; height: 70px;  position: absolute; top:290px; right:20px; z-index: 9; transition: all 0.4s ease-in-out;}
.in_pro_xx{width:100%; height: auto; overflow: hidden; background: #fff; padding:30px 20px; }
.in_pro_xx h3{width:100%; height:40px; line-height: 40px; font-size: 18px; color: #000000; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.in_pro_xx p{font-size: 14px; color: #777777; line-height: 26px; width:100%; height: 52px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.index_product_left ul li:hover a{color:#4282c1; font-weight: bold;}
.index_product_right ul li:hover .in_pro_hover{top:0; transition: all 0.4s ease-in-out;}
.index_product_right ul li:hover .in_pro_icon{opacity: 0; transition: all 0.4s ease-in-out;}
.index_product_right ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.index_product_right ul li:hover .in_pro_xx h3{color:#4282c1}



/*优势*/
.index_youshi{width:100%; height:852px; overflow: hidden; background: url(../images/youshi_bjs.jpg) no-repeat center;background-attachment: fixed; background-size: cover; padding-top:180px; margin-top: -99px}
.index_youshi_title{width:100%; height: auto; overflow: hidden;}
.index_youshi_title h3{font-size: 60px; color: #000000; font-weight: bold; line-height: 50px;}
.index_youshi_title h4{font-size: 14px; color: #000000; font-weight: bold; line-height: 30px }
.index_youshi_title hr{width:15px; height: 4px; background: #4282c1; display: block}
.index_youshi_title h5{font-size: 30px; color: #000000; font-weight: bold; margin-top: 8px;}
.index_youshi ul{width:100%; height: auto; overflow: hidden; margin-top: 40px;}
.index_youshi ul li{width:585px; height: 180px; float: left; padding: 20px; background: #f5f5f5; margin-bottom: 30px;}
.index_youshi ul li:nth-child(2n){float: right}
.index_youshi ul li dl{width:135px; height: 100%;  float: left; border-right:1px solid #bebebe; padding-right: 20px;}
.index_youshi ul li dl dt{width:100%; height:70px; line-height: 70px; border-bottom: 1px solid #bebebe; text-align: center;font-size: 36px; color: #4d4d4d}
.index_youshi ul li dl dd{width:100%; height: 70px; display: block}
.ys_i1{background: url(../images/ys_i1.png) no-repeat center}
.ys_i2{background: url(../images/ys_i2.png) no-repeat center}
.ys_i3{background: url(../images/ys_i3.png) no-repeat center}
.ys_i4{background: url(../images/ys_i4.png) no-repeat center}
.in_ys_right{width:380px; height: auto; float: right; margin-top:14px}
.in_ys_right h3{width:100%; height: 40px; line-height: 40px; font-size: 20px; color: #000000; margin-bottom: 10px; }
.in_ys_right p{width:100%; height:52px; line-height:26px; font-size: 14px; color: #777777; }
.index_youshi ul li:hover{background: url(../images/ys_hover1.png) no-repeat center; border-radius: 10px;}
.index_youshi ul li:hover h3,.index_youshi ul li:hover p{color:#fff}
.index_youshi ul li:hover dt{color:#fff; border-bottom: 1px solid #fff;}
.index_youshi ul li:hover dl{border-right:1px solid #fff;}
.index_youshi ul li:hover .ys_i1{background: url(../images/ys_ih1.png) no-repeat center}
.index_youshi ul li:hover .ys_i2{background: url(../images/ys_ih2.png) no-repeat center}
.index_youshi ul li:hover .ys_i3{background: url(../images/ys_ih3.png) no-repeat center}
.index_youshi ul li:hover .ys_i4{background: url(../images/ys_ih4.png) no-repeat center}



/*设备*/
.index_shebei{width:100%; height: auto; overflow: hidden; background: url(../images/shebie_bjs.jpg) no-repeat left center; padding-top: 72px; padding-bottom: 86px}
.index_shebei_top{width:100%; height: auto; overflow: hidden; padding-left:19%; margin-top: 52px }
.index_shebei_left{width:32%; height: auto; float: left; margin-top:70px;}
.index_shebei_left h3{font-size: 30px; color: #000000; font-weight:bold;}
.index_shebei_left h4{font-size: 20px; color: #000000; margin-top: 8px;}
.shebei_top_xx{width:100%; height: auto; margin-top: 20px; border-top:1px solid #dedede; padding-top: 52px}
.shebei_top_xx p{font-size: 14px; color: #4d4d4d; line-height: 28px;}
.sb_more{width:260px; height: 60px; background: #4282c1 url(../images/b_jt.png) no-repeat  80px center; padding-left: 10px; font-size: 16px; color: #fff; line-height: 60px; display: block; border-radius:0 0 20px 0; margin-top: 80px;}
.index_shebei_right{width:64%; height: auto; float: right; position: relative}
.ban{ width:100%; height:600px; position:relative; overflow:hidden;}
.ban2{ width:938px; height:570px; position:relative; overflow:hidden; float: right}
.ban2 ul{ position:absolute; left:0; top:0;}
.ban2 ul li{ width:938px; height:570px; border-radius: 0 0 0 30px}
.ban2 ul li img{width:100%; height: auto; display: block}
.prev{ float:left; cursor:pointer;}
.num{ height:260px;overflow:hidden; width:110px; position:relative;}
.min_pic{width:110px; position: absolute; top:96px; left:0}
.num ul{ position:absolute; left:0; top:0;}
.num ul li{ width:110px; height:65px;}
.num ul li img{ width:110px; height:65px;}
.num ul li.on{}
.prev_btn1{ width:100%; text-align:center; height:64px; cursor:pointer; background:#4282c1 url(../images/sb_top.png) no-repeat center}
.next_btn1{ width:100%; text-align:center; height:64px; cursor:pointer; background:#4282c1 url(../images/sb_bottom.png) no-repeat center }

.index_hezuo{width:100%; height: 130px; overflow: hidden; position: relative; margin-top:80px;}
.in_hz_zi{width:100%; height: auto; text-align: center; font-size: 120px; color: #f2f2f2; font-weight: bold; position: absolute; top:0; left:0; display: block; line-height: 120px; }
.picMarquee-left{ overflow:hidden; position:relative;}
.picMarquee-left .bd{width:100%; height: 130px; overflow: hidden}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ float:left; _display:inline; overflow:hidden; text-align:center; width: 16.6%; height:130px  }
.picMarquee-left .bd ul li a{width:100%; height: 130px; display: flex; align-items: center; }
.picMarquee-left .bd ul li img{max-width: 100%; align-items: center; margin: 0px auto;}


/*新闻资讯*/
.index_news{width:100%; height: auto; overflow: hidden; background: #f5f5f5; padding:75px 0 86px; border-radius: 0 0 0 80px; position: relative; z-index: 9}

.index_news_title{width:1200px; height: auto; margin: 0px auto;}
.index_news_title h3{font-size: 60px; color: #000000; font-weight: bold; line-height: 50px;}
.index_news_title h4{font-size: 14px; color: #000000; font-weight: bold; line-height: 30px }
.index_news_title hr{width:15px; height: 4px; background: #4282c1; display: block}
.index_news_title h5{font-size: 30px; color: #000000; font-weight: bold; margin-top: 8px;}

.index_news .swiper-container{margin-top: 25px; height: 470px}
.index_news .swiper-slide a{width:100%; height: auto; display: block; background: #fff; padding: 30px;}
.index_news_pic{width:100%; height: auto; display: block}
.index_news_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_news_xx{width:100%; height: auto; background: #fff; display: block; margin-top: 20px;}
.index_news_xx h3{width:100%; height: 30px; line-height: 30px; font-size: 20px; color: #000000; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; 
	margin-bottom:15px;}
.index_news_xx p{width:100%; height: 72px; line-height: 26px; font-size: 14px; color: #777777}
.h_more{width:100%; height: auto; overflow: hidden; margin-top: 40px; display: none}
.h_more span{font-size: 16px; color: #4282c1; float: left}
.h_more img{float: right}
.index_news .swiper-slide{ transition: 300ms; transform: scale(0.95);}
.index_news .swiper-slide a{margin-top:72px;}
.index_news .swiper-slide-active{ transform: scale(1);}
.index_news .swiper-slide-active .h_more{display: block}
.index_news .swiper-slide-active a{margin-top: 0}
.index_news .swiper-slide{width:380px;}
.index_news_bottom{width:100%; height: auto; display: block; position: relative}
.index_news .swiper-button-next, .index_news .swiper-button-prev{width:45px; height: 45px; top:-80px; margin-top: 0;}
.index_news .swiper-button-next{background: url(../images/n_right.png) no-repeat center; right:20%}
.index_news .swiper-button-prev{background: url(../images/n_left.png) no-repeat center; right:24%; left:auto;}
.index_news .swiper-button-next:hover{background: url(../images/n_hright.png) no-repeat center}
.index_news .swiper-button-prev:hover{background: url(../images/n_hleft.png) no-repeat center}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{content: ""}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{content: ""}

.index_news .swiper-slide:hover h3{color:#4282c1}
.index_news .swiper-slide:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}





/*底部*/
.footer{width:100%; height:auto; position: relative; overflow: hidden; background: #4282c1; padding-top:80px; margin-top: -80px;}
.footer .container{overflow: hidden}
.footer_top{width:100%; height: auto; overflow: hidden}
.f_logo{float: left; width: 251px; height: 60px;}
.footer_top ul{float: right}
.footer_top ul li{float: left; margin-right:30px; line-height: 60px;}
.footer_top ul li a{font-size: 16px; color: #fff;}
.footer_top ul li:hover a{color:#4282c1; font-weight: bold;}
.footer_center{width:100%; height: 130px;  margin-top:50px; }
.f_weixin{width:130px; height: 130px; border: 1px solid rgba(255,255,255,0.4); padding: 10px; float: left;}
.f_weixin img{width:100%; height: auto; display: block}
.f_dianhua{float: left; margin-left: 98px; margin-top: 8px;}
.f_dianhua img,.f_dizhi img{margin-bottom: 8px;}
.f_dianhua .dizhi_p,.f_dizhi .dizhi_p{font-size: 14px; color: #fff; opacity: 0.5}
.f_dianhua span{display: block; font-size: 22px; color: #fff; font-weight: bold; line-height:30px;}
.dizhi_xx{font-size: 14px; color: #fff; line-height: 26px;}
.f_dizhi{float: left; margin-left: 98px; margin-top: 8px; width: 215px;}
.f_ma{float: right; margin-top: 50px;}
.f_ma img{width:80px; height: 80px; position: absolute; top:46px; left:0; display:none; z-index: 9 }
.f_ma_sj,.f_ma_wx,.f_ma_dizhi{width:46px; height: 46px; float: left; background: url(../images/ma_img.png) no-repeat center; position: relative; margin-right: 10px;}
.f_ma_sj:hover img{display: block}
.f_ma_wx:hover img{display: block}
.f_ma_sj i{width:100%; height: 100%; background: url(../images/f_sj.png) no-repeat center; display: block}
.f_ma_wx i{width:100%; height: 100%; background: url(../images/f_wx.png) no-repeat center; display: block}
.f_ma_dizhi a{width:100%; height: 100%; background: url(../images/f_di.png) no-repeat center; display: block}
.f_ma_sj:hover,.f_ma_wx:hover,.f_ma_dizhi:hover{background: url(../images/ma_himg.png) no-repeat center}
.f_ma_sj:hover i{background: url(../images/f_hsj.png) no-repeat center}
.f_ma_wx:hover i{background: url(../images/f_hwx.png) no-repeat center}
.f_ma_dizhi:hover a{background: url(../images/f_hdi.png) no-repeat center}
.copy{clear:both;width:100%;height:auto; position: relative; border-top:1px solid rgba(255,255,255,0.4);  margin-top:40px; padding-top: 30px;}
.copy_l{float:left; font-size:14px; color:#fff; height: 100%; }
.copy_l a{color:#fff; margin-left: 20px;}
.copy_l a:hover{color:#4282c1!important}
.footer_zhichi{width:auto; height:45px; float: right }
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#fff; height: 100%;}
.footer_zhichi .pt{width:121px;height:18px; background: url(../images/vl.png) no-repeat; margin-right: 10px}
.footer_zhichi .js{width:121px;height:18px; background: url(../images/wl.png) no-repeat;}
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 
.footer_zhichi span{float: left; font-size:14px; color: #fff;}
.footer_zhichi i{ float: left;}
.footer_links{width:100%; height: auto; overflow: hidden; margin-top: 8px; line-height: 30px;}
.footer_links p{color:#fff; font-size: 14px; float: left}
.footer_links_xx{float: left; width: 1100px;}
.footer_links_xx a{color:#fff; font-size: 14px; margin-right: 10px;}



/*弹出视频*/
.video_bj{width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:888; display:none}
.video_xx{width:600px; height:400px; position:fixed; top:50%; left:50%; margin-left:-300px; margin-top:-190px; z-index:999}
.close{width:100%; height:40px; text-align:right; background:rgba(0,0,0,0.5);}
.close img{width:32px; height:32px; margin-top:4px; margin-right:10px;}
.video-box{width:100%; height:360px;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}





/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:250px;
    width: 77px;
    z-index: 999;
}
.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 47px;
    margin-top: 9px;
    width: 300px;
	font-size: 14px;
}
.leftlx {
    float: left;
    height: 47px;
    width: 77px;
}
.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}
.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -145px;
    position: absolute;
    top: -40px;
    width: 120px;
}
.lxfx li i {
    display: block;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 30px; background:url(../images/fx.png) no-repeat;
}
.lxfx li i.icon-tel {
    background-position: 0 -25px;
}
.lxfx li i.icon-ly {
    background-position: 4px -53px;
}
.lxfx li i.icon-wx {
    background-position: -34px 4px;
}
.lxfx li i.icon-wb {
    background-position: -30px -22px;
}
.lxfx li i.icon-top {
    background-position: -30px -49px; height:32px;
}

.lxfx li p {
    line-height: 12px;
    text-align: center;
}
.lxfx li {
    background:#4282c1;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; float:left;
}








/*内页左边导航*/
.ny_all{width:100%; height: auto; overflow: hidden; margin-top: 36px; margin-bottom:160px;}
.ny_left{width:21.5%; height: auto; float: left}
.ny_left_title{width:100%; height: 90px; background: #4282c1; line-height: 90px; text-align: center; font-size: 30px;color: #fff; font-weight: bold;}
.ny_left_nav{width:100%; height: auto; padding: 16px 0 60px 16px; background: #f0f0f1}
.ny_left_nav .yiji li{width: 100%; height:auto;  padding-left:10px; margin-bottom:1px; background:url(../images/dian.png) no-repeat 8px 22px; }
.ny_left_nav ul li a{padding-left: 15px; font-size: 16px; color: #333333;display: block;  height:50px;line-height: 50px;position: relative;}
.ny_left_nav ul li .inactive{ background:url(../images/off.png) no-repeat 210px center;}
.ny_left_nav ul li .inactives{background:url(../images/on.png) no-repeat 210px center;} 
.ny_left_nav ul li ul{display: none;}
.ny_left_nav ul li ul li { width: 100%; height: 50px; line-height: 50px; background: none;}
.ny_left_nav ul li ul li ul{display: none;}
.ny_left_nav ul li ul li a{ padding-left:20px; font-size: 14px; color: #666666}
.ny_left_nav ul li ul li.active a{color:#4282c1; font-size: 14px; background: url(../images/r_jt.png) no-repeat 200px center}
.ny_left_nav ul li.active a{color:#4282c1}
.ny_left_nav ul li:hover a.inactive{color:#4282c1}
.ny_left_nav ul li ul li:hover a{color:#4282c1}
.ny_left_nav ul li .inactives{color:#4282c1}
.ny_left_nav ul li ul li:hover a{color:#4282c1}
.yiji li.active{background:#fff url(../images/dian.png) no-repeat 8px 22px;}
.ny_left_nav ul li ul li:hover{background: url(../images/r_jt.png) no-repeat 210px center}
.ny_left_nav .yiji li:hover{background:#fff url(../images/dian.png) no-repeat 8px 22px;}




/*内页右边内容*/
.ny_right{width:75%; height: auto; float: right; padding-top:10px;}
.ny_right_title{width:100%; height: 47px; border-bottom: 1px solid #dddddd}
.ny_right_title h3{font-size: 24px; height: 40px; line-height: 40px; color: #484848; font-weight: bold; padding-left: 20px;}
.ny_about_info{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #666666; line-height: 34px; margin-top:35px; }
.ny_about_info img{max-width: 100%;}
.ny_about_info p,.keyword_light p{font-size:16px; color:#666}
.keyword_light{font-size:16px; color:#666; line-height:28px;}




/*关于我们*/
.index_about{width:100%; overflow:hidden; margin-top: 80px ;}
.index_about .index_about_top{width:100%; height: auto; overflow: hidden}
.in_ab_left{width:auto; float: left}
.in_ab_left dt{font-size: 35px; color: #333333;}
.in_ab_left dd{font-size:22px; color: #4282c1; font-family: "Arial"; margin-top: 10px;}
.in_num{width:612px; height: auto; float: right}
.in_num dl{width:auto; height: auto; float: left; background: url(../images/h_xs.png) no-repeat right center; padding-right:20px; margin-left: 36px;}
.in_num dl dt{width:100%; height: auto; overflow: hidden; font-weight: bold; font-size: 24px; color: #666666 }
.in_num dl dt span{font-size:80px; color: #666666; font-family: "BebasNeue-Regular"}
.in_num dl dd{width:100%; height: 30px; line-height: 30px; font-size: 14px; color: #666666; line-height:26px;}
.in_num dl:last-child dd{ text-align: right}
.index_about_bottom{width:100%; height: auto; overflow: hidden; margin-top: 20px;}
.in_ab_left{width:510px; height: auto; overflow: hidden}
.in_ab_lpic{width:100%; height: auto;}
.in_ab_lpic img{width:100%; height: auto; display: block;transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.in_ab_lpic:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.in_ab_lxx{width:100%; height: auto; overflow: hidden}
.in_ab_lxx p{width:100%; height: auto; font-size: 16px; color: #666666; line-height: 28px; margin:30px 0}
.in_ab_lxx a.ab_more{width:190px; height: 55px; background: #4282c1; display: block; text-align: center; line-height: 55px; color:#fff; display: block; 
	font-size: 16px; color:#fff;  border-radius:8px}
.index_ab_center{width:330px;height: 450px; float: left; margin-left: 15px; overflow: hidden}
.in_ab_right{width:330px; height: auto; float:right}
.in_ab_right a{width:100%; height: auto; display: block; margin-bottom: 18px; overflow: hidden}
.in_ab_right img,.index_ab_center img{width:100%; height: auto; display: block;   
transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.in_ab_right a:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.index_ab_center:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.in_ab_lxx a.ab_more:hover{background: none; color: #4282c1; border: 1px solid #4282c1}




/*内页 banner*/
.ny_banner{width:100%; height: 400px; overflow: hidden; background: #b2b3b9; padding:220px 0 60px; }
.ny_banner .ny_banner_left{width:50%; float: left;}
.ny_banner .ny_banner_left h4{width:100%; height: 40px; line-height: 40px; font-size: 30px; color: #fff; font-weight: bold; margin-bottom: 10px;}
.ny_banner .ny_banner_left p{font-size: 16px; color: #fff; line-height: 26px;}
.ny_banner_right{float: right; font-size: 14px; color: #fff; margin-top:75px; line-height:26px;}
.ny_banner_right a{font-size: 14px; color: #fff; margin: 0px 10px;}
.ny_banner_right a:hover{color:#4282c1}
.about_ban{background:url(../images/about_ban.jpg) no-repeat center}
.case_ban{background:url(../images/case_ban.jpg) no-repeat center}
.contact_ban{background:url(../images/contact_ban.jpg) no-repeat center}
.news_ban{background:url(../images/news_ban.jpg) no-repeat center}
.product_ban{background:url(../images/product_ban.jpg) no-repeat center}
.service_ban{background:url(../images/service_ban.jpg) no-repeat center}
.search_ban{background:url(../images/search_ban.jpg) no-repeat center}






/*合作客户*/
.ny_hzkh{width:100%; height: auto; overflow: hidden; margin-top: 35px;}
.ny_hzkh ul{width:100%; height: auto; overflow: hidden}
.ny_hzkh ul li{width:32%; float: left; height: auto; margin-right: 2%; margin-bottom: 10px;}
.products_pic{height:auto; display: block;overflow: hidden;width:100%; border:1px solid #ddd;}
.products_pic img{width:100%;  height:100%;transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_hzkh ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_hzkh li p{ height:35px; line-height: 35px; text-align: center;  font-size: 16px; color: #666}
.ny_hzkh ul li:nth-child(3n){margin-right: 0px;}
.ny_hzkh ul li p{width:100%; height: 40px; line-height: 40px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: center}
.ny_hzkh ul li:hover p{color:#4282c1}



/*产品中心*/
.ny_product{width:100%; height: auto; overflow: hidden; margin-top: 35px;}
.ny_product ul{width:100%; height: auto; overflow: hidden}
.ny_product ul li{width:32%; float: left; height: 432px; margin-right: 2%; margin-bottom: 30px; position:relative}
.ny_product ul li h3{width:100%; height: 44px; line-height: 40px; font-size: 20px; color: #fff; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_product ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_product ul li:nth-child(3n){margin-right: 0px;}
.pro-text{height:150px; padding:25px 20px}
.ny_product ul li .pro-icon{top:226px}

.pro-img{width:100%; height: 242px; display: block; overflow:hidden; position:relative}
.pro-img img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.pro-text{width:100%; height: 190px; background: #f5f5f5; padding: 48px 30px;}
.pro-text h4{width:100%; height: 40px; line-height: 20px; font-size: 20px; color:#000; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.pro-text p{width:100%; height: 52px; line-height: 26px; font-size: 14px; color:#666;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.pro-icon{width:60px; height: 60px; background: #4282c1; border-radius:50%; box-shadow: 1px 1px 12px rgba(0,0,0,0.3); 
display: flex; align-items: center; position: absolute; top:315px; right:25px;     transition: 0.5s ease 0s;}
.pro-icon img{align-items: center; margin: 0px auto;}

.hover-text {left: 0;top: 0;padding: 0 10px;opacity: 0;z-index: 2; position: absolute; width: 100%; padding-top: 35% }
.hover-text i { background: url(../images/bai.png) no-repeat; width: 60px; height: 60px; display: block; margin: 20px auto;}
.hover-text h3 {font-size: 24px; color: #ffffff; text-align: center; line-height: 40px; text-align: center }

.ny_product ul li .in_pro_hover{padding-top:60px;}

.ny_product ul li:hover .pro-icon{display:none;}
.ny_product ul li:hover .pro-icon img{display: none}
.ny_product ul li:hover .pro-img img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_product ul li:hover .in_pro_hover{top:0; transition: all 0.4s ease-in-out;}




/*产品*/
.ny_product_show{margin-bottom:50px;  font-size:16px; color:#666}
.ny_proshow_top{width:100%; height:auto; overflow:hidden; margin-bottom:30px; margin-top:20px;}
.ny_proshow_xx{margin-left:520px; height:100%; overflow:hidden; font-size:16px; color:#666}
.ny_proshow_bottom{width:100%; height:auto; overflow:hidden}
.proshow_xxk{color: #fff; font-size: 20px;font-weight: bold; border-left: 3px solid #287db9;width:100%; display:block; background: #323136;padding-left:20px; height:40px; line-height:40px;}
.proshow_xx{font-size:16px; color:#666; line-height:30px; margin-top:10px;}
.proshow_xx img{max-width:100%;}
.go_black{width: 90px;height: 30px;background: #4cbcac; color: #fff; text-align: center; line-height: 30px; border-radius: 5px; position: relative; float:right}
.proshow_xx table{border-collapse: collapse;}
.proshow_xx p{font-size:16px; color:#666; line-height:30px;}



.ny_proshow_xx h1{ font-size:30px; color: #191919; height: auto; line-height:40px; margin-top: 10px;font-weight:700;}
.ny_pro_p{width:100%; height:auto; border-bottom: 1px solid #e5e5e5; margin-top:15px; overflow:hidden; padding-bottom:10px;}
.ny_pro_p p{width:100%; height:auto;  color: #000000; line-height: 30px; font-size: 15px; }
.ny_pro_a{width:100%; height: auto; overflow: hidden; margin: 20px 0 }
.ny_pro_a a{width:187px; height: 60px; background: #959595; display: block; overflow: hidden; line-height: 60px; font-size: 18px; color: #fff; float: left; margin-right: 18px; }
.ny_pro_a a:nth-child(2n){ margin-right:0}
.ny_pro_a a:hover { background: #313131;}
.ny_pro_a a i{font-size: 28px; margin-right: 10px; float: left; margin-left:18px;}
.ny_pro_dh{width:100%; height:80px; padding-top:20px;}
.ny_pro_dh i{ color: #000000; font-size: 50px; float: left; line-height: 70px;}
.ny_pro_ddh{float: left;}
.ny_pro_ddh p{ font-size: 14px; color: #313131;}
.ny_pro_ddh span{ font-size: 30px; color: #4282c1; font-family: "Impact"}
.ny_pro_24{width:100%; height: 30px; line-height: 30px; overflow: hidden}
.ny_pro_24 p{font-size: 14px; color: #313131; background: url(../images/dh.png) no-repeat left center; float: left; padding-left: 20px; margin-right: 30px;}




/*新闻*/
.ny_news_list{width:100%; height: auto; overflow:hidden; margin-top: 10px;}
.ny_news_list ul{width:100%; height: auto; overflow: hidden;  margin-bottom: 30px;}
.ny_news_list li{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #dddddd; padding: 25px 0;}
.news_time{width:10%; float: right; text-align: center; background: #f5f5f5; padding: 50px 0}
.news_time time{color: #4282c1; font-size: 12px; margin-top: 10px; display:block; overflow: hidden; width: 100%; height:20px; line-height:20px; font-family: "Arial"}
.news_time p{ font-size:40px; color: #4282c1;height: 35px; line-height: 35px; font-weight: bold;}
.ny_news_info{width:64%; float: left; margin-left: 3%;margin-top: 10px;}
.ny_news_info h3{ font-size:18px; color: #555555;  width:100%; height:35px; line-height: 35px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_news_info p{width:100%; line-height:28px; color: #666; font-size: 15px; word-break:break-all;
display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden; }
.ny_news_info span{width:98px; height:32px; border: 2px solid #cccccc; text-align: center; line-height: 28px; font-size: 14px; color: #666666; display: block; margin-top: 10px;}
.ny_news_img{width:21%; height:auto; float:left; overflow: hidden}
.ny_news_img img{width:100%; height: auto;transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_news_list li:hover{border-bottom: 1px solid #4282c1;}
.ny_news_list li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_news_list li:hover span{background: #4282c1; color: #fff; border:2px solid #4282c1; }
.ny_news_list li:hover .news_time{background: #4282c1;}
.ny_news_list li:hover .news_time p{color:#fff}
.ny_news_list li:hover .news_time time{color:#fff;}
.ny_news_list li:hover h3{color:#4282c1;}



/*联系我们*/
.ny_conta_info{width:100%; height: auto; padding: 35px 35px; background: url(../images/lx-bg.png) no-repeat right center; overflow: hidden; margin-top: 35px;}
.ny_conta_info .ny_ibt{font-size: 24px; color: #313131; height: auto; line-height: 40px;}
.ny_conta_dz{width:100%; height: auto; float: left}
.ny_conta_dz p{font-size: 16px; color: #313131; line-height: 30px;}
.ny_conta_dz p i{color: #000000; margin-right: 5px;}
.ny_cont_wx{width:auto; height: auto; float: right}
.ny_cont_wx dl{width:140px; float: left; margin-right: 26px;}
.ny_cont_wx dl dt{width:140px; height: 140px; border: 4px solid #e5e5e5; /*! padding: 10px; */ background: #fff}
.ny_cont_wx dl dd{ font-size: 14px; color: #626262; height: 35px; line-height: 35px; text-align: center}
.ny_cont_wx dl dt img{width:100%; height: 100%;}
.map{width:100%; height: 400px; overflow: hidden; margin-top: 20px;}
.ny_rtime{width: 100%; line-height: 30px; color: #999; height: 30px; margin-bottom: 20px;  border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align: center;clear: both; font-size:14px;}
.ny_rtile{width: 100%; font-size: 20px; color: #555; padding: 30px 0px; text-align: center; clear: both}
.ny_rxingqu{width: 100%; font-size: 20px; color: #333; padding: 10px 0px; clear: both}
.keyword_light img{max-width:100%;}








/*图文列表样式*/
.n-list{ padding:15px 0px; }
.n-list li{ display:block; padding-bottom:15px; border-bottom:1px solid #f0f0f0; overflow:hidden; }
.n-list li:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
.n-list li h2{ padding:15px 0 15px; font-size:18px; line-height:24px; font-weight:normal;  white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
.n-list li h2 a{ color:#333; text-decoration:none; }
.n-list li h2 a:hover{ color:#8CAC52; }
.n-list li .note b{ position:relative; display:block; float:left; margin-right:16px; width:118px; height:auto; border:1px solid #e8e8e8; font-style:normal; }
.n-list li .note b img{ min-width:100%; min-height:100%; width:100%; _height:100%; }
.n-list li .note p{ display:block; font-size:14px; max-height:84px; line-height:28px; font-weight:500; color:#666; overflow:hidden; }
.n-list li .note .info{ padding-top:10px; height:20px; line-height:20px; }
.n-list li .note .info span{ margin-right:10px; color:#999; font-size:12px; }
.n-list li .note .info span i{ margin-right:3px; font-size:12px; }
.n-list .nodata{ margin-top:30px; color:#666; font-size:14px; line-height:100px; text-align:center; }
.ny_baninfo{width:1200px; height:225px; position: absolute; top:155px; left:50%; margin-left: -600px; }
.ny_baninfo h3{font-size: 28px; color: #fff; line-height: 40px; margin-top: 60px;}
.ny_baninfo .ny_fubiao{width:100%; height: auto; overflow: hidden; margin-top: 28px;}
.ny_baninfo .ny_fubiao hr{width:55px; height: 1px; float: left; background: #005bac; margin-top: 10px; margin-right: 8px;}
.ny_baninfo .ny_fubiao *{ color: #fff;}
.ny_baninfo .ny_fubiao p{float: left; font-size: 14px; color: #fff;}
.ny_baninfo .ny_fubiao p a{font-size: 14px; color: #fff}
.ny_baninfo h4{font-size: 56px;font-family: "Arial"}
.ny_baninfo .ny_fubiao p a:hover{color:#005bac}






@media screen and (max-width:1680px){
	.index_shebei_top{padding-left:12%}
	.ban2{width:722px;}
	
}

@media screen and (max-width:1440px){

	
}


