@charset "utf-8";

/*reset */

html, body, ol, ul, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, form, input, fieldset, legend, img, i, em, b, strong, textarea, select {
	margin: 0;
	padding: 0;
}

ul, li {
	list-style: none;
}

a {
	text-decoration: none;
}


img {
	border: none;
}


/*body默认样式*/

body {
	font-size: 15px;
	font-family: "微软雅黑";
	background: #fff;
	color: #333;
}

input {
	border: 0;
	outline: none;
}


/*清除浮动*/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


/*浮动方向*/

.fl {
	float: left;
}

.fr {
	float: right;
}

.w1000 {
	width: 1000px;
	margin: 0 auto;
}

/*头部*/
.top{
	height: 200px;
	width: 100%;
}
/*当前位置*/
.address{
	height: 40px;
	line-height: 40px;
}
/*主体*/
.main{
	height: auto;
	width: 100%;
	margin: 0 0 20px;
}

/*底部*/
.footer{
	width: 100%;
	height: 112px;
}
