body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, input, button, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
body {
	font-family: "微软雅黑", Calibri, Arial;
	font-size:14px;
	text-align:left;
	color:#000000;
}
a:link, a:visited {
	font-size:14px;
	text-decoration:none;
	color:#000000;
}
a:hover, a:active {
	color:#50B7DC;
	text-decoration:none;
}
em {
	font-style:normal;
}
li {
	list-style:none;
}
h1, h2, h3, h4, h5, h6 {
	font-size:14px;
}
input, button, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, button, textarea, select {
	*font-size:100%;
}
q:before, q:after {
	content:'';
}
.h{
    display:none;
}
.v{
    display:block;
}
.noBg{
    background: none;
}
.fl{
    float:left;
}
.fr{
    float:right;
}