﻿@charset "utf-8";

/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-weight: normal;
	font-style: normal
}

ol,
ul {
	list-style: none
}

caption,
th {
	text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 7100;
}

h1 {
	font-size: 18px
}

h2 {
	font-size: 16px
}

h3 {
	font-size: 14px
}

h4 {
	font-size: 14px
}

h5 {
	font-size: 12px
}

h6 {
	font-size: 12px
}

button,
select,
input {
	outline: 0 none;
}

q:before,
q:after {
	content: ''
}

abbr,
acronym {
	border: 0
}

hr {
	margin: 0;
	padding: 0;
	border: 0;
	color: #CDCDCD;
	background-color: #CDCDCD;
	height: 1px
}

blockquote {
	color: #666;
	font-style: italic;
}

sup,
sub {
	line-height: 0
}

abbr,
acronym {
	border-bottom: 1px dotted #666
}

pre {
	white-space: pre;
}

pre,
code,
tt {
	font: 12px 'andale mono', 'lucida console', monospace;
	line-height: 1.5
}


/*clear clearfix*/

.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.clear {
	clear: both;
}

#Return a {
	color: #FFAD00;
}

body {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: "Microsoft YaHei", Helvetica, Verdana, Arial, Tahoma, sans-serif;
	background-color: #fdfdfd;
}

input,
textarea {
	font-family: "Microsoft YaHei", Helvetica, Verdana, Arial, Tahoma, sans-serif;
}

em {
	font-style: normal;
}

ul,
ol,
li {
	list-style: none;
}

dl,
dt,
dd,
ul,
ol,
li,
img,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.footer {
	text-align: center;
	color: #bbb;
	padding-bottom:20px;
}

.footer p {
	margin-bottom: 3px;
}

.footer a {
	color: #666;
	margin: 0 4px;
}