html
{
	margin: 0;
	padding: 0;
	min-height: 100%;
	min-width: 1200px;
	-ms-text-size-adjust: none;
    background-color: #fff;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,a
{
	margin: 0;
	padding: 0;
	border-width: 0;
	
}
a
{
	text-decoration:none;
	color:inherit;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img
{
	border: 0;
	
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup
{
	font-style: inherit;
	font-weight: inherit;
}

del,ins
{
	text-decoration: none;
}

ul {
	/*overflow: auto;*/
}

li
{
	list-style: none;
}

caption,th
{
	text-align: left;
}

input,button,textarea,select,optgroup,option
{
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

body
{
	font-family:  "Microsoft YaHei";
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	word-wrap: break-word;
	text-rendering: optimizeLegibility;/* kerning, primarily */
}
.left
{
	float:left;
}
.right
{
	float:right;
}
.clear
{
	clear:both;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
	body { text-rendering:auto; }
}
