/*全局样式*/
*{
	font-size:12px;
}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,iframe{margin:0px;padding:0px;border:0px;}
body,ul,ol,li,p,form,fieldset,table,td{font-family:"宋体"; color:#585858;}
td,p,li,select,input,textarea,div{font-size:12px;}

ul, ol{list-style-type: none;}

a {color: #585858; text-decoration:none;}
a:visited {color: #585858; text-decoration:none;}
a:hover {color: #FFffff; text-decoration: none;}
.clearit {clear: both; font-size:0px; line-height:0; height:0px;}
a:hover {
 color: #FF0000;
 text-decoration:underline;
}
body{

	background-repeat: repeat-x;
	background-position: top;
	background-color: #248979;

}


/*主导航菜单*/
#menu ul{
	padding:0;
	border:0;
	list-style:none;
	line-height:150%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}
#menu_out{
	width:948px;
	padding-left:18px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/menu_left.gif) no-repeat left top;
}
#menu_in{
	background:url(../images/menu_right.gif) no-repeat right top;
	padding-right:14px;
}
#menu{
	background:url(../images/menu_bg.gif) repeat-x;
	height:75px;
}
.menu_line{
	width:8px;
}
.menu_line2{
	background:url(../images/menu_line2.gif) no-repeat center top;
	width:15px;
}
#nav{
	padding-left:20px;
}
#nav li{
	float:left;
	height:47px;
}
#nav li a{
	float:left;
	display:block;
	padding-left:5px;
	height:47px;
	background:url(../images/menu_on_left.gif) no-repeat left top;
	cursor:pointer;
	text-decoration:none;
}
#nav li a span{
	float:left;
	padding:18px 14px 10px 10px;
	line-height:14px;
	background:url(../images/menu_on_right.gif) no-repeat right top;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#nav li .nav_on{   /*鼠标经过时变换背景，方便JS获取样式*/
	background-position:left 100%;
}
#nav li .nav_on span{  /*鼠标经过时变换背景，方便JS获取样式*/
	background-position:right 100%;
	color:#14696E;
	text-decoration:none;
	padding:27px 14px 6px 10px;
}
/*子栏目*/
#menu_con{
	text-align:left;
	padding-left:20px;
	clear:both;
}
#menu_con li{
	float:left;
	height:28px;
	margin-top:5px;
}
#menu_con li a{
	display:block;
	float:left;
	background:url(../images/menu_on_left2.gif) no-repeat left top;
	cursor:pointer;
	padding-left:3px;
	color:#000000;
	text-decoration:none;
}
#menu_con li a span{
	float:left;
	padding:6px 10px 4px 10px;
	line-height:12px;
	background:url(../images/menu_on_right2.gif) no-repeat right top;
}
#menu_con li a:hover{
	text-decoration:none;
	background:url(../images/menu_on_left2.gif) no-repeat left bottom;
}
#menu_con li a:hover span{
	background:url(../images/menu_on_right2.gif) no-repeat right bottom;
}


.raised{
	background:transparent;
	width:960px;
	margin: auto;
	clear: both;
	overflow: hidden;
	height: auto;	
}
.raised .b1,.raised .b2,.raised .b3,.raised .b4,.raised .b1b,.raised .b2b,.raised .b3b,.raised .b4b{display:block;overflow:hidden;font-size:1px;}
.raised .b1,.raised .b2,.raised .b3,.raised .b1b,.raised .b2b,.raised .b3b{height:1px;}
.raised .b2{
	border-left:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
	background-color: #D7D7D7;
}
.raised .b3{background:#D7D7D7;border-left:1px solid #e9e9e9;border-right:1px solid #e9e9e9;}
.raised .b4{background:#D7D7D7;border-left:1px solid #e9e9e9;border-right:1px solid #e9e9e9;}
.raised .b4b{background:#D7D7D7;border-left:1px solid #e9e9e9;border-right:1px solid #e9e9e9;}
.raised .b3b{background:#D7D7D7;border-left:1px solid #e9e9e9;border-right:1px solid #e9e9e9;}
.raised .b2b{background:#D7D7D7;border-left:1px solid #e9e9e9;border-right:1px solid #e9e9e9;}
.raised .b1{margin:0 5px;background:#e9e9e9;}
.raised .b2, .raised .b2b{margin:0 3px;border-width:0 2px;}
.raised .b3, .raised .b3b{margin:0 2px;}
.raised .b4, .raised .b4b{height:2px; margin:0 1px;}
.raised .b1b{margin:0 5px; background:#e9e9e9;}
.raised .boxcontent{
	display:block;
	background:#D7D7D7;
	border-left:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
.comment{
	width:98%;
	border:1px solid #DDD;
	margin:7px auto 0 auto;
	text-align:center;
}
.commentbox{
	width:98%;
}
.comment .commentbox dl{
	width:100%;
	margin:10px auto 0px;
	border:1px solid #D1DDCE;
	text-align:left;
}
.comment .commentbox dl dt{
	width:100%;
	background:#F4F9F2;
	line-height:25px;
	text-indent:10px;
	color:#333;
	border-bottom:1px solid #E6ECE3;
}
.comment .commentbox dl dt span{
	color:#669933;
	font-size:11px;
}
.comment .commentbox dl dd{
	padding:10px;
	margin-left:10px;
	font-size:13px;
	line-height:25px;
	color:#666;
}
.posttitle{
	width:100%;
	height:26px;
	margin:-1px auto;
	background:url(admin/pic/title.gif) repeat-x;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	text-align:left;
}
.posttitle strong{
	letter-spacing:4px;
	color:#444;
	display:block;
	margin:7px 0px 0px 13px;
}
.postbox{
	width:100%;
	margin:5px auto;
	overflow:hidden;
}
.postbox .userbox{
	width:636px;
	overflow:hidden;
	margin-top:10px;
}
.postbox .userbox dl{
	width:636px;
}
.postbox .userbox dl dd{
	float:left;
	display:block;
	padding-bottom:2px;
}
.postbox .userbox dl dd input.username,.comment .postbox .userbox dl dd input.password{
	width:100px;
	border:1px solid #CCC;
	padding:3px 0px 2px 5px;
	margin-right:10px;
}
.postbox .userbox dl dd{
	margin:7px 7px 0px 0px;
}
.postbox .txtbox{
	width:636px;
	line-height:25px;
	text-align:left;
}
.postbox .txtbox textarea{
	border:1px solid #CCC;
	width:625px;
	height:80px;
	padding:5px;
}
.postbox  .sbut{
	margin:10px;
}
.postbox .userbox .submit{
	width:100px;
	height:25px;
	padding-top:2px;
}
.submit{
	margin-right:20px;
	width:68px;
	height:21px;
	background:url(admin/pic/submit.gif) repeat-x;
	border:1px solid #D4B06A;
	font-weight:bold;
	color:#753D00;
	letter-spacing:3px;
	line-height:20px;
	font-size:12px;
}


#yxnysolar {
 position:absolute;
 top:0px; 
 left:0px;
 color:#248979;
 z-index:-2;
}


#yxnysolar1 {
 position:absolute;
 top:0px; 
 right:0px;
 color:#248979;
 z-index:-2;
}

