/* 网站链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{COLOR: #AE0927;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */
/* 顶部频道文字链接的CSS定义－－将顶部频道文字链接与网站链接总的CSS定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的CSS相同即可。调用代码为<a class='Channel' ***>***</a> */
a.Channel:link {color: #ffffff;}
a.Channel:visited {color: #ffffff;}
a.Channel:hover{COLOR: #ffff00;}
a.Channel:active {color: #ffffff;}
/* 顶部当前频道文字链接的CSS定义－－调用代码为<a class='Channel2' ***>***</a> */
a.Channel2:link {color: #ffff00;}
a.Channel2:visited {color: #ffff00;}
a.Channel2:hover{COLOR: #FF6600;}
a.Channel2:active {color: #ffff00;}
/* 底部版权信息文字链接的CSS定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='Bottom' ***>***</a> */
a.Bottom:link {color: #ffffff;}
a.Bottom:visited {color: #ffffff;}
a.Bottom:hover{COLOR: #ffff00;}
a.Bottom:active {color: #ffffff;}
/* 文章栏目标题文字链接的CSS定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='Class' ***>***</a> */
a.Class:link {color: #ffffff;}
a.Class:visited {color: #ffffff;}
a.Class:hover{COLOR: #ff0000;}
a.Class:active {color: #ffffff;}

/* Body的CSS定义:对应CSS中“BODY”，可定义内容为网页字体颜色、背景、浏览器边框等 */
BODY
{
FONT-SIZE: 12pt;background:url(Skinbluebg_all.gif);
background-position:center;
text-decoration: none;
SCROLLBAR-FACE-COLOR: #f6f6f6;
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #cccccc; SCROLLBAR-3DLIGHT-COLOR: #cccccc; SCROLLBAR-ARROW-COLOR: #330000; SCROLLBAR-TRACK-COLOR: #f6f6f6; SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}
/* 单元格的CSS定义:对应CSS中的“TD”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
TD
{
FONT-FAMILY:宋体;line-height: 200%; 
}
/* 文本框的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(Skinbluetop_nav_menu.gif);color: #0560A6;height: 30;
}
.top_nav_menu /* 导航栏表格背景、文字颜色定义 */
{
background:url(Skinbluetop_nav_menu.gif);color: #0560A6;height: 30;
}
.top_Path /* 您现在的位置表格背景、文字颜色定义 */
{
width: 760;background:#ffffff;height: 30;
}
.top_UserLogin /* 顶部用户登录文字链接的CSS定义 */
{
color: #037FA8
}
/* ==top.asp中的CSS定义结束== */

/* ==网页中部中的CSS定义开始== */
.center_tdbgall /* 中部表格总背景颜色定义 */
{
background:#ffffff;
}
　　/* --网页中部左栏的CSS定义开始-- */
.left_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#ffffff;
}
.left_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(Skinblueleft_title.gif);font-weight:bold;color: ffffff;height: 28;width:180;padding-left:40;text-align: left;
}
.left_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
background:url(Skinblueleft_tdbg1.gif);line-height: 150%;padding-left:5;padding-right:8;
}
.left_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
background:url(Skinblueleft_tdbg2.gif);height: 10;
}
.right_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(Skinblueright_title.gif);font-weight:bold;color: ffffff;height: 28;width:180;padding-left:40;text-align: left;
}
　　/* --网页中部左栏的CSS定义结束-- */
　　/* --网页中部中栏的CSS定义开始-- */
.main_tdbgall /* 中栏表格总背景颜色定义 */
{
width: 572;background:#ffffff;
}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{
height: 4;
}
.main_announce /* 中栏公告表格背景、文字颜色定义 */
{
color: 037FA8;height: 25;background:#f9f9f9;border: 1px solid #D2D3D9;
}
.main_Search /* 中栏搜索表格背景、文字颜色定义 */
{
color: 037FA8;height: 25;border: 1px solid #D2D3D9;background:#f9f9f9;
}
.main_top /* 中栏最新推荐表格背景颜色定义 */
{
background:url(Skinbluemain_top.gif);height: 187;
}
.main_title_760i /* 网站首页中栏标题表格背景、文字颜色定义(760) */
{
color: ffffff;background:url(Skinbluemain_title_760i.gif);border-top: 1px solid #D2D3D9;border-right: 1px solid #D2D3D9;border-left: 1px solid #D2D3D9;text-align: left;padding-left:40;height: 29;
}
.main_tdbg_760i /* 网站首页中栏内容表格背景、文字颜色定义(760) */
{
border: 1px solid #D2D3D9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
color: ffffff;background:url(Skinbluemain_title_575.gif);border-top: 1px solid #D2D3D9;border-right: 1px solid #D2D3D9;border-left: 1px solid #D2D3D9;text-align: left;padding-left:40;height: 29;
}
.main_tdbg_575 /* 中栏内容表格背景、文字颜色定义(575) */
{
border: 1px solid #D2D3D9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_282i /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
background:url(Skinbluemain_title_282i.gif);color: ffffff;height: 29;border-top: 1px solid #D2D3D9;border-left: 1px solid #D2D3D9;border-right: 1px solid #D2D3D9;padding-left:40;
}
.main_tdbg_282i /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #D2D3D9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_282 /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
background:url(Skinbluemain_title_282.gif);color: ffffff;height: 29;border-top: 1px solid #D2D3D9;border-left: 1px solid #D2D3D9;border-right: 1px solid #D2D3D9;padding-left:40;
}
.main_tdbg_282 /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #D2D3D9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.listbg /* --栏目文章列表内容间隔颜色的定义1-- */
{
background:#ffffff;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
background:#f7f7f7;
}
　　/* --网页中部中栏的CSS定义结束-- */
　　/* --文章显示页的CSS定义开始-- */

.main_ArticleTitle /* 主标题文字颜色定义 */
{
color: ff0000;font-weight:bold;font-size: 18;line-height: 150%;
}
.main_ArticleSubheading /* 副标题文字颜色定义 */
{
color: 037FA8;font-weight:bold;line-height: 150%;
}
.main_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
background:url(Skinbluemain_title_760.gif);border: 1px solid #D2D3D9;height: 28;color: ffffff;
}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #D2D3D9;padding: 8;line-height: normal;
}
.Article_tdbgall /* 责编等表格背景、文字颜色定义(760) */
{
background:#f5f5f5;
}

　　/* --文章显示页的CSS定义结束-- */
　　/* --留言频道CSS定义开始-- */
/* 留言栏目标题文字链接的CSS定义－－调用代码为<a class='Guest' ***>***</a> */
a.Guest:link {color: #ffffff;}
a.Guest:visited {color: #ffffff;}
a.Guest:hover{COLOR: #ff0000;}
a.Guest:active {color: #ffffff;}

.Guest_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
background:url(Skinbluemain_title_760.gif);border: 1px solid #D2D3D9;padding-left:5;height: 29;color: ffffff;
}
.Guest_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #D2D3D9;padding: 8;
}
.Guest_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #449AE8;
}
.Guest_title /* 标题背景颜色定义(760) */
{
background:#449AE8;color: #ffffff;font-weight: normal;height: 25;
}
.Guest_tdbg /* 表格背景颜色定义(760) */
{
background:#FAFAFA;line-height: 120%;
}
.Guest_tdbg_1px /* 留言显示1px表格背景颜色定义 */
{
background:#D2D3D9;
}
.Guest_border2 /* 回复表格虚线边框背景颜色定义(760) */
{
border: 1px dashed #97D2DF;background:#E8F5F8;color: #006633;
}
.Guest_ReplyAdmin /* 管理员回复文字背景颜色定义(760) */
{
color: #ff0000;
}
.Guest_ReplyUser /* 用户回复文字背景颜色定义(760) */
{
color: #449AE8;
}
　　/* --留言频道CSS定义结束-- */
　　/* --商城的CSS定义开始-- */
.Shop_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #449AE8;
}
.Shop_border3 /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.Shop_title /* 标题背景颜色定义(760) */
{
background:url(Skinbluemain_title_760.gif);color: #ffffff;font-weight: normal;height: 27;
}
.Shop_tdbg /* 表格背景颜色定义(760) */
{
background:#FAFAFA;line-height: 120%;
}
.Shop_tdbg2 /* 表格背景颜色定义2 */
{
background:#f5f5f5;line-height: 120%;
}
.Shop_tdbg3 /* 表格背景颜色定义3 */
{
background:#ffffff;line-height: 120%;
}
.Shop_tdbg4 /* 表格背景颜色定义4 */
{
background:#E1F4EE;line-height: 120%;
}

　　/* --商城的CSS定义结束-- */
/* ==网页中部中的CSS定义结束== */

/* ==Bottom.asp中的CSS定义开始== */
.Bottom_tdbgall /* 底部表格总背景颜色定义 */
{
width: 760;background:#ffffff;
}
.Bottom_Adminlogo /* 管理信息表格背景、文字颜色定义 */
{
background:#0089F7;color:#ffffff;
}
.Bottom_Copyright /* 版权信息表格背景、文字颜色定义 */
{
background:#ffffff;color:#000000;
}
/* ==Bottom.asp中的CSS定义结束== */

/* ==自选风格中的CSS定义结束== */
.menu
{
background-color: #cccccc;width:97%;border: 1px;
}
.menuBody
{
background-color: #ffffff;
}
/* ==自选风格中的CSS定义结束== */
.Channel_font /* 搜索等特殊文字颜色定义 */
{
color: red;
}
/* --评论显示页的CSS定义开始-- */ 
.Guest_font /* 隐藏、用户等特殊文字颜色定义 */
{
color: green;
}
/* --评论显示页CSS定义结束-- */
/* --留言频道CSS定义开始-- */
/* 留言栏目标题文字链接的CSS定义－－调用代码为<a class='Guest' ***>***</a> */
a.Guest:link {color: #000000;}
a.Guest:visited {color: #000000;}
a.Guest:hover{COLOR: #ff6600;}
a.Guest:active {color: #000000;} 























body {
	margin: 0px; padding: 0px;
}
div {
	margin: 0px; padding: 0px;
}
dl {
	margin: 0px; padding: 0px;
}
dt {
	margin: 0px; padding: 0px;
}
dd {
	margin: 0px; padding: 0px;
}
ul {
	margin: 0px; padding: 0px;
}
ol {
	margin: 0px; padding: 0px;
}
li {
	margin: 0px; padding: 0px;
}
h1 {
	margin: 0px; padding: 0px;
}
h2 {
	margin: 0px; padding: 0px;
}
h3 {
	margin: 0px; padding: 0px;
}
h4 {
	margin: 0px; padding: 0px;
}
h5 {
	margin: 0px; padding: 0px;
}
h6 {
	margin: 0px; padding: 0px;
}
p {
	margin: 0px; padding: 0px;
}
th {
	margin: 0px; padding: 0px;
}
td {
	margin: 0px; padding: 0px;
}
section {
	margin: 0px; padding: 0px;
}
li {
	list-style: none;
}
img {
	border: 0px currentColor; border-image: none; font-size: 0px;
}
body {
	font: 14px/1.5 "宋体", "arial", "helvetica", "sans-serif"; text-align: left; color: rgb(51, 51, 51); font-size-adjust: none; font-stretch: normal;
}
a {
	color: rgb(51, 51, 51); text-decoration: none;
}
a:hover {
	color: rgb(0, 139, 204); text-decoration: none;
}
.bluea {
	color: rgb(0, 139, 204); text-decoration: none;
}
.bluea a {
	color: rgb(0, 139, 204); text-decoration: none;
}
.bluea a:hover {
	color: rgb(51, 51, 51); text-decoration: none;
}
.clear {
	height: 0px; overflow: hidden; clear: both; display: block;
}
.more {
	color: rgb(255, 114, 0); line-height: 12px; font-size: 12px; text-decoration: none;
}
.more a {
	color: rgb(255, 114, 0);
}
.more a:hover {
	color: rgb(51, 51, 51);
}
.blod {
	font-weight: bold;
}
.ft12 {
	font-size: 12px;
}
.ft14 {
	font-size: 14px;
}
.ft15 {
	font-size: 15px;
}
.ft16 {
	font-size: 16px;
}
.ft18 {
	font-size: 18px;
}
.white {
	color: rgb(255, 255, 255);
}
.white a {
	color: rgb(255, 255, 255);
}
.white a:hover {
	color: rgb(252, 255, 0);
}
.blue {
	color: rgb(16, 80, 149);
}
.gray {
	color: rgb(153, 153, 153);
}
.paddingL10 {
	padding-left: 10px;
}
.paddingL15 {
	padding-left: 15px;
}
.paddingL20 {
	padding-left: 20px;
}
.paddingL40 {
	padding-left: 40px;
}
.marginL10 {
	margin-left: 10px;
}
.marginL15 {
	margin-left: 15px;
}
.marginL20 {
	margin-left: 20px;
}
.marginL40 {
	margin-left: 40px;
}
.marginR40 {
	margin-right: 40px;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.lheight20 {
	line-height: 20px;
}
.lheight24 {
	line-height: 24px;
}
.lheight25 {
	line-height: 25px;
}
.lheight30 {
	line-height: 30px;
}
.border1r {
	border-right-color: rgb(198, 227, 247); border-right-width: 1px; border-right-style: solid;
}
.border4b {
	border: 1px solid rgb(195, 219, 242); border-image: none;
}
.border4 {
	border: 1px solid rgb(207, 207, 207); border-image: none;
}
.border3 {
	border-width: 0px 1px 1px; border-style: none solid solid; border-color: currentColor rgb(198, 227, 247) rgb(198, 227, 247); border-image: none;
}
.border3h {
	border-width: 0px 1px 1px; border-style: none solid solid; border-color: currentColor rgb(211, 211, 211) rgb(211, 211, 211); border-image: none;
}
.border2 {
	border-right-color: rgb(198, 227, 247); border-left-color: rgb(198, 227, 247); border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid;
}
.border2c {
	border-right-color: rgb(234, 234, 234); border-left-color: rgb(234, 234, 234); border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid;
}
.border2h {
	border-right-color: rgb(211, 211, 211); border-left-color: rgb(211, 211, 211); border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid;
}
.blank1 {
	height: 100%; overflow: hidden; font-size: 1px;
}
.webline {
	background: rgb(190, 216, 241); height: 1px; overflow: hidden; font-size: 1px;
}
.webtime {
	color: rgb(153, 153, 153);
}
.topmenu_Nav {
	margin: 0px auto; width: 1002px;
}
.topmenu_Nav {
	background: url("index_filesxxgk_in_02.jpg") repeat-x; height: 26px; line-height: 26px;
}
.banner_Nav {
	background: url("index_filesbanner1.jpg") no-repeat; margin: 0px auto; width: 1001px; height: 158px; text-align: right; border-right-color: rgb(191, 220, 238); border-right-width: 1px; border-right-style: solid;
}
.menu_show {
	background: url("index_filesxxgk_menubg.jpg") no-repeat top; height: 46px; color: rgb(51, 51, 51); font-weight: bolder; cursor: pointer;
}
.menu_hid {
	color: rgb(255, 255, 255); font-weight: bolder; cursor: pointer;
}
.menu_xj {
	color: rgb(204, 204, 204); line-height: 13px;
}
.menu_xj a {
	color: rgb(16, 80, 149);
}
.menu_xj a:hover {
	color: rgb(102, 102, 102); text-decoration: none;
}
.search input {
	background: url("index_filessearch.gif") no-repeat 5px rgb(255, 255, 255); border: 1px solid rgb(105, 209, 249); border-image: none; width: 128px; height: 18px; line-height: 18px; padding-left: 15px;
}
.button {
	background: url("index_filesbutton_bg.gif") no-repeat bottom; padding: 2px; border: 0px currentColor; border-image: none; width: 58px; height: 20px; color: rgb(255, 255, 255); cursor: pointer;
}
.td_1 {
	background: url("xxgk_in_15.jpg") no-repeat right top;
}
#nav {
	height: 49px; position: relative; 
}
#nav li {
	list-style: none; text-align: center; font-size: 14px; float: left;
}
#nav li .v a {
	width: 88px; height: 49px; color: rgb(255, 255, 255); line-height: 49px; font-family: Arial,Verdana,Tahoma,"宋体"; font-weight: bolder; float: left; display: block;
}
#nav li .v a:hover {
	background: url("index_filesxxgk_menubg.gif") no-repeat top; height: 46px; color: rgb(51, 51, 51); font-weight: bolder; text-decoration: none; cursor: pointer;
}
#nav li .v .sele {
	background: url("index_filesxxgk_menubg.gif") no-repeat top; height: 46px; color: rgb(51, 51, 51); font-weight: bolder; text-decoration: none; cursor: pointer;
}
#nav li .line {
	background: url("index_filesxxgk_in_13.jpg") no-repeat; width: 2px; height: 25px; overflow: hidden; margin-top: 10px; display: block;
}
#nav li .linea {
	background: url("index_filesxxgk_in_13a.jpg") no-repeat; width: 2px; height: 25px; overflow: hidden; margin-top: 10px; display: block;
}
#nav .kind_menu {
	left: 70px; top: 40px; width: 1002px; height: 30px; text-align: left; color: rgb(51, 51, 51); line-height: 30px; vertical-align: middle; display: none; position: absolute;
}
#nav .kind_menu a {
	text-align: center; color: rgb(16, 80, 149); float: left;
}
#nav .kind_menu a:hover {
	color: rgb(51, 51, 51); text-decoration: none;
}
#nav .kind_menu span {
	padding: 2px 5px; color: rgb(153, 153, 153); line-height: 30px; font-size: 12px; float: left;
}
.btnNav {
	margin-top: 3px; margin-right: 3px; float: left; cursor: pointer;
}
.btn_l {
	background: url("index_filestopbtn_l.gif"); width: 4px; height: 19px; float: left;
}
.btn_r {
	background: url("index_filestopbtn_r.gif"); width: 4px; height: 19px; float: left;
}
.btn_c {
	background: url("index_filestopbtn_b.gif") repeat-x; width: auto; height: 19px; color: rgb(75, 138, 173); line-height: 17px; padding-right: 2px; padding-left: 2px; font-size: 12px; text-decoration: none; float: left; white-space: nowrap;
}
.btn_c a {
	color: rgb(75, 138, 173);
}
.btn_c a:hover {
	color: rgb(51, 51, 51);
}
.con_Nav {
	background: rgb(255, 255, 255); margin: 0px auto; width: 1002px; height: 100%; overflow: hidden;
}
.con_Nav .title {
	background: url("index_filesweb_gl_03.jpg") no-repeat; height: 43px;
}
.con_Nav .title .ti_ft20 {
	color: rgb(37, 119, 174); padding-top: 5px; padding-left: 60px; font-family: "微软雅黑", "黑体","宋体"; font-size: 16px; font-weight: bolder; float: left; display: block; white-space: nowrap; min-width: 150px; _width: 140px;
}
.con_Nav .title .location {
	color: rgb(255, 255, 255); padding-top: 12px; padding-left: 50px; font-size: 12px; float: left;
}
.con_Nav .bg {
	background: url("index_filesweb_gl_05.jpg") repeat-y;
}
.con_Nav .bg .Lborder {
	background: url("web_gl_08.jpg") repeat-x; border: 1px solid rgb(216, 216, 216); border-image: none;
}
.erjMneju {
	margin: 15px auto 0px; width: 94%;
}
.erjMneju li {
	background: url("index_filesweb_gl_15.jpg") repeat-x bottom rgb(255, 255, 255); padding: 5px 0px 5px 20px; border: 1px solid rgb(195, 218, 238); border-image: none; color: rgb(1, 84, 155); font-size: 12px; font-weight: bolder; margin-bottom: 6px;
}
.erjMneju li a {
	color: rgb(1, 84, 155);
}
.erjMneju li a:hover {
	color: rgb(51, 51, 51);
}
.con_Nav .bg .Rborder {
	border: 1px solid rgb(198, 227, 247); border-image: none; padding-bottom: 20px;
}
.list {
	margin: 0px auto; width: 96%;
}
.list ul {
	margin: 20px 0px;
}
.list li {
	height: 24px;
}
.list li span {
	float: left;
}
.list .time {
	color: rgb(153, 153, 153); margin-right: 10px; float: right;
}
.list .xxian {
	height: 1px; overflow: hidden; clear: both; margin-top: 10px; border-bottom-color: rgb(190, 216, 241); border-bottom-width: 1px; border-bottom-style: dotted;
}
.con_Nav .bottom {
	background: url("index_filesweb_gl_28.jpg") no-repeat; height: 23px;
}
.con_Nav .title01 {
	background: url("index_filesweb_gl_03a.jpg") no-repeat; height: 32px; color: rgb(255, 255, 255); padding-top: 18px; padding-left: 20px; font-size: 12px;
}
.xi_title {
	padding: 20px 100px; text-align: center; color: rgb(16, 80, 149); line-height: 35px; font-size: 25px; font-weight: bolder;
}
.xl_Nav {
	color: rgb(255, 255, 255); line-height: 20px; font-size: 12px;
}
.xl_Nav a {
	color: rgb(255, 255, 255);
}
.xl_Nav a:hover {
	color: rgb(255, 246, 0);
}
.pl_but {
	background: url("index_filesty_xl_32.jpg") no-repeat; border: 0px currentColor; border-image: none; width: 74px; height: 24px; text-align: center; color: rgb(255, 255, 255); font-size: 12px;
}
.foot {
	background: url("index_filesfoot.jpg") no-repeat; margin: 0px auto; width: 1002px; height: 33px; text-align: center; color: rgb(255, 255, 255); line-height: 33px;
}
.foot a {
	color: rgb(255, 255, 255);
}
.foot a:hover {
	color: rgb(179, 223, 243); text-decoration: none;
}
.foot_txt {
	margin: 10px auto; width: 1002px; text-align: center; line-height: 22px; font-size: 12px;
}
.foot_sy {
	margin: 10px auto; width: 1002px; text-align: center; line-height: 22px; font-size: 12px;
}
.xl_txt {
	line-height: 26px; margin-top: 15px;
}
.gycon_Nav {
	background: rgb(255, 255, 255); margin: 0px auto; width: 1002px; height: 100%; overflow: hidden;
}
.listBg01 {
	background: url("index_filesin_82a.jpg") repeat-x bottom; border-right-color: rgb(198, 227, 247); border-left-color: rgb(198, 227, 247); border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid;
}
.listBg02 {
	background: url("index_filesin_82b.jpg") repeat-x bottom rgb(255, 255, 255);
}
.listBg03 {
	background: url("index_filesxxgk_in_48.jpg") repeat-x bottom rgb(255, 255, 255);
}
.newsmorebg {
	background: url("index_filesgyin_21.jpg") repeat-x; height: 8px;
}
.in_hotnew {
	color: rgb(10, 86, 146); font-family: "Microsoft YaHei", "Arial","Tahome"; font-size: 18px; font-weight: bolder;
}
.in_hotnew a {
	color: rgb(10, 86, 146);
}
.in_hotnew a:hover {
	color: rgb(51, 51, 51);
}
.in_xx td {
	text-align: left; border-bottom-color: rgb(153, 153, 153); border-bottom-width: 1px; border-bottom-style: dotted;
}
.rnav785 {
	width: 785px; margin-right: 8px; float: right; margin-right: 4px;line-height:180%;
}
.lnav195 {
	background: rgb(226, 226, 226); padding: 3px; width: 188px; margin-right: 5px; margin-left: 8px; float: left; _margin-left: 4px;
}
.gyxxgk td {
	background: url("gyin_33.jpg") repeat-x; border: 1px solid rgb(195, 218, 238); border-image: none; height: 24px; color: rgb(1, 84, 155); line-height: 24px; padding-left: 5px; font-size: 12px; font-weight: bolder;
}
.gyxxgk td a {
	color: rgb(1, 84, 155);
}
.gyxxgk td a:hover {
	color: rgb(51, 51, 51);
}
.buttons_show {
	background: url("index_filesin_52.jpg") repeat-x; height: 138px; text-align: center; line-height: 28px; padding-right: 9px; padding-left: 12px; font-size: 12px; font-weight: bolder; margin-right: 6px; margin-left: 12px; float: left; white-space: nowrap; cursor: pointer; _margin-right: 5px; _margin-left: 9px;
}
.buttons_hid {
	background: url("index_filesin_52.jpg") repeat-x; height: 138px; text-align: center; line-height: 28px; padding-right: 9px; padding-left: 12px; font-size: 12px; font-weight: bolder; margin-right: 6px; margin-left: 12px; float: left; white-space: nowrap; cursor: pointer; _margin-right: 5px; _margin-left: 9px;
}
.buttons3_show {
	background: url("index_filesin_52.jpg") repeat-x; height: 138px; text-align: center; line-height: 28px; padding-right: 9px; padding-left: 12px; font-size: 12px; font-weight: bolder; margin-right: 6px; margin-left: 12px; float: left; white-space: nowrap; cursor: pointer; _margin-right: 5px; _margin-left: 9px;
}
.buttons3_hid {
	background: url("index_filesin_52.jpg") repeat-x; height: 138px; text-align: center; line-height: 28px; padding-right: 9px; padding-left: 12px; font-size: 12px; font-weight: bolder; margin-right: 6px; margin-left: 12px; float: left; white-space: nowrap; cursor: pointer; _margin-right: 5px; _margin-left: 9px;
}
.buttons_show {
	border: 1px solid rgb(255, 180, 0); border-image: none; color: rgb(255, 180, 0);
}
.buttons_hid {
	border: 1px solid rgb(183, 210, 234); border-image: none; color: rgb(35, 136, 232);
}
.buttons3_show {
	border: 1px solid rgb(255, 180, 0); border-image: none; color: rgb(255, 180, 0);
}
.buttons3_hid {
	border: 1px solid rgb(183, 210, 234); border-image: none; color: rgb(35, 136, 232);
}
.in_blue {
	color: rgb(0, 56, 117); font-weight: bolder;
}
.gzcy_bdNav {
	background: url("index_filesgzcybd_12.jpg");
}
.gzcy_bdNav li {
	background: url("index_filesgzcybd_03.jpg") repeat-x;
}
.gzcy_bd3b {
	background: rgb(255, 255, 255); border-right-color: rgb(112, 187, 233); border-bottom-color: rgb(112, 187, 233); border-left-color: rgb(112, 187, 233); border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
}
html > body .gzcy_bd {
	background: url("index_filesgzcy_bd.png") repeat-x; height: 40px;
}
.gzcy_bdNav {
	background: url("index_filesgzcybd_12.jpg");
}
.gzcy_bdNav li {
	background: url("index_filesgzcybd_03.jpg") repeat-x;
}
.gzcy_bd3b {
	background: rgb(255, 255, 255); border-right-color: rgb(112, 187, 233); border-bottom-color: rgb(112, 187, 233); border-left-color: rgb(112, 187, 233); border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
}
html > body .gzcy_bd {
	background: url("index_filesgzcy_bd.png") repeat-x; height: 40px;
}
.gzcy_show {
	line-height: 35px; font-size: 12px; font-weight: bolder; margin-right: 5px; float: left; cursor: pointer;
}
.gzcy_hid {
	line-height: 35px; font-size: 12px; font-weight: bolder; margin-right: 5px; float: left; cursor: pointer;
}
.gzcy_show .menu2j_l {
	background: url("index_filestsjbl.jpg") no-repeat; width: auto; height: 43px; padding-right: 5px; padding-left: 12px; float: left;
}
.gzcy_show .menu2j_r {
	background: url("index_filestsjbr.jpg") no-repeat; width: 5px; height: 43px; float: left;
}
.gzcy_show .menu2j_txt {
	color: rgb(51, 51, 51); text-decoration: none; float: left; display: block; white-space: nowrap;
}
.gzcy_hid .menu2j_l {
	background: url("index_filestsjbla.jpg") no-repeat; width: auto; height: 43px; padding-right: 5px; padding-left: 12px; float: left;
}
.gzcy_hid .menu2j_r {
	background: url("index_filestsjbra.jpg") no-repeat; width: 5px; height: 43px; float: left;
}
.gzcy_hid .menu2j_txt {
	text-align: center; color: rgb(16, 96, 155); text-decoration: none; float: left; display: block; white-space: nowrap;
}
.submit_btn {
	background: url("index_filesgzcybd_15.jpg") no-repeat bottom; border: 0px currentColor; border-image: none; width: 71px; height: 30px; text-align: center; padding-left: 8px; cursor: pointer;
}
.reset_btn {
	background: url("index_filesgzcybd_17.jpg") no-repeat bottom; border: 0px currentColor; border-image: none; width: 71px; height: 30px; text-align: center; padding-left: 8px; cursor: pointer;
}
.xym_x {
	background: url("index_filesxym_xian.jpg") repeat-x bottom;
}
.xym_title {
	text-align: center; color: rgb(16, 80, 149); line-height: 35px; font-size: 25px; font-weight: bolder;
}
.xym_pic img {
	background: rgb(255, 255, 255); padding: 13px; border: 1px solid rgb(154, 187, 214); border-image: none;
}
html > body .xym_titlebg {
	background: url("index_filesxym_title.png") no-repeat; height: 35px;
}
.xym_white {
	color: rgb(255, 255, 255); font-size: 12px;
}
.xym_white a {
	color: rgb(255, 255, 255);
}
.xym_white a:hover {
	color: rgb(51, 51, 51);
}
.xym_map {
	background: url("index_filesxym_wzdt.jpg") no-repeat; width: 685px; height: 31px;
}
.xyym_xx td {
	text-align: left; color: rgb(0, 128, 238); font-weight: bolder; border-bottom-color: rgb(51, 51, 51); border-bottom-width: 1px; border-bottom-style: dotted;
}
.blueb {
	color: rgb(0, 73, 135); line-height: 26px;
}
.blueb a {
	color: rgb(0, 73, 135);
}
.div_center {
	 padding-bottom:8px; text-align:center;}





























.sy_tjwz { color: # 9B9B9B;font-size:9pt; margin-right: 10px; margin-top:42px; text-align:center}
.sy_tjwz a { color:#06C;font-size:24px; font-weight:bold;}



/*文章页CSS*/

#srgs_wz
{width:1001px;background-color:#FFFFFF;margin:0 auto;overflow:auto;}

#srgs_wz_left{float:left;width:968px;margin:0;margin-left:0px;padding-right:15px;padding-left:15px;border-left:#99CCFF 1px dashed;border-right:#99CCFF 1px dashed; display:inline;}

#srgs_wz_t1
{position: absolute; width:968px;height:28px;}
#srgs_wz_t1_left
{position: absolute; top: 0px; left: 0px; width: 40px; height:26px; background:url(/img/path_left.gif) top repeat-x; padding-bottom:15px; line-height:26px; margin-top:2px;}
#srgs_wz_t1_margin
{position: absolute; top: 0px; left: 40px; width: 622px;height:20px; background:url(/img/path_bg.gif) top repeat-x; padding-bottom:15px; line-height:26px; margin-top:2px;font-size:12px;}
#srgs_wz_t1_right
{position: absolute;top: 0px; right: 0px; width: 6px; height:26px; background:url(/img/path_right.gif) top repeat-x; padding-bottom:15px; line-height:26px; margin-top:2px;}

#srgs_wz_t2
{width:968px;padding-top:35px;}
#srgs_wz_t2 p{text-align:center; font-weight:bold;font-size:22px;color:black;clear:both;font-family:"黑体";}
#srgs_wz_t3{text-align:center;height:20px;}
#srgs_wz_t3 p{text-align:center; color:#0099CC;font-size:16px;font-family:"宋体";}

.srgs_wz_t4{width:968px;text-align:center;BORDER-top: #99CCFF 1px dashed;height:6px;line-height:40px;overflow:hidden; }
.srgs_wz_t4 img{ margin:6px 0; vertical-align:middle;}
.srgs_wz_t5{width:968px;font-size:12px;}

#srgs_wz_main
{width:968px;margin-top:12px;margin-bottom:12px;_height:300px;min-height:300px;max-height:none;height:auto !important; font-size:14px; text-align:left; line-height:240%; overflow:visible;}

#srgs_wz_info{width:968px;text-align:center;line-height:28px;background-color:#F8F8F8;BORDER-top: #ECECEC 1px solid;BORDER-bottom: #ECECEC 1px solid;color:#999999;font-size:12px;}
#srgs_wz_info a{color: #999999;}


.srgs_wz_Action{width:968px;text-align:right;font-size:12px;color:#999999; }
.srgs_wz_Action a{color: #999999;}
.srgs_wz_Action img{margin:6px 0; vertical-align:middle;}



.srgs_wz_right {float:left;width:278px;height:100%;margin-top:0px;}
.srgs_wz_right img{margin-left:20px;}

.srgs_wz_right_bt{margin-left:10px;background:url(//Skin/2008a/main_left.gif) left center no-repeat;background-position:10%;padding-left:20px; font-weight:bold;font-size:14px;color:#000;background-color:#F6F6F6;padding-top:5px;border-bottom:1px dotted #CCCCCC;border-top:1px dotted #CCCCCC;height:22px;text-align:center;letter-spacing: 0.5em;}

.srgs_wz_right_nr{margin-left:10px;background-color:#F6F6F6;overflow:auto;margin-bottom:20px;min-height:280px;height:280px;background-color:#F6F6F6;_height:280px;line-height:24px;}
.srgs_wz_right_nr img{margin-left:4px; margin:6px 0; vertical-align:middle;}
.srgs_wz_right_nr a{margin-left:4px;line-height:24px;height:24px;_height:24px;}
.srgs_wz_right_nr li{margin-left:4px;list-style-image:url(//Skin/2008a/wzrighthot.gif);font-size:12px;text-align:left;background-color:#F6F6F6;line-height:24px;height:24px;_height:24px;}
.showpage{font-size:12px;}



.srgs_wz_t5t {line-height:24px;}
.srgs_wz_t5t img{margin:6px 0; vertical-align:middle;}
.srgs_wz_t5n 
{
line-height:24px;border: 1px solid #d2d3d9;text-align: left;margin-left:20px;margin-bottom:20px;
}
.srgs_wz_t5n a
{padding-left:24px;padding-right:5px;background:url(//Skin/2008a/wzrighthot.gif) repeat-y left center;line-height: 200%;}
.srgs_wz_t5n2 
{
line-height:24px;border: 1px solid #d2d3d9;text-align: left;margin-left:20px;margin-bottom:20px;
}

/*通用路径CSS*/
#srgs_ty_dh{width:1001px;background-color:#fff;margin:0 auto;overflow:auto;font-size:12px;line-height:30px;}
#srgs_ty_lj {padding-left:5px;border-bottom:#99CCFF 2px solid;margin-bottom:5px;height:30px; text-align:left;}
#srgs_ty_lj img{line-height:30px;float:none;margin-top:10px;margin-left:10px;}
#srgs_ty_lj a{line-height:30px;float:none;margin-top:10px;line-height:20px;}
#srgs_ty_lj font{color:#000000;}
















/*规划展示馆CSS*/
#zsg_main_zgdt_1 {background-image:url(index_fileszsg_zgdt.jpg); height:38px; width:1002px; margin:auto; text-align: center;  border-left:1px #cfd1eb solid; border-right:1px #cfd1eb solid; boder-top:1px #cfd1eb solid; }
#zsg_main_zgdt_2 {height:234px; width:1002px; margin:auto; border-left:1px #cfd1eb solid; border-right:1px #cfd1eb solid; border-bottom:1px #cfd1eb solid;}


#zsg_main_zgry_1 {background-image:url(index_fileszsg_zgry.jpg); height:38px; width:1002px; margin:auto; text-align:center;  border-left:1px #cfd1eb solid; border-right:1px #cfd1eb solid; boder-top:1px #cfd1eb solid; }
#zsg_main_zgry_2 {height:138px; width:1002px; margin:auto; border-left:1px #cfd1eb solid; border-right:1px #cfd1eb solid; border-bottom:1px #cfd1eb solid; padding-top:8px; padding-bottom:8px;}

#zsg_main_cgxz_zxyy {height:380px; width:1002px; margin:auto;}
 #zsg_main_cgxz {width:708px; height:380px; float:left;}
   #zsg_main_cgxz1 {background-image:url(index_fileszsg_cgxz.jpg);width:708px; height:38px;text-align:center;  border-left:1px #cfd1eb solid; border-right:1px #cfd1eb solid; boder-top:1px #cfd1eb solid; }
   #zsg_main_cgxz2 {height:342px; width:708px; margin:auto; border-left:1px #cfd1eb solid; border-right:1px #cfd1eb solid; border-bottom:1px #cfd1eb solid;}
 #zsg_main_zxyy { width:282px;height:380px;float:right;}
   #zsg_main_zxyy1 {background-image:url(index_fileszsg_zxyy.jpg);width:282px; height:38px;text-align:center;  border-left:1px #cfd1eb solid; border-right:1px #cfd1eb solid; boder-top:1px #cfd1eb solid; }
   #zsg_main_zxyy2 {height:342px; width:282px; margin:auto; border-left:1px #cfd1eb solid; border-right:1px #cfd1eb solid; border-bottom:1px #cfd1eb solid;  }

#zsg_main_ztjs_1 {background-image:url(index_fileszsg_zgjj.jpg); height:38px; width:1002px; margin:auto; text-align:center;  border-left:1px #cfd1eb solid; border-right:1px #cfd1eb solid; boder-top:1px #cfd1eb solid; }
#zsg_main_ztjs_2 {height:138px; width:1002px; margin:auto; border-left:1px #cfd1eb solid; border-right:1px #cfd1eb solid; border-bottom:1px #cfd1eb solid;padding-top:8px; padding-bottom:8px;}

#zsg_main_kongge { height:6px; width:1002px; margin:auto;}










/*设计院首页CSS*/

#sjy_main_1{width:1001px;background-color:#FFFFFF;margin:0 auto;overflow:auto; text-align:center;}
#sjy_main_2{width:1001px;background-color:#FFFFFF;margin:0 auto;overflow:auto; text-align:center; margin-top:4px; magrin-bottom:4px;}
#sjy_main_2_left{float:left;width:330px;height:360px; background-image: url("index_filessjy_main1.png");}
#sjy_main_2_nr {  margin-top:174px;margin-left:4px;text-align:left;}
#sjy_main_2_more { text-align:right;margin-right:8px;}
#sjy_main_2_middle{float:left; margin-left: 6px;width:330px;height:360px; background-image:url("index_filessjy_main2.png");}
#sjy_main_2_right{float:right;width:330px; height:360px; background-image:url("index_filessjy_main3.png");}


/*设计院文章页CSS*/


#sjy_wz
{width:1001px;background-color:#FFFFFF;margin:0 auto;overflow:auto;border-left:#99CCFF 1px dashed;border-right:#99CCFF 1px dashed;}

#sjy_wz_left{float:left;width:205px;margin:0;margin-left:0px;padding-right:15px;padding-left:15px; display:inline;}

#sjy_wz_right{float:right;width:740px;margin:0;margin-left:0px;padding-right:0px;padding-left:15px;border-left:#99CCFF 1px dashed; display:inline;}

#sjy_wz_t1
{position: absolute; width:200px;height:28px;}
#sjy_wz_t1_left
{position: absolute; top: 0px; left: 0px; width: 40px; height:26px; background:url(/img/path_left.gif) top repeat-x; padding-bottom:15px; line-height:26px; margin-top:2px;}
#sjy_wz_t1_margin
{position: absolute; top: 0px; left: 40px; width: 622px;height:20px; background:url(/img/path_bg.gif) top repeat-x; padding-bottom:15px; line-height:26px; margin-top:2px;font-size:12px;}
#sjy_wz_t1_right
{position: absolute;top: 0px; right: 0px; width: 6px; height:26px; background:url(/img/path_right.gif) top repeat-x; padding-bottom:15px; line-height:26px; margin-top:2px;}

#sjy_wz_t2
{width:728px;padding-top:35px;}
#sjy_wz_t2 p{text-align:center; font-weight:bold;font-size:22px;color:black;clear:both;font-family:"黑体";}
#sjy_wz_t3{text-align:center;height:20px;}
#sjy_wz_t3 p{text-align:center; color:#0099CC;font-size:16px;font-family:"宋体";}

.sjy_wz_t4{width:728px;text-align:center;BORDER-top: #99CCFF 1px dashed;height:6px;line-height:40px;overflow:hidden; }
.sjy_wz_t4 img{ margin:6px 0; vertical-align:middle;}
.sjy_wz_t5{width:728px;font-size:12px;}

#sjy_wz_main
{width:728px;margin-top:12px;margin-bottom:12px;_height:300px;min-height:300px;max-height:none;height:auto !important; font-size:14px; text-align:left; line-height:240%; overflow:visible;}

#sjy_wz_info{width:728px;text-align:center;line-height:28px;background-color:#F8F8F8;BORDER-top: #ECECEC 1px solid;BORDER-bottom: #ECECEC 1px solid;color:#999999;font-size:12px;}
#sjy_wz_info a{color: #999999;}


.sjy_wz_Action{width:728px;text-align:right;font-size:12px;color:#999999; }
.sjy_wz_Action a{color: #999999;}
.sjy_wz_Action img{margin:6px 0; vertical-align:middle;}



.sjy_wz_right {float:left;width:278px;height:100%;margin-top:0px;}
.sjy_wz_right img{margin-left:20px;}

.sjy_wz_right_bt{margin-left:10px;background:url(//Skin/2008a/main_left.gif) left center no-repeat;background-position:10%;padding-left:20px; font-weight:bold;font-size:14px;color:#000;background-color:#F6F6F6;padding-top:5px;border-bottom:1px dotted #CCCCCC;border-top:1px dotted #CCCCCC;height:22px;text-align:center;letter-spacing: 0.5em;}

.sjy_wz_right_nr{margin-left:10px;background-color:#F6F6F6;overflow:auto;margin-bottom:20px;min-height:280px;height:280px;background-color:#F6F6F6;_height:280px;line-height:24px;}
.sjy_wz_right_nr img{margin-left:4px; margin:6px 0; vertical-align:middle;}
.sjy_wz_right_nr a{margin-left:4px;line-height:24px;height:24px;_height:24px;}
.sjy_wz_right_nr li{margin-left:4px;list-style-image:url(//Skin/2008a/wzrighthot.gif);font-size:12px;text-align:left;background-color:#F6F6F6;line-height:24px;height:24px;_height:24px;}
.showpage{font-size:12px;}



.sjy_wz_t5t {line-height:24px;}
.sjy_wz_t5t img{margin:6px 0; vertical-align:middle;}
.sjy_wz_t5n 
{
line-height:24px;border: 1px solid #d2d3d9;text-align: left;margin-left:20px;margin-bottom:20px;
}
.sjy_wz_t5n a
{padding-left:24px;padding-right:5px;background:url(//Skin/2008a/wzrighthot.gif) repeat-y left center;line-height: 200%;}
.sjy_wz_t5n2 
{
line-height:24px;border: 1px solid #d2d3d9;text-align: left;margin-left:20px;margin-bottom:20px;
}