@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 14px;}
img{ border:0;}
a{ text-decoration:none; color:#333; transition: all 0.3s; -o-transition: all 0.3s; -mos-transition: all 0.3s; -webkit-transition: all 0.3s;  }
input,textarea,button{outline:none;}
em{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
hr{ border:none;}
.l{ float:left}
.r{ float:right}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.container{ width:1200px; margin: 0 auto; }
.w1440{ width:1400px; margin: 0 auto; }
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}







/* 导航栏 */
.header_dao{width:100%; height:100px; background:#fff; position: fixed; top:0; left:0; padding: 0 4%; z-index: 9; box-shadow:0 0 6px rgba(0,0,0,0.2)}
.h_logo{width:240px; height:100px; float: left; padding-top:24px }
.h_logo h4{color:#000000; font-size: 22px;}
.h_logo h5{color:#000000; font-size: 12px; text-transform: uppercase; line-height:26px;}
.h_dh{float: right;  position: relative; height:100px}
.h_dh i{width:26px; height: 100px; display: block; background: url(../images/h_dhs.png) no-repeat center}
.h_dh p{color:#c31f28; background: #fff; padding: 10px; font-size: 20px; position: absolute; top:100px; right:0; display: none; box-shadow: 0 0 6px rgba(0,0,0,0.2)}
.h_dh:hover p{display: block}
.nav{width:50%; height:100%; float: right; background: url(../images/nav_xs.png) no-repeat right center; margin-right:2%}
.nav .nLi{ float:left;  position:relative; display:inline; height:100%;    text-align: center;  width:16.6%; 
	background: url(../images/nav_xxs.png) no-repeat right center}
.nav .nLi:last-child{background: none}
.nav .nLi h3{ height:100%; width:100%; text-align: center;}
.nav .nLi h3 a{font-size:16px;  color:#000000;  position: relative  }
.nav .nLi h3 a p{font-size:16px; color:#000000;  position: relative; display: table; margin: 0px auto; line-height:98px; padding: 0 15px }
.nav .sub{ display:none;left:50%; top:100px;  position:absolute;  line-height:26px; width:160px; margin-left:-80px;    z-index: 999; background: #ddd;}
.nav .sub li{ zoom:1; border-bottom: 1px solid #eeeeee;  height:auto; line-height:24px;  background:#eeeeee;text-align: center }
.nav .sub li p{ width:100%; margin: 0px; font-size: 15px; }
.nav .sub li span{ float: right;}
.nav .sub a{ display:block; padding:4px 10px; color: #434343; font-size: 14px; height: 100%; }
.nav .sub a:hover{color:#c31f28}
.nav .nLi.active p{border-bottom: 2px solid #c31f28; color:#c31f28}
.nav .nLi:hover p{border-bottom: 2px solid #c31f28; color:#c31f28}

.h_yuyan{float:right; color:#c31f28; font-size:24px; font-weight:bold; line-height:100px; margin-right:2%}



/* 首页:banner */
.banner{ width:100%; height:auto; position: relative; overflow: hidden; margin-top: 100px;}
.banner .swiper-slide a{width:100%; display: block}
.banner .swiper-slide a img{width:100%; display: block}
.banner .swiper-pagination-bullet{width:60px; height:2px; opacity: 1; background:rgba(255,255,255,0.2); }
.banner .swiper-pagination-bullet-active{ background:#fff;}
.banner .swiper-pagination{bottom:30px;}
.ban_shubiao{width:auto; text-align: center; position: absolute; bottom:25px; left:50%; z-index: 9; animation:mymove 5s infinite;}
.ban_shubiao p{color:#fff; font-size: 14px; margin-top: 5px;}
.ban_btn{width:370px; height: 100px; position: absolute; bottom:0; right:0; background: #c31f28; z-index: 99}
.ban_btn .swiper-button-next,.ban_btn .swiper-button-prev{width:12px; height: 100px; margin-top: 0;top:0}
.ban_btn .swiper-button-next{background: url(../images/ban_right.png) no-repeat center; right:auto; left:37%}
.ban_btn .swiper-button-prev{background: url(../images/ban_left.png) no-repeat center; left:20%;}
.ban_btn img{margin-left:30%; margin-top:38px}


@keyframes mymove
{
	 0% {
			transform: translate(0px, 0px);
		}
		50% {
			transform: translate(0px, -8px);
		}
		100% {
			transform: translate(0px, 0px);
		}

}





/*产品*/
.index_product{width:100%; height: auto; overflow: hidden; margin: 62px 0}
.index_news_title{width:100%; height: auto; text-align: center}
.index_news_title h3{color:#0f1216; font-size: 32px;}
.index_news_title h4{color:#777777; font-size: 16px; position: relative; display: table; margin: 0px auto; position: relative; text-transform:uppercase; 
	margin-top: 5px}
.index_news_title h4:after{content: ""; width: 118px; height: 1px; background: #bebebe; position: absolute; top:50%; left:-130px}
.index_news_title h4:before{content: ""; width: 118px; height: 1px; background: #bebebe; position: absolute; top:50%; right:-130px}
.index_product_nav{width:auto; display: table; max-width:1200px; margin:40px auto;}
.index_product_nav a{color:#000000; font-size: 16px; float: left; margin: 0 30px; line-height: 40px;}
.index_product_nav a:hover{border-bottom: 1px solid #c31f28; color:#c31f28}
.index_product_all{width:100%; height: auto; overflow: hidden; position: relative}
.index_product_all:after{content: "PRODUCT"; font-size:386px; color: #fbeff1; font-weight: bold; position: absolute; top:0; left:0}
.index_product_all .swiper-container{width:1440px; margin: 0px auto; }
.in_pro_li{width:100%; height:605px; overflow: hidden; position: relative; padding: 0 10% 0}
.in_pro_li:after{content: ""; width: 1px; height: 540px; background: #ededed; position: absolute; top:0; right:0}
.index_product_pic{width:100%; height: auto; overflow: hidden; text-align: center; margin: 20px 0}
.index_product_pic img{width:auto; height:auto}
.index_product_txx{width:100%; height: auto; overflow: hidden}
.index_product_txx hr{width:20px; height:2px; background: #c31f28; display: block; margin: 10px 0 15px}
.index_product_txx span{color:#c31f28; font-size: 16px; display: block; font-weight: bold;  margin-bottom: 10px}
.index_product_txx h3{color:#000000; width: 100%; height:40px; line-height: 40px; font-size:18px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_product_all .swiper-pagination-bullet{width:14px; height: 14px; background: url(../images/p_dian.png) no-repeat center; opacity: 1; margin: 0 5px}
.index_product_all .swiper-pagination-bullet-active{background: url(../images/p_active.png) no-repeat center}
.index_product_all .swiper-pagination{width:auto; left:auto; right:0; top:12px;}
.in_pro_li:hover .index_product_txx{text-align: center}
.in_pro_li:hover .index_product_txx h4{display: block}
.in_pro_li:hover .index_product_txx hr{width:1px; height: 84px; margin: 10px auto 15px}
.in_pro_more{color:#c31f28; width: 100%; height:40px; line-height: 40px; font-size:18px; margin:0 auto; display: block; text-align: center}
.in_pro_bottom{width:1440px; position: relative; margin:20px auto;}
.in_pro_more:hover{font-weight:bold;}


/*关于我们*/
.index_about{width:100%; height: 800px; background: url(../images/about_bjs.jpg) no-repeat bottom center; background-attachment: fixed; background-size: cover; position: relative; margin-top: 134px}
.index_about:after{content: ""; width: 50%; height: 200px; background: url(../images/about_bottom.jpg) no-repeat center; position: absolute; bottom:0; right:0}
.index_about_left{width:50%; height: auto; float: left; margin-top: -90px;}
.index_about_top{width:560px; height: 90px; background: url(../images/about_top.jpg) no-repeat center; padding:20px 50px}
.index_about_top h4{color:#fff; font-size: 26px;}
.index_about_top hr{width:40px; height: 2px; background: #fff; display: block; margin-top: 8px;}
.about_left_xx{width:560px; height: 540px; background: #fff; padding:38px 50px}
.about_left_xx h4{color:#0f1216; font-size: 26px; font-weight: bold;}
.in_about_xx{width:100%; height: auto; color: #777777; font-size: 16px; line-height: 34px; margin-top: 45px; display: block}
.in_about_more{width:115px; height: 9px; background: url(../images/ab_jts.png) no-repeat bottom center; height: 38px; font-size: 20px; color: #0f1216; 
	display: block; margin-top: 30px;}
.about_left_img{width:595px; height: auto; text-align: right; margin-top: -65px;}
.about_left_bottom{width:100%; height: auto; overflow: hidden; margin-top: 73px; margin-bottom: 55px;}
.about_left_bottom a{width:140px; height: 50px; line-height: 50px; float: left; text-align: center; font-size: 18px; color: #fff; display: block; 
	border: 1px solid #fff}
	.about_left_bottom a:hover{background:#fff; color:#c31f28}
	
.about_left_bottom hr{width:74%; height: 1px; float: right; background: rgba(255,255,255,0.3); margin-top:20px;}
.index_about_right{width:50%; height: auto; float: right; border-left:1px solid rgba(255,255,255,0.3); border-right:1px solid rgba(255,255,255,0.3); 
	padding-top:107px;}
.about_right_top{width:100%; height: auto; padding: 0 50px}
.index_about_right h4{width:100%; height: auto; color: #fff; font-size: 32px; }
.index_about_right h5{width:100%; height: auto; color: #ffffff; font-size: 16px; text-transform: uppercase}
.index_about_right h6{width:100%; height: auto; color: #ffffff; font-size: 16px; line-height: 34px; margin-top: 40px;}
.index_about_right ul{width:100%; height: auto; overflow: hidden; border-top:1px solid rgba(255,255,255,0.3); margin-top: 120px;}
.index_about_right ul li{width:33.33%; height:200px; float: left;  border-right:1px solid rgba(255,255,255,0.3); text-align: center; padding-top: 40px; transition: all 0.4s ease-in-out;
}
.index_about_right ul li:last-child{border-right:0}
.index_about_right ul li p{color:#fff; font-size: 18px; margin-top:10px;}
.index_about_right ul li:hover{ padding-top:30px;}

/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; margin: 62px 0}
.index_news_top{width:100%; height: auto; overflow: hidden; position: relative; margin-top: 58px}
.in_news_ywtitle{position: absolute; top:0; right:0}
.in_news_ywtitle h4{color:#c31f28; font-size: 70px; font-weight: bold; text-transform: uppercase}
.in_news_ywtitle h5{color:#c31f28; font-size:45px; font-weight: bold; text-transform: uppercase}
.index_news_top .swiper-container{width:100%; height: auto; overflow: hidden}
.index_news_top .swiper-slide a{width:100%; height: auto; display: block; background: url(../images/news_bj.jpg) no-repeat right center}
.index_news_img{width:760px; height: auto; float: left; position: relative; overflow:hidden}
.index_news_img 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_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_news_img:after{content: ""; width: 160px; height: 160px; background: #fff; position: absolute; bottom:0; right:0; z-index: 9}
.index_news_top .swiper-button-next,.index_news_top .swiper-button-prev{width:70px; height: 60px; bottom:42px; top:auto; margin-top: 0}
.index_news_top .swiper-button-next{background: #c31f28 url(../images/n_right.png) no-repeat center; right:auto; left:600px}
.index_news_top .swiper-button-prev{background: #ffffff url(../images/n_hleft.png) no-repeat center; left:530px}
.index_news_xx{margin-left:760px; height: 480px;  padding: 140px 66px 0 90px; position: relative}
.index_news_xx:after{content: ""; width:680px; height: 128px; background: #fff; position: absolute; bottom:0; right:0 }
.index_news_xx span{color:#777777; font-size: 16px;}
.index_news_xx h3{width:100%; height: 30px; line-height: 30px; color: #0f1216; font-weight: bold; font-size: 22px; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap; margin:25px 0}
.index_news_xx p{width:100%; height: 68px; line-height:34px; color: #777777; font-size: 16px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.index_news_xx h4{color:#c31f28; font-size: 20px; height: 40px; background: url(../images/n_jts.png) no-repeat bottom center; width:115px; font-weight: bold; margin-top: 80px; position: relative; z-index: 9}
.index_news_ul{width:100%; height: auto; overflow: hidden; margin-top: 50px}
.index_news_ul li{width:32%; height: auto; float: left; margin-right: 2%; background: url(../images/n_img.jpg) no-repeat center; background-size: cover; padding: 40px 20px}
.index_news_ul li:last-child{margin-right: 0}
.index_news_ul li span{color:#777777; font-size: 16px;}
.index_news_ul li h4{color:#0f1216; font-size:22px; font-weight: bold; width: 100%; height: 30px;  line-height: 30px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-top: 25px; margin-bottom: 10px}
.index_news_ul li p{width:100%; color:#777777; font-size: 16px; line-height: 30px; height: 60px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.index_news_ul li:hover{background: url(../images/n_hover.jpg) no-repeat center; background-size:cover;}
.index_news_ul li:hover span{color:#fff;}
.index_news_ul li:hover h4,.index_news_ul li:hover p{color:#fff;}


/*联系我们*/
.index_contact{width:100%; height: auto; overflow: hidden; background: url(../images/contact_bjs.jpg) no-repeat top center; padding:80px 0 }
.index_contact_center{background: url(../images/contact_img.jpg) no-repeat center; height: 320px; text-align: center; padding-top: 125px}
.index_contact_center h4{color:#fff; font-size: 32px; }
.index_contact_center p{color:#ffffff; font-size: 16px; opacity: 0.4; text-transform: uppercase; margin-top:15px }
.c_more{width:240px; height: 60px; background: #c31f28; text-align: center; line-height: 60px; font-size: 20px; display: block; margin:-30px auto 0; color:#fff}
.c_more:hover{background: #333}





/*底部*/
.footer{width:100%; height:auto;  background:#10121e; overflow: hidden; padding: 86px 0 30px}
.footer_left{width:25%; height: auto; float: left;}
.f_logo{width:100%; display: block; margin-bottom:10px;}
.f_logo h4{color:#ebebeb; font-size: 22px;}
.f_logo h5{color:#ebebeb; font-size: 12px; text-transform: uppercase; line-height: 26px}
.footer_left_xx{width:100%; height: auto; overflow: hidden; margin-top: 45px;}
.footer_left_xx p{color:#ebebeb; font-size: 14px; opacity: 0.5; line-height: 30px;}
.footer_center{width:100%; height: auto; overflow: hidden}
.footer_nav{width:882px; height: auto; float: right; display: flex;     -webkit-justify-content: flex-end;
    justify-content: flex-end;  display: -webkit-flex;}
.footer_nav dl{margin-right: 70px; float: left;}
.footer_nav dl dt{font-size: 16px; color: #ebebeb; margin-bottom: 20px;}
.footer_nav dl dd{width:100%; overflow: hidden; margin-top: 10px;}
.footer_nav dl dd a{width:100%; display: block; font-size: 14px; color: #ebebeb;  opacity: 0.5; line-height: 30px;}
.footer_nav dl dd a:hover{opacity: 1}
.footer_img{width:120px; height: auto; float: right}
.footer_img img{width:100%; display: block}
.footer_img p{color:#fff; text-align: center; font-size: 14px; color: #ebebeb; opacity: 0.5; margin-top: 10px;}
.f_copy{width:100%; height:60px; overflow: hidden; line-height:60px;  margin-top: 50px; }
.copy_l{font-size:14px; color:#ebebeb; height: 100%; width:auto; float: left; opacity: 0.5 }
.copy_l a{color:#ebebeb; font-size: 14px;}
.copy_l a:hover{color:#c31f28!important; opacity:1}
.footer_zhichi{width:372px; height:auto; float: right; opacity: 0.5 }
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#999999; height: 100%; line-height:60px;}
.footer_zhichi p:last-child{margin-right: 0}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:20px; margin-right: 10px}
.footer_zhichi .js{width:80px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:20px;}
.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: #ebebeb;}
.footer_zhichi i{ float: left;}
.index_links{width:100%; height: auto; overflow: hidden; margin:15px 0}
.index_links h4{color:#333333; font-size:16px; float: left; line-height:30px;}
.index_links_p{margin-left:90px; }
.index_links_p a{color:#333333; font-size: 14px; float: left; margin-right: 30px; line-height: 30px;}
.copy_l:hover{opacity:1}




/*客服*/
.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: -125px;
    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:#c31f28;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    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;}




.page-list{ display: none;}
.inside_banner h2{ font-size: 40px; font-weight: bold; color: #fff;; text-align: center;line-height: 2.4; padding-top: 20px;}
.inside_banner p{ text-align: center; font-size: 22px; }
.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{min-height: 90px; 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;}
.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: #c31f28; 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 #c31f28;}
.honor_list li:hover .gallery-title{ background: #c31f28; 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:300px; height:100%; float:left; overflow:hidden; border: 1px solid #d2d2d2; padding:10px 0}
.ny_solution_img img{width:60%; height:100%;    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s; display: block; margin:0px auto;}
.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 #c31f28;}
.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:16px; background:#eee}
.yfzx_more:hover{background: #c31f28; color: #fff; border: 1px solid #c31f28}
.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:#c31f28; color:#fff}
.ny_solution_xx .ny_yfzx_title h5{width:100%; height:auto; color:#333; font-size:18px; 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: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:#c31f28; 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:70%; height:100%; display:block; margin:0px auto; }
.ny_pro_tright{width:650px; height: auto; float: right}
.ny_pro_tright h1{ font-size: 30px; 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_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: #c31f28; 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; 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: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: #c31f28;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: #c31f28; 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 18px 0;
text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.sideMenu h3.on {background: #c31f28; 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: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; background: url(../images/dian.png) no-repeat left center; padding-left:15px; overflow: hidden; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.sideMenu ul li:hover a{color:#c31f28}
.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_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; }
.ny_hotnews h3{width:100%; height:40px; background: #c31f28; color: #fff; text-align: center; line-height: 40px; font-size: 20px; padding: 0px 10px;}
.ny_hotnews ul{width:100%; height: auto; margin-top: 10px; margin-bottom:20px;}
.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:#c31f28}
.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:#c31f28; 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:28px;}
.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:65%; 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:20%; 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:#c31f28}
.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_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:auto; 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%;}
.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: 36px;}
.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: #c31f28; 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;}
.ny_title_2{ overflow: hidden; padding-top: 50px; margin-bottom: 20px;}
.ny_title_2 h2{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;}
.inside_banner{ height: 400px; padding-top:102px; position:relative; margin-top:100px;}
.inside_banner .in_header{position:absolute;}


.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;}
.service_ban{background: url(../images/service_ban.jpg) no-repeat center bottom;}
.case_ban{background: url(../images/case_ban.jpg) no-repeat center bottom;}
.product_ban{background: url(../images/product_ban.jpg) no-repeat center bottom;}
.rlzy_ban{background: url(../images/rlzy_ban.jpg) no-repeat center bottom;}
.qyhj_ban{background: url(../images/qyhj_ban.jpg) no-repeat center bottom;}


/* .timer_shaft_line{position: relative;} */
.product_cite{width: 690px;font-size: 15px;}
.product_cite h4{text-align: right;font-size: 15px;}
.timer_shaft_left{float: left;font-size: 26px;width: 175px;text-align: left;position: relative; line-height: 42px;  }
.timer_shaft_left::after{content:"";position: absolute;right: 3px;top: 22px;width: 11px;height: 11px;border:1px solid #003993;border-radius:50%;background: #fff;z-index: 2;}
.timer_shaft_right{float: right;line-height: 35px;padding-left: 30px;/*! max-width: 600px; */padding-top: 13px;color: #666; width:84%;   }
.timer_shaft_right > img{ display: block; width: 300px; height: auto; }
.timer_shaft_box{position: relative; margin-top: 70px;   }
.timer_shaft_box::after{content: '';position: absolute;left: 165px;height: 100%;width: 1px;background: #003993;z-index: 1;top: 0;}
.timer_shaft_line .timer_shaft_left{padding: 8px 15px;}
.clear_new{clear:both;overflow:hidden;}
.clear_new2:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.timer_shaft_box:first-child{margin-top: 50px;}
.exhibition_text{background: #eeeeee;padding: 30px;line-height: 30px;}
.exhibition_text h2{font-size: 24px;font-weight: bold;margin-bottom: 6px;}
.pic_list{width: 100%;}
.pic_list ul li{width: 23.5%;float: left;margin-right: 2%;margin-bottom: 10px;overflow: hidden;}
.pic_list ul li:nth-child(4n){margin-right: 0;}
.pic_list ul li a{display: block;}
.pic_list_box{overflow: hidden;}
.pic_list_box img{width:100%}
.pic_list ul li a img{width: 100%;transition:  all .5s;}
.pic_list ul li a p{text-align: center;line-height: 30px;margin-top: 10px;font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.pic_list ul li:hover a img{transform: scale(1.2);}
.text_list{margin-bottom: 50px;;}
.text_list li a{display: block;}
.text_list li p{float: left;width: 70%;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;}
.text_list li span{float: right;}
.text_list li{border-bottom: 1px dashed #cacaca;padding: 10px;}
.timer_shaft_right b{font-size:16px;   color: #333;}
.timer_shaft_right span{font-size:16px;}
.about_one_right{ width:80%; height:auto; float:right;}
.about_one_right p{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #333333; line-height: 29px; }
.ny_about_five{width:100%; height: auto; overflow: hidden; margin-bottom: 85px;}
.ny_about_five .container,.ny_about_four .container{border-top:1px solid #333333; padding-top: 48px;}
.about_five_t{width:185px; height: auto; float: left; text-align: right; margin-top:50px}
.about_five_t h3{font-size: 40px;; color: #222222; font-weight: bold;}
.about_five_t p{font-size: 16px; color: #333333;  font-family: "Arial"; margin-top:12px;}
.about_five_t img{margin-top: 22px;}
.about_five_pic{width:auto; margin-left: 260px;}
.about_five_pic a{width:100%; height: auto; display: block}
.about_five_pic a img{width:100%; height: auto; display: block}
.ny_fzlc{width:100%; height:auto; overflow:hidden; margin-bottom:60px;}


/* 内页通用产品推荐 */
.inside_pro{margin-top: 20px;}
.inside_pro h3{  height: 54px; line-height: 54px;  position: relative; margin-bottom: 20px; font-weight: bold; color: #333;  font-size: 24px;}
.inside_pro h3::after{ content: ""; position: absolute;  height: 8px;  width: 86px; bottom: 0; left: 0; background: url(../images/fengen_10.png) no-repeat center; }
.inside_pro h3 span{ font-size:18px; margin-left: 10px; font-weight: bold; color: #dedede;}
.picScroll-ipro{  width: 1300px; position:relative;overflow: hidden;}
.picScroll-ipro .bd ul{height: auto;  }
.picScroll-ipro .bd ul li{ width: 414px; float: left; margin-right: 30px; position: relative;}
.picScroll-ipro .bd ul li .pic{ height:auto; width: 414px; overflow: hidden;}
.picScroll-ipro .bd ul li .pic img{ width: 100%;transition: all .4s;}
.picScroll-ipro .bd ul li:hover .pic img{transform: scale(1.08); transition: all .4s;}
.picScroll-ipro .bd ul li .title{  height: 66px;  width: 372px; background: #fff; position: absolute;  left: 20px; z-index: 9; bottom: -30px; box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.05)}
.picScroll-ipro .bd ul li .title a{ height: 66px; line-height: 66px; display: block; position: relative; padding-left: 30px;  transition: all .4s; font-size: 15px;}
.picScroll-ipro .bd ul li:hover .title a{ height: 66px; line-height: 66px; display: block; position: relative; padding-left: 50px; }
.picScroll-ipro .bd ul li .title a::before{ content: ""; position: absolute; height: 1px;  width: 10px; background: #c31f28; bottom: 30px; left: 16px; transition: all .4s;}
.picScroll-ipro .bd ul li:hover .title a::before{ content: ""; position: absolute; height: 1px;  width: 30px; background: #c31f28; bottom: 30px; left: 16px;}
.picScroll-ipro .bd ul li .title span{ float: right; font-size: 14px; color: #999; padding-right: 15px;}
.picScroll-ipro .hd .next,.picScroll-ipro .hd .prev{ position: absolute; top: 110px; z-index: 9999; height: 54px; width: 30px; }
.picScroll-ipro .hd .next{ background: rgba(0,0,0,0.7) url(../images/inside_right.png) no-repeat center; float: right; cursor: pointer; right: 0px;}
.picScroll-ipro .hd .prev{ background: rgba(0,0,0,0.7) url(../images/inside_left.png) no-repeat center; float: left; cursor: pointer; left: 0px;}
.inex_news_main{ overflow: hidden;}
.inex_news_main li{ width:49%;  background: #f8f8f8; padding: 20px; float: left; margin-bottom: 20px; overflow: hidden;}
.inex_news_main li:nth-child(2n){ float:right;}
.inex_news_main li .pic{ float: left; height: 133px; width: 187px; overflow: hidden; margin-right: 20px;}
.inex_news_main li .pic img{ width: 100%; transition: all .4s;}
.inex_news_main li:hover .pic img{transform: scale(1.08); transition: all .4s;}
.inex_news_main li p a{ font-size: 16px; line-height: 32px;     overflow: hidden; display: block;  white-space: nowrap; text-overflow: ellipsis;}
.inex_news_main li p a:hover{ color: #c31f28}
.inex_news_main li span{ font-size: 14px; color: #999; display: block; line-height: 32px;}
.inex_news_main li i{font-style: normal; font-size: 14px; line-height: 30px; text-align: justify; color: #666; display: block;}



	
@media screen and (max-width:1500px){
	.w1440{width:1200px}
	.footer_nav{width:740px}
	.footer_nav dl{margin-right:40px;}
	.index_news_xx:after{width:445px}
	.index_news_xx{padding: 130px 35px 0 52px;}
	.nav{width:65%}
}


@media screen and (max-width:1360px){

}

