/* 全局 */
body {
	font-family:microsoft YaHei;
	font-size:12px;
	color:#4d4d4d;
	height:100%;
	background-color:#fff;
}
html,body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, blockquote {
	padding:0;
	margin:0;
}
select{
	margin:0;}
table {
	margin:0 auto;
}
table, td, tr, th,em {
	font-size:12px;
	font-weight:normal;
	font-style:normal;
}
ol, ul, li {
	list-style-type:none;
}
button {
	border:none;
	cursor:pointer;
	overflow:hidden;
}
img {
	vertical-align:top;
	border:0;
}
p {
	word-break:break-all;
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	font-size:12px;
	font-weight:normal;
}
focus {
	outline: 0;
}
/* 链接 */
a {
	text-decoration: none;
	color:#444;
}
a:link {
	color:#444;
	text-decoration:none;
}
a:active {
	color:#375719;
	text-decoration:underline;
}
a:visited {
	text-decoration:none;
}
a:hover {
	color:#cc3000;
	text-decoration:underline;
}
a:focus {
	outline:none;
}
/* 颜色 */
.cWhite, .cWhite:visited {
	color:#fff;
}
.cYellow, .cYellow:visited {
	color:#fff8c8;
}
.cDYellow, .cDYellow:visited,a.cDYellow, a.cDYellow:visited {
	color:#ff6600;
}
.cGreen, .cGreen:visited {
	color:#008833;
}
.cBrown, .cBrown:visited {
	color:#663333;
}
.cDBrown, .cDBrown:visited {
	color:#4f3a21;
}
.cLGray, .cLGray:visited, .cLGray a, .cLGray a:visited {
	color:#999;
}
.cGray, .cGray:visited, .cGray a, .cGray a:visited {
	color:#8d8d8d;
}
.cDGray, .cDGray:visited, .cDGray a, .cDGray a:visited {
	color:#666666;
}
.cBlack, .cBlack:visited, .cBlack a, .cBlack a:visited {
	color:#000;
}
a.cBlue, .cBlue, .cBlue:visited, .cBlue a, .cBlue a:visited {
	color:#0066cc;
}
.cRed, .cRed:visited, .cRed a, .cRed a:visited {
	color:Red;
}
.cDRed, .cDRed:visited, .cDRed a, .cDRed a:visited {
	color:#910000;
}
.cRed a:hover, a.cRed:hover, .cBlue a:hover, a.cBlue:hover, .cDRed a:hover, a.cDRed:hover, .cLGray a:hover, a.cLGray:hover, .cGray a:hover, a.cGray:hover, .cDGray a:hover, a.cDGray:hover, .cWhite a:hover, a.cWhite:hover, .cBlack a:hover, a.cBlack:hover, .cGreen a:hover, a.cGreen:hover, .cBrown a:hover, a.cBrown:hover, .cDBrown a:hover, a.cDBrown:hover, .cYellow a:hover, a.cYellow:hover, .cDYellow a:hover, a.cDYellow:hover {
	color:#ba2636;
}
/* 浮动 */
.left {
	float:left;
}
.right {
	float:right;
}
/* 文字大小 */
.fB {
	font-weight:bold;
}
.fI {
	font-style: italic;
}
.f12px {
	font-size:12px;
}
.f14px {
	font-size:14px;
}
/* CSS空白 */
.blank3 {
	clear:both;
	height:3px;
	overflow:hidden;
	display:block;
}
.blank5 {
	clear:both;
	height:5px;
	overflow:hidden;
	display:block;
}
.blank6 {
	clear:both;
	height:6px;
	overflow:hidden;
	display:block;
}
.blank8 {
	clear:both;
	height:8px;
	overflow:hidden;
	display:block;
}
.blank9 {
	clear:both;
	height:9px;
	overflow:hidden;
	display:block;
}
.blank15 {
	clear:both;
	height:15px;
	overflow:hidden;
	display:block;
}
.clear {
	clear:both;
	height:0;
	overflow:hidden;
	display:block;
}
.pointer {
	cursor:pointer;
}
.area {
	width:950px;
	margin:0 auto;
	text-align:left;
}
.aril{
	font-family:Arial, Helvetica, sans-serif;}
.p_relative{
	position:relative;}
.p_absolute{
	position:absolute;}
* html .clearfix {
	zoom: 1;
}
*+html .clearfix {
	zoom: 1;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}