*{ padding:0; margin:0;}
table{padding:0; margin:0; border-spacing:0px;}
html,body{
	 width:100%;
	 height:100%;
	 background-color:#fff;
	 word-break:keep-all;
	 word-wrap:break-word;
	 word-break:break-all;
}

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:Tahoma,Arial,"Microsoft YaHei", sans-serif;
	 font-weight:800px;
 }



body,input,select{
	 font:12px/1.5 Tahoma,Arial,"Microsoft YaHei", sans-serif;
	color:#333;
 }

ul,ol,dl,li{ list-style-type:none;
	 
	 text-decoration: none;
}

img{ border:none;}

a{
	 color:#555555;
	 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 */