@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;}
.w1440{ width:1400px; margin: 0 auto;}
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.container{width:1200px; margin: 0 auto}

*:focus {
  border: none;
  outline: none;
}


.header_all{width:100%; height:100px; position:fixed; top:0; left:0; z-index: 999; background: #fff; box-shadow:0 0 14px rgba(0,0,0,0.3)}
.h_logo{width:18%; max-width:242px; height:100px; float: left; display: flex; align-items: center; }
.h_logo img{max-width:100%; height: auto; align-items: center; margin: 0px auto;}
.h_search{width:100px; height:100px; background:url(../images/seach_h.png) no-repeat center; float:right; position: relative; border-left:1px solid #e5e5e5; margin-left:3% }
.form_box{position: absolute;  top:84px; left:0; right:0; z-index: 999; height:auto; background: #fff; display:none; margin: 0 auto; width: 100%; padding: 10px 0;  box-shadow: 0 0 5px rgba(0,0,0,0.1)}
.form_box form{width:100%; margin:0 auto;}
.form_box p{ height:auto; width: auto; display: table; margin: 0px auto;}
.form_box input[type="text"]{width:300px; height:40px; line-height:40px; border: 0; float: left; background: #eee; color:#333; font-size: 15px; padding: 0 10px;}
.form_box .submit{width:120px; height:40px; border:0;  display: inline-block;  color:#fff; float:left;  outline: none; background: #e50112 ; font-size:16px;}




/*导航*/
#menu{width:50%; height:100px; position: relative; z-index:9; float:right; }
#menu .nav{ position:relative; z-index:1;   width:100%; height:100px; display: flex; justify-content:space-between;}
#menu .nav .nLi{ float:left;  position:relative; display:inline;height:100px; line-height:96px;}
#menu .nav .nLi p{font-weight: normal; width:auto; text-align:center;  z-index: 2; position: relative;  display: table; margin: 0px auto;}
#menu .nav .nLi p a{color:#000000;font-size:18px; height:100%; overflow: hidden; position: relative; }
#menu .nav .sub{ display:none; width:180px; left:50%; margin-left: -90px; top:100px;  position:absolute;  line-height:26px; z-index: 99999; background: #eee}
#menu .nav .sub li{ zoom:1; }
#menu .nav .sub a{ display:block; text-align: center; height:auto; font-size: 15px;  color:#333; padding:4px 0}
#menu .nav .sub a:hover{ color:#e50112;  }
#menu .nav .active p,#menu .nav .nLi:hover p{border-bottom: 2px solid #e50112}



/* 首页:banner */
.banner{ width:100%; position: relative; overflow: hidden; }
.banner .swiper-container{width:100%; }
.banner .swiper-slide{overflow: hidden}
.banner .swiper-slide a img{width:100%; display: block; height:auto;  }
.banner .swiper-pagination{bottom:5%; z-index: 9; width:100%; left: 50%; transform: translate(-50%, 0);}
.banner .swiper-pagination-bullet{width:10px; height: 10px; background: #fff; opacity: 0.3; margin: 0 14px!important; position: relative}
.banner .swiper-pagination-bullet:after{content: ""; width:12px; height:12px; border: 1px solid #fff; border-radius: 50%; position: absolute; top:-2px; left:-2px; transform: scale(1.8); opacity: 0 }
.banner .swiper-pagination-bullet-active{opacity: 1;}
.banner .swiper-pagination-bullet-active:after{opacity: 0.5;}
.ban_info{width:100%; height: auto; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%)}
.ban_info h4{color:#fff; font-size: 60px; font-weight: bold; line-height: 90px; text-align: center}
.ban_info p{color:#fff; font-size: 26px; font-weight:100;  text-align: center; letter-spacing:25px; margin-top:40px}
.banner_bottom{width:63%; height:100px; background: #e50112; position: absolute; bottom:0; right:0; z-index:1; clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%); display: flex; justify-content: center; align-items: center}
.banner_bottom p{color:#fff; font-size: 16px; background: url(../images/icon.png) no-repeat left center; padding-left: 25px;; line-height: 100px;}
.banner_bottom p b{font-size: 24px; font-weight: bold;}



/*关于我们*/
.index_about{width:100%; height:auto; overflow: hidden; margin-top: 100px;}
.index_about_left{width:59.5%; height: auto; overflow: hidden; float: left}
.index_about_left h4{color:#e50112; font-size: 36px; margin-bottom: 20px;}
.index_about_left h5{color:#000000; font-size: 40px; font-weight: bold; line-height:60px;}
.ab_num{width:100%; height: auto; display: flex; justify-content: space-between; border-top:1px solid #cccccc; margin-top: 30px; padding-top:30px}
.ab_num dl{width:100%; height: auto; overflow: hidden; margin-bottom:50px;}
.ab_num dl dt{color:#333333; font-size: 16px;}
.ab_num dl dt span{color:#e50112; font-size:30px; font-weight: bold;}
.ab_num dl dd{color:#333333; font-size:16px; line-height: 26px;}
.index_about_xx{width:100%; height: auto; overflow: hidden; display: block; color: #777777; font-size: 16px; line-height: 34px;}
.index_ab_more{width:170px; height: 50px; border: 1px solid #d6d6d6; position: relative; text-align: center; line-height: 50px; display: block; margin-top: 40px;  
	font-size: 16px; z-index: 1}
.index_ab_more:after{content: ""; width:3px; height: 26px; background: #e50112; position: absolute; top:50%; left:0; transform: translate(0,-50%); z-index: -1; 
	transition: all 0.4s ease-in-out; }
.index_about_right{width:36.4%; height: auto; float: right}
.index_about_right img{width:100%; display: block}
.index_ab_more:hover:after{width:100%; height: 100%; top: 0;  transform: translate(0); }
.index_ab_more:hover{color:#fff}
.index_ab_more span{position: relative}


/*设备实力*/
.index_case{width:100%; height: auto; overflow: hidden; background: url(../images/case_bjs.jpg) no-repeat center; padding: 108px 0 90px; background-attachment: fixed; background-size: cover; margin-top: 100px;}
.index_case_left{width:38%; height: auto; float: left}
.index_case_left h3{color:#fff; font-size: 36px;}
.case_left_li{width:100%; height:auto; overflow: hidden; margin-top:35px; border: 1px solid rgba(255,255,255,0.5); padding:20px 20px}
.case_left_li h4{color:#fff; font-size: 24px; font-weight:bold; margin-bottom: 10px;}
.case_left_li p{color:#fff; font-size: 16px; line-height: 34px; opacity: 0.6}
.index_case_right{width:58%; height: auto; float: right}
.case_right_more{width:100%; height: auto; display: flex; justify-content: flex-end}
.case_right_more a{width:170px; height: 50px; background: #fff; position: relative; z-index: 1; text-align: center; line-height: 50px; display: block; color:#333; 
	font-size: 16px;}
.case_right_more a:after{content: ""; width:3px; height: 26px; background: #e50112; position: absolute; top:50%; left:0; transform: translate(0,-50%); z-index: -1; transition: all 0.4s ease-in-out; }
.case_right_more a:hover:after{width:100%; height: 100%; top: 0;  transform: translate(0); }
.case_right_more a:hover{color:#fff}
.case_right_li{width:100%; height: auto; overflow: hidden; margin-top: 30px;}
.case_right_li .swiper-container{padding-bottom:60px;}
.case_right_li .swiper-slide a{width:100%; display: block}
.index_case_pic{width:100%; overflow: hidden}
.index_case_pic img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.case_right_li .swiper-slide a h4{width:100%; height: 45px; background: #fff; text-align: center; line-height: 45px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size:18px; color: #000000}
.case_right_li .swiper-button-next,.case_right_li .swiper-button-prev{width:26px; height: 27px;top:auto; margin-top: 0; bottom:0}
.case_right_li .swiper-button-next{background: url(../images/c_right.png) no-repeat center; right:44%}
.case_right_li .swiper-button-prev{background: url(../images/c_left.png) no-repeat center; left:44%}
.case_right_li .swiper-slide a:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}



/*产品*/
.index_products{width:100%; height: auto; overflow: hidden; margin: 130px 0 110px;}
.index_products .swiper-container{width:100%; height: auto; overflow: hidden; margin-top: 45px;}
.index_products .swiper-slide a{width:100%; display: block; border: 1px solid #dddddd; padding: 15px;}
.index_pro_tt{width:100%}
.index_pro_tt h4{width:100%; height: 40px; line-height: 40px; color: #000000; font-size: 24px; font-weight: bold;}
.index_pro_tt img{display: block; margin:24px 0 20px}
.index_pro_pic{width:100%; overflow: hidden}
.index_pro_pic img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_products .swiper-slide a:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_products .swiper-slide a:hover h4{color:#e50112}



/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; background: url(../images/news_bjs.jpg) no-repeat; background-size:cover; padding: 90px 0 100px }
.index_news_title{width:100%; height: auto; overflow: hidden}
.news_title_b{width:60%; float: left}
.news_title_b h4{color:#e50112; font-size: 36px; margin-bottom: 8px;}
.news_title_b p{color:#000000; font-size:26px; }
.index_news_title a{width:170px; height: 50px; border: 1px solid #d6d6d6; position: relative; text-align: center; line-height: 50px;float: right; font-size: 16px; 
	margin-top: 40px; z-index: 1}
.index_news_title a:after{content: ""; width:3px; height: 26px; background: #e50112; position: absolute; top:50%; left:0; transform: translate(0,-50%); z-index:-1; transition: all 0.4s ease-in-out; }
.index_news_title a:hover:after{width:100%; height: 100%; top: 0;  transform: translate(0); }
.index_news_title a:hover{color:#fff}
.index_news_top{width:100%; height: auto; overflow: hidden; margin-top: 40px;}
.index_news_top .swiper-slide a{width:100%; display: block; background: #f8f8f8;overflow: hidden}
.index_news_pic{width:38.6%; height: auto; float: left; overflow: hidden}
.index_news_pic img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_news_xx{width:61.4%; border-top:4px solid #da2f20; padding:66px 4% 10px 3%; float: left}
.index_news_xx h4{width:100%; height: 40px; line-height: 40px; color: #000000; font-size: 24px; font-weight: bold; text-overflow: ellipsis; overflow: hidden;
	white-space: nowrap}
.index_news_xx p{width:100%; height:90px; overflow: hidden; color: #777777; font-size: 16px; line-height: 30px; margin-top: 32px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;}
.index_news_xx span{color:#777777; font-size: 16px; margin-top: 70px; display: block}
.index_news_top .swiper-pagination{width:auto; right: 5%; left:auto; bottom:40px;}
.index_news_top  .swiper-pagination-bullet{width:10px; height: 10px; background: #da2f20; opacity: 0.4}
.index_news_top .swiper-pagination-bullet-active{opacity: 1}
.index_news_top .swiper-slide a:hover h4{color:#e50112}
.index_news_top .swiper-slide a:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}



/*联系我们*/
.index_contact{width:100%; height: 215px; overflow: hidden; background: url(../images/contact_bjs.jpg) no-repeat center; background-size: cover; padding:72px 0; background-attachment: fixed;}
.index_contact_left{width:50%; height: auto; float: left}
.index_contact_left h4{color:#fff; font-size: 30px; font-weight: bold; margin-bottom:15px;}
.index_contact_left p{color:#fff; font-size:18px; opacity: 0.5; font-weight: 100}
.f_lianxi{width:180px; height: 60px; line-height: 60px;  border: 1px solid rgba(255,255,255,0.3); border-radius:5px; float: right; font-size: 16px; color: #fff; background: url(../images/c_jts.png) no-repeat 90% center; padding-left:20px;}
.f_lianxi:hover{background:url(../images/c_jts.png) no-repeat 70% center;}




/*底部*/
.footer{width:100%; height:auto; overflow: hidden;  position: relative; background: #333333; padding-top: 45px;}
.footer_top{width:100%; height: auto; display: flex; justify-content: space-between; align-items: center}
.footer_logo{width:auto; }
.footer_logo img{max-width: 100%}
.footer_yqlj{width:28%; position: relative;  background: #484848}
.footer_yqlj p{width:100%; height:55px; line-height: 55px; overflow: hidden; background:url(../images/xia.png) no-repeat 95% center; font-size: 16px; color: #fff; font-size: 16px;  font-weight: bold; padding:0 5%;}
.footer_yqlj_xx{width:100%; height: 170px; overflow-y: auto; background: #fff; position: absolute; top:50px; right:0; padding: 10px; display: none; z-index: 99}
.footer_yqlj_xx a{width:100%; line-height: 24px; color: #333; font-size: 14px; margin: 5px 0; display: block; text-align: center}
.footer_yqlj:hover .footer_yqlj_xx{display: block}
.footer_center{width:100%; height: auto; overflow: hidden; margin:50px 0 40px;}
.footer_left{width:43%; height: auto; float: left; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}
.footer_left dl{width:auto; float: left;}
.footer_left dl dt{color:#fff; font-size: 16px; position: relative; padding-bottom:20px; margin-bottom:20px;}
.footer_left dl dt:after{content: ""; width: 20px; height:4px; background: #ff0000; position: absolute; bottom:0; left:0;}
.footer_left dl dd{width:100%; height: auto;}
.footer_left dl dd a{color:#fff; font-size:15px; display: block; margin-bottom: 10px; opacity: 0.3}
.footer_left dl dd a:hover{opacity: 1}
.footer_right{width:24%; height: auto; float: right}
.footer_right h4{color:#fff; font-size: 17px; position: relative; padding-bottom:20px;}
.footer_right h4:after{content: ""; width: 20px; height:4px; background: #ff0000; position: absolute; bottom:0; left:0;}
.footer_dizhi{width:100%; height: auto; overflow: hidden; margin:20px 0}
.footer_dizhi p{color:#aaaaaa; font-size:15px; line-height:35px;}
.footer_dizhi p b{color:#fff; font-size: 15px;}
.footer_ma{width:20%; height: auto; float: right; justify-content: space-between; display: flex; margin-left: 3%; margin-top: 50px;}
.footer_ma dl{width:48%; height: auto;}
.footer_ma dl dt{width:100%; height: auto; overflow: hidden}
.footer_ma dl dt img{width:100%; border-radius: 5px;}
.footer_ma dl dd{width:100%; color: #fff; font-size: 16px; text-align: center; margin-top: 5px;}
.footer_bottom{width:100%;height: auto; overflow: hidden; padding:5px 0; background: #333333; border-top:1px solid rgba(255,255,255,0.1)}
.copy_l{width:auto; height: auto; overflow: hidden; font-size: 14px; color: #999; line-height:60px;  text-transform: uppercase; float: left}
.copy_l a{color:#999; font-size: 14px;}
.copy_l a:hover{color:#fff!important}
.footer_zhichi{width:auto; height:auto; overflow: hidden; margin: 0 20px; float: right}
.footer_zhichi p{ width: auto; float: left; margin-right: 20px; color:#999999; font-size: 14px; }
.footer_zhichi p:last-child{margin-right: 0}
.footer_zhichi .js{width:82px;height:60px; background: url(../images/wl.png) no-repeat center; }
.footer_zhichi .pt{width:121px;height:60px; background: url(../images/vl.png) no-repeat center; }
.footer_zhichi span{float: left; font-size: 14px; color: #999999; line-height:60px;}
.footer_zhichi i{ float: left;}
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat center}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat center}
.footer_lianjie a{color:#999999; font-size: 14px; position: relative; padding-right:20px; margin-right: 10px;}
.footer_lianjie a:after{content: "|"; color:#999999; position: absolute; top:50%; right:0; transform: translate(0,-50%);}
.footer_lianjie a:last-child:after{display: none}
.footer_lianjie a:hover{color:#fff}
.footer_lianjie{float: right; line-height: 60px;}




/*关于我们*/
.page-list{ display: none;}
.inside_banner h2{ font-size: 40px; font-weight: bold; color: #fff;; text-align: center;line-height: 2.4; padding-top: 0px;}
.inside_banner p{ text-align: center; font-size: 22px; }
.inside_banner p img{ margin-right: 10px;}
.inside_banner p a{ display:inline-block;}
.inside_banner p *{ color: #fff;;  font-size: 16px;}
.inside_banner .shubiao{ display: block; margin: 32px auto;}
.nav-height{min-height:80px; background: #f7f6f4;position: relative;}
.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; margin:5px 0;}
.nav-wrap li a{font-size: 18px; padding: 0 30px; display:block}
.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:0; background: #e50112; left: 50%; margin-left:-40px;  }
.honor{ overflow: hidden; padding-bottom: 120px;}
.honor_list{ overflow: hidden;  width:100%; margin-bottom:50px;}
.honor_list li{ width:32.6%; float: left; border: 1px solid #e5e5e5; margin-right: 1%; margin-bottom: 20px;}
.honor_list li:nth-child(3n){ margin-right: 0;}
.honor_list li .img{overflow: hidden; width:100%;}
.honor_list li .img img{ width: 100%; transition: all 0.3s; display:block;object-fit: cover;  height: auto;}
.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 #e50112;}
.honor_list li:hover .gallery-title{ background: #e50112; color: #fff;}


.honor_list1{ overflow: hidden;  width:100%; margin-bottom:50px;}
.honor_list1 li{ width:24%; float: left; border: 1px solid #e5e5e5; margin-right: 1%; margin-bottom: 20px;}
.honor_list1 li:nth-child(4n){ margin-right: 0;}
.honor_list1 li .img{overflow: hidden; width:100%;}
.honor_list1 li .img img{ width: 100%; transition: all 0.3s; display:block;}
.honor_list1 li:hover .img img{transition: all 0.3s; transform: scale(1.05);}
.honor_list1 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_list1 li:hover{ border: 1px solid #e50112;}
.honor_list1 li:hover .gallery-title{ background: #e50112; 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:350px; height:100%; float:left; overflow:hidden; border: 1px solid #ffffff}
.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:750px; height:auto; float:left; margin-left: 40px; 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 #e50112;}

.ny_solution_xx .ny_yfzx_title{margin-top: 0}
.yfzx_more{width:120px;  height:40px;line-height:40px; color:#333; display:block;  text-align:center; font-size:14px; background:#eee}
.yfzx_more:hover{background: #e50112; color: #fff; border: 1px solid #e50112}
.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:#e50112; color:#fff}
.ny_solution_xx .ny_yfzx_title h5{width:100%; height:auto; color:#333; font-size:24px; font-weight:bold; overflow:hidden; white-space:nowrap}



/*产品详情页*/
.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:32%; 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:#e50112; 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:62%; height: auto; float: right}
.ny_pro_tright h1{ font-size: 36px; color: #191919; height:auto; line-height:40px; 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_24{width:100%; height: 30px; line-height: 30px; overflow: hidden; margin-top:30px;}
.ny_pro_24 p{font-size: 14px; color: #313131; background: url(../images/dh.png) no-repeat left center; float: left; padding-left: 20px; margin-right: 30px;}
.ny_pro_bottom{width:100%; height: auto; display: block; overflow: hidden; margin-top: 65px;}
.ny_pro_bleft{width:100%; height: auto; overflow: hidden; }
.ny_pro_bright{width:300px; height: auto; float: right}
.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:18px;font-weight: bold;}

.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;}



/*  ҳ    */
.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:35px;}
.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:12px;}
.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%; object-fit: cover;  height: 180px;}
.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:#e50112}
.ny_news_all ul li:hover h3{font-weight: bold; }
.ny_service_all{width:100%; height: auto; overflow: hidden; margin: 60px 0 100px; }


/*联系我们*/
.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: 18px;    color: #333;    line-height: 34px;}
.contact_right p{font-size: 16px;    color: #333;    line-height: 34px;}
.ny_cont_wx{max-width:498px; 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: 1px solid #e5e5e5; padding: 0px; background: #fff}
.ny_cont_wx dl dd{ font-size: 14px; color: #555; height: 40px; line-height: 20px; text-align: center; margin-top: 6px;}
.ny_cont_wx dl dt img{width:100%; height: 100%;}
.keyword_light{line-height:28px;}
.container2{width: 1200px;margin: 0px auto;}
.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: 34px;}
.ny_news_show table tr,td{    font-size: 17px;    color: #333;    line-height: 34px;}
/* .ny_news_show table tr,td a{display:contents;} */
.ny_title_1{ overflow: hidden; margin-bottom: 20px;}
.ny_title_1 h2{font-weight: 300; font-size: 34px; line-height: 1.2; color: #333;font-weight: bold   }
.ny_title_1 p{text-transform: uppercase; font-size: 22px; color: #e50112; position: relative; line-height: 2.8; }
.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:18px; line-height:1.4; color: #000; padding: 15px 0; display: block;}
.section-content{width:100%; height:auto; overflow:hidden; margin: 60px 0 100px;}
.inside_banner{ height: 450px; padding-top:180px; position:relative}
.inside_banner .in_header{position:absolute;}
.about_ban{background: url(../images/about_ban.jpg) no-repeat center;}
.news_ban{ background: url(../images/news_ban.jpg) no-repeat center;}
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat center;}
.case_ban{background: url(../images/case_ban.jpg) no-repeat center;}
.product_ban{background: url(../images/product_ban.jpg) no-repeat center;}
.rlzy_ban{background: url(../images/rlzy_ban.jpg) no-repeat center;}
.service_ban{background: url(../images/service_ban.jpg) no-repeat center;}







/*客服*/
.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:#e50112;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; 
	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;}




@media screen and (max-width:1500px){
	.w1440{width:1200px;}
	#menu{width:55%}
	.banner_bottom{padding-left:15%}
	.news_title_b{width:70%}
	.index_news_xx{padding:42px 4% 10px 3%;}
	.index_news_xx span{margin-top:40px;}
	.ban_info h4{font-size:46px; line-height:70px;}
	.ban_info p{font-size:20px; letter-spacing: 22px; margin-top:30px;}


}




 