@charset "utf-8";
* {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img, div {margin: 0;padding: 0;}
body {color: #000;font: 9pt/1.5em "宋体", Arial, sans-serif;margin: 0 auto; background:#f6f6f6;}
img {
	border: medium none;
}

ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: block;
}
.hidden {
	display: none;
}
a { color:#000; text-decoration:none; }
a:hover { text-decoration:underline; color:#000  }

.font_red {
	color: #FF0000;
	font-size: 16px;
}
.font_purple {
	color: #993333;
	font-size: 16px;
}
.txtRed {
	color: #CC3300;
}
.txtBlue {
	color: #336699;
}
.txtGray {
	color: #999999;
}
.padding_r {
	padding-right: 0;
}

.floarL{ float:left; display:inline;}
.floatR{ float:right; display:inline;}
.texCebter{ text-align:center;}

.mR10{ margin-right:10px;}
.mB10{ margin-bottom:10px;}
.pB35{ padding-bottom:35px;}
.pL7{ padding-left:7px;}
.pL5{ padding-left:5px; padding-top:4px;}
.height530{ width:964px; height:530px; position:relative;}
.height526{ width:964px; height:526px; position:relative;}