@charset "gb2312";
/*
	描述：
	版本: 08v1.1 
	作者：
	创建日期：08/
	修改日期：08/11/12
	修改: Jerry Li
*/

/*=== reset Start ===*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;padding:0;vertical-align:baseline;}
body{font-family:"宋体",Arial;line-height:170%; font-size:12px;}
a{}
a:hover{}
a img{border:0;}
ul,li{list-style:none;padding:0;margin:0;}
/*=== reset End ===*/

/*=== Font Start ===*/
.b{font-weight:bold;}
/* 字大小 [定义规则：f加字像素值] */
.f12{font-size:12px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f18{font-size:18px;}
/* 字体位置 [定义规则：txt_加方位字母] */
.txt_c{text-align:center;}
.txt_l{text-align:left;}
.txt_r{text-align:right;}
/* 行距 [定义规则：l加行距像素值] */
.l18{line-height:18px;}
.l20{line-height:20px;}
.l22{line-height:22px;}
/* 字缩进 [定义规则：ti加缩进字数] */
.ti0{text-indent:0;}
.ti2{text-indent:2em;}
/*=== Font End ===*/

/*=== layout Start ===*/
#main{max-width:1260px;min-width:1000px;_width:expression((document.documentElement.clientWidth>1260||document.body.clientWidth>1260)?"1260px":"100%");margin:0 auto;}
/* foot */
#foot{text-align:center;}
#foot,#foot a{color:#000; text-decoration:none;}
#foot a:hover{}
/*=== layout End===*/
/*=====png in ie6 start=====*/
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(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 = "space.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)
);
}
/*=====png in ie6 end=====*/
html body .clear,
html body div.clear,
html body span.clear,
html body li.clear,
html body dd.clear{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;}