@charset "utf-8";
/*	
	v2.0 | 20110126
	Eric Meyer的浏览器样式初始化: Eric Meyer's Reset Reloaded
	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 微软雅黑,"microsoft yahei";
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*downNav*/
body,html{
	width: 100%;
	height: 100%;
	/*overflow-x: hidden;*/
}
.body{
	overFlow-x: hidden;
}
.header{
	overflow-x: hidden;
	height: 326px !important;
}
.header .header_content .nav_ul .nav_li .down_nav{
	left: 0 !important;
	background: rgba(255,255,255,.15);
}
.down_nav li{
	width: 320px !important;
	height: 108px;
	float: left;
	margin: 5px;
}
.down_nav li:hover{
	cursor: pointer;
}
.down_nav li .navPic{
	-webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%); 
	-ms-filter: grayscale(100%); 
	-o-filter: grayscale(100%); 
	filter: grayscale(100%); 
	filter: gray; 
	opacity: 0.9;
}
.down_nav li:hover .navPic{
	opacity: 1;
	-webkit-filter: grayscale(0%); 
	-moz-filter: grayscale(0%); 
	-ms-filter: grayscale(0%); 
	-o-filter: grayscale(0%); 
	filter: grayscale(0%); 
	filter: gray; 
	animation: opChange 1s;
}
@keyframes opChange{
	from{
		opacity: 0.9;
		-webkit-filter: grayscale(100%); 
		-moz-filter: grayscale(100%); 
		-ms-filter: grayscale(100%); 
		-o-filter: grayscale(100%); 
		filter: grayscale(100%); 
		filter: gray; 
		opacity: 0.9;
	}
	to{
		opacity: 1;
		-webkit-filter: grayscale(0%); 
		-moz-filter: grayscale(0%); 
		-ms-filter: grayscale(0%); 
		-o-filter: grayscale(0%); 
		filter: grayscale(0%); 
		filter: gray; 
	}
}
.header_content .nav_ul li:hover{
	border-radius: 3px 3px 0 0;
}

.navPic,.navTxt{
	width: 160px;
	height: 108px;
	float: left;
}
.navTxt{
	background: rgba(255,255,255,0.3);
	text-align: center;
	/*color: #fff;*/
	font-size: 14px;
	line-height: 108px;
}
.down_nav{
	width: 100%;
	margin-top: 0px !important;
	border: none !important;
	padding-bottom: 10px !important;
	padding-top: 10px !important;
	padding-left: 20px !important;
}
.header .header_content .nav_ul{
	margin-right: -35px;
}
.header .header_content .nav_ul .nav_li{
	margin-left: 0px !important;
	text-align: center;
}
.header .header_content .nav_ul .last_nav_li{
	padding-right: 31px !important;
}
.header .header_content .nav_ul .nav_li .down_nav li a{
	width: 160px;
	height: 108px;
	margin-left: 40px !important;
	padding-left: 8px !important;
}
.header .header_content .nav_ul .nav_li .nav_a{
	display: block;
	/*width: 100%;
	height: 100%;*/
	padding-left: 33px;
	padding-right: 30px;
	text-align: center;
}
.nav_li .ppzl{
	padding-left: 354px !important;
}
.nav_li .ppzdtg{
	padding-left: 340px !important;
}
.nav_li .hdtg{
	padding-left: 678px !important;
}
.nav_li .qwdyxjszc{
	padding-left: 300px !important;
}
.nav_li .dna1,.nav_li .dna5{
	margin-left: 273px;
}
.nav_ul{
	line-height: 54px;
}
.footerContent .nav_ul{
	line-height: 56px;
}
.nav_ul .nav_li .z_ping a:hover{
	display: block;
	height: 57px;
	width: auto;
    background: none;
   
}
.footerContent .nav .nav_ul{
	margin-top: 0 !important;
	height: auto !important;
}
.header .header_content .nav_ul .last_nav_li{
	padding-right: 7px !important;
}
