/* CSS Document */
/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a { text-decoration: none; } /* 链接无下划线,有为underline */
a:link { color: #333333; } /* 未访问的链接 */
a:visited { color: #333333; } /* 已访问的链接 */
a:hover { color: #ae0927; } /* 鼠标在链接上 */
a:active { color: #333333; } /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link { color: #333333; }
a.channel:visited { color: #333333; }
a.channel:hover { color: #990000; }
a.channel:active { color: #333333; }
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link { color: #ffff00; }
a.channel2:visited { color: #ffff00; }
a.channel2:hover { color: #ff6600; }
a.channel2:active { color: #ffff00; }
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link { color: #ffffff; }
a.bottom:visited { color: #ffffff; }
a.bottom:hover { color: #ffff00; }
a.bottom:active { color: #ffffff; }
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link { color: #ffffff; }
a.class:visited { color: #ffffff; }
a.class:hover { color: #ff0000; }
a.class:active { color: #ffffff; }
/* body的css定义:对应css中"body"，可定义内容为网页字体颜色、背景、浏览器边框等 */
body {
  margin:0px;
  font-size: 14px;
  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;
  background:url(/imgzs/topbg1.jpg) center top repeat-x;
  }
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
font-family:"宋体";
font-size: 14px;
line-height: 150%;
font-weight: normal;
color: #333333;
}
/* 按钮的css定义:对应css中的"button"，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button { font-size: 14px; height: 20px; }
/* 下拉列表框的css定义:对应css中的"select"，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select { font-size: 14px; 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 #CCCCCC; }
.comment_title /* 标题背景颜色定义(760) */ { background:#F1F1F1; color: #000000; font-weight: normal; height: 25; }
.comment_tdbg1 /* 表格背景颜色定义(760) */ { background:#ffffff; line-height: 120%; }
.comment_tdbg2 /* 留言显示1px表格背景颜色定义 */ { background:#fafafa; }
　　/* --评论显示页的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(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) */ { }
.guest_title /* 标题背景颜色定义(760) */ { color: #000000; font-weight: normal; height: 30px; background-color: #C0DDF8; }
.guest_tdbg /* 表格背景颜色定义(760) */ { background:#fafafa; line-height: 120%; }
.guest_tdbg_1px /* 留言显示1px表格背景颜色定义 */ { }
.guest_border2 /* 回复表格虚线边框背景颜色定义(760) */ { border: 1px dashed #97d2df; background:#e8f5f8; color: #006633; }
.guest_replyadmin /* 管理员回复文字背景颜色定义(760) */ { color: #ff0000; }
.guest_replyuser /* 用户回复文字背景颜色定义(760) */ { color: #449ae8; }
/* 留言栏目标题文字链接的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(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 {line-height: 120%; }
.tdbgmouseover {line-height: 120%; }
.tdbg2 {line-height: 120%; }
.tdbg5 {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; }

/* ==用户登录框定义== */
.userbox { 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:#000000; }
.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; }

/* --边框风格-- */
.biankuan_hui4 { border: 1px solid #CCCCCC; }
.biankuan_hui4_x {/* --带x为虚线边框-- */ border: 1px dashed #CCCCCC; }
.biankuan_hui3_shang {/* 上边为空 */ border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid; border-right-color: #CCCCCC; border-left-color: #CCCCCC; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCCCCC; }
.biankuan_hui3_xia {/* --下边为空-- */ border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid; border-right-color: #CCCCCC; border-left-color: #CCCCCC; border-top-width: 1px; border-top-style: solid; border-top-color: #CCCCCC; }
.biankuan_lan2 { border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid; border-right-color: #7194D1; border-left-color: #7194D1; }
.biankuan_lan3_shang {/* 上边为空 */ border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid; border-right-color: #3BA5E1; border-left-color: #3BA5E1; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #3BA5E1; }
.biankuan_lan4 { border: 1px solid #B1D1F1; }
.biankuan_hong4 { border: 1px solid #FFD6C3; }
.biankuan_lv4 { border: 1px solid #BADE7F; }
.biankuan_huang4 { border: 1px solid #FF8501; }
/*各频道图片边框 */

/*文章频道图片边框 */
.pic1 { border: 2px solid #ffffff; filter:progid:dximagetransform.microsoft.glow(color=#B6CEE6, strength=1);
}

/* 会员文章列表样式 */
.article_list_body a { text-decoration: none; font-size: 12px; line-height: 24px; }
.article_list_body a:hover { color: #990000; text-decoration: none; }
.article_list_body a:visited { text-decoration: none; }
/* ajjx评论样式 */
.pinglun_text {/* 评论文本框样式 */ border:1px solid #CCCCCC; color:#666666; font-size:12px; padding-top: 5px; padding-right: 0; padding-bottom: 0; padding-left: 5px; margin-top: 10px; margin-bottom: 10px; }
.pinglun_button {/* 评论提交按钮样式 */ background: url(/imgm/pinglun_button.gif); border:none; height:31px; width:83px; margin-right:5px; color:#404040; }
.pinglun_title { height:36px; line-height:36px; color:#161616; background-image: url(/imgm/pinglun_title.gif); background-repeat: repeat-x; background-position: center top; border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid; border-right-color: #CCCCCC; border-left-color: #CCCCCC; padding-left: 10px; }
.pinglun_biankuan { padding:10px; line-height:24px; 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: #CCCCCC; border-bottom-color: #CCCCCC; border-left-color: #CCCCCC; margin-bottom: 10px; }
/* 输入框样式 */
.input01 { color:#999999; height: 20px; font-size: 12px; }
/* 顶部搜索条样式 */
.search { text-align:right; margin-top: 10px; }
.search input#keyword { width:181px; background:url(/imgm/search_input.gif) no-repeat left center; border:none; padding-left:25px; color:#458A11; margin-right: -8px; line-height: 23px; height: 23px; }
.search input#Submit { width:62px; border:none; cursor: pointer; background-image: url(/imgm/search_botton.gif); background-repeat: no-repeat; background-position: left 1px; height: 23px; }
/* --便民服务-- */
#bianminfuwu a { height: 77px; width: 70px; }
#bianminfuwu a:hover { text-decoration: underline; background-color: #FFECDD; }
/*留言调用列表样式*/
.guestbook_list { }
.guestbook_list a { font-size: 12px; height: 24px; }
.guestbook_list a:link { color: #000000; }
.guestbook_list a:visited { color: #000000; }
.guestbook_list a:hover { color: #990000; }
.guestbook_list a:active { color: #000000; }
/*空行分割*/
.kong { width: 100%; line-height: 10px; height: 10px; }

	font-size: 14px;}
.xw {
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}
.xz {
	line-height: 24px;
	color: #333333;
}
.xwdt {
	font-size: 14px;
	line-height: 28px;
	color: #333333;
}
.gz0dt {
	font-size: 14px;
	line-height: 30px;
	color: #333333;
}
.xwww {
	font-size: 14px;
	line-height: 23px;
	color: #000000;
}
.xw1 {
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}
.xw2 {
	font-size: 14px;
	line-height: 28px;
	color: #333333;
}
.xw21 {
	font-size: 12px;
	line-height: 28px;
}
.xw3 {
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	color: #ff0000;
}
.xsca {font-size: 12px;
	color: #333333;
         line-height: 28px;
}
.xw21 {
	font-size: 12px;
	line-height: 20px;
}
.fbt {font-size: 16px; line-height: 30px; color: #ff0000; font-weight: bold; }
.toutiao {
	font-size: 26px;
	font-weight: bold;
	color:#ff0000;
	line-height: 42px;
}
.biandh {
         color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 42px;
         background:url(../imgzs/lanmds.jpg);
}
.toutiaosm {
	line-height:18px;
	color:#333333;
}
.daohlm{
	font-size:16px;
	font-weight: bold;
	color:#ffffff;
}
.infoText {
	font-size: 14px;
	line-height: 23px;
	color: #000000;
}
.xwb {
	font-size: 14px;
	line-height: 24px;
	color: #2BA56A;
}
.dingbu {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}
.lanmub {
	font-size: 16px;
	color: #005EC2;
	font-weight: bold;
}
.lanbb {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}
.daohangx {
	font-size: 14px;
	color: #186EB9;
}
.bailanmu {
	font-size: 12px;
	color: #3788CA;
}
.biandhh {
        width:252px; 
        height:43px; 
	font-size: 14px;
	font-weight: bold;
	color:#ffffff;
	line-height: 43px;
        background: url(/imgzs/lanmdss.jpg);
}
.xzbb {
	font-size: 12px;
	line-height: 17px;
}
.lanmub1 {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}

.lanmub12 {
	font-size: 16px;
	color: #005EC2;
	font-weight: bold;
}
.baised {
	color: #ffffff;
}
.dbhs {
	color: #ff0000;
}
.snavr{
   margin:0px;
   background:url(/imgzs/bg001.jpg) center top repeat-y;
}
.search-keywords{float:left;width:100%;height:26px;line-height:26px;background:none;border:0 none;font-size:12px;}
/* 幻灯图 */
#mboxb{width:504px;height:397px;overflow:hidden;margin:0px 0px 0 0 ;}
#focus_pic{position:relative;width:504px;height:397px;}
#focus_pic .bd{position:relative}
#focus_pic .hd{position:absolute;left:0;bottom:0;z-index:2;width:504px;height:40px}
#focus_pic .focus-title{overflow:hidden;position:absolute;top:0;left:0;height:40px;padding:0 14px 0 15px;line-height:40px;font-size:16px;font-weight:bold;}
#focus_pic .focus-title .title{color:#64d734;}
#focus_pic .focus-title a{display:none;color:#fff;}
#focus_pic .btn-prev, #focus_pic .btn-next{display:none;position:absolute;top:150px;width:40px;height:80px;z-index:2;}
#focus_pic .btn-prev{left:0;background:url(/images/focus_prev.png) no-repeat;_background:0;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image,src="/images/focus_prev.png");}
#focus_pic .btn-next{right:0;background:url(/images/focus_next.png) no-repeat;_background:0;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image,src="/images/focus_next.png");}
#focus_pic .focus-bar-box{width:504px;height:397px;position:relative;overflow:hidden;}
#focus_pic .focus-bar{width:504px;}
#focus_pic .focus-bar li{float:center;width:504px;height:397px;}
#focus_pic .focus-bar li a{width:100%;height:100%;display:block;}
#focus_pic .focus-bar li img{width:100%;min-height:100%;}
#focus_pic .ft{position:absolute;left:0;bottom:0;z-index:1;width:504px;height:40px;}
#focus_pic .ftbg{position:absolute;top:0;left:0;z-index:-1;width:504px;height:40px;background:#000;opacity:.6;filter:alpha(opacity=60);}
#focus_pic .change{position:absolute;right:0;bottom:15px;height:10px;}
#focus_pic .change a{float:left;width:10px;height:10px;margin-right:10px;background:url(/images/focus_normal.png) no-repeat;_background:0;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=image,src="/images/focus_normal.png");cursor:pointer;}
#focus_pic .change a.on{background: url(/images/focus_active.png) no-repeat;_background: 0;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=image,src="/images/focus_active.png");}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,iframe{margin:0;padding:0;}