body {
	margin:0px;
	padding:0px;
	width:100%;
	background: #f8f8f8 0 0 repeat;
	font: normal 12px/22px "Microsoft YaHei","微软雅黑","宋体",Verdana,Tahoma, Arial, Helvetica, sans-serif;
	color:#333;

}
/* 重置 */
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td { margin: 0; padding: 0; }

/* 标题样式 */
h1, h2, h3, h4, h5, h6 { font-size: 18px; }
img { border: 0 none;}

/* 列表样式 */
ul, ol, li, dl, dt, dd {list-style:none;}

/* 图片样式 */
img, a img {
	border:0px;
	padding:0px;
	margin:0px;
	vertical-align:middle;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #05bcde;
}
a:active {
	text-decoration: none;
	color: #000;
}

.more a{
	color: #1365ce;
	text-decoration: none;
}

.more a:hover {
	text-decoration: none;
	color: #1365ce;
}

button { cursor: pointer; }
.fixed:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.fixed { display: block; min-height: 1%; }
*html .fixed { height: 1%; }
/* clear */
.clear { clear: both; font-size:1px; width:1px; height:0; visibility: hidden;  }
