@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 14px;}
img{ border:0;}
a{ text-decoration:none; color:#333; transition: all 0.3s; -o-transition: all 0.3s; -mos-transition: all 0.3s; -webkit-transition: all 0.3s;  }
input,textarea,button{outline:none;}
em{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
hr{ border:none;}
.l{ float:left}
.r{ float:right}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.w1440{ width:1400px; margin: 0 auto; }
.container{ width:1200px; margin: 0 auto; }
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}



/* 导航栏 */
.header_nav{height:72px; width:100%; position:fixed; top:0; left:0; z-index:999; padding: 0 3%}
.ny_header{height:auto; width:100%; background: #fff; padding: 10px 3%; overflow: hidden; }
.h_logo{width:200px; float: left; display: flex; align-items: center;}
.h_logo img{width:100%; height: auto; align-items: center; margin: 0px auto;}
.header_dao{width:45%; height: 100%;  float: right; margin-right:2%; background: url(../images/nav_xs.png) no-repeat right center}
.nav{width:100%; height:100%;float: right;   }
.nav .nLi{ float:left;  position:relative; display:inline; height:72px;  width:14.2%;  text-align: center;  }
.nav .nLi h3{ height:100%; width:100%; text-align: center;}
.nav .nLi h3 a{font-size:16px;  color:#fff;  position: relative  }
.nav .nLi h3 a p{font-size:16px; color:#fff; line-height:70px; display: table; margin: 0px auto; position: relative}
.nav .sub{ display:none;left:50%; top:72px;  position:absolute;  line-height:26px; width:160px;  margin-left: -80px;    z-index: 999; background: #003ead;}
.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: 15px;}
.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:#003ead}
.nav .nLi.active p{color:#ffffff; font-weight: bold; border-bottom: 1px solid #003ead}
.h_dhs{background: url(../images/h_icon.png) no-repeat left center; width: auto; line-height: 80px; position: relative; float: right; color:#fff; 
	font-size: 18px; font-weight: bold; padding-left:30px;}
.f_fixed{background: #fff}

.logo2{display: none}
.f_fixed .logo1{display: none}
.f_fixed .logo2{display: block}
.ny_header .nav .nLi h3 a p,.f_fixed .nav .nLi h3 a p{color:#333333}
.ny_header .nav .nLi.active p{color:#003ead}
.ny_header .h_dhs,.f_fixed .h_dhs{color:#333333}



/* 首页:banner */
.banner{ width:100%; height:auto; position: relative; overflow: hidden}
.banner .slideBox{ width:100%; height:960px; overflow:hidden; position:relative; }
.banner .slideBox .hd{ height:30px; overflow:hidden; position:absolute; left:50%; bottom:40px; z-index:1; width: 1440px; transform: translate(-50%,0);}
.banner .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.banner .slideBox .hd ul li{ float:left; margin-right:5px;   line-height:30px; text-align:center; font-size: 24px; cursor:pointer; opacity: 0.5; color:#fff;
	position: relative}
.banner .slideBox .hd ul li:after{content: ""; width: 48px; height: 2px; background: #fff; position: absolute; top:50%; right:0; margin-top: -1px;  display: none}
.banner .slideBox .hd ul li.on{opacity: 1; padding-right: 60px;}
.banner .slideBox .hd ul li.on:after{display: block}
.banner .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.banner .slideBox .bd li{ zoom:1; vertical-align:middle; position: relative}
.banner .slideBox .bd li a{width:100%; height:960px; display: block}
.banner .swiper-slide a{width:100%; height:auto; display:block}
.banner .swiper-slide a img{width:100%; height:auto; display:block}
.banner .swiper-button-next,
.banner .swiper-button-prev{ position:absolute;   display:block; width:70px; height:70px; top:auto; margin-top:0; bottom:120px;}
.banner .swiper-button-next{ right:10%; background: url(../images/b_right.png) no-repeat center}
.banner .swiper-button-prev{ right:15%; background: url(../images/b_left.png) no-repeat center; left:auto}



/*关于我们*/
.index_about{width:100%; height:auto; overflow: hidden;   background: url(../images/about_bjs.jpg) no-repeat center; background-size: cover; 
	padding: 105px 0 150px}
.index_about_xx{width:1140px; height: auto; color:#333333; font-size: 16px; line-height: 30px; margin:26px auto; display: block; text-align: center}
.in_ab_more{width:auto; color:#333333; font-size: 16px; background: url(../images/ab_jts.png) no-repeat right center; padding-right:45px; line-height: 38px;
	margin: 0px auto; display: table}
.index_about_bottom{width:912px; height: auto; margin:62px auto;}
.index_about_bottom a{width:448px; height:192px; float: left; background: rgba(255,255,255,0.56); margin-right:8px; text-align: center; padding: 40px 40px 0 }
.index_about_bottom a h4{color:#000000; font-size: 30px; font-weight: bold; margin-bottom: 10px;}
.index_about_bottom a p{color:#333333; font-size:16px; line-height: 30px;}
.index_about_bottom a img{width:38px; height: auto; display: block; margin:23px auto 0;}
.index_about_bottom a:hover{background: #fff}
.in_ab_more:hover{padding-right:55px; transition: all 0.4s ease-in-out; color:#003ead}




/*产品*/
.index_product{width:100%; height: 999px; overflow: hidden; background: url(../images/product_bjs.jpg) no-repeat center}
.index_product .w1440{position: relative}
.pc-slide{width:100%; height: auto; overflow:hidden}
.preview{width:50%; height: 500px; float: left; margin-top:500px}
.preview .swiper-slide{width:100%; height: 500px;  display: flex; align-items: center; }
.preview .swiper-slide img{max-width:100%; height: auto; align-items: center; margin: 0px auto; max-height:80%; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.preview .active-nav{background: #fff}
.view{width:50%; height: auto; float: right; margin-top:150px}
.view .swiper-slide a{width:100%; height: auto; display: block}
.view_xx{width:40%; height: auto; float: left; position: absolute; bottom:0; left:10%}
.view_xx h4{color:#fff; border-bottom: 1px solid #fff; font-size: 20px; font-weight: bold; padding-bottom: 20px; width: 200px}
.view_xx span{color:#fff; font-size: 16px; background: url(../images/p_jts.png) no-repeat right center; transition: all 0.4s ease-in-out; padding-right:45px; line-height: 45px; display:table; 
	margin-top: 8px; transition: all 0.4s ease-in-out;}
.view_xx span:hover{padding-right: 60px; transition: all 0.4s ease-in-out;}
.view_img{width:56%; height: auto; float: right}
.view_img img{width:90%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_product_top{width:600px; height: auto; position: absolute; top:60px; left:0}
.index_product_t{width:100%; height: auto; }
.index_product_t dl{width:100%; height: auto; overflow: hidden; }
.index_product_t dl dt{color:#ffffff; font-size: 72px;  line-height: 60px; text-transform: uppercase; font-family: "Arial"; font-weight: bold; opacity: 0.2}
.index_product_t dl dd{color:#fff; font-size: 36px; font-weight: bold; margin-top: -40px }
.index_product_t hr{width:38px; height: 5px; background: #fff; border: 0; display: block; margin:22px 0; }
.index_product_t p{width:100%; height: auto; overflow: hidden; color:#ffffff; font-size: 16px; line-height: 30px;}
.in_pro_xx{color:#fff; font-size: 16px; background: url(../images/p_jts.png) no-repeat right center; padding-right: 50px; transition: all 0.4s ease-in-out; line-height: 38px; display: table; margin-top: 52px}
.in_pro_xx:hover{ padding-right: 60px; transition: all 0.4s ease-in-out; }
.preview .swiper-slide img:hover{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.view_img:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}




/*场景*/
.index_changjing{width:100%; height:1006px; background: url(../images/yycj_bjs.jpg) no-repeat center; padding-top: 102px; background-attachment: fixed; background-size:cover;}
.index_changjing_t{width:100%; height: auto; text-align: right}
.index_changjing_t dl{width:100%; height: auto; overflow: hidden;  text-align: right}
.index_changjing_t dl dt{color:#ffffff; font-size: 72px;  line-height: 60px; text-transform: uppercase; font-family: "Arial"; font-weight: bold; opacity: 0.2}
.index_changjing_t dl dd{color:#fff; font-size: 36px; font-weight: bold; margin-top: -40px }
.index_changjing_t hr{width:38px; height: 5px; background: #fff; border: 0; display: block; margin:22px 0; float: right}
.index_changjing .slideTxtBox{ width:100%; height: auto; overflow: hidden; padding-right:13%; margin-top: 67px; }
.index_changjing .slideTxtBox .hd{width:240px; height: auto;  float: right}
.index_changjing .slideTxtBox .hd ul{width:240px; height: auto;}
.index_changjing .slideTxtBox .hd ul li{width:100%; height: auto; overflow:hidden; background: #181820; margin-bottom: 10px;}
.index_changjing .slideTxtBox .hd ul li a{width:100%; height: 54px; line-height: 54px; display: block; color:#fff; font-size: 16px; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_changjing .slideTxtBox .hd ul li.on{background: #003ead;}
.in_chmore{width:38px; height: 38px; float: right; border-image: 50%; background: #fff url(../images/n_jts.png) no-repeat center; border-radius: 50%; 
	margin-top: 42px}
.in_chmore:hover{background: #003ead url(../images/n_hjts.png) no-repeat center;}

.index_changjing .slideTxtBox .bd{width:87%; height: auto; overflow: hidden}
.index_changjing .slideTxtBox .bd ul{width:100%; height: auto; overflow: hidden}
.index_changjing .slideTxtBox .bd li{width:33.2%; height: auto; float: left; position: relative; overflow: hidden}
.index_changjing .slideTxtBox .bd li img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_changjing .slideTxtBox .bd li h4{width:100%; height: 50px; line-height: 50px; background: rgba(0,160,124,0.5); position: absolute; bottom:0; left:0; padding: 0 4%; font-size: 16px; color: #fff; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: right}
.index_changjing .slideTxtBox .bd li:nth-child(3){margin-left: 33.2%}

.slideTxtBox .bd 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{width:100%; height: auto; overflow: hidden;  padding: 60px 0; background: url(../images/news_bjs.jpg) no-repeat center}
.index_news_title{width:100%; height: auto; overflow: hidden; margin-bottom:24px;}
.index_news_title dl{width:100%; height: auto; overflow: hidden;  text-align: center}
.index_news_title dl dt{color:#ffffff; font-size: 72px;  line-height: 60px; text-transform: uppercase; font-family: "Arial"; font-weight: bold;}
.index_news_title dl dd{color:#000000; font-size: 36px; font-weight: bold; margin-top: -40px }
.index_news_title hr{width:38px; height: 5px; background: #003ead; border: 0; display: block; margin:22px auto 0;}
.index_news_nav{width:auto; display: table; margin: 0px auto;}
.index_news_nav a{width:152px; height: 40px; background: #181820; text-align: center; line-height: 40px; color: #fff; font-size: 16px; margin-right:5px; float: left}
.index_news_nav a:nth-child(3){margin-right: 0}
.index_news_nav a:hover{background: #003ead}
.index_news_nav a.active{background: #003ead}
.index_news_top{width:100%; height: auto; overflow: hidden; margin-top: 50px;}
.index_news_top li{width:32%; height: auto; float: left; margin-right: 2%}
.index_news_top li:nth-child(3){margin-right: 0}
.index_news_pic{width:100%; height: auto; 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_top li h3{width:100%; height: 30px; line-height: 30px; color: #333333; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin: 10px 0}
.index_news_top li p{width:100%; height: 90px; overflow: hidden; line-height:30px; color: #666666; font-size: 16px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;}
.in_njts{width:100%; height: 38px; margin:5px 0 0}
.in_njts span{float: left; color:#666666; font-size: 16px; float: left; line-height: 38px;}
.in_njts i{width:38px; height: 38px; float: right; background: #fff url(../images/n_jts.png) no-repeat center; border-radius: 50%}
.index_news_bottom{width:49%; height: auto; background:#ffffff; padding: 10px 38px; margin-top: 48px}
.index_news_bottom a{width:100%; height:70px; line-height: 70px; border-bottom: 1px dashed #dcdcdc; display: block}
.index_news_bottom a p{width:60%; height: 100%; float: left; color:#333333; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_news_bottom a span{width:auto; height: 100%; float: right; color:#666666; font-size: 16px;}
.index_news_bottom a:last-child{border-bottom: 0}
.index_news_bottom a:hover p,.index_news_bottom a:hover span{color:#003ead}
.index_news_top li:hover h3{color:#003ead; font-weight: bold;}
.index_news_top li:hover .index_news_pic img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_news_top li:hover i{background: #003ead url(../images/n_hjts.png) no-repeat center}



/*内页*/
.ny_banner{width:100%; height:907px; position: relative}
.about_ban{background: url(../images/about_ban.jpg) no-repeat center; }
.product_ban{background: url(../images/product_ban.jpg) no-repeat center; }
.ny_ban_bjs{width:57%; height:478px; background: #fff; position: absolute; bottom:0; left:0; z-index: 9}
.ny_ban_xx{width:100%; height: auto; overflow: hidden; margin-top:30px;}
.ny_ban_xx p{color:#333333; font-size: 16px; line-height: 30px}
.ny_ban_info{width:656px; height: auto; float: right; margin-right:68px; margin-top: 50px;  }
.ny_ban_bjs a:hover{color:#003ead}



/*关于我们*/
.ny_wenhua{width:100%; height:634px; background: url(../images/wh_bjs.jpg) no-repeat center; overflow: hidden; margin-top: 110px;}
.ny_wenhua_info{width:470px; height: 634px; background: rgba(0,160,124,0.8); padding:60px 56px; float: right }
.ny_wenhua_title{width:100%; height: auto; overflow: hidden; font-size: 36px; font-weight: bold; color:#fff; line-height: 50px; margin-bottom: 20px}
.ny_wenhua_title span{color:#fff; font-size: 36px; font-weight: bold; float: left}
.ny_wenhua_title i{width:8px; height: 8px; background: #fff; margin:24px 22px 0; display: block; border-radius: 50%; float: left}
.ny_wenhua_info p{color:#fff; font-size: 16px;  line-height: 30px; margin-bottom: 34px;}
.ny_wenhua_info p:last-child{margin-bottom: 0}
.ny_team{width:100%; height: auto; overflow: hidden; background: url(../images/team_bjs.jpg) no-repeat center; padding: 80px 0}
.ny_team .ny_news_title{color:#333333; font-size: 36px; text-transform: uppercase}
.ny_team_top{width:100%; height: auto; overflow: hidden; margin-top: 40px}
.ny_team_top ul{width:100%; height: auto; overflow: hidden}
.ny_team_top ul li{width:273px; height: 322px; border: 1px solid #003ead; border-radius:10px; margin-right: 35px; float: left; text-align: center; 
	padding: 68px 15px 0; transition: all 0.4s ease-in-out;}
.ny_team_top ul li:hover{padding:58px 15px 0; transition: all 0.4s ease-in-out;}	
.ny_team_top ul li:last-child{margin-right: 0}
.ny_team_top ul li h4{color:#333333; font-size: 24px; font-weight: bold;}
.ny_team_top ul li hr{width:30px; height: 5px; background: #003ead; margin:12px auto 22px}
.ny_team_top ul li p{width:100%; height: auto; overflow: hidden; color:#333333; font-size: 16px; line-height: 28px;}
.ny_hot_news{width:100%; height: auto; overflow: hidden; background: url(../images/hot_bjs.jpg) no-repeat center; padding: 62px 0}
.ny_news_title{width:100%; height: auto; overflow: hidden; font-size: 36px; font-weight: bold; color:#999999; line-height: 50px}
.ny_news_title span{color:#000000; font-size: 36px; font-weight: bold; float: left}
.ny_news_title i{width:8px; height: 8px; background: #003ead; margin:24px 22px 0; display: block; border-radius: 50%; float: left}
.ny_team_bottom{width:100%; height: auto; margin-top: 65px; position: relative}
.ny_team_bottom .swiper-slide a{width:100%; height: auto; display: block}
.ny_team_bottom .swiper-slide a img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_team_bottom .swiper-button-next,.ny_team_bottom .swiper-button-prev{width:38px; height:38px; margin-top:-19px}
.ny_team_bottom .swiper-button-next{background: url(../images/team_right.png) no-repeat center; right:-60px}
.ny_team_bottom .swiper-button-prev{background: url(../images/team_left.png) no-repeat center; left:-60px}
.ny_team_bottom .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;}



/*产品详情页*/
.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:500px;  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:#005db0; 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%; }
.ny_pro_tright{width:650px; height: auto; float: right}
.ny_pro_tright h1{ font-size: 36px; color: #191919; height: 50px; line-height: 50px; font-weight:700;}
.ny_pro_p{width:100%; height:auto; border-bottom: 1px solid #e5e5e5; margin-top:15px; overflow:hidden; padding-bottom:30px;}
.ny_pro_p p{width:100%; height:100%;  color: #000000; line-height: 35px; font-size: 15px;   }
.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:58px; background: url(../images/dh1.png) no-repeat left center;padding-left: 52px;margin-top: 30px}
.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: #005db0; font-family: "Impact"}
.ny_pro_24{width:100%; height: 30px; line-height: 30px; overflow: hidden; margin-top:30px;}
.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{width:100%; height:65px;}
.ny_probt li{width:100%; 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:#333; color:#fff}
.ny_probt li:hover a{color:#fff}
.ny_probt li.on{background:#333;}
.ny_probt li.on a{ color:#fff}
.ny_probt li a{width:100%; height:100%; display:block; overflow:hidden; font-size:18px;font-weight: bold;}
.ny_proshow_info{width:100%; height:auto; overflow:hidden;  margin-top:36px; font-size:16px;color:#333; line-height:30px;}
.ny_proshow_info p{font-size:16px;color:#333; line-height:34px;}
.ny_proshow_info td{font-size:16px;color:#333; line-height:34px;}


.ny_hotnews{width:100%; height:auto; overflow: hidden; }
.ny_hotnews h3{width:100%; height:40px; background: #005db0; color: #fff; text-align: center; line-height: 40px; font-size: 20px; padding: 0px 10px;}
.ny_hotnews ul{width:100%; height: auto; margin-top: 10px; margin-bottom:20px;}
.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:#005db0}
.ny_hotnews input[type="text"]{width:240px; height:35px; line-height:35px; border:1px solid #ddd; padding:0px 10px; float:left;}
.t_search{background:#005db0; color:#fff;  height:35px; line-height:35px;  font-size:14px; border:0; width:60px;}



/*底部*/
.footer{width:100%; height:auto; overflow: hidden; background: #181820; padding:50px 0; border-top:2px solid #003ead }
.footer_xx{width:405px; height: auto;  overflow: hidden; float: left}
.f_logo{width:173px; height: auto; text-align: center; display: block; margin-bottom:14px;}
.f_logo img{max-width: 100%}
.footer_xx p{ color:#999999; font-size: 16px; line-height:32px;}
.footer_input{width:530px; height: auto; float: left; margin-top:40px; margin-left:7%}
.footer_input h4{width:100%; height: auto; color:#999999; font-size: 18px; margin-bottom: 20px}
.footer_input dl{width:414px; height: auto; float: left}
.footer_input dl dt{width:100%; height: 33px; margin-bottom: 8px;}
.footer_input dl dt p{width:49%; height: 100%;  background: #fff;   position: relative}
.footer_input dl dt p input[type="text"]{width:100%; height: 100%; background: none; border: 0; font-size: 14px; color: #999; padding: 0 5px}
.footer_input dl dd{width:100%; height: 61px; background: #fff;}
.footer_input dl dd textarea{width:100%; height: 100%;  padding: 10px; font-size: 14px; color: #999999; resize: none; border: 0}
.f_submit{width:110px; height: 102px; background: #003ead; text-align: center; font-size: 16px; color: #fff; border: 0; margin-left: 6px; cursor: pointer}
.f_submit:hover{background: #fff; color:#003ead}
.footer_ma{width:auto; float: right; margin-top: 40px;}
.footer_ma h4{width:100%; height: auto; color:#999999; font-size: 18px; margin-bottom: 20px}
.m1,.m2{width:84px; height:auto; float: left; position: relative; }
.m1 img,.m2 img{width:100%; height: auto; }
.m1 p,.m2 p{color:#999999; font-size: 14px;  text-align: center}
.m1{margin-right:20px;}
.copy{clear:both;width:100%;height:70px; line-height:69px;  position: relative;background: #181820; border-top:1px solid rgba(255,255,255,0.2);}
.copy_tab{display: table; margin: 0px auto;}
.copy_l{float:left; font-size:14px; color:#999999; height: 100%; }
.copy_l a{color:#999999}
.copy_l a:hover{color:#003ead!important}
.footer_zhichi{width:auto; height:100%; float: right; margin-left: 20px; }
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#999999; height: 100%}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:22px; margin-right: 10px}
.footer_zhichi .js{width:121px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:22px;}
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 
.footer_zhichi span{float: left; font-size: 14px; color: #999999;}
.footer_zhichi i{ float: left;}
.footer_links{width:100%; height: auto; overflow: hidden; background: #181820; border-top:1px solid rgba(255,255,255,0.2); padding: 6px 0}
.footer_links p{color:#003ead; font-size: 16px; line-height: 30px; float: left}
.footer_links_xx{margin-left: 100px;}
.footer_links_xx a{color:#999999; font-size: 14px; line-height: 30px; margin-left: 20px;}







/*客服*/
.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:#003ead;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; float:left;
}




.inside_banner{ height:320px;}

.contact_ban{background: url(../images/contact_ban.jpg) no-repeat center ;}
.case_ban{background: url(../images/case_ban.jpg) no-repeat center ;}
.news_ban{background: url(../images/news_ban.jpg) no-repeat center ;}
.hr_ban{background: url(../images/hr_ban.jpg) no-repeat center ;}
.products_ban{background: url(../images/product_ban.jpg) no-repeat center ;}
.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:132px;}
.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: #003ead; left: 50%; margin-left:-40px;  }
.honor{ overflow: hidden; padding-bottom: 120px;}
.honor_list{ overflow: hidden;  width:100%; margin-bottom:50px;}
.honor_list li{ width: 32.6%; float: left; border: 1px solid #e5e5e5; margin-right: 1%; margin-bottom: 20px;}
.honor_list li:nth-child(3n){ margin-right: 0;}
.honor_list li .img{overflow: hidden;}
.honor_list li .img img{ width: 100%; transition: all 0.3s; display:block;}
.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 #003ead;}
.honor_list li:hover .gallery-title{ background: #003ead; 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: #003ead; 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: 22px; line-height:1.4; color: #000; padding: 15px 0; display: block;}
.ny_title_2{ overflow: hidden; padding-top: 50px; margin-bottom: 20px;}
.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;}



.product_list{ overflow: hidden;  width:100%; margin-bottom:50px;}
.product_list li{ width: 32.6%; float: left; border: 1px solid #e5e5e5; margin-right: 1%; margin-bottom: 20px;}
.product_list li:nth-child(3n){ margin-right: 0;}
.product_list li .img{overflow: hidden;  margin:20px auto;}
.product_list li .img img{ width: 100%; transition: all 0.3s; display:block;}
.product_list li:hover .img img{transition: all 0.3s; transform: scale(1.05);}
.product_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}
.product_list li:hover{ border: 1px solid #003ead;}
.product_list li:hover .gallery-title{ background: #003ead; color: #fff;}




/*产品中心*/
.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 #003ead;}
.ny_solution_xx .ny_yfzx_title{margin-top: 0}
.yfzx_more:hover{background: #003ead; color: #fff; border: 1px solid #003ead}
.table_xx{width:100%; overflow-y:auto;}


/*研发中心*/
.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: #003ead; margin-top: 8px;}
.ny_yfzx_title h4 span{width:36px; height: 1px; background: #003ead; float: left; margin-top:22px; margin-left: 8px;}
.ny_yfzx_title h4 p{width:auto; float: left; color: #003ead;}
.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_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:30px;}
.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:66%; height: auto; float: left; margin-left:2%; margin-top: 20px;}
.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:20%; 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:#003ead}
.ny_news_all ul li:hover h3{font-weight: bold; }


/* ��ҳ��ϵ���� */
.lianxi{ overflow: hidden; padding-bottom: 0px;}
#map{ height: 550px; width: 100%;}
.lianxi_fs{ overflow: hidden; margin-top: 30px; }
.lianxi_fs p{ width:100%;  line-height: 72px; border: 1px solid #e5e5e5; position: relative; text-indent:36px; color: #333; margin-bottom: 20px; font-size: 16px;}
.lianxi_fs p::before{ content: ""; height: 12px; width: 2px; display: block; position: absolute; background: #003ead; left:0; top: 30px;}
.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; width:120px;}
.lianxi_ewm li p{ line-height: 1.8; font-size: 16px; color: #333;}
.liuyan{overflow: hidden;  height: 580px; background: url(../images/ny_pc_6.jpg) no-repeat center top fixed; margin:130px 0 0; padding-top:70px;}
.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: #003ead; height: 60px; margin: 0 auto; margin-top: 30px; display: block; cursor: pointer;}
.liuyan input[type="submit"]:hover{background:#003ead; color:#fff}
.jrwm{overflow: hidden; padding-bottom: 0px;}
.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;}



@media screen and (max-width:1500px){
	.w1440{width:1200px;}
	.footer_input{margin-left:3%}
	.header_dao{width:60%}
.banner .swiper-button-prev{right:20%}
	
}






