@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, p, blockquote, dl, dt, dd, ul, ol, li, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
html, body {
	height: 100%;
	font-size: 12px;
	font-family: "微软雅黑", Arial, sans-serif;
	color: #353535;
	background: #fff;
}
a {
	color: #888888;
	text-decoration: none;
}
a:hover {
	color: #0081cc;
	text-decoration: none;
}
img {
	border: 0 none;
}
ol, ul, li {
	list-style: none;
}
div, ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
input[type="submit"], input[type="reset"] {
	cursor: pointer;
}
.clear {
	clear: both;
}

.ov {
	overflow: hidden;
}
.m1200 {
	min-width: 1200px;
}
table{ border-collapse:collapse } 
