@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 10pt;
	color: #434343;
	background:  url("../images/bodybj.jpg") repeat-x  top  #d5d6da;
}
ul,
li,
dl,
dt,
dd,
p,
em,
b,
h1,
h2,
h3,
h4,
h5,
h6,
select,
checkbox,
textarea,
span,
input,
button,
img {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: 0;
	outline: none;
}
dl,
dt,
dd{
	font-weight: normal;
}
a {
	display: inline-block;
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
}
img
{
	vertical-align:top;   /*解决IMG留白的bug，而且保留原来的行内块属性*/
	border:none;
}
li
{
	list-style:none;
}
.clearfix:after  /*清除浮动*/
{
	display:block;
	clear:both;
	content:'';
}
.clearfix
{
	zoom:1;
}
.fl {
	float: left;
}
.fr {
	float: right;
}





.page{ margin-top:5px}
.page span{ display:inline-block; margin-right:10px}
.page a{ display:inline-block; margin-right:10px}