﻿/*@CSS Reset*/
body
{
	padding: 0;
	margin: 0;
	background: #fff;			/*网站背景色*/
	font-size: 12px;
	line-height: 21px;
	color: #666;				/*全局字体颜色*/
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background:url(bg_body.png) top left repeat-x #fff;	  /*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: #555555;           /*超链接字体颜色*/
	text-decoration: none;
}
a:hover
{
	color:#366799;
	text-decoration: underline;    /*鼠标经过样式*/
}

/*@input textarea 样式*/
input.text, textarea
{
	border:1px solid #ddd;
	padding:4px 2px 2px;
}

/*@Container*/
#Container {
	width: 950px;
	margin: 0px auto;
	position:relative;
}
/*@Header*/
/*--顶部--*/
#Header {
	width: 100%;
	margin:0px auto;
	position:relative;
}
.toplogo 
{
	_height:113px;
	min-height:113px;
}
.toplogo #logoimg 
{
}
.toplogo h1, .toplogo h3 {
	display: none; /*font-size: 30px;*/
}
#toplink 
{
	position:absolute;
	right:0;
	top:15px;
}
#toplink  li {
	float: left;
	height: 19px;
	line-height: 19px;
	padding: 0px 20px;
	background:url(tag.gif) no-repeat left center;
}
/*--导航部分--*/
.menu {
	height:40px;
	line-height:40px;
	margin-bottom:7px;
	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:0px 7px;	
}
.menusel a {
	color:#fff;
}
.menusel a:hover {
	color:#fff;
}
.position {
	position: absolute;
}
.position ul {
	min-width:100px;
	_width:100px;
	background-color:#fff;
	border: 1px solid #e0e0e0;
	white-space:nowrap;
	/*visibility:hidden !important;
	*+visibility:;*/
	display:none;
}
.menusel .block {
	display:block;
	/*visibility:visible !important;
	*+visibility:;*/
}
.typeul li 
{
	background:url(bg_sonnav.gif) 0px 0px repeat-x;
	min-width:100px;
	_width:100px;
	position: relative;
	text-align:center;
	height:24px;
	line-height:24px;	
}
.typeul li a
{
	display:block;
	color:#777777;
	height:24px;
	line-height:24px;	
}
.typeul li a:hover {
	display:block;
	height:24px;
	line-height:24px;	
	background:url(bg_sonnav.gif) 0px -24px repeat-x;	
	color:#7e98a5;
}
.typeul ul {
	position: absolute;
	left: 90px;	
	top: 0;	
}
/**end menu**/

#banner
{
	margin-bottom:5px;
}
#banner img 
{
	width:100%;
}

/*@通站H3*/
h3
{
	font-size: 12px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	background:url(bg_items_tit.jpg) left top no-repeat;	
}
h3 span
{
	padding-left: 18px;
	margin:0 10px;
	display: block;
	background-image: url(ico_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color:#fff;
}


/*--底部部分--*/
#Footer 
{
	clear: both;
	width: 100%;
	border-top:3px solid #f2ffda;
	background-color:#e6eff2;
	margin-top:5px;
}
#Footer .links {
	margin-top: 10px;
	text-align: left;
}
.foot-link 
{
	height:20px;
	line-height: 20px;
	text-align: center;
	border-bottom:1px solid #d4e1e2;
}
.foot-link a
{
	padding:0px 7px;
	color:#000;
}
.copyinfo 
{
	clear:both;
	padding: 10px auto 20px;
	text-align: center;
}
.copyinfo #support
{
	padding:10px 0px;
	width:30%;
	border-right:1px solid #d4e1e2;
	float:left;
	line-height:20px;
}
.copyinfo #usercopy
{
	padding:10px 0;
	width:69.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:#0069d4;
}