@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input,select, p, blockquote, table, th, td, embed, object {   
    padding: 0;   
    margin: 0;    
} 
html {   
       font-size:1em;   
}    
body {   
         
/*	font-style:normal;
	font-weight:400;
	font-size:100%;
	font-family:Microsoft YaHei,Helvetica;*/
	  
}  
ul,ol,li,dl,dt,dd {
	border-style: none;
	border-color: inherit;
	list-style-type:none;	
} 
a {
	blr:expression(this.onFocus=this.blur());
	outline:none;
	text-decoration:none 
}


/*blr没有特殊意思，expression 条件，这句话的意思是链接 a 在获得焦点的同时失去焦点。
如果你用的是图片链接什么的，他不会显示周边的虚线。*/ 
a:link, a:visited, a:hover, a:active{   
    	text-decoration:none  
} 
a img,:link img,:visited img { border:none }  

:focus {   
    	outline: 0;   
} 
.img {
	display:block;
} 
.blank5 {
	width:100%;
	height:5px;
	clear:both;
}
.blank10 {
	width:100%;
	height:10px;
	clear:both;
}
.blank15 {
	width:100%;
	height:15px;
	clear:both;
}
.blank20 {
	width:100%;
	height:20px;
	clear:both;
}
.blank25 {
	width:100%;
	height:25px;
	clear:both;
}
.blank30 {
	width:100%;
	height:30px;
	clear:both;
}
.blank35 {
	width:100%;
	height:35px;
	clear:both;
}
.blank40 {
	width:100%;
	height:40px;
	clear:both;
}
.blank45 {
	width:100%;
	height:45px;
	clear:both;
}
.blank50 {
	width:100%;
	height:50px;
	clear:both;
}
.blank60 {
	width:100%;
	height:60px;
	clear:both;
}
.blank70 {
	width:100%;
	height:70px;
	clear:both;
}
.blank80 {
	width:100%;
	height:80px;
	clear:both;
}
.blank90 {
	width:100%;
	height:90px;
	clear:both;
}
.blank100 {
	width:100%;
	height:100px;
	clear:both;
}
.clear {
	clear:both;
	height:0px;
	overflow:hidden;
}