body, ul, li, img, a, p, form, input, label, table, th, tr, td {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial,"ËÎÌå";
	font-size: 16px;
	color: #666;
	min-width:1200px;
}
a {
	display: inline-block;
	text-decoration: none;
}
:focus {  
	outline: none;
}
img {
	display: block;
}
li {
	list-style: none;
}
table, th, tr, td {
	border: none;
}
input {
	border: none;
}
input::placeholder {
	color: #999;;
}
#top_all {
	width: 100%;
	height: 163px;
	background: #2c4673;
	position:relative;
	overflow: hidden;
}
#top_all img {
	width:1309px;
	margin: 0 auto;
	position:relative;
}
#sr {
	z-index: 100;
	position: absolute;
	width:220px;
	height:20px;
	top: 45px;
	right: 38px;
}

input::placeholder {
	color: #999;
	font-size: 12px;
}

#search {
	width: 68%;
	height: 20px;
	border: 1px solid #0086DF;
	padding-left: 5px;
}

#search_button {
	width: 28%;
	height: 100%;
	line-height: 20px;
	font-size: 12px;
	font-family: ËÎÌå;
	text-align: center;
	background: #0086DF;
	border: none;
	color: #ECEBEB;
}

#search_button:hover {
	color: #FC3;
}
#return {
	width:1200px;
	margin:0 auto;
	position:relative;
}
#return a {
	display:block;
	background:url(/ejxy/images/return.png) no-repeat 0 1px;
	color:#d5c093;
	padding-left:23px;
	position:absolute;
	right:38px;
	bottom:28px;
}
#return a:hover {
	color:#CCC;
}
#nav_all {
	width: 100%;
	height: 64px;
	background: #1b89ba;
}
#nav {
	width: 1340px;
	margin: 0 auto;
    height: 82px;
}
#nav li {
	float: left;
}
#nav a {
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 18px;
	color: #FFF;
	line-height: 64px;
	padding: 0 39px;
}
#nav a:hover {
	background: #175d8e;
}
#content {
	width: 1200px;
	margin: 50px auto 0;
}
#footer {
	width: 100%;
	height: 120px;
	background: #1b89ba;
	margin-top: 36px;
	padding-top: 52px;
}
#footer p {
	font-size: 14px;
	color: #ebd4a6;
	text-align: center;
	line-height: 28px;
}
.clear {
	clear: both;
}