*{ padding:0; margin:0;}
table{padding:0; margin:0; border-spacing:0px;}
html,body{
	 width:100%;
	 height:100%;
}

html,body,div,a,h1,h2,h3,h4,h5,h6,p,div,ul,li,ol,dl,dt,dd,img,form,input,textarea,select,fieldset{
	 margin:0px;
	 padding:0px;
 }



h1,h2,h3,h4,h5,h6,b,strong{
	 font-family:"Microsoft YaHei", Arial;
	 font-weight:800px;
 }



body,input,select{
	font-family: Arial;
	color:#666666;
	font-size:12px;
 }

ul,ol,dl,li{ list-style-type:none;
	 
	 text-decoration: none;
}

img{ border:none;}

a{
	 color:#666666;
	 text-decoration:none;
	 outline:none;
	 blr:expression(this.onFocus=this.blur());
 }



a:hover{
	 
	 text-decoration:none;
	 color: #01a7f3;
}

.clearBoth{
	 content:'\20';
	 display:block;
	 clear:both;
	height:0px;
}


.c:after{
	 content:'\20';
	 display:block;
	 clear:both;
	height:0px;
}



.c{
	 clear:both;
 }



.l{
	 float: left;
 }



.r{
	 float: right;
 }
.clearfix:after {content: ".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{display:inline-block}
/* hides from IE-mac */
* html .clearfix{height:1%}
.clearfix{display:block}
/* End hides from IE-mac */