@charset "gb2312";
/* CSS Document */
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td {
	margin: 0;
	padding: 0;
}
body{
	font-size:14px;
	font-family: "����";
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%
}
address,cite,dfn,em,i,var,strong {
	font-style: normal
}
code,kbd,pre,samp {
	font-family: courier new,courier,monospace
}
small {
	font-size: 12px;
}
ul,ol {
	list-style-type:none;
}
li{
	text-overflow:ellipsis;
      white-space:nowrap;
      overflow:hidden;
}
a {
	text-decoration: none;
}
a: hover {
	color: #f00;
	text-decoration: underline;
}

img {
	border:0;
}
button,input,select,textarea {
	font-size: 100%;
	outline:none;
	border:none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
.clear:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}
.clear {
  clear: both;
  *zoom: 1;
  height:0;
  line_height:0;
  font-size:0;
  margin:0;
  padding:0;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.shang,.xia,.lhome{
    cursor:pointer;
}