@charset "utf-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}
html {
	overflow-y: auto;
	overflow-x: hidden;
	background:#fff;
}
body {
	font-family: Arial, 微软雅黑, 宋体;
	font-size: 12px;
	color: #000;
	background:#FFF;
	
}
img {
	border: none;
}
ul li {
	list-style: none;
}
div {
	display: block;
	-webkit-text-size-adjust: none;
}
input {
	outline:none;
	}
a {
	text-decoration: none;
	color: #000;
	font-size: 12px;
	outline:none;
}
a:hover {
	text-decoration:none; border:none;
}
header {
	position:absolute;
	width:1000px;
	height:auto;
	left:50%;
	top:0px;
	margin:0 -500px;
}
footer {
	position: relative;
	width: 100%;
	height: auto;
	overflow:hidden;
	margin:15px 0;
	background:#535353;
	padding-top:10px;
}
.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%;
}
.hidden {
	display:none;
	}
.sizeLimit {
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
