* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
body {
	margin: 0px;
	padding: 0px;
	font-size:14px;
	font-family:微软雅黑;
	background-color: #e7fdfd;
	/* background-image: url(../images/top_bj.jpg); */
	background-position: top;
	background-repeat: no-repeat;
	/* padding-top: 279px; */
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #666666;
}
a:hover{
	color: #CC9900;
	text-decoration: underline;
}
area {
	border: 0px;
	outline: none;
}
.clearFloat:after {
	display: block;
	content: "";
	clear: both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.whole{
	width: 1300px;
	margin: 0 auto;
	background-color: #fff;
}
.nav{
	width: 100%;
	height: 45px;
	font-size: 0;
	background-color: #1f8971;
}
.menu{
	width: 130px;
	height: 45px;
	display: inline-block;
	position: relative;
}
.menu .menuA{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 45px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
.menu .menuA:hover{
	font-size: 15px;
	text-decoration: underline;
	font-weight: bold;
	color: #ff0;
}
.menuItem{
	position: absolute;
	white-space:nowrap;
	background: #1f8971;
	width: 128px;
    top: 45px;
	left: 0;
	z-index: 13;
	display: none;
}
.menu:hover .menuItem{
	display: block;
}
.menuItem a{
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	z-index: 10;
}
.menuItem a:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #ff0;
}
.footer{
	width: 100%;
	height: 165px;
	background-color: #c4e7e0;
}
.footer_center{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding-top: 33px;
}
.bot_logo{
	width: 438px;
	height: 100px;
}
.footer_info{
	margin-left: 62px;
	font-size: 12px;
	color: #000;
	line-height: 25px;
	padding-top: 15px;
}
.footer_info a{
	color: #666666;
}