﻿/*@CSS Reset*/
body
{
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 21px;
	color: #709600;				/*全局字体颜色*/
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background:url(topbanner_ff.jpg) top center no-repeat #2e4b15 !important;
	background:url(topbanner.jpg) top center no-repeat #2e4b15;  /*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: #709600;           /*超链接字体颜色*/
	text-decoration: none;
}
a:hover
{
	color:#d45837;
	text-decoration: underline;    /*鼠标经过样式*/
}
/*@input textarea 样式*/
input.text, textarea
{
	border:1px solid #a3d945;
	color:#ccc;
	padding-right:10px;
}
/*@Container*/
#Container {
	width:980px;
	margin: 0px auto;
}
/*@Header*/
/*--顶部--*/
#Header {
	width: 100%;
	margin:0px auto;
	position:relative;
}
#pages 
{
	width:100%;
	background-color:#FFFFFF;
}
.toplogo 
{
	_height:200px;
	min-height:200px;
}
.toplogo #logoimg 
{
}
.toplogo h1, .toplogo h3 {
	display: none; /*font-size: 30px;*/
}
#toplink 
{
	position:absolute;
	right:30px;
	top:30px;
}
#toplink li {
	float: left;
	height: 19px;
	line-height: 19px;
	padding: 0px 16px;
	background:url(icon_tag.gif) no-repeat left center;
	padding-left:30px;
}
#banner
{
	background:#FFFFFF;
}
/*--导航部分--*/

.menu {
	height:45px;
	line-height:45px;
	padding-top:5px;
	margin-left:50px;
	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;
	padding:0 8px;
}
.position {
	position: absolute;
}
.position ul {
	min-width:100px;
	_width:100px;
	background-color:#dce7bd;
	border: 1px solid #d1dfa4;
	white-space:nowrap;
	/*visibility:hidden !important;
	*+visibility:;*/
	display:none;
}
.menusel .block {
	display:block;
	/*visibility:visible !important;
	*+visibility:;*/
}
.typeul li {
	min-width:100px;
	_width:100px;
	position: relative;
	text-align:center;
	height:25px;
	line-height:25px;	
}
.typeul li a{
	height:25px;
	line-height:25px;	
	display:block;
}
.typeul li a:hover {
	display:block;
	height:25px;
	line-height:25px;	
}
.typeul ul {
	position: absolute;
	left: 100px;	
	top: 0;
	margin-top:-1px;
}
/**end menu**/
#banner
{
	margin-top:80px;
}
#banner img 
{
	width:100%;
}

/*@通站H3*/
h3
{
	font-size: 12px;
	font-weight: bold;
	padding-top:22px;
	padding-left:30px;
	background:url(bg_item_line.jpg) top left no-repeat;
	min-height:10px;
	_height:10px;
}

/*--底部部分--*/
#Footer {
	clear: both;
	width: 100%;
	padding-top:5px;
	background:url(bg_bottom.gif) bottom center no-repeat #FFFFFF;
	padding-bottom:80px;
}
#Footer .links {
	margin-bottom: 1px;
	margin-left:28px;
	text-align :left;
}
.foot-link 
{
	line-height: 10px;
	text-align: center;
	margin:10px 0;
}
.foot-link a
{
	padding:0px 7px;
}
.copyinfo 
{
	clear:both;
	padding: 10px auto 20px;
	text-align: center;
}
.copyinfo #support
{
	width:40%;
	float:left;
	line-height:25px;
	margin-top:10px;
}
.copyinfo #usercopy
{
	padding:10px 0;
	width:59.5%;
	float:right;
}


/*@上一条下一条*/
.other {
	margin:20px 40px
}
#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:#FC04A7;
}




