/*清除文档类型声明中的默认属性*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, img {
	margin: 0;
	/* [disabled]padding: 0; */
}
/*table {
	border-collapse:collapse;
	border-spacing:0;
}*/
fieldset, img {
	border: 0px;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
/*字体定义*/
body {
	font: 12px "", arial, helvetica, clean, sans-serif;
	font-family: "微软雅黑";
	color:#91b0db;
}
table {
	font-size: inherit;
	text-align: left;
	font: 100%;
}
/*重新定义*/
h1, h2, h3, h4, h5, h6 {
	background: none;
	text-align: left;
	text-indent: 0;
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 14px;
	font-weight: normal;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 12px;
	font-weight: normal;
}
strong {
	font-weight: bold;
}
a {
	text-decoration: none;
	color:#333;
}
a:hover {
	text-decoration: underline;
	color:#333;
}
/*通用定义*/
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	color: #909090;
	font-size: 12px;
	background-color: #dc1e16;
}
.clearfix {
	clear: both
}
a {
	text-decoration: none;
	color: #666;
}
a:hover {
	color: #000
}
.bg02 {
	background-color: #ffffff;
	width: 1000px;
	padding-bottom: 0px;
	padding-top:0px;
	margin: 0 auto;
}
