* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #eee;
	font-family: "微软雅黑,宋体";
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #000;
}
a:hover{text-decoration: underline;}
area {
	border: 0px;
	outline: none;
}

.clearFloat:after {
	display: block;
	content: "";
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}
.footer{
	width: 100%;
	height: 92px;
	background-color: #F7F5E8;
	border-top: 5px solid #006600;
}
.footer_box{
	width: 750px;
	margin: 0 auto;
	position: relative;
	padding-left: 68px;
}
.footer_box img{
	width: 68px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.footer_box p{
	width: 100%;
	height: 100%;
	font-size: 13px;
    line-height: 20px;
	padding-top: 24px;
}
.footer_box .STYLE2 {
    color: #006600;
}
	