@charset "gb2312";
/* CSS Document */
html8{
filter:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxmaWx0ZXIgaWQ9ImdyYXlzY2FsZSI+PGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAuMzMzMyAwLjMzMzMgMC4zMzMzIDAgMCAwLjMzMzMgMC4zMzMzIDAuMzMzMyAwIDAgMC4zMzMzIDAuMzMzMyAwLjMzMzMgMCAwIDAgMCAwIDEgMCIvPjwvZmlsdGVyPjwvc3ZnPg==#grayscale);-webkit-filter:grayscale(100%);filter:grayscale(100%);filter:gray
}

/* 页面基础样式 */
body 				{ font-size: 12px;	margin: 0px; padding: 0px; color: #444444; text-decoration: none; font-family: Arial, Helvetica, sans-serif;  }
a:link,a:visited,
a:hover,a:active 	{ text-decoration: none;color: #444444;}
form,menu,dir,fieldset,blockquote,p,pre,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6 { padding:0; margin:0; }
ul,ol,dl 			{ list-style:none; }
img					{ border: none;}
.fl 				{ float: left;}
.fr 				{ float: right;}
.t_red, .t_red a	{ color: #D50800;}
.t_red a:link,
.t_red a:visited,
.t_red a:hover,
.t_red a:active		{ color: #D50800;}
.t_blue, .t_blue a	{ color: #0033F0;}
.t_blue a:link,
.t_blue a:visited,
.t_blue a:hover,
.t_blue a:active 	{ color: #0033F0;}
.t_green, .t_blue a	{ color: #578137;}
.t_green a:link,
.t_green a:visited,
.t_green a:hover,
.t_green a:active 	{ color: #578137;}
.f_12				{ font-size: 12px;}
.f_13				{ font-size: 13px;}
.f_14				{ font-size: 14px;}
.black220 			{ height: 220px; clear: both;}
.black50 			{ height: 50px; clear: both;}
.black 				{ height: 10px; clear: both;}
.black20			{ height: 20px; clear: both;}
.black30			{ height: 30px; clear: both;}
.clear				{ clear: both;}
.mt30				{ margin-top:30px;}
.mt25				{ margin-top:25px;}
.mt20				{ margin-top:20px;}
.mt10				{ margin-top:10px;}
.mt6				{ margin-top:6px;}
.mt8				{ margin-top:8px;}


/* 顶部横条样式 */
.topbg 				{ background-image: url(../images/top_bg.jpg);height: 40px;width: 100%;background-repeat: repeat-x;}
.top 				{ height: 39px; width: 980px; margin: 0 auto;}
.top_nav 			{ height: 39px;	width: 450px;}
.top_nav li 		{ float: left; padding: 2px 6px 0 6px; font: 13px/37px "microsoft yahei";}
.top_nav a 			{ color: #696969;}
.top_logo 			{ padding: 2px 0 0 0 !important;}
.top_u_input 		{ height: 18px; width: 80px; border: 1px solid #CECECE; vertical-align: middle;}
.top_u_input2		{ height: 22px;	width: 84px;border: 1px solid #CECECE;margin-left: 5px;	color: #777777;	font-size: 12px;line-height: 21px;}
.top_b_login 		{ background-image: url(../images/top_login.gif); height: 23px; width: 54px; border-style: none;background-color: transparent; cursor:pointer;}
.top_u_i 			{ float: left;}
.top_u_login 		{ float: left;	width: 54px; padding-left: 5px;	height: 23px;}
.top_u_register 	{ height: 23px; width: 44px; padding-left: 5px;	float: left;}
.top_u_chongzhi 	{ height: 23px;	width: 54px; padding-left: 5px;	float: left;}
.top_form 			{ height: 32px; padding-top: 8px;	width: 518px; color: #A3A3A3;}
.top_loginok 		{ height: 32px;	padding-top: 8px; width: 455px;	color: #A3A3A3;}
.top_loginok2 		{ height: 24px; padding-top: 5px; width: 340px; color: #A3A3A3; text-align: right; float: left; padding-bottom: 0px;}
.top_nav_clickdown 	{ background: url(../images/top_doc.gif) no-repeat scroll right center transparent; cursor: pointer; display: inline-block; padding-right: 9px !important;}


/* 网站底部样式 */
.foot_bg 			{ background-color: #FFFFFF;}
.foot 				{ height: 100px; width: 980px; margin: 0 auto; clear: both; padding-top: 40px; background: url(../images/foot_bg.jpg) no-repeat center top; border-top: 1px solid #D1D1D1; line-height: 22px; font-size: 13px;}
.foot p 			{font-size: 12px; color: #9E9E9E;}
.foot_logo 			{ height: 45px; width: 320px; padding: 5px;}

/* 解决ie6下png透明问题 */
.imgpng img 		{
azimuth: expression(
this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "/images/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true);
}