﻿body
{
	font-family: 宋体, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td
{
	margin: 0;
	padding: 0;
}
fieldset, img, input
{
	border: 0;
}
input, textarea, select
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, textarea, select
{
	font-size: 100%;
}

li
{
	list-style: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var
{
	font-style: normal;
	font-weight: normal;
}
a
{
	text-decoration: none;
	outline: none; /*去除Firefox中点击链接时的虚线边框*/
}
a:hover
{
	text-decoration: none;
}
/*清除浮动使用*/
.clearfix
{
	clear: both;
}
/*解决浮动对象问题*/
.wrapfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
