/* CSS Document */

/* Body的CSS定义:对应CSS中“BODY”，可定义内容为网页字体颜色、背景、浏览器边框等 */
BODY
{
        FONT-SIZE: 12px;
		font-family: "宋体", "楷体_GB2312", "黑体", "隶书";
		color: #000000;
		line-height: 20px;
        scrollbar-face-color: #f1f1f1;
        SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
        SCROLLBAR-SHADOW-COLOR: #cccccc; 
        SCROLLBAR-3DLIGHT-COLOR: #cccccc; 
        SCROLLBAR-ARROW-COLOR: #330000; 
        SCROLLBAR-TRACK-COLOR: #f6f6f6; 
        SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
        SCROLLBAR-BASE-COLOR: #f1f1f1;
		margin:0px;
		text-align:center;
}

/* 单元格的CSS定义:对应CSS中的“TD”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
TD
{
	FONT-SIZE: 12px;
	font-family: "宋体", "楷体_GB2312", "黑体", "隶书";
	color: #000000;
	line-height: 20px;
	font-style: inherit;
}


th {
        FONT-SIZE: 12px;
	font-family: "宋体", "楷体_GB2312", "黑体", "隶书";
	color: #000000;
	line-height: 20px;
}

/* 网站链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
a{
	text-decoration: none;
	font-size: 12px;
} 



/* 链接无下划线,有为underline */ 
a:link { color:#000000;} /* 未访问的链接 */
a:visited {color:#000000;} /* 已访问的链接 */
a:hover{COLOR: #ff0000;} /* 鼠标在链接上 */ 
a:active {color: #000000;} /* 点击激活链接 */

/*导航按狃*/
.menucontainer{background: #fff ;}
/*basic menu styling*/
.menu {float:left;font-family:"宋体";width:100%;position:relative;font-size:12px;font-weight:bold;
}
.menu ul {padding:0;margin:0;list-style-type:none;float:left;position:relative;}
.menu ul li {float:left;position:relative;display:inline;background:url(../img/menu-bar.jpg) no-repeat right;}
/*style of main items normal state*/
.menu ul li a, .menu ul li a:visited {float:left;display:block;text-decoration:none;width:100%;color:#fff;padding:0px 16px 0px 16px;line-height:37px;height:37px;}
* html .menu ul li a, .menu ul li a:visited {width:auto;}
/*hide sub nav items*/
.menu ul li ul {display:none;}
/*clear the main nav bg*/
.menu ul li ul li{background:none;}
/*style for table of sub nav items*/
table {margin:-1px;border-collapse:collapse;font-size:12px;}
/*specific to non IE browsers*/
/*main nav over state*/
.menu ul li:hover a {color:#0c96d3; height:35px; background: transparent url(../images/bgON.gif) bottom left repeat-x;}
/*show drop-down list*/
.menu ul li:hover ul {display:block;position:absolute;top:36px;margin-top:1px;left:0;width:100%;border-top:1px solid #fff;}
/*drop-down on state*/
.menu ul li:hover ul li a {display:block;background:#e3e3e3;color:#333;height:auto;line-height:16px;padding:2px 16px 2px 16px;width:120px;border-top:1px solid #fff;}
/*sub drop-down over state*/
.menu ul li:hover ul li a:hover {color:#fff;background: #B30000 url(../images/sub-arrow.gif) no-repeat;background-position: 4px 8px;}

/*带边线的圆角*/
#xsnazzy h1, #xsnazzy h2, #xsnazzy p {margin:0 10px; letter-spacing:1px;}
#xsnazzy h1 {font-size:2.5em; color:#fff;}
#xsnazzy h2 {font-size:2em;color:#fff; border:0;}
#xsnazzy p {padding-bottom:0.5em;}
#xsnazzy h2 {padding-top:0.5em;}
#xsnazzy {background: transparent; margin:0em;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#fff; border-left:1px solid #c1c1c1; border-right:1px solid #c1c1c1;}
.xb1 {margin:0 5px; background:#c1c1c1;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; background:#fff; height:106px; text-align:center; vertical-align:middle; border:0 solid #c1c1c1; border-width:0 1px; padding:2px;}

/* 顶部频道文字链接的CSS定义－－将顶部频道文字链接与网站链接总的CSS定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的CSS相同即可。调用代码为<a class='Channel' ***>***</a> */
a.Channel:link { color:#999999; font-size:12px; }
a.Channel:visited {color:#999999;font-size:12px; }
a.Channel:hover{COLOR: #000000; font-size:12px; text-decoration:none;   }
a.Channel:active {color: #000000; font-size:12px;}

/*横向子子栏目的连接样式*/
a.Channel1:link {color:#0871b3; font-family:'宋体'; font-size:12px; }
a.Channel1:visited {color:#0871b3; font-family:'宋体'; font-size:12px; }
a.Channel1:hover{ font-family:'宋体'; font-size:12px; COLOR: #ff0000;  text-decoration:none; }
a.Channel1:active {color:#0871b3; font-family:'宋体'; font-size:12px; }


a.sm1:link {color:#0871b3; font-family:'宋体'; font-size:12px; font-weight:bold;}
a.sm1:visited {color:#0871b3; font-family:'宋体'; font-size:12px; font-weight:bold;}
a.sm1:hover{ font-family:'宋体'; font-size:12px; COLOR: #ff0000;  text-decoration:none; font-weight:bold;}
a.sm1:active {color:#0871b3; font-family:'宋体'; font-size:12px; font-weight:bold;}

a.sm2:link {color:#0871b3; font-family:'宋体'; font-size:12px; }
a.sm2:visited {color:#0871b3; font-family:'宋体'; font-size:12px; }
a.sm2:hover{ font-family:'宋体'; font-size:12px; COLOR: #ff0000;  text-decoration:none; }
a.sm2:active {color:#0871b3; font-family:'宋体'; font-size:12px; }


a.Channel2:link {color: #ffffff; }
a.Channel2:visited {color: #ffffff; }
a.Channel2:hover{COLOR: #ff0000;BORDER-BOTTOM: 1px dotted #FF0000;text-decoration:none; }
a.Channel2:active {color: #ffffff;}

a.top:link {color: #ffffff; font-size:12px; text-decoration:none; font-weight:bold;  }
a.top:visited {color: #ffffff;  font-size:12px; text-decoration:none; font-weight:bold;}
a.top:hover{COLOR: #ffffff;font-size:12px; text-decoration:none; font-weight:bold;}
a.top:active {color: #ffffff;}
a.bottom:link {color: #000000; font-size:12px; text-decoration:none;   }
a.bottom:visited {color: #000000;  font-size:12px; text-decoration:none;}
a.bottom:hover{COLOR: #ffffff;font-size:12px; text-decoration:none; }
a.bottom:active {color: #000000;}

/*顶部子类连接样式*/
a.toplink:link {color:#414141; font-size:12px; text-decoration:none;  }
a.toplink:visited {color:#414141;  font-size:12px; text-decoration:none;}
a.toplink:hover{COLOR:#0871b3;font-size:12px; text-decoration:none; }
a.toplink:active {color:#414141;}

a.more:link {color: #0e679c; letter-spacing:-1px; font-family:Arial, Helvetica, sans-serif; font-size:12px; letter-spacing:1px;}
a.more:visited {color: #0e679c; letter-spacing:-1px; font-family:Arial, Helvetica, sans-serif; font-size:12px; letter-spacing:1px;}
a.more:hover{COLOR: #ff0000;letter-spacing:-1px;font-family:Arial, Helvetica, sans-serif; font-size:12px; letter-spacing:1px;}
a.more:active {color: #000000; letter-spacing:-1px; font-family:Arial, Helvetica, sans-serif; font-size:12px; letter-spacing:1px;}

a.more1:link {color: #8d8d8d; letter-spacing:-1px; font-family:Arial, Helvetica, sans-serif; font-size:12px; letter-spacing:1px;}
a.more1:visited {color: #8d8d8d; letter-spacing:-1px; font-family:Arial, Helvetica, sans-serif; font-size:12px; letter-spacing:1px;}
a.more1:hover{COLOR: #ff0000;letter-spacing:-1px;font-family:Arial, Helvetica, sans-serif; font-size:12px; letter-spacing:1px;}
a.more1:active {color: #8d8d8d; letter-spacing:-1px; font-family:Arial, Helvetica, sans-serif; font-size:12px; letter-spacing:1px;}

a.sel:link {color: #d10000; letter-spacing:-1px;}
a.sel:visited {color: #d10000; letter-spacing:-1px;}
a.sel:hover{COLOR: #ff0000;BORDER-BOTTOM: 1px dotted; letter-spacing:-1px;}
a.sel:active {color: #333333;}


a.Com:link {color: #003399;}
a.Com:visited {color: #003399;}
a.Com:hover{COLOR: #ff0000;BORDER-BOTTOM: 1px dotted;}
a.Com:active {color: #333333;}

a.pic:link {color: #000000; font-weight:bold; font-size:14px;}
a.pic:visited {color: #000000; font-weight:bold; font-size:14px;}
a.pic:hover{COLOR: #ff0000;BORDER-BOTTOM: 1px dotted; font-weight:bold; font-size:14px;}
a.pic:active {color: #0033dd;}

/* 按钮的CSS定义:对应CSS中的“input”和“textarea”，这里为文本域的风格设置，可定义内容为背景、字体、颜色、边框等 */
.input{ border: 1px solid #CCCCCC;
	background-position: 1px 1px;
	background-repeat:no-repeat;
	height:20px;
	FONT-SIZE: 12px;}
.textarea{background: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #000000;
    font-family: verdana, tahoma, sans-serif;
    font-size: 0.95em;}
/* 按钮的CSS定义:对应CSS中的“BUTTON”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
/*.bottom {
	BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #3a3c36 1px solid; FONT: 9pt "宋体"; BORDER-LEFT: #3a3c36 1px solid; COLOR: #000000; BORDER-BOTTOM: #cccccc 1px solid; BACKGROUND-COLOR: #ffffff
}
*/
/*日期定义*/
	.date {color:#999999; margin-right:5px;}
	.date2 {color:#999999; margin-right:5px; float:right;}

/* 翻页定义 */
	.page {clear:both; text-align:right; padding-right:15px; padding-top:5px;}
	.page span {color:#ff0000;}	

/* 成员企业列表定义*/
	.cyqy {margin:0 25px 8px 25px; padding:0;}
	.cyqy li {list-style:none; padding-top:12px; padding-bottom:3px; background:url(images/left05.gif) left bottom repeat-x;}
	.cyqy img {margin-right:3px;}

/*定义function中的样式*/
.t14_b_y{ font-size:14px; color:#FA8F0D; font-weight:bold;}
.t14_b_y a{ font-size:14px; color:#FA8F0D; font-weight:bold;}

.t12_b_y_e{ font-size:11px; color:#FA8F0D; font-weight:bold; font-family:Arial, Helvetica, sans-serif}
.t12_b_y_e a{ font-size:11px; color:#FA8F0D; font-weight:bold;font-family:Arial, Helvetica, sans-serif;}

.t14_b_w{ font-size:14px; color:#ffffff; font-weight:bold;}
.t14_b_w a{ font-size:14px; color:white;font-weight:bold;}
.t14_b_w a:hover{ font-size:14px; color:yellow; font-weight:bold;}

.t12_b_w_e{ font-size:11px; color:#ffffff; font-weight:bold; font-family:Arial, Helvetica, sans-serif}
.t12_b_w_e a{ font-size:11px; color:#ffffff; font-weight:bold;font-family:Arial, Helvetica, sans-serif;}

.t12_b_b{ font-size:12px; color:#282119; font-weight:bold;}
.t12_b_b a{ font-size:12px; color:#282119; font-weight:bold;}
/*.menu{color:#DC8100;height:25px; padding:8px 10px 5px 26px;font-weight:normal; border-bottom:1px solid #FBCA01; background-image:url(../images/dian.gif); background-position:15px; background-repeat:no-repeat;}*/
/*.menu a{color:#DC8100}
.menu_b{height:25px;font-size:12px; padding:10px 10px 5px 14px;font-weight:bold; border-bottom:1px solid #FBCA01;}*/
.t12{ font-size:12px; color:#ffffff; line-height:20px;}
.t12 a{ font-size:12px; color:#ffffff;}
.t12b{ font-size:12px; color:#000000; line-height:20px;}
.t12b a{ font-size:12px; color:#000000;}
.t12b a:hover{ font-size:12px; color:red;}
.t12w{ font-size:12px;}
.t12w a{ font-size:12px;color:white;}
.div{}
.div li{ list-style-type:none; padding-left:20px;}
.div li a{ font-size:14px; line-height:28px;}
.div li a:hover{ font-size:14px; line-height:28px;color:red; background-color:yellow;}
.t14_black{}
.t14_black a{ font-size:14px;color:black;}
.t14_black a:hover{ font-size:14px;color:red;}
.page{ font-size:12px; color:#ffffff; line-height:20px;}
/*FBCA01*/
