﻿body {
	font-size: 12px;
	font-family: "微软雅黑", sans-serif;
	background-color:#fff;
}
html {
	position: relative;
	overflow-x: hidden;
}
*, p, h1, ul, li, input, img, figure, h3, h1, h2, dl, dd, dt {
	margin: 0;
	padding: 0;
}
ul, ol, li, dl, dt, dd {
	list-style: none;
}
a {
	text-decoration: none;
	outline: 0;
}
time, mark, output, meter, address, cite, em, code, var, dfn, ins, i, th, caption {
    font-style: normal;
    text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
input[type="text"], input[type="password"], input[type="submit"], input[type="reset"], input[type="button"], textarea {
	-webkit-appearance: none;
	border: none;
	outline: none;
}
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
	display: block;
}
body ::selection {
	color: #FFF;
	background-color: #256add;
	text-shadow: none;
}
body ::-moz-selection {
 color: #FFF;
 background-color: #256add;
 text-shadow: none;
}
.unified {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.clear {
	display:block;
	width:100%;
	clear: both;
}

.clearfix:after { content: ""; display: table; clear: both;}
img{
	display: block;
}
