body,ul,li,p,a,img,h1,h2,h3,h4,form,input,select,option,table,tr,td {
	margin: 0;
	padding: 0;
}
body {
	font-size: 14px;
	font-family: "Î¢ÈíÑÅºÚ", Arial Narrow, HELVETICA;
	color: #666;
}
img {
	border: none;
	display: block;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	display: inline-block;
	color: #333;
}
a:hover {
	color: #C00;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#top_all {
	width: 100%;
	background: #B7DAF1;
}
#top, #nav, #content, #page_content {
	width: 1200px;
	margin: 0 auto;
}
#top {
	height: 140px;
	background: url(/hnszjlm/images/logo.jpg) no-repeat;
}
#nav_all {
	width: 100%;
	height: 52px;
	background: #372767;
}
#nav li {
	float: left;
}
#nav a {
	color: #FFF;
	font-size: 16px;
	text-align: center;
	line-height: 52px;
	padding: 0 23px;
}
#nav a:hover {
	background: #0062AC;
}
#footer_all {
	width: 100%;
	height: 88px;
	background: #3F759F;
}
#footer {
	position: relative;
	padding-top: 22px;
}
#footer p {
	text-align: center;
	color: #FFF;
	line-height: 24px;
}
#footer a {
	position: absolute;
	top:22px;
	right:530px;
}
:focus {
	outline: 0;
}

.clear {
	clear: both;
}
