.head-top {
	position: relative;
	width: 1200px;
	height: 130px;
	margin: 0 auto;
}
.logo {
	position: absolute;
	left: 0;
	top: 15px;
}
.logo img {
	height: 100px;
}
.head-ewm {
	position: absolute;
	right: 0;
	top: 34px;
	width: 204px;
}
.head-ewm img {
	float: left;
	width: 62px;
	height: 62px;
	margin-right: 10px;
}
.head-ewm b {
	display: block;
	padding-bottom: 6px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.head-ewm span {
	display: block;
	line-height: 18px;
	font-size: 12px;
	color: #666;
}
.head-lr {
	position: absolute;
	right: 240px;
	top: 65px;
}
.head-lr a {
	margin-left: 12px;
	font-size: 14px;
	color: #666;
}
.nav {
	width: 100%;
	height: 50px;
	background: #29a57c;
}
.nav ul {
	width: 1200px;
	margin: 0 auto;
}
.nav ul li {
	float: left;
	width: 167px;
}
.nav ul li a {
	display: block;
	width: 167px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.nav ul li.thisclass a {
	background: #24916d;
	color:#fff;
}
.nav ul li a:hover {
	color: #fff;
}
#footer {
	width: 100%;
	height: 220px;
	background: #E0E0E0;
}
.foot-nav, .foot-contact, .copyright {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.foot-nav {
	height: 46px;
	padding-top: 12px;
	border-bottom: #CDCDCD solid 1px;
	line-height: 46px;
	font-size: 14px;
	color: #333;
}
.foot-nav a {
	padding: 0 20px;
	color: #333;
}

.foot-nav a:hover {
	color: #28A57B;
}
.foot-contact, .copyright {
	line-height: 22px;
	font-size: 13px;
	color: #666;
}
.foot-contact {
	margin-top: 15px;
}
.copyright {
	margin-top: 8px;
}
