@charset "utf-8";
/* CSS Document */
* {
	margin: 0 auto;
	padding: 0;
}
// body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
margin:0;
padding:0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
s, del {
	text-decoration: line-through;
}
em {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
body, input, button, textarea, a {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #373737;
	font-family:"微软雅黑";
}

a {
	text-decoration: none;
	outline: none;
}
a:hover {
	cursor: pointer;
}
.clear {
	float: none;
	clear: both;
}
.blue {
	color: #005ea7
}
.nobd{
	border:none;
	resize:none;
	outline:none;
}
/*****公共样式****** */
.fl {
	float: left;
}
.fr {
	float: right;
}
div:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
	visibility: hidden;
}
.fryh {
	font-family: "微软雅黑"
}
/********公共样式  end******** */
