@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 14px; font-family: "Arial"}
img{ border:0;}
a{ text-decoration:none; color:#333;  }
input,textarea,button{outline:none;}
em{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
hr{ border:none;}
.l{ float:left}
.r{ float:right}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.container{width:1200px; margin: 0 auto; }
.w1200{ width:1280px; margin: 0 auto; }
.w1440{ width:1440px; margin: 0 auto; }
.clearfix{clear: both}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
body{overflow-x:hidden}

*:focus{   
	border:none;
}




@font-face {
    font-family: 'BODONI';
    src: url('../font/BODONI MT.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}



/* 导航栏 */
.header_all{width:100%; height:148px; padding-left:3%; position: relative}
.h_logo{max-width:29%; height:148px; float: left; display: flex; align-items: center;  }
.h_logo img{width:43.4%; height: auto; align-items: center; float: left}
.h_logo dl{float: left; margin-left:14px; max-width: 60% }
.h_logo dl dt{width:100%; height:auto;  color:#333333; font-size:18px; font-weight: bold; }
.h_logo dl dd{color:#777777; font-size: 15px; line-height: 30px;}
.header_yy{width:7%; height: 148px; float:right; background: #db2426; padding-top: 45px; position: relative}
.header_yy p{color:#ffffff; font-size: 16px; line-height: 30px; text-align: center}
.h_yuayan{width:100%; height:auto; text-align: center; margin-top: 8px;}
.h_yuayan span{color:#fff; font-size: 16px; background: url(../images/y_san.png) no-repeat right center; padding-right: 14px; }
.h_yuayan a{width:100%; height: auto; background: #fff; color:#333; text-align: center; display: block; font-size: 16px;  padding: 10px 0; position: absolute; top:148px; left:0; display: none; z-index: 9}
.h_search{width:6%; height:148px; background:url(../images/search_icon.png) no-repeat center; float: right;  cursor: pointer}
.h_input{width:100%; height:auto;  background:rgba(0,0,0,0.8); border-top:1px solid #e5e5e5;  position: absolute; top:100%; left:0; z-index:999; display: none; 
	padding:18px 0;}
.h_input .h_text{width:288px; height:50px; float: left; background: #eee; border: 0; padding: 0 10px; font-size: 14px; color: #555555;}
.h_submit{width:120px; height: 50px; background:#db2426; float: right;border: 0; cursor: pointer; text-align: center; line-height: 50px; font-size: 16px; color: #fff}
.h_input_text{width:408px; margin: 0px auto; height:50px; }
.header_yy:hover .h_yuayan a{display:block}
.h_yuayan a:hover{background: #000; color:#fff}


.nav{ height:148px;  width:54%;  margin: 0px auto; float: right; background: url(../images/nav_xs.png) no-repeat left center}
.nav .nLi{position:relative;float:left;display:inline;height:100%; width:11.1%; background: url(../images/nav_xs.png) no-repeat right center;}
.nav .nLi h3{ font-weight: normal; width:100%; height: 100%;  text-align: center;  }
.nav .nLi h3 p{height:28px; color:#333333; font-size:16px; position: relative; line-height:148px;}
.nav .nLi h3 span{color:#b2b2b3; font-size: 12px;  line-height: 26px; display: block; text-transform: uppercase}
.nav .nLi h3 a{width:100%;height:100%;color:#333333; margin: 0px auto; display: block}
.nav .sub{position:absolute;top:148px;left:50%; z-index:999;display:none;padding:0;width:180px; margin-left:-90px; background:#fff;line-height:26px;} 
.nav .sub li{height:auto;border-bottom:1px solid #eee;text-align:center;line-height:26px;zoom:1; padding:5px 0; overflow:hidden}
.nav .sub li p{float:left;margin:0;width:100%; font-size:14px}
.nav .sub li span{float:right}
.nav .sub a{display:block;padding:0 10px;height:100%;color:#333;}
.nav .nLi.active h3 p,.nav .nLi:hover h3 p{color:#db2426}
.nav .nLi.active h3 span,.nav .nLi:hover h3 span{color:#db2426}
.sub li:hover a{color:#0049c3;}



.topnav {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  display: none;
}
.topnav.active {
  display: block;
}
.topnav .top {
  height: 60px;
  background-color: #f5f5f5;
  position: relative;
}
.topnav .top span {
  display: block;
  position: absolute;
  top: 50%;
  left: 5%;
  width: 30px;
  height: 4px;
  border-radius: 4px;
  margin-top: -2px;
  background-color: #444;
}
.topnav .top span:before,
.topnav .top span:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #444;
  transition: all .3s;
}
.topnav .top span:after {
  top: 10px;
}
.topnav .top span.active {
  background: none;
}
.topnav .top span.active:before,
.topnav .top span.active:after {
  top: 0;
  transform: rotate(45deg);
  background-color: #e60012;
}
.topnav .top span.active:after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #e60012;
}
.topnav .main {
  display: none;
  width: 30%;
  margin-left: 5%;
  min-width: 300px;
  padding-bottom: 30px;
  background: #eee;
}
.topnav .main .item .tit {
  background: #eee;
  padding: 15px 5%;
  border-bottom: 1px solid #333;
}
.topnav .main .item .tit a {
  color: #666;
  font-size: 20px;
}
.topnav .main .item .tit span {
  float: right;
  display: block;
  width: 14px;
  height: 14px;
  border-left: 1px solid #666;
  border-top: 1px solid #666;
  transform: rotate(-135deg);
  transition: all .3s;
}
.topnav .main .item .list {
  display: none;
  padding: 30px 10%;
  background-color: #f5f5f5;
}
.topnav .main .item .list .t {
  font-size: 16px;
  padding-bottom: 25px;
}
.topnav .main .item .list .t a:hover {
  color: #e60012;
}
.topnav .main .item .list .con {
  padding: 0 10%;
}
.topnav .main .item .list .con a {
  font-size: 14px;
  display: block;
  margin-bottom: 20px;
}
.topnav .main .item .list .con a:hover {
  color: #e60012;
}
.topnav .main .item.active .tit span {
  transform: rotate(45deg);
}



/* 首页:banner */
.banner{ width:100%; height:auto; position: relative; overflow: hidden; }
.banner-index{position: relative;overflow: hidden;}
.banner-index .list .video-js{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: none;}
.banner-index .list,
.banner-index .list > li{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.banner-index .list > li.active{z-index: 1;}
.banner-index .list > li a{display: block;width: 100%;overflow: hidden;}
.banner-index .list > li img.ban_pic{display: block;width: 100%;opacity: 0;-webkit-transition: all 1s;transition: all 1s;-webkit-transform: scale(1.2);transform: scale(1.2);}
.banner-index .list > li.noscale img.ban_pic,
.banner-index .list > li.active img.ban_pic{opacity: 1;-webkit-transform: none;transform: none;}
.banner-index .list.ground,
.banner-index .list.ground li{position: relative;width: auto;height: auto;}
.banner-index .btn{right: 50%;
    margin-right: -40px;
    bottom: 20px;
    z-index: 1;
    overflow: hidden;
    position: absolute;}
.banner-index .btn a{display: block;width: 16px;height: 16px;margin: 10px 5px;border: 1px solid transparent;border-radius: 50%; float: left;}
.banner-index .btn a i{display: block;width: 8px;height: 8px;margin: 3px auto;background: #fff;border-radius: 50%;}
.banner-index .btn a.active{border-color: #e61f1a;}
.banner-index .btn a.active i{background: #e61f1a;}
.banner-index-mobile{display: none;}
.banner-index video{height:auto!important; width: 100%;}





/*产品*/
.index_product{width:100%; height:960px; background:url(../images/product_bjs.jpg) no-repeat center; padding-top:52px; }
.index_product_title{width:100%; height: auto; overflow: hidden; text-align: center}
.index_product_title h4{color:#333333; font-size: 36px; font-weight: bold; margin-bottom:15px;}
.index_product_title h4 span{color:#db2426; font-size: 36px; font-weight: bold; margin-right: 10px}
.index_product_title p{color:#555555; font-size: 20px; line-height: 20px;}
.index_product_all{width:100%; height: auto; overflow: hidden; margin: 30px 0; padding:20px 0 }
.index_product_all .swiper-container{padding-bottom: 60px}
.index_product_all .swiper-slide{width:72%}
.index_product_all .swiper-slide a{width:100%; height: auto; display: block; box-shadow: 0 20px 60px -20px #333; position: relative}
.in_pro_pic{width:100%; height: auto; display: block; position: relative}
.in_pro_pic img{width:100%; height: auto; display: block}
.index_product_all .swiper-slide a h4{width:100%; height: 40px;line-height: 40px; color:#db2426; font-size: 18px; text-align: center; position: absolute; 
	bottom:10px; left:0}
.index_product_all .swiper-slide a:after{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000; opacity: .3;}
.index_product_all .swiper-slide-active a:after { display: none;}



/*关于我们*/
.index_about{width:100%; height: auto; overflow: hidden;}
.index_about .w1440{position: relative; overflow: hidden}
.index_about_left{width:46.2%; height: auto; float: left; padding-top: 78px;}
.about_left_title h4{color:#333333; font-size: 36px; font-weight: bold; margin-bottom:15px;}
.about_left_title h4 span{color:#db2426; font-size: 36px; font-weight: bold; margin-right: 10px}
.about_left_title p{color:#555555; font-size: 20px; line-height:26px;}
.index_about_left h5{color:#000000; font-size: 24px; font-weight: bold; margin-bottom:24px; margin-top:30px; }
.in_about_xx{width:100%; height: auto; overflow: hidden; font-size:16px; color: #363636; line-height: 30px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;}
.in_about_more{width:170px; height: 50px; display: block; border: 1px solid #bfbfc1; text-align: center; line-height: 50px; font-size:14px; color: #989898; 
	margin-top:40px;}
.in_about_more:hover{background: #df0214; color:#fff}
.index_about_right{width:50%; height: 650px; float: right; position: relative; background:url(../images/ab1.jpg) no-repeat center}
.index_about_right img.ab1{width:100%; height: auto; display:none}
.in_video{width:184px; height: 184px; background: rgba(219,36,38,0.5); border-radius: 50%; text-align: center; position: absolute; top:50%; left:50%; margin-left:-92px; margin-top: -92px; padding-top: 42px; }
.in_video p{color:#fff; font-size: 18px; margin-top:8px;}
.index_num{width:69%; height:138px; background: #db2426; position: absolute; bottom:0; left:0; padding-top:15px;}
.index_num dl{width:25%; height: auto; float: left; text-align: center}
.index_num dl dt{width:100%; height: auto; overflow: hidden; color:#fff; font-size: 18px;}
.index_num dl dt span{color:#fff; font-size:40px; font-weight: bold; font-family: "Arial"}
.index_num dl dd{width:100%; height: auto; line-height:24px; color:#fff; font-size: 18px; margin-top:8px;}

/*弹出视频*/
.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_news{width:100%; height: auto; overflow: hidden; margin-top: 116px;}
.index_news_title{width:100%; height: auto; overflow: hidden; margin-bottom: 50px;}
.news_title_left{width:auto; float: left}
.news_title_left h4{color:#333333; font-size: 36px; font-weight: bold; margin-bottom:15px;}
.news_title_left h4 span{color:#db2426; font-size: 36px; font-weight: bold; margin-right: 10px}
.news_title_left p{color:#555555; font-size: 20px; line-height: 20px;}
.index_news_nav{width:auto; float: right}
.index_news_nav a{width:170px; height: 50px; line-height: 50px; float: left; border: 1px solid #bfbfc1; text-align: center; margin-left: 10px; font-size: 16px; 
	color: #555555}
.index_news_nav a:hover{background: #df0214; color:#fff}
.in_news_more{background: #f3f3f3; color:#333333!important;border: 0!important; position: relative; z-index: 1}
.in_news_more:after{content: ""; width:2.5%; height: 100%; background: #db2426; position: absolute; left:0; top:0; z-index: -1; transition: all 0.4s ease-in-out;}
.in_news_more:hover:after{width:100%; transition: all 0.4s ease-in-out;}
.in_news_more:hover{color:#fff!important; }
.index_news_bottom{width:100%; height: auto; overflow: hidden}
.index_news_left{width:54.3%; height: auto; float: left}
.index_news_left li{width:49%; height: auto; float:left }
.index_news_left li:nth-child(2n){float: right}
.in_news_pic{width:100%; height: auto; overflow: hidden}
.in_news_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.in_news_xx{width:100%; height: auto; overflow: hidden; background: #f9f9f9; padding: 25px 24px 25px}
.in_news_xx span{width:100%; color:#555555; font-size: 14px; display: block; line-height: 25px;}
.in_news_xx h4{width:100%; color:#333333; font-size:20px; display: block; line-height:32px; height:64px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; font-weight: bold; margin: 10px 0}
.in_news_xx i{color:#555555; font-size: 14px; font-style: normal; background: url(../images/n_jts.png) no-repeat right center; padding-right:50px; margin-top:37px; display: table}
.index_news_left li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_news_left li:hover h4{color:#db2426}

.index_news_right{width:45%; height: auto; float: right}
.index_news_right li{width:100%; height: auto; overflow: hidden; background: #f9f9f9; padding: 15px 25px; margin-bottom: 14px;}
.index_news_right li span{width:100%; color:#777777; font-size: 14px; display: block; line-height: 25px;}
.index_news_right li h4{width:100%; color:#000000; font-size: 16px; display: block; line-height:28px; height: 56px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin: 10px 0}
.index_news_right li:last-child{margin-bottom: 0}
.index_news_right li i{color:#555555; font-size: 14px; font-style: normal; background: url(../images/n_jts.png) no-repeat right center; padding-right:50px; 
	margin-top:10px; display: table}

.index_news_right li:hover h4{color:#db2426}



/*服务*/
.index_service{width:100%; height: auto; overflow: hidden; margin:60px auto 0 }
.index_service_pic{width:49.5%; height: auto; overflow: hidden; position: relative}
.index_service_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_service_pic a{width:100%; height: 100%; position: absolute; top:0; left:0; text-align: center; padding:56px 10px;}
.index_service_pic a h4{color:#fff; font-size: 24px; font-weight: bold;}
.index_service_pic a hr{width:32px; height: 1px; background: rgba(255,255,255,0.5); display: block; margin:14px auto;}
.index_service_pic a p{width:100%; height: auto; color:#fff; font-size: 16px; margin:20px auto}
.index_service_pic a span{width:170px; height: 50px; border: 1px solid rgba(255,255,255,0.5); text-align: center; line-height: 50px; color: #fff; font-size: 14px; display: block; margin: 0px auto; position: relative; z-index: 1}
.index_service_pic:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.index_service_pic a span:after{content: ""; width:0; height: 100%; background: #fff; position: absolute; top:0; left:0; z-index: -1; transition: all 0.2s ease-in-out;}
.index_service_pic:hover span{color:#df0214}
.index_service_pic:hover span:after{width:100%; transition: all 0.2s ease-in-out;}



/*联系我们*/
.index_contact{height: 225px; background:url(../images/contact_bjs.jpg) no-repeat center; background-size: 100% 100%; overflow: hidden; margin:58px auto 84px; padding: 30px 40px 40px;}
.index_contact .title{color: #fff; padding-left: 10px;}
.index_contact .title p{padding-bottom:10px; font-size: 18px;}
.index_contact .title p span{display: inline-block; margin-left: 10px; font-size: 20px;}
.index_contact .title h3{padding-bottom: 20px; font-size: 28px;}
.index_contact .info{width:87%; height: 60px; float: left;}
.index_contact .info ul{width:100%; height: auto; overflow: hidden}
.index_contact .info ul li{width:33.33%; float: left; padding: 0 10px; text-align: center; position: relative}
.index_contact .info ul li img{position: absolute; top: 50%; left: 28px; transform: translateY(-50%); border: none; vertical-align: middle; max-width: 100%;}
.index_contact .info ul li input{width: 100%; height: 60px; line-height: 60px; padding-left: 50px; padding-right: 10px;  color: #666; font-size: 14px; border: 0}
.c_submit{float: right; width: 12.5%; height: 60px; line-height: 60px; color: #fff; font-size: 14px; background: #403d3d; text-align: center; border: 0; 
	position: relative; overflow: hidden; z-index: 1; transition: all .3s;}
.c_submit:after{content: ''; position: absolute; left: 50%; top: 50%; width: 300px; height: 300px; margin-top: -150px; margin-left: -150px; border-radius: 50%;
 background: #fff; transform: scale(0); transition: all .3s; z-index: -1;}
.c_submit:hover{background:#fff; color:#df0214; cursor:pointer}
@keyframes bg_big {
  0% {
    opacity: .6;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}



/*友情链接*/
.index_link{width:100%; height: auto; overflow: hidden; margin-top: 20px;background: #eeeeee; padding: 20px 0}
.index_link i{width:102px; height:38px; float: left; background: url(../images/links.png) no-repeat center;}
.index_link_xx{margin-left:120px; height: auto; }
.index_link_xx a{color:#666666; font-size: 16px; line-height: 38px; margin: 0 10px; float: left}
.index_link_xx a:hover{color:#003287}





/*底部*/
.footer{width:100%; height:auto; overflow: hidden; background:#f2f4f7; padding-top:45px; }
.footer .w1440{overflow: hidden}
.footer_lwft{width:37%; height: auto; float: left}
.footer_logo{width:100%; height: auto; overflow: hidden; display: block}
.footer_logo img{width:195px; height: auto; display: block; float: left}
.footer_lwft dl{float:left;  margin-top: 20px}
.footer_lwft dl dt{color:#333333; font-size:20px; font-weight: bold; }
.footer_lwft dl dd{color:#777777; font-size:15px; margin-top:10px;}
.footer_xx{width:100%; height: auto; overflow: hidden; margin-top: 48px;}
.footer_xx a{width:auto; height:40px; float: left; color:#333333; font-size: 16px; margin-right: 13%; margin-bottom:20px; line-height:38px; }
.footer_xx a:nth-child(4n){margin-right: 0}
.footer_xx a:hover,.footer_xx a.active{border-bottom: 2px solid #df0214}
.footer_right{width:34%; height: auto; float: right}
.footer_right h4{width:100%; color:#333333; font-size: 24px; font-weight: bold; line-height: 38px;}
.footer_right h4 span{color:#df0214; font-size: 28px; font-family: "Arial"}
.footer_ma{width:auto; overflow: hidden; margin-top: 30px;}
.footer_ma_bjs{width:137px; height: 137px; float: left; background: url(../images/img_bjs.png) no-repeat center; padding: 8px;}
.footer_ma_bjs img{width:100%; height: auto; display: block}
.footer_ma h5{color:#666666; font-size: 16px; line-height: 137px; margin-left:20px; float: left}
.footer_bottom{width:100%; height:70px;  overflow: hidden; border-top:1px solid #d2d2d2; margin-top:45px;}
.copy_bq{width:auto; height:70px; line-height:70px; position: relative; color:#555555; font-size:14px; float: left}
.copy_bq a{color:#555555; font-size:14px; margin-right: 10px;}
.copy_bq a:hover{color:#df0214!important}
.footer_zhichi{width:auto; height:100%; overflow: hidden; float:right; }
.footer_zhichi p{ width: auto; float: left; margin-left: 20px;   color:#555555; line-height:68px;}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:25px; margin-right: 10px}
.footer_zhichi .js{width:121px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:25px; }
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat}
.footer_zhichi span{float: left; font-size:14px; color: #555555;}
.footer_zhichi i{ float: left;}





/*弹出视频*/
.video_bj{width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:888; display:none}
.video_xx{width:600px; height:400px; position:fixed; top:50%; left:50%; margin-left:-300px; margin-top:-190px; z-index:999}
.close{width:100%; height:40px; text-align:right; background:rgba(0,0,0,0.5);}
.close img{width:32px; height:32px; margin-top:4px; margin-right:10px;}
.video-box{width:100%; height:360px;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}




/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:250px;
    width: 77px;
    z-index: 999;
}
.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 47px;
    margin-top: 9px;
    width: 300px;
	font-size: 14px;
}
.leftlx {
    float: left;
    height: 47px;
    width: 77px;
}
.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}
.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -145px;
    position: absolute;
    top: -40px;
    width: 120px;
}
.lxfx li i {
    display: block;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 30px; background:url(../images/fx.png) no-repeat;
}
.lxfx li i.icon-tel {
    background-position: 0 -25px;
}
.lxfx li i.icon-ly {
    background-position: 4px -53px;
}
.lxfx li i.icon-wx {
    background-position: -34px 4px;
}
.lxfx li i.icon-wb {
    background-position: -30px -22px;
}
.lxfx li i.icon-top {
    background-position: -30px -49px; height:32px;
}

.lxfx li p {
    line-height: 12px;
    text-align: center;
}
.lxfx li {
    background:#db2426;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; float:left;
}







.inside_banner{ height: 260px; background-image: linear-gradient(to left, #1b44de , #db2426); 
  background-image: -webkit-gradient(to left, #1b44de , #db2426); 
  background-image: -webkit-radial-gradient(to left, #1b44de , #db2426);}
/*.about_ban{background: url(../images/about_ban.jpg) no-repeat center bottom ; background-attachment: fixed}
.news_ban{ background: url(../images/news_ban.jpg) no-repeat center bottom; background-attachment: fixed}
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat center bottom; background-attachment: fixed}
.keji_ban{background: url(../images/keji_ban.jpg) no-repeat center bottom; background-attachment: fixed}
.dangqun_ban{background: url(../images/dangqun_ban.jpg) no-repeat center bottom; background-attachment: fixed}
.case_ban{background: url(../images/case_ban.jpg) no-repeat center bottom ; background-attachment: fixed}
.dqwh_ban{background: url(../images/dqwh_ban.jpg) no-repeat center bottom ; background-attachment: fixed}*/
.page-list{ display: none;}

.inside_banner h2{ font-size: 40px; font-weight: bold; color: rgb(255, 255, 255);; text-align: center;line-height: 2.4; padding-top:56px;}
.inside_banner p{ text-align: center; font-size: 16px; }
.inside_banner p img{ margin-right: 10px;}
.inside_banner p *{ color: rgb(255, 255, 255);;  font-size: 16px;}
.inside_banner .shubiao{ display: block; margin: 32px auto;}
.nav-height{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: 90px; position: relative;}
.nav-wrap li a{font-size: 18px; padding: 0 40px; position:relative; 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:20px; background: #db2426; 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;}
.honor_list li .img img{ width: 100%; transition: all 0.3s;}
.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; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.honor_list li:hover{ border: 1px solid #db2426;}
.honor_list li:hover .gallery-title{ background: #db2426; color: #fff;}
.keyword_light{line-height:28px;}
.container2{width: 1200px;margin: 0px auto;}
.section-content{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 60px 0 100px;}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 60px 0 100px;}
.ny_news_show p{font-size:16px; color:#333; line-height: 36px;}
.ny_news_show img{max-width:100%}
.ny_title_1{ overflow: hidden; margin-bottom: 20px;}
.ny_title_1 h2{font-weight: 300; font-size: 36px; line-height: 1.2; color: #000;   }
.ny_title_1 p{text-transform: uppercase; font-size: 22px; color: #db2426; position: relative; line-height: 2.8; margin-top: -10px;}
.ny_title_1 p::after{ content: ""; position: absolute; display: block; height: 1px; width: 140px; background: #d4d4d4; left: 0; bottom: 0;}
.ny_title_1 em{font-style: normal; font-size: 24px; line-height:1.4; color: #000; padding: 15px 0; display: none;}
.ny_title_2{ overflow: hidden; margin-bottom: 40px;}
.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;}



/*产品中心*/
.ny_product_all{width:100%; height: auto; overflow: hidden; margin-top: 60px; margin-bottom: 100px}
.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:478px; height:100%; float:left; overflow:hidden; border: 1px solid #d2d2d2}
.ny_solution_img img{width:100%; height:100%;    transform: scale(1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1);
  -webkit-transform: all 1s ease 0s; display: block}
.ny_solution_xx{width:600px; height:auto; float:left; margin-left: 50px; padding: 10px 0}
.ny_solution_xx p{font-size:16px; color:#555; line-height:35px;}
.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 #db2426;}
.ny_solution_xx .ny_yfzx_title{margin-top: 0}
.yfzx_more:hover{background: #db2426; color: #fff; border: 1px solid #db2426}

/*研发中心*/
.ny_yfzx_all{width:100%; height: auto; overflow: hidden; margin-bottom: 60px;}
.ny_yfzx_title{width:100%; height: auto; overflow: hidden; margin-top: 75px;}
.ny_yfzx_title h3{font-size: 30px; color: #060507; width: 100%; height: 30px; line-height: 30px;}
.ny_yfzx_title h3 span{float: left}
.ny_yfzx_title h3 hr{width:1060px; height: 1px; background: #ddd; float: right; margin-top:15px;}
.ny_yfzx_title h4{width:100%; height: 30px; line-height: 30px; font-size: 18px; color: #db2426; margin-top: 8px;}
.ny_yfzx_title h4 span{width:36px; height: 1px; background: #db2426; float: left; margin-top:22px; margin-left: 8px;}
.ny_yfzx_title h4 p{width:auto; float: left; color: #db2426;}
.ny_yfzx_title h5{width:100%; height: 40px; line-height: 40px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size: 30px; color: #060507}
.ny_yfzx_xx{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #555555; line-height: 30px; margin-top: 30px;}
.yfzx_more{width:172px; height: 40px; border: 1px solid #cec8cc; display: block; text-align: center; line-height: 40px; font-size: 16px; color: #333333; margin-top: 30px;}


/*产品详情页*/

.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: 14px;
  color: #707070;
  line-height: 30px;
  text-align: center;
  width: 910px;
  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:540px; 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:#db2426; color:#fff; }
.ny_pro_tleft .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.ny_pro_tleft .slideBox .bd ul{width:100%; height: 100%; overflow: hidden}
.ny_pro_tleft .slideBox .bd li{width:100%; height: 100%; }
.ny_pro_tleft .slideBox .bd img{ width:100%; height:100%; display:block;  }
.ny_pro_tright{width:53%; height: auto; float: right}
.ny_pro_tright h1{ font-size: 36px; color: #191919; height: auto; line-height: 50px; font-weight:700;}
.ny_pro_p{width:100%; height:81px; border-bottom: 1px solid #e5e5e5; margin-top:15px; overflow:hidden}
.ny_pro_p p{width:100%; height:100%;  color: #000000; line-height: 35px; font-size: 15px;    word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
-webkit-box-orient:vertical; overflow:hidden;}
.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: #db2426; font-family: "Impact"}
.ny_pro_24{width:100%; height: 30px; line-height: 30px; overflow: hidden}
.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: #db2426;}
.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 }
.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: #db2426; 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: #db2426 url(../images/h_jian.png) no-repeat 268px center; 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:#db2426}
.ny_probt{width:100%; height:65px;}
.ny_probt li{width:434px; 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:#db2426; color:#fff}
.ny_probt li:hover a{color:#fff}
.ny_probt li.on{background:#db2426;}
.ny_probt li.on a{ color:#fff}
.ny_probt li a{width:100%; height:100%; display:block; overflow:hidden; font-size:16px;}
.ny_proshow_num{width:100%; height:auto; overflow:hidden; margin-top: 30px;}
.ny_proshow_info{width:100%; height:auto; overflow:hidden;  margin-top: 55px; font-size:16px;color:#666; line-height:30px;}
.ny_proshow_info p{font-size:16px;color:#666; line-height:34px;}
.fangan_show{ margin-top:20px;}

.ny_hotnews{width:100%; height:auto; overflow: hidden; margin-top:30px;}
.ny_hotnews h3{width:100%; height:40px; background: #db2426; color: #fff; text-align: center; line-height: 40px; font-size: 20px; padding: 0px 10px;}
.ny_hotnews ul{width:100%; height: auto; margin-top: 10px;}
.ny_hotnews ul li{width:100%; height:40px; line-height:40px; border-bottom: 1px solid #eee; padding: 0px 10px;}
.ny_hotnews ul li p{width:70%; float: left; height: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; color: #191919; font-size: 14px;}
.ny_hotnews ul li span{float: right; font-size: 12px; color: #191919}
.ny_hotnews ul li:hover p,.ny_hotnews ul li:hover span{color:#db2426}
.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:#db2426; color:#fff;  height:35px; line-height:35px;  font-size:14px; border:0; width:60px;}



/*��ҳ����*/
.ny_news_all{width:100%; height: auto; overflow: hidden; margin: 60px 0 100px; }
.ny_news_all ul{width:100%; height: auto; overflow: hidden;margin-bottom: 40px;}
.ny_news_all ul li{width:100%; height: auto; overflow: hidden; padding: 15px}
.ny_news_all ul li .ny_time{width:115px;height: auto; float: left;margin-top:50px;}
.ny_news_all ul li .ny_time span{display: block; font-size: 12px; color: #999; text-align: right}
.ny_news_all ul li .ny_time p{font-size: 41px; color: #c8c8c8}
.news_xx{width:57%; height: auto; float: left; margin-left:2%; margin-top: 36px;}
.news_xx h3{width:100%; height: 35px; line-height: 35px; font-size: 20px; color: #000; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.news_xx p{width:100%; height:52px; line-height: 25px; font-size: 14px; color: #666;  margin: 10px 0; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
-webkit-box-orient:vertical; overflow:hidden; }
.news_xx span{font-size: 14px; color: #aaaaaa}
.news_pic{width:28%; 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:#db2426}
.ny_news_all ul li:hover h3{font-weight: bold; }


/* ��ҳ��ϵ���� */
.lianxi{ overflow: hidden; padding-bottom: 60px;}
#map{ height: 550px; width: 100%;}
.lianxi_fs{ overflow: hidden; margin-top: 30px; }
.lianxi_fs p{ width:100%; line-height:30px; border: 1px solid #e5e5e5; position: relative; text-indent:36px; color: #333; margin-bottom: 20px; font-size: 16px; padding:8px 0}
.lianxi_fs p::before{ content: ""; height: 12px; width: 2px; display: block; position: absolute; background: #e45560; left:18px; top:17px;}
.lianxi_ewm{ display: table; margin: 30px auto;}
.lianxi_ewm li{overflow: hidden; float: left; margin: 0 20px;  text-align: center;}
.lianxi_ewm li img{border:1px solid #ddd}
.lianxi_ewm li p{ line-height: 1.8; font-size: 16px; color: #333;}
.liuyan{overflow: hidden;  height:455px; background: url(../images/ny_pc_6.jpg) no-repeat center top fixed; margin:130px 0 0; padding-top:60px;}
.liuyan input[type="text"]{line-height: 60px; text-indent: 5%; font-size: 16px; color: rgba(255,255,255,0.9); font-weight: bold; background: none; border: 1px solid #517ad2; width: 32%; margin-right:1.4%;}
.liuyan input[type="text"]::-webkit-input-placeholder,.liuyan textarea::-webkit-input-placeholder{color:rgba(255,255,255,0.8);}
.liuyan input[type="text"]:nth-child(3){ margin-right: 0; float: right;}
.liuyan textarea{line-height: 2; width: 100%; text-indent:20px; font-size: 16px; color: rgba(255,255,255,0.9); font-weight: bold; background: none; border: 1px solid #517ad2; margin-top: 20px; height: 72px; resize:none}
.liuyan input[type="submit"]{ width: 200px; background: #fff;border: none; font-size: 16px; color: #db2426; height: 60px; margin: 0 auto; margin-top: 30px; display: block; cursor: pointer;}
.jrwm{overflow: hidden; padding-bottom: 120px;}
.jrwm .jiaru_nr{ font-size: 16px;}
.jrwm .jiaru_nr p{ line-height: 2;  color: #454545; text-align: justify;font-size: 16px;}
.jrwm .jiaru_nr img{ width: 100%;}
.anli_jz p{ font-size: 16px;  color: #454545; line-height: 30px;}
.anli_jz p strong{ font-size: 18px;}


.ny_service_all{margin-bottom:50px;}



/* .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 #db2426;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:1010px;   }
.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: #db2426;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;}
.table_xx{overflow-y:auto; width:100%}



@media screen and (max-width:1600px){
	.h_logo dl dt{font-size:16px;}
	.h_logo dl dd{font-size:14px;}
	.h_search{width:5%}
	.nav{width:56%}
}


@media screen and (max-width:1500px){
	.w1440{width:1200px;}
	.footer_right{width:42%}
	.h_logo img{width:38%}
	.index_news_right li h4{height:41px;  line-height:20px;}
	.index_service_pic a{padding:24px 10px;}
	.index_service_pic a span{height:45px; line-height:45px;}

}

