@charset "utf-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
button,
input {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

body,
button,
input,
{
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333;
	outline: none;
}

ul,
ol,
dl
{
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
}

.clearfix:after {
	content: '\0020';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	zoom: 1;
}

*+html .clearfix {
	zoom: 1;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

.fl {
	float: left
}

.fr {
	float: right;
}

.pa {
	position: absolute;
}

.pr {
	position: relative;
}

.dn {
	display: none;
}

.db {
	display: block;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.clear {
	clear: both;
}
input,
button,
select,
textarea {
	outline:medium
}

img{
	border: 0;
}
