@charset "utf-8";
/* ==基础样式== */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, a {
	margin:0;
	padding:0;
	font:12px Arial, Helvetica, sans-serif;
	color:#333;
}
html {
	width:100%;
	text-align:center;
}

img {
	border:none;
}
a {
	text-decoration:none;
	cursor:pointer;
}
strong {
	font-weight:bold;
}
ul, ol, li, dt, dd {
	list-style:none;
}
em {
	font-style:normal;
}
.clear {
	clear:both;
	height:0;
	overflow:hidden;
}
.dis_in_b {
	display:inline-block;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
.mt10 {
	margin-top:10px;
}
.height-190 {
	height:185px;
}
.height-200 {
	height:200px;
}
.height-120 {
	height:120px;
}
.height-185 {
	height:120px;
}


/* ==底部== */
.footer {
	width:1003px;
	margin:0 auto;
	padding:20px 0;
}
.footer p, .footer p a {
	font:12px/24px Arial, Helvetica, sans-serif;
	color:#5f7185
}
.footer p a:hover {
	color:#f60;
}

