@charset "utf-8";
#------------------------------共用样式 {}


html {
	overflow-x:hidden;
	overflow-y:scroll;
}
*{
	margin:0;
	padding:0;
}


body{
	font-size: 12px;
	font-family: "微软雅黑", Arial, Tahoma, Georgia;
	margin:0px;
}
i{
	font-style:normal;
}

div , ul , li , p       {
	margin:0px;
	padding:0px;
	list-style:none;
	display: block;
}
table {
	border:0;
	cellpadding:0;
	cellspacing:0;
}

img { 
	border:0px;
/* display:block; */
}
a:focus {
    outline:none;
}
a { color:#000000; cursor:pointer;}
a:link {
	text-decoration: none;
	blr:expression(this.onFocus=this.blur())
}
a:visited {
	text-decoration: none;  
	blr:expression(this.onFocus=this.blur())
}
a:hover {
	text-decoration: none;

	blr:expression(this.onFocus=this.blur())
}
a:active {
	text-decoration: none;
	blr:expression(this.onFocus=this.blur())
}