/*write by pf*/
/*----------------------------------------------body样式--------------------------------------------*/
BODY {/*body样式*/
	SCROLLBAR-FACE-COLOR: #307AAB; /*下拉条色*/
	SCROLLBAR-HIGHLIGHT-COLOR: #307AAB; /*底部背景色*/
	SCROLLBAR-SHADOW-COLOR: #ffffff;  /*底线色*/
	SCROLLBAR-ARROW-COLOR: #ffffff; /*上下两箭头色*/
	scrollbar-3d-light-color: #ffffff; 
	SCROLLBAR-BASE-COLOR: #ffffff;/*下拉条边线*/ 
	scrollbar-dark-shadow-color: #ffffff;
	margin-left: 0px;/*左边界*/
	margin-top: 0px;/*上边界*/
	margin-right: 0px;/*右边界*/
	margin-bottom: 0px;/*下边界*/
	font-family: "Verdana", "宋体";
	background-color: #ffffff;/*背景色*/
 /* 网页背景有背景的话，请去掉注释！！！去掉每行开头的注释就行了*/
  /*background-image: url(../images/maincl_05.jpg);/*背景图片位置*/
  /*background-repeat: repeat-x;/*背景图片重复样式
    参数取值范围： 
   ·no-repeat：不重复平铺背景图片 
   ·repeat-x：使图片只在水平方向上平铺 
   ·repeat-y：使图片只在垂直方向上平铺 */
 /*background-position: left top;/*背景定位用于控制背景图片在网页中显示的位置
   ·top：相对前景对象顶对齐 
   ·bottom：相对前景对象底对齐 
   ·left：相对前景对象左对齐 
   ·right：相对前景对象右对齐 
   ·center：相对前景对象中心对齐*/
 /*background-attachment:scroll;/* 背景图片固定控制背景图片是否随网页的滚动而滚动 
   参数取值范围： 
   ·fixed：网页滚动时，背景图片相对于浏览器的窗口而言，固定不动 
   ·scroll：网页滚动时，背景图片相对于浏览器的窗口而言，一起滚动*/
   /*cursor:crosshair;/*鼠标形状 
    style="cursor:hand" 手形 
    style="cursor:crosshair" 十字形 
    style="cursor:text" 文本形 
    style="cursor:wait" 沙漏形 
	style="cursor:move" 十字箭头形 
	style="cursor:help" 问号形 
	style="cursor:e-resize" 右箭头形 
	style="cursor:n-resize" 上箭头形 
	style="cursor:nw-resize" 左上箭头形 
	style="cursor:w-resize" 左箭头形 
	style="cursor:s-resize" 下箭头形 
	style="cursor:se-resize" 右下箭头形 
	style="cursor:sw-resize" 左下箭头形 */
}
/*----------------------------------------------输入框样式--------------------------------------------*/
.input {/*没有背景的输入框样式*/
	font-family:Verdana,宋体; 
	font-size: 12px; 
	line-height: 20px;
	border: 1px #000000 solid;/*边框样式为1PX 实线*/
	BACKGROUND-color: #cccccc;
	color:#000000;/*输入框里面的字体色*/
}
.ainput {/*默认输入框样式有背景图片*/
	font-family:Verdana,Tahoma,宋体; 
	font-size: 12px; 
	line-height: 20px;
	color:#000000;/*输入框里面的字体色*/
	border: 1px #000000 solid;/*边框大小·none：无边框。 ·dotted：边框为点线。·dashed：边框为长短线。 ·solid：边框为实线。 ·double：边框为双线。 ·groove：根据color属性显示不同效果的3D边框 ·ridge：根据color属性显示不同效果的3D边框 ·inset：根据color属性显示不同效果的3D边框 ·outset：根据color属性显示不同效果的3D边框 */
	BACKGROUND: url(../style/css/inputbg.gif)/*背景图片路径*/
}
.inputbg {/*默认输入框样式有背景图片*/
	font-family:Verdana,Tahoma,宋体; 
	font-size: 12px; 
	line-height: 20px;
	color:#000000;/*输入框里面的字体色*/
	border: 1px #000000 solid;/*边框大小·none：无边框。 ·dotted：边框为点线。·dashed：边框为长短线。 ·solid：边框为实线。 ·double：边框为双线。 ·groove：根据color属性显示不同效果的3D边框 ·ridge：根据color属性显示不同效果的3D边框 ·inset：根据color属性显示不同效果的3D边框 ·outset：根据color属性显示不同效果的3D边框 */
	BACKGROUND: url(../style/css/inputbg.gif)/*背景图片路径*/
}
.textarea {/*默认文本框样式（有背景）*/
	font-family:Verdana,Tahoma,宋体; 
	font-size: 12px; 
	border: 1px #000000 solid;
	BACKGROUND: url(../style/css/inputbg.gif)/*背景图片位置*/
	color:#000000;/*输入框里面的字体色*/
}
.textareaother {/*没有背景的文本框样式*/
	font-family:Verdana,Tahoma,宋体; 
	font-size: 12px; 
	border: 1px #000000 solid;
	BACKGROUND: none;
	background-color: #FFFFFF;/*背景色*/
	color:#000000;/*输入框里面的字体色*/
}
.botton {/*按钮样式（有背景）*/
	font-family:Verdana,Tahoma,宋体; 
	font-size: 12px; 
	line-height: 15px;
	border: 1px #000000 solid;
	/*·none：无边框。 ·dotted：边框为点线。·dashed：边框为长短线。 ·solid：边框为实线。 ·double：边框为双线。 ·groove：根据color属性显示不同效果的3D边框 ·ridge：根据color属性显示不同效果的3D边框 ·inset：根据color属性显示不同效果的3D边框 ·outset：根据color属性显示不同效果的3D边框 */
	BACKGROUND: url(../style/css/bbk.gif)
}
.bottonother {/*按钮样式（没有背景）*/
	font-family:Verdana,Tahoma,宋体; 
	font-size: 12px; 
	line-height: 15px;
	border: 1px #000000 solid;
}
/*---------------------------------------------表格样式---------------------------------------------*/
.tablebg {/*有表格背景*/
        background-image: url(../style/css/tablebg.gif);
        background-color: #E4E5E7;
        color: #000000;font-size: 12px;
        font-weight:normal;
        line-height: 21px;
}
.TABLEno {/*定义表格的边框大小现在为0PX*/
    FONT-SIZE: 12px;
	COLOR: #000000;
	FONT-FAMILY: "Verdana", "宋体";
	TEXT-DECORATION: none;
	line-height: 15pt;/*行高*/
	BORDER-RIGHT: 0px; 
	BORDER-TOP: 0px; 
	BORDER-LEFT: 0px; 
	BORDER-BOTTOM: 0px; 
	BORDER-COLLAPSE: collapse
}
 /*·none：无边框。 ·dotted：边框为点线。·dashed：边框为长短线。 ·solid：边框为实线。 ·double：边框为双线。 ·groove：根据color属性显示不同效果的3D边框 ·ridge：根据color属性显示不同效果的3D边框 ·inset：根据color属性显示不同效果的3D边框 ·outset：根据color属性显示不同效果的3D边框 */
.tabletop {/*定义表格的顶部边框大小现在为1PX实线*/
	BORDER-TOP: #000000 1px solid
}
.tabledown {/*定义表格的底部边框大小现在为1PX实线*/
	BORDER-BOTTOM: #cccccc 1px solid
}
.tableleft {/*定义表格的左部边框大小现在为1PX实线*/
	BORDER-LEFT: #6DCDE8 1px solid
}
.tableright {/*定义表格的右部边框大小现在为1PX实线*/
	BORDER-right: #000000 1px solid
}
.tableall {/*定义表格的边框大小现在为1PX实线*/
	BORDER: #A1A1A1 1px solid ;
	FONT-SIZE: 12px; 
	FONT-FAMILY: "Verdana", "宋体";
}
.tablesx {/*定义表格上下边框为1px*/
	BORDER-RIGHT: black 0px solid; 
	BORDER-TOP: #000000 1px solid; 
	BORDER-LEFT: black 0px solid; 
	BORDER-BOTTOM: #000000 1px solid;
	FONT-FAMILY: "Verdana", "宋体";
}
/*-----------------------------------------链接样式-------------------------------------------------*/
A:link {/*默认链接样式*/
	FONT-SIZE: 12px;
	color: #000000;
	text-decoration: none;/*none:默认值.无装饰 blink:闪烁 underline:下划线 line-through:贯穿线 overline:上划线 */
	font-weight:normal;/*字体样式粗休为bold*/
	line-height:normal; 
	FONT-FAMILY: "Verdana", "宋体";
}
A:visited {/*默认访问后链接样式*/
    FONT-SIZE: 12px;
	color: #000000;
	text-decoration: none;/*none:默认值.无装饰 blink:闪烁 underline:下划线 line-through:贯穿线 overline:上划线 */
	font-weight:normal;/*字体样式粗休为bold*/
	line-height:normal; /*行间距离(行间距离取值：*/
	FONT-FAMILY: "Verdana", "宋体";
}
A:hover {/*默认按下时链接样式*/
	color: #000000;
	FONT-SIZE: 12px;
	text-decoration: none;/*none:默认值.无装饰 blink:闪烁 underline:下划线 line-through:贯穿线 overline:上划线 */
	font-weight:normal;/*字体样式粗休为bold*/
	line-height:normal; /*行间距离(行间距离取值：*/
	FONT-FAMILY: "Verdana", "宋体";
}
/*………………………………………………………………………………………………………………………………*/
A.b1:link {/*b1链接样式*/
	FONT-SIZE: 12px;
	color: #333333;
	text-decoration: none;/*none:默认值.无装饰 blink:闪烁 underline:下划线 line-through:贯穿线 overline:上划线 */
	font-weight:bold;/*字体样式粗休为bold*/
	line-height:normal; /*行间距离(行间距离取值：*/
	FONT-FAMILY: "Verdana", "宋体";
}
A.b1:visited {
    FONT-SIZE: 12px;
	color: #333333;
	text-decoration: none;/*none:默认值.无装饰 blink:闪烁 underline:下划线 line-through:贯穿线 overline:上划线 */
	font-weight:bold;/*字体样式粗休为bold*/
	line-height:normal; /*行间距离(行间距离取值：*/
	FONT-FAMILY: "Verdana", "宋体";
}
A.b1:hover {
	color: #333333;
	FONT-SIZE: 12px;
	text-decoration: underline;/*none:默认值.无装饰 blink:闪烁 underline:下划线 line-through:贯穿线 overline:上划线 */
	font-weight:bold;/*字体样式粗休为bold*/
	line-height:normal; /*行间距离(行间距离取值：*/
	FONT-FAMILY: "Verdana", "宋体";
}
/*……………………………………………………………………………………………………………………*/
A.c1:link {/*c1链接样式*/
	FONT-SIZE: 12px;
	color: #696969;
	text-decoration: none;/*none:默认值.无装饰 blink:闪烁 underline:下划线 line-through:贯穿线 overline:上划线 */
	font-weight:normal;/*字体样式粗休为bold*/
	line-height:normal; /*行间距离(行间距离取值：*/
	FONT-FAMILY: "Verdana", "宋体";
    }
A.c1:visited {
    FONT-SIZE: 12px;
	color: #696969;
	text-decoration: none;/*none:默认值.无装饰 blink:闪烁 underline:下划线 line-through:贯穿线 overline:上划线 */
	font-weight:normal;/*字体样式粗休为bold*/
	line-height:normal; /*行间距离(行间距离取值：*/
	FONT-FAMILY: "Verdana", "宋体";
    }
A.c1:hover {
	color: #696969;
	FONT-SIZE: 12px;
	text-decoration: underline;/*none:默认值.无装饰 blink:闪烁 underline:下划线 line-through:贯穿线 overline:上划线 */
	font-weight:normal;/*字体样式粗休为bold*/
	line-height:normail; /*行间距离(行间距离取值：*/
	FONT-FAMILY: "Verdana", "宋体";

}
/*……………………………………………………………………………………………………………………*/
A.d1:link {/*d1链接样式*/
	FONT-SIZE: 12px;
	color: #376D79;
	text-decoration: none;/*none:默认值.无装饰 blink:闪烁 underline:下划线 line-through:贯穿线 overline:上划线 */
	font-weight:normal;/*字体样式粗休为bold*/
	line-height:normal; /*行间距离(行间距离取值：*/
	FONT-FAMILY: "Verdana", "宋体";
    }
A.d1:visited {
    FONT-SIZE: 12px;
	color: #376D79;
	text-decoration: none;/*none:默认值.无装饰 blink:闪烁 underline:下划线 line-through:贯穿线 overline:上划线 */
	font-weight:normal;/*字体样式粗休为bold*/
	line-height:normal; /*行间距离(行间距离取值：*/
	FONT-FAMILY: "Verdana", "宋体";
    }
A.d1:hover {
	color: #376D79;
	FONT-SIZE: 12px;
	text-decoration: none;/*none:默认值.无装饰 blink:闪烁 underline:下划线 line-through:贯穿线 overline:上划线 */
	font-weight:underline;/*字体样式粗休为bold*/
	line-height:normal; /*行间距离(行间距离取值：*/
	FONT-FAMILY: "Verdana", "宋体";

}

.webfx-tree-item a {

       color: #666666;
	   font-size:12px;
       text-decoration: none;

}


.webfx-tree-item a:hover {

       color: #666666;
       text-decoration: underline;

}

.webfx-tree-item a:visited {

         color: #666666;
       text-decoration: none;

}
/*-------------------------------------------背景样式-----------------------------------------------*/
.bg01 {/*设置区块的背景图片*/
	background-image: url(../images/mainth_17.jpg);
	background-repeat: no-repeat;/*背景图片重复样式参数取值范围： ·no-repeat：不重复平铺背景图片 ·repeat-x：使图片只在水平方向上平铺 ·repeat-y：使图片只在垂直方向上平铺 */
	background-position: left top;/*背景定位用于控制背景图片在网页中显示的位置·top：相对前景对象顶对齐·bottom：相对前景对象底对齐 ·left：相对前景对象左对齐 ·right：相对前景对象右对齐 ·center：相对前景对象中心对齐*/
      background-attachment:scroll;/* 背景图片固定控制背景图片是否随网页的滚动而滚动 参数取值范围： ·fixed：网页滚动时，背景图片相对于浏览器的窗口而言，固定不动 ·scroll：网页滚动时，背景图片相对于浏览器的窗口而言，一起滚动*/
       background-color: #ffffff;/*背景色*/
}
.bg02 {
	background-image: url(../images/maincl_12.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg03 {
	background-image: url(../images/bga.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/*-------------------------------------------字体样式-----------------------------------------------*/
td {/*字体样式*/
	FONT-SIZE: 12px;
	COLOR: #000000;
	FONT-FAMILY: "Verdana", "宋体";
	TEXT-DECORATION: none;
	line-height: 15pt;/*行高*/
}
.fontblack {/*黑色字体*/
	color:#000000;
	font-size: 12px;
	FONT-FAMILY: "Verdana", "宋体";
	font-weight:normal;/*字体样式粗休为bold*/
	letter-spacing:normail;/*单词间距（间隔距离的取值：points、em、pixes、in、cm、mm、pc、ex、normal等）*/
	line-height:20px; 
}
.fontred {/*红色字体*/
	color:#ff0000;
	font-size: 12px;
	line-height: 20px;
	FONT-FAMILY: "Verdana", "宋体"
}
.fontwhite {/*白色字体*/
	color:#ffffff;
	font-size: 12px;
	line-height: 20px;
	FONT-FAMILY: "Verdana", "宋体"
}
.fontblue {/*蓝色字体*/
	color:#0000ff;
	font-size: 12px;
	line-height: 20px;
	FONT-FAMILY: "Verdana", "宋体"
}
.fontother {/*自定字体*/
	color:#8DA46C;
	font-size: 12px;
	font-family: "Verdana", "宋体"
}
/*-------------------------------其它样式(一般不是很经常用到)-----------------------------------------*/
.shadow1 {/*阴影滤镜*/
       filter:DropShadow(color=ffffff ,OffX=1, OffY=1, Positive=1)
}
.shadow2 {
       filter:DropShadow(color=000000 ,OffX=1, OffY=1, Positive=1)
}
.guess {
	FONT-SIZE: 9pt; 
	FILTER: Glow(Color=#000000, Strength=1); 
	TEXT-DECORATION: none
}
/*-----------------------------------结束（@2005）-------------------------------------------*/