body,p,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd {
    /*字体设置*/
	font-size: 14px;
	font-family: "Microsoft Yahei",sans-serif;
	list-style: none; /* 去掉列表的原点 */
	cursor: default; /* 默认鼠标 */
}
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/*可选*/
html,body {
	width: 100%;
	height: 100%;
}
/*行内块元素*/
input,img {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline-style: none;
	vertical-align: bottom;
}
/*行内元素*/
a,a:active,a:visited {
    /*下划线和颜色*/
	text-decoration: none;
	color: #ccc;
}
a:hover {
	color: #333;
}
textarea {
	border: none; /* 边框清零 */
	outline: none; /* 轮廓线清零 */
	resize: none; /* 防止文本域被随意拖拽 */
}

i {
	font-style: normal;  /*文字样式*/
}

table {
	border-collapse: collapse; /*边框合并*/
	border-spacing: 0;
}

/* 使用伪元素清除浮动 */
.clearfix::before,.clearfix::after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: none;
	clear: both;
}
.clearfix {
	*zoom: 1;
}

/* 版心*/
.w {
	width: 1883px;
	margin: 0 auto;
} 

