/*公共样式*/
body
{
	margin:0px;
	font-size:12px;
	color:#454545;
	background-color: #FFF;
	padding:0;
}
table,tr,td
{
	font-family:"Arial","Tahoma","宋体";
	font-size:12px;
	color:#454545;
}
div
{
	margin-left:auto;
	margin-right:auto;
	line-height:24px;
	font-family:"Arial","Tahoma","宋体";
	color:#454545;
	font-size:12px;
}
hr
{
	height:0px;
	border:0px;
	border-top:1px solid #ddd;
	width:96%;
}
img
{
	border:0;
}
a
{
	color:#2A2A2A;
	text-decoration:none;
}
a:hover
{
	color:red;
	text-decoration:underline;
}
a.link
{
	color:#2A2A2A;
}
a.redcolor
{
	color:#CB4721;
}
a.redcolor:hover
{
	color:red;
}
#top
{
	
	margin:0 auto;
	padding:0px;
	
	
}
#top .headtop
{
	background:#FFF url("topbg.jpg") repeat-x;
}
.headtop .logo
{
	float:left;
	width:260px;
}
.headtop .fav-home
{
	width:200px;
	height:154px;
	float:right;
	text-align:right;
	background:url("menu-r-bg.jpg") right no-repeat;
}
#top .menu
{
	text-align:center;
	height:31px;
	background-image: url(old_menugb.jpg);
}
.menu-w
{
	width:105px;
	text-align:center;
	padding-top:5px;
	vertical-align:top;
	color: #FFFFFF;
}
.menu-w a
{
	color:#FFF;
}
..menu-w a:hover
{
	color:#FFF;
}
#top .lead
{
	background:#FFF;
	width: 958px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #A4D23B;
	border-bottom-color: #A4D23B;
}
#top .lead_left
{
	float:left;
}
#top .lead_right
{
	float:right;
}
/*中间排版*/
#body
{
	position:relative;	
	width:958px;
	background:#FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #008b27;
	border-left-color: #008b27;
}
#body .table
{
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:5px;
}
/*两列左窄右宽排列*/
#left
{
	float:left;
	width:180px;
	text-align:left;
}
#left .notice-marquee
{
	padding:5px;
	text-align:left;
	height:200px;
}
.notice-marquee .notice-title
{
	font-size:14px;
	font-weight:bold;
}
.notice-marquee .notice-msg
{
	text-indent:25px;
}
#right
{
	float:right;
	width:740px;
	text-align:left;
}
/*页脚样式*/
#foot
{
	position:relative;
	width:958px;
	padding-bottom:10px;
	padding-top:10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #008b27;
	border-right-color: #008b27;
	border-left-color: #008b27;
}
.clear
{
	clear:both;
	height:0px;
}
/*其他常用样式*/
.global_sub
{
	height:26px;
	line-height:30px;
	background:#FFF url("r-global-sub.jpg") no-repeat;
	padding-left:25px;
	border-right:1px #C5D4DB solid;

}
.global_sub_art
{
	height:45px;
	line-height:30px;
	padding-left:25px;
	border-right:1px #C5D4DB solid;
	background-image: url(old_news_bg.jpg);
	background-repeat: no-repeat;
}
.global_sub_intro
{
	height:45px;
	line-height:30px;
	padding-left:25px;
	border-right:1px #C5D4DB solid;
	background-image: url(old_intro_bg.jpg);
}
.r-global-sub
{
	height:26px;
	line-height:30px;
	background:#FFF url("r-global-sub.jpg") no-repeat;
	padding-left:25px;
	border-right:1px #C5D4DB solid;
}
.l-global-sub
{
	height:28px;
	line-height:30px;
	background:#FFF url("leftglobal_sub.jpg") no-repeat;
	padding-left:15px;
}
.border_no_top
{
	padding:3px;
}
.border_top
{
	border-top:1px #C5D4DB solid;
}
.border_left_right
{
	border-left:1px #DDD solid;
	border-right:1px #DDD solid;
}
.border
{
	border:1px #C5D4DB solid;
}
.userlogin_over
{
	width:110px;
	height:15px;/*firefox*/
	*height:20px;
	border:1px #C60000 solid;
	background-color:#F7F2BD;
}
.userlogin_out
{
	width:110px;
	height:15px;/*firefox*/
	*height:20px;
}
.space_between
{
	height:5px;
}
/*定义Float为左的代码*/
.float_left
{
	float:left;
}
.float_right
{
	float:right;
}
/**分页**/
.pagelist
{
	margin:0px;
	padding:0px;
	border:0px;
}
.pagelist .n
{
	border:1px #DDD solid;
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:0px;
	background:#FFFFFF;
}
.pagelist .m
{
	border:1px #DDD solid;
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:0px;
	background:#E7EEF1;
}
/*用于列表的鼠标移动样式*/
.list_over
{
	padding-top:3px;
	background:#E7EEF1;
	border-bottom:1px #DDD dashed;
}
.list_out
{
	padding-top:3px;
	border-bottom:1px #DDD dashed;
}
/*用于显示内容页的常用样式*/
.msg_sub
{
	font:bold 15px "Tahoma","Arial","宋体";
	color:#486F84;
	padding:5px;
	text-align:center;
}
.msg_date
{
	text-align:center;
	font: 0.83em/1.5em Verdana, Arial, Helvetica, sans-serif;
	padding:3px;
}
.msg_content
{
	padding:5px;
	text-align:left;
}
/*我要留言样式*/
.button
{
	background:#FFF url("btn.gif") repeat-x;
	height:25px;
	border:#7B9EBD;
}
/*友情提示页代码*/
.error
{
	line-height:150%;
	padding:15px;
	width:450px;
	border:1px #DDD dashed;
}
/*奇偶行颜色显示*/
.wtr
{
	position:relative;
	padding:1px;
	text-align:left;
	border-bottom:1px #DDD solid;
	text-indent:0.3em;
}
.dtr
{
	position:relative;
	padding:1px;
	text-align:left;
	border-bottom:1px #DDD solid;
	text-indent:0.3em;
}
/*语法高亮显示代码*/
pre
{
	font-family:'Courier New' , Monospace;
	font-size:12px;
	width:99%;
	overflow:hidden;
	margin:0 0 1em 0;
	background:#A1A1A1;
	white-space: -moz-pre-wrap;
	word-wrap:break-word;
	word-break:break-all;
}
pre ol, pre ol li, pre ol li span{margin:0 0; padding:0; border:none}
pre a, pre a:hover{background:none; border:none; padding:0; margin:0}
pre ol{list-style:decimal; background:#F7F7F7; margin:0px 0px 1px 3em !important; padding:5px 0; color:#5C5C5C; border-left:3px solid #146B00;}
pre ol li{list-style:decimal; list-style-position:outside !important; color:#5C5C5C; padding:0 3px 0 10px !important; margin:0 !important; line-height:1.3em}
pre ol li.alt{color:inherit}
pre ol li span{color:black; background-color:inherit}
pre .comment, pre .comments{color:#008200; background-color:inherit}
pre .string{color:blue; background-color:inherit}
pre .keyword{color:#069; font-weight:bold; background-color:inherit}
pre .preprocessor{color:gray; background-color:inherit}
pre .dp-xml .cdata{color:#ff1493}
pre .dp-xml .tag, pre .dp-xml .tag-name{color:#069; font-weight:bold}
pre .dp-xml .attribute{color:red}
pre .dp-xml .attribute-value{color:blue}
pre .dp-sql .func{color:#ff1493}
pre .dp-sql .op{color:#808080}
pre .dp-rb .symbol{color:#a70}
pre .dp-rb .variable{color:#a70; font-weight:bold}
pre .dp-py .builtins{color:#ff1493}
pre .dp-py .magicmethods{color:#808080}
pre .dp-py .exceptions{color:brown}
pre .dp-py .types{color:brown; font-style:italic}
pre .dp-py .commonlibs{color:#8A2BE2; font-style:italic}
pre .dp-j .annotation{color:#646464}
pre .dp-j .number{color:#C00000}
pre .dp-delphi .number{color:blue}
pre .dp-delphi .directive{color:#008284}
pre .dp-delphi .vars{color:#000}
pre .dp-css .value{color:black}
pre .dp-css .important{color:red}
pre .dp-c .vars{color:#d00}
pre .dp-cpp .datatypes{color:#2E8B57; font-weight:bold}

/*其他CSS*/
.cate-list-yw
{
	padding-left:18px;
	height:28px;
}

.cate-list-yw a
{
	font-size:14px;
	font-weight:bold;
}
.i-s-p
{
	/**/
}
.i-s-p .i-s
{
	float:left;
	width:430px;
}
.phpok_about div
{
	line-height:150%;
}
.i-s-p .i-p
{
	float:right;
	width:300px;
}

.incbg
{
	margin-top:2px;
	background:#FFF url("incbg.jpg") repeat-x;
}
.friendlink {
	background-image: url(old_friend.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 958px;
}
.link_td{
	width:200px;
}
.index_newslist {
	background-image: url(old_indexnewlist.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	height: 20px;
	line-height: 20px;
	background-position: 10px;
	padding-left: 30px;
}




BODY {
	FONT-SIZE: 9pt; FONT-FAMILY: "宋体"
}
.txtBoxStyle2 {
	BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #666666 1px solid; FONT-SIZE: 11px; BORDER-LEFT: #666666 1px solid; COLOR: #333333; BORDER-BOTTOM: #666666 1px solid; FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"; BACKGROUND-COLOR: #f2fafd
}
.in {
	BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #999999 1px solid; FONT-SIZE: 9px; BORDER-LEFT: #999999 1px solid; BORDER-BOTTOM: #999999 1px solid; FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"
}
.field {
	BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #999999 1px solid; FONT-SIZE: 9pt; BORDER-LEFT: #999999 1px solid; COLOR: #333333; BORDER-BOTTOM: #999999 1px solid; FONT-FAMILY: "宋体"; BACKGROUND-COLOR: #ffffff
}
.yc {
	FONT-SIZE: 9pt; COLOR: #333333; FONT-FAMILY: "宋体"; LETTER-SPACING: 1pt
}
.dfont {
	FONT-SIZE: 9pt; COLOR: #333333; FONT-FAMILY: "宋体"
}
A:link {
	COLOR: #333333; TEXT-DECORATION: none
}
A:visited {
	COLOR: #333333; TEXT-DECORATION: none
}
A:active {
	COLOR: #333333; TEXT-DECORATION: none
}
A:hover {
	RIGHT: 0px; COLOR: #ff0000; POSITION: relative; TOP: 0px; TEXT-DECORATION: none
}
A.b:link {
	COLOR: red; TEXT-DECORATION: none
}
A.b:visited {
	COLOR: red; TEXT-DECORATION: none
}
A.b:active {
	COLOR: red; TEXT-DECORATION: none
}
A.b:hover {
	RIGHT: 0px; COLOR: blue; POSITION: relative; TOP: 0px; TEXT-DECORATION: none
}
A.c:link {
	COLOR: #333333; TEXT-DECORATION: none
}
A.c:visited {
	COLOR: #333333; TEXT-DECORATION: none
}
A.c:active {
	COLOR: #333333; TEXT-DECORATION: none
}
A.c:hover {
	RIGHT: 0px; COLOR: blue; POSITION: relative; TOP: 0px; TEXT-DECORATION: none
}
.new {
	FONT-SIZE: 9pt; COLOR: #333333; LINE-HEIGHT: 160%; FONT-FAMILY: "宋体"; LETTER-SPACING: 1px
}
TD {
	FONT-SIZE: 9pt; LINE-HEIGHT: 13pt; FONT-FAMILY: 宋体
}
.grayline {
	BORDER-TOP-WIDTH: 0px; BORDER-RIGHT: #008b27 1px solid; BORDER-BOTTOM-WIDTH: 0px; BORDER-BOTTOM-COLOR: #008b27; BORDER-LEFT: #008b27 1px solid; BORDER-TOP-COLOR: #008b27
}
.engtxt1 {
	FONT-SIZE: 9pt; COLOR: #999999; FONT-FAMILY: Arial, Helvetica, sans-serif
}
#nav {
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	height: 40px;
	border: 1px solid #999999;
	margin:0;
	padding:0;
}
#nav ul{ 
	float:left;
	margin:0;
	padding:0;
	margin-left:10px;}
#nav ul li{
	float:left;
	list-style-type: none;
	height:40px;
	line-height:40px;
	font-size:12px;
	margin-right:10px;
	margin-left:0;
}
#nav ul li a{color:#FFFFFF;}
.fangwei {
	border: 1px solid #CCCCCC;
	width: 180px;
	height: 30px;
	background-color:#A4D23B;
	line-height:30PX;
}
.top_index {background-color:white;
visibility:hidden;
display:none;
position:absolute;
left:0px;top:0px;}.top_index {background-color:white;
visibility:hidden;
display:none;
position:absolute;
left:0px;top:0px;}.top_index {background-color:white;
visibility:hidden;
display:none;
position:absolute;
left:0px;top:0px;}.list_lf_s1 {background-color:white;
visibility:hidden;
display:none;
position:absolute;
left:0px;top:0px;}.top_index {background-color:white;
visibility:hidden;
display:none;
position:absolute;
left:0px;top:0px;}.my_style {background-color:white;
visibility:hidden;
display:none;
position:absolute;
left:0px;top:0px;}.new_lfe_st {background-color:white;
visibility:hidden;
display:none;
position:absolute;
left:0px;top:0px;}.head_top {background-color:white;
visibility:hidden;
display:none;
position:absolute;
left:0px;top:0px;}.my_style {background-color:white;
visibility:hidden;
display:none;
position:absolute;
left:0px;top:0px;}.new_lfe_st {background-color:white;
visibility:hidden;
display:none;
position:absolute;
left:0px;top:0px;}.top_index {background-color:white;
visibility:hidden;
display:none;
position:absolute;
left:0px;top:0px;}.my_style {background-color:white;
visibility:hidden;
display:none;
position:absolute;
left:0px;top:0px;}.head_top {background-color:white;
visibility:hidden;
display:none;
position:absolute;
left:0px;top:0px;}