@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; }
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}

*:focus{   
	border:none;
}




/* 导航栏 */
.header_nav{height:120px; width:100%; background:url(../images/h_bjs.jpg) no-repeat center; padding: 0px 4% 0 2%}
.h_logo{width:197px; height:100%; float: left; display: flex; align-items: center;}
.h_logo img{ align-items: center; margin: 0px auto; max-width: 100%;}
.header_dao{width:51%; height: 100%;  float: left;  margin-left:4%; margin-right: 4%}
.nav{width:100%; height:100%;float: right;   }
.nav .nLi{ float:left;  position:relative; display:inline; height:120px;  width:12.5%;  line-height: 100px;  }
.nav .nLi h3{ height:100%; width:100%; text-align: center;}
.nav .nLi h3 a{font-size:16px;  color:#ffffff;  position: relative  }
.nav .nLi h3 a p{font-size:16px; color:#ffffff; }
.nav .nLi:hover h3 p,.nav li.active h3 p{background: url(../images/icon.png) no-repeat center bottom}
.nav .sub{ display:none;left:50%; top:120px;  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%; float: left; margin: 0px;}
.nav .sub li span{ float: right;}
.nav .sub a{ display:block; padding:0 10px; color: #434343; font-size: 14px; height: 100%; }
.nav .sub a:hover{color:#0d357f}
.h_sj{width:34px; height: 34px; display: block; float: left; position: relative; background: url(../images/sj_i.png) no-repeat center; margin-top: 42px;}
.h_sj img,.h_wx img{width:100px; height: 100px; display: none; position: absolute; top:40px; left:0; z-index: 9}
.h_wx{width:34px; height: 34px; display: block; float: left; position: relative; background: url(../images/wx_i.png) no-repeat center; margin:42px 15px 0}

.h_wx:hover img{display: block}
.h_sj:hover img{display: block}


.h_dt{width:34px; height:100%; float: left; display: flex; align-items: center;}
.h_dt img{align-items: center; margin: 0px auto;}
.h_dianhua{width:auto; height: 100%;  float: left; margin-right:2%; padding-top:25px; margin-left: 2%}
.h_dianhua span{font-size:24px; color: #ffffff; font-weight: bold;}
.h_dianhua p{font-size: 14px; color: #fff; line-height: 26px; display: block}
.h_search{width:56px; height: 100%; float: right; display: flex; align-items: center;}
.h_search img{width:100%; height: auto; display: block; align-items: center; margin: 0px auto;}
.header_search{width:100%; height:auto; background:rgba(255,255,255,0.5); position: absolute; top:120px; left:0; z-index: 9; padding: 10px 35%; display: none;}
.header_search p{width:80%; height: 40px; line-height: 40px; position: relative; float: left}
.header_search p input[type="text"]{width:100%; height: 100%; border: 0;  background: #eee; padding: 0px 10px;}
.search_right{width:18%; height: 40px; background: #0f3981; text-align: center; line-height: 40px; font-size: 16px; color: #fff;  border: 0; 
	float: right}



/* 首页:banner */
.banner{ width:100%; height:860px; 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:130px; right:76px;}
.banner .slideBox .hd ul{overflow:hidden;zoom:1; margin:28px auto 40px; display: table; width:40px;}
.banner .slideBox .hd ul li{margin:15px auto; width:12px;height:12px; cursor:pointer; border-radius:10px; background: #fff;}
.banner .slideBox .hd ul li.on{background: #062b8f}
.banner .slideBox .bd{position:relative;z-index:0;width:100%;height:860px; overflow: hidden}
.banner .slideBox .bd ul{width:100%;height:100%}
.banner .slideBox .bd li{width:100%;height:100%;vertical-align:middle;zoom:1}
.banner .slideBox .bd li a{display:block;overflow:hidden;width:100%;height:100%; }
.banner .slideBox .hd img{ animation: l_jump 1.5s ease-in-out 0.1s alternate infinite;
    -webkit-animation: l_jump 1.5s ease-in-out 0.1s alternate infinite;}


@keyframes l_jump{
	from{ transform:translateY(-10px); -webkit-transform:translateY(-10px);}
	to{ transform:translateY(10px); -webkit-transform:translateY(10px); }
	}
@-webkit-keyframes l_jump{
	from{ transform:translateY(-10px); -webkit-transform:translateY(-10px); }
	to{ transform:translateY(10px); -webkit-transform:translateY(10px); }
	}






/*关于我们*/
.index_about{width:100%; height:440px; background: url(../images/about1.jpg) no-repeat center right; margin-top: 58px;}
.index_about_xx{width:540px; height: auto; float: left; margin-top: 35px;}
.index_about_xx h4{font-size: 20px; color:#bebebe; font-size: 20px;}
.index_about_xx h5{font-size:40px; color:#4d4d4d; font-size: 40px;}
.in_about_xx{width:100%; height: auto; margin: 60px auto;}
.in_about_xx a{font-size: 14px; color: #4d4d4d; line-height:30px;}
.ab_more{width:180px; height: 52px; border: 1px solid #bebebe;  text-align: center; line-height: 52px; font-size: 14px; color: #4d4d4d; display: block}
.ab_more:hover{background: #062b92; color:#fff}



/*产品展示*/
.index_product{width:100%; height:auto; overflow: hidden; margin:60px 0 0; position: relative}
.index_product_bottom{width:100%; float: right; background: #f7f7f7; padding: 56px 0; margin-top: 30px; padding-left: 18%}
.index_product_bottom .swiper-container{background: none}
.index_product_bottom .swiper-slide{width:27%!important; background: none;}
.index_product_bottom .swiper-slide a{width:100%; height: auto; overflow: hidden; display: block; position: relative;}
.index_product_bottom .swiper-slide a img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.pro_hover{width:100%; height:100%; position: absolute; top:100%; left:0; background:url(../images/pro_bjs.png) no-repeat center; background-size: cover; 
	padding:80px 30px 0; text-align: center; transition: all 0.4s ease-in-out;}
.pro_hover p{width:100%; height:50px; line-height:25px; font-size:14px; color: #fff;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; margin:18px 0 26px}
.pro_hover h3{width:100%; height: 40px; line-height: 40px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size: 22px; color: #fff; 
 margin-bottom:8px;}
.pro_hover i{width:25px;height: 25px; display: block; margin: 0px auto; background: url(../images/jia.png) no-repeat center}
.index_product_bottom .swiper-slide a:hover .pro_hover{top:0;transition: all 0.4s ease-in-out;}
.index_product_bottom .swiper-slide a:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}



/*流程*/
.index_liucheng{width:100%; height: auto; overflow: hidden; margin-top: 50px;}
.index_liucheng_all{width:100%; height: 610px; overflow: hidden; background: url(../images/lc_bjs.jpg) no-repeat center; margin-top: 38px;}
.index_liucheng_all ul{width:560px; height: auto; float: right; margin-top: 40px;}
.index_liucheng_all ul li{width:100%; height:90px; overflow:hidden; margin-bottom: 20px;}
.index_liucheng_all ul li img{width:90px; height: 90px; float: left}
.liu_xx{ margin-left:120px; margin-top: 8px;}
.liu_xx h3{width:100%; height:30px; line-height:30px; font-size: 18px; color: #777777; overflow: hidden; margin-bottom:5px;}
.liu_xx p{width:100%; height:60px; line-height:15px; font-size: 13px; color: #777777; overflow: hidden}



/*新闻*/
.index_news{width:100%; height:auto; overflow: hidden; margin-top:52px }
.index_product_title{width:1200px; height: auto; overflow: hidden; margin: 0px auto;}
.pro_left{float: left;}
.pro_left h3{font-size: 40px; color: #4d4d4d; line-height: 45px; margin-bottom: 8px;}
.pro_left h4{font-size: 20px; color: #bebebe; line-height:30px; }
.pro_left p{font-size:14px; color: #4d4d4d; line-height: 26px;}
.pro_more{width:180px; height: 48px; border: 1px solid #bebebe; text-align: center; line-height: 48px; font-size: 14px; color: #4d4d4d; float: right; margin-top: 15px;}
.pro_more:hover{background: #062b92; color:#fff}
.picScroll-left{ overflow:hidden; position:relative; margin-top:30px;}
.picScroll-left .bd{overflow: hidden;}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin:0 10px; float:left; _display:inline; overflow:hidden; text-align:center; width:380px; }
.index_news_pic{width:380px; height: auto; position: relative; overflow:hidden}
.index_news_pic img{width:100%; height: 245px; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_news_info{width:100%; height: 160px; display: block; background: #f7f7f7; padding: 20px 30px 0;}
.index_news_info h3{width:100%; height: 32px; line-height:32px; font-size: 18px; color: #777777; text-overflow:ellipsis; overflow: hidden; white-space: nowrap; 
	text-align: left }
.index_news_info p{width:100%; height: 40px; line-height: 20px; font-size: 14px; color: #777777;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; }
.in_news_time{width:100%; height: 42px; line-height: 42px; border-top:1px solid #fff; margin-top: 12px;}
.in_news_time span{font-size: 14px; color: #777777; float: left}
.in_news_time i{float: right;  background: url(../images/n_hicon.png) no-repeat center; height: 100%; width:40px; }
.picScroll-left .bd ul li:hover .index_news_info{background-image: linear-gradient(to right, #062b92 , #081948); 
	background-image: -webkit-gradient(to right, #062b92 , #081948); 
	background-image: -webkit-radial-gradient(to right, #062b92 , #081948);}
.picScroll-left .bd ul li:hover h3,.picScroll-left .bd ul li:hover p,.picScroll-left .bd ul li:hover span{color:#fff;}
.picScroll-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;}
.picScroll-left .bd ul li:hover i{background: url(../images/n_icon.png) no-repeat center}



/*底部*/
.footer{width:100%; height:auto; position: relative; background:url(../images/footer.jpg) no-repeat center; margin-top:55px; overflow: hidden; padding-top: 30px;}
.footer_left{width:570px; height: auto; float: left; margin-top: 24px;}
.f_dh{width:100%; height: auto; overflow: hidden; background: url(../images/f_dhs.png) no-repeat left center; padding-left: 60px;}
.f_dh p{font-size: 14px; color: #777777; line-height: 26px;}
.f_dh span{font-size: 24px; color: #081948; font-weight: bold;}
.f_nav{width:100%; height: 35px; line-height:35px; margin:14px 0 16px}
.f_nav a{float: left;  background: url(../images/ff_xs.png) no-repeat right center; font-size: 14px; color: #777777; width: 81px; text-align: center}
.f_nav a:last-child{background: none;}
.f_nav a:hover{color:#062b92}
.f_info{width:100%; height: auto; overflow: hidden}
.f_info p{width:100%; height: 38px; line-height: 38px; background: #ffffff; border-radius: 25px; padding: 0px 25px; margin-bottom: 20px; font-size: 14px; color: #777777}
.footer_right{width:470px; height: auto; float: right; }
.footer_right a{width:100%; height: auto; display: block;}
.footer_right a img{width:185px; height: auto; display: block; margin: 0px auto;}
.footer_right ul{width:auto; height: auto; overflow: hidden; margin:25px auto; display:table}
.footer_right ul li{width:80px; height:95px; border: 1px solid #fff; border-radius: 8px; text-align: center; margin-right: 30px; float: left}
.footer_right ul li:last-child{margin-right: 0}
.footer_right ul li i{width:100%; height:35px; display: block; margin: 8px auto 4px }
.footer_right ul li p{font-size: 14px; color: #fff; line-height: 24px;}
.footer_right ul li span{font-size:12px; color: #fff;  opacity: 0.5;display: block}
.f1{background: url(../images/f1.png) no-repeat center}
.f2{background: url(../images/f2.png) no-repeat center}
.f3{background: url(../images/f3.png) no-repeat center}
.f4{background: url(../images/f4.png) no-repeat center}
.copy{clear:both;width:100%;height:45px; line-height:45px;  position: relative; border-top:1px solid rgba(255,255,255,0.2); margin-top: 40px;}
.copy_l{float:left; font-size:14px; color:#fff; height: 100%; }
.copy_l a{color:#fff}
.copy_l a:hover{color:#0d357f!important}
.footer_zhichi{width:auto; height:45px; float: right }
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#777777; height: 100%; line-height: 45px;}
.footer_zhichi .pt{width:121px;height:18px; background: url(../images/vl.png) no-repeat; margin-top:14px; margin-right: 10px}
.footer_zhichi .js{width:121px;height:18px; background: url(../images/wl.png) no-repeat; margin-top:14px;}
.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: #777777;}
.footer_zhichi i{ float: left;}


















/*漂浮*/
.lxfx {height:auto;position:fixed;right:0px;top:50%;width:100px;z-index:999;border-radius:50px; 
	margin-top: -189px}
.lxfx li a {color:rgb(255,255,255);display:block;height:47px;margin-top:9px;width:300px;font-size:14px;}
.leftlx {float:left;height:auto;width:90px;}
.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:20px;padding-left:8px;}
.fix_ewm {border:5px solid rgb(255,255,255);display:none;height:120px;left:-135px;position:absolute;top:-20px;width:120px;}
.fix_swm {border:5px solid rgb(255,255,255);display:none;height:120px;left:-135px;position:absolute;top:-20px;width:120px;}
.fix_swm img,.fix_ewm img {width:100%;height:auto;display:block}
.lxfx li i {display:block;height:40px;margin:0 auto;text-align:center;width:47px;}
.lxfx li i.icon-ss {background:url(../images/yy_icon.png) no-repeat center}
.lxfx li i.icon-qqs {background:url(../images/qq_icon.png) no-repeat center}
.lxfx li i.icon-ly {background:url(../images/ly_icon.png) no-repeat center}
.lxfx li i.icon-wx {background:url(../images/wx_icon.png) no-repeat center}
.lxfx li i.icon-sj {background:url(../images/sjs_icon.png) no-repeat center}
.lxfx li i.icon-top {background:url(../images/top_icon.png) no-repeat center;height:40px!important}
.lxfx li p {text-align:center;font-size:14px;color:#fff;}
.lxfx li {height:80px;margin-left:0;position:relative;width:90px;margin-top:2px;padding-top:2px; background-image: linear-gradient(to right, #062b92 , #081948); 
	background-image: -webkit-gradient(to right, #062b92 , #081948); 
	background-image: -webkit-radial-gradient(to right, #062b92 , #081948);}
.mtop {height:40px!important;border-radius:0 0 15px 15px;}
.lxfx li:first-child {border-radius:15px 15px 0 0;margin-top:10px;}








.ny_banner{position:relative;clear:left;width:100%;height:400px;}
.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;}
.contact_ban{background:url(../images/contact_ban.jpg) no-repeat center;}

.service_ban{background:url(../images/service_ban.jpg) no-repeat center;}




.join_ban{background:url(../images/join_ban.jpg) no-repeat center;}
.ny_baninfo{position:absolute;top:50%;left:50%;margin-left:-600px;width:1200px;height:170px; margin-top:-85px;}
.ny_baninfo h3{margin-top:60px;color:#072476;font-size:28px;line-height:40px;}
.ny_baninfo .ny_fubiao{overflow:hidden;margin-top:28px;width:100%;height:auto;}
.ny_baninfo .ny_fubiao hr{float:left;margin-top:10px;margin-right:8px;width:55px;height:1px;background:#072476;}
.ny_baninfo .ny_fubiao p{float:left;color:#072476;font-size:14px;}
.ny_baninfo .ny_fubiao p a{color:#072476;font-size:14px;}
.ny_baninfo h4{font-size:56px;font-family:Arial;}
.ny_baninfo .ny_fubiao p a:hover{color:#072476;}
.shine{position:absolute;top:0;left:0;display:block;height:50px;background:#072476 -webkit-gradient(linear,left top,right top,from(#072476),to(#072476),color-stop(.9,#fff)) 0 0 no-repeat;color:rgba(255,255,255,.1);font-weight:700;line-height:50px;-webkit-background-size:125px;-webkit-background-clip:text;-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{position:relative;z-index:9;margin-top:-26px;width:100%;height:67px;}
.ny_nav ul{display:table;margin:0 auto;width:auto;border-radius:38px;background:#072476;}
.ny_nav ul li{position:relative;float:left;width:200px;height:67px;text-align:center;line-height:67px;}
.ny_nav ul li a{display:block;width:100%;height:100%;color:#fff;}
.ny_nav ul li:first-child{border-radius:38px 0 0 38px;}
.ny_nav ul li:last-child{border-radius:0 38px 38px 0;}
.ny_nav ul li.active,.ny_nav ul li:hover{background:url(../images/san_bj.png) no-repeat bottom center;}
.ny_pro_bt{overflow:hidden;width:100%;height:auto;}
.ny_pro_bt ul{overflow:hidden;margin:60px auto 0;width:1200px;height:auto;}
.ny_pro_bt ul li{float:left;margin-right:30px;margin-bottom:10px;padding-left:50px;width:auto;line-height:40px;}
.ny_pro_bt ul li a{color:#060507;font-size:18px;}
.ny_pro_bt ul li:hover a{color:#072476;}


.ny_pro_bt ul li.active a{color:#072476;}
.ny_service_all{overflow:hidden;margin:40px 0;width:100%;height:auto;color:#666;line-height:30px;}
.ny_news_show{overflow:hidden;margin:40px 0;width:100%;height:auto;color:#666;font-size:16px;}
.ny_honor_all{overflow:hidden;margin:40px 0;width:100%;height:auto;}
.ny_honor_all ul{overflow:hidden;width:100%;height:auto;}
.ny_honor_all ul li{float:left;margin-right:20px;margin-bottom:25px;width:285px;height:auto;}
.ny_honor_all ul li .honor_pic{overflow:hidden;width:100%;height:auto;border:1px solid #eee;}
.ny_honor_all ul li .honor_pic img{display:block;overflow:hidden;width:100%;height:auto; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;
}
.ny_honor_all ul li p{overflow:hidden;width:100%;height:35px;color:#333;text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:1rem;line-height:35px;}
.ny_honor_all ul li:nth-child(4n){margin-right:0;}
.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_pro_ft{margin-top:60px;width:100%;height:auto;}
.ny_pro_ft h3{margin-bottom:25px;color:#1b1b1b;text-align:center;font-weight:500;font-size:30px;}
.ny_pro_ft p,.ny_pro_fts p{margin:0 auto;width:910px;color:#707070;text-align:center;font-size:14px;line-height:30px;}
.ny_product_show{overflow:hidden;margin:55px 0;width:100%;height:auto;}
.ny_pro_top{overflow:hidden;width:100%;height:auto;}
.ny_pro_tleft{float:left;width:523px;height:402px;}
.ny_pro_tleft .slideBox{position:relative;overflow:hidden;width:100%;height:100%;border:1px solid #ddd;}
.ny_pro_tleft .slideBox .hd{position:absolute;right:10px;bottom:15px;z-index:1;overflow:hidden;height:15px;}
.ny_pro_tleft .slideBox .hd ul{float:left;overflow:hidden;zoom:1;}
.ny_pro_tleft .slideBox .hd ul li{float:left;margin-right:10px;width:12px;height:12px;border-radius:50%;background:#c9c9c9;text-align:center;line-height:14px;cursor:pointer;}
.ny_pro_tleft .slideBox .hd ul li.on{background:#072476;color:#fff;}
.ny_pro_tleft .slideBox .bd{position:relative;z-index:0;height:100%;}
.ny_pro_tleft .slideBox .bd ul{overflow:hidden;width:100%;height:100%;}
.ny_pro_tleft .slideBox .bd li{width:100%;height:100%;}
.ny_pro_tleft .slideBox .bd img{display:block;width:100%;height:100%;}
.ny_pro_tright{float:right;width:630px;height:auto;}
.ny_pro_tright h1{margin-top:10px;height:50px;color:#191919;font-weight:700;font-size:36px;line-height:50px;}
.ny_pro_p{overflow:hidden;margin-top:15px;width:100%;height:135px;border-bottom:1px solid #e5e5e5;color:#666;font-size:16px;line-height:30px;}

.ny_pro_a{overflow:hidden;margin:20px 0;width:100%;height:auto;}
.ny_pro_a a{float:left;display:block;overflow:hidden;margin-right:18px;width:260px;height:60px;background:#959595;color:#fff;font-size:18px;line-height:60px;}
.ny_pro_a a:hover{background:#313131;}
.ny_pro_a a i{float:left;margin-right:10px;margin-left:56px;font-size:28px;}
.ny_pro_dh{margin-top:20px;width:100%;height:80px;}
.ny_pro_dh i{float:left;margin-right:10px;color:#333;font-size:38px;line-height:70px;}
.ny_pro_ddh{width:100%; height:auto; }
.ny_pro_ddh p{color:#313131;font-size:14px;}
.ny_pro_ddh span{color:#072476;font-size:30px;font-family:Impact;}
.ny_pro_24{overflow:hidden;width:100%;height:30px;line-height:30px;}
.ny_pro_24 p{float:left;margin-right:30px;padding-left:20px;background:url(../images/dh.png) no-repeat left center;color:#313131;font-size:14px;}
.ny_pro_bottom{display:block;overflow:hidden;margin-top:65px;width:100%;height:auto;}
.ny_pro_bleft{float:left;overflow:hidden;width:869px;height:auto;}
.ny_pro_bright{float:right;width:300px;height:auto;}
.ny_probt_case{margin-top:30px;width:100%;height:368px;}
.ny_proshow_info h3,.ny_proshow_num h3{margin-bottom:24px;color:#313131;text-align:center;font-weight:500;font-size:30px;}
.nyprocase-div{position:relative;overflow:hidden;width:100%;height:203px;}
.ny_probt_xx h3{overflow:hidden;width:100%;height:40px;color:#313131;text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:16px;line-height:40px;}
.ny_proinput .ny_pro_ft{margin-top:50px;}
.ny_proinput .ny_pro_ft span{color:#072476;}
.ny_proinput ul{display:block;overflow:hidden;margin-top:38px;width:100%;height:auto;}
.ny_proinput ul li{overflow:hidden;margin-bottom:12px;width:100%;height:auto;}
.ny_proinput ul li div{float:left;width:420px;height:36px;border:1px solid #d2d2d2;}
.ny_proinput ul li div input{padding-left:10px;width:100%;height:100%;border:0;}
.li_dh{float:right!important;}
.ny_proinput ul li textarea{padding:10px;width:100%;height:88px;border:1px solid #d2d2d2;resize:none;}
.liji_su{display:block;margin:10px auto;width:423px;height:46px;border:0;background:#072476;color:#fff;font-size:16px;}
.ny_proinput{overflow:hidden;margin-bottom:20px;}
.ny_probt{width:100%;height:50px;}
.ny_probt li{float:left;margin-right:1px;width:100%;height:50px;background:#eee;color:#313131;text-align:center;font-size:18px;line-height:50px;}
.ny_probt li:last-child{margin-right:0;}
.ny_probt li:hover{background:#072476;color:#fff;}
.ny_probt li:hover a{color:#fff;}
.ny_probt li.on{background:#072476;}
.ny_probt li.on a{color:#fff;}
.ny_probt li a{display:block;overflow:hidden;width:100%;height:100%; font-size:20px;}
.ny_proshow_num{overflow:hidden;margin-top:30px;width:100%;height:auto;}
.ny_proshow_info{overflow:hidden;margin-top:30px;width:100%;height:auto;color:#666;font-size:16pxx;line-height:30px;}
.fangan_show{margin-top:20px;}
.ny_hotnews{overflow:hidden;margin-bottom:20px;width:100%;height:auto;}
.ny_hotnews h3{padding:0 10px;width:100%;height:50px;background:#072476;color:#fff;text-align:center;font-size:20px;line-height:50px;}
.ny_hotnews ul{margin-top:10px;width:100%;height:auto;}
.ny_hotnews ul li{padding:0 10px;width:100%;height:40px;border-bottom:1px solid #eee;line-height:40px;}
.ny_hotnews ul li p{float:left;overflow:hidden;width:70%;height:100%;color:#191919;text-overflow:ellipsis;white-space:nowrap;font-size:14px;}
.ny_hotnews ul li span{float:right;color:#191919;font-size:12px;}
.ny_hotnews ul li:hover p,.ny_hotnews ul li:hover span{color:#072476;}
.ny_hotnews_info{overflow:hidden;margin-top:15px;padding:8px 7px;width:100%;height:auto;border:1px solid #dad7d7;}
.ny_hotnews_info p{color:#191919;font-size:14px;line-height:26px;}
.ny_hotnews input[type=text]{float:left;padding:0 10px;width:240px;height:35px;border:1px solid #ddd;line-height:35px;}
.ny_news_all{overflow:hidden;margin:40px 0;width:100%;height:auto;}
.ny_news_all ul{overflow:hidden;margin-bottom:40px;width:100%;height:auto;}
.ny_news_all ul li{overflow:hidden;padding:15px;width:100%;height:auto;}
.ny_news_all ul li .ny_time{float:left;margin-top:25px;width:115px;height:auto;}
.ny_news_all ul li .ny_time span{display:block;color:#999;text-align:right;font-size:12px;}
.ny_news_all ul li .ny_time p{color:#c8c8c8;font-size:41px;}
.news_xx{float:left;margin-top:20px;margin-left:2%;width:63%;height:auto;}
.news_xx h3{overflow:hidden;height:35px;color:#666;text-overflow:ellipsis;white-space:nowrap;font-size:18px;line-height:35px;widdth:100%;}
.news_xx p{display:-webkit-box;overflow:hidden;margin:10px 0;width:100%;height:52px;color:#666;font-size:14px;line-height:25px;word-break:break-all;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.news_xx span{color:#aaa;font-size:14px;}
.news_pic{float:right;width:22%;height:auto;}
.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:#072476;}
.ny_news_all ul li:hover h3{font-weight:700;}
.ny_news_h1{clear:both;padding:10px 0;width:100%;color:#555;text-align:center;font-weight:700;font-size:14px;}
.ny_news_h1 h1{color:#333;font-size:22px;}
.ny_news_time{clear:both;margin-bottom:20px;width:100%;height:30px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;color:#999;text-align:center;line-height:30px;}
.ny_news_bt{margin:15px auto;width:100%;height:auto;color:#333;text-align:center;font-size:26px;line-height:40px;}
.ny_contact{overflow:hidden;margin:40px 0;width:100%;height:auto;}
.ny_contact_map{overflow:hidden;margin-top:20px;width:100%;height:400px;}
.ny_conta_xx{display:block;overflow:hidden;margin-top:20px;margin-bottom:42px;width:100%;height:auto;}
.contact_right{float:left;width:50%;color:#666;font-size:16px;line-height:32px;}
.ny_cont_wx{float:right;width:340px;height:auto;}
.ny_cont_wx dl{float:left;margin-right:26px;width:140px;height:200px;}
.ny_cont_wx dl dt{padding:10px;width:140px;height:140px;border:4px solid #e5e5e5;background:#fff;}
.ny_cont_wx dl dd{height:35px;color:#626262;text-align:center;font-size:14px;line-height:35px;}
.ny_cont_wx dl dt img{width:100%;height:100%;}








/*图文列表样式*/
.n-list{ padding:15px 0px; }
.n-list li{ display:block; padding-bottom:15px; border-bottom:1px solid #f0f0f0; overflow:hidden; }
.n-list li:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
.n-list li h2{ padding:15px 0 15px; font-size:18px; line-height:24px; font-weight:normal;  white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
.n-list li h2 a{ color:#333; text-decoration:none; }
.n-list li h2 a:hover{ color:#8CAC52; }
.n-list li .note b{ position:relative; display:block; float:left; margin-right:16px; width:118px; height:auto; border:1px solid #e8e8e8; font-style:normal; }
.n-list li .note b img{ min-width:100%; min-height:100%; width:100%; _height:100%; display:block; }
.n-list li .note p{ display:block; font-size:14px; max-height:84px; line-height:28px; font-weight:500; color:#666; overflow:hidden; }
.n-list li .note .info{ padding-top:10px; height:20px; line-height:20px; }
.n-list li .note .info span{ margin-right:10px; color:#999; font-size:12px; }
.n-list li .note .info span i{ margin-right:3px; font-size:12px; }
.n-list .nodata{ margin-top:30px; color:#666; font-size:14px; line-height:100px; text-align:center; }
	
.search-tit{width:100%; height:auto; text-align:center; margin-top:50px;}
.search-tit h3{font-size:20px; color:#333; text-align:center;  margin:10px 0}
.search-tit span{font-size:18px; color:#333; text-align:center;  margin:10px 0}


/*内页 banner*/
.ny_banner{width:100%; height: 400px; overflow: hidden;  }
.ny_banner .ny_banner_left{width:50%; float: left;}
.ny_banner .ny_banner_left h4{width:100%; height: 40px; line-height: 40px; font-size: 30px; color: #fff; font-weight: bold; margin-bottom: 10px;}
.ny_banner .ny_banner_left p{font-size: 16px; color: #fff; line-height: 26px;}
.ny_banner_right{float: right; font-size: 14px; color: #fff; margin-top:75px; line-height:26px;}
.ny_banner_right a{font-size: 14px; color: #fff; margin: 0px 10px;}
.ny_banner_right a:hover{color:#003680}
.about_ban{background:url(../images/about_ban.jpg) no-repeat center}



@media screen and (max-width:1440px){
	.header_dao{ margin-left: 2%; margin-right: 2%;}
	.h_logo{width:176px;}
}



@media screen and (max-width:1366px){
	.h_search{display: none;}
	.header_dao{width:53%}
	
}






