@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: Microsoft YaHei;
}
a{
	color: #434343;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
    color: #f60;
}
a:active {
text-decoration: none;
}
button{
	outline:none;
}
i,em{
	font-style:normal
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	box-sizing: border-box;
}
body ,html{
	line-height: 1;
	min-height: 100%;
	background: #fff;
	font-size: 14px;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none;
	color: #434343;
	
}
.clear:after{
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
input{
	outline:0px;
	font-family: Microsoft YaHei,Arial;
	border: 0;
}
img{
	border: 0;
}
.page{
	background: #f9f9f9;	
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.re{
	position: relative;
}
.ab{
	position: absolute;
}


