﻿@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:84%; 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; }
.w1200{ width:1280px; margin: 0 auto; }

.h_search{width:32px; height:100%; float: right; background: url(../images/h_search.png) no-repeat center; margin-left: 2%}
.h_zw{width:32px; height:100%; float: right; margin-top: 23px; margin-left: 2%}

.form_box{position: fixed;  top:80px; left:0; right:0; z-index: 999; height:auto; background: #fff; display:none; margin: 0 auto; width: 100%; padding: 10px 0}
.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: #ff2323; font-size:16px;
}

.h_wx,.h_sj{width:32px; height: 80px; float: right; position: relative; margin-left:2%}
.h_wx img,.h_sj img{width:100px; height: auto; display: none; position: absolute; top:80px; }
.h_wx img{right:0}
.h_sj img{left:0}
.h_wx{background: url(../images/wx_i.png) no-repeat center}
.h_sj{background: url(../images/sj_i.png) no-repeat center}
.h_sj:hover img{display: block}
.h_wx:hover img{display: block}


/* 导航栏 */
.header_nav{height:80px; width:100%; position: absolute; top:0; left:0; z-index: 99; background:rgba(0,0,0,0.5); padding: 0 8%}
.h_logo{width:126px; height:80px; float: left; display: flex; align-items: center;}
.h_logo img{width:100%; height: auto; display: block; align-items: center; margin: 0px auto;}
.header_dao{width:58%; height: 100%;  float: right; }
.nav{width:100%; height:100%;float: right;   }
.nav .nLi{ float:left;  position:relative; display:inline; height:80px;  width:11.5%; margin-right: 1%; text-align: center;  }
.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:80px; width: 100%;  position: relative}
.nav .nLi h3 a p:after{content: ""; width:0; height:3px; background: #ff2323;position: absolute; bottom:0; left:0; z-index: 9; transition: all 0.4s ease-in-out; }
.nav .nLi:hover h3 p:after{width:100%; transition: all 0.4s ease-in-out;}
.nav .nLi.active h3 p:after{width:100%; transition: all 0.4s ease-in-out;}

.nav .sub{ display:none;left:50%; top:80px;  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:30px;  background:#eeeeee;text-align: center; padding:4px 0}
.nav .sub li p{ width:100%; float: left; margin: 0px;}
.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:#ff2323}
.h_dhs{float: right; font-size: 16px; color:#fff; line-height: 90px; background: url(../images/h_dhs.png) no-repeat left center; padding-left:30px;}



/* 首页:banner */
.banner{ width:100%; height:auto; position: relative; overflow: hidden}
.banner .swiper-slide a img{width:100%; height: auto; display: block}
.banner .swiper-container {width: 100%; height: 100%; margin-left: auto; margin-right: auto;}
.banner .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; 
}
.banner .swiper-pagination{bottom:50px; width: auto; left:10%}
.banner .swiper-pagination-bullet{opacity: 1; background: url(../images/yuan.png) no-repeat center; width: 18px; height: 18px;}
.banner .swiper-pagination-bullet-active{background:url(../images/active.png) no-repeat center}



/*产品*/
.index_product{width:100%; height: auto; overflow: hidden; display: flex;  flex-wrap: wrap; -webkit-box-pack: justify; justify-content: space-between; padding:25px; background: #f7f7f7}
.index_product_li{width:49.4%; position: relative; margin-bottom: 19px; overflow: hidden}
.index_product_li:after{content: ""; width: 100%; height: 100%; position: absolute; top:0; left:0; background: rgba(0,0,0,0.5); opacity: 0; z-index:6}
.index_product_li a{width:100%; height: auto; display: block}
.index_product_li img{width:100%; height: auto;}
.in_p2{display: none}
.index_product_hover{width:100%; height: auto; position: absolute; top:0; left:0; text-align: center; z-index: 9; padding-top: 76px}
.index_product_hover h4{color:#141414; font-size: 42px; font-weight: bold;}
.index_product_hover i{width:332px; height: 19px; background: url(../images/jts.png) no-repeat center; display: block; margin:20px auto 35px }
.index_product_hover p{color:#333333; font-size: 22px;}
.index_product_li:hover a{opacity: 1}
.index_product_li:hover .in_p2{display: block}
.index_product_li:hover .in_p1{display: none}
.index_product_li:hover .index_product_hover h4,.index_product_li:hover .index_product_hover p{color:#fff}
.index_product_li:hover i{background: url(../images/jts_h.png) no-repeat center}
.index_product_li:hover:after{opacity:1}



/*关于我们*/
.index_about{width:100%; height:876px; background: url(../images/about_bjs.jpg) no-repeat center; padding: 96px 0; background-attachment: fixed;
	background-size: cover;}
.index_about_t{width:100%; height: auto; overflow: hidden;}
.index_about_t h4{color:#fff; font-size: 42px; font-weight: bold; margin-bottom: 20px}
.index_about_t p{color:#fff; font-size: 18px; letter-spacing:33px}
.index_about_info{width:100%; height: auto; overflow: hidden; background: rgba(0,83,173,0.43); margin-top: 70px; padding:84px 66px 70px;}
.in_about_top{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 62px;}
.in_about_top a{width:50%; height: auto; float: left; color:#fff; font-size: 14px; line-height: 32px; text-indent: 2rem}
.in_about_top dl{float: left; width:12%; margin-left:4%}
.in_about_top dl dt{color:#fff; font-size: 52px; font-weight: bold; font-family: "Arial"}
.in_about_top dl dt span{color:#fff; font-size: 52px; font-weight: bold;}
.in_about_top dl dd{color:#fff; font-size: 16px; line-height: 30px;}
.in_about_bottom{width:100%; height: auto; overflow: hidden; margin-top:44px }
.in_video{float: left; }
.in_video img{float: left; width: 83px;  -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out; transition: transform 0.5s ease-out;}
.in_video dl{margin-left:100px}
.in_video dl dt{color:#fff; font-size: 16px; font-weight: bold; line-height:40px; margin-top: 10px}
.in_video dl dd{color:#fff; font-size: 16px;  font-family: "Arial"; text-transform: uppercase}
.in_about_more{width:170px; height: 49px; float: right; text-align: center; line-height: 49px; color: #fff; background: #ff2323; border-radius: 35px; font-size: 18px;}
.in_about_bottom h5{color:#fff; font-size:16px; margin-left: 6%; float: left; margin-top:40px; letter-spacing:9px}
.in_about_more:hover{background: #fff;  color:#ff2323}
.in_video:hover img{-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_youshi{width:100%; height: auto; overflow: hidden; margin: 70px 0; padding-left: 8%}
.index_youshi .slideTxtBox{ width:100%; }
.index_youshi .slideTxtBox .hd{width:31%; height: auto; float: left;}
.index_youshi_tab{width:100%; height: auto; overflow: hidden; margin-top: 58px;}
.index_youshi_tab h4{color:#333333; font-size: 42px; font-weight: bold; margin-bottom: 14px;}
.index_youshi_tab h5{color:#333333; font-size:18px; letter-spacing:26px}
.index_youshi .slideTxtBox .hd ul{width:100%; height: auto; overflow: hidden;  margin-top: 50px;}
.index_youshi .slideTxtBox .hd ul li{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #f1f1f1; padding-bottom: 40px; margin-bottom:28px }
.index_youshi .slideTxtBox .hd ul li h4{color:#333333; font-size: 20px; font-weight: bold; margin-bottom:12px;}
.index_youshi .slideTxtBox .hd ul li p{color:#777777; font-size: 14px; line-height:26px; height: 52px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;
}
.index_youshi .slideTxtBox .hd ul li.on h4,.slideTxtBox .hd ul li.on p{color:#ff2323}
.index_youshi .slideTxtBox .bd{width:64%; float: right; height:688px;}
.bd_img{width:100%; height: 688px; overflow: hidden}
.bd_img img{width:94%; height: 100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s; object-fit: cover; object-position: center center;}
.bd_img:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}



/*企业文化*/
.index_qywh{width:100%; height: auto; overflow: hidden; background: #f7f7f7; padding:62px 0 70px}
.index_kehu_title{width:100%; height: auto; overflow: hidden; text-align: center}
.index_kehu_title h4{color:#333333; font-size: 42px; font-weight: bold; margin-bottom: 15px;}
.index_kehu_title p{color:#333333; font-size:18px; opacity: 0.8; letter-spacing:26px}
.index_qywh ul{width:100%; height: auto; overflow: hidden; margin-top:35px; }
.index_qywh ul li{width:32%; height: auto; float: left; position: relative; margin-right:2%}
.index_qywh ul li:last-child{margin-right: 0}
.index_qywh_icon{width:186px; height: 186px; background: rgba(255,255,255,0.5); position: relative; border-radius: 50%; display: flex; align-items: center; 
	margin: 0px auto;  -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;}
.index_qywh_icon:after{content: ""; width: 100%; height: 100%; background: #fff; border-radius: 50%; position: absolute; top:0; left:0; transform: scale(0.8); -ms-transform: scale(0.85);-webkit-transform: scale(0.85);-o-transform: scale(0.85);-moz-transform:scale(0.85)}
.index_qywh_icon img{align-items: center; margin: 0px auto; position: relative; z-index: 999}
.index_qywh_xx{width:100%; height:250px; background: #f1f1f1; text-align: center; padding-top: 110px; margin-top: -84px }
.index_qywh_xx h4{color:#333333; font-size: 30px; font-weight: bold; margin-bottom:14px;}
.index_qywh_xx p{color:#333333; font-size:21px;}
.index_qywh ul li:hover .index_qywh_xx{background: url(../images/qywh_bjs.jpg) no-repeat center}
.index_qywh ul li:hover h4,.index_qywh ul li:hover p{color:#fff}
.index_qywh ul li:hover .index_qywh_icon{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}



/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; margin: 74px 0}
.index_news_left{width:77%; height: auto; float: left}
.index_news_left .swiper-container{width:100%; height: auto; overflow: hidden}
.index_news_left .swiper-slide a{width:100%; height: auto; display: block; position: relative; overflow: hidden}
.index_news_left .swiper-slide a img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.news_left_hover{width:100%; height: 106px; padding:22px; background: rgba(0,0,0,0.7); position: absolute; bottom:0; left:0}
.in_news_xx{width:100%; height:30px;line-height: 30px; color: #fff; margin-bottom: 5px}
.in_news_xx h4{width:70%; height: 100%; float:left; font-size: 16px; font-weight:bold; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.in_news_xx span{width:auto; height: 100%; float:right; color:#ffffff; font-size: 16px;}
.news_left_hover p{width:100%; height: 30px; line-height: 30px; color:#fff; font-size: 14px; opacity: 0.6; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.index_news_right{width:288px; height: auto; float: right; text-align: right}
.index_news_right h4{color:#333333; font-size: 42px; font-weight:bold; margin: 30px 0 20px}
.index_news_right h5{color:#333333; font-size:18px;letter-spacing:17px; }
.in_news_nav{width:100%; height: auto; overflow: hidden; margin-top:46px; padding-left:30% }
.in_news_nav a{width:100%; height: 50px; border: 1px solid #ff2323; text-align: center; line-height: 50px; color: #ff2323; font-size: 18px; display: block; 
	border-radius: 25px; margin-bottom: 30px;}
.in_news_nav a:hover{background: #ff2323; color:#fff}
.index_news_left .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_kehu{width:100%; height:567px; background: url(../images/hwzuo_bjs.jpg) no-repeat center; padding: 66px 0}
.index_kehu .swiper-container{width:100%; height: auto; overflow: hidden; margin-top: 38px;}
.index_kehu .swiper-slide a{width:100%; height: auto; display: block; padding: 5px}
.index_kehu .swiper-slide a img{width:100%; height: auto; display: block; box-shadow: 0 0 10px rgba(0,0,0,0.06); transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_kehu .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;}



/*底部*/
.footer{width:100%; height:auto; overflow: hidden; background:url(../images/footer_bjs.jpg)no-repeat center; background-size: cover;  position: relative; 
	padding:70px 0 }
.footer_left{width:38%; height: auto; float: left}
.f_logo{width:100%; height: auto; overflow: hidden; display: block; margin-bottom: 34px;}
.footer_nav{width:100%; height: auto; overflow: hidden}
.footer_nav a{width:25%; height: 30px;  line-height: 30px; color:#fff; font-size: 18px; margin-bottom:15px; float: left}
.footer_nav a:hover{font-weight: bold;}
.f_info{width:100%; height: auto; overflow: hidden; margin-top: 22px;}
.f_info h4{color:#ffffff; font-size: 18px; font-weight: bold; margin-bottom:15px;}
.f_info p{color:#fff; line-height:33px; font-size: 16px;}
.footer_input{width:38.5%; height:auto; overflow: hidden; float: left; margin-left: 8%; margin-top:20px;}
.footer_input h4{color:#fff; font-size: 14px; letter-spacing:15px; margin-bottom: 18px;}
.footer_input p{width:49%; height:52px; position: relative; background: rgba(255,255,255,0.25); border-radius: 8px;}
.footer_input p input[type="text"]{width:100%; height: 100%; border: 0; padding: 0 10px; background: none; font-size: 16px; color: #fff}
.footer_input textarea{width:100%; height:132px; background: rgba(255,255,255,0.25); padding:15px; border-radius: 8px; resize: none; border: 0; margin-top: 20px; color:#fff; font-size: 16px;}
.f_tijiao{width:171px; height:45px; float: right; background: #ff2323;  color:#fff; font-size: 16px; font-weight:bold;  text-align: center; cursor: pointer; border-radius: 8px; border: 0; margin-top: 30px;}
.f_tijiao:hover{background: #fff; color:#ff2323}
.footer_ma{width:8.5%; height: auto; float: right}
.footer_ma dl{width:100%; height: auto; margin-bottom: 10px; text-align: center}
.footer_ma dl dt{width:100%; height: auto; overflow: hidden}
.footer_ma dl dt img{width:100%; height: auto; display: block}
.footer_ma dl dd{width:100%; line-height: 40px; color:#fff; font-size:16px }
.copy{clear:both;width:100%;height:66px; line-height:66px;  position: relative;}
.copy_l{float:left; font-size:14px; color:#333333; height: 100%; }
.copy_l a{color:#333333; margin-left:8px;}
.copy_l a:hover{color:#0d357f!important}
.footer_zhichi{width:auto; height:66px; float: right }
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#333333; height: 100%}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:22px; margin-right: 10px}
.footer_zhichi .js{width:121px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:22px;}
.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: #333333;}
.footer_zhichi i{ float: left;}






/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:250px;
    width: 77px;
    z-index: 999;
}
.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 47px;
    margin-top: 9px;
    width: 300px;
	 font-size: 14px;
}
.leftlx {
    float: left;
    height: 47px;
    width: 77px;
}
.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}
.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -145px;
    position: absolute;
    top: -40px;
    width: 120px;
}
.lxfx li i {
    display: block;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 30px; background:url(../images/fx.png) no-repeat;
}
.lxfx li i.icon-tel {
    background-position: 0 -25px;
}
.lxfx li i.icon-ly {
    background-position: 4px -53px;
}
.lxfx li i.icon-wx {
    background-position: -34px 4px;
}
.lxfx li i.icon-wb {
    background-position: -30px -22px;
}
.lxfx li i.icon-top {
    background-position: -30px -49px; height:32px;
}

.lxfx li p {
    line-height: 12px;
    text-align: center;
}
.lxfx li {
    background:#ff2323;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; float:left;
}



@media screen and (max-width:1600px){


.in_about_bottom h5{width:48%; margin-top:12px;}
.index_about_info{padding:84px 50px 70px}
}


@media screen and (max-width:1500px){
	.index_news_left{width:72%; }
	.footer_input{margin-left:3%}
	.footer_ma{width:11%}
	.footer_input{width:42%}
	.index_qywh_xx p{font-size:18px;}
	.index_qywh_xx h4{font-size:26px;}
	.index_youshi_tab h5{letter-spacing: 20px;}
	.index_product_hover h4{font-size:38px;}
	
}



@media screen and (max-width:1220px){
	.w1440{width:90%;}
.header_dao{width:64%}
}






/*内页 banner*/
.ny_banner{width:100%; height: 250px; overflow: hidden; padding:110px 0 0; }
.ny_banner .ny_banner_left{width:50%; float: left;}
.ny_banner .ny_banner_left h4{width:100%; height: 40px; line-height: 40px; 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:50px; 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}
.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}
.case_ban{background:url(../images/case_ban.jpg) no-repeat center}
.jszx_ban{background:url(../images/jszx_ban.jpg) no-repeat center}
.hzhb_ban{background:url(../images/hzhb_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: #0053ad; 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; position:relative  }
.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 .yiji li::before {
    content: "";
    position: absolute;
    height: 7px;
    width: 7px;
    background: #ff2323;
    left:8px;
top: 20px;}
.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:#ff2323; font-size: 14px; background: url(../images/r_jt.png) no-repeat 200px center}
.ny_left_nav ul li.active a{color:#ff2323}
.ny_left_nav ul li:hover a.inactive{color:#ff2323}
.ny_left_nav ul li ul li:hover a{color:#ff2323}
.ny_left_nav ul li .inactives{color:#ff2323}
.ny_left_nav ul li ul li:hover a{color:#ff2323}
.yiji li.active{background:#fff;}



/*产品侧边导航*/
.accordion { width: 100%; height:auto; overflow:hidden}
.accordion li.open .link {color: #ff2323;}
.accordion .link i{width:7px; height:7px; background:url(../images/dian.png) no-repeat center; 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: #ff2323;
    left: 0;
    top: 20px;
}


.submenu li.block{background:#fff}
.submenu li.block a{color:#ff2323}

.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:18px; color: #333;     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: 36px; border-bottom: 1px solid #ff2323; font-size: 14px; color: #666; line-height: 36px;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:#0053ad}
.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}




/*新闻*/
.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: #ff2323; 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: #ff2323;height: 35px; line-height: 35px; font-weight: bold;}
.ny_news_info{width:59%; 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:25%; 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 #ff2323;}
.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: #ff2323; color: #fff; border:2px solid #ff2323; }
.ny_news_list li:hover .news_time{background: #ff2323;}
.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:#ff2323;}



.ny_team_img{width:25%; height:auto; float:left; overflow: hidden}
.ny_team_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_team_info{width:72%; float: left; margin-left: 3%;margin-top: 10px;}
.ny_team_info h3{ font-size:18px; color: #555555;  width:100%; height:35px; line-height: 35px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_team_info p{width:100%; line-height:28px; color: #666; font-size: 15px; word-break:break-all;overflow:hidden; }
.ny_team_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_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{width:340px; height: auto; float: right}
.ny_cont_wx dl{width:140px; 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%;}
.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_title_1{ overflow: hidden; text-align:center; margin-bottom: 22px;}
.inside_title_1 p{ font-size: 26px; font-weight:bold;color: #333; line-height: 1.8;}
.inside_title_1 p span{ color: #ff2323}
.inside_title_1 em{ display: block; text-align: center; font-size: 15px; color: #666;}
.inex_news_main{ overflow: hidden;}
.inex_news_main li{ width: 590px;  background: #f8f8f8; padding: 20px; float: left; margin-bottom: 20px;margin-right: 10px; overflow: hidden;}
.inex_news_main li:nth-child(2n){ float:left;}
.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: #ff2323}
.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;}




/* 内页通用产品推荐 */
.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::after{ content: ""; position: absolute;  height: 8px;  width: 86px; bottom: 0; left: 0; }
.inside_pro h3 span{ font-size:18px; margin-left: 10px; font-weight: bold; color: #dedede;}
.picScroll-ipro{  width: 1200px; position:relative;overflow: hidden; padding-bottom:10px}
.picScroll-ipro .bd ul{height: auto; }
.picScroll-ipro .bd ul li{ width: 285px; 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: #ff2323; bottom: 30px; left: 16px; transition: all .4s;}
.picScroll-ipro .bd ul li:hover .title a::before{ content: ""; position: absolute; height: 1px;  width: 30px; background: #ff2323; 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: #0053ad; 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{ background: url(../images/zxzx-bg.jpg) no-repeat; height: 95px; width: 217px; margin: 0 auto; margin-top: 20px; margin-bottom: 10px; }
.zxdc-l{ background: url(../images/zxwj-bg.jpg) no-repeat; 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:30px;  }
.mianl-tel > p{ color: #626262; font-size: 16px; }
.mianl-tel h4{ color: #333; font-size:18px;line-height:30px  }
.mianl-tel h4: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";  }









