@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 14px;}
img{ border:0;}
a{ text-decoration:none; color:#333; transition: all 0.3s; -o-transition: all 0.3s; -mos-transition: all 0.3s; -webkit-transition: all 0.3s;  }
input,textarea,button{outline:none;}
em{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
hr{ border:none;}
.l{ float:left}
.r{ float:right}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.container{ width:1200px; margin: 0 auto; }
.w1440{ width:1440px; margin: 0 auto; }
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.flef{ float: left;}




/* 导航栏 */
.header_all{height:100px; width:100%;  top:0; left:0; z-index:999; position: fixed; background: rgba(255,255,255,0.2); }
.h_logo{width:207px; height:100px; float: left; display: flex; align-items: center;}
.h_logo img{width:100%; height: auto; align-items: center; margin: 0px auto;}
.logo2{display: none}
.header_dao{width:68%; height: 100%;  float: left;  margin-left:8%}
.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:98px;  position: relative;   display: table; margin: 0px auto;}
.nav .sub{ display:none;left:50%; top:100px;  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: 15px; height: 100%; }
.nav .sub a:hover{color:#0fb5ff}
.nav .nLi.active p{border-bottom: 2px solid #0fb5ff}
.h_wx,.h_sj{width:44px; height: 100px; float: right; position: relative; margin-left: 15px;}
.h_wx img{width:100px; height: auto; position: absolute; top:100px; right:0; display: none}
.h_sj img{width:100px; height: auto; position: absolute; top:100px; left:0; display: none}
.h_wx:hover img{display: block}
.h_sj:hover img{display: block}
.h_wx{background: url(../images/h_wx.png) no-repeat center}
.h_sj{background: url(../images/h_sj.png) no-repeat center}
.f_top{background: #fff;}
.f_top .logo2{display: block}
.f_top .logo1{display: none}
.f_top .nav .nLi h3 a p{color:#333}



/* 首页:banner */
.banner{ width:100%; height:auto; position: relative; overflow: hidden; }
.banner .swiper-slide a{width:100%; height: auto; display: block}
.banner .swiper-slide a img{width:100%; display: block}
.banner .swiper-pagination-bullet{width:66px; height: 6px; background: rgba(10,49,164,0.5); border-radius: 8px;}
.banner .swiper-pagination-bullet-active{background: #0fb5ff}
.banner .swiper-pagination{bottom:25px}




/*关于我们*/
.index_about{width:100%; height: auto; overflow: hidden; background: url(../images/about_top.jpg) no-repeat top center; padding: 100px 0 70px;}
.index_about_left{width:567px; height: auto; float: left}
.index_about_title{width:100%; height: auto; overflow: hidden}
.index_about_title h4{color:#fff; font-size: 30px;}
.index_about_title h5{width:100%}
.index_about_title h5 span{color:#fff; font-size: 36px; float: left}
.index_about_title h5 hr{width:60px; height: 2px; background: #fff; float: left; margin-left:15px; margin-top:26px;}
.in_video{width:114px; height: auto; margin: 0px auto; text-align: center; margin-top:144px}
.in_video p{color:#fff; font-size: 18px; margin-top: 8px;}
.index_about_right{width:52.4%; height: auto; float: right; padding-top: 90px; padding-bottom:75px}
.index_about_right h4{color:#0882e1; font-size: 30px; font-weight: bold; line-height: 42px;}
.in_abxx{width:100%; height:144px; overflow: hidden; color:#777777; font-size: 16px; line-height: 36px; margin: 65px 0 48px; display: block}
.index_about_num{width:100%; height: 220px; overflow: hidden; margin: 0px auto; background: #f9f9f9; padding: 63px 0}
.index_about_num dl{width:auto; height: auto; float: left; margin-right: 200px; transition: all 0.4s ease-in-out;}
.index_about_num dl dt{width:72px; height: 86px; float: left; display: flex; align-items: center;}
.index_about_num dl dt img{align-items: center; margin: 0px auto; max-width: 100%}
.index_about_num dl dd{margin-left:90px}
.index_about_num dl dd span{color:#4d4d4d; font-size:34px; }
.index_about_num dl dd p{color:#777777; font-size: 16px;}
.index_about_num dl dd hr{width:30px; height: 2px; background: #bebebe; display: block; margin: 8px 0 10px}
.index_about_num dl:last-child{margin-right: 0}

.in_about_jts{width:50px; display:block; transition: all 0.4s ease-in-out;}
.in_about_jts img{width:100%; display:block;}
.in_about_jts:hover{margin-left:10px; transition: all 0.4s ease-in-out;}

.index_about_num dl:hover{margin-top:-10px; transition: all 0.4s ease-in-out;}



/*弹出视频*/
.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; margin-top:90px;}
.index_product_title{width:100%; height: auto; overflow: hidden}
.index_product_title dl{float: left}
.index_product_title dl dt{color:#4d4d4d; font-size: 30px; font-weight: bold; text-transform: uppercase}
.index_product_title dl dd{width:100%; height: auto; overflow: hidden}
.index_product_title dl dd span{color:#4d4d4d; font-size: 36px; float: left}
.index_product_title dl dd hr{width:60px; height: 2px; background: #bebebe; margin-left:20px; margin-top: 20px; float: left}
.index_product_nav{max-width:60%; height: auto; float: right; margin-top:14px}
.index_product_nav a{width:auto; height: 60px; float: left; background: #f9f9f9; border-radius:35px; text-align: center; line-height: 60px; font-size:20px;
	color: #777777; margin-right:20px; padding: 0 35px}
.index_product_nav a:hover{background:url(../images/hover.jpg) no-repeat center; background-size: cover; color:#fff}
.index_product .swiper-container{width:100%; height: auto; overflow: hidden; margin-top: 74px}
.index_product .swiper-slide a{width:100%; height: auto; display: block; overflow: hidden}
.index_product_pic{width:100%; height: auto; overflow: hidden; position: relative}
.index_product_pic img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_product .swiper-slide a i{width:100%; height: 100%; background: url(../images/p_hover.png) no-repeat center; background-size: cover; display: block; position: absolute; top:0; left:0; opacity: 0; transition: all 0.4s ease-in-out;}
.index_product_xx{width:100%; height:132px; background: #f9f9f9; padding:35px 10px; text-align: center}
.index_product_xx h4{width:100%; height: 30px;  line-height: 30px; color: #4d4d4d; font-size: 22px; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_product_xx p{width:100%; height: 30px;  line-height: 30px; color: #777777; font-size:16px; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_product .swiper-slide a:hover i{opacity: 1; transition: all 0.4s ease-in-out;}
.index_product .swiper-slide a:hover .index_product_xx{background: #0882e1}
.index_product .swiper-slide a:hover .index_product_xx h4,.index_product .swiper-slide a:hover .index_product_xx p{color:#fff}
.index_product .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_case{width:100%; height: auto; overflow: hidden; margin: 90px 0 30px}
.index_youshi_title{width:100%; height: auto; overflow: hidden}
.index_youshi_title dl{float: left}
.index_youshi_title dl dt{color:#4d4d4d; font-size: 30px; font-weight: bold; text-transform: uppercase}
.index_youshi_title dl dd{width:100%; height: auto; overflow: hidden}
.index_youshi_title dl dd span{color:#4d4d4d; font-size: 36px; float: left}
.index_youshi_title dl dd hr{width:60px; height: 2px; background: #bebebe; margin-left:20px; margin-top: 20px; float: left}
.index_youshi_title a{width:180px; height: 60px; float: right; background: #f9f9f9; color:#777777; font-size: 20px; text-align: center; line-height: 60px; 
	border-radius:35px; margin-top: 12px;}
.index_youshi_title a:hover{background:url(../images/hover.jpg) no-repeat center; background-size: cover; color:#fff}
.index_youshi .index_youshi_title a{background:#fff}
.index_youshi .index_youshi_title a:hover{background:url(../images/hover.jpg) no-repeat center; background-size: cover; }
.index_case_all{width:100%; height: auto; overflow: hidden; margin-top: 50px;}
.index_case_all .swiper-slide a{width:100%; height: auto; display: block; overflow: hidden}
.index_case_pic{width:100%; height: auto; overflow: hidden}
.index_case_pic img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_case_tt{width:100%; height:35px; line-height: 35px; margin-top:25px}
.index_case_tt h4{width:60%; height: 100%; float: left; color:#4d4d4d; font-size: 22px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_case_tt img{float: right}
.index_case_all .swiper-slide a:hover h4{color:#0882e1}
.index_case_all .swiper-slide a:hover .index_case_pic img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}

.index_fenlei{height: 160px; background: url(../images/fenlei_bj.jpg) no-repeat center; background-size: cover; margin-top: 50px; position: relative; z-index:1}
.index_fenlei ul{width:100%; height: auto; overflow: hidden; padding:38px 8%}
.index_fenlei ul li{width:50%; height: auto; float: left; transition: all 0.4s ease-in-out;}
.index_fenlei ul li:nth-child(1){background: url(../images/fl_xs.png) no-repeat right center}
.index_fenlei ul li a{width:100%; height:81px; line-height: 81px; display: block; overflow: hidden; background: url(../images/fl_jts.png) no-repeat 90% center; display: inline-block; }
.index_fenlei ul li a img{margin-right: 20px;   display:inline-block; vertical-align:middle;}
.index_fenlei ul li a span{color:#ffffff; font-size: 24px;  display:inline-block; vertical-align:middle;}
.index_fenlei ul li:nth-child(2){padding-left: 62px; transition: all 0.4s ease-in-out;}
.index_fenlei ul li:nth-child(2):hover{padding-left:70px; }
.index_fenlei ul li:nth-child(1):hover{padding-left:10px; }




/*优势*/
.index_youshi{width:100%; height: auto; overflow: hidden; background: #f9f9f9; margin-top:-80px; padding-top: 166px; padding-bottom: 98px}
.index_youshi_top{width:100%; height: auto; overflow:hidden; margin-top: 44px; background: url(../images/youhsi_bjs.png) no-repeat right center}
.index_youshi_top ul{width:50%; height: auto; float: left}
.index_youshi_top ul li{width:100%; height: auto; overflow: hidden; margin-bottom: 24px; padding: 10px 0 10px 2px }
.index_youshi_top ul li h5{width:16%; height: 100px; background: url(../images/hover.jpg) no-repeat center; background-size: cover; text-align: center; line-height: 100px; color:#fff; font-size: 40px; font-weight: bold; float: left}
.youshi_top_xx{width:84%; height:192px; float: left; background: #fff; box-shadow: 0 0 7px rgba(0,0,0,0.1); padding: 41px}
.youshi_top_xx h4{color:#4d4d4d; font-size: 22px;  width:100%; margin-bottom:15px;}
.youshi_top_xx p{color:#777777; font-size: 16px;  width:100%; line-height: 26px; height: 52px;}
.index_youshi_top ul li:hover h4{color:#0882e1}
.youshi_top_img{width:48%; height: auto; float: right; margin-top:216px;}
.youshi_top_img img{width:100%; display: block}





/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; margin:88px 0 0; background: url(../images/news_bjs.jpg) no-repeat bottom center; padding-bottom: 60px;}
.index_news .w1440{position: relative}
.index_news_title{position: absolute; right:0; top:0; width: 46%; z-index:9}
.index_news_title dl{float: left}
.index_news_title dl dt{color:#4d4d4d; font-size: 30px; font-weight: bold; text-transform: uppercase}
.index_news_title dl dd{width:100%; height: auto; overflow: hidden}
.index_news_title dl dd span{color:#4d4d4d; font-size: 36px; float: left}
.index_news_title dl dd hr{width:60px; height: 2px; background: #bebebe; margin-left:20px; margin-top: 20px; float: left}
.index_news_title a{width:180px; height: 60px; float: right; background: #f9f9f9; color:#777777; font-size: 20px; text-align: center; line-height: 60px; 
	border-radius:35px; margin-top: 12px;}
.index_news_title a:hover{background: url(../images/hover.jpg) no-repeat center;color:#fff; background-size: cover;}
.index_news .swiper-container{width:100%; height: auto; overflow: hidden}
.index_news .swiper-slide a{width:100%; height: auto; display: block; overflow:hidden}
.index_news_pic{width:50%;  height: auto; float: left; overflow:hidden}
.index_news_pic img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_news_xx{width:45%; height: auto; float: right; margin-top: 275px}
.index_news_xx span{color:#fff; font-size: 18px; display: block}
.index_news_xx h3{color:#fff; font-size: 22px; display: block; width: 100%; margin: 18px 0}
.index_news_xx p{color:#fff; font-size: 16px; width: 100%; line-height: 34px; height: 102px; overflow: hidden}
.in_news_icon{width:240px; height: auto; text-align: right; line-height: 26px; margin-top: 70px; float: right}
.in_news_icon span{color:#fff; font-size: 16px; float: left}
.in_news_icon hr{color:#fff; font-size: 16px; float: left; width: 100px; height: 1px; background: #ffff; margin:15px 20px 0;}
.index_news .swiper-slide a:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}


.index_news_bottom{width:100%; height: 470px; overflow: hidden; background: #ffffff; position: relative}
.index_news_bottom:after{content: ""; width: 100%; height: 1px; background: #f9f9f9; position: absolute; bottom:104px; left:0}
.index_news_bottom ul{width:1440px; height: auto; overflow: hidden; margin: 0px auto;}
.index_news_bottom ul li{width:33.33%; height: 100%; float: left; border-right:1px solid #f9f9f9; padding:76px 4% 0}
.news_bottom_top{width:100%; height: auto; overflow: hidden; padding-bottom: 70px}
.news_bottom_top span{color:#777777; font-size: 18px; display: block; margin-bottom: 24px;}
.news_bottom_top h3{color:#4d4d4d; font-size: 22px; display: block; width: 100%; height: 30px; line-height: 30px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.news_bottom_top hr{width:40px; height: 3px; background: #0882e1; display: block; margin: 30px 0}
.news_bottom_top p{width:100%; height: 78px; overflow: hidden; color:#777777; font-size: 14px; line-height: 26px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;}
.news_bottom_xx{width:100%; height: 104px;}
.news_bottom_xx h4{width:50%; height: 100%; line-height: 104px; float: left; color:#777777; font-size: 14px; }
.news_bottom_xx img{float: right; margin-top: 38px; }
.index_news .swiper-pagination{width:auto;}
.index_news .swiper-pagination-bullet{background:#fff; width:12px; height:12px;}
.index_news_bottom ul li:hover h3{color:#0882e1}
.index_news_bottom ul li:hover .news_bottom_xx h4{color:#0882e1}





/*联系*/
.index_contact{width:100%; height: 660px; overflow: hidden; background: url(../images/contact_bjs.jpg) no-repeat center; background-attachment: fixed; background-size: cover; position: relative; padding-top: 95px}
.index_contact:after{content: ""; width: 50%; height: 100%; position: absolute; top:0; left:0; background: url(../images/c_left.png) no-repeat center; background-size: cover;}
.index_contact_left{width:41%; height: auto; float: left; position: relative; z-index: 9}
.index_contact_left h4{color:#fff; font-size: 30px; font-weight: bold; text-transform: uppercase}
.index_contact_left h6{color:#ffffff; font-size:16px; line-height: 26px; margin: 10px 0 38px}
.index_contact_left h6 span{font-weight: bold; font-size: 16px;}
.index_contact_left h5{width:100%; height: auto; overflow: hidden}
.index_contact_left h5 span{color:#fff; font-size: 36px; float: left}
.index_contact_left h5 hr{background: #fff; width:60px; height: 2px; float: left; margin-left: 20px; margin-top:30px}
.index_contact_left dl{width:100%; height: auto; overflow: hidden}
.index_contact_left dl dt{width:49%; height:60px; border: 1px solid rgba(255,255,255,0.5); padding: 0 10px; float: left; 
	background: url(../images/icon1.png) no-repeat 15px center; padding-left:40px}
.index_contact_left dl dd{width:49%; height:60px; border: 1px solid rgba(255,255,255,0.5); padding: 0 10px; float: right; 	background: url(../images/icon2.png) no-repeat 15px center; padding-left:40px; position:relative}
.index_contact_left dl input{width:100%; height: 100%; background: none;border: 0; font-size: 16px; color: #fff;}
.index_contact_left textarea{width:100%; height: 109px; border: 1px solid rgba(255,255,255,0.5); padding:15px 40px; resize: none; 
	background: url(../images/icon3.png) no-repeat 15px 15px; margin-top: 10px; color:#fff;  font-size: 16px;}
.index_contact_left dl input::-webkit-input-placeholder {  
    color:    #fff;  
}  
.index_contact_left dl input:-moz-placeholder { 
   color:    #fff;  
   opacity:  1;  
}  
.index_contact_left dl input::-moz-placeholder {
   color:    #fff;  
   opacity:  1;  
}  
.index_contact_left dl input:-ms-input-placeholder { 
   color:    #fff;  
}  


.index_contact_left textarea::-webkit-input-placeholder {  
    color:    #fff;  
}  
.index_contact_left textarea:-moz-placeholder { 
   color:    #fff;  
   opacity:  1;  
}  
.index_contact_left dl input::-moz-placeholder {
   color:    #fff;  
   opacity:  1;  
}  
.index_contact_left dl input:-ms-input-placeholder { 
   color:    #fff;  
}  

.in_submit{width:250px; height: 60px; background: #fff; border-radius: 35px; line-height: 60px; border: 0; color:#4d4d4d; font-size: 16px; margin-top: 29px; cursor: pointer}

.index_contact_icon{width:20%; height:143px; float: left; position: relative; z-index: 1; margin-left: 4%; margin-top: 130px}
.index_contact_icon img{width:100%; display: block}
.index_contact_dizhi{width:34%; height: 170px; float: left; background: #fff; border-radius: 8px; padding: 35px; margin-top: 48px;}
.index_contact_dizhi h4{color:#4d4d4d; font-size: 18px; margin-bottom: 10px;}
.index_contact_dizhi p{color:#777777; font-size: 16px; line-height: 30px;}





/*底部*/
.footer{width:100%; height:auto; overflow: hidden; background:#f9f9f9; padding: 68px 0 40px}
.footer .w1440{overflow: hidden}
.footer_nav{float: left; width: 70%; height: auto; overflow: hidden}
.footer_nav dl{max-width:16%; height: auto; overflow: hidden;  float: left; margin-right: 100px;  }
.footer_nav dl:last-child{margin-right: 0}
.footer_nav dl dt{color:#4d4d4d; font-size: 16px; width: 100%}
.footer_nav dl dd{width:100%; height: auto; overflow: hidden;}
.footer_nav dl dd hr{width:20px; height: 2px; background: #0882e1; display: block; margin:24px 0}
.footer_nav dl dd a{color:#4d4d4d; font-size: 14px; display: block; margin-bottom:9px; }
.footer_nav dl dd a:hover{color:#0882e1}
.footer_ma{width:22.8%; height: auto; float: right}
.footer_ma h4{color:#4d4d4d; font-size: 16px; width: 100%}
.footer_ma hr{width:20px; height: 2px; background: #0882e1; display: block; margin:24px 0}
.footer_ma dl{width:46%; height: auto;border: 1px solid #fff}
.footer_ma dl dt{width:74%; height: auto; float: left}
.footer_ma dl dt img{width:100%; display: block}
.footer_ma dl dd{width:26%; height:auto;  line-height: 38px; padding-top: 20px; color:#4d4d4d; font-size: 14px; float: left; writing-mode:tb-rl; writing-mode:vertical-rl;}
.copy{clear:both;width:100%;height:auto; position: relative; background: #2e3338; padding:25px 0; overflow: hidden; line-height:30px; background: #2e3338}
.copy_tab{display: table; margin: 0px auto;}
.copy_l{font-size:14px; color:#fff; height: 100%; width: auto; text-align: center; float: left; }
.copy_l a{color:#fff;}
.copy_l a:hover{color:#0fb5ff!important}
.footer_zhichi{width:auto; height:100%; float: right;}
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#fff; height: 100%; line-height: 30px;}
.footer_zhichi .pt{width:75px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:5px; margin-right: 10px}
.footer_zhichi .js{width:80px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:5px;}
.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:#0fb5ff}







/*客服*/
.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:#0fb5ff;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; float:left;
}










/*å†…é¡µ*/
.ny_banner{ width:100%;  position:relative;  height:400px;clear: left; }
.about_ban{background: url(../images/about_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}
.product_ban2{background: url(../images/product_ban2.jpg) no-repeat center}
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat center}
.join_ban{background: url(../images/join_ban.jpg) no-repeat center}
.service_ban{background: url(../images/service_ban.jpg) no-repeat center}
.case_ban{background: url(../images/case_ban.jpg) no-repeat center}
.qyzs_ban{background: url(../images/qyzs_ban.jpg) no-repeat center}


.ny_baninfo{width:1200px; height:180px; position: absolute; top:185px; left:50%; margin-left: -600px; }
.ny_baninfo h3{font-size: 28px; color: #fff; line-height: 40px; margin-top: 60px;}
.ny_baninfo .ny_fubiao{width:100%; height: auto; overflow: hidden; margin-top: 28px;}
.ny_baninfo .ny_fubiao hr{width:55px; height: 1px; float: left; background: #0882e1; margin-top: 10px; margin-right: 8px;}
.ny_baninfo .ny_fubiao *{ color: #fff;}
.ny_baninfo .ny_fubiao p{float: left; font-size: 14px; color: #fff;}
.ny_baninfo .ny_fubiao p a{font-size: 14px; color: #fff}
.ny_baninfo h4{font-size: 56px;font-family: "Arial"}
.ny_baninfo .ny_fubiao p a:hover{color:#0882e1}
.shine{background: #fff -webkit-gradient(linear, left top, right top, from(#fff), to(#fff), color-stop(0.9, #0882e1)) 0 0 no-repeat;
    -webkit-background-size: 125px;
    color: rgba(255, 255, 255, 0.1);
    -webkit-background-clip: text;
    height:50px;
    line-height:50px;
    font-weight:bold;
    display:block;
    position:absolute;
    left:0;
    top:0%; 
    -webkit-animation-name: shine;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes shine
{
    0%
    {
        background-position: top left;
    }
    100%
    {
        background-position: top right;
    }
}





.ny_nav{width:1300px; height:54px; margin: 0 auto; margin-top: 40px;}
.ny_nav ul{width:auto; overflow: hidden; display: table; margin: 0 auto;}
.ny_nav ul li{ height:54px; line-height:54px; float:left; text-align:center;position:relative; background: #eee; margin-right: 2px; position: relative; text-align: center;}
.ny_nav ul li a{display:block; color:#fff; font-size: 15px; color: #333;padding: 0 50px; text-align: center;}
.ny_nav ul li:hover,.ny_nav ul li.active{ background: #0882e1}
.ny_nav ul li:hover a,.ny_nav ul li.active a{ color: #fff;}
.ny_nav ul li.active::after{ content: "";position: absolute; height: 2px; width: 100%; background: #0882e1; bottom: 0; left: 0;}
.ny_pro_bt{width:100%; height:auto; overflow:hidden}
.ny_pro_bt ul{width:1200px; height: auto; overflow: hidden;  margin: 60px auto 0;}
.ny_pro_bt ul li{width:auto; float: left; background: url(../images/p_xx.png) no-repeat left center; padding-left: 50px; margin-right: 30px; line-height: 40px; 
    margin-bottom: 10px;}
.ny_pro_bt ul li a{font-size: 18px; color: #060507;}
.ny_pro_bt ul li:hover a{color:#0882e1}
.ny_pro_bt ul li:hover{background: url(../images/p_hx.png) no-repeat left center}
.ny_pro_bt ul li.active{background: url(../images/p_hx.png) no-repeat left center}
.ny_pro_bt ul li.active a{color:#0882e1}

.ny_honor_all{width:100%; height: auto; overflow: hidden; margin: 40px 0}
.ny_honor_all ul{width:100%; height: auto; overflow: hidden;}
.ny_honor_all ul li{width:285px; height: auto; float: left; margin-right:20px; margin-bottom:25px;}
.ny_honor_all ul li .honor_pic{width:100%;  height: auto; overflow: hidden; border:1px solid #ddd;}
.ny_honor_all ul li .honor_pic img{width:100%; height: auto; overflow: hidden; display:block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_honor_all ul li p{width:100%; height:35px; line-height: 35px;  font-size:1rem; color: #333; text-align: center;
    text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.ny_honor_all ul li:nth-child(4n){margin-right: 0px;}
.ny_honor_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_service_all{width:100%; height: auto; overflow: hidden; margin: 30px 0; font-size:15px; color:#666; line-height:30px;}
.ny_service_all img{max-width:100%}
.ny_service_all p{ color: #666}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 40px 0}
.ny_tuijian{ padding-top: 20px;}
.slideTxtBox3 .hd ul{height: 42px; display: table; margin: 0 auto; margin-bottom: 20px;}
.slideTxtBox3 .hd ul li{ height: 42px; line-height: 48px; text-align: center;  width:170px; margin-right: 2px;  float: left; margin-bottom:10px;}
.slideTxtBox3 .hd ul li a{ font-size: 16px; color: #333; display: block; background: #efefef;}
.slideTxtBox3 .hd ul li.on a{background: #0882e1; color: #fff;}
.slideTxtBox3 .bd{ overflow: hidden;}
.slideTxtBox3 .bd li{ width: 285px; margin-right: 20px; margin-bottom: 24px; float: left;}
.slideTxtBox3 .bd li:nth-child(4n){ margin-right: 0;}
.slideTxtBox3 .bd li .pic{ width: 100%; height: auto; overflow: hidden; }
.slideTxtBox3 .bd li .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;
}
.slideTxtBox3 .bd li  p{ height: 54px; border-bottom: 1px  solid #eee; line-height: 54px; text-align: center;}
.slideTxtBox3 .bd li  p a{ font-size: 16px; color:#333; width:100%; height:100%; display:block; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.slideTxtBox3 .bd li  p span{ float:right; line-height: 54px; color: #999; font-size: 14px;}
.slideTxtBox3 .bd li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.slideTxtBox3 .bd li:hover a{color:#0882e1}
.fav1{ width: 100%;overflow: hidden;}
.fav1 li{ height: 42px; line-height: 42px; border-bottom: 1px dashed #dedede; float: left; width: 49.5%;}
.fav1 li:nth-child(2n){ float: right;}
.fav1 li a{ font-weight: normal;  font-size: 14px; color: #333;}
.fav1 li span{ float: right; font-size: 14px; color: #999; font-weight: normal;}
.fav1 li:hover a,.fav1 li:hover span{color:#0882e1}
.index_title_5{overflow: hidden; padding-top: 60px;}
.index_title_5 span{ display: block; text-align: center; font-family: "Impact"; font-size: 76px; color: rgba(34,34,34,0.07); text-transform: uppercase;}
.index_title_5 p{font-size: 36px; color: #222; line-height: 2;  margin-top: -70px; font-weight: bold; text-align: center;}
.index_title_5 em{ display: block; font-style: normal; width: 700px; margin: 0 auto; line-height: 24px; color: #666; text-align: center; font-size: 14px;}
.slideTxtBox3{ margin-top: 20px; margin-bottom: 30px;}

.ny_all{width:100%; height: auto; overflow: hidden; margin-top: 36px; margin-bottom:140px;}
.ny_left{width:23%; height: auto; float: left; overflow: hidden;}
.ny_left_title{width:100%; height: 90px; background: #0882e1; 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; background:url(../images/dian.png) no-repeat 8px 22px; }
.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 .inactive{ background:url(../images/off.png) no-repeat 210px center;}
.ny_left_nav ul li .inactives{background:url(../images/on.png) no-repeat 210px center;} 
.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:#0882e1; font-size: 14px; background: url(../images/r_jt.png) no-repeat 200px center; font-weight: bold;}
.ny_left_nav ul li.active a{color:#0882e1}
.ny_left_nav ul li:hover a.inactive{color:#0882e1}
.ny_left_nav ul li ul li:hover a{color:#0882e1}
.ny_left_nav ul li .inactives{color:#0882e1}
.ny_left_nav ul li ul li:hover a{color:#0882e1}
.yiji li.active{background:#fff url(../images/dian.png) no-repeat 8px 22px;}
.ny_left_nav ul li ul li:hover{background: url(../images/r_jt.png) no-repeat 210px center}
.ny_left_nav .yiji li:hover{background:#fff url(../images/dian.png) no-repeat 8px 22px;}

.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; background: url(../images/hs.png) no-repeat left center; padding-left: 20px;}
.ny_about_info{width:100%; height: auto; overflow: hidden; font-size: 14px; color: #666666; line-height: 30px; margin-top:35px; }
.ny_about_info img{max-width: 100%;}

.accordion { width: 100%; height:auto; overflow:hidden}
.accordion li.open .link {color: #0882e1;}
.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;
    background: url(../images/off.png) no-repeat 207px center;
}
.open .link{background: url(../images/on.png) no-repeat 207px center;}
.submenu{display: none;}
.submenu a {
    display: block;
    text-decoration: none;
    font-size: 14px; color: #666666; height:50px; line-height:50px;
    padding-left: 42px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.accordion li{padding-left:10px;}
.accordion li:hover{background:#fff;}
.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;
    background: url(../images/off.png) no-repeat 207px center;
}

.ny_left_nav .accordion p{padding-left: 10px; height: 50px; line-height: 50px; position: relative;}
.ny_left_nav .accordion p::before{ content: ""; position: absolute; height: 7px; width: 7px; background: #0882e1; left: 10px; top: 22px;}
.ny_left_nav .accordion p a{ display: block; font-size: 16px; text-indent: 17px;}
.ny_left_nav .accordion p:hover,.ny_left_nav .accordion p.active{background: #fff;}
.ny_left_nav .accordion p:hover a{ color: #333;}

.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.2%; float: left; height: auto; margin-bottom: 20px; margin-right: 15px;}
.ny_product ul li .products_pic{height:auto; display: block;overflow: hidden;width:100%; border:1px solid #eee; display: flex; align-items: center;}
.ny_product ul li .products_pic img{width:100%;transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s; align-items: center; margin: 0px auto;}
.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 li p{ height:35px; line-height: 35px; text-align: center;  font-size: 16px; color: #666}
.ny_product ul li:nth-child(3n){float: right; margin-right: 0;}
.ny_product ul li p{width:100%; height: 48px; line-height: 48px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: center; background: #f0f0f1;}
.ny_product ul li:hover p{background: #0882e1; color: #fff;}

.ny_product_show{margin-bottom:50px;}
.ny_proshow_top{width:100%; height:auto; overflow:hidden; margin-bottom:30px; margin-top:20px;}
.ny_proshow_xx{margin-left:436px; height:100%; overflow:hidden; padding-top: 20px;}
.ny_proshow_bottom{width:100%; height:auto; overflow:hidden; border: 1px solid #eee;}
.proshow_xxk{color: #fff; font-size: 20px;font-weight: bold; border-left: 3px solid #287db9;width:100%; display:block; background: #323136;padding-left:20px; height:40px; line-height:40px;}
.proshow_xx{font-size:15px; color:#666; line-height:30px; min-height: 200px;}
.proshow_xx img{max-width:100%;}
.go_black{width: 90px;height: 30px;background: #4cbcac; color: #fff; text-align: center; line-height: 30px; border-radius: 5px; position: relative; float:right}
.proshow_xx table{border-collapse: collapse;}
.ny_proshow_xx em{font-size: 14px; color: #8a8a8a; font-style: normal;}
.ny_proshow_xx .pro_text{padding: 15px; background: #f5f5f5; line-height: 24px; color: #666; text-align: justify; font-size: 14px; margin-top: 10px;}
.ny_pro_dh{width:100%; height:80px; margin-top: 20px;}
.ny_pro_ddh span{ font-size: 30px; color: #0882e1; font-family: "Impact"}
.bd_xx{ padding: 0 20px;font-size: 15px; color: #454545;}

.ny_proshow_bottom .slideTxtBox .hd ul{height: 54px; line-height: 54px; background: #f7f7f7; border-bottom: 1px solid #eee; margin-bottom: 20px;}
.ny_proshow_bottom .slideTxtBox .hd ul li{ height: 54px; line-height: 54px; width: 220px;  text-indent: 36px; font-weight: bold; color: #333; font-size: 20px; position: relative;}
.ny_proshow_bottom .slideTxtBox .hd ul li::before{ height: 6px; width: 6px; background: #0882e1; position: absolute; left: 20px; top:24px; display: block; content: "";}

.ny_news_all{width:100%; height: auto; overflow: hidden; margin-top: 40px;}
.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:25px;}
.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:88%; height: auto; float: left; margin-left:2%; margin-top: 20px;}
.news_xx h3{width:100%; height: 35px; line-height: 35px; font-size: 18px; color: #333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.ny_news_all ul li:hover .news_xx h3{ color: #0882e1}
.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:22%; height: 144px; float: right; overflow:hidden}
.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;}
.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:#0882e1}
.ny_news_all ul li:hover h3{font-weight: bold; }
.ny_news_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_contact{width:100%; height: auto; overflow: hidden; margin: 40px 0}
.ny_contact_map{width:100%;  height:400px; overflow: hidden; margin-top: 20px;}
.ny_conta_xx{width:100%; height: auto; display: block; overflow: hidden; margin-top: 20px;}
.contact_right{width:50%;float: left; font-size: 16px; color: #666666; line-height:32px}
.ny_cont_wx{width:340px; height: auto; float: right}
.ny_cont_wx dl{width:140px; height: 200px; float: left; margin-right: 26px;}
.ny_cont_wx dl dt{width:140px; height: 140px; border: 4px solid #e5e5e5; padding: 10px; background: #fff}
.ny_cont_wx dl dd{ font-size: 14px; color: #626262; height: 35px; line-height: 35px; text-align: center}
.ny_cont_wx dl dt img{width:100%; height: 100%;}







@media screen and (max-width:1500px){
	.w1400,.ban_info,.w1440{width:1200px;}
	.header_dao{margin-left:4%}
	.index_about_num dl{margin-right:120px}
	.index_product_nav a{padding:0 22px}
	.index_news_xx{margin-top:174px}
	.footer_nav dl{margin-right:75px;}
	.footer_ma{width:25%}
	.index_news_title dl dd span{font-size:32px;}
	.index_news_title dl dt{font-size:26px;}

}







