@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 14px;}
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; }
.w1440{ width:1440px; margin: 0 auto; }
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}

*:focus{   
	border:none;
}
body{overflow-x:hidden}




/* 导航栏 */
.header_nav{height:90px; width:100%; z-index: 9; }
.h_logo{float: left; font-size: 30px; color: #126eb6; font-weight: bold; line-height: 90px;}
.nav{width:60%; height:100%;float: right; margin-right:2% }
.nav .nLi{position:relative;float:left;display:inline;height:90px; line-height:90px;  width:12.5%; text-align: center; }
.nav .nLi h3{float:left;text-align:center;  font-weight: normal; width: 100%; height: 100%;}
.nav .nLi h3 p{height:100%; color:#333333; font-size:16px; display: table; margin: 0px auto;}
.nav .nLi h3 a{display:block;width:100%;height:100%;color:#333333; text-align: center; }
.nav .sub{position:absolute;top:90px;left:50%; z-index:999;display:none;padding:0;width:190px;background:#fff;line-height:26px; margin-left: -85px;} 
.nav .sub li{height:33px;border-bottom:1px solid #eee;text-align:center;line-height:33px;zoom:1}
.nav .sub li p{float:left;margin:0;width:100%}
.nav .sub li span{float:right}
.nav .sub a{display:block;padding:0 10px;height:100%;color:#333;font-size:14px}
.nav .nLi.active h3 p,.nav .nLi:hover h3 p{color:#126eb6}
.sub li:hover a{color:#126eb6;}
.h_search{width:auto; height: 90px;  float: right; line-height:90px;}
.h_search a{color:#333; font-size:16px; }
.h_search a.active{color:#126eb6; font-weight:bold;}
.h_search span{margin:0px 5px;}
.h_search a:hover{color:#126eb6; }


/*banner*/
.banner{ width:100%;  position:relative;  height:720px;clear: left; overflow: hidden;  }
.banner .slideBox{ width:100%; height:100%; overflow:hidden; position:relative; }
.banner .slideBox .hd{ height:140px; overflow:hidden; position:absolute; left:5%; top:50%; margin-top: -70px; z-index:1; width:40px; background: rgba(255,255,255,0.5); border-radius: 25px}
.banner .slideBox .hd ul{ overflow:hidden; zoom:1;  height: auto; transform: translate(-50%,-50%); position: absolute; top:50%; left:50%; }
.banner .slideBox .hd ul li{width:10px; height:10px;  text-align:center; border-radius: 50%; background: #fff; margin: 18px auto; }
.banner .slideBox .hd ul li.on{background:#d51414; }
.banner .slideBox .bd{ position:relative; height:100%; z-index:0; width:100%  }
.banner .slideBox .bd li{ zoom:1; vertical-align:middle; height:720px; }
.banner .slideBox .bd li a{width:100%; height: 100%; display: block; }



/*产品中心*/
.index_product{width:100%; height:1171px; overflow: hidden;  position: relative;  padding-top: 70px; background: url(../images/product_bjs.jpg) no-repeat center; padding-top: 70px;}
.index_product_nav{width:auto; height: auto; overflow: hidden; margin: 32px auto; display: table}
.index_product_nav a{width:auto;  background: #e6e6e6; float: left; padding:5px 10px 5px 5px; border-radius: 25px; line-height:40px; 
 vertical-align:middle; margin: 0px 8px; display: flex; align-items: center; height: 40px;}
.index_product_nav a img{width:30px; height: 30px;  display:inline-block; margin-right: 10px;}
.index_product_nav a .p_i2{display: none}
.index_product_nav a span{font-size: 16px; color: #333333;  display:inline-block; margin-right: 20px}
.index_product_nav a i{font-style: normal; color:#333333; font-size: 16px; float: right}
.index_product_nav a:hover{background: #126eb6}
.index_product_nav a:hover span,.index_product_nav a:hover i{color:#fff}
.index_product_nav a:hover .p_i2{display: block}
.index_product_nav a:hover .p_i1{display: none}

.index_product ul{width:100%; height: auto; overflow: hidden}
.index_product ul li{width:380px; height: auto; float: left; margin-right:30px; margin-bottom: 30px;}
.index_product_pic{width:100%; height: auto; display: block; position: relative; overflow: hidden}
.index_product_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_product_pic:after{content: ""; width: 100%;  height: 100%; position: absolute; top:0; left:0; background:rgba(18,110,182,0.6) url(../images/links.png) no-repeat center;opacity: 0; transition: .3s all ease}
.index_product ul li h4{width:100%; height: 48px; background: #e6e6e6; text-align: center; line-height: 48px; font-size: 18px; color: #333333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-top: 10px;}
.index_product ul li:nth-child(3n){margin-right: 0}

.index_product ul li:hover  .index_product_pic:after{opacity: 1}
.index_product ul li:hover h4{background: #126eb6; color:#fff}
.index_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;
}





/*关于我们*/
.index_about{width:100%; height:810px; position: relative; z-index: 9; margin-top: 75px; background: url(../images/about_bjs.jpg) no-repeat bottom center; }
.index_video{width:100px; height: 100%; float: left; text-align: center; margin-top: 260px; margin-left: 45px;}
.index_video p{font-size: 20px; color: #fff; margin-top: 8px;}
.index_about_right{width:540px; float: right; margin-top: 85px;}
.index_about_right h3{font-size: 24px; color:#000000;  font-weight: bold;}
.index_about_right h4{font-size: 14px; color:#777777; margin-top: 10px; text-transform: uppercase }
.ab_info{width:100%; height: auto; overflow: hidden; line-height: 30px; font-size: 14px; color: #777777; display: block; margin: 30px 0}
.index_about_lx{width:100%; height: auto; overflow: hidden}
.index_about_lx .about_ly{width:160px; height: 40px; background: #126eb6 url(../images/ly_img.png) no-repeat 20% center;  line-height: 40px; 
	font-size: 16px; color: #fff; display: block; float: left; padding-left:60px;}
.index_about_lx p{font-size: 20px; color: #000000; line-height: 23px; background: url(../images/ly_dhs.png) no-repeat left center; padding-left: 50px; float: left; 
	margin-left: 26px; font-weight: bold;}
.ndex_about_bottom{width:auto; margin-top: 50px;  position: relative; padding-left: 60px;}
.ndex_about_bottom h6{font-size: 22px; color: #000000}
.ndex_about_bottom h5{font-size: 14px; color: #000000; margin-top: 5px;}
.ndex_about_bottom:after{content: ""; width:220px; height: 3px;  background: url(../images/hh_xs.png) no-repeat left center; position: absolute; top:30px; left:-172px}



/*设备*/
.index_shebei{width:100%; height: 616px; background: url(../images/she_bjs.jpg) no-repeat center; padding-top: 68px}
.index_shebei .picMarquee-left{ overflow:hidden; position:relative; margin-top: 35px; }
.index_shebei .picMarquee-left .bd{width:100%}
.index_shebei .picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.index_shebei .picMarquee-left .bd ul li{ margin:0 10px; float:left; _display:inline; overflow:hidden; position: relative}
.index_shebei .picMarquee-left .bd ul li img{width:380px; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;
}
.index_shebei .picMarquee-left .bd ul li p{width:100%; height: 50px; background: rgba(0,0,0,0.5); text-align: center; line-height: 50px; font-size: 18px; color: #edf7ff; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; position: absolute; bottom:0; left:0}
.index_shebei_more{width:300px; height: 42px; background: #126eb6 url(../images/hua.png) no-repeat 28% center; text-align: center; line-height: 42px; font-size: 16px; color: #fff; display: block; margin: 35px auto 0;}
.index_shebei .picMarquee-left .bd 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_youshi{width:100%; height: 870px; overflow: hidden; background: url(../images/youshi_bjs.jpg) no-repeat center; padding:50px 0 0;     background-attachment: fixed;
    background-size: cover;}
.index_youshi_left{width:588px; height: auto; float: left; margin-top: 42px;}
.ys_more{width:300px; height: 50px; line-height: 50px; background: #ffffff url(../images/ly_bjs.png) no-repeat 30% center; display: block; font-size: 16px; color: #000000; text-align: center}
.ys_more:hover{background: #126eb6 url(../images/ly_bjs.png) no-repeat 30% center; color:#fff}
.index_youshi_left ul{width:100%; height: auto; overflow: hidden;}
.index_youshi_left ul li{width:100%; height: 170px; background: #fff; padding: 30px 40px ; margin-bottom: 20px;}
.youshi_left_num{width:115px; height: 100%; float: left; border-right:1px solid #bebebe; padding-right:30px;}
.youshi_left_num span{font-size: 30px; color: #333333;  margin: 0px auto; display: block; border-bottom: 1px solid #bebebe; text-align: center}
.youshi_left_num i{width:100%; height:42px; display: block; margin-top: 14px}
.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}
.youshi_left_xx{width:370px;  height: auto; float: right}
.youshi_left_xx h3{font-size: 20px; color: #000000; margin-bottom:15px; font-weight: bold;}
.youshi_left_xx h3 span{font-size: 16px;}
.youshi_left_xx p{font-size:14px; color: #595656; line-height: 24px;}
.index_youshi_left ul li:hover .ys_i1{background: url(../images/ys_ih1.png) no-repeat center}
.index_youshi_left ul li:hover .ys_i2{background: url(../images/ys_ih2.png) no-repeat center}
.index_youshi_left ul li:hover .ys_i3{background: url(../images/ys_ih3.png) no-repeat center}
.index_youshi_right{width:570px; height: auto; float: right; margin-top: 42px; overflow: hidden}
.index_youshi_right 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_youshi_right:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;
}
.index_youshi_left ul li:hover span,.index_youshi_left ul li:hover h3{color:#126eb6}




/*新闻*/
.index_news{width:100%; height:887px; overflow: hidden; background: url(../images/news_bjs.png) no-repeat right top; padding-top:55px; }
.index_news_title{width:100%; height: auto; text-align: center}
.index_news_title h3{font-size: 42px; color: #000000; font-weight: bold; text-transform: uppercase}
.index_news_title h3 i{font-style: normal; font-size: 70px; color: #126eb6;}
.index_news_title span{font-size: 32px; color: #126eb6; margin-left: 8px;}
.index_news_top{width:100%; height: auto; margin-top:38px; overflow: hidden}
.index_news_top li{width:380px; height: auto; float: left; margin-right:30px;}
.index_news_top li:nth-child(3n){margin-right: 0}
.index_news_pic{width:100%; height: auto; overflow: hidden; position: relative}
.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_hover{width:70px; height: 70px; background: #126eb6 url(../images/b_jts.png) no-repeat center; position: absolute; bottom:0; right:0; 
	transition: .4s all ease-in-out}
.index_news_xx{width:100%; height: auto; overflow: hidden; padding: 10px;}
.index_news_xx dl{width:100%; height: auto; overflow: hidden; text-align: center;}
.index_news_xx dl dt{float: left;  margin-right: 20px}
.index_news_xx dl dt span{font-size: 22px; color: #000000; font-weight: bold;}
.index_news_xx dl dt p{font-size: 16px; color: #000000}
.index_news_xx dl dd{width:230px; height: auto; float: left}
.index_news_xx dl dd h4{width:100%; height: 30px; line-height: 30px; font-size: 18px; color: #000000; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_news_xx dl dd hr{width:28px; height: 2px; background: #000000; display: block; margin-top: 10px;}
.index_news_xx h5{width:100%; height:48px; line-height: 24px; font-size: 14px; color: #595656;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; margin-top: 8px;}
.index_news_top li:hover .index_news_hover{width:100%; height: 100%; background: rgba(18,110,182,0.7) url(../images/links.png) no-repeat center}
.index_news_top li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.index_news_bottom{width:100%; height: auto; overflow: hidden; margin-top:20px;}
.index_news_bottom li{width:380px; height: auto; overflow: hidden; float: left; margin-right:30px;  margin-bottom: 20px; padding: 0 10px;}
.index_news_bottom li:nth-child(3n){margin-right: 0}
.index_news_time{width:70px; height: auto; float: left}
.index_news_time span{font-size: 36px; color: #000000; font-weight: bold;}
.index_news_time p{font-size: 16px; color: #000000}
.index_news_info{width:273px; height: auto; float: right}
.index_news_info h3{width:100%; height: 30px; line-height: 30px; font-size: 18px; color: #000000; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_news_info p{width:100%; height: 48px; line-height: 24px; font-size:14px; color: #4d4d4d; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; margin: 5px 0}
.index_news_an{width:100%; height:40px; line-height: 40px; border-top:1px solid #bebebe; padding: 0px 10px; margin-top: 8px;}
.index_news_an span{font-size: 14px; color: #000000; float: left}
.index_news_an i{width:30px; height: 100%; float: right; background: url(../images/b_hjts.png) no-repeat center}
.index_news_bottom li:hover .index_news_an{background: #126eb6}
.index_news_bottom li:hover .index_news_an span{color:#fff}
.index_news_bottom li:hover .index_news_an i{background: url(../images/bb_hjts.png) no-repeat center}
.index_news_bottom li:hover .index_news_time span{color:#126eb6}




/*底部*/
.index_contact{width:100%; height:454px; overflow: hidden;   position: relative; background:url(../images/contact_bjs.jpg) no-repeat center; padding-top:50px;}
.index_title{width:100%; height: auto; text-align: center}
.index_title h3{font-size: 42px; color: #fff; font-weight: bold; text-transform: uppercase}
.index_title h3 i{font-style: normal; font-size: 70px; color: #fff;}
.index_title span{font-size: 32px; color: #fff}
.index_contact_xx{width:840px; height: 200px; display: block; margin: 54px auto 0; padding: 34px 20px 0 80px; background: #fff}
.index_contact_xx img{width:130px; height: 130px; float: left; margin-right:30px;}
.contact_xx_info{float: left; width:400px;}
.contact_xx_info p{font-size: 14px; color: #4c4c4c; line-height: 26px;}



/*弹出视频*/
.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;}






/*底部*/
.copy{clear:both;width:100%;height:66px; line-height:66px;  position: relative; background: #0869b4; }
.copy_l{float:left; font-size:14px; color:#ffffff; height: 100%;  }
.copy_l a{color:#ffffff}
.copy_l a:hover{color:#0d357f!important}
.footer_zhichi{width:auto; height:100%; float: right }
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#ffffff; height: 100%}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:20px; margin-right: 10px}
.footer_zhichi .js{width:121px;height: 28px; background: url(../images/wl.png) no-repeat; margin-top:20px; background-size:100% auto!important}
.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: 16px; color: #ffffff;}
.footer_zhichi i{ float: left;}
.footer_links{width:100%; height: auto; overflow: hidden; background: #005394; padding: 10px 0; line-height: 40px;}
.footer_links p{font-size: 20px; color: #fff; float: left}
.footer_links_s{width: 1110px; height: auto; float: right}
.footer_links_s a{font-size: 14px; color: #fff; padding: 0px 10px; position: relative; float: left; line-height: 30px; margin-top: 8px;}
.footer_links_s a:after{content: "|"; position: absolute; color:#fff; top:0; right:0; height: 100% }



/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:200px;
    width: 77px;
    z-index: 999;
}

.leftlx {
    float: left;
    height: 47px;
    width: 80px;
}

.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 100%;
    padding-top:14px;
    width: 300px;
}
.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: 12px;
    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: 30px;
    margin: 0 auto 8px;
    text-align: center;
    width: 50px;
}
.lxfx li i.icon-tel {
     background:url(../images/dh_i.png) no-repeat center
}
.lxfx li i.icon-ly {
   background:url(../images/ly_i.png) no-repeat center
}
.lxfx li i.icon-wx {
   background:url(../images/wx_i.png) no-repeat center
}
.lxfx li i.icon-cp {
   background:url(../images/cp_i.png) no-repeat center
}
.lxfx li i.icon-top {
    background-position: -30px -49px; height:32px;
}

.lxfx li p {
    line-height: 12px;
    text-align: center; font-size:14px;
}
.lxfx li {
    background:#126eb6;
    height: 80px;
    margin-bottom:5px;
    margin-left: 0;
    position: relative;
    width: 80px; float:left;
}

.mtop{height:40px!important;}







/*内页*/
.ny_banner{ width:100%;  position:relative;  height:320px;clear: left; }
.about_ban{background: url(../images/about_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}
.product_ban2{background: url(../images/product_ban2.jpg) no-repeat center}
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat center}
.join_ban{background: url(../images/join_ban.jpg) no-repeat center}
.case_ban{background: url(../images/case_ban.jpg) no-repeat center}
.service_ban{background: url(../images/service_ban.jpg) no-repeat center}
.ny_baninfo{width:1200px; position: absolute; top:175px; left:50%; margin-left: -600px; }
.ny_baninfo h3{font-size: 32px; color: #fff; line-height: 40px; margin-top: 40px; font-weight: bold;}
.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: #126eb6; 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: 36px; font-family: "Arial"; font-weight: normal;}
.ny_baninfo .ny_fubiao p a:hover{color:#126eb6}
.shine{height:50px;line-height:50px;font-weight:bold;display:block;position:absolute;left:0;top:0%; color: #fff;}
.ny_baninfo_2{width:1200px; position: absolute; top:175px; left:50%; margin-left: -600px; }
.ny_baninfo_2 h3{font-size: 32px; color: #333; line-height: 40px; margin-top: 40px; font-weight: bold;}
.ny_baninfo_2 .ny_fubiao{width:100%; height: auto; overflow: hidden; margin-top: 28px;}
.ny_baninfo_2 .ny_fubiao hr{width:55px; height: 1px; float: left; background: #126eb6; margin-top: 10px; margin-right: 8px;}
.ny_baninfo_2 .ny_fubiao *{ color: #333;}
.ny_baninfo_2 .ny_fubiao p{float: left; font-size: 14px; color: #666;}
.ny_baninfo_2 .ny_fubiao p a{font-size: 14px; color: #666}
.ny_baninfo_2 h4{    font-size: 36px; font-family: "Arial"; font-weight: normal;}
.ny_baninfo_2 .ny_fubiao p a:hover{color:#126eb6}
.ny_baninfo_2 .shine{height:50px;line-height:50px;font-weight:bold;display:block;position:absolute;left:0;top:0%; color: #333;}




/*内部二级导航*/
.ny_nav{width:1300px; height:54px; margin: 0 auto; margin-top: 40px;}
.ny_nav ul{width:auto; overflow: hidden; display: table; margin: 0 auto;}
.ny_nav ul li{ height:54px; line-height:54px; float:left; text-align:center;position:relative; background: #eee; margin-right: 2px; position: relative; text-align: center;}
.ny_nav ul li a{display:block; color:#fff; font-size: 15px; color: #333;padding: 0 50px; text-align: center;}
.ny_nav ul li:hover,.ny_nav ul li.active{ background: #126eb6}
.ny_nav ul li:hover a,.ny_nav ul li.active a{ color: #fff;}
.ny_nav ul li.active::after{ content: "";position: absolute; height: 2px; width: 100%; background: #095088; bottom: 0; left: 0;}
.ny_pro_bt{width:100%; height:auto; overflow:hidden}
.ny_pro_bt ul{width:1200px; height: auto; overflow: hidden;  margin: 60px auto 0;}
.ny_pro_bt ul li{width:auto; float: left; background: url(../images/p_xx.png) no-repeat left center; padding-left: 50px; margin-right: 30px; line-height: 40px; 
    margin-bottom: 10px;}
.ny_pro_bt ul li a{font-size: 18px; color: #060507;}
.ny_pro_bt ul li:hover a{color:#126eb6}
.ny_pro_bt ul li:hover{background: url(../images/p_hx.png) no-repeat left center}
.ny_pro_bt ul li.active{background: url(../images/p_hx.png) no-repeat left center}
.ny_pro_bt ul li.active a{color:#126eb6}




/*销售服务*/
.ny_service_all{width:100%; height: auto; overflow: hidden; margin: 30px 0; font-size:15px; color:#666; line-height:30px;}
.ny_service_all p{ color: #666 ;}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 40px 0}


/* 内页通用产品推荐 */
.inside_pro{margin-top: 20px; margin-bottom:40px;}
.inside_pro h3{  height: 54px; line-height: 54px;  position: relative; margin-bottom: 20px; font-weight: bold; color: #333;  font-size: 24px; font-weight: normal;}
.inside_pro h3::after{ content: ""; position: absolute;  height: 8px;  width: 86px; bottom: 0; left: 0; background: url(../images/fengen_10.png) no-repeat center; }
.inside_pro h3 span{ font-size:18px; margin-left: 10px; font-weight: bold; color: #dedede;}
.inex_news_main{ overflow: hidden;}
.inex_news_main li{ width: 590px;  background: #f8f8f8; padding: 20px; float: left; margin-bottom: 20px; overflow: hidden;}
.inex_news_main li:nth-child(2n){ float:right;}
.inex_news_main li .pic{ float: left; height: 133px; width: 187px; overflow: hidden; margin-right: 20px;}
.inex_news_main li .pic img{ width: 100%; transition: all .4s;}
.inex_news_main li:hover .pic img{transform: scale(1.08); transition: all .4s;}
.inex_news_main li p a{ font-size: 16px; line-height: 32px;     overflow: hidden; display: block;
    white-space: nowrap;
    text-overflow: ellipsis;}
.inex_news_main li p a:hover{ color: #126eb6}
.inex_news_main li span{ font-size: 14px; color: #999; display: block; line-height: 32px;}
.inex_news_main li i{font-style: normal; font-size: 14px; line-height: 30px; text-align: justify; color: #666; display: block;}

.inside_title_1{ overflow: hidden; text-align:center; margin-bottom: 30px;}
.inside_title_1 p{ font-size: 32px; font-weight:normal;color: #333; line-height: 1.8;}
.inside_title_1 p span{ color: #126eb6}
.inside_title_1 em{ display: block; text-align: center; font-size: 15px; color: #666;}
.inside_pro_main{ padding-top: 20px; overflow: hidden;}
.inside_pro_main .index_pro .index_pro_col{ display: table; height: 42px; margin: 0 auto; padding: 0px 0 25px 0;}
.inside_pro_main .index_pro .index_pro_col li{ height: 42px; float: left; width:220px; text-align: center; background: #eee; margin:0 5px; line-height: 42px; padding-left: 0;}
.inside_pro_main .index_pro .index_pro_col li a{ display: block; font-size: 16px; color: #333;}
.inside_pro_main .index_pro .index_pro_col li.proOn{ background: #126eb6}
.inside_pro_main .index_pro .index_pro_col li.proOn a{ color: #fff;}
.inside_pro_main .index_pro .index_pro_list{ overflow: hidden;}
.inside_pro_main .picScroll-fwfw{ position: relative;}
.inside_pro_main .picScroll-fwfw .bd{ overflow: hidden;}
.inside_pro_main .picScroll-fwfw .bd li{ width: 386px; margin-right: 20px; background: #f6f6f6; float: left;}
.inside_pro_main .picScroll-fwfw .bd li:last-child{ margin-right: 0;}
.inside_pro_main .picScroll-fwfw .bd li .pic{ width: 386px; height: auto; overflow: hidden; position: relative;}
.inside_pro_main .picScroll-fwfw .bd li .pic img.pro_pic{ width: 100%;}
.inside_pro_main .picScroll-fwfw .bd li .pic .more_img{height: 100%; width: 386px; position: absolute; bottom: -100%; background: rgba(18,110,182,0.7); text-align: center; transition: all 0.3s;}
.inside_pro_main .picScroll-fwfw .bd li .pic .more_img img{ margin-top:120px;}
.inside_pro_main .picScroll-fwfw .bd li .pic .more_img p{ text-align: center; font-size: 16px; line-height: 2; color: #fff;}
.inside_pro_main .picScroll-fwfw .bd li :hover .pic .more_img{ bottom: 0; transition: all 0.3s;}
.inside_pro_main .picScroll-fwfw .bd li .title{ height: 96px; background: #f6f6f6; padding: 22px 30px; position: relative; transition: all 0.3s;}
.inside_pro_main .picScroll-fwfw .bd li .title p{ font-size: 18px; color: #333; line-height:30px; font-weight: bold; width:100%; height:30px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.inside_pro_main .picScroll-fwfw .bd li .title span{ font-size: 14px; color: #999; line-height:26px; text-transform: uppercase; width:100%; height:26px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.inside_pro_main .picScroll-fwfw .bd li .title::after{ content: ""; position: absolute; display: block; height: 42px; width: 42px; background: url(../images/qy_5.png)no-repeat center; right: 30px; top: 26px; transition: all 0.3s;}
.inside_pro_main .picScroll-fwfw .bd li:hover .title{ background: #333}
.inside_pro_main .picScroll-fwfw .bd li:hover .title *{ color: #fff;}
.inside_pro_main .picScroll-fwfw .bd li:hover .title::after{ background: url(../images/qy_6.png)no-repeat center;}
.inside_pro_main .picScroll-fwfw .hd{ }
.inside_pro_main .picScroll-fwfw .hd a{ display: block; position: absolute; height: 70px; width: 34px; top: 120px; cursor: pointer;}
.inside_pro_main .picScroll-fwfw .hd .prev{ background: rgba(0,0,0,0.3) url(../images/qy_2.png) no-repeat center; left: 0;}
.inside_pro_main .picScroll-fwfw .hd .next{ background: rgba(0,0,0,0.3) url(../images/qy_3.png) no-repeat center; right: 0;}
.inside_pro_main .picScroll-fwfw:hover .hd .prev{ background: rgba(0,0,0,0.7) url(../images/qy_2.png) no-repeat center; left: 0;}
.inside_pro_main .picScroll-fwfw:hover .hd .next{ background: rgba(0,0,0,0.7) url(../images/qy_3.png) no-repeat center; right: 0;}
.inside_title_1{ overflow: hidden; text-align:center; margin-bottom: 30px;}
.inside_title_1 p{ font-size: 32px; font-weight:normal;color: #333; line-height: 1.8;}
.inside_title_1 p span{ color: #126eb6}
.inside_title_1 em{ display: block; text-align: center; font-size: 15px; color: #666;}




/*荣誉资质*/
.ny_honor_all{width:100%; height: auto; overflow: hidden; margin: 40px 0}
.ny_honor_all ul{width:100%; height: auto; overflow: hidden;}
.ny_honor_all ul li{width:285px; height: auto; float: left; margin-right:20px; margin-bottom:25px;}
.ny_honor_all ul li .honor_pic{width:100%;  height: auto; overflow: hidden; border:1px solid #ddd;}
.ny_honor_all ul li .honor_pic img{width:100%; height: auto; overflow: hidden; display:block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_honor_all ul li p{width:100%; height:35px; line-height: 35px;  font-size:1rem; color: #333; text-align: center;
    text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.ny_honor_all ul li:nth-child(4n){margin-right: 0px;}
.ny_honor_all 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_all{width:100%; height: auto; overflow: hidden; margin-top: 36px; margin-bottom:80px;}
.ny_left{width:24.5%; height: auto; float: left; overflow: hidden;}
.ny_left_title{width:100%; height: 90px; background: #126eb6; 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:#126eb6; font-size: 14px; background: url(../images/r_jt.png) no-repeat 200px center; font-weight: bold;}
.ny_left_nav ul li.active a{color:#126eb6}
.ny_left_nav ul li:hover a.inactive{color:#126eb6}
.ny_left_nav ul li ul li:hover a{color:#126eb6}
.ny_left_nav ul li .inactives{color:#126eb6}
.ny_left_nav ul li ul li:hover a{color:#126eb6}
.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:73.5%; 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; }
.ny_right_title h3 span{ font-size: 15px; color: #666; float: right; font-weight: normal;}
.ny_about_info{width:100%; height: auto; overflow: hidden; font-size: 14px; color: #666666; line-height: 30px; margin-top:35px; }
.ny_about_info img{max-width: 100%;}


/*产品侧边导航*/
.accordion { width: 100%; height:auto; overflow:hidden}
.accordion li.open .link {color: #126eb6;}
.accordion .link i{width:7px; height:7px; background:url(../images/dian.png) no-repeat center; float:left; margin-top:22px; margin-right:10px;}
.ny_left_nav ul li.open{background:#fff}
.accordion .link {
    cursor: pointer;
    display: block;
    height:50px; line-height:50px;
    font-size: 16px; color: #333333;
    position: relative;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background: url(../images/off.png) no-repeat 207px center;
}
.open .link{background: url(../images/on.png) no-repeat 207px center;}
.accordion li{padding-left:10px;}
.accordion li:hover{background:#fff;}
.accordion .link i{width:7px; height:7px; background:url(../images/dian.png) no-repeat center; float:left; margin-top:22px; margin-right:10px;}
.ny_left_nav ul li.open{background:#fff}
.accordion .link {
    cursor: pointer;
    display: block;
    height:50px; line-height:50px;
    font-size: 16px; color: #333333;
    position: relative;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background: url(../images/off.png) no-repeat 207px center;
}

.ny_left_nav .accordion p{ height: 54px; line-height: 54px; position: relative;}
.ny_left_nav .accordion p::before{ content: ""; position: absolute; height: 5px; width: 5px; background: #126eb6; left: 10px; top: 25px;}
.ny_left_nav .accordion p a{ display: block; font-size: 15px; text-indent: 17px;}
.ny_left_nav .accordion p:hover,.ny_left_nav .accordion p.active{background: #fff;}
.ny_left_nav .accordion p:hover a{ color: #333;}



/*产品中心*/
.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: auto; margin-bottom: 20px; margin-right:2%}
.ny_product ul li .products_pic{height:auto; display: block;overflow: hidden;width:100%; border:1px solid #ddd}
.ny_product ul li .products_pic img{width:100%;transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.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 li p{ height:35px; line-height: 35px; text-align: center;  font-size: 16px; color: #666}
.ny_product ul li:nth-child(3n){ margin-right:0}
.ny_product ul li p{width:100%; height: 48px; line-height: 48px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: center; background: #f0f0f1;}
.ny_product ul li:hover p{background: #126eb6; color: #fff;}


/*产品*/
.ny_product_show{margin-bottom:50px;}
.ny_proshow_top{width:100%; height:auto; overflow:hidden; margin-bottom:30px; margin-top:20px;}
.ny_proshow_xx{margin-left:536px; height:100%; overflow:hidden; padding-top: 20px;}
.ny_proshow_bottom{width:100%; height:auto; overflow:hidden; border: 1px solid #eee;}
.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:15px; color:#666; line-height:30px; min-height: 200px;}
.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;}
.ny_proshow_xx em{font-size: 14px; color: #8a8a8a; font-style: normal;}
.ny_proshow_xx .pro_text{padding: 15px; background: #f5f5f5; line-height: 24px; color: #666; text-align: justify; font-size: 14px; margin-top: 10px;}
.slideTxtBox4 .hd ul{height: 54px; line-height: 54px; background: #f7f7f7; border-bottom: 1px solid #eee; margin-bottom: 20px;}
.slideTxtBox4 .hd ul li{ height: 54px; line-height: 54px; width: 220px;  text-indent: 36px; font-weight: bold; color: #333; font-size: 18px; position: relative; float: left;}
.slideTxtBox4 .hd ul li::before{ height: 6px; width: 6px; background: #126eb6; position: absolute; left: 20px; top:24px; display: block; content: "";}
.bd_xx{ padding: 0 20px; line-height: 1.8; font-size: 14px; color: #454545;}
.slideTxtBox4 .hd ul span{ float: right; font-size: 14px; font-weight: normal; color: #666; text-transform: uppercase; display: block; padding-right: 15px;}
.bd_xx em { display: block; overflow: hidden; margin-bottom: 16px; line-height: 28px;}
.bd_xx em span{ font-weight: bold; color: #126eb6;}
.slideTxtBox4 .hd ul form{width: 100%; overflow: hidden; }
.slideTxtBox4 .bd form input[type="text"]{ height: 48px; line-height: 48px; border: 1px solid #dedede; float: left; width: 49.2%; margin-bottom: 10px; text-indent: 10px;}
.slideTxtBox4 .bd form input[type="text"]:nth-child(2n){ float: right;}
.slideTxtBox4 .bd form textarea{ height: 100px; border: 1px solid #dedede; margin-bottom: 10px; line-height: 30px; text-indent: 10px; width: 100%;}
.slideTxtBox4 .bd form input[type="submit"]{ height: 48px; width: 200px;border-radius: 24px; background: #126eb6; color: #fff; font-size: 16px; margin: 0 auto; margin-bottom: 20px; border: none; display: table;}
.pro_inside_img{ padding:10px 40px ; background: #fff; width: 100%; overflow: hidden;  margin: 20px 0;}
.inside_img{ width: 100%; position: relative; height: auto; overflow: hidden;}
.inside_img img{ width: 100%;}
.chanpin_jj{ position: absolute; height: 64px; background: rgba(0,0,0,0.6); width: 100%; bottom: 0; left: 0; padding: 0 20px;}
.chanpin_jj p{ line-height: 64px; font-size: 22px; color: #fff; font-weight: bold; float: left;}
.chanpin_jj p span{font-size: 14px; color: #fff; line-height: 64px; padding-left: 10px; font-weight: normal;}
.chanpin_jj .tel{ line-height: 64px; color: #fff; float: right; padding-left: 36px; background: url(../images/sf_17.png) no-repeat 10px center; font-size: 15px;}
.chanpin_jj .tel em{ font-size: 28px; font-family: "Impact"; color: #fff;}



/*新闻*/
.ny_news_top{width:100%; height: 300px; overflow: hidden}
.ny_news{width:100%; height: auto; overflow: hidden}
.ny_news ul{margin-bottom:20px;}
.ny_news li{height: 112px; overflow: hidden; border: 1px solid #dddddd; padding:16px 15px 0; margin-top: 19px;}
.ny_news li .ny_news_info{width:100%; height: 40px; overflow: hidden}
.ny_news li .ny_news_info h4{width:820px; height: 40px; line-height: 40px; float: left; font-size: 18px; color:#333; font-weight: normal; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_news li .ny_news_info span{font-size: 16px; color: #777777; float: right; line-height:40px;}
.ny_news li p{width:100%; height:32px; font-size: 15px; color: #777777; line-height:32px;}
.ny_news_top .slideBox2{width:100%; height:300px; overflow:hidden; position:relative; }
.ny_news_top .slideBox2 .hd{width:400px; height:25px; position: absolute; left:0; bottom:0}
.ny_news_top .slideBox2 .hd ul{width:auto; float: right}
.ny_news_top .slideBox2 .hd ul li{ float:left; margin-right: 10px; width:15px; height:15px; background:#fff; cursor:pointer; border-radius: 50% }
.ny_news_top .slideBox2 .hd ul li.on{background:none; border: 2px solid #fff; }
.ny_news_top .slideBox2 .bd{width:100%; height: auto; overflow: hidden}
.ny_news_top .slideBox2 .bd li{width:100%; height:300px; }
.news_img{width:446px; height: 300px; float: left}
.news_img img{width:100%; height: 100%; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.news_info{width:700px; height: 300px; float: right}
.news_info h4{width:100%; height: 40px; line-height: 40px; font-size: 24px; color: #126eb6; font-weight: bold; margin: 15px 0; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.news_info span.r_riqi{font-size: 16px; color: #777777;}
.news_info p{width:100%; height:90px; font-size: 16px; color: #777777; line-height: 28px; margin:25px 0}
.r_more{width:152px; height: 42px; background: #fff; color: #126eb6; display: block; text-align: center; line-height: 42px; font-size: 16px; border: 1px solid #126eb6}
.ny_news li:hover{border:1px solid #126eb6}
.keyword_light video{width:500px;height:300px; margin:0px auto; display:block;}
.index_one{width:100%; height: auto; overflow: hidden; margin-bottom: 28px;}
.index_one_right{width:286px; height: auto; float: right}
.index_one_t{width:100%; height: 31px; border-bottom: 1px solid #dddddd}
.index_one_t h3{width:107px; height: 31px; background:url(../images/nav_bjs.png) no-repeat; padding-left: 10px; line-height: 31px; color: #ffffff; font-size: 20px; float: left}
.index_one_t a{font-size: 14px; color: #126eb6; float: right; line-height: 32px;}
.index_one_t a:hover{color:#126eb6;font-weight: bold;}



/*联系我们*/
.ny_contact{width:100%; height: auto; overflow: hidden; margin: 40px 0}
.ny_contact_map{width:100%;  height: 300px; overflow: hidden; margin-top: 20px;}
.ny_conta_xx{width:100%; height: auto; display: block; overflow: hidden; margin-top: 20px;}
.contact_right{width:50%;float: left; font-size: 16px; color: #666666; line-height:32px}
.ny_cont_wx{width:340px; height: auto; float: right}
.ny_cont_wx dl{width:140px; height: 200px; 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%;}


/*图文列表样式*/
.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; }
.search-tit{width:100%; height:auto; text-align:center;}
.search-tit h3{font-size:20px; color:#333; margin-bottom:10px;}
.search-tit h2{font-size:20px; color:#333; margin-bottom:10px;}
.search-tit span{font-size:18px; color:#333}





@media screen and (max-width:1500px){
.w1440{width:1200px;}
.h_logo{font-size:24px;}
}


@media screen and (max-width:1500px){
	.banner .slideBox .hd{left:1%}
	
}

