@charset "utf-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}
html {
	overflow-y: auto;
	overflow-x: hidden;
}
body {
	font-family: Arial;
	font-size: 14px;
	background: #fff;
}
img {
	border: none;
}
ul li {
	list-style: none;
}
div {
	position: relative;
	display: block;
}
a {
	text-decoration: none;
	color: #000;
	 
}
a:hover {
	color: #ff0000;
}
header {
	position:relative;
	width: 1000px;
	height: 97px;
	margin: 0px auto;
	margin-bottom:70px;
	z-index: 9;
}
footer{
	position:relative;
	width:1000px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	}
.moreLink {
	position: absolute;
	z-index: 2;
	width: 52px;
	height: 23px;
}
.moreLink img {
	width: 100%;
	height: 100%;
}
.bodyFrame {
	width: 1000px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.clearDiv {
	clear: both;
	visibility: hidden;
}
.heightAuto {
	height: auto;
	overflow: hidden;
}
.heightAuto img {
	width: 100%;
}
.sizeLimit {
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
