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: #4C4948;
}
a:hover {
	color: #C00;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#top_all {
	width: 100%;
	height: 146px;
	background: #55ABDE;
}
#top, #nav, #content, #page_content {
	width: 1200px;
	margin: 0 auto;
}
#logo {
	float: left;
	margin-top: 35px;
	width: 427px;
	height: 88px;
	background: url(/images/logo.jpg) no-repeat;
}
#nav_all {
	width: 100%;
	height: 52px;
	background: #2151A3;
}
#nav {
	position:relative;
	z-index:99;
}
#nav li {
	float: left;
	position: relative;
}
#nav a {
	padding: 0 43px;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	line-height: 52px;
}
#nav a:hover {
	background: #0086DF;
}
#nav ul {
	position: absolute;
	height: 50px;
	background: #E7E7E7;
	display: none;
	padding-left: 20px;
}
#nav ul a {
	padding: 0;
	margin-right: 20px;
	line-height: 50px;
	color: #666;
}
#nav ul a:hover {
	background: none;
	color: #CE9C37;
}
#nav li:hover ul {
	display: block;
}
#nav_list1 {
	width: 420px;
}
#nav_list2 {
	width: 852px;
}
#nav_list3 {
	width: 1260px;
	left: -430px;
}
#nav_list4 {
	width: 420px;
}
#nav_list5 {
	width: 336px;
}
#nav_list6 {
	width: 186px;
}
#nav_list7 {
	width: 336px;
	right: 0;
}
#footer_all {
	width: 100%;
	height: 88px;
	background: #333;
}

 #footer {
	position: relative;
	padding-top: 22px;
	width: 1200px;
	margin: 0 auto;
}
#footer p {
	text-align: center;
	color: #A49573;
	line-height: 24px;
}
#footer a {
	color: #A49573;
}
#footer a:hover {
	color: #A48873;
}
#sydw {
	position: absolute;
	top:22px;
	right:115px;
}

:focus {
	outline: 0;
}

.clear {
	clear: both;
}