html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
	padding: 0;
	border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}
.clearfix:after {
 clear: both;
 content: '.';
 display: block;
 visibility: hidden;
 height: 0;
}
.clearfix {
 display: inline-block;
}
* html .clearfix {
 height: 1%;
}
.clearfix {
 display: block;
}
.inlineblock {
    display: -moz-inline-stack;  //Firefox only code
    display: inline-block;       //some standard browsers
    zoom: 1;                     //IE only
    *display: inline;            //Only IE know this code (CSS Hack)
}
h1, h2, h3, h4 {
	font-size: 11px;
	font-weight: 700;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #E00;
}
a.more {
	padding: 0 5px;
	background: #AFADAE;
	font-size: 12px;
	border-top: 1px solid #CCCACB;
	border-left: 1px solid #CCCACB;
	border-bottom: 2px solid #878787;
	border-right: 2px solid #878787;
}
a.more:hover {
	color: #000;
}
ul {
	list-style: none;
}
body {
	font-size: 12px;
	text-align: center;
	font-family: Arial, Verdana, Tahoma, "宋体", sans-serif;
	background: #FFF;
}