@charset "utf-8";
/* CSS Document */

body, ul, ol, li, p, dl, dt, dd, input, form, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
ul {
	list-style: none;
}
body {
	color: #888;
	font-size: 12px;
	line-height: 1.7em;
}
a {
	text-decoration: none;
	color: #3cb4e4;
}
a:hover {
	text-decoration: underline;
}
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:1220px; margin:0 auto;}

