@charset "utf-8";
/* 初始化 */
body, span, div, img, ul, ol, li, p, dl, dt, dd, input, form, h1, h2, h3, h4, h5, h6, * {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	transition:2s;
}

ul {
	list-style: none;
}
body {
	color: #888;
	font-size: 12px;
	line-height: 1.7em;
	font-family:"微软雅黑";
}
a {
	text-decoration:none;
	color:#000;
}
a:hover {
	text-decoration:none;
	color:#000;
}
input:focus {
	outline: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.abs {
	position: absolute;
}
.rel {
	position: relative;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden
}
.center{width:1200px; margin:0 auto;}
