/* 网站链接总的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 {font-size: 16px; font-weight: bold; color: #ed2a6d; font:"黑体", "宋体"}
a.channel:visited {font-size: 16px; font-weight: bold; color: #ed2a6d; font:"黑体", "宋体"}
a.channel:hover{position: relative; 
	left: 1px; 
	top: 1px; font-size: 16px; font-weight: bold; color: #f6e202; font:"黑体", "宋体"}
a.channel:active {color: #ffffff; font-size: 16px; font-weight: bold; color: #ed2a6d; font:"

黑体", "

宋体"}
/* 顶部当前频道文字链接的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:auto;
	font-size: 9pt;
	background-position:center;
	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;
	text-align: center;
}
/* 单元格的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; color: #f40c5e;
}
.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 #fbfbfb;line-height: 12px; text-align:justify ;padding-left:5;padding-

right:2;



}
.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:#ea2d6f;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定义结束--

/* 文章二级栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定

义以预留

。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class2:link {color: #f40c5e; font-size: 14px;}
a.class2:visited {color: #f40c5e; font-size: 14px;}
a.class2:hover{color: #fffc00; font-size: 14px;}
a.class2:active {color: #f40c5e; font-size: 14px;}

/* {$ShowPath} 颜色设置。调用代码为<a class='class' ***>***</a> */
a.ShowPath:link {color: #f40c5e; }
a.ShowPath:visited {color: f40c5e; }
a.ShowPath:hover{color: #fffc00; }
a.ShowPath:active {color: #f40c5e; }

.shop_titlelist /* 栏目标题背景颜色定义(760) */
{
background:#f4f4f4
line-height:30px;	
 }	

.shop_titletop /* 栏目标题头部文字(760) */
{
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
line-height:30px;	
 }

.shop_titledetail /* 内容页列表 */
{
	
color: #7a7a7a;
	font-size: 12px;
	font-weight: bold;
line-height:30px;	
 }
.shop_detail /* 内容页列表 */
{
	color: #e31d61;
	font-size: 12px;
	
line-height:30px;	
 }

.companyintro  /* 公司简介商务会展标题 */
{font-size: 16px;
font:"黑体", "宋体";
color:#FFFFFF;
font-weight:bold
}

/*  商务会展导航 */
a.business2{text-decoration: none;} /* 链接无下划线,有为underline */ 
a.business2:link {color: #ffffff;} /* 未访问的链接 */
a.business2:visited {color: #ffffff;} /* 已访问的链接 */
a.business2:hover{color: #fcff00; position: relative; 
	left: 1px; 
	top: 1px;
text-decoration: underline;} /* 鼠标在链接上 */ 
a.business2:active {color: #ffffff;} /* 点击激活链接 */


相同可不设置。调用代码为<a class='class' ***>***</a> */
a.fcphoto:link {color: #ffffff;  font-size: 14px;}
a.fcphoto:visited {color: #ffffff;  font-size: 14px;}
a.fcphoto:hover{color: #f0ff00;  font-size: 14px;}
a.fcphoto:active {color: #ffffff;  font-size: 14px;}

/* 网站版权信息 */
a.botom:{ text-decoration: none;} /* 链接无下划线,有为underline */ 
a.botom:link {color:#e62668; font-size:14px; font-weight:bold;} /* 未访问的链接 */
a.botom:visited {color:#e62668; font-size:14px; font-weight:bold} /* 已访问的链接 */
a.botom:hover{color: #d6ce03; position: relative; 
	left: 1px; 
	top: 1px;
	 font-size:14px; font-weight:bold} /* 鼠标在链接上 */ 
a.botom:active {color: #e62668; font-size:14px; font-weight:bold} /* 点击激活链接 */


a.pw_banner:link {color: #FFFFFF; font-size: 18px; font-weight:bold;} /* 未访问的链接 */
a.pw_banner:visited {color: #FFFFFF; font-size: 18px; font-weight:bold;} /* 已访问的链接 */
a.pw_banner:hover{color: #FF0000; font-size: 18px; font-weight:bold; position: relative; 
	left: 1px; 
	top: 1px;} /* 鼠标在链接上 */ 
a.pw_banner:active {color: #FF0000; font-size: 18px; font-weight:bold;} /* 点击激活链接 */


.yy_title  /* 营业中心标题 */
{
font-size:22px; 
font:"黑体", "宋体";
color:ff0048;
font-weight:bold; 
}

.yy_gongjiao  /*营为中心公交 */
{ font:'宋体'; 
font-size:16px;
 font-weight:bold;
 color:0e7d00;
}

.yy_name  /*营为中心公交 */
{
font:'宋体'; 
font-size:16px; 
font-weight:bold; 
color:d51249;
}







/* CSS Document */

/*更多精彩*/
.div_more {width:80px; float:right; height:18px; margin:9px; margin-right:4px;}
.div_more a{text-decoration: none;}  /* 链接无下划线,有为underline */ 
.div_more a:link {color: #7e7e7e; font-size:14px; font-weight:100;  } /* 未访问的链接 */
.div_more a:visited {color: #7e7e7e;font-size:14px; font-weight:100; } /* 已访问的链接 */
.div_more a:hover{color: #ff7200; text-decoration:underline;  } /* 鼠标在链接上 */ 
.div_more a:active {color: #ff7200; } /* 点击激活链接 */

/*顶部标题及电话*/
div#top{ 
width:950px;
height:84px;
border-top:1px solid #e9037f;
}
div#logo{
margin:0px;
float:left;
width:307px;}
div#top_ad{
float:left;
width:302px;
height:59px;
margin:24px 0px 0px 29px  ;
}
div#top_right{
float:right;
line-height:20px;
height:20px;
width:223px;
background:#e9037f;
text-align:center;
color:#FFFFFF;
}
div#top_right_img{
float:right; 
height: 20px;
margin-top:0px;
}
div#top_tonghang{
float:right;
margin-top: 28px;
}

/*more*/
.more{margin-right:12px; width:auto; height:auto; float:right; margin-top:6px;}
.more  a{text-decoration: none;}  /* 链接无下划线,有为underline */ 
.more a:link {color: #333333; font-size:9pt; font-weight:100;  } /* 未访问的链接 */
.more a:visited {color: #333333;font-size:9pt; font-weight:100; } /* 已访问的链接 */
.more a:hover{color: #fff100; text-decoration:underline;  } /* 鼠标在链接上 */ 
.more a:active {color: #ff7200; } /* 点击激活链接 */



#top_right  a{text-decoration: none;}  /* 链接无下划线,有为underline */ 
#top_right a:link {color: #ffffff; font-size:10pt; font-weight:100;  } /* 未访问的链接 */
#top_right a:visited {color: #ffffff;font-size:10pt; font-weight:100; } /* 已访问的链接 */
#top_right a:hover{color: #fff100; text-decoration:underline;  } /* 鼠标在链接上 */ 
#top_right a:active {color: #ff7200; } /* 点击激活链接 */

div#top_text{
float:right;
margin-top:16px;
margin-right:45px;
text-align:right;
color:#5c5c5c;
font-weight:600;
font:"黑体", "宋体";
font-size:14px;}

/*网站导航栏*/
div#daohang_backx{ border:1px solid #d40d7b; height:42px; width:948px; 
text-align:center; background:url(http://www.hnhaiwai.com/pic/daohang_gif.gif)}

div#daohang_text{height:24px; width:100px; float:left; line-height:24px;
padding-left:14px; padding-right:14px;
 margin-top:9px;
 border-left:solid 1px #c0026b; border-right:solid 1px #ff5bb6}
div#daohang_text  a{text-decoration: none;}  /* 链接无下划线,有为underline */ 
div#daohang_text a:link {color: #fff100; font-size:16px; font-weight: bold; text-shadow:-1px 2px 3px #ffffff; font:"黑体", "宋体";} /* 未访问的链接 */
div#daohang_text a:visited {color: #fff100;font-size:16px; font-weight:bold; text-shadow:2px 2px 10px #ffffff; font:"黑体", "宋体";} /* 已访问的链接 */
div#daohang_text a:hover{color: #ffffff; text-decoration:underline;   } /* 鼠标在链接上 */ 
div#daohang_text a:active {color: #ff7200; } /* 点击激活链接 */
div#daohang_line { border-bottom:solid 1px #ed0083; border-top:solid 1px #bdbdbd; width:950px; height:0px;}

/*联系方式 qq等*/
div#contact_border{ width:950px; height:42px; background:url(http://www.hnhaiwai.com/pic/contact_fill.gif)}
div#contact_tel{width:9px; height:42px; background:url(http://www.hnhaiwai.com/pic/contact.gif); float:left;}
div#contact_right{ width:16px; height:42px; background:url(http://www.hnhaiwai.com/pic/contact_right.gif); float:right;}
div#contact_text{ font-size:14px; color:#1e9403; font-weight:bold; float:left; line-height:22px; width:75px; margin-left:30px; margin-top:12px;}
div#contact_number{ font-size:20px; font:"Arial","Times New Roman", Times; font-weight:bolder; color:#d60077;  margin-left:10px; margin-top:12px; width:auto; float:left;}


/*搜索框以及广告*/
.biankuang{ width:950px; height:auto; margin-top:3px;}
div#serach{border:solid 1px #ff0078; width:307px; height:271px; float:left; background:url(http://www.hnhaiwai.com/pic/serch_backgroud.gif)}
div#ad{width:633px; height:271px; border:solid 1px #929292; float:right;}


/*出境旅游*/
div#abroad_border{width:710px; height:auto; border:solid 1px #dddddd; float:left;}

div#abroad_bk{width:100%; height:30px; background:url(http://www.hnhaiwai.com/pic/abroad_fill.gif);  }
div#abroad_bk2{width:100%; height:30px; background:url(http://www.hnhaiwai.com/pic/abroad_fill.gif);  }
div#abroad_daohang{width:auto; height:30px; float:left; line-height:28px; color:#CCCCCC}

div#abroad_daohang  a{text-decoration: none;}  /* 链接无下划线,有为underline */ 
div#abroad_daohang a:link {color: #747474; font-size:10pt; font-weight:100;  } /* 未访问的链接 */
div#abroad_daohang a:visited {color: #de5900; font-size:10pt; font-weight:100; } /* 已访问的链接 */
div#abroad_daohang a:hover{color: #fff100; text-decoration:underline; } /* 鼠标在链接上 */ 
div#abroad_daohang a:active {color: #d9033f; } /* 点击激活链接 */

/*公司新闻*/
div#news{width:230px; height:325px; border:1px solid #9f9f9f; background:#f5f2f2; float:left;}
.newsline {text-decoration: none; width:210px;  padding-left:10px; line-height:25px; border-bottom:dotted 1px #CCCCCC;}
.newsline  a{text-decoration: none;}  /* 链接无下划线,有为underline */ 
.newsline  a:link {color: #444444; font-size:14px; font-weight:100;  } /* 未访问的链接 */
.newsline  a:visited {color: #444444;font-size:14px; font-weight:100; } /* 已访问的链接 */
.newsline  a:hover{color: #ff7200; } /* 鼠标在链接上 */ 
.newsline  a:active {color: #ff7200; } /* 点击激活链接 */


div#abroad_visa{width:706px; height:auto; float:left;}


div#abroad_backgroud{margin:1px; width:88px; height:27px; background:url(http://www.hnhaiwai.com/pic/abroad.gif); float:left; font-size:14px; font-weight:bold; color:#FFFFFF; text-align:center; line-height:25px;}

div#abroad_backgroud1{margin:1px; width:120px; height:25px; background:url(http://www.hnhaiwai.com/pic/abroad2.gif); float:left; font-size:14px; font-weight:bold; color:#FFFFFF; text-align:center; line-height:25px;}

div#abroad_pic{ width:300px; height:auto; margin:4px; float:left;}

div#aborad_xianglu{width:368px; height:auto; padding-left:8px; height:25px;  margin:4px; float:left;  border-bottom:1px dotted #9f9f9f;}
div#aborad_xianglu a:link {color: #444444; font-size:14px; font-weight:100;  } /* 未访问的链接 */
div#aborad_xianglu a:visited {color: #444444;font-size:14px; font-weight:100; } /* 已访问的链接 */
div#aborad_xianglu a:hover{color: #ff7200; } /* 鼠标在链接上 */ 
div#aborad_xianglu a:active {color: #ff7200; } /* 点击激活链接 */

div#abroad_xiangluname{ width:310px; height:25px; float:left; line-height:24px; text-align:left; border-bottom:dotted 1px #999999;}
div#abroad_price{width:45px; height:25px; float:left; color:#ca0171; font-size:14px; line-height:24px; border-bottom:dotted 1px #999999; text-align:left}

/*主题旅游*/
div#zhuti_border{width:230px; height:auto; border:solid 1px #dddddd; float:left; margin-left:6px; background:#f5f5f5}
div#zhuti_text {width:210px; height:20px; color:#FF9900; font-size:16px; font-weight:bold;  float:left; margin-top:4px; margin-left:4px; background:url(pic/zhuti_text.gif)}



/*签证办理*/
div#visa_border{width:668px; height:162px;}
#menu{
	height:32px; width:668px;
	margin-top:8px; background-color:#E9037F;
}
#menu ul{
	margin:auto; width:668px; height:32px;
	list-style-type:none; padding:0px; margin-top:0px; margin-bottom:0px;
}
.m_li{
	float:left; width:114px; line-height:32px;  text-align:center; margin-right:-2px; margin-left:-2px;
}
.m_li   a{text-decoration: none;}  /* 链接无下划线,有为underline */ 
.m_li  a:link {color: #ffffff;  } /* 未访问的链接 */
.m_li  a:visited {color: #ffffff;} /* 已访问的链接 */

.m_li  a:active {color: #ff7200; } /* 点击激活链接 */

.m_line{
	float:left; width:1px; height:32px;
	line-height:32px;   /*ff下有效(图片垂直居中)*/
}
.m_line img{
	margin-top:expression(( 32 - this.height ) / 2);   /*ie下有效(图片垂直居中)*/
}
.m_li_a{
	float:left; width:114px; line-height:32px; text-align:center; padding-top:3px; font-weight:bold;
	background-image:url(http://www.hnhaiwai.com/pic/200811050815_menu_bg.jpg); position:relative; height:32px; margin-top:-3px; margin-right:-2px; margin-left:-2px;
}
.m_li_a a{
	display:block; color:#FF0000; width:114px;
}
.smenu{
	width:668px; margin:0px auto 0px auto; padding:0px; list-style-type:none; height:32px;
}
.s_li{
	line-height:32px; width:auto; display:none; height:32px; 
}
.s_li:link {color: #ffffff;} /* 未访问的链接 */
.s_li_a{
	line-height:32px; width:auto; display:block; height:32px; 
}

/*下部导航*/
div#bottom{width:948px; height:37px; border:1px solid #d20172; background:url(http://www.hnhaiwai.com/pic/bottom_fill.gif); margin-top:4px; text-align:center; line-height:35px; color:#CCCCCC}

div#bottom a:link {color: #ffffff; font-size:14px; font-weight:bold;  } /* 未访问的链接 */
div#bottom a:visited {color: #ffffff;font-size:14px; font-weight:bold; } /* 已访问的链接 */
div#bottom a:hover{color: #fff100; } /* 鼠标在链接上 */ 
div#bottom a:active {color: #fff100; } /* 点击激活链接 */

div#beian{width:950px; height:120px; background:#f1f1f1; text-align:center; border-top:1px solid #ffffff; line-height:20px;}




.span1{ float:left; width:auto; line-height:38px; margin-left:30px;}
.span2{ float:right; width:auto;}
.news_content{ width:320px; margin:0 auto; height:212px; padding-top:10px; color:#CC0000;}

.p03{ background-color:#EEF3FD;}
.p01{ border-left:#FFFFFF solid 1px; border-right:#FFFFFF solid 1px; border-top:#FFFFFF solid 1px; text-align:left; text-indent:10px;  background-image:url(http://www.hnhaiwai.com/pic/02420534.gif); background-repeat:no-repeat;}

.p02{   text-align:left;  background:url(http://www.hnhaiwai.com/pic/20060905030521360.gif) no-repeat 4px 6px #DAF2FE; text-indent:10px; }

.span01{ width:20px; height:20px; background:#F49A4C; display:block; float:left; text-align:left;}
.news_content p a,.news_content p a:visited{ float:left; width:225px; height:22px; line-height:22px; overflow:hidden; text-align:left; text-decoration:none;}
.news_content p a:hover{ text-decoration:none;}

.info{ width:500px; margin:20px auto 0; height:auto; padding:10px; background:#EEE; text-align:left;}

/*标题提示文字定义*/
body div#tooltip { position:absolute; z-index:1000; max-width:300px; width:auto!important; width:auto; background:#db0071; border:#FEFFD4 solid 1px; text-align:left; padding:3px;}
body div#tooltip p { margin:0;padding:0; color:#FFFFFE;font:12px verdana,arial,sans-serif;}
body div#tooltip p em { display:block;margin-top:3px; color:#f60;font-style:normal; font-weight:bold;}




/*二级栏目 旅游商城*/
/*特别推荐*/
div#shop_left{width:146px; float:left;}
div#shop_right{width:800px; float:right; margin-left:4px;}
div#shop_path{  text-align:right; padding-right:20px;}
div#shop_tuijian{width:800px; background:#fff0f7; border: solid 1px #e4e4e4; height:147px; text-align:left;}
div#shop_tuijianpic{width:77px; margin-top:35px; float:left;}
div#shop_tuijianxianlu{width:320px; height:147px; float:left;}
div#shop_tuijiantitle{height:25px; margin-top:5px;}
.shop_tuijiantitle a:link {color: #1e9402; font-size:14px; font-weight:bold;  } /* 未访问的链接 */
.shop_tuijiantitle a:visited {color: #eea200; font-size:14px; font-weight:bold; } /* 已访问的链接 */
.shop_tuijiantitle a:hover{color: #f40062; } /* 鼠标在链接上 */ 
.shop_tuijiantitle a:active {color: #fff100; } /* 点击激活链接 */

div#shop_tuijiandetail{width:100%; float:left; line-height:20px;}

/*常线路*/
div#shop_border{background:#fff0f5; width:800px;  border: solid 1px #ffa0c0; height:147px; text-align:left; margin-top:4px;}
div#shop_line{ margin:2px; margin-bottom:6px; width:99%; float:left; background:#ededed; border:dashed 1px #ffa0c0 }
div#shop_ClassName{ height:30px; margin-top:1px; width:40%; float:left; padding-left:30px; line-height:25px;}
div#shop_title{width:100%; height:20px; float:left; border-top:#f0f0f0 1px dashed; padding-top:4px; background:#ffffff}
div#shop_titlename{width:55%; float:left; padding-left:18px;}
div#shop_titlename a:link {color: #656565; font-size:14px; font-weight:bold;  } /* 未访问的链接 */
div#shop_titlename a:visited {color: #eea200; font-size:14px; font-weight:bold; } /* 已访问的链接 */
div#shop_titlename a:hover{color: #f40062; } /* 鼠标在链接上 */ 
div#shop_titlename a:active {color: #fff100; } /* 点击激活链接 */



div#shop_price{color:#c5024b; font-weight:bold; font-size:12px; height:20px; text-align:left; width:14%; float:right;}
div#shop_linedate{
	width:30%;
	height:25px;
	font-size:12px;
	color:7e7e7e;
	float:left;
	font-weight:100;
	line-height:25px;
	background:#ffffff;
	border-top:#FF0000;
	border-left:dashed 1px #f0f0f0;
	border-right:dashed 1px #f0f0f0;
}



/*线路内容页*/
div#line_border{width:800px;  background:#f1f1f1; border: solid 1px #e4e4e4; height:auto; text-align:left; font-size:18px; color:#e0005f; font-weight:bolder;}

#line_pic{ width:400px; height:200px; margin:10px; border:2px #ff8fc6 solid; float:left}
div#line_info{ width:auto; padding-left:2px; line-height:30px; font-size:14px; color:#898989; float:left; margin:10px;}
#line_tourPrice{ left:3px;}
.cdyellow_f18{font-size:30px; color:#ff6600; font-weight: bolder; font: Arial}
.cgrey{line-height:35px; color:#333333; font-weight:bold}
/*滑动门*/
li{list-style-type:none;}
.cont{padding:2px;}
.cls{clear:both;}
.hidden{display:none;}
.scrollUl{width:800px ; overflow:hidden; height:35px; border-bottom:2px solid #ff007f; margin-left:0px}
.scrollUl li{float:left;}
.bor03{border:1px solid #ccc;border-top-width:0px; width:800px;}
.sd01{cursor:pointer; width:90px; height:30px; text-align:center; border:1px solid #e0006f; background:#ff007f; margin-top:2px; font-weight:bold; line-height:32px; color:#fff}
.sd02{cursor:pointer; width:90px; height:30px;  text-align:center; border:1px solid #CCC;margin-top:3px; line-height:30px;}


/*线路行程添加*/
div#xc_border{width:95%; height:400px; line-height:24px; font:"宋体","黑体", "Arial Black", Arial; font-size:12px; color: #666666; padding:3px; background:url(pic/backgroud_x.gif); background-repeat:repeat-x;}
div#xc_date{ width:100%; height:auto;  margin-top:5px;}
div#xc_daytime{ width:100%; height:auto; border-bottom:dashed 1px #CCCCCC; }
div#xc_day{width:100%; height:30px; line-height:30px; text-align:left; padding-left:20px; padding-top:4px; border:1px solid #EAEAEA;}
.daytime{ font-size:14px; 　   color:#ff7e00;  font:"黑体", "Arial Black", Arial; float:left;  line-height:30px;}
#daycity{font-weight:bolder; padding-right:20px; padding-left:12px; float:left}
#dayTravel{width:100%; height:100px; padding-left:30px; padding-right:30px; text-align:left}
#dayroom{ margin:5px; border:#dddddd 1px solid;  background-color:#fff4f9; padding:5px; padding-left:20px; color:#545454; text-align:left}

/*左侧栏目*/
div#left_title{width:100%; line-height:30px; background:#e4007f; color:#FFFFFF; text-align:left; padding-left:15px; font-weight: bold; font-size:14px; }
div#left_city{width:146px; height:auto; padding:10px; line-height:25px; text-align:left; border-left:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC;}
div#left_city  a{text-decoration: none;}  /* 链接无下划线,有为underline */ 
div#left_city  a:link {color: #ff4800; font-size:14px; font-weight: bold;  } /* 未访问的链接 */
div#left_city  a:visited {color: #444444;font-size:14px; font-weight:bold; } /* 已访问的链接 */
div#left_city  a:hover{color: #ff7200; } /* 鼠标在链接上 */ 
div#left_city  a:active {color: #ff7200; } /* 点击激活链接 */
a {border:none;}