/* 网站链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{COLOR: #AE0927;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */
/* 顶部频道文字链接的CSS定义－－将顶部频道文字链接与网站链接总的CSS定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的CSS相同即可。调用代码为<a class='Channel' ***>***</a> */
a.Channel:link {color: #ffffff;}
a.Channel:visited {color: #ffffff;}
a.Channel:hover{COLOR: #ffff00;}
a.Channel:active {color: #ffffff;}
/* 顶部当前频道文字链接的CSS定义－－调用代码为<a class='Channel2' ***>***</a> */
a.Channel2:link {color: #ffff00;}
a.Channel2:visited {color: #ffff00;}
a.Channel2:hover{COLOR: #FF6600;}
a.Channel2:active {color: #ffff00;}
/* 底部版权信息文字链接的CSS定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='Bottom' ***>***</a> */
a.Bottom:link {color: #ffffff;}
a.Bottom:visited {color: #ffffff;}
a.Bottom:hover{COLOR: #ffff00;}
a.Bottom:active {color: #ffffff;}
/* 文章栏目标题文字链接的CSS定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='Class' ***>***</a> */
a.Class:link {color: #ffffff;}
a.Class:visited {color: #ffffff;}
a.Class:hover{COLOR: #ff0000;}
a.Class:active {color: #ffffff;}

/* Body的CSS定义:对应CSS中“BODY”，可定义内容为网页字体颜色、背景、浏览器边框等 */
BODY
{
margin:0px;
FONT-SIZE: 9pt;background:url(/Skin/blue/bg_all.gif);
background-position:center;
text-decoration: none;
SCROLLBAR-FACE-COLOR: #f6f6f6;
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #cccccc; SCROLLBAR-3DLIGHT-COLOR: #cccccc; SCROLLBAR-ARROW-COLOR: #330000; SCROLLBAR-TRACK-COLOR: #f6f6f6; SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}
/* 单元格的CSS定义:对应CSS中的“TD”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
TD
{
FONT-FAMILY:宋体;FONT-SIZE: 9pt;line-height: 150%; 
}
/* 文本框的CSS定义:对应CSS中的“INPUT”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
Input
{
BACKGROUND-COLOR: #ffffff; 
BORDER-BOTTOM: #666666 1px solid;
BORDER-LEFT: #666666 1px solid;
BORDER-RIGHT: #666666 1px solid;
BORDER-TOP: #666666 1px solid;
COLOR: #666666;
HEIGHT: 18px;
border-color: #666666 #666666 #666666 #666666; font-size: 9pt
}
/* 按钮的CSS定义:对应CSS中的“BUTTON”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
Button
{
FONT-SIZE: 9pt;HEIGHT: 20px;
}
/* 下拉列表框的CSS定义:对应CSS中的“SELECT”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
Select
{
FONT-SIZE: 9pt;HEIGHT: 20px;
}
/* 顶部用户登录文字链接的CSS定义 */
.top_UserLogin
{
color: #037FA8;
}

/* ==频道通用表格CSS定义开始== */
.Channel_border /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.Channel_title /* 标题背景颜色定义(760) */
{
background: #cccccc;color: #037FA8;height: 27;text-align: center;font-weight:bold;
}
.Channel_tdbg /* 表格背景颜色定义(760) */
{
background:#FAFAFA;line-height: 120%;
}
.Channel_pager /* 分页表格背景颜色定义(760) */
{
background:#FAFAFA;line-height: 120%;
}

　　/* --评论显示页的CSS定义开始-- */
.Comment_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #449AE8;
}
.Comment_title /* 标题背景颜色定义(760) */
{
background:#449AE8;color: #ffffff;font-weight: normal;height: 25;
}
.Comment_tdbg1 /* 表格背景颜色定义(760) */
{
background:#FFFFFF;line-height: 120%;
}
.Comment_tdbg2 /* 留言显示1px表格背景颜色定义 */
{
background:#FAFAFA;
}
　　/* --评论显示页的CSS定义结束-- */
/* ==频道通用表格CSS定义结束== */ 

/* ==简短标题文字的CSS定义开始== */
/* [图文]简短标题文字的CSS定义 */
.S_headline1
{
color: blue;
}
/* [组图]简短标题文字的CSS定义 */
.S_headline2
{
color: #FF6600;
}
/* [推荐]简短标题文字的CSS定义 */
.S_headline3
{
color: green;
}
/* [注意]简短标题文字的CSS定义 */
.S_headline4
{
color: red;
}
/* ==简短标题文字的CSS定义开始== */

/* ==top.asp中的CSS定义开始== */
.top_tdbgall /* 顶部表格总背景颜色定义 */
{
width: 760;background:#ffffff;
}
.top_top
{
background:#0089F7;height: 2;
}
.top_Channel /* 频道表格背景、文字颜色定义 */
{
background:#0089F7;color:#3AB1F5!important;text-align: right;border-top: 1px solid #ffffff;border-bottom: 1px solid #ffffff;
}
.top_Announce /* 公告表格背景、文字颜色定义 */
{
background:url(/Skin/blue/top_nav_menu.gif);color: #0560A6;height: 30;
}
.top_nav_menu /* 导航栏表格背景、文字颜色定义 */
{
background:url(/Skin/blue/top_nav_menu.gif);color: #0560A6;height: 30;
}
.top_Path /* 您现在的位置表格背景、文字颜色定义 */
{
width: 760;background:#ffffff;height: 30;
}
.top_UserLogin /* 顶部用户登录文字链接的CSS定义 */
{
color: #037FA8
}
/* ==top.asp中的CSS定义结束== */

/* ==网页中部中的CSS定义开始== */
.center_tdbgall /* 中部表格总背景颜色定义 */
{
background:#ffffff;
}
　　/* --网页中部左栏的CSS定义开始-- */
.left_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#ffffff;
}
.left_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/blue/left_title.gif);font-weight:bold;color: ffffff;height: 28;width:180;padding-left:40;text-align: left;
}
.left_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
background:url(/Skin/blue/left_tdbg1.gif);line-height: 150%;padding-left:5;padding-right:8;
}
.left_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
background:url(/Skin/blue/left_tdbg2.gif);height: 10;
}
.right_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/blue/right_title.gif);font-weight:bold;color: ffffff;height: 28;width:180;padding-left:40;text-align: left;
}
　　/* --网页中部左栏的CSS定义结束-- */
　　/* --网页中部中栏的CSS定义开始-- */
.main_tdbgall /* 中栏表格总背景颜色定义 */
{
width: 572;background:#ffffff;
}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{
height: 4;
}
.main_announce /* 中栏公告表格背景、文字颜色定义 */
{
color: 037FA8;height: 25;background:#f9f9f9;border: 1px solid #D2D3D9;
}
.main_Search /* 中栏搜索表格背景、文字颜色定义 */
{
color: 037FA8;height: 25;border: 1px solid #D2D3D9;background:#f9f9f9;
}
.main_top /* 中栏最新推荐表格背景颜色定义 */
{
background:url(/Skin/blue/main_top.gif);height: 187;
}
.main_title_760i /* 网站首页中栏标题表格背景、文字颜色定义(760) */
{
color: ffffff;background:url(/Skin/blue/main_title_760i.gif);border-top: 1px solid #D2D3D9;border-right: 1px solid #D2D3D9;border-left: 1px solid #D2D3D9;text-align: left;padding-left:40;height: 29;
}
.main_tdbg_760i /* 网站首页中栏内容表格背景、文字颜色定义(760) */
{
border: 1px solid #D2D3D9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
color: ffffff;background:url(/Skin/blue/main_title_575.gif);border-top: 1px solid #D2D3D9;border-right: 1px solid #D2D3D9;border-left: 1px solid #D2D3D9;text-align: left;padding-left:40;height: 29;
}
.main_tdbg_575 /* 中栏内容表格背景、文字颜色定义(575) */
{
border: 1px solid #D2D3D9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_282i /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
background:url(/Skin/blue/main_title_282i.gif);color: ffffff;height: 29;border-top: 1px solid #D2D3D9;border-left: 1px solid #D2D3D9;border-right: 1px solid #D2D3D9;padding-left:40;
}
.main_tdbg_282i /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #D2D3D9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_282 /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
background:url(/Skin/blue/main_title_282.gif);color: ffffff;height: 29;border-top: 1px solid #D2D3D9;border-left: 1px solid #D2D3D9;border-right: 1px solid #D2D3D9;padding-left:40;
}
.main_tdbg_282 /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #D2D3D9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.listbg /* --栏目文章列表内容间隔颜色的定义1-- */
{
background:#ffffff;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
background:#f7f7f7;
}
　　/* --网页中部中栏的CSS定义结束-- */
　　/* --文章显示页的CSS定义开始-- */

.main_ArticleTitle /* 主标题文字颜色定义 */
{
color: ff0000;font-weight:bold;font-size: 18;line-height: 150%;
}
.main_ArticleSubheading /* 副标题文字颜色定义 */
{
color: 037FA8;font-weight:bold;line-height: 150%;
}
.main_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
background:url(/Skin/blue/main_title_760.gif);border: 1px solid #D2D3D9;height: 28;color: ffffff;
}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #D2D3D9;padding: 8;line-height: normal;
}
.Article_tdbgall /* 责编等表格背景、文字颜色定义(760) */
{
background:#f5f5f5;
}

　　/* --文章显示页的CSS定义结束-- */
　　/* --留言频道CSS定义开始-- */
/* 留言栏目标题文字链接的CSS定义－－调用代码为<a class='Guest' ***>***</a> */
a.Guest:link {color: #ffffff;}
a.Guest:visited {color: #ffffff;}
a.Guest:hover{COLOR: #ff0000;}
a.Guest:active {color: #ffffff;}

.Guest_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
background:url(/Skin/blue/main_title_760.gif);border: 1px solid #D2D3D9;padding-left:5;height: 29;color: ffffff;
}
.Guest_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #D2D3D9;padding: 8;
}
.Guest_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #449AE8;
}
.Guest_title /* 标题背景颜色定义(760) */
{
background:#449AE8;color: #ffffff;font-weight: normal;height: 25;
}
.Guest_tdbg /* 表格背景颜色定义(760) */
{
background:#FAFAFA;line-height: 120%;
}
.Guest_tdbg_1px /* 留言显示1px表格背景颜色定义 */
{
background:#D2D3D9;
}
.Guest_border2 /* 回复表格虚线边框背景颜色定义(760) */
{
border: 1px dashed #97D2DF;background:#E8F5F8;color: #006633;
}
.Guest_ReplyAdmin /* 管理员回复文字背景颜色定义(760) */
{
color: #ff0000;
}
.Guest_ReplyUser /* 用户回复文字背景颜色定义(760) */
{
color: #449AE8;
}
　　/* --留言频道CSS定义结束-- */
　　/* --商城的CSS定义开始-- */
.Shop_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #449AE8;
}
.Shop_border3 /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.Shop_title /* 标题背景颜色定义(760) */
{
background:url(/Skin/blue/main_title_760.gif);color: #ffffff;font-weight: normal;height: 27;
}
.Shop_tdbg /* 表格背景颜色定义(760) */
{
background:#FAFAFA;line-height: 120%;
}
.Shop_tdbg2 /* 表格背景颜色定义2 */
{
background:#f5f5f5;line-height: 120%;
}
.Shop_tdbg3 /* 表格背景颜色定义3 */
{
background:#ffffff;line-height: 120%;
}
.Shop_tdbg4 /* 表格背景颜色定义4 */
{
background:#E1F4EE;line-height: 120%;
}

　　/* --商城的CSS定义结束-- */
/* ==网页中部中的CSS定义结束== */

/* ==Bottom.asp中的CSS定义开始== */
.Bottom_tdbgall /* 底部表格总背景颜色定义 */
{
width: 760;background:#ffffff;
}
.Bottom_Adminlogo /* 管理信息表格背景、文字颜色定义 */
{
background:#0089F7;color:#ffffff;
}
.Bottom_Copyright /* 版权信息表格背景、文字颜色定义 */
{
background:#ffffff;color:#000000;
}
/* ==Bottom.asp中的CSS定义结束== */

/* ==自选风格中的CSS定义结束== */
.menu
{
background-color: #cccccc;width:97%;border: 1px;
}
.menuBody
{
background-color: #ffffff;
}
/* ==自选风格中的CSS定义结束== */
.Channel_font /* 搜索等特殊文字颜色定义 */
{
color: red;
}
/* --评论显示页的CSS定义开始-- */ 
.Guest_font /* 隐藏、用户等特殊文字颜色定义 */
{
color: green;
}
/* --评论显示页CSS定义结束-- */
/* --留言频道CSS定义开始-- */
/* 留言栏目标题文字链接的CSS定义－－调用代码为<a class='Guest' ***>***</a> */
a.Guest:link {color: #000000;}
a.Guest:visited {color: #000000;}
a.Guest:hover{COLOR: #ff6600;}
a.Guest:active {color: #000000;} 

/* 站内链接文字颜色定义 */
a.Channel_KeyLink{text-decoration: underline;}
a.Channel_KeyLink:link {color: blue;}
a.Channel_KeyLink:visited {color: blue;}
a.Channel_KeyLink:hover{color: #ff0000;}
a.Channel_KeyLink:active {color: blue;}

/* --用户控制css定义开始-- */
.user_left /*左区块定义*/
{
background:#f3f3f3;width:170px;padding-left: 4px;border-left-width: 2px;border-left-style: solid;border-left-color: #ffffff;padding-right: 4px;
}
.user_box/*左区块内标题栏定义*/
{
border: 1px solid #bfbfbf;background-color: #ffffff;border-collapse:15;
}
.user_righttitle {
background-color: #f3f3f3;padding-top: 5px;padding-right: 5px;padding-bottom: 1px;padding-left: 5px;
border-top-width: 2px;border-right-width: 2px;border-bottom-width: 1px;border-left-width: 2px;
border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
border-top-color: #ffffff;border-right-color: #ffffff;border-bottom-color: #bfbfbf;border-left-color: #ffffff;
}
.user_line {
line-height: 1px;background-image: url(images/line.gif);
}
.user_toolstop/*左区块内标题栏定义*/
{
line-height: 28px;font-size: 12px;font-weight: bold;color: #666666;padding-left: 10px;letter-spacing: 4pt;
}
.user_toolsbot/*左区块内内容定义*/
{
line-height: 25px;font-size: 12px;color: #666666;border-right-width: 4px;border-right-style: solid;border-right-color: #ffffff;
}
.user_toolspoint/*区块内箭头栏定义*/
{
padding-left: 6px;
}

/*用户控制面板右*/
.user_right {
background-color: #ffffff;padding-right: 2px;padding-left: 6px;width:572px;
}
.border1
{
border: 1px solid #bfbfbf;
}

.title
{
background:#449ae8;color: #ffffff;font-weight: normal;
}
.border
{
border: 1px solid #449ae8;
}
.tdbg
{
background:#f0f0f0;line-height: 120%;
}
.tdbgmouseover{
background:#bfdfff;line-height: 120%;
}
.tdbg2
{
background:#e0eef5;line-height: 120%;
}
.tdbg5
{
background:#e0eef5;line-height: 120%;
}
.title5
{
width:80px;background:url('../user/images/titlebg2.gif');line-height: 120%;padding-top:2px;cursor:hand;
}
.title6
{
width:80px;background:url('../user/images/titlebg1.gif');color: #ffffff;font-weight: normal;padding-top:2px;cursor:hand;
}
.button1
{
width:90px;
}
.show_page {
text-align: center;
}


/* 固定排课表格表格的css定义*/
.date_border
{
border: 1px solid ;
}
.date_title
{
background:#449ae8;color: #ffffff;font-weight: normal;
}
.date_tdbg
{
background:#449ae8;color: #ffffff;font-weight: normal;
}
.style2
{
font-size: 10px;
}
.style3
{
font-size: 12px;
}

/* ==RSS连接框定义== */
#popitmenu {
    BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; Z-INDEX: 100; VISIBILITY: hidden; FONT: 12px/18px Verdana; BORDER-LEFT: black 1px solid; BORDER-BOTTOM: black 1px solid; POSITION: absolute; BACKGROUND-COLOR: white
}
#popitmenu A {
    DISPLAY: block; PADDING-LEFT: 6px; COLOR: black; TEXT-DECORATION: none;
}
#popitmenu A:hover {
    BACKGROUND-COLOR: #ccff9d;
}

/* ==用户登录框定义== */
#userlogined
{
    padding-left:10;text-align: left;
}
#userctrl
{
    text-align: center;
}
#usermessage
{
    padding-left:10;text-align: left;
}
.havemessage
{
    BACKGROUND-COLOR: #ccff9d;
}
.havemessaged
{
    BACKGROUND-COLOR: #cc0000;
}
.spaceList  /* 聚合空间列表定义 */
{
width: 100%;text-align: center;
}
.spaceList_image
{
text-align: center;
}
.spaceList_intro
{
text-align: center;
}
#showspacelist_more
{
text-align: right;padding-right:10;
} 
/* ==供求信息div按钮定义开始== */
#supply{
margin:0px;
padding:0px;
color:#fff;
}
.supplybut,.supplybutover{
margin:0px;
padding:1px;
line-height:25px;
border-top: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;text-align: left;padding-left:30;padding-right:15px;
display: block;
float:left;
margin-right:8px;
cursor:hand;
}
.supplybut{
background:url(/Skin/blue/main_title_575.gif);
}
.supplybutover{
background:url(/Skin/blue/main_title_282.gif);
}
/* ==供求信息div按钮定义开始== */
/* --房产信息列表表格css定义开始-- */
.houselistbg /* --房产信息列表内容间隔颜色的定义1-- */
{
background:#ffffff;
}
.houselistbg2 /* --房产信息列表内容间隔颜色的定义2-- */
{
background:#f6f9ff;
}
.houseth{
background:#e6f5ff;
}
.housetable{
border: 1px solid #ffffff;
border-collapse: collapse;
}
/* --房产信息列表表格css定义结束--

/* CSS Document */

.menu_bg{
	background-image:url(/images/MemberReg/menu_bg.gif);
	background-repeat:repeat-x;
	height: 30px;
}
b {
	font-size: 12px;
}

.menu{
	background-color:#e1401f;
}
.co_gb_left {
	background-repeat: repeat-y;
	background-position: left;
}
.HFont {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

.co_gb_right {
	background-repeat: repeat-y;
	background-position: right;
}

.register_bg1{
	background-image:url(/images/MemberReg/register1.gif);
	background-repeat:no-repeat;
	height: 49px;
	width:206px;
	padding-top:6px;
	padding-bottom:6px;
}
.register_bg2{
	background-image:url(/images/MemberReg/register2.gif);
	background-repeat:no-repeat;
	height: 49px;
	width:206px;
	padding-top:6px;
	padding-bottom:6px;
}

a.title2:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.ly_links:link {
	font-family: "宋体", "新宋体", Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.ly_links:visited {
	font-family: "宋体", "新宋体", Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.ly_links:hover {
	font-family: "宋体", "新宋体", Arial;
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
}

.hongdian {
	font-family: "宋体", "新宋体", Arial;
	color: #FF0000;
}

a.title2:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.title2:hover {
	color: #FFFF00;
	text-decoration: none;
}

.register_bg3{
	background-image:url(/images/MemberReg/register3.gif);
	background-repeat:no-repeat;
	height: 49px;
	width:206px;
	padding-top:6px;
	padding-bottom:6px;
}
.register_title{
	 padding:2px 0px 2px 75px;
	 font-size:14px;
	 color:#000;
}
.register_title1{
	 padding:2px 0px 2px 75px;
	 font-size:14px;
	 color:#000;
	 font-weight:bold;
}
.register_title2{
	 padding:2px 0px 2px 10px;
	 font-size:14px;
	 color:#33971F;
	 font-weight:bold;
}
.register_border{
	 border-top:2px solid #33971F;
	 border-bottom:2px solid #33971F;
}
.register_border1{
	 border-right:1px solid #33971F;
	 border-bottom:1px solid #33971F;
	 border-left:1px solid #33971F;
 }

.border {
	border: 1px solid #000000;
}


.register_border2{
	 border:2px solid #4185c6;
	}

.register_height{
	line-height:22px;
}

.biaoti002 {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	line-height: 18px;

}

.text3 {
	font-family:"宋体", "新宋体";
	font-size:12px;
	line-height: 18px;
	color: #FF0000;
	text-decoration: none;
}
.text4 {
	font-family:"宋体", "新宋体";
	font-size:12px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}

.text5 {
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
	color: #003399;
}
.text {
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
.text1 {
	font-size: 12px;
	line-height: 20px;
	color: #FF7414;
}

.text2 {
	font-family:"宋体", "新宋体";
	font-size:12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}

.biaoti001 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;


}

.biaoge001 {
	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: #0099CC;
	border-bottom-color: #0099CC;
	border-left-color: #0099CC;
	background-color: #EEF4FF;

}

.zhi14 {
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}

.biaoge002 {
	background-color: #F7FAFF;
	border: 1px solid #3399CC;


}
.biaoge003 {
	background-color: #F5F1FA;
	border: 1px solid #663399;


}

.an1 {
	border: 1px solid #FF6600;
	background-color: #FFFFFF;
	font-size: 12px;
	height: 20px;
	line-height: 18px;


}

.biaoge004 {
	background-color: #EEF4FF;
	border: 1px solid #006699;

}

.biaoge005 {
	background-color: #FFF8F4;
	border: 1px solid #FF6600;

}

.biaoge006 {

	background-color: #FAFAF3;
	border: 1px solid #666600;
}

.biaoge007 {

	background-color: #FDF9F9;
	border: 1px solid #CC0000;
}

.biaoge008 {
	background-color: #F7FBFF;
	border: 1px solid #CCCCCC;
}

.bjpt {
	border: 1px solid #CC9966;
	background-color: #FFFFFF;
}

.bjyp {

	border: 1px solid #9999CC;
	background-color: #FFFFFF;
}

.bjjp {

	border: 1px solid #FFCC00;
	background-color: #FFFFFF;
}

body{
	padding:0px;
	margin:0px;
	font-family: "宋体",Arial, Helvetica, sans-serif;
}
tr,td{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}
.img{
	margin:0px;
	padding:0px;
	vertical-align:middle;
}

.blod{
	font-weight:bold;
}

/*input{height:20px;}*/

/*top*/
#top {
	width:778px;
	background-color:#0581BF;
}

#top tr {
	background-color:#fff;
}
.top_nav{
	width:656px;
	height:26px;
	background-image:url(/images/common/top_nav.gif);
}

.top_nav font{
	display:block;
	margin-left:10px;
}

.nav{
	background-image:url(/images/common/nav_bg.gif);
	height:30px;
	text-align:center;
	color:#fff;
}

a.whiteLink:link {
	text-decoration: none;
	color:#fff;
}
a.whiteLink:visited{
	text-decoration: none;
	color:#fff;
}
a.whiteLink:hover{
	text-decoration: underline;
	color:#fff;
}
a.whiteLink:active{
	text-decoration: underline;
	color:#fff;
}

.search{
	background-color:#EDFAF3;
}
/*.search input{height:20px;color:#0581BF;}*/
.search select{
	background-color:#33971F;
}
.search select option{
	color:#FFFFFF;
}

a.searchLink:link {
	text-decoration: underline;
	color:#33971F;
}
a.searchLink:visited{
	text-decoration: underline;
	color:#33971F;
}
a.searchLink:hover{
	text-decoration: none;
	color:#33971F;
}
a.searchLink:active{
	text-decoration: none;
	color:#33971F;
}

/*main*/

.main{margin-top:3px;}

.lanmu_bg{
	background-image:url(/images/common/lanmu_bg.gif);
	height:25px;
	color:#003300;
	font-size:14px;
	font-weight:bold;
}
.lanmu_bottom{
	background-image:url(/images/common/lammu_bottom.gif);
	height:4px;
}
.lanmu_bottom1{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #33971F;
}
.lanmu_bottom2{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #33971F;
	border-left-color: #33971F;
}
.lanmu_bottom3{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #33971F;
}

.lanmu_main{
	padding-top:5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #33971F;
	border-left-color: #33971F;
}



a.blueLink:link {
	text-decoration: none;
	color:#0E5CAC;
}
a.blueLink:visited{
	text-decoration: none;
	color:#0E5CAC;
}
a.blueLink:hover{
	text-decoration: underline;
	color:#0E5CAC;
}
a.blueLink:active{
	text-decoration: underline;
	color:#0E5CAC;
}

.black{
	font-family:"宋体", "新宋体";
	font-size: 14px;
	line-height: 28px;
	color: #000000;
	text-decoration: none;
}

.smallblue {
	font-family:"宋体", "新宋体";
	font-size:12px;
	line-height: 18px;
	color: #003399;
	text-decoration: none;
}

.infor {
	font-family:"宋体", "新宋体";
	font-size:12px;
	line-height: 24px;
	color: #663300;
	text-decoration: none;
}

.orange {
	font-family:"宋体", "新宋体";
	font-size: 14px;
	line-height: 28px;
	color: #FF6600;
	text-decoration: none;
}

.big{
	font-family:"宋体", "新宋体";
	font-size: 24px;
	color: #000000;
	text-decoration: none;
}
.red{
	color:#ff0000;
}
.green{
	color:#2B9B01;
}

.dateFont{
	color:#5E758A;
}

a.release:link {
	text-decoration: underline;
	color:#003300;
}
a.release:visited{
	text-decoration: underline;
	color:#006600;
}
a.release:hover{
	text-decoration: none;
	color:#FF9900;
}

/*flash*/
#flash{
	border:2px solid #006600;
	height:106px;
}

/*??*/
.lanmu_bg01{
	background-image:url(/images/common/lanmu_bg01.gif);
	height:25px;
	color:#EBF7FF;
	font-size:14px;
	font-weight:bold;
}

.sortLinked{
	width:81px;
	color:#013D93;
	font-size:14px;
	font-weight:bold;
	border-top:1px solid #075C90;
	border-left:1px solid #075C90;
	border-right:1px solid #075C90;
	background-image:url(/images/common/sortLink.gif);
	text-align:center;
}
.sort_left_bg{
	background-image:url(/images/common/sortleft.gif);
	width:13px;
}

#sort{border-right:1px solid #33971F;}
.sortLinked{
	width:81px;
	color:#013D93;
	font-size:14px;
	font-weight:bold;
	border-top:1px solid #075C90;
	border-left:1px solid #075C90;
	border-right:1px solid #075C90;
	background-image:url(/images/common/sortLink.gif);
	text-align:center;
}
.sort_left_bg{
	background-image:url(/images/common/sortleft.gif);
	width:13px;
}

.sort_link_bg{
	background-color:#EDFAF3;
	line-height:25px;
}

.sortlinktop{color:#EBF7FF;font-size:14px;}
a.blue12{
	font-size:12px;
	color:#0391C5;
}
a.blue12:link {
	text-decoration: none;
}
a.blue12:visited{
	text-decoration: none;
}
a.blue12:hover{
	text-decoration: underline;
}
a.blue12:active{
	text-decoration: underline;
}

a.blue14{
	font-size:14px;
	font-weight:bold;
	color:#0391C5;
}
a.blue14:link {
	text-decoration: none;
}
a.blue14:visited{
	text-decoration: none;
}
a.blue14:hover{
	text-decoration: underline;
}
a.blue14:active{
	text-decoration: underline;
}

.tableSpace{margin-top:4px;}

.lanmu_main01{
	padding-top:5px;
	background-color:#EDFAF3;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #33971F;
	border-left-color: #33971F;
}

.lanmu_bottom01{
	background-image:url(/images/common/lanmu_bottom01.gif);
	height:4px;
}

.mid_top{
	background-image:url(/images/common/mid_top.gif);
	height:32px;
}
.mid_nav{
	background-image:url(/images/common/mid_nav.gif);
	width:100px;
	height:30px;
	text-align:center;
	padding-top:2px;
}
.mid_bg{
	background-color:#E8F6FF;
	border-bottom:2px solid #235D83;
}

.blue {
	font-family:"宋体", "新宋体";
	font-size: 14px;
	line-height: 28px;
	color: #003399;
	text-decoration: none;
}

.white {
	font-family:"宋体", "新宋体";
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
}

.white2 {
	font-family:"宋体", "新宋体";
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
/*song*/
.lanmu_main02{
	border-left:1px solid #2D85B1;
	border-right:1px dashed #666;
	padding-top:5px;
}
.lanmu_main03{
	border-right:1px solid #2D85B1;
	padding-top:5px;
}

.linklist{
	background-image:url(/images/common/linklist.gif);
	width:351px;
	height:25px;
	margin-left:10px;
}
.linklist font{
	margin-left:8px;
	margin-right:8px;
}

.companyimg{
	border:3px solid #2A94D4;
	width:38px;
	height:38px;
	
}
.hotproduct{margin:5px 15px;}
.hotimg{border:5px solid #2A94D4;width:65px;height:65px;margin:5px;}

.search_top_bg01{
	border-top:1px solid #115793;
	border-bottom:1px solid #115793;
	background-color:#fff;
	margin-top: 15px;
	margin-bottom: 15px;
}

.searchListbg{
	background-image:url(/images/common/searchListTop.gif);
	color:#125692;
	font-weight:bold;
}
.searchListBot{
	background-image:url(/images/common/searchListBottom.gif);
	height:10px;
}
.searchleftFrame{
	border-left:1px solid #115793;
	background-color:#fff;
}
.searchrightFrame{
	border-right:1px solid #115793;
	background-color:#fff;
}
.searchleftFrame01{
	border-left:1px solid #115793;
	background-color:#F0F8FD;
}
.searchrightFrame01{
	border-right:1px solid #115793;
	background-color:#F0F8FD;
}
.search_main{background-color:#fff;}
.search_main01{background-color:#F0F8FD;}

.companyimg{width:100px;height:100px;border:5px solid #359BD5;}
.companyList{border-bottom:1px solid #359BD5;color:#359BD5;}

.font14{font-size:14px; line-height:22px;}

.companyTop{ background-image:url(/images/common/companyTop.gif);}
/*liuxy*/
.time{color:#3C434B}
.time1{color:#6E7480}
.down_title{color:#0E74C9;font-weight:bold}
.red_bold{color:#ff0000;font-weight:bold}
.bbs_td{color:#006600}
.question{color:#4E9DDF;font-weight:bold}

.lanmu_main1{
	border-left:1px solid #2D85B1;
	border-right:1px solid #2D85B1;
	border-top:1px solid #2D85B1;
	border-bottom:1px solid #2D85B1;
	
}

.main_shadow {
	height: 4px;
}

.mail_title02 {

	color: #FFFFFF;
	background-image: url(/images/index/main_title08.gif);
	text-align: left;
	height: 26px;
}

.mail_title03 {


	color: #FFFFFF;
	background-image: url(/images/index/main_title04.gif);
	text-align: left;
	height: 26px;
}

.mailtdbg01 {
	line-height: 150%;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #006600;
	background-color: #EDFAF3;
}

.mailtdbg02 {
	line-height: 150%;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #C25151;
	background-color: #FAFAF3;
}

.mailtdbg03 {
	line-height: 150%;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #FFA225;
	background-color: #FFF8F4;
}

.left_title01 {
	background-image: url(/images/index/left_title1.gif);
	text-align: center;
	height: 28px;
	width: 180px;
}

.left_tdbg1 {
	background-image: url(/images/index/left_tdbg1.gif);
	padding-right: 8px;
	padding-left: 8px;
}

.left_tdbg2 {
	background-image: url(/images/index/left_tdbg4.gif);
	height: 10px;
	background-repeat: no-repeat;
}


.left_title02 {
	background-image: url(/images/index/left_title2.gif);
	text-align: center;
	height: 28px;
	width: 180px;
}

.left_tdbg3 {

	line-height: 150%;
	background-image: url(/images/index/left_tdbg2.gif);
	padding-right: 8px;
	padding-left: 8px;
}

.left_tdbg4 {

	background-image: url(/images/index/left_tdbg3.gif);
	height: 10px;
}

.mail_title04 {



	color: #FFFFFF;
	background-image: url(/images/index/main_title04.gif);
	text-align: left;
	height: 26px;
}

.biaoti02 {
	font-size: 14px;
	line-height: 25px;
	color: #FFFFFF;
	font-weight: bold;
}

.mail_title05 {
	color: #FFFFFF;
	background-image: url(/images/index/main_title06.gif);
	text-align: left;
	height: 26px;
}

.mailtdbg04 {

	line-height: 150%;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #0C9A05;
	background-color: #F5F1FA;
}

.mail_title06 {
	color: #FFFFFF;
	background-image: url(/images/MarketTrade/fels_ym_1.gif);
	text-align: left;
	height: 31px;
	padding-left: 38px;
	padding-right: 38px;
}

.mail_title07 {

	color: #FFFFFF;
	background-image: url(/images/MarketTrade/bj_biao_555.gif);
	text-align: left;
	height: 30px;
	padding-left: 38px;
	padding-right: 38px;
}


.mail_title08 {


	color: #FFFFFF;
	background-image: url(/images/MarketTrade/bj_biao_554.gif);
	text-align: left;
	height: 30px;
	padding-left: 38px;
	padding-right: 38px;
}


.mail_title09 {



	color: #FFFFFF;
	background-image: url(/images/MarketTrade/bj_biao_553.gif);
	text-align: left;
	height: 30px;
	padding-left: 38px;
	padding-right: 38px;
}

.mail_title10 {




	color: #FFFFFF;
	background-image: url(/images/MarketTrade/bj_biao_552.gif);
	text-align: left;
	height: 30px;
	padding-left: 38px;
	padding-right: 38px;
}

.mail_title061 {

	color: #FFFFFF;
	background-image: url(/images/NewsDynamic/fels_ym_2.gif);
	text-align: left;
	height: 31px;
	padding-left: 38px;
	padding-right: 38px;
}

.mailtdbg05 {


	line-height: 150%;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #0B91F8;
	background-color: #F5F1FA;
}

.biaoge03 {
	border: 1px solid #CEE6FE;
}

.businesss_table {
	background-color: #f6f5ec;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.biaoti04 {
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	text-align: center;
}

.yqtable {

	line-height: 150%;
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
	border: 1px solid #0D8FF7;
	background-color: #EEF4FF;
}

.login_text {

	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
}


.login_table {
	border: 1px solid #0D8FF7;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	text-align: left;
	padding: 1px;
}

.login_bg {
	background-image: url(/images/login/login_r3_c1.gif);
	background-position: center center;
	height: 214px;
	width: 294px;
}

.biaoti03 {

	font-size: 15px;
	line-height: 25px;
	color: #000000;
	font-weight: bold;
}

.mail_title11 {





	color: #FFFFFF;
	background-image: url(/images/information/main_title_510.gif);
	text-align: left;
	height: 27px;
	padding-left: 20px;
	padding-right: 20px;
}

.biaoge02 {

	border: 1px solid #EEF4FF;
}


.mailtdbg08 {
	line-height: 150%;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #EDFAF3;
	border: 1px solid #009900;
}

.mailtdbg07 {
	line-height: 150%;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #EDFAF3;
	border: 1px solid #33971F;
}

.mailtdbg06 {
	line-height: 150%;
	text-align: left;
	background-color: #EDFAF3;
	border: 1px solid #33971F;
}
.link{color:#5A7A93}

.bottom{border-top:1px dotted #ADC8E3}
a.more:link {
	text-decoration: none;color:#0E70C9
}
a.more:visited{
	text-decoration: none;color:#0E70C9
}
a.more:hover{
	text-decoration: underline;color:#0E70C9
}
a.more:active{
	text-decoration: underline;color:#0E70C9
}

.bg{background-image:url(/images/common/bg.gif);background-repeat:repeat-x}
.DemandTitleTag{color:Red}
.SupplyTitleTag{color:Green}

a:link {
	color: #003300;
	text-decoration: none;
}
a:visited {
	color: #006600;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
.biaoti01 {
	font-size: 14px;
	line-height: 23px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.biaoge01 {
	border: 1px solid #0D8FF7;
}
.mail_title01 {
	color: #FFFFFF;
	background-image: url(/images/index/main_title02.gif);
	text-align: left;
	height: 26px;
}
.pl_up {
	background-image: url(/images/MemberBusiness/put.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 48px;
	border: none;
}
.pl_del {
	background-image: url(/images/MemberBusiness/delet.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 48px;
	border: none;
}
.btn_ok {
	background-image: url(/images/MemberReg/refer.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 55px;
	border: none;
}
.btn_reset {
	background-image: url(/images/MemberReg/repeat.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 56px;
	border: none;
}
.serach_sa {
	background-image: url(/images/common/search.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 60px;
	border: none;
}
.tborder {
	border: 1px solid #4FA837;
         background-color: #F8FBEC;
}
.SupplyTitleTag{color:Green}

.DemandTitleTag{color:Red}
.biaoti01 {
	font-size: 14px;
	line-height: 23px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.text {
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
a:link {
	color: #003300;
	text-decoration: none;
}
.biaoti001 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;


}

td{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}
.biaoti002 {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	line-height: 18px;

}
.tafont {
         font-size:14px
	font-family: "方正大标宋简体";
           background-color: #95C25B;
}
body{
color: #000;
font-family: "宋体", arial;
font-size: 12px;
background: #fff;
text-align: center;
margin: 0;
}
.nTab{
float: left;
width: 525px;
margin: 0 auto;
border-bottom:1px #4FA837 solid;
background:#F8FBEC;
background-position:left;
background-repeat:repeat-y;
margin-bottom:2px;
}
.nTab .TabTitle{
clear: both;
height: 22px;
overflow: hidden;
}
.nTab .TabTitle ul{
border:0;
margin:0;
padding:0;
}
.nTab .TabTitle li{
float: left;
width: 70px;
cursor: pointer;
padding-top: 4px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 2px;
list-style-type: none;
}
.nTab .TabTitle .active{background:#fff;border-left:1px #AACCEE solid;border-top:1px #AACCEE solid;border-right:1px #AACCEE solid;border-bottom:1px #fff solid;}
.nTab .TabTitle .normal{background:#95C25B;border:1px #709244 solid;}
.nTab .TabContent{
height:230px;
width:auto;background:#F8FBEC;
margin: 0px auto;
padding:10px 0 0 0;
border-right:1px #AACCEE solid;border-left:1px #AACCEE solid;border-top:1px #AACCEE;
}
.none {display:none;}

.tbor {
border:#4fa837 1px solid;
}