/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;}/* 链接无下划线,有为underline */ 
a:link {color: #0097c9;text-decoration: none;} /* 未访问的链接 */
a:visited {color: #0097c9;text-decoration: none;} /* 已访问的链接 */
a:hover{color: #53b402;text-decoration: none;} /* 鼠标在链接上 */ 
a:active {color: #0097c9;text-decoration: none;} /* 点击激活链接 */
/* 顶部频道文字链接的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: #0097cc;}
a.bottom:visited {color: #0097cc;}
a.bottom:hover{color: #51b400;}
a.bottom:active {color: #0097cc;}


a.top:link {color: #ffffff;text-decoration: none;}
a.top:visited {color: #ffffff;text-decoration: none;}
a.top:hover{color: #ffffff;text-decoration: none;}
a.top:active {color: #ffffff;text-decoration: none;}
/* 文章栏目标题文字链接的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-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;
*/
	height:auto !important;
	color:#666;
	background-color: #FFFFFF; /* #E4E9EF; */
	font: 400 12px/150% Tahoma, Helvetica, Arial, sans-serif;
	text-align: center;
}




.heada { /* 顶部区域背景填充 */
	width: 100%;
	clear: both;
	background-image: url(top_bg.jpg);
}

.wrapper { /* 顶部LOGO区域 */
	width: 950px;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}
.daterect{/* 中间内容部份填充区，暂时没用上 */
	width: 950px;
	clear: both;
	margin: 0 auto;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}











/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
font-family:"宋体";
font-size: 9pt;
line-height: 150%;
font-weight: normal;
}
/* 文本框的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 /* 导航栏表格背景、文字颜色定义 */
{
color: #ffffff;
height: 22;
background-image: url(///Skin/ocean/menu_bg2.gif);
padding-left: 33px;

}
.top_path /* 您现在的位置表格背景、文字颜色定义 */
{
width: 760;background:#ffffff;height: 30;
}
.top_userlogin /* 顶部用户登录文字链接的css定义 */
{
color: #037fa8
}
/* ==top.asp中的css定义结束== */

/* ==网页中部中的css定义开始== */
.center_tdbgall /* 中部表格总背景颜色定义 */
{
background:#ffffff;
width:770px;
}
/* --网页中部左栏的css定义开始-- */ 
.left_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#ffffff;
}
.left_title /* 左栏标题表格背景、文字颜色定义 */
{
font-weight:bold;
color: ffffff;
height: 28px;
padding-left:20px;
text-align: left;
background-image: url(///Skin/ocean/right_t.gif);
width: 182px;
}
.left_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
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;
}
.left_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
height: 10px;
background-image: url(///Skin/ocean/tdbg_bottom.gif);
background-repeat: no-repeat;
}
.right_title_bs06 /* 右栏标题表格背景、文字颜色定义 */
{
font-weight:bold;
color: ffffff;
height: 28px;
padding-left:20px;
text-align: left;
background-image: url(///Skin/ocean/right_t.gif);
}
.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: 25px;border: 1px solid #d2d3d9;background:#f9f9f9;
}
.main_top /* 中栏最新推荐表格背景颜色定义 */
{
background:url(///Skin/blue/main_top.gif);height: 187;
}
.main_title_760i /* 网站首页中栏标题表格背景、文字颜色定义(760) */
{
color: ffffff;
background-image: url(///Skin/ocean/main_bs.gif);
border-right: 1px solid #1c65be;
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: #ffffff;
background-image: url(///Skin/ocean/main_bs1.gif);
height: 27px;
padding-left: 30px;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #1c65be;
}
.main_title_bs06 /* 中栏标题表格背景、文字颜色定义(bs06) */
{
color: ffffff;
text-align: left;
padding-left:30px;
height: 27px;
background-image: url(///Skin/ocean/main_bs.gif);
border-right-width: 1px;
border-right-style: solid;
border-right-color: #1c65be;
font-weight: bold;
}
.main_tdbg_bsd06 /* 中栏内容表格背景、文字颜色定义(bsd06) */
{
color: ffffff;	height: 4px;	background-image: url(///Skin/ocean/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/ocean/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/ocean/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/ocean/main_bs.gif);color: ffffff;height: 27;
padding-left:30;
color: ffffff;
text-align: left;
border-right: 1px solid #1c65be;
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: 037fa8;font-weight:bold;line-height: 150%;
}
.main_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{

background:url(///Skin/ocean/main_bs1.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/ocean/main_bs1.gif);border: 1px solid #d2d3d9;padding-left:5;height: 29;color: ff0000;
}
.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 #1C65BE;
}
.shop_border3 /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.shop_title /* 标题背景颜色定义(760) */
{
font-weight: bold;
color: #ffffff;
background-image: url(///Skin/ocean/main_bs1.gif);
height: 27px;
padding-left: 30px;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #1c65be;
}
.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(///Skin/ocean/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;
}

/* ==用户登录框定义== */
.userbox{
background:url(///Skin/ocean/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/ocean/tdbg_bottom.gif);
background-repeat: no-repeat;
height: 10px;
}
.main_title_bsf {
font-weight: bold;
color: #ffffff;
background-image: url(///Skin/ocean/main_bs1.gif);
height: 27px;
padding-left: 30px;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #1c65be;
}
.mainblinks {
background-image: url(///Skin/ocean/links_02.gif);
height: 27px;
font-weight: bold;
color: #ffffff;
}
.menu_bottombg {
color: #ffffff;
background-image: url(///Skin/ocean/menu_bottombg.gif);
height: 31px;
}
.bottom_bg {
background-image: url(///Skin/ocean/bottom_bg.gif);
}
.showa {
color: #aed2fe;
}
.menu_s {
color: #ffffff;
background-image: url(///Skin/ocean/menu_bg.jpg);
height: 26px;
}
/* --公告显示文字(滚动条)的css定义开始-- */
.AnnounceBody2 {color:#ffffff;}
a.AnnounceBody2:link {color: #ffffff;}
a.AnnounceBody2:visited {color: #ffffff;}
a.AnnounceBody2:hover{color: #ffff00;}
a.AnnounceBody2:active {color: #ffffff;}
/* --公告显示文字(滚动框)的css定义开始-- */
.AnnounceBody1 {color:#333;}
a.AnnounceBody1:link {color: #333333;}
a.AnnounceBody1:visited {color: #333333;}
a.AnnounceBody1:hover{color: #ff0000;}
a.AnnounceBody1:active {color: #333333;}
/* --公告显示文字(滚动框、滚动条)的css定义结束-- */
hr
{
height:1px;
color:#5575B0；
}
/* --房产信息列表表格css定义开始-- */
.houselistbg /* --房产信息列表内容间隔颜色的定义1-- */
{
background:#ffffff;
}
.houselistbg2 /* --房产信息列表内容间隔颜色的定义2-- */
{
background:#f6f9ff;
}
.houseth{
background:#e6f5ff;
}
.housetable{
border: 1px solid #ffffff;
border-collapse: collapse;
}
/* --房产信息列表表格css定义结束--




a.aaa{text-decoration: underline;}
a.aaa:link {color: blue;FONT-SIZE: 22pt;}
a.aaa:visited {color: blue;FONT-SIZE: 22pt;}
a.aaa:hover{color: blue;FONT-SIZE: 22pt;}
a.aaa:active {color: blue;FONT-SIZE: 22pt;}
.cc1 /* --自定义列表标签中奇数表格行背景颜色定义-- */
{
height: 22;
}

.cc2 /* --自定义列表标签中奇数表格行背景颜色定义-- */
{
height: 22;}





/* ********************************************************* */
/*
Comsenz官方站
(C) 2001-2006 Comsenz Inc.
http://www.comsenz.com
*/

/*菜单*/
#head { height:137px;}













#topnav { width:950px; height:32px; margin:0 auto; background:url(..////Skin/Ocean/topnav.jpg) top left no-repeat;}
#topnav p { padding:8px 28px; font-weight:700;}
#topnav p a { text-decoration:none; color:#333; font-weight:normal;}
#topnav p em { padding:0 8px;}

/*内容*/

#content { width:950px; margin:10px auto; position:relative; z-index:100; color:#4B5A61;}
#content>#left { position:absolute; left:0; width:709px; padding:5px 6px;}
#left h2 { color:#51B400; font-size:16px; padding-left:24px; padding-bottom:10px; border-bottom:1px solid #A8B5BD;}

#content>#right { position:absolute; right:0; width:201px; padding:5px 0 134px 15px; background:url(..////Skin/Ocean/right_bg.jpg) 15px bottom no-repeat;}
#right h2 { background:url(..////Skin/Ocean/right_head.jpg) left top no-repeat; height:16px; font-size:12px; font-weight:600; color:#fff; padding:5px 25px; position:relative; z-index:2;}
#right ul { position:relative; background:#FFF url(..////Skin/Ocean/right_ul_bg.jpg) center top repeat-y; z-index:1;}
#right li { background:transparent;}
#right li a { display:block; background:#FFF url(..////Skin/Ocean/right_list_bg.jpg) center top repeat-y; border-bottom:1px solid #DDE6EB; padding:12px 30px 8px 50px; width:121px; color:#0097C9; font-size:12px; font-weight:300; text-decoration:none; margin-bottom:1px;}
#right li a.here, #right li a:hover { background:url(..////Skin/Ocean/right_list_now.jpg) center top repeat-y; color:#53B402; text-decoration:none;}
#right li ul { background:#E9F0F4; margin:0 2px; padding:10px; margin-bottom:1px;}
#right li li a { background:none; border:0; padding:6px 30px 6px 50px; color:#8EA2A9;}
#right li li a.here, #right li li a:hover { background:none; color:#53B402;}

#right h3 { font-size:12px; padding-top:10px; padding-left:25px; background:transparent;}
#right li#contact { background:#FFF url(..////Skin/Ocean/right_list_bg.jpg) center top repeat-y; white-space:nowrap; padding-top:10px; padding-bottom:20px;}
#right li#contact ul { background:transparent; padding:0; margin:0; margin-left:12px;;}
#right li#contact li { margin:0; padding:0; margin-top:15px;}
#right li#contact li li { line-height:18px; margin-top:0;}
*+html #right li#contact li { margin-top:0;}

/*Tab 标签切换*/

#left #description { width:709px; margin-top:20px; background:url(..////Skin/Ocean/notice_bg.jpg) left top no-repeat;}
#left #description #description_head { width:100%; height:26px; background:url(..////Skin/Ocean/notice_head.jpg) left top no-repeat; overflow:hidden;}
#left #description #description_head li { float:left; background:url(..////Skin/Ocean/news_line.jpg) right top no-repeat; height:26px; text-align:center;}
#left #description #description_head li a { display:block; color:#fff; padding:8px 20px; text-decoration:none; font-weight:bold;}
#left #description #description_head li a:hover, #left #description #description_head li a.here { color:#000; background:url(..////Skin/Ocean/news_hover.jpg) left top repeat-x;}
#left #description #description_head li a#description_first.here, #left #description #description_head li a#description_first:hover { color:#000; background:url(..////Skin/Ocean/news_first_bg.jpg) left top repeat-x;}
#left #description #description_content { margin:20px;}
#left #description #description_content div { display:none;}

/*下载*/

.down #left li { overflow:hidden; clear:both; border-bottom:1px dashed #A8B5BD; padding-bottom:15px;}
.down #left li h3 { font-size:16px; margin-top:28px; font-weight:800; padding-left:25px; padding-bottom:6px;}
.down #left ul ul { margin-top:10px; margin-left:26px;}
.down #left li li { border-bottom:0; line-height:240%; padding-bottom:0;}
.down #left li li strong { font-weight:600; color:#777;}
.down #left li li a { margin:0 10px;}
.down #left li li.down_other { margin-top:10px;}
.down #left li li.down_other a { margin:0;}
.down #left li li.down_other img { margin-right:6px;}

/*公司*/

.company #left .newstext { padding:10px; margin-top:20px; color:#4C5B62; line-height:22px;}
.company #left .newstext img { float:left; margin-right:28px;}
.company #left .newstext p { padding:5px 0 5px 5px; text-indent:2em;}
.company #left .newstext dl { margin:0 5px; line-height:20px; color:#666;}
.company #left .newstext dt { font-weight:600; margin-bottom:5px;}
.company #left .newstext dd { margin-bottom:15px;}
.company #left .newstext h3 { font-size:12px; margin:20px 0 5px 5px;}
.company #left .newstext ul { margin:10px 0 10px 40px; list-style-type:disc;}

.company #comsenz_logo { padding:10px; margin-top:20px; line-height:20px; color:#666;}
.company #comsenz_logo ul { margin:5px;}
.company #comsenz_logo img { margin-bottom:10px;}
.company #comsenz_logo li { margin-bottom:40px;}
.company #comsenz_logo li li { list-style-type:decimal; margin-left:20px; margin-bottom:5px;}
.company #comsenz_logo li li li { list-style-type:upper-alpha; margin-left:30px; margin-bottom:0;}

.company #comsenz_event { padding:10px; margin-top:20px; line-height:24px; color:#666;}
.company #comsenz_event ul { margin:5px;}
.company #comsenz_event li { margin-bottom:20px;}
.company #comsenz_event li h3 { font-size:16px; font-weight:600; color:#0097CC; margin-left:62px;}
.company #comsenz_event li li { margin-bottom:0;}
.company #comsenz_event li li em { font-style:normal; padding-right:25px;}
.company #comsenz_event li li.no_em { padding-left:57px;}
.company #left .newstext.company_why img { float:none; margin:0 auto; margin:10px;}

.company #contact, .company #company_hr { padding:10px; margin-top:20px; line-height:24px; color:#666;}
.company #company_hr p { text-indent:2em; line-height:20px; margin-bottom:10px;}

.company #company_news { padding:10px; margin-top:20px; color:#4B5A61;}
.company #company_news p { text-indent:2em; margin-bottom:5px;}
.company #company_news #topnew { overflow:hidden; clear:both;}
.company #company_news #topnew img { float:left; margin-right:20px;}
.company #company_news #topnew #topnew_right { float:right; line-height:20px; width:420px;}
.company #company_news #topnew #topnew_right h3 { color:#0098CA; font-weight:bold; font-size:14px; margin-bottom:16px;}
.company #company_news #topnew #topnew_right h3 a { text-decoration:none;}
.company #company_news #topnew #topnew_right h3 a:hover { text-decoration:underline;}

.company #company_news #bottomnews { margin-top:40px; clear:both; overflow:hidden;}
.company #company_news #bottomnews ul { margin:10px 0; overflow:hidden;}
.company #company_news #bottomnews li { float:left; width:300px;}
.company #company_news #bottomnews li.li_right { float:right;}
.company #company_news #bottomnews li h4 { border-bottom:1px solid #A8B5BB; font-size:12px; padding-bottom:8px; margin-bottom:10px; margin-top:5px; overflow:hidden; display:block; height:10px;}
.company #company_news #bottomnews li h4 a { color:#666; text-decoration:none;}
.company #company_news #bottomnews li h4 span { float:left;}
.company #company_news #bottomnews li h4 span.more_news { float:right;}
.company #company_news #bottomnews li h4 span.more_news a { color:#999;}
.company #company_news #bottomnews li h4 span.more_news a:hover { color:#51B400; text-decoration:underline;}
.company #company_news #bottomnews li ul { list-style-type:disc;}
.company #company_news #bottomnews li li { float:none; width:auto; margin-left:18px; line-height:22px; color:#09c;}
.company #company_news #bottomnews li li a { color:#09c; text-decoration:none;}
.company #company_news #bottomnews li li a:hover { color:#50B500; text-decoration:underline;}

.company #news_view { margin-top:30px; color:#4b5a61;}
.company #news_view h3 { font-size:18px; text-align:center; padding-bottom:15px; border-bottom:1px dashed #AAB5BB;}
.company #news_view h4 { color:#51B400; font-size:12px; font-weight:500; text-align:center; margin-top:15px;}
.company #news_view h4 em { padding:0 10px;}
.company #news_view #news_content { margin-top:25px; font-size:14px; line-height:24px;}
.company #news_view #news_content p { margin-bottom:25px; text-indent:2em;}
.company #news_view ul#other_news { width:180px; margin:0 auto; height:16px; margin-top:20px; overflow:hidden; font-size:14px; background:url(..////Skin/Ocean/news_next.gif) center 2px no-repeat;}
.company #news_view ul#other_news li { float:left;}
.company #news_view ul#other_news li a { color:#0197CA;}
.company #news_view ul#other_news li#o_n_r { float:right;}

.company #company_custom { padding:10px; margin-top:20px; color:#4b5a61; line-height:20px;}
.company #company_custom p a { padding:5px 22px 5px 0;}
.company #company_custom p img { margin:5px 10px 5px 0;}
.company #company_custom h3 { font-size:12px; margin-bottom:6px; margin-top:20px;}

.company #left .partner { padding:10px; margin-top:20px; color:#4C5B62; line-height:22px;}
.company #left .partner ul { margin:20px;}
.company #left .partner li { overflow:hidden;}
.company #left .partner ul ul { margin:0; border-bottom:1px dashed #AAB5BB; clear:both; margin-bottom:30px; overflow:hidden;}
.company #left .partner li li { float:left; width:230px; height:110px; margin-right:70px; text-align:center;}
.company #left .partner li li a { display:block; height:80px; vertical-align:middle; text-align:center;}
.company #left .partner li li h3 { font-size:12px; color:#777;}

.company #left #comsenz_join { padding:10px; margin-top:20px; color:#4b5a61; line-height:20px;}
.company #left #comsenz_join form { margin:0 auto; text-align:center;}
.company #left #comsenz_join th, .company #left #comsenz_join td { padding:3px 10px; text-align:right; vertical-align:top;}
.company #left #comsenz_join td { text-align:left;}
.conpany #left #comsenz_join td input { border:1px solid #E2E3EA;}
.company #left #comsenz_join textarea { width:320px; height:130px; border:1px solid #E2E3EA;}
.company #left #comsenz_join input.submit { width:60px; height:25px; color:#fff; margin:8px 0; border:0; background:none; border:0; background:url(..////Skin/Ocean/submit.jpg) center 50% no-repeat; cursor:pointer;}

.company #left #laws { padding:10px; margin-top:20px; color:#4b5a61; line-height:20px;}
.company #left #laws ul { margin:10px 16px;}
.company #left #laws h3 { font-size:12px; margin-bottom:8px;}
.company #left #laws li { margin-bottom:15px;}
.company #left #laws li ol { list-style-type:decimal; margin-left:30px;}
.company #left #laws li li { margin-bottom:3px;}
.company #left #laws li p { text-indent:2em;}
.company #left #laws li ol ul { list-style-type:disc; margin-left:16px;}

.company #left .newslist { margin:20px; padding-left:5px;}
.company #left .newslist li { border-bottom:1px dashed #AAB5BB; margin-bottom:30px; padding-bottom:10px;}
.company #left .newslist li h4 { font-size:14px; margin-top:10px;}
.company #left .newslist li h4 a { text-decoration:none;}
.company #left .newslist li h4 a:hover { text-decoration:underline;}
.company #left .newslist li h5 { margin-top:6px; font-size:12px; font-weight:normal;}
.company #left .newslist li h5 em { padding:0 10px;}
.company #left .newslist li p { margin-top:15px; line-height:20px;} 

/*资源*/

.resource #left h3 { text-align:center; font-size:14px; margin-top:30px; padding-bottom:15px; border-bottom:1px dashed #AAB5BB;}
.resource #left h3#themes { text-align:left; padding-left:24px;}
.resource #bottom_resource { margin-top:40px; color:#495B5F; overflow:hidden;}
.resource #bottom_resource ul { overflow:hidden; margin-left:-10px; clear:both;}
.resource #bottom_resource li { width:200px; float:left; margin-left:20px;}
.resource #bottom_resource li h3 { font-size:12px; padding-left:8px; text-align:left; padding-bottom:8px; border-bottom:1px solid #A8B5BB; clear:both; margin-bottom:18px;}
.resource #bottom_resource li p { line-height:20px; padding:5px;}
.resource #bottom_resource li p.xiangqing { text-indent:0; text-align:right; margin-top:5px;}

.resource #themes_list, .resource #plugins_list { padding:10px;}
.resource #themes_list li { border-bottom:1px dashed #9C9C9C;}
.resource #themes_list li ul { margin:20px 15px; overflow:hidden; padding-bottom:10px; padding-top:10px;}
.resource #themes_list li li { border-bottom:0; float:none; padding:10px 0;}
.resource #themes_list li li strong { color:#51B400;}
.resource #themes_list li li em { padding:0 8px;}
.resource #themes_list li li.style_look { float:left; margin-left:20px;}
.resource #themes_list li li.style_look img { width:160px; height:120px; padding:2px; border:1px solid #C4D2DB; margin-right:40px;}
.resource #themes_list li li.style_look img:hover { border:1px solid #8EC5E6;}
.resource #plugins_list li { border-bottom:1px dashed #9C9C9C; margin-bottom:20px;}
.resource #plugins_list li li { border-bottom:0; padding:4px 0; line-height:16px; margin-bottom:0; line-height:180%;}
.resource #plugins_list li ul { margin-left:14px; margin-bottom:10px;}
.resource #plugins_list li li strong { color:#51B400;}
.resource #plugins_list li li em { padding:0 8px;}

.resource .more_res { text-align:right; margin-top:10px;}
.resource p.works_notice { margin:0 10px; line-height:200%;}
.resource p.works_notice strong { color:#f00;}

/*购买*/

.purchase #left h3, .product #left h3, .company #left h3#c_list { text-align:left; padding-left:24px; font-size:12px; margin-top:20px; padding-bottom:10px; border-bottom:1px dashed #AAB5BB;}
.purchase #left h4 { margin-top:20px; font-size:12px; font-weight:bold; text-align:left; padding-left:24px;}
.purchase #left table { border:1px solid #E5EDF0; margin-top:10px; width:709px;}
.purchase #left table th, .purchase #left table td { padding:8px 5px; text-align:center; background:#F4F8F9; overflow:hidden; line-height:20px;}
.purchase #left table th { text-align:left; padding:8px 10px; background:#E5EDF0; font-weight:normal; width:210px; overflow:hidden;}
.purchase #left table td.f_td { background:#F3F4F6 url(../images/service/s_td_bg.jpg) top left repeat-y; text-align:left; padding-left:13px;}
.purchase #left.s_more table td { text-align:left;}
.purchase #left.s_more table td.h_td { text-align:center;}
.purchase #left.s_more ol#top_ec_more { list-style-type:decimal; line-height:180%; margin-top:10px;}
.purchase #left.s_more ol#top_ec_more li { margin-left:24px;}
.purchase #left.s_ecconsult table td.head_td { font-weight:800; text-align:center;}
.purchase #left.s_ecconsult table td.left_td { text-align:left;}
.purchase #left.s_ecconsult p { margin:10px 0;}

.purchase #left table th p { display:none; color:#777; margin-top:10px;}
.purchase #left table th p.show { display:block;}
.purchase #left table th strong { color:#0197C9; padding:0 3px; cursor:pointer;}
.purchase #left table th.s_th { width:100%; font-weight:600;}
.purchase #left table th.s_th p { width:90%; font-weight:normal;}

.purchase .s_diy p { margin:10px 10px 0 10px; text-indent:2em; line-height:24px;}
.purchase .s_diy ol { margin:15px 10px; margin-left:36px; list-style-type:decimal;}
.purchase .s_diy ol h5 { font-size:12px;}
.purchase .s_diy ol p { margin:5px 0; text-indent:0; line-height:20px;}
.purchase .s_diy ol li { margin-bottom:10px;} 

/*购买注意事项切换*/ 
.purchase #left #description #description_content #description_attention li { margin-bottom:20px; line-height:18px;}
.purchase #left #description #description_content #description_attention li li { margin-bottom:5px;}
.purchase #left #description #description_content #description_attention li h5 { font-size:12px; margin-bottom:10px;}
.purchase #left #description #description_content #description_attention li ul { margin-left:40px; list-style-type:decimal;}

.purchase #left #description #description_content #description_license { margin-top:20px; line-height:20px;}
.purchase #left #description #description_content #description_license p { text-indent:2em; margin-bottom:5px;}
.purchase #left #description #description_content #description_license h5 { font-size:12px; margin:10px 0;}
.purchase #left #description #description_content #description_license ul { list-style-type:disc; margin-left:30px; margin-bottom:15px;}

.purchase #left #description #description_content #description_flow { margin-top:20px; line-height:20px;}
.purchase #left #description #description_content #description_flow ul { margin-bottom:20px; list-style-type:decimal; margin-left:20px;}
.purchase #left #description #description_content #description_flow ul ul { margin:5px 0 5px 40px; list-style-type:circle;}
.purchase #left #description #description_content #description_flow li { padding-bottom:5px;}
.purchase #left #description #description_content #description_flow li li { padding-bottom:0;}
.purchase #left #description #description_content #description_flow h5 { margin:10px 0; font-size:12px;}

.purchase #left #description #description_content #description_payment { margin-top:20px; line-height:20px;}
.purchase #left #description #description_content #description_payment p { text-indent:2em;}
.purchase #left #description #description_content #description_payment h5 { font-size:12px; color:#09c; margin-top:10px;}
.purchase #left #description #description_content #description_payment ul { margin:10px 0;}
.purchase #left #description #description_content #description_payment h6 { font-size:12px;}

/*产品*/

.product #left #product_top { height:245px; width:709px; margin-top:20px; background-position:left top; background-repeat:no-repeat; position:relative;}
.product #left .dz_bg { background-image:url(../images/product/discuz.jpg);}
.product #left .nt_bg { background-image:url(../images/product/discuznt.jpg);}
.product #left .xs_bg { background-image:url(../images/product/xspace.jpg);}
.product #left .ss_bg { background-image:url(../images/product/supesite.jpg);}
.product #left .ec_bg { background-image:url(..////Skin/Ocean//ecshop.jpg);}
.product #left .sv_bg { background-image:url(../images/product/supev.jpg);}
.product #left .ucenter_bg { background-image:url(../images/product/ucenter.jpg);}
.product #left .uchome_bg { background-image:url(../images/product/uchome.jpg);}
.product #left .agg_bg { padding-bottom:20px; position:relative;}
.product #left .agg_bg p { line-height:140%; font-size:12px; color:#9BB8C8; position:absolute;}
.product #left .agg_bg #product_uchome { height:128px; background:url(../images/product/products_uchome_bg.jpg) left top no-repeat;}
.product #left .agg_bg #product_uchome img { position:absolute; top:0; right:0;}
.product #left .agg_bg #product_uchome p { width:378px; top:45px; left:80px;}
.product #left .agg_bg #product_ucenter { height:137px; background:url(../images/product/products_ucenter_bg.jpg) left top no-repeat;}
.product #left .agg_bg #product_ucenter img { position:absolute; bottom:0; left:0;}
.product #left .agg_bg #product_ucenter p { width:360px; top:150px; right:130px;}

.product #left #product_top ul { position:absolute; top:179px; left:38px;}
.product #left #product_top li { float:left; margin-right:7px;}

.product #left #center_products	{ height:230px; border-bottom:1px dashed #A4B6C2;}
.product #left #center_products ul { text-align:center; overflow:hidden;}
.product #left #center_products li { float:left; margin:0 10px;}
.product #left #center_products li span { text-align:right; display:block; padding-right:10px;}
.product #left #center_products li span a { margin-left:3px;}

.product #left #other_products { height:140px; margin-top:30px;}
.product #left #other_products ul { text-align:center; overflow:hidden;}
.product #left #other_products li { float:left; height:30px; padding-top:74px; margin:0 5px; position:relative;}
.product #left #other_products li.other_products_nt { background:url(../images/product/products_discuznt.jpg) left top no-repeat; width:104px; padding-right:122px;}
.product #left #other_products li.other_products_ss { background:url(../images/product/products_supesite.jpg) left top no-repeat; width:128px; padding-right:98px;}
.product #left #other_products li.other_products_xs { background:url(../images/product/products_xspace.jpg) left top no-repeat; width:118px; padding-right:108px;}
.product #left #other_products li a { margin-right:3px;}
.product #left #other_products li img.products_special { position:absolute; top:0; right:0;}

/*产品页内容切换*/
.product #left #description h4 { font-size:12px; margin-top:8px; margin-bottom:8px;}
.product #left #description #description_content { line-height:200%;}
.product #left #description #description_content p { text-indent:2em; padding-bottom:5px;}
.product #left #description #description_content #description_overview { overflow:hidden;}

.product #left #description #description_content #description_function li { margin-bottom:15px;}

.product #left #description #description_content #description_runtime ul { margin:10px 60px; list-style-type:circle;}
.product #left #description #description_content #description_runtime ul#list_ul { margin:10px; list-style-type:none;}
.product #left #description #description_content #description_runtime li { margin-bottom:8px;}

.product #left #description #description_content #description_customers ul#cus_ec li { margin-bottom:20px;}
.product #left #description #description_content #description_customers ul#cus_ec li h5 { font-size:12px; margin-bottom:10px;}

/*服务*/

.service #left #service_top { height:245px; width:709px; margin-top:20px; background-position:left top; background-repeat:no-repeat; position:relative;}
.service #left .insenz_bg { background-image:url(../images/service/insenz.jpg);}
.service #left .s5d6d_bg { background-image:url(../images/service/5d6d.jpg);}
.service #left .maifou_bg { background-image:url(../images/service/maifou.jpg);}
.service #left .phpchina_bg { background-image:url(../images/service/phpchina.jpg);}
.service #left #service_top a { width:110px; height:35px; display:block; position:absolute; left:55px; top:175px;}

.service #service_top { margin-top:10px;}
.service #description_content h4 { margin-bottom:10px; font-size:12px;}
.service #description_content p { line-height:180%; text-indent:2em; margin-bottom:8px;}

/*分页样式*/

.xspace-page { text-align:center; font-size:14px; font-weight:600;}
.xspace-page .xspace-totlerecord, .xspace-page .xspace-totlepages { display:none;}
.xspace-page a, .xspace-page span.xspace-current { padding:2px 5px; border:1px solid #ccc; margin:0 5px; color:#666;}
.xspace-page span.xspace-current { color:#0033FF;}
.xspace-page a:hover { color:#33CC00;}

/*底部*/

#foot { position:absolute; width:100%; z-index:1; top:20000px;}
#foot div { width:950px; margin:0 auto;}

/*广告*/

#content #small_banner { position:absolute; z-index:100; right:-10px; width:181px; padding:30px 15px 30px 25px; background:#FFF url(..////Skin/Ocean/right_list_bg.jpg) center top repeat-y;}
#content #right.small_banner_ul ul { padding-bottom:221px;}
#content #right.small_banner_ul ul ul { padding-bottom:0;}




/* ******************************************************************* */
/*
Comsenz官方站
(C) 2001-2006 Comsenz Inc.
http://www.comsenz.com
*/

/*初始化*/

h1, h2, h3, h4, h5, h6, h7, p, ul, ol, dl, dt, dd, li, body, form, input, button, img, cite, strong, em, table, td, th { padding:0; margin:0;}
h1, h2, h3, h4, h5, h6, h7 { font-size:14px; font-weight:bold;}
img, table, td, th { border:0;}
ul, ol { list-style-type:none;}
a { color:#0097CC; }
a:hover { color:#51B400; text-decoration:underline;}
body { font:12px Arial, "宋体", Verdana, sans-serif;}

/*头部*/

/* #head { width:100%; height:105px; background:url(..////Skin/Ocean/head_bg.jpg) top repeat-x;} */

#head { width:100%; height: 76px; text-align: right; }
/*background:url(..////Skin/Ocean/head_bg.jpg) top repeat-x;*/
#head #logo { width:950px; height:71px; background:url(..////Skin/Ocean/logo_bg.jpg) left top no-repeat;}
#head #logo h1 { float:left;}
#head #logo p { float:right; margin-right:50px; margin-top:28px;}
#head #logo p a { color:#94a4c2;}
#head #logo p a strong { font-weight:normal;}
#head #logo p em { padding:0 10px;}


#head .htitle {
	float:left;
}
#head .htitle h1 a {
	display:block;
	font-size:0;
	height:52px;
	overflow:hidden;
	width:359px;
	background-image: url(dedecms/top_logo.jpg);
	background-repeat: no-repeat;
	line-height: 280px;
}

.Language span {
	text-align: center;
	background-repeat: no-repeat;
	FONT-SIZE: 13px;
	color:#0097C9;
}
#head .Language {
	text-align: right;
	padding-right: 17px;
	padding-top:10px;
}

#navo {
	width: 950px;
	padding-left: 4px;
	height: 45px;
	background-attachment: scroll;
	background-image: url(dedecms/nav_left.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navi {
	background-attachment: scroll;
	background-image: url(dedecms/nav_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 4px;
}
#menu {
	height: 45px;
	background-attachment: scroll;
	background-image: url(dedecms/menu_background.jpg);
	background-repeat: repeat-x;
}
#menu ul {
	border:0 none;
	line-height:150%;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 0 15px;
	padding:0;
}

#nav {
	padding-left:20px;
}
#nav li {
	float:left;
	height:35px;
}
#nav li a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	cursor:pointer;
	display:block;
	float:left;
	height:43px;
	padding-left:5px;
	text-decoration:none;
}
#nav li a span {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	/* background:transparent url(dedecms/menu_on_right.gif) no-repeat scroll right top; */
	color:#FFFFFF;
	float:left;
	font-size:14px;
	line-height:16px;
	padding:12px 14px 10px 10px;
	text-decoration:none;
}
#nav .menu_line {
	background-attachment: scroll;
	background-image: url(dedecms/nav_line.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 3px;
	margin-top: 8px;
	margin-right: 3px;
	margin-left: 3px;
}
#nav li .nav_on {
	background-image: url(dedecms/menu_on_left.gif);
	background-repeat: no-repeat;
}
#nav li .nav_on span {
	background-position:right 0px;
	color:#333333;
	font-weight:bold;
	padding:12px 14px 17px 10px;
	text-decoration:none;
	background-image: url(dedecms/menu_on_right.gif);
}













/*
.menu { width:950px; height:33px; background:url(..////Skin/Ocean/menu_bg.jpg) top repeat-x; white-space:nowrap;}
.menuli { float:left; width:84px; height:33px; background:url(..////Skin/Ocean/menu_line.jpg) right top no-repeat;}
a.menu { color:#fff; display:block; font-size:12px; font-weight:bold; text-decoration:none; padding:10px 28px;}
a.menu:hover { background:url(..////Skin/Ocean/menu_li_hover.jpg) left top no-repeat; color:#000;}

a.menu_home { background:url(..////Skin/Ocean/menu_home_other.jpg) left top no-repeat;}
a.menu_home.here, a.menu_home:hover { background:url(..////Skin/Ocean/menu_home.jpg) left top no-repeat;}
*/

/*底部信息*/

#foot { width:100%; height:70px; margin-top:20px; overflow:hidden; background:url(..////Skin/Ocean/foot_bg.jpg) left bottom repeat-x;}
#foot div { width:950px; margin:0 auto; padding-top:20px;}
#foot p#comsenzservice { float:left;}
#foot p#message, #foot p#copy { float:right;}
#foot p#copy { clear:both; white-space:nowrap; margin-top:5px;}
#foot em { padding:0 10px; color:#666;}

/*统一样式*/

#head, #head #logo, #head #menu { margin:0 auto;}

#head, #head #logo { overflow:hidden;}

#head #logo p a strong, #foot p#comsenzservice a strong { color:#0097CC;}

#head #logo p a, #foot p#comsenzservice a { text-decoration:none;} 

#foot p#comsenzservice a, #foot p#copy { color:#4c5a62;}




.sec1 { 
BORDER-RIGHT: #c6d3de 1px solid; BORDER-TOP: #ffffff 1px solid; BORDER-LEFT: #ffffff 1px solid; CURSOR: hand; COLOR: #000000; BORDER-BOTTOM: #ffffff 1px solid; BACKGROUND-COLOR: #429aef 
} 
.sec2 { 
BORDER-RIGHT: #c6d3de 1px solid; BORDER-TOP: #ffffff 1px solid; FONT-WEIGHT: bold; BORDER-LEFT: #ffffff 1px solid; CURSOR: hand; COLOR: #000000; BACKGROUND-COLOR: #ffffff 
} 
.main_tab { 
BORDER-RIGHT: #c6d3de 1px solid; BORDER-LEFT: #c6d3de 1px solid; COLOR: #000000; BORDER-BOTTOM: #c6d3de 1px solid;
}
.main_tab2 { 
border:1px solid #C6D3DE; COLOR: #000000; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px
}

.head_tab{ BORDER-RIGHT:#c6d3de 1px solid; BORDER-LEFT: #c6d3de 1px solid; COLOR: #000000; BORDER-top: #c6d3de 1px solid;
}
.center_tab{BORDER-RIGHT:#c6d3de 1px solid; BORDER-LEFT: #c6d3de 1px solid;  }

.linka{ font-size:18px; font-weight:bold; line-height: 200%;
.linkb{ font-size:12px;}
.linkc{ font-size:12px;}
.tableleft{padding-left : 12px;background-color : #ffffff;}
.tableright{padding-left : 12px;padding-right : 12px;background-color : #ffffff;}
