﻿/*@CSS Reset*/
body
{
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 21px;
	color: #666;				/*全局字体颜色*/
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: url(bg06.jpg) no-repeat top center #155903;
	

	
	  /*Body 背景*/
}
form, ul, ol, h1, h2, h3, h4, h5, h6, p, dl, dt, dd
{
	margin: 0;
	padding: 0;
	list-style: none;
}
input, textarea, select, button
{
	font-size: 12px;
}

img
{
	border: none;
}
address, cite, small, em, strong
{
	font-style: normal;
	font-size: 12px;
}


/*@Common Css*/
a
{
	color: #000;           /*超链接字体颜色*/
	text-decoration: none;
}
a:hover
{
	color: #009900;
	text-decoration: underline;    /*鼠标经过样式*/
}



/*@input textarea 样式*/
input.text, textarea
{
	border:1px solid  #009933;
	padding:4px 2px 2px;
}

/*@Container*/
#Container {
	width: 880px;
	margin: 0px auto;
	position:relative;
	background:#FFFFFF;
	background: url(foot.jpg)  bottom no-repeat #fff;

}
/*@Header*/
/*--顶部--*/
#Header {
	width: 100%;
	margin:0px auto;
	background:url(bg.jpg) no-repeat ;
	position:relative;
	z-index:10;
}
.toplogo 
{
	padding-top:20px;
	padding-left:20px;
	height:100px;
}
.toplogo #logoimg 
{
	max-height:100px;
}
.toplogo h1, .toplogo h3{
	display: none; /*font-size: 30px;*/
}
#toplink 
{
	position:absolute;
	right:20px;
	top:5px;
	line-height:23px;
	background:url(bg_toplink.jpg) top right no-repeat;
}
#toplink li {
	padding-left: 13px;
	height:23px;
	line-height:23px;	
	background: url(shoucang.jpg) left center no-repeat;
}
/*--导航部分--*/

.menu
{
	height: 37px;
	line-height: 37px;
	background:url(bg_menu.gif) no-repeat;
	margin-bottom:5px;
	position:relative;
	z-index:10;
}

.menu .left, .menu .right
{
	display:none;
}
.menusel {
	float: left;
	position: relative;
	_display:inline-block; /*修正IE6双倍间距 BUG*/
}
.menusel h2
{
	font-size: 12px;
	margin-left:10px;
	padding-left:15px;
    background:url(menu.gif) no-repeat left 12px;
}
.menusel a, .menusel a:visited
{
	display:inline-block;
	color:#fff;
}
.menusel a:hover
{
	display:inline-block;	
	background:url(hover_menu.jpg) 0px 12px  no-repeat;
	text-decoration:none;
	color:#FFFF00;
}
.position {
	position: absolute;
	left:10px;
}
.menusel ul
{
	min-width:100px;
	_width:100px;
	background-color:#3CAE30;
	border: 1px solid  #009900;
	white-space:nowrap;
	visibility:hidden !important;
	*+visibility:;
	*+display:none;
}
.menusel .block
{
	*+display:block;
	visibility:visible !important;
	*+visibility:;
}
.typeul ul
{
	position: absolute;
	left: 100px;	
	top: 0;
	margin-top:-1px;
}
.typeul li
{
	border-bottom: 1px solid  #009900;
	min-width:100px;
	_width:100px;
	position: relative;
	height:25px;
	line-height:25px;
	text-align:center;
}
.typeul li a,.typeul li a:visited
{
	height:25px;
	line-height:25px;
	display:block;
	color:#fff;
}
.typeul li a:hover
{
	line-height:25px;
	display:block;
	color: #FFFF00;
	font-weight:bold;
	background-position:left -30px;
}
/**end menu**/

#banner 
{
	margin-bottom:5px;
	
}
#banner img 
{
	width:100%;
}


/*@通站H3*/
h3
{
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	border-bottom:1px solid  #009900;
	background:url(h3_shu1.gif) no-repeat right center;	
}
h3 span
{
	display: inline-block;
	background: url(bg_h3.jpg) no-repeat 8px center ;
	padding-left:25px;
}
.postbox h3{
background:none;
}
.postbox h3 span{
background: url(bg2_h3.jpg) no-repeat 10px center;
color:#006600;
}
h3 a:hover 
{
	color: #FF6600;
	text-decoration:none;
}

/*--底部部分--*/
#Footer {
	clear: both;
	width: 100%;
	border-top: 2px solid  #009900;
	color:#FFFFFF;
	
	
}
#Footer .links {
	color:#666666;
	margin-top: 10px;
	text-align: left;
}
.foot-link {
	line-height: 25px;
	text-align: center;
	background-color:#009900;
}
.foot-link a
{
	padding:0px 7px;
	color: #FFF;
}
.foot-link a:hover
{
	padding:0px 7px;
	color: #FFFF00;
	text-decoration:none;
}
.copyinfo 
{
	width:100%;
	color:#666666;
	margin: 10px auto 20px;
	text-align: center;

	
}
.copyinfo #support
{
	width:30%;
	border-right:1px solid  #009900;
	float:left;
	line-height:20px;
}
.copyinfo #usercopy
{
	width:69.5%;
	float:right;
}
/*- 设置网格显示分页效果--------------------------- */
.cpage {
	margin: 10px auto 0;
	height: 40px;
	width: 99%;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 2px; 
}
.cpage ul {
	list-style: none;
	float: right;
}
.cpage ul li {
	font-size: 13px;
	font-family: Arial;
	float: left;
	margin: 0 1px;
	line-height: 18px;
	text-align: center;
	height: 18px;
}
.cpage ul li.CurrPage {
	
	padding: 0 6px;
	height: 18px;
	font-weight: bold;
	background: #009900;
	color: #fff;
}
.cpage a {
	font-size: 13px;
	
	padding: 0 6px;
	text-align: center;
	display: block;
	float: left;
	text-decoration: none !important;
}
.cpage li.PrevPage a {
	/*text-indent: -9999px; 	width: 20px; 	padding: 0; 	overflow: hidden;*/
	padding-right: 8px;
	padding-left: 18px;
	width: auto;
	background: url(../../ConstructASP/User/images/arrow_left2.gif) no-repeat 10px center;
}
.cpage li.NextPage a {
	padding-right: 18px;
	padding-left: 8px;
	width: auto;
	background: url(../../ConstructASP/User/images/arrow_right2.gif) no-repeat 50px center;
}
.cpage li.NoPrev a {
	color: gray !important;
	background: url(../../ConstructASP/User/images/arrow_left_gray2.gif) no-repeat 10px center;
}
.cpage li.NoNext a {
	color: gray !important;
	background: url(../../ConstructASP/User/images/arrow_right_gray2.gif) no-repeat 50px center;
}

/*@上一条下一条*/
.other {
	margin:20px 30px
}
#upordown {
	float:left;
	width:90%;
}
#upordown ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#upordown ul li {
	height:20px;
}
#other-pro #gettop {
	float:right;
}
.count {
	color:#f30;
}
