@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:1440px; margin: 0 auto; }
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}

*:focus{   
	border:none;
}

@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('../font/zzgc.OTF') format('woff');
    font-weight: normal;
    font-style: normal;
}







/* 导航栏 */
.header_nav{height:120px; width:100%; z-index: 9;  z-index:999; padding: 0px 4% 0 12%;  position: absolute; top:0; left:0; background: rgba(0,0,0,0.14)}
.h_logo{width:auto; height:120px; float: left;display: flex; align-items: center; }
.h_logo img{ height: auto; display: block; align-items: center;  float: left; width:60px;   }
.h_logo dl{float: left; margin-left: 10px; line-height: 30px;}
.h_logo dl dt{font-size: 24px; color: #fff;}
.h_logo dl dd{font-size: 12px; color: #fff; font-family: "Arial"; opacity: 0.57; text-transform: uppercase}

.header_yy{float: right; position: relative}
.header_yy p{font-size: 16px; color: #fff; background: url(../images/yy.png) no-repeat left center; line-height: 120px; padding-left: 25px;}
.header_yy_info{width:150px; height: auto; overflow: hidden; position: absolute; top:80px; left:50%; background: #fff; margin-left:-75px; display: none; z-index: 9}
.header_yy_info a{width:100%; height: 40px; line-height: 40px; color: #333; display: block; text-align: center}
.header_yy_info a:hover{background: #333; color:#fff}
.header_yy:hover .header_yy_info{display: block}

.h_search{width:auto; float: right;  padding-left: 30px; background: url(../images/sousuo.png) no-repeat left center; margin: 0px 2%}
.h_search p,.h_sj p{line-height:120px; font-size: 16px; color: #fff;}
.h_souuo{position: absolute; width:100%; height: auto; background: rgba(0,0,0,0.14); left:0; top:120px; display: none; padding: 10px 0}
.h_souuo_text{width:auto; display: table; margin: 0px auto;}
.h_souuo_text input[type="text"]{width:300px;height: 40px; line-height: 40px;  background: #fff; padding: 0px 10px; font-size: 16px; color: #666; float: left; border: 0}
.h_souuo_text .h_tijiao{width:100px; height: 41px; color:#fff; background: #f30606; float: left; border: 0; font-size: 16px;}

.h_sj{float:right; position:relative; font-size: 16px;line-height: 120px; color: #fff; background: url(../images/sj.png) no-repeat left center; padding-left:20px;}
.h_sj img{width:100px; height: auto; position: absolute; top:100px; left:0; display: none;}
.h_sj:hover img{display: block}


.nav{width:51%; height:100%;float: right; margin-right:2% }
.nav .nLi{position:relative;float:left;display:inline;height:120px; line-height:120px;  width:14.2%; 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:#fff; 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:100px;left:50%; z-index:999;display:none;padding:0;width:200px;background:#fff;line-height:26px; margin-left: -100px;} 
.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{color:#f30606; }
.nav .nLi:hover h3 p{color:#f30606;}
.sub li:hover a{color:#f30606;}





/* 首页:banner */
.banner{ width:100%; height:920px; position: relative; overflow: hidden; }
.banner .slideBox{position:relative;overflow:hidden;width:100%;height:100%}
.banner .slideBox .hd{z-index:1;overflow:hidden;height:14px; position: absolute; bottom:40px; left:0; width: 100%}
.banner .slideBox .hd ul{overflow:hidden;zoom:1; display: table; width:auto; margin: 0px auto;}
.banner .slideBox .hd ul li{float:left; margin: 0px 10px; width:14px;height:14px; border:2px solid #fff; cursor:pointer; border-radius:10px;}
.banner .slideBox .hd ul li.on{background:#fff}
.banner .slideBox .bd{position:relative;z-index:0;width:100%;height:920px; 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_fenlei{width:100%; height: 155px; position: relative}
.index_fenlei:after{content: ""; width: 50%; height: 155px; position: absolute; top:0; right:0; background: #333333}
.index_fenlei ul{width:50%; height: 155px; float: left;  padding: 37px 0;}
.index_fenlei ul li{width:25%; height: auto; text-align: center; float: left; border-left:1px solid #fe0006; transition: .4s all ease-in-out}
.index_fenlei ul li p{width:100%; height: 30px; line-height: 30px; text-align: center; font-size: 18px; color: #333333;}

.index_fenlei_right{width:34%; height: 155px; float: left; background: #333333; padding-left: 76px; padding-top: 8px; position: relative; z-index: 9}
.index_fenlei_right h4{font-size: 60px; color: #fefefe; font-weight: bold; opacity: 0.2;}
.index_fenlei_right p{font-size:32px; color: #fff;}
.index_fenlei ul li:hover{ margin-top: -10px;}






/*关于我们*/
.index_about{width:100%; height:676px; position: relative; z-index: 9; background: url(../images/about_bjs.jpg) no-repeat center}
.index_about_right{width:48%; height: auto; float: right; padding-top: 100px;}
.index_about_right h4{font-size: 22px; color: #fe0006; margin-bottom: 20px;}
.index_about_right h3{font-size: 24px; color: #fe0006; font-weight: bold; margin-bottom: 60px;}
.ab_info{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #666666; line-height: 32px; display: block}
.in_num{width:100%; height: auto; overflow: hidden; margin-top: 78px;}
.in_num li{width:auto; float: left; text-align: center; margin-right: 11%;}
.in_num li span{font-size: 60px; color: #fe0006}
.in_num li p{font-size: 16px; color: #999999;}
.in_num li:last-child{margin-right: 0}
.ab_more{background: url(../images/more_bjs.png) no-repeat bottom center; text-align: center; font-size: 16px; color: #fe0006; display: block; float: right; 
	margin-top:40px; width: 85px; line-height:40px;}








/*产品中心*/
.index_product{width:100%; height: 780px; overflow: hidden;  position: relative;  padding-top: 140px; background: url(../images/product_ban.jpg) no-repeat center; background-attachment: fixed; background-size:cover;}
.index_product_left{width:29%; height: auto; float: left}
.index_product_left h4{font-size:48px; color: #e90908; font-weight: bold;}
.index_product_left h3{font-size:40px; color: #ffffff; }
.index_product_left h5{font-size:22px; color: #ffffff; font-weight: bold; margin: 55px 0}
.index_product_left p{font-size: 16px; color: #fff; line-height: 30px;}
.index_product_left a{width:85px; height:40px; line-height: 40px; color:#fff; font-size: 16px; background: url(../images/more_bjs.png) no-repeat center bottom; display: block; text-align: center; margin-top: 103px;}
.index_product_right{width:964px; height: auto; float: right; margin-top: 33px;}
.slideGroup{ width:100%;  }
.slideGroup .parHd{ height:50px;  width:100%   }
.slideGroup .parHd ul{width:auto; height: auto; overflow: hidden; float: right; margin-right: 13px;}
.slideGroup .parHd ul li{ float:left; width:138px;  height: 50px; background: #fff; text-align: center; line-height: 50px; margin-left: 20px; margin-bottom:8px;  }
.slideGroup .parHd ul li a{font-size: 12px; color: #666666; display: block; width:100%; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.slideGroup .parHd ul li.on a{color:#e90a08}
.slideGroup .parHd ul li:hover a{color:#e90a08}
.slideGroup .slideBox{ overflow:hidden; zoom:1;  position:relative;   }
.slideGroup .sNext{ position:absolute; right:5px; top:50%; margin-top: -21px; display:block; width:42px; height:42px; background: url(../images/pro_right.png) no-repeat center}
.parBd{margin-top: 80px; width: 1034px; }
.slideGroup .parBd ul{ overflow:hidden; zoom:1;   }
.slideGroup .parBd ul li{ margin:0 10px; float:left; _display:inline; overflow:hidden; width:300px; }
.slideGroup .parBd ul li .pic{width:100%; height: auto; display: block}
.slideGroup .parBd ul li .pic img{width:100%; height: auto; display: block}
.in_product_info{width:100%; height: 24px; line-height: 24px;  display: block; margin-top: 10px;}
.in_product_info h3{width:70%; height: 100%; float: left;  font-size: 16px; color: #ffffff; border-left:2px solid #fff; padding-left:8px;}
.in_product_info img{float: right; margin-right: 10px;}

.index_pr_xs{width:100%; height: auto; display: block; margin-top:36px; clear:both}
.index_pr_xs img{width:100%; height: auto; display: block}





/*客户*/
.index_case{width:100%; height: 840px; overflow: hidden; background: url(../images/hezuo_bjs.jpg) no-repeat center; padding-top: 117px;}
.index_case_left{width:670px; height: auto; float: left}
.index_case_left h4{font-size: 48px; color: #e90908; font-weight: bold; line-height: 36px; margin-bottom:20px;}
.index_case_left h3{font-size:40px; color: #333333; line-height: 36px;  }
.index_case_left p{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #666666; line-height: 36px; margin: 30px 0 40px;}
.index_case_left ul{width:100%; height: auto; overflow: hidden}
.index_case_left ul li{width:200px; height: 90px; float: left; margin-bottom: 32px; margin-right: 32px;}
.index_case_left ul li:nth-child(3n){margin-right: 0}
.index_case_left ul li img{width:100%; height: auto; display: block;     -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
 }
.index_case_left ul li:hover img{ -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0 );
    filter: gray;}





/*为什么*/
.index_why{width:100%; height: 900px; overflow: hidden; background: url(../images/why_bjs.jpg) no-repeat center; padding-top: 90px; background-attachment: fixed; background-size:cover;}
.index_why_title{width:100%; height: auto; overflow: hidden; text-align: center; margin-bottom: 35px;}
.index_why_title h4{font-size: 48px; color: #e90a08; font-weight: bold;}
.index_why_title h3{font-size: 40px; color: #ffffff; line-height: 36px; margin: 8px auto 15px;}
.index_why_title p{font-size: 16px; color: #ffffff; line-height: 32px; }
.index_why ul{width:460px; height: auto; float: left}
.index_why ul li{width:100%; height: auto; overflow: hidden; margin-bottom: 102px;}
.index_why_top{width:100%; height: 55px; border-bottom: 1px solid rgba(255,255,255,0.2); line-height: 40px;}
.index_why_top img{float: left;}
.index_why_top h4{font-size: 18px; height: 100%; color: #ffffff; font-weight: bold; float: left; margin-left:20px; max-width: 64%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap}
.index_why_top span{font-size: 26px; color: #fff; opacity: 0.2; font-weight: bold; float: right}
.index_why ul li p{width:100%; height: auto; overflow: hidden; line-height: 32px; font-size: 16px; color: #fff; margin-top:12px; }
.index_why_img{width:408px; height: auto; float: left;  margin:24px 56px 0; animation:circleRoate 8s infinite linear ; }
.index_why_img img{width:100%; height:auto; display:block;}



@keyframes circleRoate{  
	 from{transform: rotate(0deg);}  
	to{transform: rotate(360deg);}  
 } 





/*新闻*/
.index_news{width:100%; height:781px;  overflow: hidden; background: url(../images/news_bjs.jpg) no-repeat center; padding-top: 90px;}
.index_news_title{width:100%; height: auto; overflow: hidden}
.index_news_title h3{font-size: 40px; color: #333333; float: left}
.index_news_title h3 span{color:#e90908; font-size: 50px; text-transform: uppercase}
.index_news_title  a{float: right; font-size: 16px; color: #fe0006; background: url(../images/more_bjs.png) no-repeat center; text-align: center; width:85px; height:45px; margin-top:38px;}
.index_news .picScroll-left{ overflow:hidden; position:relative; margin-top: 46px;}
.index_news .picScroll-left .bd{width:100%; height: auto; overflow: hidden}
.index_news .picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.index_news .picScroll-left .bd ul li{ margin:0 12px; float:left; _display:inline; overflow:hidden;  width: 455px; }
.index_news .in_news_pic{width:100%; height: auto; display: block; margin-bottom: 10px; overflow: hidden}
.index_news .in_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 .picScroll-left .bd ul li h3{width:100%; height: 40px; line-height: 40px; font-size: 18px; color: #333333;  text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.index_news .picScroll-left .bd ul li p{width:100%; height:48px;  font-size: 14px; color: #666666; line-height: 24px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}
.index_news .picScroll-left .bd ul li dl{width:100%; height: 40px; line-height: 40px; overflow: hidden; border-top:1px solid #dddddd; margin-top:15px; }
.index_news .picScroll-left .bd ul li dl dt{font-size: 14px; color: #999999; float: left}
.index_news .picScroll-left .bd ul li dl dd{float: right; font-size: 14px; color: #e90a08}

.index_news .picScroll-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_news .picScroll-left .bd ul li:hover h3{color:#e90908}



/*底部*/
.footer{width:100%; height:524px; overflow: hidden;   position: relative; padding:56px 0 58px; background:url(../images/footer_bjs.jpg) no-repeat center; 
	background-size: cover;}
.footer_left{width:472px; height: auto; float: left}
.footer_left dl{width:100%; height: auto; overflow: hidden}
.footer_left dl dt{width:60px; height: auto; float: left}
.footer_left dl dd{float: left; margin-left: 10px;}
.footer_left dl dd h3{font-size: 26px; color: #ffffff;  font-weight: bold; line-height: 30px;}
.footer_left dl dd p{font-size: 14px; color: #ffffff; font-family: "Arial"; line-height: 30px;}
.footer_left_xx{width:100%; height: auto;  margin-top: 8px; overflow: hidden}
.footer_left_xx p{font-size: 14px; color: #fff; line-height:30px; padding-left: 20px; margin:2px 0;}
.f1{background: url(../images/f1.png) no-repeat left center;}
.f2{background: url(../images/f2.png) no-repeat left center;}
.f3{background: url(../images/f3.png) no-repeat left center;}
.f4{background: url(../images/f4.png) no-repeat left center;}
.f_ma{width:100%; height: auto; margin-top: 20px; }
.f_ma p{width:30px; height: 120px; background: #e90a08; font-size: 14px; color: #fff; line-height: 30px; text-align: center; writing-mode:tb-rl; writing-mode:vertical-rl; float: left; margin-right: 5px;}
.f_ma .f_ma_img{width:120px; height: auto; float: left}
.f_ma_pic{width:36px; height: auto; float: left; margin-left: 10px;}
.f_ma_pic a{display: block; margin-top: 10px}
.footer_right{width:848px; height: auto; float: right; position: relative; margin-right: 58px;}
.footer_right li{width:auto; float: left; margin-right: 50px}
.footer_right li h3{font-size: 18px; color: #fff; margin-bottom:16px; line-height: 40px;}
.footer_right li a{width:100%; height:36px; line-height: 36px; font-size: 14px; color: #fff; display: block}
.footer_right li a:hover{color:#e90908}
.footer_right li:last-child{margin-right: 0}
.footer_right:after{content: ""; width: 100%; height: 1px; background: #fff; top:48px; left:0; position: absolute; z-index: 9}
.copy{clear:both;width:100%;height:56px; line-height:56px;  position: relative; border-top:1px solid rgba(255,255,255,0.5); position: absolute; bottom:0; left:0}
.copy_l{float:left; font-size:16px; color:#fff; height: 100%; }
.copy_l a{color:#fff}
.copy_l a:hover{color:#e90908!important}
.footer_zhichi{width:auto; height:100%; float: right }
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#999999; height: 100%}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:16px; margin-right: 10px}
.footer_zhichi .js{width:121px;height: 28px; background: url(../images/wl.png) no-repeat; margin-top:16px;  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: #fff;}
.footer_zhichi i{ float: left;}




/*客服*/
.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:#e90908;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; float:left;
}









/*内页banner*/
.ny_banner{width:100%; height:340px; text-align: center; color: #ffffff; padding-top: 115px;}
.about_ban .container{ padding-top:90px; }
.ny_banner h3{ font-size: 36px;  font-weight: bold; line-height: 45px; margin-bottom: 25px;}
.ny_banner p{font-size: 16px; line-height: 28px;}
.ny_banner span{width:60px; height: 1px; border-top: 1px solid #fff; display: block; overflow: hidden; margin: 0px auto; margin-top: 25px;}
.ny_title{width:100%; height: 60px; line-height: 60px; border-bottom: 1px solid #eeeeee; }
.ny_title h3{ font-size: 24px; color: #313131; font-weight: bold; float: left;}
.ny_title h3 span{ font-size: 24px; color: #959595; font-family: "Impact"; margin-left: 5px; font-weight: normal; }
.ny_title_right{float: right; font-size:14px; color: #313131;padding-left: 18px;}
.ny_title_right span{color: #333;}
.ny_title_right a{color:#333}
.ny_service{font-size:16px; color:#666; line-height:26px; margin-top:40px; margin-bottom:60px; overflow:hidden}
.about_ban{background: url(../images/about_ban.jpg) no-repeat ; }
.hzhb_ban{background: url(../images/hzhb_ban.jpg) no-repeat ; }
.service_ban{background: url(../images/service_ban.jpg) no-repeat ; }
.news_ban{background: url(../images/news_ban.jpg) no-repeat ; }
.product_ban{background: url(../images/product_ban.jpg) no-repeat ; }
.case_ban{background: url(../images/case_ban.jpg) no-repeat ;  }
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat ; }
.qyzs_ban{background: url(../images/qyzs_ban.jpg) no-repeat ; }
.rlzy_ban{background: url(../images/rlzy_ban.jpg) no-repeat ; }
.ny_about{margin-bottom:100px; overflow:hidden}




/*副标题˜*/
.ny_fubiaoti{width:100%; height: auto; margin-top: 50px; text-align: center; display: table}
.ny_fubiaoti ul{width:auto; margin: 0px auto; display: table}
.ny_fubiaoti ul li{width:169px; height: 56px; background: #eeeeee; text-align: center; line-height: 56px; font-size: 16px; color: #535353; float: left; margin-right: 2px;}
.ny_fubiaoti ul li:last-child{margin-right: 0px;}
.ny_fubiaoti ul li:hover{background: #e90908;}
.ny_fubiaoti ul li:hover a,.ny_fubiaoti ul li.active a{ color: #fff}
.ny_fubiaoti ul li.active{background: #e90908;}
.ny_fubiaoti ul li a{ display:block; font-size: 14px; color:#333; width:100%; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}





/*荣誉资质*/
.ny_honor_li{height: auto; display: block; overflow: hidden; margin-top: 36px; margin-bottom:50px; }
.ny_honor_li ul{width:100%; overflow: hidden; height: auto; margin-bottom:30px}
.ny_honor_li li{width:23.5%; height: auto; float: left; position: relative; margin-right:2%; margin-bottom: 25px; border: 1px solid #d2d2d2;}
.ny_honor_li li:nth-child(4n){margin-right: 0px;}
.ny_honor_img{width:100%; height: auto; overflow: hidden; position:relative;}
.ny_honor_img img.honor_pic{width:100%; height: 100%; display:block; transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}
.ny_honor_h{width:100%; height: 100%;  position: absolute; top: 0px; left: 0; z-index: 999; background: rgba(0,0,0,0.5) url(../images/sousuo.png) no-repeat center; text-align: center; display: none; overflow:hidden}
.ny_honor_h h3{width:100%; height:100%;padding:10px; color:#fff; font-size:14px; line-height:190px;}
.ny_honor_h img{width:26px; height: 26px; margin-top:88px;}
.ny_honor_li li:hover .ny_honor_h{ display: block}
.ny_honor_li li:hover .ny_honor_img img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_honor_li li p{width:100%; height:40px; line-height:40px; font-size:16px; color:#333; text-align:center; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}





/*内页产品*/
.ny_pro_1{width:100%; height: auto; overflow: hidden}
.product_ban .container{ padding-top:90px; }
.ny_pro_sear{width:646px; height: 50px; margin: 46px auto 0;}
.ny_pro_sear input[type="text"]{width:593px; height: 50px; float: left; background: #eeeeee; line-height: 50px; padding: 0px 10px; border: 0px}
.ny_pro_sear input[type="submit"]{width:53px; height: 50px; background: url(../images/ss.png) no-repeat; border: 0px;}
.ny_pro_ft{width:100%; height: auto; margin-top: 60px; margin-bottom: 20px; }
.ny_pro_ft h1{font-size: 30px;
    color: #1b1b1b;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;}
.ny_pro_ft p,.ny_pro_fts p{font-size: 14px;
    color: #707070;
    line-height: 30px;
    text-align: center;
    width: 910px;
    margin: 0px auto;}
.ny_pro_list{width:100%; height: auto; overflow:hidden}
.ny_pro_list ul { margin: 35px auto 40px; overflow: hidden; width:100%;}
.ny_pro_list ul li {float: left;width: 23.5%;height:auto;margin-right: 2%;overflow: hidden; position: relative; border: 1px solid #e5e5e5; background: #fff}
.ny_pro_list ul li img{width: 100%; height: auto; display:block; overflow: hidden;    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;}
.ny_pro_list 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_pro_list ul li:hover .ny_case_h{background: #e90908; border-top: 0px}
.ny_pro_list ul li:hover .ny_case_h h3,.ny_case_li .Box_con .conbox ul li:hover .ny_case_h p{color:#fff}
.ny_pro_list ul li:hover i{color: #fff}
.ny_pro_list ul li:hover a{color: #fff}
.ny_pro_list ul li:nth-child(4n) {margin-right: 0;}
.ny_pro_list ul li:hover .ny_honor_h{display: block}
.ny_pro_list ul li .ny_pro_img{width:100%; height:auto; overflow:hidden;}
.ny_pro_img img{width:100%; height:auto; display:block;}
.ny_pro_2,.ny_pro_4{width:100%; height: auto; overflow: hidden; background: #f5f5f5; margin-top: 52px; padding-bottom: 52px;}
.ny_prolist li{margin-bottom:30px;}
.ny_peijian ul{width:100%; height: auto; overflow: hidden}
.ny_peijian ul li{width:282px; height:248px; float: left; margin-right: 24px;}
.ny_peijian ul li:last-child,.ny_peijian ul li:nth-child(4n){margin-right: 0px;}
.ny_peijian ul li div{width:282px; height: 205px; overflow: hidden}
.ny_peijian ul li div img{width:100%; height: 100%;    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;}
.ny_peijian{background:#f5f5f5; padding:0px 0px 50px; overflow:hidden}
.ny_peijian ul li p{ font-size: 16px; color: #434343; height: 40px; line-height: 40px; text-align: center; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.pei_link{width:300px; height: 55px;  border:1px solid #dcdcdc;  color: #1F1F1F; text-align: center; line-height: 55px; display: block; overflow: hidden; margin:32px auto 0;}
.ny_peijian 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_peijian ul li:hover p{color:#e90908}
.pei_link:hover { background: #e90908; color: #fff; }
.honor_more{width:100px; height:35px; background:#e90908; border-radius:25px; display:block; margin:30px auto 0;  color:#fff; text-align:center; line-height:35px;}



/*产品详情页*/
.ny_pro_show{width:100%; height: auto; overflow: hidden; margin-top: 55px;}
.ny_pro_top{width:100%; height: auto; overflow: hidden}
.ny_pro_tleft{width:47%; height:auto; float: left}
.ny_pro_tleft .slideBox{ width:100%; height:auto; overflow:hidden; position:relative; border:1px solid #ddd;  }
.ny_pro_tleft .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:10px; bottom:15px; z-index:1; }
.ny_pro_tleft .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.ny_pro_tleft .slideBox .hd ul li{ float:left; margin-right:10px;  width:12px; height:12px; line-height:14px; text-align:center; background:#c9c9c9; cursor:pointer; border-radius: 50%;}
.ny_pro_tleft .slideBox .hd ul li.on{ background:#e90908; color:#fff; }
.ny_pro_tleft .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.ny_pro_tleft .slideBox .bd ul{width:100%; height: 100%; overflow: hidden}
.ny_pro_tleft .slideBox .bd li{width:100%; height: 100%; }
.ny_pro_tleft .slideBox .bd img{ width:100%; height:100%; display:block;  }
.ny_pro_tright{width:50%; height: auto; float: right}
.ny_pro_tright h3{ font-size: 36px; width:100%; color: #191919; height: 50px; line-height: 50px; margin-top: 10px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.ny_pro_p{width:100%; height: 150px; border-bottom: 1px solid #e5e5e5; margin-top:15px; overflow:hidden; word-break:break-all;display:-webkit-box; -webkit-line-clamp:4;
  -webkit-box-orient:vertical; overflow:hidden;
}
.ny_pro_p p{width:100%; height: auto;  color: #000000; line-height: 35px; font-size: 15px; }


.ny_pro_a{width:100%; height: auto; overflow: hidden; margin: 35px 0 25px}
.ny_pro_a a{width:260px; 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:hover { background: #313131;}
.ny_pro_a a i{font-size: 28px; margin-right: 10px; float: left; margin-left:56px;}
.ny_pro_dh{width:100%; height:80px; margin-top:30px;}
.ny_pro_dh i{ color: #000000; font-size: 50px; float: left}
.ny_pro_ddh{float: left;}
.ny_pro_ddh p{ font-size: 14px; color: #313131;}
.ny_pro_ddh span{ font-size: 30px; color: #e90908; 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: 25px; margin-right: 30px;}
.ny_case_dh{margin-top:50px;}


.ny_pro_bottom{width:100%; display: block; overflow: hidden; margin-top: 65px; margin-bottom:60px;}
.ny_pro_bleft{width:70%; height: auto; overflow: hidden; float: left}
.ny_pro_bright{width:25%; height: auto; float: right}
.ny_probt_case{width:100%; height:368px; margin-top: 30px; }
.ny_probt_case h1,.ny_proshow_num h1{ font-size: 30px; color: #313131; font-weight: bold; text-align: center; margin-bottom: 24px;}
.ny_probt_case li{width:32%; height:auto; float: left; margin-right:2%; margin-bottom: 20px; }
.ny_probt_case li img{width:100%; height:100%; display:block;}
.ny_probt_case li:hover img{ transform:scale3d(1.1,1.1,1); }
.nyprocase-div{ width:275px; height: auto; overflow: hidden; }
.nyprocase-div img{ transition:.6s; }
.ny_probt_case li:hover .ny_probt_xx h3{ color:#e90908; }
.ny_probt_case li .ny_probt_xx{width:100%; height: 40px; border: 1px solid #dcdcdc; padding:0 15px;}
.ny_probt_xx h3{width: 100%; height: 40px;  line-height: 40px; font-size: 14px; color: #313131; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align:center}
.ny_probt_xx p{ font-size: 13px; color: #313131; width: 100%; height: 25px; line-height:25px; overflow: hidden}
.ny_probt_case li:nth-child(3n){margin-right: 0px;}
.ny_proinput .ny_pro_ft{margin-top:50px;}
.ny_proinput .ny_pro_ft span{color: #e90908;}
.ny_proinput ul{width:100%; height: auto; display: block; overflow: hidden; margin-top: 38px;}
.ny_proinput ul li{width:100%; height: auto; margin-bottom: 12px; overflow: hidden }
.ny_proinput ul li div{height: 36px; width: 420px; border: 1px solid #d2d2d2; float: left;}
.ny_proinput ul li div input{width:100%; height: 100%; border: 0px; padding-left: 10px;}
.li_dh{float: right!important}
.ny_proinput ul li textarea{width:100%; height: 88px; border: 1px solid #d2d2d2; padding: 10px; resize: none}
.liji_su{width:423px; height:46px; background: #e90908; font-size: 16px; color: #ffffff; border: 0px; margin: 10px auto; display: block}
.ny_proinput{overflow:hidden; margin-bottom:20px;}
.sideMenu{width:100%; height: auto;  }
.sideMenu h3{ height:50px; line-height:50px; border-bottom:1px solid #e3e3e3;  background: url(../images/jian.png) no-repeat 268px center;font-size: 15px; color: #191919; cursor:pointer; padding: 0px 22px 0 30px ;}
.sideMenu h3:first-child{ border-top: 1px solid #e3e3e3;}
.sideMenu h3.on {background: #e90908 url(../images/h_jian.png) no-repeat 268px center; color: #fff; border-bottom: 0px;}
.sideMenu h3 em{ float:right; display:block; width:40px; height:32px;   background:url(images/icoAdd.png) 16px 12px no-repeat; cursor:pointer; }
.sideMenu h3.on em{ background-position:16px -57px; }
.sideMenu ul{ padding:29px 32px; color:#999; display:none;  background: #eeeeee;}
.sideMenu ul li a{font-size: 15px; color: #313131}
.sideMenu ul li {width:100%; height: 32px; line-height: 32px; background: url(../images/dian.png) no-repeat left center; padding-left:15px; overflow: hidden; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}

.ny_probt{width:100%; height:65px;}
.ny_probt li{width:25%; height:65px; background:#eeeeee; color:#313131; font-size:18px; float:left; text-align:center;border-right:1px solid #fff; line-height:65px;  cursor: pointer; }
.ny_probt li:last-child{margin-right:0px;}
.ny_probt li:hover{background:#e90908; color:#fff}
.ny_probt li:hover a{color:#fff}
.ny_probt li.on{background:#e90908;}
.ny_probt li.on a{ color:#fff}
.ny_probt li a{width:100%; height:100%; display:block; overflow:hidden; font-size: 18px;}

.ny_proshow_num{width:100%; height:auto; overflow:hidden; margin-top: 30px; font-size:16px; color:#666; line-height:26px;}
.ny_proshow_num img{max-width:100%}
.ny_proshow_info{width:100%; height:auto; overflow:hidden;  margin-top: 30px;}

.fangan_show{ margin-top:20px;}
.ny_proshow_num table,.ny_proshow_num table tr,.ny_proshow_num table td{border:1px solid #eee;}





/*内页case*/
.ny_case{height: auto; display: block; overflow: hidden}
.ny_case ul{width:100%; height: auto; display: block; overflow: hidden; margin-top: 29px;}
.ny_case ul li{width:388px; height: 490px; float: left; margin-right: 18px; margin-bottom:18px;}
.ny_case ul li:nth-child(3n){margin-right: 0px;}
.ny_case ul li .ny_case_img{width:388px; height: auto; overflow: hidden; border:1px solid #ddd; border-bottom:0}
.ny_case ul li .ny_case_img img{width:100%; height: 100%; display:block;   transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;}
.ny_case 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_case_info{width:100%; height:196px; border: 1px solid #e5e5e5; padding: 18px; }
.ny_case_info h3{ font-size: 18px; color: #313131; font-weight: bold; margin-bottom:15px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.ny_case_info .ny_case_xx{width:100%; height: 70px;}
.ny_case_info .ny_case_xx p{width:100%; height: 70px; line-height: 25px;font-size: 14px; color: #707070; overflow:hidden}
.case_link{width:100%; height: 35px; margin-top: 15px;}
.case_link a{display: block; overflow: hidden; float: left; line-height: 35px;}
.case_link .see_more{width:95px; height: 35px; background: #313131; text-align: center; font-size: 14px; color: #ffffff; margin-right: 18px;}
.case_link .see_mucase{width:145px; height: 35px; background: #e90908; text-align: center; font-size: 14px; color: #ffffff}
.ny_xiang_pro{width:100%; height: auto; background: #f5f5f5; padding-top: 50px; margin-top:50px; padding-bottom:100px;}
.ny_xiang_pro h1{ font-size: 30px; color: #313131; font-weight: bold; text-align: center}
.ny_case_li{width:100%; height: 390px; margin-top: 30px;}
.ny_case_li .Box_con {position: relative; height: 100%;}
.ny_case_li .Box_con .btnl {position: absolute;}
.ny_case_li .Box_con .btn {display: block;width: 45px;height:130px;position: absolute;top: 175px;cursor: pointer;  background:url(../images/an01.jpg) no-repeat;}
.ny_case_li .Box_con .btnl {background-position:0 0; left: -72px;}
.ny_case_li .Box_con .btnr {background-position:-90px 0; right: -72px;}
.ny_case_li .Box_con .btnl:hover {background-position:-45px 0;}
.ny_case_li .Box_con .btnr:hover {background-position:-133px 0;}
.ny_case_li .Box_con .conbox {position: relative;overflow: hidden; height: 100%;}
.ny_case_li .Box_con .conbox ul {position: relative;list-style: none;}
.ny_case_li .Box_con .conbox ul li {float: left;width: 386px;height:390px;margin-left: 20px;overflow: hidden; position: relative; border: 1px solid #e5e5e5; background: #fff}
.ny_xgcp_img{width:100%; height:auto; display:block;}
.ny_case_li .Box_con .conbox ul li img{width:100%; height:auto; display:block;}

.ny_case_li .Box_con .conbox ul li:first-child {margin-left: 0;}
.ny_case_li .Box_con .conbox ul li:hover .ny_honor_h{display: block}
.ny_case_h{width:100%; height: 110px; border-top: 1px solid #e5e5e5; padding: 15px;}
.ny_case_h h3{font-size: 18px; color: #313131; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: center; height: 25px; line-height: 25px;}
.ny_case_h p{ font-size: 14px; color: #959595; width: 100%; height: 35px; line-height: 35px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;text-align: center}
.ny_case_js .ny_case_cp{ float: left; width: 106px; height: 30px; line-height: 30px; border-radius: 30px; text-align: center; font-size: 14px; color: #434343; margin-right: 10px;}
.ny_case_js i{ color: #e90908; margin-right: 2px;}
.ny_case_jscs{float: left; width: 106px; height: 30px; line-height: 30px; border-radius: 30px; text-align: center; font-size: 14px; color: #434343;}
.ny_case_li .Box_con .conbox ul li:hover .ny_case_h{background: #e90908; border-top: 0px}
.ny_case_li .Box_con .conbox ul li:hover .ny_case_h h3,.ny_case_li .Box_con .conbox ul li:hover .ny_case_h p{color:#fff}
.ny_case_li .Box_con .conbox ul li:hover i{color: #fff}
.ny_case_li .Box_con .conbox ul li:hover a{color: #fff}
.ny_case_li .Box_con .conbox ul li:hover .ny_case_cp{color:#fff}
.ny_case_li .Box_con .conbox ul li:hover .ny_case_jscs{color:#fff}
.ny_case_cp:hover{background: #fff; }
.ny_case_jscs:hover{background: #fff;}
.ny_case_cp:hover a,.ny_case_jscs:hover a{color:#e90908!important;}
.ny_case_jscs:hover i,.ny_case_cp:hover i{color:#e90908!important;}


.ny_case_js{width:233px; margin:10px auto; overflow:hidden}
.ny_case_js a{color:#333}
.ny_case_cpic{width:100%; height:auto; overflow:hidden}
.ny_case_cpic img{width:100%; height:auto; display:block;}




/*新闻页面*/
.ny_qynew_list{width:100%; height:auto; overflow:hidden; margin-bottom:40px; margin-top:40px;}
.ny_qynew_list ul{width:100%; height:auto; overflow:hidden}
.ny_qynew_list ul li{width:100%; height:109px; overflow:hidden; margin-bottom:20px;}
.ny_qynew_list ul li .ny_qynew_xx{width:auto;  padding:5px 0; height:100%; margin-left:125px;}
.ny_qynew_list ul li:hover h3{color:#e90908}
.ny_qynew_list ul li:hover p{color:#e90908}
.ny_qynew_rq{width:104px; height: 108px; background: #eeeeee; text-align: center; padding: 12px; float: left}
.ny_qynew_rq p{font-size: 48px; color: #e90908; font-family: "Impact"; border-bottom: 1px solid #d2d0d0;}
.ny_qynew_rq span{font-size: 16px; color: #e90908; font-family: "Impact"; line-height: 30px;}

.ny_qynew_xx h3{ font-size: 18px; color: #313131; height: 35px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-weight: bold;}
.ny_qynew_xx p{ font-size: 14px; color: #898989; line-height:24px; height: 72px;   word-break:break-all;display:-webkit-box; -webkit-line-clamp:3;}

.ny_news{margin:0px 0 100px; overflow:hidden}
.ny_qynew{margin:40px auto}




/*联系我们*/
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat center; height: 340px; }
.ny_contact{width:100%; height: auto; overflow: hidden; margin-top: 55px; margin-bottom:83px; font-size:16px; line-height:30px;}
.contact_ban .container{ padding-top:60px; }
.ny_contact h1{font-size: 36px; color: #313131; line-height: 45px; text-align: center;}
.ny_contact h3{ font-size: 18px; color: #707070; line-height: 35px; text-align: center}
.ny_contact ul{width:100%; height: auto; display: block; overflow: hidden; margin-top: 37px;}
.ny_contact ul li{width:281px; height:176px; background: #eeeeee; text-align: center; float: left; margin-right: 25px; margin-bottom: 25px; }
.ny_contact ul li:nth-child(4n){margin-right: 0px;}
.ny_contact ul li i{color:#1b60d2; font-size:60px; margin-top: 30px; display: block; margin-bottom: 10px; height: 72px;}
.icon-jiageyuce{font-size:66px!important;}
.ny_contact ul li p{font-size: 22px; color: #313131;}
.ny_conta_xx{width:100%; height: auto; display: block; overflow: hidden; margin-bottom: 42px; margin-top: 20px;}
.ny_conta_info{width:600px; height: 445px; float: left; padding: 35px 35px; background: #f5f5f5}
.ny_conta_img{width:600px; height: 445px; float: right}
.ny_conta_img img{width:100%; height: 100%;}
.ny_conta_info .ny_ibt{font-size: 24px; color: #313131; height: 40px; line-height: 40px;}
.ny_conta_info .ny_if{font-size: 18px; color: #313131; height: 40px; line-height: 40px;}
.ny_conta_dh{width:100%; height: 70px; margin-top: 20px;}
.ny_conta_dh img{width:70px; height: 70px; float: left; margin-right: 10px;}
.ny_conta_dh p{ font-size: 18px; color: #313131;}
.ny_conta_dh h5{ font-size: 36px; color: #1b60d2; font-family: "Impact"}
.ny_conta_dz{width:100%; height: auto; margin: 20px 0}
.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:100%; height: auto;}
.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%;}
.ny_contact ul li:hover{background:#1b60d2}
.ny_contact ul li:hover i,.ny_contact ul li:hover p{color:#fff}
.ny_map{width:100%; height:460px; position:relative}
.ny_map_xx{width:600px; height:100%; background:rgba(0,0,0,0.5); padding:126px; position:absolute; top:0;left:0}
.ny_map_xx h3{width:100%; height:40px; line-height:40px;  font-size:20px; color:#fff; text-align:left; background:url(../images/c_logo.png)no-repeat left center; padding-left:40px;}
.ny_map_xx p{width:100%; height:30px; color:#ffff; line-height:30px;}








@media screen and (max-width:1680px){
	.header_nav{padding: 0px 4% 0 7%;}
}



@media screen and (max-width:1550px){
	.header_nav{padding: 0px 4% 0 3%;}
	.container{width:1250px;}
	.footer_right li{margin-right: 46px;}
	.footer_right{width:755px; margin-right: 0}
	.index_product_left{width:21%}
	.index_product_left h5{font-size: 18px;}
	.index_about_right h3{font-size: 22px}

	.index_case_left{width:610px;}
	.index_case_left ul li{width:190px; margin-right: 20px;}
	.index_why ul{width:365px;}
	.index_news .picScroll-left .bd ul li{width:395px;}

}


@media screen and (max-width:1500px){
	.header_nav{padding: 0px 3% 0 3%;}
	.in_num li{margin-right: 9%}
	.h_sj{display: none}
	
}


@media screen and (max-width:1300px){
	.h_search{display: none;}
	.container{width:1200px;}
	.footer_right li{margin-right:5%}
	.footer_right{width:718px;}
	.index_product_right{width:932px;}
	.index_why_img{    margin: 24px 20px 0;}
	.index_news .picScroll-left .bd ul li{width:380px;}
}







