﻿* html, * html body {
	_background-image: url(about:blank);
	_background-attachment: fixed
}
* {
	margin: 0;
	padding: 0
}
body {
	font-size: 12px;
	font-family: "simsun";
	background-color: #fff;
	color: #333;
	min-width: 1260px
}
a {
	text-decoration: none;
	outline: 0;
	color: #333
}
a:hover {
	color: #08c;
	text-decoration: underline
}
ul, ol {
	list-style: none
}
li {
	_vertical-align: bottom;
*vertical-align:bottom
}
img {
	border: 0
}
.clearfix:after {
	display: block;
	content: ".";
	height: 0;
	overflow: hidden;
	clear: both
}
.clearfix {
	zoom: 1
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
i {
	font-style: normal
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal
}
input, textarea {
	outline: 0
}
input {
	vertical-align: middle
}
.fr {
	float: right
}
.fl {
	float: left
}
.wrapper {
	width: 1200px;
	margin: 0 auto
}
