﻿﻿@charset "utf-8";
/* CSS Document */

body {
	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: underline;
	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: 12px 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;
}
a.white:link, a.white:visited {
	color: #fff;
	text-decoration: none;
}
a.white:hover {
	text-decoration: underline;
	color: #fff;
}/*蓝色link*/
.blue {
	color: #036093;
	text-decoration: none;
}
a.blue:link, a.blue:visited {
	color: #036093;
	text-decoration: none;
}
a.blue:hover {
	text-decoration: underline;
	color: #036093;
}
/*灰色link*/
.gray {
	color: #757575;
	text-decoration: none;
	cursor: pointer;
}
a.gray:link, a.gray:visited {
	color: #757575;
	text-decoration: none;
	cursor: pointer;
}
a.gray:hover {
	color: #757575;
	text-decoration: underline;
	cursor: pointer;
}