@charset "gb2312";

/*????*/
body {
	font-family:"Microsoft YaHei", SimSun;
	font-size:14px
}
.MSYH {
	font-family:"Microsoft YaHei"
}
.bold {
	font-weight:700
}

a:link, a:visited {
	text-decoration:none;
}
a:hover {
	color:#fff;
	text-decoration:none;
}
html {
	color:#000;
	background:#fff
}
article, aside, blockquote, body, button, code, dd, details, div, dl, dt, fieldset, figcaption, figure, img, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, input, legend, li, menu, nav, ol, p, pre, section, td, textarea, th, ul {
	margin:0;
	padding:0
}
article, aside, details, figcaption, figure, footer, header, hgroup, iframe, menu, nav, section {
	display:block;
}

ol, ul {
	list-style:none
}
caption, th {
	text-align:left
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:500
}
img{
	border:0;
	vertical-align:middle;
	display:block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}

