@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;  }
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:1312px; margin: 0 auto; }
.w1200{ width:1280px; margin: 0 auto; }
.w1440{ width:1440px; margin: 0 auto; }
.clearfix{clear: both}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
body{overflow-x:hidden}

*:focus{   
	border:none;
}

.container2{width: 1200px;margin: 0px auto;}


/* 导航栏 */
.header_top{width:100%; height:40px; line-height: 40px;}
.header_top h5{color:#fff; font-size: 16px; float: right}
.h_dh{float: right; width:auto; height: 100%;  color:#fff; font-size:16px; margin-left: 40px; }
.header_nav{height:106px; width:100%; z-index: 9; position: absolute; top:0; left:0; background: rgba(0,0,0,0.4)}
.h_logo{width:142px; height:auto; float: left; display: flex; align-items: center; }
.h_logo img{width:219px; height: auto; align-items: center; float: left}
.header_right{width:70%; height: auto; float: right}
.nav{ height:65px; float: right; width:100%;}
.nav .nLi{position:relative;float:left;display:inline;height:100%; width:12.5%;}
.nav .nLi h3{ font-weight: normal; width:100%; height: 100%;  }
.nav .nLi h3 p{height:100%; color:#fff; font-size:16px; position: relative; text-align: center;  line-height:64px; margin: 0px auto;  display: table}
.nav .nLi h3 a{width:100%;height:100%;color:#fff; margin: 0px auto; display: block}
.nav .sub{position:absolute;top:65px;left:50%; z-index:999;display:none;padding:0;width:160px; margin-left:-80px; background:#fff;line-height:26px;} 
.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%; font-size:14px}
.nav .sub li span{float:right}
.nav .sub a{display:block;padding:0 10px;height:100%;color:#333;}
.nav .nLi.active h3 p,.nav .nLi:hover h3 p{color:#b7171b; font-weight: bold; border-bottom:2px solid #b7171b}
.sub li:hover a{color:#b7171b;}






/* 首页:banner */
.banner{ width:100%; height:960px; position: relative; overflow: hidden; }
.banner .slideBox{position:relative;overflow:hidden;width:100%;height:100%}
.banner .slideBox .hd{z-index:1;overflow:hidden;height:auto; position: absolute; bottom:30px; left:0; width: 100%}
.banner .slideBox .hd ul{overflow:hidden;zoom:1;margin: 0px auto; width:auto;  display: table}
.banner .slideBox .hd ul li{height:12px; width:12px; cursor:pointer; border-radius: 50%; background:none; border:1px solid #fff;  position: relative; float: left;text-indent: -999px;
	margin: 0 10px; }
.banner .slideBox .hd ul li.on{background:#fff}
.banner .slideBox .bd{position:relative;z-index:0;width:100%;height:960px; 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{width:100%; height:960px; display: block;}
.banner .slideBox .bd li img{vertical-align: bottom; width: 100%; height: auto;transition: all 5.5s;}
.banner .slideBox .next,.banner .slideBox .prev{ position:absolute;  display:block; width:35px; height:35px;  margin-top:-17.5px; top:50%   }


.banner .slideBox .prev:hover,
.banner .slideBox .next:hover{opacity: 1}


/*产品*/
.index_product{width:100%; height: auto; overflow: hidden; background:url(../images/product_bjs.jpg) no-repeat top center; padding:45px 0 0;  position: relative; z-index:9}
.index_product_top{width:100%; height: auto; overflow: hidden; margin-top: 46px;}
.index_product_top a{width:25%;  float: left; padding: 20px 35px;}
.in_pro_pic{width:100%; height: auto; border-radius: 50%;  padding:18px; }
.in_pro_pic img{width:100%; height: auto; display: block; border-radius: 50%; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_product_top h4{width:157px; height: 38px; background: #313131; text-align: center; line-height: 38px; font-size: 16px; color:#fff; margin: 0px auto;}
.index_product_top hr{width:1px; height: 42px; background: #e5e5e5; display: block; margin:15px auto 10px;}
.index_product_top a:hover .in_pro_pic{background: #fff; box-shadow: 0 7px 5px rgba(198,21,29,0.1)}
.index_product_top a:hover hr{background: #c6151d}
.index_product_top a:hover h4{background: #c6151d}
.index_product_all{width:100%; height: auto; margin-top: 34px; position: relative}
.index_product .swiper-slide a{width:100%; height: auto; display: block}
.in_pro_img{width:100%; height: auto; overflow: hidden}
.in_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;}
.index_product .swiper-slide a h4{width:100%; height:40px; line-height: 40px; color: #333333; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: center; margin-top:10px; }
.index_product .swiper-slide a:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.index_product .swiper-slide a:hover h4{color:#c6151d}
.index_product .swiper-button-next,.index_product .swiper-button-prev{width:38px; height: 38px;}
.index_product .swiper-button-next{background: url(../images/pro_right.png) no-repeat center; right:-60px;}
.index_product .swiper-button-prev{background: url(../images/pro_left.png) no-repeat center; left:-60px;}
.index_product_top a: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: 1398px; overflow: hidden; background: url(../images/about_bjs.jpg) no-repeat top center;  position: relative; z-index:1; 
	padding-top: 248px; margin-top: -145px}
.index_about .w1440{position: relative}
.index_about_xx{width:627px; height: auto; margin-top: 98px;}
.index_about_xx h3{color:#333333; font-size: 24px; font-weight: bold; border-bottom: 1px solid #c6151d; height: 52px;}
.in_about_info{width:100%; height: auto; display: block; color:#666666; font-size: 16px; line-height: 30px; margin: 34px auto;}
.in_about_more{width:142px; height: 46px; background: #c6151d; display: block;  text-align: center; line-height: 46px; color:#fff; font-size: 16px;}
.in_about_more:hover{border:1px solid #c6151d; color:#c6151d; background:#fff}
.index_about_xx ul{width:100%; height: auto; overflow: hidden; margin-top: 60px; padding: 10px}
.index_about_xx ul li{width:120px; height: 120px; border-radius: 50%; text-align: center; background: #fff; border-radius: 50%;
	box-shadow: 0 2px 6px rgba(198,21,29,0.3); float: left; margin-right:56px; padding-top: 20px; transition: all 0.4s ease-in-out;}
.index_about_xx ul li h4{color:#666666; font-size: 16px; line-height: 22px;}
.index_about_xx ul li span{color:#666666; font-size: 12px; line-height: 20px;}
.in_about_icon{width:100%; height:35px; display: flex; align-items: center; text-align: center; margin-bottom: 8px;}
.in_about_icon img{align-items: center; margin: 0px auto;}
.icon_h{display: none}
.index_about_xx ul li:hover{background: #c6151d}
.index_about_xx ul li:hover h4,.index_about_xx ul li:hover span{color:#fff}
.index_about_xx ul li:hover .icon_h{display: block}
.index_about_xx ul li:hover .icon{display: none}
.in_about_img{width:71%; height: auto; position: absolute; top:238px; right:-152px}
.in_about_img img{width:100%; height: auto; display: block}

.index_about_xx ul li:hover{margin-top:-10px; transition: all 0.4s ease-in-out;}



/*案例*/
.index_case{width:100%; height: auto; overflow: hidden; margin-top: -220px; position: relative; z-index: 9}
.index_case_top{width:100%; height: auto; overflow: hidden; margin-top: 40px;}
.index_case_top ul{width:75.7%; height: auto; float: left}
.index_case_top ul li{width:32.3%; height: auto; float: left; margin-right: 1.5%}
.index_case_pic{width:100%; height: auto; overflow: hidden}
.index_case_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_case_top ul li p,.index_case_bottom ul li p{width:100%; height: 62px; background: #eeeeee; text-align: center; line-height: 62px; color:#333333; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_case_top ul li:nth-child(3),.index_case_bottom ul li:nth-child(3n){margin-right: 0}
.in_case_dh{width:24%; height: auto; float: right; padding: 48px 3% 0}
.in_case_dh h4{color:#333333; font-size: 20px; font-family: "宋体"; line-height: 36px; text-align: center; font-weight: bold}
.in_case_dh hr{background: #c6151d; width: 100%; height:1px; border: 0; display: block; margin: 20px 0}
.in_case_dh h5{color:#333333; font-size: 16px; background: url(../images/c_dhs.png) no-repeat left center; padding-left:30px; display: table; margin:0px auto 10px;}
.in_case_dh p{color:#c6151d; font-size: 30px; font-weight: bold; font-family: "宋体"; font-weight:bold; text-align: center}
.index_case_bottom{width:100%; height: auto; overflow: hidden; margin-top: 20px}
.case_bottom_left{width:30.7%; height:317px; background: url(../images/case_img.jpg) no-repeat center; float: left}
.index_case_bottom ul{width:56.2%; height: auto; float: left; margin-left:0.9%}
.index_case_bottom ul li{width:32.3%; height: auto; float: left; margin-right: 1.5%}

.case_bottom_left a{width:178px; height: 58px; border: 1px solid #fff; text-align: center; display: block; float: right; margin-top:134px; margin-right: 90px;
	padding-top:5px }
.case_bottom_left a p{color:#fff; font-size: 20px;}
.case_bottom_left a span{color:#fff; font-size: 12px; text-transform: uppercase}
.index_case_top ul li:hover img,.index_case_bottom 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_case_top ul li:hover p,.index_case_bottom ul li:hover p{color:#fff; background:#c6151d}
.case_bottom_left a:hover{background:#fff; }
.case_bottom_left a:hover p,.case_bottom_left a:hover span{color:#c6151d}


/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; background:url(../images/news_bjs.jpg) no-repeat center; margin-top: 20px; 
	padding-top: 80px; padding-bottom: 40px;}
.in_news_title{width:100%; height: auto; overflow: hidden;  text-align: center}
.in_news_title h4{color:#333333; font-size: 72px; font-weight: 900; font-family: "Arial"; opacity: 0.1; text-transform: uppercase; line-height: 78px}
.in_news_title h3{ color:#333333; font-size: 36px; font-weight: bold;   float: left}
.in_news_title span{color:#c6151d; font-size: 36px; font-weight: bold; float: left}
.in_news_title img{width:14px; height:14px; float: left; margin:20px 18px 0}
.in_news_title p{color:#333333; font-size: 16px; margin-left: 30px; margin-top: 22px; line-height: 30px; }
.news_title{display: table; margin:-40px auto 0;}
.in_news_nav{width:auto; margin-top: 18px; max-width: 100%; display: table; margin: 30px auto;}
.in_news_nav a{width:139px; height: 38px; background: #313131; text-align: center; line-height: 38px; margin-left:5px; float: left; color:#fff; font-size: 16px;}
.in_news_nav a:hover{background: #c6151d;}
.index_news_top{width:100%; height: auto; overflow: hidden; margin-top:55px; margin-bottom: 40px; }
.index_news_top li{width:48%; height: auto; float: left; overflow: hidden }
.index_news_top li:nth-child(2n){float: right}
.index_news_pic{width:377px; height: auto; float: left; overflow: hidden}
.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{margin-left: 400px; height: auto; overflow: hidden}
.index_news_xx h3{width:100%; height: 30px; line-height: 30px; color:#333333; font-size: 18px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; 
	margin-top:18px;}
.index_news_xx p{width:100%; height:120px; line-height: 30px; color:#666666; font-size: 16px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:4;
  -webkit-box-orient:vertical; overflow:hidden; margin: 20px 0 30px}
.index_news_xx span{color:#333333; font-size: 16px; float: left}
.index_news_xx img{float: right; margin-top:5px;}
.index_news_bottom{width:100%; height: auto; overflow: hidden; margin-top: 70px;}
.index_news_bottom li{width:32.6%; height: auto; float: left; margin-right: 1%; margin-bottom:30px; }
.index_news_bottom li:nth-child(3n){margin-right: 0}
.index_news_bottom li a{width:100%; height: auto; display: block;}
.index_news_bottom li h3{width:100%; height: 30px; line-height: 30px; color: #333333; font-size:18px;  text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-bottom:15px;}
.index_news_bottom li span{display: block;  color: #333333; font-size:16px;}
.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_top li:hover h3,.index_news_top li:hover p{color:#c6151d}
.index_news_bottom li:hover h3,.index_news_bottom li:hover span{color:#c6151d}


/*广告*/
.index_gg{width:100%; height:321px; background: url(../images/gg_bjs.jpg) no-repeat center; text-align: center; padding-top: 60px;}
.index_gg p{color:#fff; font-size: 16px; line-height: 30px; margin-top: 20px;}


/*友情链接*/
.index_link{width:100%; height: auto; overflow: hidden;  border-top: 1px solid rgba(255,255,255,0.1); padding: 10px 0; background: #1b1b1b}
.index_link p{color:#fff; font-size: 16px; float: left; line-height: 38px;}
.index_link_xx{margin-left:100px; height: auto; }
.index_link_xx a{color:#fff; font-size: 14px; line-height: 38px; margin: 0 10px; float: left}
.index_link_xx a:hover{color:#c6151d}




/*底部*/
.footer{width:100%; height:auto; overflow: hidden; background:#1b1b1b; padding-top:46px; }
.footer_nav{width:74%; height: auto; float: left; border-left:1px solid rgba(255,255,255,0.2); }
.footer_nav dl{width:20%; height: 142px; float: left; border-right:1px solid rgba(255,255,255,0.2); padding-left: 55px;}
.footer_nav dl dt{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #fff; font-weight: bold; padding-left: 30px; position: relative}
.footer_nav dl dt:after{content: ""; width: 13px; height: 2px; background: #fff; display: block; position: absolute; top:10px; left:0}
.footer_nav dl dd{width:100%; height: auto; overflow: hidden; padding-left: 30px; margin-top:8px}
.footer_nav dl dd a{color:#fff; opacity: 0.6; font-size: 14px; line-height: 30px; display: block}
.footer_nav dl dd a:hover{opacity: 1}
.f_ma{width:16.5%; height: auto; overflow: hidden; float: right}
.f_ma h4{width:100%; height: auto; overflow:hidden; color:#fff; font-size: 16px; font-weight: bold; }
.footer_ma{width:46%; height: auto; overflow: hidden; }
.footer_ma img{width:100%; height: auto; display: block}
.footer_ma h5{width:100%; height:auto; color:#fff; text-align: center; margin-top:15px; font-size: 16px;}
.footer_xx{width:100%; height: auto; overflow: hidden; margin-bottom: 40px; margin-top: 90px;}
.footer_xx p{color:#fff; font-size:14px; line-height:32px; padding-left:50px; float: left; width: 25%}
.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}
.footer_bottom{width:100%; height:auto;  overflow: hidden; margin-bottom: 10px }
.copy_bq{width:auto; height:68px; line-height:68px; position: relative; color:#fff; font-size:14px; float: left}
.copy_bq a{color:#fff; font-size:14px; margin-right: 10px;}
.copy_bq a:hover{color:#b7171b!important}
.footer_zhichi{width:auto; height:100%; overflow: hidden; float:right; }
.footer_zhichi p{ width: auto; float: left; margin-left: 20px;   color:#fff; line-height:68px;}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:25px; margin-right: 10px}
.footer_zhichi .js{width:121px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:25px; }
.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;}



/*弹出视频*/
.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:#c6151d;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; float:left;
}









.about_ban{background: url(../images/about_ban.jpg) no-repeat center bottom;}
.news_ban{ background: url(../images/news_ban.jpg) no-repeat center bottom;}
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat center bottom;}
.pro_ban{background: url(../images/pro_ban.jpg) no-repeat center bottom;}
.case_ban{background: url(../images/case_ban.jpg) no-repeat center bottom;}
.rlzy_ban{background: url(../images/rlzy_ban.jpg) no-repeat center bottom;}

.fuzc_ban{background: url(../images/fuzc_ban.jpg) no-repeat center bottom;}
.yyyg_ban{background: url(../images/pro_ban.jpg) no-repeat center bottom;}


.page-list{ display: none;}
.inside_banner s2{ font-size: 40px; font-weight: bold; color: #fff;; text-align: center;line-height: 2.4; padding-top: 20px; display:block;}
.inside_banner p{ text-align: center; font-size: 16px; }
.inside_banner p img{ margin-right: 10px;}
.inside_banner p *{ color: #fff;;  font-size: 16px;}
.inside_banner .shubiao{ display: block; margin: 32px auto;}
.nav-height{background: #f7f6f4;position: relative; height:auto; padding:12px 0}
.nav-wrap.navFix{position: fixed; top:92px; left: 0; z-index: 8; height:90px; background: #f7f6f4; width: 100%;  box-shadow: 0 0 5px rgba(0,0,0, 0.2);}
.nav-wrap{ }
.nav-wrap ul{display: table!important; margin: 0 auto; max-width:1200px;}
.nav-wrap li{ float: left; line-height: 60px; position: relative;}
.nav-wrap li a{font-size: 18px; padding: 0 40px; display:block; position:relative}
.nav-wrap li::before{ content: "|"; position: absolute;  display: block; right: 0; color: #808080;}
.nav-wrap li:last-child::before{ display: none;}
.nav-wrap li a.active{ position: relative;}
.nav-wrap li a.active::after{ content: ""; position: absolute; width: 80px; height:3px; bottom:0px; background: #b7171b; left: 50%; margin-left:-40px;  }
.nav-wrap li:hover a::after{ content: ""; position: absolute; width: 80px; height:3px; bottom:0px; background: #b7171b; left: 50%; margin-left:-40px;  }
.honor{ overflow: hidden; padding-bottom: 120px;}
.honor_list{ overflow: hidden;  width:100%; margin-bottom:50px;}
.honor_list li{ width: 24.2%; float: left; border: 1px solid #e5e5e5; margin-right: 1%; margin-bottom: 20px;}
.honor_list li:nth-child(4n){ margin-right: 0;}
.honor_list li .img{overflow: hidden; width:100%;}
.honor_list li .img img{ width: 100%; transition: all 0.3s; display:block;}
.honor_list li:hover .img img{transition: all 0.3s; transform: scale(1.05);}
.honor_list li .gallery-title{ line-height: 50px; background: #e5e5e5;text-align: center; font-size: 16px; transition: all 0.3s; width:100%; height:50px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.honor_list li:hover{ border: 1px solid #b7171b;}
.honor_list li:hover .gallery-title{ background: #b7171b; color: #fff;}



/*产品中心*/
.ny_product_all{width:100%; height: auto; overflow: hidden; margin-top:60px; margin-bottom: 60px}
.ny_product_all ul{width:100%; height: auto; overflow: hidden}
.ny_product_all ul li{width:100%; height:auto; border:1px solid #d2d2d2; margin:15px auto 25px; overflow:hidden; padding: 22px; }
 .ny_solution_img{width:410px; height:100%; float:left; overflow:hidden; border: 1px solid #d2d2d2}
.ny_solution_img img{width:100%; height:100%;    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s; display: block}
.ny_solution_xx{width:796px; height:auto; float:left; margin-left: 50px; padding: 20px 0}
.ny_solution_xx p{font-size:16px; color:#555; line-height:31px;}
.ny_solution_xx p b{color:#353432}
.ny_solution .case_link{margin-top:30px;}
.ny_soli_p{width:100%; height: auto; overflow: hidden;margin-top: 20px; margin-bottom: 20px;}
.ny_pro_shengcan .slideBox .bd 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_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_product_all ul li:hover{border:1px solid #b7171b;}
.ny_solution_xx .ny_yfzx_title{margin-top: 0}
.yfzx_more:hover{background: #b7171b; color: #fff; border: 1px solid #b7171b}
.n_pro_nav{width:100%; height:auto; overflow:hidden; margin-bottom:30px;}
.n_pro_nav a{font-size:16px; color:#666; border:1px solid #ffffff;   height: 50px; line-height:50px; width:auto; float:left; padding:0 20px; margin-right:10px; margin-bottom:10px;}
.n_pro_nav a:hover,.n_pro_nav a.m_active{background:#b7171b; color:#fff}



/*研发中心*/
.ny_yfzx_all{width:100%; height: auto; overflow: hidden; margin-bottom: 60px;}
.ny_yfzx_title{width:100%; height: auto; overflow: hidden; margin-top: 75px;}
.ny_yfzx_title h3{font-size: 30px; color: #060507; width: 100%; height: 30px; line-height: 30px;}
.ny_yfzx_title h3 span{float: left}
.ny_yfzx_title h3 hr{width:1060px; height: 1px; background: #ddd; float: right; margin-top:15px;}
.ny_yfzx_title h4{width:100%; height: 30px; line-height: 30px; font-size: 18px; color: #b7171b; margin-top: 0px;}
.ny_yfzx_title h4 span{width:36px; height: 1px; background: #b7171b; float: left; margin-top:22px; margin-left: 8px;}
.ny_yfzx_title h4 p{width:auto; float: left; color: #b7171b;}
.ny_yfzx_title h5{width:100%; height: 40px; line-height: 40px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size: 30px; color: #060507}
.ny_yfzx_xx{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #555555; line-height: 30px; margin-top: 30px;}
.yfzx_more{width:172px; height: 40px; border: 1px solid #cec8cc; display: block; text-align: center; line-height: 40px; font-size: 16px; color: #333333; margin-top: 29px;}




/*产品详情页*/
.ny_pro_ft{width:100%; height: auto; margin-top: 60px;}
.ny_pro_ft h3{font-size: 30px;
    color: #1b1b1b;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center;}
.ny_pro_ft p,.ny_pro_fts p{font-size: 16px;
    color: #707070;
    line-height: 30px;
    text-align: center;
    width: 100%;
    margin: 0px auto;}
.ny_product_show{width:100%; height: auto; overflow: hidden; margin:60px 0 100px;}
.ny_pro_top{width:100%; height: auto; overflow: hidden}
.ny_pro_tleft{width:507px; height:auto; float: left}
.ny_pro_tleft .slideBox{ width:100%; height:100%; 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:#b7171b; 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:650px; height: auto; float: right}
.ny_pro_tright h1{ font-size: 36px; color: #191919; height: 50px; line-height: 50px; font-weight:700;}
.ny_pro_p{width:100%; height:auto; border-bottom: 1px solid #e5e5e5; margin-top:15px; overflow:hidden; padding-bottom:30px;}
.ny_pro_p p{width:100%; height:100%;  color: #000000; line-height: 35px; font-size: 15px;   }
.ny_pro_a{width:100%; height: auto; overflow: hidden; margin: 20px 0 }
.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;}
.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: #b7171b; font-family: "Impact"}
.ny_pro_24{width:100%; height: 30px; line-height: 30px; overflow: hidden; margin-top:30px;}
.ny_pro_24 p{font-size: 14px; color: #313131;  float: left; padding-left: 20px; margin-right: 30px;}
.ny_pro_bottom{width:100%; height: auto; display: block; overflow: hidden; margin-top: 65px;}
.ny_pro_bleft{width:869px; height: auto; overflow: hidden; float: left}
.ny_pro_bright{width:300px; height: auto; float: right}
.ny_probt_case{width:100%; height:368px; margin-top: 30px; }
.ny_probt_case h3,.ny_proshow_num h3,.ny_proshow_info h3{ font-size: 30px; color: #313131; font-weight: 500; text-align: center; margin-bottom: 24px;}
.ny_probt_case li{width:275px; height: 300px; float: left; margin-right:22px;}
.ny_probt_case li:nth-child(3n){margin-right:0px;}
.nyprocase-div{width:100%; height: 203px; overflow:hidden; position: relative}
.ny_probt_case li img{width:100%; height: 203px; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_probt_case li .ny_probt_xx{width:100%; height: 40px;  padding:0 15px;}
.ny_probt_xx h3{width: 100%; height:40px;  line-height: 40px; font-size: 16px; color: #313131; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_probt_case li:last-child{margin-right: 0px;}
.ny_probt_case li:hover .index_case_info::before,
.ny_probt_case li:hover p {opacity: 1; -webkit-transform: scale(1); transform: scale(1);}
.ny_probt_case li:hover .index_case_info {background: rgba(0,0,0,0.6);}
.ny_probt_case li:hover h5{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}
.ny_probt_case li .index_case_info h5{font-size: 16px; margin:0% 0 15px 0; }
.ny_probt_case li .case_xx{height:87px;}
.ny_probt_case li .case_xx p{font-size: 16px; line-height:28px;}
.ny_proinput .ny_pro_ft{margin-top:50px;}
.ny_proinput .ny_pro_ft span{color: #b7171b;font-size: 16px;}
.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;font-size: 16px; }
.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: #b7171b; 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; font-size: 15px; color: #191919; cursor:pointer; padding: 0px 18px 0;
text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.sideMenu h3.on {background: #b7171b; color: #fff; border-bottom: 0px;}
.sideMenu h3 em{ float:right; display:block; width:40px; height:32px;   cursor:pointer; }
.sideMenu h3.on em{ background-position:16px -57px; }
.sideMenu ul{ padding:15px 32px; color:#999; display:none;  background: #eeeeee;}
.sideMenu ul li a{font-size: 15px; color: #313131}
.sideMenu ul li {width:100%; height: 35px; line-height: 35px;  padding-left:15px; overflow: hidden; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.sideMenu ul li:hover a{color:#b7171b}
.ny_probt{width:100%; height:65px;}
.ny_probt li{width:100%; height:65px; background:#eeeeee; color:#313131; font-size:18px; float:left; text-align:center; line-height:65px; margin-right:1px;}
.ny_probt li:last-child{margin-right:0px;}
.ny_probt li:hover{background:#333; color:#fff}
.ny_probt li:hover a{color:#fff}
.ny_probt li.on{background:#333;}
.ny_probt li.on a{ color:#fff}
.ny_probt li a{width:100%; height:100%; display:block; overflow:hidden; font-size:16px;font-weight: bold;}
.ny_proshow_num{width:100%; height:auto; overflow:hidden; margin-top: 30px;}
.ny_proshow_info{width:100%; height:auto; overflow:hidden;  margin-top:36px; font-size:16px;color:#333; line-height:30px;}
.ny_proshow_info p{font-size:16px;color:#333; line-height:34px;}
.ny_proshow_info td{font-size:16px;color:#333; line-height:34px;}
.fangan_show{ margin-top:20px;}
.ny_hotnews{width:100%; height:auto; overflow: hidden; margin-top:30px;}
.ny_hotnews h3{width:100%; height:40px; background: #b7171b; color: #fff; text-align: center; line-height: 40px; font-size: 20px; padding: 0px 10px;}
.ny_hotnews ul{width:100%; height: auto; margin-top: 10px;}
.ny_hotnews ul li{width:100%; height:40px; line-height:40px; border-bottom: 1px solid #eee; padding: 0px 10px;}
.ny_hotnews ul li p{width:70%; float: left; height: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; color: #191919; font-size: 14px;}
.ny_hotnews ul li span{float: right; font-size: 12px; color: #191919}
.ny_hotnews ul li:hover p,.ny_hotnews ul li:hover span{color:#b7171b}
.ny_hotnews_info{width:100%; height: auto; overflow: hidden; margin-top:15px;  border: 1px solid #dad7d7; padding: 8px 7px;}
.ny_hotnews_info p{font-size: 14px; color: #191919; line-height: 26px;}
.ny_hotnews input[type="text"]{width:240px; height:35px; line-height:35px; border:1px solid #ddd; padding:0px 10px; float:left;}
.t_search{background:#b7171b; color:#fff;  height:35px; line-height:35px;  font-size:14px; border:0; width:60px;}



/*��ҳ����*/
.ny_news_all{width:100%; height: auto; overflow: hidden; margin: 60px 0 100px; }
.ny_news_all ul{width:100%; height: auto; overflow: hidden;margin-bottom: 40px;}
.ny_news_all ul li{width:100%; height: auto; overflow: hidden; padding: 15px}
.ny_news_all ul li .ny_time{width:115px;height: auto; float: left;margin-top:50px;}
.ny_news_all ul li .ny_time span{display: block; font-size: 16px; color: #999; text-align: right}
.ny_news_all ul li .ny_time p{font-size: 41px; color: #c8c8c8;    text-align: right;}
.news_xx{width:62%; height: auto; float: left; margin-left:2%; margin-top: 36px;}
.news_xx h3{width:100%; height: 35px; line-height: 35px; font-size: 20px; color: #000; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.news_xx p{width:100%; height:52px; line-height: 25px; font-size: 14px; color: #666;  margin: 10px 0; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; }
.news_xx span{font-size: 14px; color: #aaaaaa}
.news_pic{width:24%; height: auto; float: right}
.news_pic img{width:100%; height: auto}
.ny_news_all ul li:hover{background: #f4f4f4}
.ny_news_all ul li:hover .ny_time p,.ny_news_all ul li:hover .ny_time span,.ny_news_all ul li:hover span{color:#b7171b}
.ny_news_all ul li:hover h3{font-weight: bold; }
.ny_service_all{width:100%; height: auto; overflow: hidden; margin: 60px 0 100px; }
.ny_lx_dh,.ny_lx_dh p{width:100%; height:auto;  font-size: 16px; color: #333; line-height: 36px;}
.ny_list_all{width: 100%; height: auto; overflow: hidden; margin-top: 60px; margin-bottom: 60px;}
.ny_pro_li{width:100%; height:auto; overflow:hidden}
.ny_pro_li li{width:23.5%; height:180px; border: 1px solid #bfbfbf; border-radius: 8px; display: block; padding-top: 30px; transition: all 0.4s ease-in-out; margin-right:2%; margin-bottom:20px; float:left;}
.ny_pro_li li:nth-child(4n){margin-right:0}
.in_cp_icon{width:100%; height:80px; display: flex; align-items: center; margin-bottom: 8px}
.in_cp_icon img{max-width: 100%; align-items: center; margin: 0px auto;}
.ny_pro_li li h4{width:100%; height: 40px; text-align: center; font-size: 18px; color: #000000; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap}
.ny_pro_li li:hover{border: 1px solid #b7171b;  padding-top:20px; transition: all 0.4s ease-in-out;}




/*联系我们*/
.ny_contact{width:100%; height: auto; overflow: hidden; margin: 40px 0}
.ny_contact_map{width:100%;  height: 400px; overflow: hidden; margin-top: 20px;}
.ny_conta_xx{width:100%; height: auto; display: block; overflow: hidden; margin-bottom: 42px; 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%;}
.ny_title_1{ overflow: hidden; margin-bottom: 20px;}
.ny_title_1 p2{font-weight: 300; font-size: 34px; line-height: 1.2; color: #000;   }
.ny_title_1 p{text-transform: uppercase; font-size: 22px; color: #b7171b; position: relative; line-height: 2.8; margin-top: -10px;}
.ny_title_1 p::after{ content: ""; position: absolute; display: block; height: 1px; width: 140px; background: #d4d4d4; left: 0; bottom: 0;}
.ny_title_1 em{font-style: normal; font-size: 19px; line-height:1.4; color: #000; padding: 15px 0; display: block;}
.ny_title_2{ overflow: hidden; padding-top: 50px; margin-bottom: 20px;}
.ny_title_2 p2{font-weight: 300; font-size: 36px; line-height: 1.2; color: #fff;}
.ny_title_2 p{text-transform: uppercase; font-size: 26px; color: #fff; position: relative; line-height: 2.8; margin-top: -10px;}
.ny_title_2 p::after{ content: ""; position: absolute; display: block; height: 3px; width: 80px; background: #fff; left: 0; bottom: 0;}
.ny_title_2 em{font-style: normal; font-size: 24px; line-height:1.4; color: #fff; padding: 15px 0; display: block;}
.section-content{width:100%; height:auto; overflow:hidden; margin: 60px 0 100px; font-size:16px; color:#666; line-height:30px;}
.section-content p{ font-size:16px; color:#666; line-height:30px;}
.inside_banner{ height: 400px; padding-top:180px; position:relative }
.inside_banner .in_header{position:absolute}

.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 60px 0 100px; padding-bottom: 70px; }
.ny_news_show img{max-width:100%}
.ny_news_show p{font-size:16px; color:#333; line-height: 36px;}


.keyword_light img{max-width:100%}




@media screen and (max-width:1500px){
	.w1440{width:1200px;}
	.footer_nav dl{padding-left: 18px;}
	.footer_nav{width:78%}
	.index_news_pic{width:330px;}
	.index_news_xx{margin-left:350px}
	.index_news_xx p{margin:10px 0 15px;}
	.case_bottom_left{height: 257px}
	.case_bottom_left a{margin-top: 96px;}
	.index_about_xx{width:516px}
	.index_about_xx ul li{margin-right: 40px;}
	.copy_bq,.footer_zhichi span{font-size:12px;}
	.footer_xx p{width:auto; margin-right:6%}
	.footer_xx p:last-child{margin-right:0}
}


@media screen and (max-width:1360px){
	.container{width:1200px;}
	.ny_solution_xx{width:682px;}
}

