﻿/*@CSS Reset*/
body
{
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 21px;
	color: #515151;				/*全局字体颜色*/
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background:url(body_bg.gif) top left repeat-x #FAFAF8;	  /*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: #78951D;           /*超链接字体颜色*/
	text-decoration: none;
}
a:hover
{
	color:#4D6300;
	text-decoration:underline;
}

/*@input textarea 样式*/
input.text, textarea
{
	border:1px solid #9cbb28;
	padding:4px 2px 2px;
}

/*@Container*/
#Container {
	margin: 0px auto;
}
/*@Header*/
/*--顶部--*/
#Header {
	width: 950px;
	margin:0px auto;
	position:relative;
	background:url(head_bg.jpg) left 65px no-repeat;
}
.toplogo 
{
	_height:177px;
	min-height:177px;
}
.toplogo h1, .toplogo h3 {
	display: none; /*font-size: 30px;*/
}
#toplink 
{
	position:absolute;
	right:0;
	top:70px;
}
#toplink li {
	float: left;
	height: 19px;
	line-height: 19px;
	padding: 0px 20px;
	background:url(ico-date.gif) no-repeat left center;
}
#toplink li a
{
	color:#FFF;
}
/*--导航部分--*/
#Header .menu 
{
	width:950px;
	height:28px;
	line-height:28px;
	position:absolute;
	right:0;
	top:20px;
}
#nav
{
	float:right;
}
.menu .left, .menu .right {
	display: none;
}
.menusel {
	float: left;
	position: relative;
	_display:inline-block; /*修正IE6双倍间距 BUG*/
}
.menusel h2 
{
	font-size: 12px;
	margin-right:4px;
}
.menusel a 
{
	display:inline-block;
	height:30px;
	line-height:30px;
	color:#D1D9DC;
	background-color:#33393C;
	padding:0px 14px;
}
.menusel a:hover {
	color:#FFF;
	text-decoration:none;
	background:url(menu_libg.gif) bottom center no-repeat #F500A1;
}
.position {
	position: absolute;
}
.position ul {
	min-width:100px;
	_width:100px;
	background-color:#33393C;
	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:24px;
	line-height:24px;	
}
.typeul li a
{
	display:block;
}
.typeul li a:hover 
{
	display:block;
	background:url(menu_libg.gif) bottom center no-repeat #F500A1;
}
.typeul ul {
	position: absolute;
	left: 100px;	
	top: 0;	
}
/**end menu**/

#banner
{
	margin-bottom:5px;
}
#banner img 
{
	width:100%;
}

/*@通站H3*/
h3
{
	font-size: 12px;
	font-weight: bold;
	height: 26px;
}
h3 span
{
	padding-left:12px;
	display: block;
	height:26px;
	line-height: 26px;
	cursor:pointer;
}


/*--底部部分--*/
#Footer 
{
	clear: both;
	width: 100%;
	border-top:5px solid #576061;
	background-color:#111111;
	color:#999999;
	padding-bottom:20px;
}
#Footer a
{
	color:#576061;
}
#Footer a:hover
{
	color:#999999;
}
#Footer .links 
{
	width: 950px;
	margin:0 auto;
	margin-top: 10px;
	text-align: left;
}
.foot-link 
{
	width: 950px;
	margin:0 auto 10px;
	height:20px;
	line-height: 20px;
	text-align: center;
	border-bottom:1px solid #576061;
}
.foot-link a
{
	padding:0px 7px;
	color:#000;
}
.copyinfo 
{
	width: 950px;
	margin:0 auto;
	clear:both;
	padding: 10px auto 20px;
	text-align: center;
}
.copyinfo #support
{
	padding:10px 0px;
	width:30%;
	border-right:1px solid #576061;
	float:left;
	line-height:20px;
}
.copyinfo #usercopy
{
	padding:10px 0;
	width:69.5%;
	float:right;
}


/*@上一条下一条*/
.other {
	margin:20px;
}
#upordown {
	float:left;
	width:500px;
}
#upordown ul li
{
	height: 31px;
	line-height:31px;
	background:url(next.gif) no-repeat;
	padding-left:40px;
	text-decoration:underline;
}
#upordown ul li span
{
	display:none;
}
#upordown ul li#liN
{
	background-position:left top;
}
#upordown ul li#liF
{
	background-position:left bottom;
}
#other-pro #gettop {
	float:right;
}
.count {
	color:#e31c9d;
}