﻿/*@CSS Reset*/
body
{
	padding: 0 o;
	margin: 0;
	background:url(Bg.jpg) top center no-repeat #000;
	font-size: 12px;
	line-height: 21px;
	color:#6F9300;				/*全局字体颜色*/
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
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: #719300;           /*超链接字体颜色*/
	text-decoration: none;
}
a:hover
{
	color:#333;   /*鼠标经过样式*/
}



/*@input textarea 样式*/
input.text, textarea
{
	border:1px solid #9ec802;
	padding:4px 2px 2px;
}

/*@Container*/
#Container {
	width: 983px;
	margin: 0px auto;
	position:relative;
}

#mainContent{
	background-color:#FFFFFF ;
	zoom:1;
}

#Footer{
	background-color:#FFFFFF ;
	zoom:1;

}

.foot-link a,.foot-link a:visited{
	color:#669900;
}
.foot-link a:hover{
	color:#009900;
}
/*--顶部--*/
#Header
{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
.toplogo
{
	height: 70px;
	padding-top: 20px;
}
.toplogo h1 ,.toplogo h3
{
	display: none; /*font-size: 30px;*/
}
#toplink
{
	position:absolute;
	right:5px;
	top:5px;
}
#toplink li
{
	float: left;
	height: 19px;
	line-height: 20px;
	padding-left: 23px;
	background: url(ico_entry.gif) no-repeat left center;
}

#toplink li a,#toplink li a:visited{

	color:#FFFFFF;
}
#toplink li a:hover{
	color:#FFFFCC;
}

/*--导航部分--*/
.menu {
	height:37px;
	line-height:37px;
	margin-bottom:2px;
	padding-left:80px;
	position:relative;
	z-index:10;
	background:url(menu_bg2.jpg) repeat-x 0 0 ;
	border-top:1px #ff0000;
}
.menu .left, .menu .right {
	display: none;
}
.menusel {
	float: left;
	position: relative;
	_display:inline-block; /*修正IE6双倍间距 BUG*/
}
.menusel h2 
{
	text-align:center;
	font-size: 12px;
	padding-left:5px;
}
.menusel a 
{
	display:inline-block;
	color:#e7fdab;
	padding:1px 8px;
}
.menusel a:hover 
{
	display:inline-block;
	color:#ffff66;
	background: url(menu_bg.jpg) repeat-x;
	text-decoration:none;
}
.position {
	position: absolute;
}
.position ul {
	min-width:100px;
	_width:100px;
	background:url(menu_bg2.jpg) repeat-x top center #5d7b01;
	border: 1px solid #9EC802;
	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
{
	text-align:center;
	min-width:100px;
	_width:100px;
	position: relative;
	height:25px;
	line-height:25px;
	text-align:center;
}
.typeul li a, .typeul li a:visited
{
	border: none;
	color:#e7fdab;
}
.typeul li a:hover
{
	color: #ffff66;
}

/**end menu**/

#banner {
	margin-top:2px;
	margin-bottom: 2px;
}
#banner img 
{
	width:100%;
}

/*@通站H3*/
h3 span
{
	padding-left: 35px;
	margin-left: 10px;
	display: block;
	color: #6f9400;
	background:url(icon.jpg) left center no-repeat;
}


h3
{
	font-size: 13px;
	font-weight: bold;
	background-color:#FFFFFF;
	height: 26px;
	line-height: 26px;
	border-bottom: 1px solid #9ec802;
	margin: 0;
}

/*--底部部分--*/
#Footer
{
	clear: both;
	width: 983px;
	margin-right: auto;
	margin-left: auto;
	margin-top:2px;
	border-top: 2px solid #dcecab;
}
#Footer .links
{
	margin-top: 10px;
	margin-left:10px;
	text-align: left;
}
.foot-link
{
	border-top: 1px solid #dcecab;
	border-bottom: 1px solid #dcecab;
	line-height: 25px;
	text-align: center;
}

.copyinfo
{
	margin: 10px auto 20px;
	text-align: center;
}
.copyinfo #support
{
	width:30%;
	border-right:1px solid #DCECAB;
	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 {
	border: 1px solid #9EC802;
	padding: 0 6px;
	height: 18px;
	font-weight: bold;
	background: #9EC802;
	color: #fff;
}
.cpage a {
	font-size: 13px;
	border: 1px solid #DCECAB;
	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;
}
.cpage li.NextPage a {
	padding-right: 18px;
	padding-left: 8px;
	width: auto;
}
.cpage li.NoPrev a {
	color: gray !important;
}
.cpage li.NoNext a {
	color: gray !important;
}



/*@上一条下一条*/
.other {
	margin:10px 40px;
}
#upordown
{
	float: left;
	width: 500px;
}
#upordown ul li
{
	height: 20px;
}
#other-pro #gettop
{
	float: right;
}
.count
{
	color:#333;
}



