@charset "utf-8";

/*v2.1.2*/

body {
	color: #333;
	font-family:"微软雅黑", \5FAE\8F6F\96C5\9ED1;
	font-size: 18px;
	min-width: 1000px;
	max-width: 1920px;
	margin:0 auto;
}

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
}

article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
	display: block;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #333;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
}
.centre{margin: 0 auto;}
*,
*:before,
*:after {
	box-sizing: content-box;
}


.fl {
	float: left;
}

.fr {
	float: right;
}

ul,
ol {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	word-wrap: break-word;
}

.ie7 input[type="checkbox"] {
	vertical-align: baseline;
}

.ie6 input {
	vertical-align: text-bottom;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td {
	font-weight: normal;
	vertical-align: middle;
}

strong {
	font-weight: bold;
}

sub,
sup {
	line-height: 0;
	position: relative;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

pre,
code,
kbd,
samp {
	font-family: monospace, sans-serif;
}

.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
}

button,
input[type=button] {
	width: auto;
	overflow: visible;
}

.ie7 img {
	-ms-interpolation-mode: bicubic;
}

.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

select,
input,
textarea,
button {
	padding: 0;
	margin: 0;
	outline: none;
	font-family: 'Arial', \5FAE\8F6F\96C5\9ED1;
	font-size: 14px;
}

.clear {
	clear: both;
}

input {
	border: 1px solid #e5e5e5;
	color: #a9a9a9;
}

input:focus {
	border-color: #ccc;
	color: #333;
}

select {
	border: 1px solid #e7e7e7;
	color: #a9a9a9;
}

select:focus {
	border-color: #ccc;
	color: #333;
}

textarea {
	resize: none;
	border: 1px solid #e7e7e7;
	color: #a9a9a9;
}

textarea:focus {
	border-color: #ccc;
	color: #333;
}