/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #333333;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #0066CC;text-decoration:underline;}  /* 鼠标在链接上 */ 
a:active {color: #0066CC;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #006699;}
a.channel:visited {color: #006699;}
a.channel:hover{color: #AE0927;}
a.channel:active {color: #AE0927;}

a.channel1:link {color: #0282c2;}
a.channel1:visited {color: #006699;}
a.channel1:hover{color: #AE0927;}
a.channel1:active {color: #AE0927;}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link {color: #0066CC;}
a.channel2:visited {color: #0066CC;}
a.channel2:hover{color: #FF0000;}
a.channel2:active {color: #0066CC;}

a.LinkPath:link {color: #0282c2;}
a.LinkPath:visited {color: #006699;}
a.LinkPath:hover{color: #AE0927;}
a.LinkPath:active {color: #AE0927;}

a.LinkFriendSite:link {color: #888888;}
a.LinkFriendSite:visited {color: #5B4A37;}
a.LinkFriendSite:hover{color: #FF6600;}
a.LinkFriendSite:active {color: #5B4A37;}

a.LinkPrevArticle:link {color: #0282c2;}
a.LinkPrevArticle:visited {color: #0282c2;}
a.LinkPrevArticle:hover{color: #FF6600;}
a.LinkPrevArticle:active {color: #AE0927;}

a.LinkNextArticle:link {color: #0282c2;}
a.LinkNextArticle:visited {color: #0282c2;}
a.LinkNextArticle:hover{color: #FF6600;}
a.LinkNextArticle:active {color: #AE0927;}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom{text-decoration: none;} /* 链接无下划线,有为underline */ 
a.bottom:link {color: #887f4f;} /* 未访问的链接 */
a.bottom:visited {color: #887f4f;} /* 已访问的链接 */
a.bottom:hover{color: #000000;} /* 鼠标在链接上 */ 
a.bottom:active {color: #0000ff;} /* 点击激活链接 */
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color: #887E4E;}
a.class:visited {color: #887E4E;}
a.class:hover{color: #FF6600;}
a.class:active {color: #887E4E;}
img {border:0}

/* Body的CSS定义:对应CSS中“BODY”，可定义内容为网页字体颜色、背景、浏览器边框等 */
BODY
{
margin:0px;
FONT-SIZE: 9pt;background:url(/Skin/Enterprise_A/background.gif);
background-position:center;background-repeat:repeat-y;
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:12px;
	line-height: 200%;
	font-weight: normal;
}
.pic1 a{border:#ccc 1px solid;padding:1px;display:block;}
.pic1 a:hover{border:1px solid #F30;display:block;}

/* 文本框的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: #646562;
}

/* ==频道通用表格css定义开始== */
.channel_border /* 灰色表格边框背景颜色定义(837) */
{
border: 1px solid #cccccc;
}
.channel_title /* 标题背景颜色定义(837) */
{
background: #cccccc;color: #646562;height: 27;text-align: center;font-weight:bold;
}
.channel_tdbg /* 表格背景颜色定义(837) */
{
background:#fafafa;line-height: 120%;
}
.channel_pager /* 分页表格背景颜色定义(837) */
{
background:#fafafa;line-height: 120%;
}

　　/* --评论显示页的css定义开始-- */
.comment_border /* 蓝色表格边框背景颜色定义(837) */
{
border: 1px solid #CECECE;
}
.comment_title /* 标题背景颜色定义(837) */
{
background:#CECECE;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: 837;background:#ffffff;
}
.top_top
{
background:#0089f7;height: 2;
}
.top_channel /* 频道表格背景、文字颜色定义 */
{
background:#B4DA7D;color:#887E4E!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: #69A616;height: 30;
}
.top_nav_menu /* 导航栏表格背景、文字颜色定义 */
{
	color: #ffffff;
	height: 22;
	background-image: url(/Skin/Enterprise_A/menu_bg2.gif);
	padding-left: 33px;

}
.top_path /* 您现在的位置表格背景、文字颜色定义 */
{
width: 837;background:#ffffff;height: 30;
}
.top_userlogin /* 顶部用户登录文字链接的css定义 */
{
color: #646562
}
/* ==top.asp中的css定义结束== */

　　/* --网页中部左栏的css定义开始-- */
.left_tdbgall /* 左栏表格总背景颜色定义 */
{
background-image: url(/Skin/Enterprise_A/langmu_left.gif);
}

.left_title /* 右栏标题表格背景、文字颜色定义 */
{
	font-weight:bold;
	color: 000000;
	height: 38px;
	padding-left: 35px;
	padding-top: 5px;
	text-align: left;
	background-image: url(/Skin/Enterprise_A/langmu_001.gif);
}
.left_middle {
padding: 5px;	
background-image: url(/Skin/Enterprise_A/Bg_Box03.gif);	
}
.left_bottom {
	background-image: url(/Skin/Enterprise_A/Bg_Box02.gif);
	background-repeat: no-repeat;
	height: 10px;
}
　　/* --网页中部左栏的css定义结束-- */
　　/* --网页中部中栏的css定义开始-- */
.main_tdbgall /* 中栏表格总背景颜色定义 */
{
width: 900;background:#ffffff;
}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{
height: 4;
}
.main_announce /* 中栏公告表格背景、文字颜色定义 */
{
color: 646562;height: 25;background:#f9f9f9;border: 1px solid #d2d3d9;
}
.main_search /* 中栏搜索表格背景、文字颜色定义 */
{
color: 646562;height: 25px;border: 1px solid #d2d3d9;background:#f9f9f9;
}
.main_top /* 中栏最新推荐表格背景颜色定义 */
{
background:url(/Skin/blue/main_top.gif);height: 187;
}
.main_title_760i /* 网站首页中栏标题表格背景、文字颜色定义(760) */
{
color: ff6600;
background-image: url(/Skin/Enterprise_A/main_bs.gif);
border-right: 1px solid #E6E7EA;
text-align: left;padding-left:30;height: 27;

}
.main_tdbg_760i /* 网站首页中栏内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
    font-weight: bold;
	color: #887E4E;
	background-image: url(/Skin/Enterprise_A/column_t_575.gif);
	height: 27px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D2D3D9;
}
.main_title_bs06 /* 中栏标题表格背景、文字颜色定义(bs06) */
{
	color: ffffff;
	text-align: left;
	padding-left:30px;
	height: 27px;
	background-image: url(/Skin/Enterprise_A/main_bs.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	font-weight: bold;
}
.main_tdbg_bsd06 /* 中栏内容表格背景、文字颜色定义(bsd06) */
{
	color: ffffff;	height: 4px;	background-image: url(/Skin/Enterprise_A/main_02.gif);
}
.main_tdbg_bs06 /* 中栏内容表格背景、文字颜色定义(bs06) */
{
	line-height: 150%;
	text-align: left;
	padding-left:5;
	padding-right:5;
	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: #aec6e8;
	border-bottom-color: #aec6e8;
	border-left-color: #aec6e8;
	background-image: url(/Skin/Enterprise_A/main_bg.gif);
	background-color: #ffffff;
}
.main2_tdbg_bs06 /* 中栏内容表格背景、文字颜色定义(bs06) */
{
	line-height: 150%;
	text-align: left;
	padding-left:5;
	padding-right:5;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #aec6e8;
	background-image: url(/Skin/Enterprise_A/main_bg.gif);
	background-color: #ffffff;
}

.main_tdbg_575 /* 中栏内容表格背景、文字颜色定义(575) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_282i,.main_title_282 /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
background:url(/Skin/Enterprise_A/main_bs.gif);color: ff6600;height: 27;
padding-left:30;
color: ffffff;
text-align: left;
border-right: 1px solid #E6E7EA;
font-weight: bold;
}
.main_tdbg_282i /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}

.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: 646562;font-weight:bold;line-height: 150%;
}
.main_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{

background:url(/Skin/Enterprise_A/main_bs1.gif);border: 1px solid #d2d3d9;height: 28;color: ff6600;
}
.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: #887E4E;}
a.guest:visited {color: #887E4E;}
a.guest:hover{color: #FF6600;}
a.guest:active {color: #887E4E;}

.guest_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
background:url(/Skin/Enterprise_A/main_bs1.gif);border: 1px solid #d2d3d9;padding-left:5;height: 29;color: FF6600;
}
.guest_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;padding: 8;
}
.guest_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #CECECE;
}
.guest_title /* 标题背景颜色定义(760) */
{
background:#CECECE;color: #5B4A37;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: #ff6600;
}
.guest_replyuser /* 用户回复文字背景颜色定义(760) */
{
color: #CECECE;
}
　　/* --留言频道css定义结束-- */
　　/* --商城的css定义开始-- */
.shop_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #CCCCCC;
}
.shop_border3 /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.shop_title /* 标题背景颜色定义(760) */
{
    font-weight: bold;
	color: #ff6600;
	background-image: url(/Skin/Enterprise_A/main_bs1.gif);
	height: 27px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
}
.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定义开始== */
.center_tdbgall /* 中部表格总背景颜色定义 */
{
background:#ffffff;
width:837px;
}
/* ==网页中部中的css定义结束== */

/* ==bottom.asp中的css定义开始== */
.bottom_tdbgall /* 底部表格总背景颜色定义 */
{
width: 837;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_border
{
width:837px;
}
.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(/Skin/Enterprise_A/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:#CECECE;color: #ffffff;font-weight: normal;
}
.border
{
border: 1px solid #CECECE;
}
.tdbg {background:#F4F4F4;color: #FF0000;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:#CECECE;color: #ffffff;font-weight: normal;
}
.date_tdbg
{
background:#CECECE;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;
}

/* ==用户登录框定义== */
.userbox{
background:url(/Skin/Enterprise_A/login_02b.gif);
height:93px;
background-repeat: no-repeat;
background-position: center center;
}
#userlogined
{
    padding-left:10;text-align: left;
}
#userlogin input{height:20px;}
#userctrl
{
    text-align: center;
}
#usermessage
{
    padding-left:10;text-align: left;
}
.userlog{
color:#ffffff;
}
.havemessage
{
    background-color: #ccff9d;
}
.havemessaged
{
    background-color: #cc0000;
}
.bloglist  /* 聚合空间列表定义 */
{
width: 100%;text-align: center;
}
.bloglist_image
{
text-align: center;
}
.bloglist_intro
{
text-align: center;
}
#showbloglist_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按钮定义开始== */
.right_tdbgbs06 {
padding: 5px;	background-color: #e6f5ff;	border-width: 1px;
	border-top-style: none;	border-bottom-style: none;	border-color: #a4c6fc;border-right-style: solid;border-left-style: solid;
}
.right_tdbg2 {
	background-image: url(/Skin/Enterprise_A/tdbg_bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
}
.main_title_bsf {
	font-weight: bold;
	color: #ffffff;
	background-image: url(/Skin/Enterprise_A/main_bs1.gif);
	height: 27px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
}
.mainblinks {
	background-image: url(/Skin/Enterprise_A/links_02.gif);
	height: 27px;
	font-weight: bold;
	color: #ffffff;
}
.menu_bottombg {
	color: #ffffff;
	background-image: url(/Skin/Enterprise_A/menu_bottombg.gif);
	height: 31px;
}
.bottom_bg {
	background-image: url(/Skin/Enterprise_A/bottom_bg.gif);
}
.showa {
	color: #aed2fe;
}
.menu_s {
	color: #ffffff;
	background-image: url(/Skin/Enterprise_A/menu_bg.jpg);
	height: 26px;
}

/*--页顶部CSS--*/
.headertop {WIDTH:894px;clear:both;padding-right:10px;padding-top:2px;margin-top:0px;background:#f1f6fc;width:894px;color:#a46db2;line-height:22px;height:23px;border-bottom:#fff 1px solid;border-top:#fff 1px solid;}
.headertop A {color:#4976ad;text-decoration:none;}
.headertop A:hover {color:#6FA7C2;text-decoration:underline;}
.headertop A:visited {color:#4976ad;text-decoration:none;}
#hd_strapleft {float:left;padding-left:10px;padding-top:2px;}
#hd_strapright {float:right;text-align:right;padding-top:2px;}
.headerbox {border-top:#b6cae3 1px solid;padding:0 5px;padding-bottom:2px;margin-top:0px;background:#fff;width:890px;}
.header {clear:both;margin-top:0px;height:76px;}
.logo {float:left;padding-left:10px;padding-top:8px;width:200px;}
.banner {float:left;padding-top:8px;}
.topadbox {clear:both;width:900px;margin-bottom:1px;}
.mainbox,.globalMain,#pageMain,.maincol,.friendLinks {padding:0 5px;margin-top:0px;background:#fff;width:958px;overflow:hidden;}

/*--导航菜单CSS--*/
#navmenu {clear:both;height:36px;width:896px;background:url(Enterprise_A/menustrap.gif) repeat-x 0 -36px;}
#navmenu .navshell {background:url(Enterprise_A/menustrap.gif) no-repeat left top;overflow:hidden;}
#navmenu .navtabs {background:url(Enterprise_A/menustrap.gif) no-repeat right -72px;text-align:left;}
#navmenu .navtabs ul{height:36px;margin-left:10px;margin-right:3px;padding:0;list-style-type:none;overflow:hidden;}
#navmenu .navtabs ul li{height:36px;float:left;padding:0;background:url(Enterprise_A/menustrap.gif) no-repeat right -108px;overflow:hidden;}
#navmenu .navtabs ul li a{line-height:27px;margin-top:5px;margin-right:3px;display:block;color:#fff;font-weight:bold;text-decoration:none;color:#7B7B7B;}
#navmenu .navtabs ul li a span{padding:0 11px;display:block;}
#navmenu .navtabs ul a:hover{background:url(Enterprise_A/menustat.gif) no-repeat left top;}
#navmenu .navtabs ul a:hover span{background:url(Enterprise_A/menustat.gif) no-repeat right -27px;}
#navmenu .navtabs ul li.current a{line-height:30px;margin-top:6px;display:block;background:url(Enterprise_A/menustat.gif) no-repeat 0 -54px;color:#000;font-size:14px;font-weight:bold;}
#navmenu .navtabs ul li.current a:hover{background:url(Enterprise_A/menustat.gif) 0 -54px no-repeat;}
#navmenu .navtabs ul li.current a span,#navmenu .navtabs ul li.current a:hover span{padding:0 20px;display:block;background:url(Enterprise_A/menustat.gif) right -84px no-repeat;}
ul,ol,dl{margin:0;text-indent:0;padding:0;}

.index_menu1 {
	color: #ffffff;
	background-image: url(/Skin/Enterprise_A/boxtop1.gif);
	height: 26px;
         padding-left:10px;
}

.index_body1 {padding :2px 5px 2px 5px;}
.index_body2 {padding :0px 5px 2px 5px;}

.bdall {border:#AEDEF2 1px solid;margin-left: 2px;}
.bdall1 {border:#AEDEF2 1px solid;margin-left: 2px;}
.bdall2 {border:#AEDEF2 1px solid;margin-top: 2px;margin-left: 2px;}
.bdall3 {border:#AEDEF2 1px solid;}
.bdall4 {border:#AEDEF2 1px solid;margin-top: 2px;}
.bdall5 {border:#AEDEF2 1px solid;}

ul,dl,dd {
list-style:none;
margin:0;
padding:0;
}

h2 {
font-size:14px;
margin:0;
}

#hotsoft {
	width:241px;
	margin-left:0px;
	border:1px solid #D1D401;
	background:#FEFFEF;
	float:left;
	padding-top: 0;
	padding-right: 9px;
	padding-bottom: 0;
	padding-left: 9px;
}

#hotsoft h2 {
color:#986D05;
line-height:29px;
}

#hotsoft li {
	margin-bottom:5px;
	border:1px solid #E8EAC2;
	background:#fff;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	height: 40px;
}

#hotsoft li img {
margin-right:5px;
border:1px solid #DDDD3F;
float:left;
}

#hotsoft li a {
font-size:12px;
font-weight:700;
color:#2F6FAD;
line-height:22px;
}

#hotsoft li a:hover {
color:#FF5400;
}

#hotsoft img#firefox {
margin:1px 0 6px;
}

.qzone{height:40px;width:900px;margin-bottom:5px;margin-right:auto;margin-left:auto;background-image:url(Enterprise_A/qzone.gif);}
.qzonet{float:left;height:40px;width:255px;}
.qzone span{float:right;height:40px;line-height:40px;font-size:14px;display:block;margin-right:5px;color:#2177A6;}
.qzone span a{color:#2177A6;}
.qzone span a:hover{color:#333;text-decoration:underline;}
.qzone span a:visited{color:#2177A6;}

.gx{height:40px;width:900px;margin-bottom:5px;margin-right:auto;margin-left:auto;background-image:url(Enterprise_A/qzone2.gif);}
.gxt{float:left;height:40px;width:249px;}
.gx span{float:right;height:40px;line-height:40px;font-size:14px;display:block;margin-right:5px;color:#D12801;}
.gx span a{color:#D12801;}
.gx span a:hover{color:#333;text-decoration:underline;}
.gx span a:visited{color:#D12801;}

.zh{height:40px;width:900px;margin-bottom:3px;margin-right:auto;margin-left:auto;background-image:url(Enterprise_A/qzone3.gif);}
.zht{float:left;height:40px;width:249px;}
.zh span{float:right;height:40px;line-height:40px;font-size:14px;display:block;margin-right:5px;color:#308F01;}
.zh span a{color:#308F01;}
.zh span a:hover{color:#333;text-decoration:underline;}
.zh span a:visited{color:#308F01;}

.t{height:32px;background-image:url(Enterprise_A/t.gif);line-height:32px;margin-bottom:5px;}
.t strong{font-size:14px;float:left;margin-left:8px;color:#666;}
.t span{float:right;font-size:12px;font-weight:400;margin-right:10px;color:#1974C8;}
.t strong a{color:#7B7B7B;}
.t strong a:hover{color:#F30;}
.t strong a:visited {color:#7B7B7B;}
.t span a{color:#1974C8;}
.t span a:hover{color:#FF3300;text-decoration:underline;}
.t span a:visited {color:#1974C8;}
.mk ul{display:block;border-bottom-width:1px;border-bottom-style:dashed;border-bottom-color:#AEDEF2;padding-top:0;padding-right:0;padding-left:0;margin-top:2px;margin-right:3px;margin-bottom:2px;margin-left:3px;
height:30px;}
.mk a{color:#464646;}
.mk a:hover{color:#06C;text-decoration:underline;}
.mk{float:left;width:302px;border:1px solid #AEDEF2;margin-bottom:2px;}


.touxiangtj{height:65px;}
.touxiangtj ul{margin:0;padding:0;}
.touxiangtj a{padding:1px;display:block;border:1px solid #CCC;}
.touxiangtj a:hover{border:1px solid #F30;}

.t1{height:32px;background-image:url(Enterprise_A/t.gif);line-height:32px;margin-bottom:1px;}
.t1 strong{font-size:14px;float:left;margin-left:8px;color:#666;}
.t1 span{float:right;font-size:12px;font-weight:400;margin-right:10px;color:#1974C8;}
.t1 strong a{color:#7B7B7B;}
.t1 span a{color:#1974C8;}
.t1 strong a:hover{color:#F30;}
.t1 strong a:visited {color:#7B7B7B;}
.t1 span a:hover{color:#FF3300;text-decoration:underline;}
.t1 span a:visited {color:#0066CC;}

.t2{height:29px;background-image:url(Enterprise_A/lmbj.gif);line-height:29px;margin-bottom:1px;}
.t2 strong{font-size:14px;float:left;margin-left:20px;color:#0066CC;}
.t2 span{float:right;font-size:12px;font-weight:400;margin-right:10px;color:#1974C8;}
.t2 strong a{color:#0066CC;}
.t2 strong a:hover{color:#F30;}
.t2 strong a:visited {color:#0066CC;}
.t2 span a{color:#1974C8;}
.t2 span a:hover{color:#FF3300;text-decoration:underline;}
.t2 span a:visited {color:#0066CC;}
.c1 {FLOAT: left; OVERFLOW: hidden; WIDTH: 594px}

.c17 A {FLOAT: left; MARGIN: 0px 3px 6px 10px; OVERFLOW: hidden; WIDTH: 46px; COLOR: #06c; LINE-HEIGHT: 20px; HEIGHT: 18px; TEXT-DECORATION: underline
}

.c17 A:hover {
	COLOR: #f00
}
.c17 A IMG {
	MARGIN: 0px 3px 0px 0px; VERTICAL-ALIGN: text-bottom; WIDTH: 16px; HEIGHT: 16px
}
.c18 {HEIGHT: 134px}
.hac {
	CLEAR: both; OVERFLOW: hidden; HEIGHT: 10px
}
.data {COLOR: #999999;}
.data1 {COLOR: #999999;padding-right:2px}
.data2 {COLOR: #999999;border-bottom:1px dashed #aeccf2;text-indent: 5px;line-height: 23px;height: 23px;}
.data5 {COLOR: #999999;background: url(Enterprise_A/broken_line1.gif) repeat-x bottom;text-indent: 5px;line-height: 26px;height: 23px;}
.data3 {COLOR: #999999;text-indent: 5px;line-height: 23px;height: 23px;}
.data4 {
	background-color: #FFFFFF;
	text-indent: 5px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	border-bottom:1px dashed #aeccf2;
	margin-bottom: 4px;
	margin-left: 0px;
         COLOR: #999999;
}

.wzlist {
	background-color: #FFFFFF;
	text-indent: 8px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top:2px;
}

.bq{height:30px;width:900px;margin-right:auto;margin-left:auto;line-height:30px;font-size:12px;text-align:center;color:#333;background-color:#ECECEC;margin-bottom:5px;}
.bq A{color:#333;}
.bqinfo{height:115px;width:900px;margin-right:auto;margin-left:auto;font-size:12px;color:#666;text-align:center;line-height:30px;margin-bottom:5px;margin-top:5px;}
.bqinfo a{color:#666;}
.infotu img{margin-right:5px;margin-left:5px;}
.infotu{margin-top:5px;}
.dh {
	FLOAT: left; OVERFLOW: hidden; HEIGHT: 60px
}
.dh DIV {
	FLOAT: left; OVERFLOW: hidden; WIDTH: 55px; LINE-HEIGHT: 12px; FONT-FAMILY: Verdana; HEIGHT: 60px; TEXT-ALIGN: center
}
.dh DIV IMG {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 4px; WIDTH: 48px; PADDING-TOP: 2px; HEIGHT: 40px
}
.dh A:hover {
	COLOR: #f00; TEXT-DECORATION: none
}
.dh2{height:36px;width:898px;margin-right:auto;margin-left:auto;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:#D3D2D2;border-bottom-color:#D3D2D2;border-left-color:#D3D2D2;background-color:#EDEDED;line-height:36px;margin-bottom:5px;}
.dh2-l{float:left;width:600px;padding-left:10px;font-size:12px;font-weight:400;color:#666;}
.dh2-l a{color:#666;margin-right:5px;margin-left:5px;}
.dh2-l a:hover{color:#06C;text-decoration:underline;}
.dh2-l a:visited {color:#666;margin-right:5px;margin-left:5px;}
.so{float:right;height:37px;width:253px;margin-right:5px;}
.so #formsearch #search-keyword{height:25px;width:180px;background-attachment:fixed;background-image:url(/img/sobj.gif);background-repeat:no-repeat;background-position:left top;border:1px solid #C3C1C2;display:block;padding:0;line-height:25px;text-indent:5px;font-size:14px;color:#666;margin:0;}

.ul_menu {
	margin: 0px;
	padding: 0px;
}


.ul_menu_li {
	float: left;
	width: 59px;
	line-height: 30px;
	color: #FFF;
	height: 30px;
}


.ul_menu_left {
	background-image: url(Enterprise_A/menu_1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 7px;
	float: left;
	line-height: 30px;
	height: 30px;
}
.ul_menu_right {
	background-image: url(Enterprise_A/menu_2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 3px;
	float: right;
	line-height: 30px;
	height: 30px;
}

.page_all {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	line-height: 30px;
	height: 30px;
	background-image: url(Enterprise_A/menu_bj.gif);
}
.ul_menu_li a,.ul_menu_li a:link,.ul_menu_li a:visited {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}

.ul_menu_li a:hover {
	color: #FF0;
	background-color: #FFF;
	line-height: 30px;
	height: 30px;
	width: 59px;
	float: left;
	background-image: url(Enterprise_A/menu_3.gif);
	background-repeat: no-repeat;
}

.l1-1{width:248px;background-color:#FFF;margin-bottom:1px;}
.rjt{height:30px;background-color:#FFF;border-top-color:#D7D5D5;line-height:30px;font-size:12px;font-weight:700;color:#707070;background-image:url(Enterprise_A/tjtbj.gif);background-repeat:no-repeat;background-position:left center;text-indent:30px;}
.l1-1 ul{margin:0;padding:0;}
.l1-1 li{list-style-type:none;line-height:31px;height:31px;border-top-width:1px;border-top-style:solid;border-top-color:#ECF7FD;width:248px;float:left;}
.l1-1 a{width:45%;font-size:12px;color:#555;float:left;margin-left:10px;height:30px;}
.l1-1 a:hover{color:#06C;text-decoration:underline;}

.l1-2{width:198px;background-color:#E0F2FC;margin-bottom:1px;}
.rjt{height:30px;background-color:#FFF;border-top-color:#D7D5D5;line-height:30px;font-size:12px;font-weight:700;color:#707070;background-image:url(Enterprise_A/tjtbj.gif);background-repeat:no-repeat;background-position:left center;text-indent:30px;}
.l1-2 ul{margin:0;padding:0;}
.l1-2 li{list-style-type:none;line-height:31px;height:31px;border-top-width:1px;border-top-style:solid;border-top-color:#ECF7FD;width:198px;float:left;}
.l1-2 a{width:43%;font-size:12px;color:#555;float:left;margin-left:10px;height:30px;}
.l1-2 a:hover{color:#06C;text-decoration:underline;}

.l1-3{width:245px;background-color:#E0F2FC;margin-bottom:1px;}
.rjt{height:30px;background-color:#FFF;border-top-color:#D7D5D5;line-height:30px;font-size:12px;font-weight:700;color:#707070;background-image:url(Enterprise_A/tjtbj.gif);background-repeat:no-repeat;background-position:left center;text-indent:30px;}
.l1-3 ul{margin:0;padding:0;}
.l1-3 li{list-style-type:none;line-height:31px;height:31px;border-top-width:1px;border-top-style:solid;border-top-color:#ECF7FD;width:245px;float:left;}
.l1-3 a{width:45%;font-size:12px;color:#555;float:left;margin-left:10px;height:30px;}
.l1-3 a:hover{color:#06C;text-decoration:underline;}

.listtop {
	background-image: url(Enterprise_A/listtop.gif);
	height: 10px;
	background-repeat: repeat-x;
	overflow: hidden;
}
.lmtitle {
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4EDBEC;
	color: #00B0B0;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	text-indent: 5px;
	margin-bottom: 8px;
	text-align: left;
	background-color: #FFFFFF;
}

.showpage {
	height: 30px;
	border: 1px solid #00CCCC;
	margin: 0 auto 5px;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #0099CC;
	padding: 0 0 5px 150px;
	text-align: center;
	clear: both;
}

.showpage a {
         PADDING-RIGHT: 8px; 
         border: #4DB1EA 2px solid; 
         DISPLAY: block;
         PADDING-LEFT: 8px;
         FONT-SIZE: 12px;
         FLOAT: left;
         MARGIN: 5px 2px;
         COLOR: #0F76B0;
         LINE-HEIGHT: 23px;
         HEIGHT: 23px;
         BACKGROUND-COLOR: #fff
}
.showpage a:hover {
         border: #fc6104 2px solid; color: #fc6104; text-decoration: none;
}
.showpage a:visited {
         border: #4DB1EA 2px solid; color: #0F76B0; text-decoration: none;
}

.showpage font {
	border: #fc6104 2px solid;
         PADDING-RIGHT: 8px;
         DISPLAY: block;
         PADDING-LEFT: 8px;
         FONT-SIZE: 12px;
         FLOAT: left;
         MARGIN: 5px 2px;
         COLOR: #ff7400;
         LINE-HEIGHT: 23px;
         HEIGHT: 23px;
         BACKGROUND-COLOR: #fbf779
}

.left{float:left;width:648px;}
.textad{border-right:#7cccf8 2px solid;border-top:#7cccf8 2px solid;margin-bottom:5px;margin-left:auto;border-left:#7cccf8 2px solid;width:638px;margin-right:auto;border-bottom:#7cccf8 2px solid;height:20px;background-color:#d5edfb;padding:3px;}
.textadr{padding-right:3px;line-height:20px;height:20px;background-color:#fff;}
.textadr A{font-size:13px;margin-left:10px;color:red;margin-right:10px;text-decoration:none;font-weight:700;display:block;float:left;}
.jctj img{float:left;}
.wz{border:2px solid #4EDBEC;margin-bottom:5px;}
.textadr A:visited{font-weight:700;font-size:13px;margin-left:10px;color:red;margin-right:10px;text-decoration:none;}
.textadr A:hover{font-size:13px;margin-left:10px;color:#000;margin-right:10px;text-decoration:none;}
.wztt{line-height:10px;height:10px;background-image:url(Enterprise_A/listtop.gif);background-repeat:repeat-x;}
.lmtitle a:hover{color:#F30;}
.lmtitle{font-size:14px;line-height:30px;height:30px;font-weight:700;text-indent:5px;color:#00B0B0;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#4EDBEC;}
.wz h1{display:block;font-size:16px;text-align:center;line-height:40px;height:40px;color:#F63;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#7DDFFF;margin:0;padding:0;}
.wzad {height: 300px;width: 610px;margin: 13px auto;text-align:center}
.wzadnew {height: 250px;width: 560px;margin: 13px auto 20px;}
.wzadnew .left{float:left;height: 250px;width: 250px;}
.wzadnew .right{float:right;height: 250px;width: 250px;padding-right:15px;}
.wzbody{width:628px;font-size:12px;color:#444444;line-height:30px;overflow:hidden;margin:5px auto;padding-left:8px; padding-right:8px}
.wzbody img {border: 1px solid #E6E6E6;}
.wzbody p{margin-top:5px 0px; line-height:20px; letter-spacing: 1px;}
.wzbody img{margin:5px 0;}
.sc{line-height:30px;height:30px;font-size:12px;color:#09C;background-color:#FFF;margin-top:5px;margin-bottom:5px;border-top-width:1px;border-bottom-width:1px;border-top-style:solid;border-bottom-style:solid;border-top-color:#4EDBEC;border-bottom-color:#4EDBEC;text-align:right;padding-right:10px;}
.sc a{font-size:13px;color:#06C;}
.sc a:hover{font-size:13px;color:#FF6633;}
.sc a:visited{font-size:13px;color:#06C;}
.listpage{line-height:30px;font-size:14px;color:#F60;background-image:url(/Images/listadbj.jpg);background-position:bottom;font-weight:700;border-top-width:2px;border-top-style:solid;border-top-color:#4EDBEC;}
.listpage li{list-style-type:none;list-style-image:none;margin:0;padding:0;}
.NewsContent UL LI {
	LIST-STYLE-POSITION: inside; FONT-SIZE: 12px; BACKGROUND: url(/Images/fenzu.gif) no-repeat 0px 50%; MARGIN: 6px 3px 8px 265px; COLOR: #000; LINE-HEIGHT: 18px; LIST-STYLE-TYPE: none
}
.NewsContent UL LI A {
	COLOR: #000
}
.nrtj {
border-right:#4edbec 1px solid;border-top:#4edbec 1px solid;margin-bottom:5px;border-left:#4edbec 1px solid;border-bottom:#4edbec 1px solid;width:646px;clear:both;}
.xgtt{line-height:30px;height:30px;background-color:#DDF4FC;color:#0282C2;font-size:12px;font-weight:700;text-indent:10px;}

.tu {
	BACKGROUND-IMAGE: url(/images/wzct.gif); MARGIN-BOTTOM: 5px; MARGIN-LEFT: 5px;height:105px;BACKGROUND-REPEAT: no-repeat;}
.tu LI {
	DISPLAY: block; FONT-WEIGHT: 700; FONT-SIZE: 12px; FLOAT: left; MARGIN-BOTTOM: 1px; WIDTH: 150px; LINE-HEIGHT: 35px; MARGIN-RIGHT: 5px; LIST-STYLE-TYPE: none; }
.tu A {
	DISPLAY: block; COLOR: #838383; TEXT-INDENT: 30px
}
.tu A:hover {
	COLOR: #666; TEXT-DECORATION: underline
}