@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; }
.w1440{ width:1300px; margin: 0 auto; }
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}

body{background: url(../images/bjs.jpg) repeat}

*:focus{   
	border:none;
}

@font-face {
    font-family: 'bex';
    src: url('../font/EMBASSY BT.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'shr';
    src: url('../font/SSOURCEHANSERIFCN-BOLD_0.OTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}




.h_wx,.h_sj{border-radius: 50%}
.h_wx{width:42px; height: 42px; float: right; background:#757575 url(../images/wx_icon.png) no-repeat center; position: relative; margin-left: 20px; margin-top:10px}
.h_sj{width:42px; height: 42px; float: right; background:#757575 url(../images/sj_icon.png) no-repeat center; position: relative;  margin-top:10px}
.h_wx img,.h_sj img{width:100px; height: auto; position: absolute; top:50px; left:0; display:none;}
.h_logo{float:left; width:261px; height:63px; display: flex; align-items: center;}
.h_logo img{width:100%; align-items: center; margin: 0px auto;}
.h_sj:hover img,.h_wx:hover img{display: block}



/* 导航栏 */
.header_nav{height:66px; width:100%; z-index: 9; position: absolute; top:26px; left:0; padding: 0 6% 0 4%;}
.nav{width:64%; height:100%; float: right; margin-right: 3%}
.nav .nLi{position:relative;float:left;display:inline;height:100%; width:14%; text-align: center; }
.nav .nLi h3{text-align:center;  font-weight: normal; width:100%; height: 100%; margin: 0px auto  }
.nav .nLi h3 p{height:66px; line-height:66px; color:#000000; font-size:17px; margin: 0px auto; width: 100%; position: relative}
.nav .nLi h3 p:hover{height:66px;line-height:66px;color:#1570d5;font-size:17px;margin: 0px auto;width: 100%;position: relative;}
.nav .nLi h3 p:after{content: "|"; color:#767676; position: absolute; top:0; right:0; z-index: 9}
.nav .nLi h3 a{display:block;width:100%;height:100%;color:#000000; text-align: center; }
.nav .sub{position:absolute;top:66px;left:50%; z-index:999;display:none;padding:0;width:160px; margin-left: -80px; background:#fff;line-height:26px;} 
.nav .sub li{height:33px;border-bottom:1px solid #eee;text-align:center;line-height:33px;zoom:1}
.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;}

.sub li:hover a{color:#1570d5;}
.nav .nLi:last-child{background: none}




/* 首页:banner */
.banner{ width:100%; height:910px; position: relative; overflow: hidden; }
.banner .slideBox{position:relative;overflow:hidden;width:100%;height:100%}
.banner .slideBox .hd{z-index:1;overflow:hidden;height:auto; position: absolute; bottom:40px; right:50%; margin-right:-35px }
.banner .slideBox .hd ul{overflow:hidden;zoom:1;margin: 0px auto; display: table; width:70px;}
.banner .slideBox .hd ul li{margin:0 5px; width:12px;height:12px; cursor:pointer; border-radius:10px; background: #fff; float: left}
.banner .slideBox .hd ul li.on{background: #1570d5}
.banner .slideBox .bd{position:relative;z-index:0;width:100%;height:910px; overflow: hidden}
.banner .slideBox .bd ul{width:100%;height:100%}
.banner .slideBox .bd li{width:100%;height:910px;vertical-align:middle;zoom:1}
.banner .slideBox .bd li a{display:block;overflow:hidden;width:100%;height:100%; }





/*关于我们*/
.index_about{width:100%; height: auto; overflow: hidden; position: relative;  
	background: url(../images/sy_img.png) no-repeat left -46px}
.index_about_left{width:51.5%; height: auto; float: left; padding-top: 74px;}
.index_about_t{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #e5e5e5}
.index_about_t h3{color:#333333; font-size: 60px; font-weight: bold; text-shadow:rgb(0,0,0,0.1) 17px 15px 3px}
.index_about_t h4{color:#333333; font-size:26px; margin: 10px auto 15px; }
.index_about_t h4 span{color:#000000; font-weight: bold; margin-left: 10px; font-size: 26px;}
.about_more{width:100%; height: auto; overflow: hidden; display: block; color:#555555; font-size: 16px; line-height: 32px; margin-top: 20px; text-indent: 2rem}
.index_about_mav{width:100%; height: auto; overflow: hidden}
.index_about_mav a{width:23%; height: 60px; border: 1px solid #1570d5; text-align: center; line-height:60px; margin-right:2.5%; float: left; border-radius:8px;
	margin-top: 60px; color:#1570d5; font-size: 18px; font-weight: bold; }
.index_about_mav a:last-child{background: #1570d5; color:#fff; margin-right: 0}
.index_about_mav a:hover{background: #1570d5; color:#fff}
.index_about_right{width:45.4%; height: auto; float: right; overflow:hidden}
.index_about_right 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_about_right:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}




/*产品中心*/
.index_product{width:100%; height: auto; overflow: hidden; margin-top:190px; background: url(../images/product_bjs.png) no-repeat bottom center; padding-bottom: 80px;}
.index_product_nav{width:100%; height: auto; overflow: hidden; position: relative; margin-top: 40px;}
.index_product_nav:after{content: ""; width: 100%; height: 1px; border-bottom: 1px dashed #dedede; position: absolute; top:30px; left:0}
.index_product_nav a{width:auto; height: 60px; line-height: 60px; font-size:16px; background: #fff; color:#333333; text-align: center; float: left; border: 1px solid #dcdcdc; border-radius: 8px; position: relative; z-index: 9; padding:0 20px}
.index_product_nav a:nth-child(1),.index_product_nav a:hover{background: #1570d5; color:#fff;}
.index_product_nav img{float: left; margin:25px 10px 0; position: relative; z-index: 9}
.index_product_nav .pro_table{max-width:1300px; display:table; margin:0px auto;}
.picMarquee-left{ overflow:hidden; position:relative; margin: 70px auto; width: 96%   }
.picMarquee-left .bd{width:100%; height: auto; overflow: hidden}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 35px; float:left; _display:inline; overflow:hidden; width: 380px; }
.index_pro_pic{width:100%; height: auto; overflow: hidden}
.index_pro_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_pro_info{width:100%; height: auto; overflow: hidden; border-bottom: 2px solid #dcdcdc; padding-bottom: 16px; margin-top: 28px; }
.index_pro_info dl{width:70%; height: auto; float: left}
.index_pro_info dl dt{width:100%; height: 30px; line-height: 30px; color:#000000; font-size: 20px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_pro_info dl dd{width:100%; height: 30px; line-height: 30px; color:#000000; font-size:14px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_pro_info img{width:48px; height:48px; float:right}
.picMarquee-left .bd ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.picMarquee-left .bd ul li:hover .index_pro_info{border-bottom: 2px solid #1570d5}



/*领域*/
.index_lingyu{width:100%; height: auto; display: block; background: url(../images/b_yuan.png) no-repeat left top; padding-top: 72px;}
.index_lingyu .slideTxtBox{ width:100%;overflow: hidden; margin-top: 40px; position: relative}
.index_lingyu .slideTxtBox .hd{width:400px; height: auto; overflow: hidden; float: left}
.index_lingyu .slideTxtBox .hd ul{width:100%; height: auto; overflow: hidden}
.index_lingyu .slideTxtBox .hd ul li{width:100%; height: 63px; line-height: 64px; background: #e5e5e5; padding-left: 90px; margin-bottom:5px;}
.index_lingyu .slideTxtBox .hd ul li.on{background: #1570d5; border-left:10px solid #20c1f8; padding-left: 80px;}
.index_lingyu .slideTxtBox .hd ul li.on p{background: url(../images/bb_yuan.png) no-repeat left center; color:#fff}
.index_lingyu .slideTxtBox .hd ul li p{color:#333333; font-size: 20px; background: url(../images/h_yuan.png) no-repeat left center; padding-left:40px;}
.index_lingyu .slideTxtBox .bd{width:880px; height: 466px; overflow: hidden; float: right; position: relative}
.index_lingyu .slideTxtBox .bd:after{content: ""; width: 570px; height: 390px; background: #333333; position: absolute; top:75px; right:0}
.bd_list{width:100%; height: 466px; position: relative; z-index: 9}
.in_ly_pic{width:740px; height: auto;}
.in_ly_pic img{width:100%; height: auto; display: block}
.in_ly_xx{width:57%; height: auto; float: right; background: #333333; position: absolute; bottom:28px; right:68px; padding-top: 8px; padding-left:26px;}
.in_ly_xx h3{width: 100%; height:40px; line-height: 40px; color: #fff; font-size: 18px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; 
	border-bottom: 1px solid #484848 }
.in_ly_xx p{width: 100%; height:40px; line-height: 40px; color: #fff; font-size: 14px; opacity: .2; text-overflow: ellipsis; overflow: hidden; white-space: nowrap }



/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideTxtBox .arrow{  position:absolute; right:90px; top:180px; z-index:999 }
.slideTxtBox .arrow a{ display:block;  width:50px; height:50px; overflow:hidden; cursor:pointer; float: left}
.slideTxtBox .arrow .next{background: #fff url(../images/ly_right.png) no-repeat center}
.slideTxtBox .arrow .prev{background: #fff url(../images/ly_left.png) no-repeat center}






/*优势*/
.index_youshi{width:100%; height: auto; overflow: hidden; background: url(../images/yezi.png) no-repeat 42% top; position: relative; padding-top: 50px; margin-top: 20px}
.index_youshi:after{content: ""; width:270px; height:374px; position: absolute; top:0; right:0; background: url(../images/shuya.png) no-repeat right top}
.index_ystitle{width:100%; height: auto; overflow: hidden;  }
.index_ystitle h3{color:#333333; font-size: 60px; font-weight: bold; text-shadow:rgb(0,0,0,0.1) 17px 15px 3px}
.index_ystitle h4{color:#333333; font-size:26px; margin: 10px auto 15px; }
.index_youshi ul{width:100%; height: auto; overflow: hidden; margin-top: 26px;}
.index_youshi ul li{width:32.6%; height: auto; float: left; margin-right:1%; border: 1px solid #dcdcdc; padding:10px;}
.index_youshi ul li:nth-child(3){margin-right: 0}
.index_youshi_xx{width:100%; height:310px; padding: 45px 32px; transition: all 0.4s ease-in-out; }
.index_youshi ul li:nth-child(1) .index_youshi_xx{background: url(../images/ys1.jpg) no-repeat center}
.index_youshi ul li:nth-child(2) .index_youshi_xx{background: url(../images/ys2.jpg) no-repeat center}
.index_youshi ul li:nth-child(3) .index_youshi_xx{background: url(../images/ys3.jpg) no-repeat center}
.index_youshi_xx dl{width:100%; height:69px; }
.index_youshi_xx dl dt{width:69px; height: 69px; float: left}
.index_youshi_xx dl dt img{width:100%; height: auto; display: block;  -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;}
.index_youshi_xx dl dd{margin-left:85px; }
.index_youshi_xx dl dd h3{color:#fff; font-weight: bold; font-size:30px;}
.index_youshi_xx dl dd p{color:#fff; font-size:18px; opacity: .5; text-transform: uppercase}
.index_youshi_xx h4{width:100%; height: auto; overflow:hidden; margin-top: 8px; font-size: 18px; color: #fff; line-height: 32px; margin-top: 30px; }
.index_youshi ul li:hover .index_youshi_xx{padding:35px 32px 45px; transition: all 0.4s ease-in-out;}
.index_youshi ul li:hover img{-webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg); transform: rotateY(360deg);}





/*案例展示*/
.index_case{width:100%; height: auto; overflow: hidden; margin-bottom:100px; margin-top: 98px; background: url(../images/case_bjs.jpg) no-repeat bottom center; 
	padding-bottom: 50px;}
.index_title{width:100%; height: auto; overflow: hidden; text-align: center}
.index_title h3{color:#333333; font-size: 60px; font-weight: bold; text-shadow:rgb(0,0,0,0.1) 17px 15px 3px}
.index_title h4{color:#333333; font-size:26px; margin: 10px auto 15px; }
.index_case ul{width:100%; height: auto; overflow: hidden; margin-top:50px; margin-bottom:30px}
.index_case ul li{width:19.2%; height: auto; float: left; margin-bottom:12px; margin-right: 1%;}
.index_case ul li:nth-child(5n){margin-right: 0}
.index_case_pic{width:100%; height: auto; overflow: hidden}
.index_case_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_case ul li h3{width:100%; height:48px; background: #dcdcdc; text-align: center; line-height: 48px; font-size: 16px; color: #000000; text-overflow: ellipsis; overflow: hidden; white-space: nowrap }
.index_case ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.case_more{width:150px; height: 60px; background: #1570d5; color:#fff; display: block; margin: 0px auto; text-align: center; line-height: 60px; font-size: 16px;
	border-radius: 5px;}



/*新闻资讯*/
.index_news{width:100%; height: auto; overflow: hidden; margin-bottom:92px;}
.index_news_title{width:100%; height: auto; overflow: hidden; }
.index_news_tt{width:auto; float: left}
.index_news_tt h3{color:#333333; font-size: 60px; font-weight: bold; text-shadow:rgb(0,0,0,0.1) 17px 15px 3px}
.index_news_tt h4{color:#333333; font-size:26px; margin: 10px auto 15px; }
.in_news_nav{float: right; margin-top:30px;}
.in_news_nav a{width:190px; height: 56px; float: left; border: 1px solid #c4dbf4; text-align: center; line-height: 56px; font-size: 18px; color: #1570d5; display: block; margin-left:10px;}
.in_news_nav a:hover{background: #c4dbf4; color:#1570d5}
.index_news_top{width:100%; height: auto; overflow: hidden; margin-top: 26px;}
.news_top_left{width:56.6%; height: auto; float: left}
.news_top_left a{width:48%; height: auto; float: left; overflow: hidden; background: #434343; padding-bottom: 8px}
.news_top_left a:nth-child(2n){float: right}
.index_news_pic{width:100%; height: auto; display: block}
.index_news_pic img{width:100%; height: auto; display: block}
.index_news_xx{width:96%; height: auto; margin:-40px auto 0; background: #fff; position: relative; z-index: 9}
.index_news_xx span{background: url(../images/time_icon.png) no-repeat left center; padding-left:30px; font-size: 15px; color: #999999; height: 46px; line-height: 46px; border-bottom: 1px solid #e9e9e9; display: block; width:94%; margin: 0px auto;}
.index_news_xx h3{color:#333333; width: 100%; font-size: 18px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; margin: 10px auto; padding: 0 8px}
.index_news_xx p{font-size: 15px; color:#777777;  width: 100%; height: 48px; line-height: 24px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;  padding: 0 8px}
.index_news_xx i{width:134px; height: 32px; background: #434343; text-align: center; line-height: 32px; color:#fff; font-size:14px; font-style: normal; display: block; text-align: center;line-height: 32px; margin-top:10px }
.news_top_right{width:41%; height: auto; float: right}
.news_top_right a{width:100%; height: auto; overflow: hidden; background: url(../images/n_xs.png) no-repeat left bottom; display: block; 
	padding-bottom:14px; margin-bottom: 18px;}
.news_top_right a span{color:#999999; font-size: 15px; width: 100%; height:25px; line-height: 25px; display: block; padding-left:28px; 
	background: url(../images/time_icon.png) no-repeat left center}
.news_top_right dl{width:100%; height: 40px; line-height: 40px;}
.news_top_right dl dt{width:80%; height: 100%; float:left; color:#000000; font-size: 18px;}
.news_top_right dl dd{height: 100%; float:right; color:#cccccc; font-size: 14px;}
.news_top_right p{width:100%; height: 44px; overflow:hidden; color:#999999; font-size: 15px; line-height: 22px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}
.index_news_bottom{width:100%; height: auto;  margin-top: 30px; overflow: hidden}
.index_news_bottom li{width:48%; height: auto;  float: left; overflow: hidden; margin-bottom:12px;}
.index_news_bottom li:nth-child(2n){float: right}
.index_news_bottom li a{width:100%; height: auto; display: block}
.index_news_bottom p{width:80%; height:30px; line-height:30px; color:#010101; font-size: 18px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; 
	float: left}
.index_news_bottom span{color:#999999; display: block;  font-size: 16px; float: right; height: 30px; line-height: 30px;}
.keyword_light p{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #333; line-height: 30px; }





/*联系我们*/
.ny_contact_ly{width:100%; height:340px; background: url(../images/contact_bjs.jpg) no-repeat center; padding-top: 30px;}
.ny_contact_ly h3{font-size:20px; color: #fff;  text-align: center; margin-bottom:20px;}
.contact_ly_info{width:1200px; height: auto; overflow: hidden; margin:0 auto 0}
.contact_ly_info dl{width:100%; height: 55px;}
.contact_ly_info dl input[type="text"]{width:100%; height: 100%; padding: 0px 10px; font-size: 14px; color: #fff; background: none; border: 0}
.contact_ly_info dl dt{width:49%; float: left; height: 100%; position: relative; border-bottom: 1px solid rgba(255,255,255,0.5);}
.contact_ly_info dl dd{width:49%; float: right; height: 100%; position: relative; border-bottom: 1px solid rgba(255,255,255,0.5)}
.contact_ly_info textarea{width:100%; height:55px; border: 1px solid #4a4a4a; padding: 10px; font-size: 14px; color: #fff;  background: none; margin-top:18px; resize: none; border: 0; border-bottom: 1px solid rgba(255,255,255,0.5); }
.con_submit{width:195px; height: 50px; background: #fff; text-align: center; line-height:50px; border: 0; background: #fff; display: block; margin:38px auto;}

.contact_ly_info dl input::-webkit-input-placeholder,.contact_ly_info textarea::-webkit-input-placeholder { 
    color:    #fff;  
}  
.contact_ly_info dl input:-moz-placeholder,.contact_ly_info textarea:-moz-placeholder{
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info dl input::-moz-placeholder,.contact_ly_info textarea::-moz-placeholder{
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info dl input:-ms-input-placeholder,.contact_ly_info textarea:-ms-input-placeholder{ 
   color:    #fff;  
}  




/*底部*/
.in_footer{width:100%; height: auto;  position: relative;   overflow: hidden; background: #f1f1f1; padding:40px 0 55px}
.in_footer dl{float: left; width: 150px; background: url(../images/nav_x.png) no-repeat left top; text-align: center; height: 244px;}
.in_footer dl dt{font-size: 18px; color: #000000; display: block;}
.in_footer dl dd{width:100%; height: auto; overflow: hidden; margin-top:20px;}
.in_footer dl dd a{color:#555555; font-size: 15px;; line-height: 30px; display: block}
.in_footer dl dd a:hover{color:#1570d5}
.in_footer dl:nth-child(5){margin-right: 0!important}
.footer_xx{width:390px; height: 244px; overflow: hidden; float: left; background: url(../images/nav_x.png) no-repeat left top; padding-left: 40px}
.footer_xx p{color:#555555; font-size:15px; line-height:32px;}
.footer_xx a{width:100%; height: auto; display: block; margin-bottom:30px;}
.footer_xx a img{max-width: 100%; height: auto; display: block}
.footer_right{width:286px;height: auto; float: right}
.footer_right h4{font-size: 14px; color: #555555; margin-bottom: 8px;}
.footer_right h5{font-size: 28px; color: #1570d5; margin-bottom:10px; font-weight: bold; font-family: "Arial"}
.fma,.fma_right{width:48%; height: auto; }
.fma{float: left}
.fma_right{float: right}
.fma img,.fma_right img{width:100%; height: auto; display: block}
.fma p,.fma_right p{width:100%; color:#6e6e6e; font-size: 14px; text-align: center; margin-top: 10px;}
.footer_bq{width:100%; height:72px; line-height:72px; background: #333333}
.copy_bq{width:auto;;height:72px; line-height:72px; position: relative; color:#777777; font-size:14px; float: left }
.copy_bq a{color:#777777; font-size:14px; margin-right: 10px;}
.copy_bq a:hover{color:#777777!important}
.footer_zhichi{width:auto; height:100%; float: right; }
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#777777; line-height:72px;}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:24px; margin-right: 10px}
.footer_zhichi .js{width:121px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:24px; }
.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: #777777;}
.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:#277ad6;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    position: relative;
    width: 77px; float:left;
}







/*内页*/
.ny_banner{ width:100%;  position:relative;  height:320px;clear: top; background-image: linear-gradient(to top, #277ad6 , #f6feff); 
    background-image: -webkit-gradient(to top, #277ad6 , #f6feff); 
    background-image: -webkit-radial-gradient(to top, #277ad6 , #f6feff);}
/*.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/hr_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}
.kehu_ban{background: url(../images/join_ban.jpg) no-repeat center}*/


.ny_baninfo{width:1200px; height:144px; position: absolute; top:160px; 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:9px;}
.ny_baninfo .ny_fubiao hr{width:55px; height: 1px; float: left; background: #1570d5; 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{font-weight: bold;}
.shine{background: #fff -webkit-gradient(linear, left top, right top, from(#fff), to(#fff), color-stop(0.9, #20c1f8)) 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_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_case_all{width:100%; height: auto; overflow: hidden; margin: 40px 0}
.ny_case_all ul{width:100%; height: auto; overflow: hidden;}
.ny_case_all ul li{width:183px; height: auto; float: left; margin-right:20px; margin-bottom:20px;}
.ny_case_all ul li .honor_pic{width:100%;  height: auto; overflow: hidden; border:1px solid #ddd;}
.ny_case_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_case_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_case_all ul li:nth-child(6n){margin-right: 0px;}
.ny_case_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_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: #1570d5}
.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: #1570d5; 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:#1570d5}
.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:#1570d5}




/*内页左边导航*/
.ny_all{width:100%; height: auto; overflow: hidden; margin-top: 36px; margin-bottom:80px;}
.yiji li.active{background:#fff url(../images/dian.png) no-repeat 8px 22px;}
.ny_right{width:100%; 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: #333; font-weight: bold; background: url(../images/hs.png) no-repeat left center; }
.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%;}


/*产品*/
.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: 34px; color: #666; text-align: justify; font-size: 16px; margin-top: 26px;}
.ny_pro_dh{width:100%; height:80px; margin-top: 20px;}
.ny_pro_ddh span{     font-size: 37px;    color: #277ad6;    font-weight: bold;    font-family: "Arial";}
.ny_pro_ddh p{ font-size: 21px;line-height: 34px; color: #000000; font-family: "Impact"}
.ny_bd_xx{ padding: 0 20px;font-size: 15px; color: #454545;}
.ny_bd_xx p{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #333; line-height: 30px;}
.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: #1570d5; 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 15px 25px;}
.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: #1570d5}
.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:#1570d5}
.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: 320px; 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%;}



/*销售服务*/
.ny_service_all{width:100%; height: auto; overflow: hidden; margin: 30px 0; font-size:15px; color:#666; line-height:30px;}
.ny_service_all p{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #333; line-height: 30px; }
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 40px 0}



@media screen and (max-width:1500px){
	.w1440{width: 1200px;}

.footer_right{width:205px;}
.footer_xx{width:372px;}
.index_lingyu .slideTxtBox .hd{width:300px;}
.index_lingyu .slideTxtBox .hd ul li{padding-left:70px;}
.index_lingyu .slideTxtBox .hd ul li.on{padding-left:60px;}
}
