body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, button, input, select, textarea, th, td, span,b { margin: 0; padding: 0; }
body, button, input, select, textarea { font:12px/1.5 Arial,'Î¢ÈíÑÅºÚ',sans-serif; }
h1, h2, h3, h4, h5, h6,b,th { font-size: 100%;font-weight:normal; }
small { font-size: 12px; }
ul, ol, li { list-style: none; }
table {border-collapse:collapse; border-spacing:0;border:0px;margin:0px;}
table th,table td{padding:0;}
caption{text-align:left; font-weight:normal;}

body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
a { text-decoration: none; cursor: pointer;color:#222222; }
a:hover { text-decoration: none;color:#ED0C4C; }
legend { color: #000; }
fieldset, img { border: 0; }
button, input, select, textarea { font-size: 100%; outline: none; }
img {display: inline-block; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { display: block; margin: 0; padding: 0; }
object, embed { outline: 0; }
*{padding:0;margin:0;}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clear{clear:both;margin:0px;height:0px;padding:0px;}
.w{
	width:1200px;
	margin:0px auto;
}
.w1{
	width:1024px;
	margin:0px auto;
}
.w2{
	width:1400px;
	margin:0px auto;
}
header{
	background:#222;
	height:20px;
	line-height:20px;
	width:100%;	
	overflow:hidden;
}
.left{
	float:left !important;
}
.right{
	float:right !important;
}
.top_left{
	width:800px;
	float:left;
	color:#fff;
}
.top_right{
	width:150px;
	float:right;
	color:#fff;
	text-align:right;
}
header a{
	color:#fff;
}
header a:hover{
	color:#eeeeee;
}
nav{
	height:45px;
	background:#403d3d;
	width: 100%;
	box-shadow: 0px 1px 10px #999;
    -webkit-box-shadow: 0px 1px 10px #222;
    -moz-box-shadow: 0px 1px 10px #222;
    -o-box-shadow: 0px 1px 10px #222;
    -ms-box-shadow: 0px 1px 10px #222;
	z-index:99999;
}
}
nav .logo{
	float:left;
}
nav ul{
	text-align:center;
	*width:601px;
	*margin:0px auto;
}
nav ul li{
	*float:left;
	width:100px;
	height:45px;
	text-align:center;
	line-height:45px;
	display:inline-block;
	border-right: 1px solid #999;	
}
.nav-last{
	border-right:none;
}
nav ul li a{
	font-size:14px;
	color:#fff;	
}
nav ul li a:hover{
	color:#ED0C4C;	
}

.about{
	width:1000px;
	margin:30px auto;
	border-top:4px dashed #555;
	padding:30px 80px 0px;
	line-height:26px;
	text-align:center;
	color:#242424;
}
.project{
	width:900px;
	margin:80px auto 30px;
}
.proj{
	float:left;
	width:400px;
	margin:20px;
	height:140px;
}
.pro_img{
	float:left;
	width:80px;
	height:100px;
	padding-top:10px;
}
.pro_tit{
	float:left;
	width:300px;
	margin-left:20px;
	color:#444;
	font-size:24px;
	font-weight:bold;
}
.pro_cont{
	float:left;
	width:300px;
	margin-left:20px;
	font-size:14px;
	margin-top:10px;
	color:#585858;
}
.products{
	padding:30px 0px 70px;	
    margin-top:20px;
		/*	width:1200px;
	margin:80px auto 30px;*/
}
.products .w {
	background-color:#6ecd7e;
}
.product_tit{
	color:#fff;
	font-size:30px;
	border-bottom:4px dashed #fff;
	padding:30px 0px;
	text-align:center;
	width:1000px;
	margin:0px auto;
}
.product_titt{
	color:#fff;
	font-size:14px;
	padding:30px;
	text-align:center;
	width:900px;
	margin:0px auto;
}
.product_list{
	padding-top:60px;
	padding-bottom:40px;
}
.product_list ul{
	width:1000px;
	margin:0px auto;
	text-align:center;
}
.product_list ul li{
	display:inline-block;
	*float:left;
}
.product_list ul li a{
	display:inline-block;
	*float:left;
	padding:10px 15px;
	margin:0px 1px;
	background:#24282A;
	color:#fff;
}
.product_list ul li a:hover{
	background:#ed0c4c;
}
.p_cur{
	background:#ed0c4c !important;
}
.product_p{
	width:1000px;
	margin:0px auto;
	text-align:center;
}
.product_p figure{
	display:inline-block;
	*float:left;
	width:300px;
	height:240px;
	margin:10px 15px;
	position:relative;
}
.product_p figure figcaption{
	position:absolute;
	display:none;
	background:url(/template/NEST04016/images/figure.png) repeat;
	color:#fff;
	height:240px;
	width:300px;	
	top: 0px;
}
.product_p figure figcaption a{
	height:240px;
	*height:130px;
	width:300px;	
	color:#fff;
	padding-top:110px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	display:block;
}

.news{
	margin:50px 0px;
}
.news_tit{
	color:#222;
	font-size:30px;
	border-bottom:4px dashed #555;
	padding:30px 0px;
	text-align:center;
	width:1000px;
	margin:0px auto;
}
.news_titt{
	color:#333;
	font-size:14px;
	padding:30px;
	text-align:center;
	width:900px;
	margin:0px auto;
}
.news_nr{
	padding-bottom:30px;
}
.news_cont{
	background:url(/template/NEST04016/images/newsbg.jpg) repeat-y;	
	margin:50px 0px 30px;
}
.news_a{
	background:url(/template/NEST04016/images/newslb.png) no-repeat;
}
.news_b{
	background:url(/template/NEST04016/images/newsrb.png) no-repeat;
}
.news_a:hover{
	background:url(/template/NEST04016/images/newslbh.png) no-repeat;
}
.news_b:hover{
	background:url(/template/NEST04016/images/newsrbh.png) no-repeat;
}
.news_a .news_d{
	float:left;
}
.news_a .news_cont_t{	
	float:left;
	text-align:right;
}
.news_a .news_cont_d{	
	float:right;
	text-align:right;
}
.news_b .news_d{
	float:right;
}
.news_b .news_cont_t{
	float:right;
	text-align:left;
}
.news_b .news_cont_d{	
	float:left;
	text-align:left;
}
.news_c{
	height:100px;
	*height:70px;
	padding:15px 0px;
	width:100%
}
.news_c .news_d{
	width:400px;
	margin:0px 44px;
}
.news_c .news_cont_t{
	width:330px;
	
}
.news_c .news_cont_t .title{
	color:#fff;
	font-size:16px;	
	padding:0px 20px;
}
.news_c .news_cont_t .info{
	color:#C8C8C8;
	font-size:12px;	
	padding:5px 20px;
}
.news_c .news_cont_d{
	width:50px;
	margin:0px 10px;
	padding-top:12px;
}
.news_cont_d{
	font-size:14px;
	text-align:center !important;
}
.news_cont_d a{
	color:#fff;
	width:70px;
}
.news_cont_d a .year{
	border-bottom:1px solid #fff;
}

.contact_tit{
	color:#fff;
	font-size:30px;
	border-bottom:4px dashed #fff;
	padding:50px 0px 20px;
	text-align:center;
	width:1000px;
	margin:0px auto;
}

.contact_l{
	float:left;
	padding:50px 0px 0px 12px;
}
.contact_tit1{
	font-size:20px;
	padding:0px 0px 30px;
	color:#fff;
}

.contact_r{
	float:right;
	padding:50px 12px 0px 0px;
}
.shangmeng{
	background:#222;
	padding:50px 0px 0px;	
	color:#fff;
}
.shangmeng span{
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
.shangmeng a{
	color:#fff;
}
.smb{
	border-bottom:1px solid #fff;
	padding-bottom:10px;
}
.syfoot footer{
	clear: both;
}
footer{
	background:#222;
	color:#fff;
	text-align:center;
	line-height:30px;
}
footer img{
	vertical-align:middle;
}
footer a{
	color:#fff;
}
.foot a{
	padding:0px 5px;
}
.cnzz{
	display:inline-block;	
}
.content{
	width:1200px;
	margin:0px auto;
}
.content_tit{
	color:#222;
	font-size:50px;	
	padding:50px 0px 10px;
	text-align:center;
	width:1000px;
	margin:0px auto;
}
.content_mbx{
	color:#777;
	font-size:14px;
	text-align:right;
	width:100%;
	margin-bottom:20px;
}
.content_mbx a{
	color:#777;
}
.content_mbx a:hover{
	color:#ed0c4c;
}
.content_nr{
	padding-bottom:50px;
}
.lbfl{
	background:#2A2A2A;
	padding:40px 0px;
}
.list{
	float:left;
	width:299px;
}
.list h3{
	color:#fff;
	font-size:30px;
	margin-bottom:20px;
	padding-left:25px;
}
.list p {
	height:24px;
	line-height:24px;
	color:#999;
	padding-left:25px;
}
.list p a{
	color:#999;		
}
.list p a:hover{
	color:#fff;
	padding-left:10px;
}
.content_new_l{
	float:left;
	width:780px;
	padding-top:10px;
}
.content_new_l ul li{
	display:inline-block;
	width:780px;
	margin-bottom:40px;
} 
.contnews_tit{
	display:inline-block;
	width:780px;
	color:#222;
	font-size:14px;
	padding:3px 0px;
} 
.contnews_tit span{
	float:right;
}

.contnews_tit h2{
	
	font-size:16px;
}

.contnews_img{
	width:780px;
	height:240px;
	margin-bottom:10px;
}
.contnews_nr a{
	color:#777;
	line-height:20px;
	font-size:12px;
}
.content_news_r{
	width:330px;
	float:right;
	margin-right:20px;
}
.content_n_r_tit{
	font-size:30px;
	margin-bottom:40px;
}
.content_news_r_n{
	padding-bottom:50px;
}
.content_news_r_n li{
	background:url(/template/NEST04016/images/arrow.png) no-repeat 0px 6px;
	line-height:30px;
	height:30px;
	padding-left:30px;
	font-size:14px;
}
.content_news_r_n li a{
	color:#777;
}
.content_news_r_n li a:hover{
	color:#ED0C4C;
}

.example ol{
	position:relative;
	width:80px;
	height:20px;
	top:-30px;
	left:30px;
}
.example ol li{
	float:left;
	width:10px;
	height:10px;
	margin:5px;
	background:#fff;
}
.example ol li.seleted{
	background:#ED0C4C;
}
/*½¥Òþ*/
.luara-{
	position:relative;
	padding:0;
	overflow:hidden;
}
.luara- ul{
	padding:inherit;
	margin:0;
}
.luara- ul li{
	display:none;
	padding:inherit;
	margin:inherit;
	list-style:none;
}
.luara- ul li:first-child{
	display:block;
}
.luara- ul li img{
	
}
.pages{	
	float:left;
	margin-bottom:80px;
	margin-top:30px;
}
.pages ul li{
	float:left;
	padding:8px 15px;
	border-top:1px solid #bbb;
	border-left:1px solid #bbb;
	border-bottom:1px solid #bbb;
}
.pages .next{
	border-right:1px solid #bbb;
	border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pages .previous_s{	
	border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.newtit{
	color: #222;
    font-size: 50px;
    padding: 50px 0px 30px;
    text-align: center;
    width: 1000px;
    margin: 0px auto;
}
.newtime{
	float:left;
	margin-bottom:10px;
	font-size:14px;
	color: #222;
}
.newnr{
	padding-bottom:20px;
}
.n_article_next{	
	margin:0px 0px 20px;	
	font-size:14px;
	height:40px;
	line-height:40px;
	display:block;
}	
.n_article_next a{
	color:#777;
}
.n_article_next a:hover{
	color:#ED0C4C;
}
.c_news_b{
	margin:50px 0px 20px;
}
.c_news_b ul li{
	line-height:30px;
	height:30px;
}
.c_news_b span{
	float:right;
}
.related{
	font-size:20px;
	border-bottom:1px solid #999;
	padding-bottom:5px;
	margin-bottom:10px;
}
.c_product_b ul li{
	width:220px;
	height:200px;
	float:left;
	margin:5px 10px;
}
.c_product_b ul li h4{
	height:20px;
	line-height:20px;
	text-align:center;
}
.c_product_b ul li h3{
	width:220px;
	height:180px;
}
.c_product_b ul li img{
	width:220px;
	height:180px;
}
.c_product_b{
	margin-bottom:50px;
}
.cplb{
	text-align:center;
}
.cplb ul li{
	*float:left;
	display:inline-block;
	padding-bottom:10px;
}
.cplb ul li a{
	*float:left;
	display: inline-block;
    padding: 10px 30px;
    margin: 0px 1px;
    background: #2A2A2A;
    color: #fff;
}
.cplb ul li a:hover{
	background:#ed0c4c;
}
.cpinfo{
	border:1px solid #777;
	padding:5px 20px;
	width:840px;
	margin:10px auto;
	text-align:center;
	color:#777;
	font-size:12px;
}
.products_cont_n figure{
	float:left;
	margin:18px;
	display: inline-block;
    width: 360px;
    height: 280px;
    margin: 10px 15px;
    position: relative;
}
.products_cont_n figure img{
	width:360px;
	height:280px;
}
.products_cont_n figure figcaption{
	position:absolute;
    display:none;
    background:url(/template/NEST04016/images/figure.png) repeat;
    color:#fff;
    height:280px;
    width:360px;
    top:0px;
}
.products_cont_n figure figcaption a{	
	width:360px;	
	color:#fff;	
	text-align:center;		
	display:block;
}
.products_cont_n figure figcaption a h4{	
	margin-top:110px;
	font-size:20px;
	margin-bottom:20px;
	font-weight:bold;
}
.products_cont_n figure figcaption a p{	

	width:300px;
	margin:0px auto;
	font-size:14px;
}
.pr{
	float:right !important;
	margin-top:50px !important;
    margin-right:44px !important;
}
.pronr{
	margin:50px 0px;
}
.pronrimg{
	margin:0px auto;
	width:400px;
	margin-bottom:20px;
	
}
.pronrjj{
	float:right;	
	width:540px
}
.pronrjj h1{
	font-size:40px;
	text-align:center;
	margin-bottom:20px;
}
.pronrjj p{
	font-size:16px;
	border-bottom:1px solid #888;
	padding:15px 40px;
}
.p_article_next{
	margin: 0px 0px 20px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    display: block;
}
.p_article_next a{
	color: #777;
}
.sitemap{
	
}
.title3{
	font-size:20px;
	font-weight:bold;
	padding:10px 0px;
	width:100%;
	display: inline-block;
}
.sitemap font{
	width:100%;
	color:#777;
}
.sitemap font a{
	float:left;
	padding-right:30px;
	font-size:14px;
	color:#777;
}

.menu{
	margin:0px auto;
	padding:30px 10px;
	margin-top:10px;
	margin-bottom:30px;
	*margin-bottom:0px;
	width:1050px !important;
}
.menu ul{
	float:left;
}
.menu ul li{
	float:left;
	padding: 0 10px;
}
.menu .end{
	padding-right:0px !important;
}
.menu ul li a{
	color:#828282;
	font-size:16px;
	font-weight:900;
	width: 140px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	float: left;
	background:#fff;
}
.menu ul li a:hover{
	background:#828282;
	color:#fff;
}
.menu li dl{
	display:none;
	overflow:inherit !important;
	position:relative;
	z-index:9999;
	*position:absolute;
	*overflow:hidden;
	width:140px;
	*margin:30px 0px 0px -140px;
}

.top_left{
	width:800px;
	float:left;
	color:#8c7e5e;
}
.top_right{
	width:150px;
	float:right;
	color:#8c7e5e;
	text-align:right;
}
.top_right a{
	color:#8c7e5e;
}
.wrap{
	background:#fff;
	height:80px;
	width:100%;
}
.logo{
	text-align:left;
	width:100%;
}

/**ban**/
html{overflow-x:hidden}
.ban{position:relative;width:1000px;height:570px;margin:0px auto;}
.banPa{left:-460px; position:absolute;}
#foucsBox { margin: 0 auto; padding: 0; width: 1920px; height: 570px; overflow: hidden; zoom: 1; position: relative;}
#foucsBox .imgCon { width: 1920px; height: 570px; margin: 0; padding: 0; position: relative; list-style: none; }
#foucsBox .imgCon li { float: left; width: 1920px; height: 570px; }
#foucsBox .imgCon li img {width: 1920px; height: 570px; }
#foucsBox .foucs { width: 1920px; height: 8px; position: absolute; bottom: 30px; text-align: center; z-index: 3; }
#foucsBox .foucs span { width: 72px; height: 8px;background:#fff;display:inline-block;margin:0px 5px;}
#foucsBox .foucs span.f { background:#8C7E5E;}


.design{
	width:1020px;
	margin:40px auto;
	overflow:hidden;
}
.design a{
	color:#fff;
	font-size:21px;
}

.design1 a{
	background:#3AACE0;
	width:240px;
	*width:200px;
	height:240px;
	*height:150px;
	padding-top:90px;
	text-align:center;
	float:left;	
	padding-left:20px;
	padding-right:20px;
}
.design1 a:hover{
	background:#828282;
}
.design2 a{
	background:#3BD984;
	width:240px;
	*width:200px;
	height:240px;
	*height:150px;
	padding-top:90px;
	text-align:center;
	float:left;
	margin-left:20px;	
	padding-left:20px;
	padding-right:20px;
}
.design2 a:hover{
	background:#a5a293;
}
.design3 a{
	background:#E6DF84;
	width:240px;
	*width:200px;
	height:240px;
	*height:150px;
	padding-top:90px;
	text-align:center;
	float:left;
	margin-left:20px;	
	padding-left:20px;
	padding-right:20px;
}
.design3 a:hover{
	background:#4d4948;
}
.design4 a{
	background:#F19CD7;
	width:240px;
	*width:200px;
	height:240px;
	*height:150px;
	padding-top:90px;
	text-align:center;
	float:right;
	padding-left:20px;
	padding-right:20px;
}
.design4 a:hover{
	background:#8d7e5f;
}

.help{
	width:1020px;
	margin:30px auto;
	overflow:hidden;
	height:165px;
}
.help_l{
	background:url(/template/NEST04016/images/tel.png) no-repeat;
	width:200px;
	height:165px;
	float:left;
}
.help_l:hover{
	background:url(/template/NEST04016/images/tel2.png) no-repeat;
	
}
.help_l p{
	color:#fff;
	font-weight:700;
	font-size:22px;
	padding-top:83px;
	padding-left:27px;
}
.help_m{
	float:left;
	width:380px;
	height:165px;
}
.help_m p{
	font-size:45px;
	color:#917e54;
	font-weight:normal;
	padding:0px 10px;
}
.help_r{
	float:right;
	width:440px;
	height:165px;
}
.help_r p{
	font-size:16px;
	line-height:30px;	
	color:#888888;
}
.help_r span{
	float:right;
}
.help_r span a{
	border:1px solid #222222;
	color:#222222;
	padding:2px 5px;
}
.help_r span a:hover{
	border:1px solid #897d55;
	color:#897d55;
}

.hezuokh{
	margin:30px auto;
	overflow:hidden;
}
.hezuokh_l{
	float:left;
	width:140px;
}
.hezuokh_l h2{
	color:#8c7e5e;
	font-size:16px;
	padding:16px 10px;
	font-weight:700;
}
.hezuokh_m{
	width:40px;
	float:left;
}
.hezuokh_r{
	float:right;
	width:805px;
}
.h_baner {
    width: 1200px;
	height:371px;
    margin: 0 auto;
    position: relative;
}
.h_baner img {
	position:absolute;
	left:-354px;
}


/**µ×²¿**/
.foot{background:#292929;}
.ftNav{height:50px;line-height:50px;background:#8C7E5E;color:#000;}
.ftNav a{color:#000;line-height:30px;padding:0px 20px;font-family: 'Microsoft YaHei';}
.bottom{line-height:30px;color:#fff;padding:30px 0px;}
.bottom a{color:#fff;margin:0px 2px;}
.bottom a:hover{color:#8C7E5E;}
.bottom .cnzz {margin-top:10px;*margin-top:1px;display:inline-block;vertical-align:middle;}

.smcy{
	width:1200px;
	margin:20px auto;
	clear:both;
}
.contact_l p{
	float:left;
	padding-right:30px;
	color:#828282;
	font-size:14px;
	margin-bottom:10px;
}


.contact_l h4{
	font-size:20px;
	font-weight:700;
	margin-bottom:30px;
	color:#8c7e5e;
	line-height:40px;
}
.contact.w1 {width:1200px;}
.contact_r h4{
	font-size:20px;
	font-weight:700;
	margin-bottom:30px;
	color:#8c7e5e;
	line-height:40px;
}

.lxdd{
	background:url(/template/NEST04016/images/lxdd.jpg) no-repeat left;
	padding-left:25px;
	height:20px;
}
.lxdh{
	background:url(/template/NEST04016/images/lxdh.jpg) no-repeat left;
	padding-left:25px;
	height:20px;
}
.lxr{
	background:url(/template/NEST04016/images/lxr.jpg) no-repeat left;
	padding-left:25px;
	height:20px;
}
.lxsj{
	background:url(/template/NEST04016/images/lxsj.jpg) no-repeat left;
	padding-left:25px;
	height:20px;
}
.lxqq{
	background:url(/template/NEST04016/images/lxqq.jpg) no-repeat left;
	padding-left:25px;
	height:20px;
}
.lxwz{
	background:url(/template/NEST04016/images/lxwz.jpg) no-repeat left;
	padding-left:25px;
	height:20px;
}
.lxzj{
	background:url(/template/NEST04016/images/lxzj.jpg) no-repeat left;
	padding-left:25px;
	height:20px;
	font-size:16px !important;
	font-weight:700;
}
.contact_r p{
	float:left;
	padding-right:30px;
	color:#828282;
	font-size:14px;
	margin-bottom:10px;
}
.contact-w {border-top:2px solid #c9c9c9;margin-top:50px;}
/*ËÑË÷*/
.search1{position:absolute;right: 187px;top: 45px;*width: 250px;*height: 30px;}
.search_text{height:28px;background:#ededed;color:#828282; border:0px;outline:none;line-height:30px\9;width: 200px;}
.search_select{width:51px;height:30px;float:left;*float: left;*position: relative;}
.search_select input {}
.search_select select{display:none}
.select_box{position:relative;height:20px;font-family:'ËÎÌå'}
.search_select .select_showbox{width:40px;color:#989898;background: url(/template/NEST04016/images/seaBg.png) no-repeat right center;line-height:13px;border-left:1px solid #dedede;padding-left:8px;margin:8px 0px}
.select_option {position: absolute;top:22px;border: 1px solid #dddddd;border-top: 0px;background: #fff;right: -4px;width:53px;line-height:24px;display:none;background:#ededed;}
.select_option li{padding-left:9px;color:#989898}
.select_option li.hover{background:#f9f9f9;}
#formSeach{float:right;*width: 200px;*height: 30px;*float:left;}
.search_button.fr {float:right;*position: absolute;*right: 5px;*top: 0;}
.search_text.fl {float:none;height:30px;*height:28px;}







