/* 公共样式表 */
body
{
	font-size: 12px;
	font-family: "宋体";
	color: #333333;
	line-height: 20px;
	text-align: center;
	background-color: #02843A;
}

table,tr,td,input,select,div,ul,ol,li,dt,dd
{
	font-size: 12px;
	font-family: "宋体";
	line-height: 20px;
}

td
{
	word-break: break-all;
	word-wra[: break-word;
}

*
{
	margin: 0px;
	padding: 0px;
}

img
{
	border: 0px;
}

ol,ul,li
{
	list-style: none;
}

.clear
{
	clear: both;
}

/*字体大小开始*/
.font12{font-size: 12px;}
.font14{font-size: 14px;}
.font16{font-size: 16px;}
.font18{font-size: 18px;}
/*字体大小结束*/

/*字体颜色开始*/
.red{color: #f00;}
.yellow{COLOR: #ff0;}
/*字体颜色结束*/

/*主要的超连接开始*/
a
{
	color: #333;
	text-decoration: none;
}
a:hover
{
	color: #c00;
	text-decoration: underline;
}
/*主要的超连接开始*/

/*红色带下划线超连接样式开始*/
a.Red_A
{
	color: #ff0000;
	text-decoration: underline;
}
/*红色带下划线超连接样式结束*/

/* 按钮链接样式1开始 */
a.A_Button1
{
	float: left;
	display: block;
	width: 81px;
	height: 26px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	color: #1D385B;
	letter-spacing: 2px;
	background-image: url(../img/button1_1.gif);
	background-repeat: no-repeat;
	
}

a:hover.A_Button1
{
	text-decoration: none;
	color: #1D385B;
	background-image: url(../img/button1_2.gif);
	background-repeat: no-repeat;
}
/* 按钮链接样式1结束 */

/* 按钮链接样式2开始 */
a.A_Button_2
{
	float: right;
	display: block;
	/*width: 57px !important;*/
	width: 55px;
	height: 20px;
	background-image: url(../img/publish_bt_0.gif);
	background-repeat: no-repeat;
	color: #333333;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin-top: 3px;
	padding-top: 1px;
	padding-left: 24px;
	letter-spacing: 2px;
	margin-right: 3px;
}

a:hover.A_Button_2
{
	color: #ff6600;
	text-decoration: none;
	background-image: url(../img/publish_bt_1.gif);
	background-repeat: no-repeat;
}
/* 按钮链接样式2结束 */

/* 图片按钮样式1开始 */
input.Img_Button_1_On
{
	display: block;
	width: 81px;
	height: 26px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	color: #1D385B;
	letter-spacing: 2px;
	background-image: url(../img/button1_on.gif);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}

input.Img_Button_1_Off
{
	display: block;
	width: 81px;
	height: 26px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	color: #1D385B;
	letter-spacing: 2px;
	background-image: url(../img/button1_off.gif);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}
/* 图片按钮样式1结束 */

/* 图片按钮样式2开始 */
input.Img_Button_2_On
{
	width: 76px;
	height: 23px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	color: #ffffff;
	background-image: url(../img/button2_on.jpg);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}

input.Img_Button_2_Off
{
	width: 76px;
	height: 23px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	color: #ffffff;
	background-image: url(../img/button2_off.jpg);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}
/* 图片按钮样式2结束 */

/* 图片按钮样式3开始 */
input.Img_Button_3_On
{
	width: 76px;
	height: 20px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	color: #986D09;
	background-image:url(../img/button3_on.jpg);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}
/* 图片按钮样式4开始 */
input.Img_Button_b_On
{
	width: 143px;
	height: 20px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	color: #986D09;
	background-image: url(../img/buttonb_on.jpg);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}

input.Img_Button_3_Off
{
	width: 76px;
	height: 20px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	color: #0f6000;
	background-image: url(../img/button3_off.jpg);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}
/* 图片按钮样式3结束 */

/* 搜索按钮样式开始 */
input.Img_Button_4_On
{
	display: block;
	width: 76px;
	height: 23px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	color: #1D385B;
	background-image: url(../img/button4_on.jpg);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}

input.Img_Button_4_Off
{
	display: block;
	width: 76px;
	height: 23px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	color: #1D385B;
	background-image: url(../img/button4_off.jpg);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}
/* 搜索按钮样式结束 */

/* 文本框选择标签样式开始 */
input.Selector
{
	background-color: #EBF6FE;
 	background-image: url(../img/selector.gif);
	background-repeat: no-repeat;
	background-position: right 1px;
	cursor: pointer;
}
/* 文本框选择标签样式结束 */

.MyInput input,input.MyInput
{
	border: 1px solid #9EDEC0;
	height: 21px;
	padding-left: 2px;
	padding-top: 2px;
}

.MyInput textarea
{
	border: 1px solid #9EDEC0;
}

.Border
{
	border: 1px solid #9EDEC0;	
}

.Yellow
{
	color: #FF9900;
}

.clolor999999
{
	color: #999999;
}

.Onfocus_Css
{
	border: 1px solid #416000;
	color: #416000;
	padding-left: 4px;
}

.Onblur_Css
{
	color: #999999;
	/*color: #0000ff;*/
}

.Erro_Css
{
	border: 1px solid #F77B00;
	padding-left: 4px;
	color: #f00;
}

.Hide
{
	display: none;
}

/*Ajax调用Loading样式开始*/
.Ajax_Loading
{
	float: left;
	width: 100%;
	text-align: center;
	padding: 42px 0 20px 0;
	background-position: 50% 10px;
	background-image: url(../img/Ajax_loading.gif);
	background-repeat: no-repeat;
}
/*Ajax调用Loading样式结束*/

/*------------------------------------------------------页面布局样式开始-----------------------------------------------------*/

/*页头样式开始*/
#Head_Contain
{
	margin: 0 auto;
	width: 980px;
	background-color: #ffffff;
}

#Head
{
	float: left;
	width: 980px;
	background-color: #ffffff;
}

#Head ul
{
	float: left;
	width: 980px;
}

#Head .Top_Url
{
	float: left;
	width: 980px;
	height: 24px;
	line-height: 24px;
	text-align: right;
	color: #007833;
	background-image: url(../img/top_line_1.gif);
	background-repeat: no-repeat;
}

#Head .Top_Url a
{
	color: #007833;
}

#Head .Head_Menu
{
	float: left;
	height: 105px;
}

#Head .Head_Menu li
{
	float: left;
	height: 105px;
}

#Head .Head_Menu li.LI_0
{
	float: left;
	width: 265px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
}

#Head .Head_Menu li.LI_1
{
	float: left;
	width: 124px;
	background-image: url(../img/glsy.jpg);
	background-repeat: no-repeat;
}

#Head .Head_Menu li.LI_2
{
	float: left;
	width: 106px;
	background-image: url(../img/go_back.gif);
	background-repeat: no-repeat;
}

#Head .Head_Menu li.LI_3
{
	float: left;
	width: 106px;
	background-image: url(../img/go_forward.gif);
	background-repeat: no-repeat;
}

#Head .Head_Menu li.LI_4
{
	float: left;
	width: 120px;
	background-image: url(../img/exit.gif);
	background-repeat: no-repeat;
}

#Head .Head_Menu li.LI_5
{
	float: left;
	width: 259px;
	background-image: url(../img/head_right.gif);
	background-repeat: no-repeat;
}

#Head .Head_Menu li.LI_1 a, li.LI_2 a, li.LI_3 a, li.LI_4 a
{
	display: block;
	margin-top: 56px;
	padding-left: 43px;
	color: #005435;
	/*color: #ffffff;*/
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

#Head .Head_Menu li.LI_1 a:hover, li.LI_2 a:hover, li.LI_3 a:hover, li.LI_4 a:hover
{
	color: #970000;
	text-decoration: underline;
}

#Head .Line
{
	float: left;
	width: 980px;
	height: 8px;
	background-image: url(../img/head_line_1.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

#Head .Blank_H4
{
	float: left;
	width: 980px;
	height: 4px;
	overflow: hidden;
}

#Head .Blank_H8
{
	float: left;
	width: 980px;
	height: 8px;
	overflow: hidden;
}
/*页头样式结束*/

/*主框架区(左导航＋主内容区)样式开始*/
#Main_Contain
{
	margin: 0 auto;
	width: 980px;
	background-color: #FFFFFF;
}

#Main_Contain_
{
	float: left;
	width: 980px;
	background-color: #FFFFFF;
}

#Main_Body
{
	margin: 0 auto;
	width: 972px;
	background-color: #FFFFFF;
}

/*左菜单容器*/
#Left_Menu_Contain
{
	float: left;
	width: 180px;
	text-align: center;
	background-color: #FFFFFF;
}

/*主内容容器*/
#Main_Content_Contain
{
	float: left;
	width: 790px;
}

#Main_Content_Contain_Top
{
	float: left;
	width: 790px;
	height: 4px;
	background-image: url(../img/main_contain_top_pic.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}

#Main_Content_Contain_Middle
{
	float: left;
	width: 790px;
	text-align: center;
	background-image: url(../img/main_contain_bg.gif);
	background-repeat: repeat-y;
}

#Main_Content_Contain_Bottom
{
	float: left;
	width: 790px;
	height: 4px;
	background-image: url(../img/main_contain_bottom_pic.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}

#Main_Content
{
	margin: 0 auto;
	width: 760px;
	height: 1300px;
	background-color: #FFFFFF;
}
/*主框架区(左导航＋主内容区)样式结束*/

/*------------------------------------------------------页面布局样式结束-----------------------------------------------------*/



/*------------------------------------------------------左菜单样式开始-------------------------------------------------------*/

#Left_Menu_Contain ul,li
{
	/*float: left;
	width: 180px;*/
}

#Left_Menu_Contain .Menu_Title
{
	height: 30px;
	background-image: url(../img/left_menu_title.gif);
	background-repeat: no-repeat;
}

#Left_Menu_Contain .Menu_SY
{
	height: 30px;
	line-height: 30px;
	background-image: url(../img/menu_sy.gif);
	background-repeat: no-repeat;
}

#Left_Menu_Contain .Menu_On
{
	height: 30px;
	line-height: 30px;
	background-image: url(../img/menu_block.gif);
	background-repeat: no-repeat;
}

#Left_Menu_Contain .Menu_Off
{
	height: 30px;
	line-height: 30px;
	background-image: url(../img/menu_none.gif);
	background-repeat: no-repeat;
}

#Left_Menu_Contain .Menu_Off_1
{
	height: 30px;
	line-height: 30px;
	background-image: url(../img/menu_off_1.gif);
	background-repeat: no-repeat;
}

#Left_Menu_Contain .Menu_SY a, .Menu_On a, .Menu_Off a, .Menu_Off_1 a
{
	width: 180px;
	font-size: 15px;
	font-weight: bold;
	color: #022A1A;
}

#Left_Menu_Contain .Menu_SY a:hover, .Menu_On a:hover, .Menu_Off a:hover, .Menu_Off_1 a:hover
{
	color: #022A1A;
	/*color: #ff0000;*/
	text-decoration: none;
}

#Left_Menu_Contain .Sub_Menu a
{
	display: block;
	height: 26px;
	line-height: 26px;
	font-size: 15px;
	background-image: url(../img/sub_menu_off.gif);
	background-repeat: no-repeat;
}

#Left_Menu_Contain .Sub_Menu a:hover
{
	display: block;
	height: 26px;
	line-height: 26px;
	font-size: 15px;
	color: #ff0000;
	text-decoration: none;
	background-image: url(../img/sub_menu_on.gif);
	background-repeat: no-repeat;
}

#Left_Menu_Contain .Sub_Menu_On a
{
	display: block;
	height: 26px;
	line-height: 26px;
	font-size: 15px;
	color: #ff0000;
	background-image: url(../img/sub_menu_on.gif);
	background-repeat: no-repeat;
}

#Left_Menu_Contain a.SWZXSY
{
	display: block;
	background-image: url(../img/title_swzxsy.gif);
	background-repeat: no-repeat;
	background-position: 20px 5px;	
}

#Left_Menu_Contain a.HYZLGL
{
	display: block;
	background-image: url(../img/title_hyzlgl.gif);
	background-repeat: no-repeat;
	background-position: 20px 7px;	
}

#Left_Menu_Contain a.QYXXGL
{
	display: block;
	background-image: url(../img/title_qyxxgl.gif);
	background-repeat: no-repeat;
	background-position: 20px 4px;	
}

#Left_Menu_Contain a.ZSXXGL
{
	display: block;
	background-image: url(../img/title_zsxxgl.gif);
	background-repeat: no-repeat;
	background-position: 20px 5px;	
}

#Left_Menu_Contain a.ZBXXGL 
{
	display: block;
	background-image: url(../img/title_zbxxgl.gif);
	background-repeat: no-repeat;
	background-position: 20px 5px;	
}

#Left_Menu_Contain a.DLXQGL 
{
	display: block;
	background-image: url(../img/title_dlxqgl.gif);
	background-repeat: no-repeat;
	background-position: 20px 5px;	
}

#Left_Menu_Contain a.ZPXXGL 
{
	display: block;
	background-image: url(../img/title_zpxxgl.gif);
	background-repeat: no-repeat;
	background-position: 20px 5px;	
}

#Left_Menu_Contain a.QZJLGL 
{
	display: block;
	background-image: url(../img/title_qzjlgl.gif);
	background-repeat: no-repeat;
	background-position: 20px 5px;	
}

#Left_Menu_Contain a.YPXXGL 
{
	display: block;
	background-image: url(../img/title_ypxxgl.gif);
	background-repeat: no-repeat;
	background-position: 20px 4px;	
}

#Left_Menu_Contain a.WDFFGL 
{
	display: block;
	background-image: url(../img/title_wdffgl.gif);
	background-repeat: no-repeat;
	background-position: 20px center;	
}

#Left_Menu_Contain a.TCSWZX 
{
	display: block;
	background-image: url(../img/title_tcswzx.gif);
	background-repeat: no-repeat;
	background-position: 20px 5px;	
}

#Left_Menu_Contain .button
{
	width: 60px;
	height: 20px;
	background-color: #034F5D;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #01ADAF;
	border-left-color: #01ADAF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000201;
	border-bottom-color: #000201;
	color: #FFFFFF;
	cursor: pointer;
}
/*------------------------------------------------------左菜单样式结束-------------------------------------------------------*/



/*------------------------------------------------------右框假样式开始-------------------------------------------------------*/
#Site_News
{
	float: left;
	width: 738px !important;
	width: 760px;
	height: 26px;
	line-height: 27px;
	text-align: left;
	color: #ff0000;
	border: 1px solid #9EDEC0;
	padding: 0 0 0 20;
	margin: 5px 0 10px 0;
	background-image: url(../img/laba.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
}

#Site_News a
{
	/*color: #12A269;*/
	color: #ff0000;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}

#Site_News a:hover
{
	color: #ff0000;
	text-decoration: underline;
}

#Position
{
	float: left;
	width: 725px !important;
	width: 760px;
	height: 24px !important;
	height: 30px;
	text-align: left;
	padding-left: 33px;
	padding-top: 6px;
	background-image: url(../img/Position.gif);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	border: 1px solid #9EDEC0;
}

#HR
{
	width: 760px;
	text-align: left;
}

#HR hr
{
	width: 100%;
	size: 2px;
	color: #ff9900;
}

/*主框架菜单样式开始*/
#topMenu
{
	float: left;
	width: 746px !important;
	width: 760px;
	height: 26px;
	padding: 0 0 0 14 !important;
	padding: 0 0 0 7;
}

#topMenu ul
{
	float: left;
	width: 746px;
	height: 26px;
}

#topMenu li
{
	float: left;
	height: 26px;
	margin-right: 6px;
}

#topMenu a
{
	display: block;
	width: 100px;
	height: 22px !important;
	height: 26px;
	color: #08AD6C;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	padding-top: 4px;
	background-image: url(../img/content_menu_off_100_26.gif);
	background-repeat: no-repeat;
}

#topMenu a:hover,#topMenu .button_on
{
	color: #B7A400;
	background-image: url(../img/content_menu_on_100_26.gif);
	background-repeat: no-repeat;
}
/*主框架菜单样式结束*/

#System_Placard
{
	width: 760px;
	text-align: left;
}

#Submit_Tip
{
	display: none;
	position: absolute;
	top: 300px;
	left: 150px;
	width: 300px;
	border: 1px solid #FF5F11;
	color: #008760;
	font-size: 16px;
	font-weight:bolder;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 150px;
	padding: 10 5 5 18;
	background-color: #FFF9F7;
}

#Erro_Show
{
	display: none;
	border: 1px solid #FF5F11;
	color: #ff0000;
	font-weight:bolder;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 50px;
	padding: 10 5 5 18;
	background-color: #FFF9F7;
}

#Action_OK
{
	display: none;
	border: 1px solid #FF5F11;
	color: #008760;
	font-size: 16px;
	font-weight:bolder;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 50px;
	padding: 10 5 5 18;
	background-color: #FFF9F7;
}

#Friend_Hint
{
	float: left;
	width: 732px !important;
	width: 760px;
	text-align: left;
	margin-top: 5px;
	padding: 6 6 6 20;
}

#Friend_Hint a
{
	color: #FF0000;
	text-decoration: underline;
}

#Friend_Hint_Content li
{
	height: 22px;
	line-height: 22px;
	margin-top: 2px;
}

#Dash_Border_Div
{
	width: 738px !important;
	width: 760px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	padding-left: 20px;
	margin-top: 5px;
	/*border: 1px dashed #9EDEC0;*/
	border: 1px solid #9EDEC0;
}

#Content
{
	float: left;
	width: 718px !important;
	width: 760px;
	text-align: center;
	margin-top: 5px;
	padding: 5px 20px 5px 20px;
}

#Content .Img_Border
{
	border: 1px solid #222222;	
}

#Content a
{
	text-decoration: underline;
}

#Content a:hover
{
	text-decoration: underline;
}

#ListContent
{
	width: 760px;
	height: auto;
	text-align: left;
	margin-top: 5px;
}

#ListContent td
{
	overflow: hidden;
	/*text-overflow: ellipsis;*/
	white-space: nowrap;
}

#ListContent a
{
	text-decoration: underline;
}

#ListContent a:hover
{
	text-decoration: underline;
}

.List_Table
{
	/*background-color: #B0A89B;*/
	background-color: #9EDEC0;
}

.List_Table td
{
	background-color: #ffffff;
}

.tablehead td
{
	height: 24px;
	text-align: center;
	font-weight: bold;
	/*background-color: #D4D0C8;*/
	background-color: #E2F5EC;
}

.button
{
	border-left: 1px solid rgb(240,240,240);
	border-right: 1px solid rgb(0.0,255);
	border-top: 1px solid rgb(240,240,240);
	border-bottom:1px solid rgb(0.0,255);
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	color: #404040;
	background: #D4D0C8;
	font-weight: normal;
	border-color: #FFFFFF #333333 #333333 #FFFFFF;
	height:20;
	cursor: pointer;
}

#Search
{
	width: 757px !important;
	width: 760px;
	height: 30px;
	margin-top: 5px;
	border: 1px #9EDEC0 solid;
	background-color: #ffffff;
	/*border: 1px #B0A89B solid;
	background-color: #ffffff;*/
	padding: 1px 0 0 1px;
}

#Search ul
{
	float: left;
	width: 757px;
	height: 30px;
	text-align: left;
	/*background-color: #D4D0C8;*/
	background-color: #E2F5EC;
}

.text_w_12 {
	FONT-SIZE: 12px; COLOR: #fff; LINE-HEIGHT: 22px; PADDING-TOP: 2px; TEXT-DECORATION: none
}

#Welcome
{
	width: 708px !important;
	width: 760px;
	height: 44px;
	line-height: 22px;
	text-align: left;
	margin-top: 5px;
	padding: 0px 0px 0px 50px;
	background-image: url(../img/welcome.gif);
	background-repeat: no-repeat;
	background-position: 10px 2px;
}

#My_Desk
{
	width: 760px;
	margin-top: 10px;
}

#Service_Area
{
	width: 760px;
	margin-top: 10px;
}

#Money_Description
{
	width: 760px;
	margin-top: 10px;
	display: none;
}

#Money_Description_Title
{
	font-size: 12px;
	color: #666666;
}

#Money_Description_Content
{
	padding: 10px;
}

#Hidden_Money_Description
{
	display: none;
}

.Desk_Top
{
	width: 750px !important;
	width: 760px;
	height: 20px !important;
	height: 22px;
	background-image: url(../img/desk_top.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding: 2 0 0 10;
	font-size: 14px;
	font-weight: bold;
}

.Desk_Content
{
	width: 738px !important;
	width: 760px;
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #8ABAFF;
	border-bottom-color: #8ABAFF;
	border-left-color: #8ABAFF;
}

.Desk_Title_TD
{
	padding-left: 10px;
	font-weight: bold;
}

.Desk_Title_TD a
{
	float: left;
	display: block;
	height: 20px;
	color: #000000;
	text-decoration: underline;
	margin-top: 2px;
}

.Desk_Title_TD a.Button_A
{
	float: right;
	display: block;
	/*width: 57px !important;*/
	width: 55px;
	height: 20px;
	background-image: url(../img/publish_bt_0.gif);
	background-repeat: no-repeat;
	color: #333333;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin-top: 3px;
	padding-top: 1px;
	padding-left: 24px;
	letter-spacing: 2px;
	margin-right: 3px;
}

.Desk_Title_TD a:hover.Button_A
{
	color: #ff6600;
	text-decoration: none;
	background-image: url(../img/publish_bt_1.gif);
	background-repeat: no-repeat;
}

.Desk_Content_TD
{
	line-height: 23px;
	padding-left: 10px;
}

.Desk_Content_TD a
{
	color: #ff0000;
	text-decoration: underline;
}

.Desk_Content .New_Flag
{
	background-image: url(../img/new_flag.gif);
	background-repeat: no-repeat;
	background-position: 68px 2px;	
}

.Desk_Content ul
{
	width: 580px;
	float: left;
	height: 40px;
	text-align: left;
	padding: 10 0 0 0;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.bold
{
	font-weight: bold;
}

.Module_Line
{
	background-color: #017D93;
}

.Xuxian_Border
{
	border: 1px dashed #9EDEC0;	
	padding: 5px;
}

div.Space10
{
	height: 10px;
	line-height: normal;
	clear: both;
	overflow: hidden;
}
/*------------------------------------------------------右框假样式结束-------------------------------------------------------*/


/*-------------------------------------------------------公共页脚样式开始----------------------------------------------------*/
#Foot
{
	margin: 0 auto;
	width: 980px;
	background-color: #FFFFFF;
}

#Foot ul
{
	float: left;
	width: 980px;
	line-height: 30px;
	border-top: solid 1px #cccccc;
	margin-top: 5px;
	background-color: #FFFFFF;
}

#Foot a
{
	text-decoration: underline;
}
/*-------------------------------------------------------公共页脚样式结束----------------------------------------------------*/

/*------------------------------------------------------会员登陆样式开始-----------------------------------------------------*/

#Member_Login input
{
	border: 1px solid #B0A89B;
	height: 20px;
}

#Member_Login .button
{
	width: 60px;
	height: 20px;
	background-color: #034F5D;	
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #01ADAF;
	border-left-color: #01ADAF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000201;
	border-bottom-color: #000201;
	color: #FFFFFF;
	cursor: pointer;
}

#Member_Login a
{
	color: #ff0000;
	text-decoration: underline;
}

/*-------------------------------------------------------会员登陆样式结束---------------------------------------------------*/


/*-------------------------------------------------------产品类别选择样式开始------------------------------------------------*/
.PSort_Title
{
	float: left;
	width: 760px;
	height: 30px;
	background-image: url(../img/flzs_title_bg.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
}

.PSort_Title ul
{
	float: left;
	width: 116px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../img/flzs_button_off_125_30.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

.PSort_Title .UL_Button_On
{
	background-image: url(../img/flzs_button_on_125_30.gif);
	background-repeat: no-repeat;
	color: #ff6600;
	cursor: pointer;
}

.PSort_Title .UL_Button_Off
{
	background-image: url(../img/flzs_button_off_125_30.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

.PSort_Title span.BlankW12
{
	float: left;
	display: block;
	height: 30px;
	width: 12px;
	background: none;
}

.PSort_Content
{
	float: left;
	width: 738px !important;
	width: 760px;
	text-align: left;
	border: solid 1px #43B5B5;
	border-top: none;
	padding: 10px;
}

.PSort_Content ul
{
	float: left;
	width: 736px;
}

.PSort_1
{
	height: 26px;
	line-height: 26px;
	font-weight: bold;
}

.PSort_2
{
	padding-left: 18px;
}

.PSort_2 li
{
	float: left;
	width: 100px;
	height: 26px;
	line-height: 26px;
	text-align: left;
	overflow: hidden;
	/*text-overflow: ellipsis;*/
	white-space: nowrap;
}

.PSort_Submit
{
	float: left;
	width: 760px;
	text-align: center;
	margin: 20px 0!important;
	margin: 0 0 10px 0;
}

.PSort_Submit input
{
	margin-left: 339px !important;
	margin: 0;
}

.FBBZ_Title
{
	float: left;
	width: 760px;
	text-align: left;
	font-weight: bold;
	margin-top: 15px;
}

.Table_Button input
{
	display: block;
	width: 81px;
	height: 26px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	color: #1D385B;
	letter-spacing: 2px;
	border: none;
	cursor: pointer;
}
/*-------------------------------------------------------产品类别选择样式开始------------------------------------------------*/


/*-------------------------------------------------------浮动层标签选择器样式开始--------------------------------------------*/
#SSBQ_Selector
{
	float: left;
	display: none;
	width: 610px;
	height: 246px;
	background-color: #EEFFFF;
	border: 1px solid #85D6AF;
	padding-left: 1px;
}

#SSBQ_Selector .Title
{
	float: left;
	width: 609px;
	height: 24px;
	background-color: #85D6AF;
	margin-top: 1px;
}

#SSBQ_Selector .Title ul
{
	float: left;
	width: 608px;
	height: 20px;
	line-height: 20px;
	margin-top: 4px;
}

#SSBQ_Selector ul.Title_1
{
	float: left;
	width: 116px;
	font-weight: bold;
	text-align: right;
	background-image: url(../img/float_div_title_img.gif);
	background-repeat: no-repeat;
	background-position: 4px 0px;
}

#SSBQ_Selector ul.Title_2
{
	float: left;
	width: 150px;
	text-align: left;
}

#SSBQ_Selector ul.Title_3
{
	float: left;
	width: 340px;
	text-align: right;
}

#SSBQ_Selector .Content
{
	float: left;
	width: 610px;
}

#SSBQ_Selector .Content ul
{
	float: left;
	width: 76px;
	height: 26px;
	line-height: 26px;
	text-align: left;
	overflow: hidden;
	/*text-overflow: ellipsis;*/
	white-space: nowrap;
}

#SSBQ_Selector ul.ZDY_Lable
{
	float: left;
	width: 600px;
	color: #ff0000;
	margin-left: 2px;
}

#SSBQ_Selector ul.ZDY_Lable input
{
	height: 20px;
	line-height: 20px;
}

#SSBQ_Selector ul.ZDY_Lable li
{
	float: left;
}

#SSBQ_Selector ul.ZDY_Lable .Li_1
{
	width: 190px;
}

#SSBQ_Selector ul.ZDY_Lable .Li_2
{
	width: 185px;
}

#SSBQ_Selector ul.ZDY_Lable .Li_3
{
	width: 40px;
}

#SSBQ_Selector ul.ZDY_Lable .Li_4
{
	width: 170px;
}
/*-------------------------------------------------------浮动层标签选择器样式结束--------------------------------------------*/


/*-------------------------------------------------------广告词设置浮动层样式开始--------------------------------------------*/
#GGC_FloatDiv
{
	float: left;
	display: none;
	width: 400px;
	background-color: #EEFFFF;
	border: 1px solid #85D6AF;
	padding-left: 1px;
}

#GGC_FloatDiv .Title
{
	float: left;
	width: 396px;
	height: 24px;
	background-color: #85D6AF;
	margin-top: 1px;
}

#GGC_FloatDiv .Title ul
{
	float: left;
	width: 396px;
	height: 20px;
	line-height: 20px;
	margin-top: 4px;
}

#GGC_FloatDiv ul.Title_1
{
	float: left;
	width: 116px;
	font-weight: bold;
	text-align: right;
	background-image: url(../img/float_div_title_img.gif);
	background-repeat: no-repeat;
	background-position: 4px 0px;
}

#GGC_FloatDiv ul.Title_2
{
	float: left;
	width: 230px;
	text-align: left;
}

#GGC_FloatDiv ul.Title_3
{
	float: left;
	width: 50px;
	text-align: right;
}

#GGC_FloatDiv ul.Title_3 a
{
	text-decoration: underline;
}

#GGC_FloatDiv .Content
{
	float: left;
	width: 390px;
	height: 40px;
}

#GGC_FloatDiv .Content ul
{
	float: left;
	color: #ff0000;
	margin-top: 9px;
	margin-left: 2px;
	overflow: hidden;
	/*text-overflow: ellipsis;*/
	white-space: nowrap;
}

#GGC_FloatDiv .Content input
{
	height: 22px;
}

#GGC_T
{
	border: none;
	text-decoration: underline;
	cursor: pointer;
}
/*-------------------------------------------------------广告词设置浮动层样式结束--------------------------------------------*/
