@charset "utf-8";
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:none;
}
body {
	font:12px/1.5 Arial, "宋体";
	color:#666;
	background:#1cafc0 url(../images/body.jpg) center 0  no-repeat;
}
em {
	font-style:normal;
}
ul, li {
	list-style-type:none;
}
img {
	border:0 none;
	vertical-align:middle;
}
a:focus {
	outline:none;
}
a {
	color:#b0b0b0;
	text-decoration:none;
}
a:link, a:visited {
	color:#b0b0b0;
}
a:hover {
	color:#b0b0b0;
	text-decoration:underline;
}
.clear {
	clear:both;
	height:0;
	overflow:hidden;
	line-height:0;
	font-size:0
}
.hr {
	background:#eee;
	height:1px;
	overflow:hidden;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.fs10 {
	font-size:10px
}
.fs11 {
	font-size:11px;
}
.fs12 {
	font-size:12px;
}
.fs14 {
	font-size:14px;
}
.fs18 {
	font-size:18px;
}
.fs24 {
	font-size:24px;
}
.m0 {
	margin:0;
}
.mr0 {
	margin-right:0;
}
.mt0 {
	margin-top:0;
}
.ml0 {
	margin-left:0;
}
.mb0 {
	margin-bottom:0;
}
.ml5 {
	margin-left:5px;
}
.mr5 {
	margin-right:5px;
}
.mr10 {
	margin-right:10px;
}
.mb10 {
	margin-bottom:10px;
}
.mt10 {
	margin-top:10px;
}
.mt5 {
	margin-top:5px;
}
.ml20 {
	margin-left:20px;
}
.pb5 {
	padding-bottom:5px;
}
.pb10 {
	padding-bottom:10px;
}
.pt3 {
	padding-top:3px;
}
.f999, .f999 a {
	color:#999
}
.f666 {
	color:#666;
}
.f333, .f333 a:link, .f333 a:visited {
	color:#333;
}
.f000 {
	color:#000;
}
.green, .green:link, .green:visited {
	color:#95c708;
}
.blue, .blue:link, .blue:visited {
	color:#4690cd
}
.red, .red:link, .red:visited {
	color:red
}
.nodisplay {
	display:none;
}
.display {
	display:block;
}
.point {
	color:#CCC;
	font-size:12px;
	font-family:"宋体";
	margin:0 3px;
}
.underline {
	text-decoration:underline;
}
.btn {
	cursor:pointer;
	text-align:center;
}
select {
	border:1px solid #dcdcdc;
	height:20px;
}
input {vertical-align:middle;}
textarea {
	border:1px solid #dcdcdc;
}
.input {
	color:#666;
	border:1px solid #dcdcdc;
	height:26px;
	line-height:26px;
	padding:0 4px;
}
.submit_blue_btn {
	cursor:pointer;
	color:#fff;
	padding:0 20px;
	font-size:14px;
	font-weight:bold;
	height:35px;
	line-height:35px;
	border-radius:3px;
	-webkit-border-radius:3px;
	background:-webkit-gradient(linear, left top, left bottom, from(#4d9ddf), to(#397db4));
	background:-webkit-linear-gradient(top, #4d9ddf, #397db4);
	background:-moz-linear-gradient(top, #4d9ddf, #397db4);
	background:-ms-linear-gradient(top, #4d9ddf, #397db4);
	background:-o-linear-gradient(top, #4d9ddf, #397db4);
	background:linear-gradient(to bottom, #4d9ddf, #397db4);
FILTER:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d9ddf, endColorstr=#397db4);
	border:1px solid #2476ba;
	_border:0;
*border:0;
}
.submit_blue_btn:hover {
	background:#50a1e4;
	background:-webkit-gradient(linear, left top, left bottom, from(#50a1e4), to(#4797d9));
	background:-webkit-linear-gradient(top, #50a1e4, #4797d9);
	background:-moz-linear-gradient(top, #50a1e4, #4797d9);
	background:-ms-linear-gradient(top, #50a1e4, #4797d9);
	background:-o-linear-gradient(top, #50a1e4, #4797d9);
	background:linear-gradient(to bottom, #50a1e4, #4797d9);
	border:1px solid #2e8bd8;
	color:#fff;
	text-decoration:none;
}
.submit_blue_btn:active {
	background:#397db4;
	background:-webkit-gradient(linear, left top, left bottom, from(#397db4), to(#4d9ddf));
	background:-webkit-linear-gradient(top, #397db4, #4d9ddf);
	background:-moz-linear-gradient(top, #397db4, #4d9ddf);
	background:-ms-linear-gradient(top, #397db4, #4d9ddf);
	background:-o-linear-gradient(top, #397db4, #4d9ddf);
	background:linear-gradient(to bottom, #397db4, #4d9ddf);
	border:1px solid #2e8bd8;
	color:#fff;
}
.green_btn, .blue_btn, .gray_btn {
	display:inline-block;
	font-size:12px;
	color:#fff;
	height:28px;
	line-height:28px;
	font-weight:bold;
	border-radius:3px;
	-webkit-border-radius:3px;
	padding:0 15px;
	cursor:pointer;
}
.green_btn:link, .green_btn:visited, .blue_btn:link, .blue_btn:visited {
	color:#fff;
}
.green_btn:hover, .blue_btn:hover {
	color:#fff;
	text-decoration:none;
}
.blue_btn {
	background:#4797d9
}
.blue_btn:hover {
	background:#52a8ef;
}
.blue_btn:active {
	background:#397db4;
}
.green_btn {
	background:#95c708;
}
.green_btn:hover {
	background:#a4db0a;
}
.gray_btn {
	color:#999;
	border:1px solid #dcdcdc;
	background:#f8f8f8;
	height:28px;
	line-height:28px;
}
a.gray_btn {
	height:26px;
	line-height:26px;
}
.gray_btn:hover {
	text-decoration:none;
	color:#999;
}
.gray_btn:link, .gray_btn:visited {
	color:#999;
}
.width220 {
	width:220px;
}
.width250 {
	width:250px;
}
.width500 {
	width:500px;
}
.width150 {
	width:150px;
}
.width100 {
	width:100px;
}
.width120 {
	width:120px;
}
.overall {
	width:1000px;
	margin:0 auto;
}
.left_col {
	width:740px;
	float:left;
}
.right_col {
	width:240px;
	float:right;
}
#top_nav {
	height:24px;
	line-height:24px;
	border-bottom:1px solid #dcdcdc;
	background:#f8f8f8
}
#top_nav a:hover {
	text-decoration:underline;
}
#top_nav .left li, #top_nav .right li {
	float:left;
	margin-right:5px;
	position:relative
}
#top_nav .menu {
	position:relative;
}
#top_nav .menu_hover {
	background:#fff;
}
#top_nav .menu .menu_hd {
	display:inline-block;
	padding:1px 16px 1px 9px;
	margin:1px 0;
	height:20px;
	line-height:20px;
	position:relative;
	z-index:12;
}
#top_nav .menu_hover .menu_hd {
	height:20px;
	margin:1px 0;
	line-height:20px;
	border:1px solid #dcdcdc;
	padding:0 15px 0 8px;
}
#top_nav .menu dl {
	display:none;
	position:absolute;
	background:#fff;
	top:20px;
	left:0;
	border:1px solid #dcdcdc;
	border-top:0 none;
	padding:10px;
	width:63px;
	z-index:999999;
}
#top_nav .menu dd {
	border-bottom:1px dashed #dcdcdc;
}
#top_nav .menu i {
	background:#000;
	border:4px solid #F8F8F8;
	border-top:4px #666 solid;
	cursor:pointer;
	display:block;
	font-size:0;
	height:0;
	width:0;
	line-height:0;
	position:absolute;
	right:5px;
	top:9px;
}
#top_nav .menu_hover i {
*border-width:5px;
	border-color:#FFF #FFF #666;
	top:5px;
*border-width:5px;
*top:1px;
	border-width:5px\0;
	top:1px\0
}



.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix{*zoom:1;}