
*{
	box-sizing: border-box;
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: 0;
}

ol,
ul,
li {
	list-style-type: none;
	text-align: justify;
	text-justify: inter-ideograph;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button,
input,
select,
textarea {
	font-size: 12px;
	font-family: inherit;
	margin: 0;
	outline: none;
	resize: none;
	border: none;
}

.cl:after,
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.cl,
.clearfix {
	zoom: 1;
}

html {
	verflow: -Scroll;
	overflow-x: hidden;
	zoom: 1;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}

body {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	font-family: Arial, 微软雅黑, 宋体, Helvetica, sans-serif;
}

a {
	color: #666;
	text-decoration: none;
	outline: none;
	blr: expression(this.onFocus=this.blur());
}

a:hover {
	text-decoration: none;
}

:focus {
	outline: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.header,
.wrap,
.grWidth {
	width: 1200px;
	margin: 0 auto;
}

.mt5 {
	margin-top: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.center {
	text-align: center;
}

.hide {
	overflow: hidden;
}
