body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
input,
p {
	margin: 0;
	padding: 0
}
img {
	border: 0
}
em,
i {
	font-style: normal;
	font-weight: normal
}
ul,
ol {
	list-style: none
}
h1,
h2,
h3,
h4,
h5 {
	font-size: 100%;
	font-weight: normal
}
body {
	font: 14px/1.8 "Microsoft YaHei", tahoma, '\5b8b\4f53', sans-serif;
	color: #333;
	background-color: #fff;
}
.clearfix {
	*zoom: 1
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0
}
.clearfix:after {
	clear: both
}
a {
	color: #333;
	text-decoration: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
}
a:hover {
	color: #3072cf;
	text-decoration: none;
}
/**
 ±³¾°É«#2168cc  ÎÄ×ÖhoverÉ«#3072cf  Ç¿µ÷É«#ff5f1e #ed4400
 **/

.footer {
	width: 1000px;
	margin: 20px auto 0;
	padding-bottom: 10px;
}
.footer .des {
	border-top: 2px solid #ddd;
	padding-top: 20px;
	text-align: center;
}
.footer .des a {
	margin: 0 10px;
}
.footer p {
	margin-top: 10px;
	text-align: center;
	color: #666;
	vertical-align: middle;
}
.footer p img {
	vertical-align: middle;
}
.totop {
	width: 100%;
	position: fixed;
	right: 0;
	bottom: 100px;
	display: none;
	z-index: 999;
}
.totop a {
	position: absolute;
	left: 50%;
	margin-left: 520px;
	width: 54px;
	height: 54px;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	background: url(../images/totop.png);
}


