﻿@charset "utf-8";
/* CSS Document */

body {
	width:100%;
	font-size: 12px;
	font-family: "宋体", Arial, Helvetica, sans-serif;
}
* {
	padding: 0;
	margin: 0;
}
a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
div, ul, ol, p, dl {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul, ol, dl {
}
li {
	list-style: none;
}
em, i {
	font-style: normal;
}
img {
	border: none;
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: fzltRegular, Arial, Helvetica, sans-serif;
}
select {
	font: 12px Arial, Helvetica, sans-serif;
	border: solid 1px #CCC;
}
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/*白色link*/
.white {
	color: #fff;
	text-decoration: none;
}
.white:link, .white:visited {
	color: #fff;
	text-decoration: none;
}
.white:hover {
	text-decoration: none;
	color: #fff;
}
