@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:1440px; margin: 0 auto; }
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.container{width:1400px; margin: 0px auto;}






/* 导航栏 */
.header_nav{height:102px; width:100%;  position:fixed; top:0; left:0; z-index:999;  padding: 0 8%}
.h_logo{width:308px; height:102px; float: left; display: flex; align-items: center;}
.h_logo img{width:100%; height: auto; align-items: center; margin: 0px auto;}
.header_dao{width:55%; height: 100%;  float: left; margin-left:4% }
.nav{width:100%; height:100%;float: right;   }
.nav .nLi{ float:left;  position:relative; display:inline; height:100%;    text-align: center;  width:14.2%}
.nav .nLi h3{ height:100%; width:100%; text-align: center;}
.nav .nLi h3 a{font-size:16px;  color:#fff;  position: relative  }
.nav .nLi h3 a p{font-size:16px; color:#fff; line-height:102px;  position: relative;  display: table; margin: 0px auto;}
.nav .sub{ display:none;left:50%; top:80px;  position:absolute;  line-height:26px; width:130px;  margin-left: -65px;    z-index: 999; background: #ddd;}
.nav .sub li{ zoom:1; border-bottom: 1px solid #eeeeee;  height:40px; line-height:40px;  background:#eeeeee;text-align: center }
.nav .sub li p{ width:100%; margin: 0px; font-size: 14px;}
.nav .sub li span{ float: right;}
.nav .sub a{ display:block; padding:0 10px; color: #434343; font-size: 14px; height: 100%; }
.nav .sub a:hover{color:#b81915}
.nav .nLi.active p{font-weight: bold;}
.logo2{display: none}
.h_yy{float: right; position: relative; background: url(../images/yy_jts.png) no-repeat right center; padding-right: 20px;}
.h_yy span{color:#fff; font-size: 16px; background: url(../images/yy_icon.png) no-repeat left center; padding-left:30px; line-height: 80px}
.h_yy a{width:auto; height: auto; position: absolute; top:80px; left:-10px; background: #2a9bd7; color:#fff; font-size: 18px; padding:5px 20px; display: none;}
.f_top{background:rgba(0,0,0,0.5)}
.h_sj,.h_wx{width:43px; height: 43px; float: right; border: 1px solid rgba(255,255,255,0.5); position: relative; margin-left: 1.5%; margin-top: 28px;}
.h_sj img,.h_wx img{width:100px; display: block; position: absolute; top:43px; left:-40px; display: none}
.h_sj{background: url(../images/sj_icon.png) no-repeat center}
.h_wx{background: url(../images/wx_icon.png) no-repeat center}
.f_top .h_sj{background:#b81915 url(../images/sj_icon.png) no-repeat center}
.f_top .h_wx{background:#b81915 url(../images/wx_icon.png) no-repeat center}
.h_sj:hover img{display:block}
.h_wx:hover img{display:block}


/* 首页:banner */
.banner{ width:100%; height:auto; position: relative; overflow: hidden; }
.banner .slideBox{ width:100%; height:955px; overflow:hidden; position:relative; }
.banner .slideBox .hd{ height:30px; overflow:hidden; position:absolute; left:15%; bottom:60px; z-index:1;  background: rgba(153,153,153,0.2); 
	border-radius: 25px; padding:8px 10px;}
.banner .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.banner .slideBox .hd ul li{ float:left; margin-right:10px;   width: 14px; height:14px; border-radius: 50%; background:#fff; text-indent: -999px; cursor:pointer; opacity: 0.5 }
.banner .slideBox .hd ul li:last-child{margin-right: 0}
.banner .slideBox .hd ul li.on{opacity: 1}
.banner .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.banner .slideBox .bd li{ zoom:1; vertical-align:middle; position: relative}
.banner .slideBox .bd li a{width:100%; height:955px; display: block; overflow: hidden}
.slideBox .prev,.slideBox .next{ position:absolute;  bottom:60px;  display:block; width:65px; height:65px;  }
.slideBox .next{background: url(../images/b_right.png) no-repeat center; right:10%}
.slideBox .prev{background: url(../images/b_left.png) no-repeat center; right:15%}
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }


.banner .img-arrow {display: block; width: 21px; height: 52px; position: absolute; left: 50%; bottom:60px; z-index: 10; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); 
	-moz-animation: 1.2s ease-in-out infinite btnPage; -webkit-animation: 1.2s ease-in-out infinite btnPage; animation: 1.2s ease-in-out infinite btnPage;}

@-moz-keyframes btnPage{
0%,100%{-moz-transform:translateY(6px)}
50%{-moz-transform:translateY(0)}
}
@-o-keyframes btnPage{
0%,100%{-moz-transform:translateY(6px)}
50%{-moz-transform:translateY(0)}
}
@-ms-keyframes btnPage{
0%,100%{-moz-transform:translateY(6px)}
50%{-moz-transform:translateY(0)}
}
@-webkit-keyframes btnPage{
0%,100%{-webkit-transform:translateY(6px)}
50%{-webkit-transform:translateY(0)}
}
@keyframes btnPage{
0%,100%{transform:translateY(6px)}
50%{transform:translateY(0)}
}





/*服务*/
.index_service{width:100%; height: auto; overflow:hidden; padding: 50px 0; background: #b81915}
.index_service ul{width:53.5%; height: auto; float: left; margin: 20px 0 0}
.index_service ul li{width:98px; height: 98px; border: 2px solid #fff; border-radius: 8px; text-align: center; float: left; margin-right:70px}
.index_service ul li:last-child{margin-right: 0}
.index_service ul li h4{color:#fff; line-height: 30px; font-size: 16px;}
.index_service_img{width:100%; height:40px; display: flex; align-items: center; margin: 12px 0 5px}
.index_service_img img{align-items: center; margin: 0px auto; max-height:100%}
.s_h{display: none}
.index_service_right{width:425px; height: auto; float: right; border-top:1px solid #fff; text-align: right; padding-top:10px;}
.index_service_right h4{color:#fff; font-weight: bold; font-size:54px; font-weight: bold; font-family: "Arial"}
.index_service_right h5{color:#fff; font-size: 26px; line-height: 40px; margin-bottom:10px;}
.index_service_right h6{color:#fff; font-size: 36px; font-weight: bold; font-family: "Arial"; background: url(../images/dhs.png) no-repeat right center; 
	padding-right: 60px;}
.index_service ul li:hover{background: #fff;}
.index_service ul li:hover .s_h{display: block}
.index_service ul li:hover .s_s{display: none}
.index_service ul li:hover h4{color:#da251e}



/*分类*/
.index_fenlei{width:100%; height: auto; overflow: hidden}
.index_fenlei_left{width:50%; height: auto; float: left; position: relative; text-align: center}
.index_fenlei_left img{width:100%; height: auto; display: block}
.index_fenlei_left a{width:588px; height: auto; position: absolute; top:95px; right:4%}
.index_fenlei_left a h4,.fenlei_li h4{color:#fff; font-weight:bold; font-size: 38px; margin-bottom: 10px;}
.index_fenlei_left a p,.fenlei_li p{color:#ffffff; font-size:16px; margin:30px 0 35px; opacity: 0.5; line-height: 30px;}
.index_fenlei_left a span{width:217px; height: 54px; background: #da251e; text-align: center; line-height: 54px; font-size: 18px; font-weight: bold; display: block; color:#fff; margin: 0px auto;}
.index_fenlei_right{width:49.5%; height: auto; float: right}
.fenlei_li{width:100%; height: auto; position: relative; margin-bottom: 10px;}
.fenlei_li img{width:100%; display: block}
.fenlei_li a{width:380px; height: auto; display: block; position: absolute; top:15%; left:6%}
.fenlei_li span{width:217px; height: 54px; background: #da251e; text-align: center; line-height: 54px; font-size: 18px; font-weight: bold; display: block; color:#fff; }
.fenlei_li span:hover,.index_fenlei_left a span:hover{background: #fff; color:#da251e}




/*关于我们*/
.index_about{width:100%; height:auto;  position: relative; background: url(../images/about_bjs.jpg) no-repeat top center; background-attachment: fixed; background-size: cover; padding-top: 75px; overflow: hidden;}
.index_about_top{overflow: hidden}
.index_about_top h3{color:#fff; font-size: 40px; font-weight: bold; text-align: center}
.index_about_top hr{width:52px; height: 3px; background: #da251e; margin: 18px auto;}
.in_abinfo{width:1360px; height: auto; overflow: hidden; display: block; color:#fff; font-size: 16px; line-height: 34px; text-align: center}
.in_vicon{width:79px; height: auto; margin:45px auto 96px;   -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;}
.index_about_bottom{width:100%; height:auto; background: rgba(0,0,0,0.28); border-top:1px solid rgba(255,255,255,0.28) }
.index_about_bottom ul{width:1440px; height: auto; margin: 0px auto;}
.index_about_bottom ul li{width:25%; height: 370px; border-left:1px solid  rgba(255,255,255,0.28); padding:60px 40px; float: left}
.index_about_bottom ul li h4{color:#ffffff; font-size: 26px; font-weight: bold; margin: 28px 0 15px}
.index_about_bottom ul li p{width:100%; height: auto; color:#ffffff; font-size: 14px; opacity: 0.5; line-height: 30px;}
.index_about_bottom ul li:hover{background: #c22332}
.in_vicon:hover{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}


/*弹出视频*/
.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;}




/*产品*/
.index_product{width:100%; height: auto; overflow: hidden; background: url(../images/product_bjs.jpg) no-repeat center; padding:64px 0 55px}
.index_product_all{width:100%; height: auto; overflow:hidden; margin-top: 40px; margin-bottom: 30px;}
.index_product_all .swiper-container{padding-bottom:50px;}
.index_product_all .swiper-slide a{width:100%; height: auto; overflow: hidden; display: block}
.in_product_img{width:100%; height: auto; overflow: hidden}
.in_product_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_product_all .swiper-slide a h5{width:100%; height: 70px; line-height: 70px; color: #999999; font-size: 16px; background: #f1f1f1; padding: 0 20px;}
.index_product_all .swiper-slide a h5 span{color:#333333; font-size: 16px;}
.index_product_all .swiper-pagination-bullet{width:13px; height: 13px; background: #eeeeee; opacity: 1; margin-right: 10px;}
.index_product_all .swiper-pagination-bullet-active{background: #bf1a16}
.index_product_all .swiper-pagination{left:50%; transform: translate(-50%,-50%);}
.in_pro_more{width:217px; height: 54px; line-height: 54px; color:#fff; background: #da251e; text-align: center; font-size:18px; font-weight: bold; display: block; margin: 0px auto;}
.in_pro_more:hover{background:#fff; color:#da251e; border:1px solid #da251e}
.index_product_all .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_product_all .swiper-slide a:hover h5,.index_product_all .swiper-slide a:hover h5 span{color:#da251e}


/*理念*/
.index_linian{width:100%; height: auto; overflow:hidden; margin: 70px 0 80px}

.index_linian .w1440{background: #c22332; overflow: hidden}
.index_linian_left{width:49.4%; height: auto; float: left}
.pc-slide {width: 100%;margin: 0 auto; position: relative}
.view .swiper-container{width: 100%; height: auto;}
.view .swiper-slide a{width:100%; display: block}
.view .swiper-slide a img{width:100%; display: block}
.preview {width:462px; margin-top: 10px;position: absolute; bottom:24px; left:50%; margin-left: -231px}
.preview .swiper-container{width:100%; height: auto; overflow: hidden}
.preview .swiper-slide{width:137px; height: 106px; position: relative}
.preview .swiper-slide img{width:100%; display: block}
.preview .swiper-slide:after{content:""; width: 100%; height: 100%; background: rgba(0,0,0,0.4); position: absolute; top:0; left:0}

.preview .arrow-left {
	background: url(../images/ln_left.jpg) no-repeat center;
	position: absolute;
	left:-30px;
	top: 50%;
	margin-top: -25px;
	width: 51px;
	height: 51px;
	z-index: 10;
}

.preview .arrow-right {
	background: url(../images/ln_right.jpg) no-repeat center;
	position: absolute;
	right:-20px;
	top: 50%;
	margin-top: -25px;
	width: 51px;
	height: 51px;
	z-index: 10;
}
.preview .active-nav{border: 3px solid #fff;}
.preview .active-nav:after{background: none}

.index_linian_right{width:50%; float: right;  padding:65px 74px 0}
.index_linian_right h4{color:#ffffff; font-size: 40px; font-weight: bold;}
.index_linian_right hr{width:52px; height: 3px; background: #fff; display: block; margin: 20px 0 30px}
.index_linian_right p{color:#fff; line-height: 40px; font-size: 16px;}
.index_linian_right p span{color:#fff; font-size: 26px; font-weight: bold;}
.in_ln_more{width:176px; height: 53px; border: 1px solid rgba(255,255,255,0.5); display: block; text-align: center; line-height: 53px; font-size: 16px; color:#fff; display: block; margin-top: 48px;}
.in_ln_more:hover{background: #fff; color:#c22332}





/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; background:#f9f9f9; padding:53px 0 70px}
.index_news_title{width:100%; height: auto; overflow: hidden; text-align: center}
.index_news_title h4{color:#000000; font-size:40px; font-weight: bold; }
.index_news_title h5{color:#666666; font-size:16px; }
.index_news_title hr{width:52px; height: 3px; background: #da251e; display: block; margin: 22px auto;}
.index_news_left{width:50.4%; height: auto; float:left;  margin-top:36px; position: relative}
.index_news_left img{width:100%; display: block;}
.in_news_hover{width:100%; height:76px; line-height: 76px; background: rgba(0,0,0,0.5); position: absolute; bottom:0; left:0; padding: 0 3%}
.in_news_hover h4{width:60%; height: 100%; float: left; color:#fff; font-size: 18px; font-weight: bold; text-overflow: ellipsis; overflow: hidden;
	white-space: nowrap}
.in_news_hover span{float: right; color:#ffff; font-size: 18px; }
.index_news_right{width:49%; height: auto; float:right; margin-top:36px;}
.index_news_right ul{width:100%; height: auto; overflow: hidden}
.index_news_right ul li{width:100%; height: auto; overflow: hidden; background: #fff; padding:29px 30px; margin-bottom: 8px; border-radius:10px;}
.index_news_right ul li dl{width:135px; height: 92px; float: left; text-align: center; border-right:1px solid #e5e5e5}
.index_news_right ul li dl dt{width:100%; height:auto; color:#222222; font-size:36px; margin: 5px 0 }
.index_news_right ul li dl dd{  color:#222222; font-size:22px; width: 100%}
.news_right_xx{margin-left: 150px;}
.news_right_xx h4{width:100%; height:30px; line-height:30px; color: #222222; font-size: 18px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.news_right_xx p{width:100%; height:48px; line-height:24px; color: #999999; font-size: 14px; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin-top: 10px; }
.index_news_right ul li:last-child{margin-bottom: 0}
.index_news_right ul li:hover dt,.index_news_right ul li:hover dd,.index_news_right ul li:hover p{color:#da251e}
.index_news_left ul li: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:190px; background: url(../images/contact_bjs.jpg) no-repeat center}
.index_contact_left{width:50%; height: auto; float: left; padding-top: 48px;}
.index_contact dl{width:auto; float: left}
.index_contact dl dt{font-size: 32px; font-weight: bold; color:#fff; margin-bottom: 20px;}
.index_contact dl dd{font-size: 16px; color:#fff; opacity: 0.5}
.index_contact_left img{float: right; margin-right: 80px; margin-top: 30px;}
.in_contact_right{width:45%; height: auto; float: right; padding-top: 48px;}
.in_contact_right img{float: right;  margin-top: 30px;}





/*底部*/
.footer{width:100%; height:auto; overflow: hidden; background:url(../images/footer.jpg) no-repeat center; background-size:cover; padding:55px 0 0;}
.footer .w1440{overflow: hidden}
.footer_left{width:330px; height: auto; float: left}
.footer_top_left{width:100%; height: auto; overflow: hidden; oclor:#fff;}
.footer_top_left p{color:#fff; font-size: 16px; line-height: 30px;}
.footer_top_right{width:100%; overflow: hidden; margin-top: 24px;}
.footer_top_right dl{width:140px; height: auto; float: left; margin-right:28px}
.footer_top_right dl dt{width:100%; height: auto;}
.footer_top_right dl dt img{width:100%; display: block; }
.footer_top_right dl dd{width:100%;  color:#fff; font-size:16px; margin-top:10px; text-align: center}
.footer_top_right dl:last-child{margin-right: 0}
.footer_nav{float: right; max-width: 80%;}
.footer_nav dl{width:auto; height: auto; overflow: hidden; text-align: center; float: left; margin-left: 60px}
.footer_nav dl dt{color:#fff; font-size: 22px; font-weight: bold;}
.footer_nav dl dd{width:100%; height: auto; overflow: hidden; margin-top: 30px;}
.footer_nav dl dd a{color:#fff; font-size: 16px; opacity: 0.48; display: block; margin-bottom: 15px;}
.footer_nav dl dd a:hover{opacity:1}
.copy{clear:both;width:100%;height:88px; line-height:88px;  position: relative;     margin-top: 44px;  }
.copy_tab{display: table; margin: 0px auto;}
.copy_l{float:left; font-size:16px; color:#fff; height: 100%; }
.copy_l a{color:#fff}
.copy_l a:hover{color:#b81915!important}
.footer_zhichi{width:auto; height:100%; float: right; margin-left: 20px; }
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#fff; height: 100%}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:34px; margin-right: 10px}
.footer_zhichi .js{width:80px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:34px;}
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 
.footer_zhichi span{float: left; font-size: 16px; color: #fff;}
.footer_zhichi i{ float: left;}
.index_link{width:100%; height: auto; overflow: hidden; margin: 18px 0 22px}
.index_link p{float: left; color:#333333; font-size: 16px; line-height: 34px;}
.index_link_xx{margin-left: 100px;}
.index_link_xx a{color:#999999; font-size: 16px; height: 34px; line-height: 34px; margin-right:3%; float: left; margin-bottom: 8px;}
.index_link_xx a:hover{color:#b81915}







/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:250px;
    width: 77px;
    z-index: 9999;
}
.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:#b81915;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; float:left;
}










/*内页 banner*/
.ny_banner{width:100%; height: 350px; overflow: hidden; padding:120px 0 60px; }
.ny_banner .ny_banner_left{width:50%; float: left;}
.ny_banner .ny_banner_left h4{width:100%; height: 127px; line-height: 208px; font-size: 30px; color: #fff; font-weight: bold; margin-bottom: 10px;}
.ny_banner .ny_banner_left p{font-size: 16px; color: #fff; line-height: 26px;}
.ny_banner_right{float: right; font-size: 14px; color: #fff; margin-top:164px; line-height:26px;}
.ny_banner_right a{font-size: 14px; color: #fff; margin: 0px 10px;}
.ny_banner_right a:hover{font-weight:bold;}
.about_ban{background:url(../images/about_ban.jpg) no-repeat center}
.case_ban{background:url(../images/case_ban.jpg) no-repeat center}
.contact_ban{background:url(../images/contact_ban.jpg) no-repeat center}
.news_ban{background:url(../images/news_ban.jpg) no-repeat center}
.product_ban{background:url(../images/product_ban.jpg) no-repeat center}
.service_ban{background:url(../images/service_ban.jpg) no-repeat center}
.rlzy_ban{background:url(../images/rlzy_ban.jpg) no-repeat center}



/*内页左边导航*/
.ny_all{width:100%; height: auto; overflow: hidden; margin-top: 36px; margin-bottom:80px;}
.ny_left{width:21.5%; height: auto; float: left}
.ny_left_title{width:100%; height: 90px; background: #b81915; line-height: 90px; text-align: center; font-size: 30px;color: #fff; font-weight: bold;}
.ny_left_nav{width:100%; height: auto; padding: 16px 0 60px 16px; background: #f0f0f1}
.ny_left_nav .yiji li{width: 100%; height:auto;  padding-left:10px; margin-bottom:1px;  }
.ny_left_nav ul li a{padding-left: 15px; font-size: 16px; color: #333333;display: block;  height:50px;line-height: 50px;position: relative;}


.ny_left_nav ul li ul{display: none;}
.ny_left_nav ul li ul li { width: 100%; height: 50px; line-height: 50px; background: none;}
.ny_left_nav ul li ul li ul{display: none;}
.ny_left_nav ul li ul li a{ padding-left:20px; font-size: 14px; color: #666666}
.ny_left_nav ul li ul li.active a{color:#b81915; font-size: 14px; }
.ny_left_nav ul li.active{background:#fff}
.ny_left_nav ul li.active a{color:#b81915}
.ny_left_nav ul li:hover a.inactive{color:#b81915}
.ny_left_nav ul li ul li:hover a{color:#b81915}
.ny_left_nav ul li .inactives{color:#b81915}
.ny_left_nav ul li ul li:hover a{color:#b81915}






/*产品侧边导航*/
.accordion { width: 100%; height:auto; overflow:hidden}
.accordion li.open .link {color: #b81915;}
.accordion .link i{width:7px; height:7px;  float:left; margin-top:22px; margin-right:10px;}
.ny_left_nav ul li.open{background:#fff}
.accordion .link {
    cursor: pointer;
    display: block;
    height:50px; line-height:50px;
    font-size: 16px; color: #333333;
    position: relative;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;

}


.accordion .link::before {
    content: "";
    position: absolute;
    height: 7px;
    width: 7px;
    background: #b81915;
    left: 0;
    top: 20px;
}


.submenu li.block{background:#fff}
.submenu li.block a{color:#b81915}

.submenu a {
    display: block;
    text-decoration: none;
    font-size: 14px; color: #666666; height:auto!important; line-height:26px!important;
    padding:10px 0 10px 42px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.accordion li{padding-left:10px; position:relative}
.accordion li:hover{background:#fff;}



/*内页右边内容*/
.ny_right{width:75%; height: auto; float: right; padding-top:10px;}
.ny_right_title{width:100%; height: 47px; border-bottom: 1px solid #dddddd}
.ny_right_title h3{font-size: 24px; height: 40px; line-height: 40px; color: #484848; font-weight: bold; }
.ny_about_info{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #666666; line-height: 34px; margin-top:35px; }
.ny_about_info img{max-width: 100%;}
.ny_about_info p{font-size: 16px; color: #333; line-height: 32px;}



/*产品中心*/
.ny_product{width:100%; height: auto; overflow: hidden; margin-top: 35px;}
.ny_product ul{width:100%; height: auto; overflow: hidden}
.ny_product ul li{width:32%; float: left; height: auto; margin-right: 2%; margin-bottom: 30px;}
.ny_product ul li h3{width:100%; height: 40px; line-height: 40px; font-size: 20px; color: #b81915;     font-weight: bold;text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_product ul li .products_pic{height:auto; display: block;overflow: hidden;width:100%;    border: 1px solid #dddddd;}
.ny_product ul li .products_pic img{width:100%;  height:100%; display:block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_product ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_product ul li:nth-child(3n){margin-right: 0px;}
.ny_product ul li p{width:100%; height: 40px; line-height: 40px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: center; font-size:16px}
.ny_proshow_xq{width:100%; height:auto; overflow:hidden; font-size: 18px; line-height:28px; height: 200px; display: block;}
.ny_pro_more{width:100%; height:40px; border-bottom: 1px solid #b81915; font-size: 14px; color: #666; line-height: 40px;position:relative}
.ny_product ul li:hover .ny_pro_more{color:#fff; transition: all 0.4s ease-in-out; }
.ny_pro_more:after{content:""; width:0; height:100%; display:block; position:absolute; top:0; left:0; transition: all 0.4s ease-in-out;  background:#b81915}
.ny_product ul li:hover .ny_pro_more:after{width:100%; transition: all 0.4s ease-in-out;}
.ny_pro_more p{position:relative; z-index:9}

#sl_PicShow{width:100%!important;}
.sl_SmallImgList{width:100%; display:black; margin:0px auto; text-align:center}
.proshow_xx table{margin:0px auto}



/*新闻*/
.ny_news_list{width:100%; height: auto; overflow:hidden; margin-top: 10px;}
.ny_news_list ul{width:100%; height: auto; overflow: hidden;  margin-bottom: 30px;}
.ny_news_list li{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #dddddd; padding: 25px 0;}
.news_time{width:10%; float: right; text-align: center; background: #f5f5f5; padding:36px 0}
.news_time time{color: #b81915; font-size: 12px; margin-top: 10px; display:block; overflow: hidden; width: 100%; height:20px; line-height:20px; font-family: "Arial"}
.news_time p{ font-size:40px; color: #b81915;height: 35px; line-height: 35px; font-weight: bold;}
.ny_news_info{width:66%; float: left; margin-left: 3%;margin-top: 10px;}
.ny_news_info h3{ font-size:18px; color: #555555;  width:100%; height:35px; line-height: 35px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_news_info p{width:100%; line-height:28px; color: #666; font-size: 15px; word-break:break-all;
display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden; }
.ny_news_info span{width:98px; height:32px; border: 2px solid #cccccc; text-align: center; line-height: 28px; font-size: 14px; color: #666666; display: block; margin-top: 10px;}
.ny_news_img{width:18%; height:auto; float:left; overflow: hidden}
.ny_news_img img{width:100%; height: auto;transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_news_list li:hover{border-bottom: 1px solid #b81915;}
.ny_news_list li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_news_list li:hover span{background: #b81915; color: #fff; border:2px solid #b81915; }
.ny_news_list li:hover .news_time{background: #b81915;}
.ny_news_list li:hover .news_time p{color:#fff}
.ny_news_list li:hover .news_time time{color:#fff;}
.ny_news_list li:hover h3{color:#b81915;}



/* 内页通用产品推荐 */
.inside_pro{margin-top: 30px; margin-bottom:40px;}
.inside_pro h3{  height: 54px; line-height: 54px;  position: relative; margin-bottom: 20px; font-weight: bold; color: #333;  font-size: 24px;}
.inside_pro h3 span{ font-size:18px; margin-left: 10px; font-weight: bold; color: #dedede;}
.picScroll-ipro{width: 1400px; position:relative;overflow: hidden; padding-bottom:10px}
.picScroll-ipro .bd ul{height: auto; }
.picScroll-ipro .bd ul li{ width:336px; float: left; margin-right: 18px; position: relative; padding-bottom:10px;}
.picScroll-ipro .bd ul li .pic{ height:auto; width: 100%; overflow: hidden; border:1px solid #eee}
.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: 54px;  width: 100%; background: #fff;  box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.05)}
.picScroll-ipro .bd ul li .title a{ height: 54px; line-height: 54px; display: block; position: relative; padding-left: 30px;  transition: all .4s; font-size: 15px;}
.picScroll-ipro .bd ul li:hover .title a{ height: 54px; line-height: 54px; display: block; position: relative; padding-left: 50px; }
.picScroll-ipro .bd ul li .title a::before{ content: ""; position: absolute; height: 1px;  width: 10px; background: #b81915; bottom: 30px; left: 16px; transition: all .4s;}
.picScroll-ipro .bd ul li:hover .title a::before{ content: ""; position: absolute; height: 1px;  width: 30px; background: #b81915; 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:80px; z-index: 9999; height: 54px; width: 30px; }
.picScroll-ipro .hd .next{ background: rgba(0,0,0,0.7) url(../images/inside_right1.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;}


/* 内页通用:左侧分类 */
.nyban p{ padding-top:260px; color: #fff; font-size: 14px; text-align: right; }
.nyban p a{ color: #fff; }
.mainl-fl > h3{ width: 100%;  height: 91px; line-height: 87px; text-align: center; font-size: 30px; font-weight: bold; background: #b81915; color: #fff; }
.main-l{ border-top: none; width: 250px;  border-top: none;  }
.mianlfl-li > a > p{ color: #393939; font-size: 16px; float:left;line-height: 52px;  }
.mianlfl-li > a > span{ width:8px; height: 8px; display: block; border-radius: 50%; border:2px solid #004389; float:left; margin-left: 10px;    margin-top: 20px; margin-right: 13px;  }
.mianlfl-li{ clear: both; }
.mianlfl-li > a { display: block; margin: 0 auto; width: 225px; height: 52px; border-bottom: 1px solid #e5e5e5;  }
.mainl-fl > ul{ padding-top: 10px; }
.mianlfl-li > .active p{ color: #004389;  }
.mianlfl-li > .active span{ background: #004389;  }
.mianlfl-li:hover a > span{ background: #004389; }
.mianlfl-li:hover a > p{ color: #004389;  }
.zxzx-l{  height: 95px; width: 217px; margin: 0 auto; margin-top: 20px; margin-bottom: 10px; }
.zxdc-l{  height: 95px; width: 217px; margin: 0 auto;  margin-bottom: 20px; }
.zxzx-l > a > h3,.zxdc-l > a > h3{ color: #fff; font-size: 18px; text-align: center; padding-top: 25px;  }
.zxzx-l > a > p,.zxdc-l > a > p{ text-align: center; color: #fff; font-size: 12px; }
.mainl-fl2{ margin-top: 35px; border:1px solid #d5d5d5; padding-bottom:10px;  }
.mainl-fl1{ border:1px solid #d5d5d5; border-top: none; }
.mianl-tel{ padding: 0 15px; margin-top: 18px; line-height:26px;   }
.mianl-tel > p{ color: #626262; font-size: 16px;margin:10px 0 }
.mianl-tel > h3{ color: #004389; font-size: 24px;   font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black," sans-serif";  }
.mianl-tel > h3:after{ content:""; width: 100%; height: 1px; background: #e5e5e5; display: inherit; margin-top: 8px; }
.mianl-tel > div > p{ color: #535353; font-size: 15px; line-height: 26px; }
.mianl-tel > div{ padding-top: 8px; }
.mianl-tel > span{ color: #004389; font-size: 24px;   font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black," sans-serif";  }


/*联系我们*/
.ny_conta_info{width:100%; height: auto; padding: 35px 35px; background: #f5f5f5; overflow: hidden; margin-top: 35px;}
.ny_conta_info .ny_ibt{font-size: 24px; color: #313131; height: auto; line-height: 40px;}
.ny_conta_dz{width:50%; height: auto; float: left}
.ny_conta_dz p{font-size: 16px; color: #313131; line-height: 30px;}
.ny_conta_dz p i{color: #000000; margin-right: 5px;}
.ny_cont_wx{max-width:50%; height: auto; float: right}
.ny_cont_wx dl{width:140px; float: left; margin-left:15px;}
.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%;}
.map{width:100%; height: 400px; overflow: hidden; margin-top: 20px;}
.ny_rtime{width: 100%; line-height: 30px; color: #999; height: 30px; margin-bottom: 20px;  border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align: center;clear: both; font-size:14px;}
.ny_rtile{width: 100%; font-size: 20px; color: #555; padding: 30px 0px; text-align: center; clear: both}
.ny_rxingqu{width: 100%; font-size: 20px; color: #333; padding: 10px 0px; clear: both; margin-top: 50px;}
.keyword_light img{max-width:100%;}
.keyword_light p{font-size: 16px; color: #333; line-height: 32px;}
.inside_pro_main{ margin-top:40px; overflow: hidden;}
.inside_pro_main .index_pro .index_pro_col{ display: table; height: 42px; margin: 0 auto; padding: 0px 0 25px 0;}
.inside_pro_main .index_pro .index_pro_col li{ height: 42px; float: left; width: 149px; text-align: center; background: #eee; margin:0 5px; line-height: 42px; padding-left: 0;}
.inside_pro_main .index_pro .index_pro_col li a{ display: block; font-size: 16px; color: #333;}
.inside_pro_main .index_pro .index_pro_col li.proOn{ background: #b81915}
.inside_pro_main .index_pro .index_pro_col li.proOn a{ color: #fff;}
.inside_pro_main .index_pro .index_pro_list{ overflow: hidden;}
.inside_pro_main .picScroll-fwfw{ position: relative; margin-top:40px;}
.inside_pro_main .picScroll-fwfw .bd{ overflow: hidden;}
.inside_pro_main .picScroll-fwfw .bd li{ width:23.5%; margin-right: 2%; background: #f6f6f6; float: left;}
.inside_pro_main .picScroll-fwfw .bd li:last-child{ margin-right: 0;}
.inside_pro_main .picScroll-fwfw .bd li .pic{ width: 100%; height:auto; overflow: hidden; position: relative;}
.inside_pro_main .picScroll-fwfw .bd li .pic img.pro_pic{ width: 100%; display:block;}
.inside_pro_main .picScroll-fwfw .bd li .pic .more_img{height: 100%; width: 100%; position: absolute; bottom:-100%; background: rgba(36,53,135,0.7); text-align: center; transition: all 0.3s;}
.inside_pro_main .picScroll-fwfw .bd li .pic .more_img img{ margin-top:120px;}
.inside_pro_main .picScroll-fwfw .bd li .pic .more_img p{ text-align: center; font-size: 16px; line-height: 2; color: #fff; margin-top:90px}
.inside_pro_main .picScroll-fwfw .bd li :hover .pic .more_img{ bottom: 0; transition: all 0.3s;}
.inside_pro_main .picScroll-fwfw .bd li .title{ height: 96px; background: #f6f6f6; padding: 22px 30px; position: relative; transition: all 0.3s;}
.inside_pro_main .picScroll-fwfw .bd li .title p{ font-size: 18px; color: #333; line-height: 1.4; font-weight: bold;}
.inside_pro_main .picScroll-fwfw .bd li .title span{ font-size: 14px; color: #999; line-height: 1.4; text-transform: uppercase;}
.inside_pro_main .picScroll-fwfw .bd li:hover .title{ background: #333}
.inside_pro_main .picScroll-fwfw .bd li:hover .title *{ color: #fff;}
.inside_title_1{ overflow: hidden; text-align:center; margin-bottom: -12px;}
.inside_title_1 p{ font-size: 26px; font-weight:bold;color: #333; line-height: 1.8;}
.inside_title_1 p span{ color: #b81915}
.inside_title_1 em{ display: block; text-align: center; font-size: 15px; color: #666;}
.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: #b81915}
.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,.ban_info,.container,.picScroll-ipro{width:1200px;}
	.footer_nav dl{margin-left:55px;}
	.footer_zhichi span,.copy_l{font-size:14px;}
	.index_news_right ul li{padding:16px 30px}
	.index_linian_right h4{font-size:30px;}
	.index_linian_right{padding:45px 40px 0}
	.index_service ul li{margin-right:38px}
	.fenlei_li p{margin:15px 0 15px;}
	.fenlei_li span{width:190px; height:45px; line-height:45px;}
	.index_fenlei_left a h4, .fenlei_li h4{font-size:30px;}

}
