@charset "utf-8";
/* CSS Document */
body, p, blockquote,html {
	margin: 0;
	padding: 0;
	font-size:14px;
	font-family: "微软雅黑";
	background-color:#e7e7e7;
}
a img, iframe {
	border: none;
}
/* Headers
------------------------------*/

h1, h2, h3, h4, h5, h6, h7, h8{
	margin: 0;
	padding: 0;
}
/* Lists
------------------------------*/
	
ul, ol, dl, li, dt, dd {
	margin: 0;
	padding: 0;
	list-style:none;
}
/* Links
------------------------------*/
a:focus{
	outline:none;
     -moz-outline:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:none;
}
/* Forms
------------------------------*/

form, fieldset {
	margin: 0;
	padding: 0;
}
fieldset {
	border: 1px solid #000;
}
legend {
	padding: 0;
	color: #000;
}
input, textarea, select {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: inherit;
}
select {
	padding: 0;
}
.clear{
	clear:both;font-size:0 !important;line-height:0 !important;height:0 !important;margin:0 !important;padding:0 !important;
}
