@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0;
	background: #f0f0f0;
}
img {
	border: 0;
}
ins {
	display: none;
}
li {
	list-style: none;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
form {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
.space {
	margin: 8px 0 0 0;
}
/*---------------------------*/
.wrap {
	width: 1004px;
	margin: auto;
	background: #fff;
}
.menu {
	font-size: 14px;
	background: url(../images/bg.png);
	height: 40px;
	line-height: 40px;
	margin: 1px 0;
}
.menu ul {
	margin: 0;
	padding: 0 0 0 50px;
}
.menu li {
	float: left;
	padding: 0 12px;
}
.sitepath {
	background: url(../images/bg.png) no-repeat 0 -45px;
	height: 36px;
	line-height: 36px;
	padding: 0 0 0 50px;
}
.sea_btn {
	background: url(../images/bg.png) no-repeat 0 -260px;
	height: 27px;
	line-height: 27px;
	width: 84px;
	border: 0;
	color: #2f5870;
	cursor: pointer;
}
.sea_area {
	border: 1px #ccc solid;
	width: 106px;
}
/*---------------------------------*/
.footer_nav {
	background: url(../images/bg.png) no-repeat 0 -328px;
	height: 35px;
	line-height: 35px;
}
.footer_nav ul {
	margin: 0;
	padding: 0 0 0 350px;
}
.footer_nav li {
	float: left;
	padding: 0 8px;
}
.copyright {
	background: url(../images/bg.png) no-repeat 0 -364px;
	height: 100px;
	text-align: center;
	line-height: 180%;
}
.copyright p {
	margin: 0;
	padding: 20px 0 0 0;
}
