
body,button,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,pre,td,textarea,th,ul,img {margin: 0;padding: 0;}
body,button,input,select,textarea,a {font: 14px/1.6em}
h1,h2,h3,h4,h5,h6 {font-size: 100%; font-weight: normal;}
ol,ul {list-style: none;}
a {text-decoration: none; color: #333;}
a:hover {text-decoration: none;}
img {border: 0;}
button,input,select,textarea {font-size: 100%; outline: none;}
textarea {resize: none;}
button {border-radius: 0;}
table {border-collapse: collapse;}
/* 清除浮动 */
.clearfix:after {content: ""; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {*zoom: 1;}

/* 版心设置 */
body {
	background: #f9faff;
	font-family: "Microsoft YaHei" !important;
	width: 100% !important;
}
.wrap {
	margin: 0 auto;
	width: 1400px;
}

/* 原子类 */
.l{float: left;}
.r{float: right;}