@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, ul, ol, dl, dd {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
}

p {
	margin: 0;
}

ul, ol, li {
	padding-left: 0;
	list-style-type: none;
}

img, input {
	border: 0;
	outline: none;
	padding: 0;
}

a {
	text-decoration: none;
}

select {
	outline: none;
	border: 0;
	border-radius: 5px;
}

html {
	position: relative;
}

body {
	width: 100%;
	height: 100%;
	font-family: "微软雅黑";
	background: #faf8f2 url(banner-bg-0506.png) no-repeat;
}

.clear {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
	overflow: hidden;
	display: block;
}

.left {
	float: left;
}

.right {
	float: right;
}
