﻿/*@CSS Reset*/
html 
{
	background:url(bg.jpg) repeat-x top #bfc4c7;
}
body
{
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 21px;
	color: #4c4c4c;				/*全局字体颜色*/
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background:url(light.gif) no-repeat top center;  /*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: #4c4c4c;           /*超链接字体颜色*/
	text-decoration: none;
}
a:hover
{
	color:#2970a6;
	text-decoration: underline;    /*鼠标经过样式*/
}



/*@input textarea 样式*/
input.text, textarea
{
	border:1px solid #ddd;
	padding:4px 2px 2px;
}

/*@Container*/
#Container {
	width: 936px;
	margin: 0px auto;
	position:relative;
}
/*@Header*/
/*--顶部--*/
#Header
{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top:30px;
	background:url(header_footer.jpg) center 20px no-repeat;
	position:relative;
}
.toplogo
{
	min-height:81px;
	_height: 81px;
}
.toplogo h1,.toplogo h3
{
	/*font-size: 30px;*/
	display:none;
}
#toplink
{
	width:100px;
	position:absolute;
	top:30px;
	right:10px;
}
#toplink li
{
	float: left;
	height: 19px;
	line-height: 19px;
	padding:0 5px 0 20px;
	background: url(ico_1.gif) left center no-repeat;	
}
#toplink li a, #toplink li a:visited
{
	color:#fff;
}
/*导航菜单*/
.menu
{
	height: 31px;
	line-height: 31px;
	padding-bottom:8px;
	width:100%;
	position:relative;
	background:url(navBg.jpg) bottom repeat-x #fff;
}
.menu .left
{
	float: left;
	margin-left:0px;
	background:url(menu.gif) left -155px no-repeat;
	height:31px;
	width:50px;
}
.menu .right
{
	display:none;
}
.menusel {
	float: left;
	position: relative;
}

.menusel h2
{
	font-size: 12px;
	font-weight:normal;
	margin-left:-20px;	
}
.menusel a, .menusel a:visited
{
	display:inline-block;
	position:relative;
	padding:0px 25px 0px 18px;
	background:url(menu.gif) left top no-repeat;
}
.menusel a:hover
{
	display:inline-block;
	position:relative;
	padding:0px 25px 0px 18px;
	color:#4c4c4c;
	background:url(menu.gif) left -31px no-repeat;
}
.position {
	position: absolute;
	left:-20px;
}
.menusel ul
{
	min-width:100px;
	_width:100px;
	background-color:#f5f5f5;
	border: 1px solid #ccc;
	white-space:nowrap;
	display:none;
}
.menusel .block
{
	display:block;
}
.typeul ul
{
	position: absolute;
	left: 100px;	
	top: 0;
	margin-top:-1px;
}
.typeul li
{
	border-bottom: 1px solid #ddd;
	min-width:100px;
	_width:100px;
	position: relative;
	float: left;
	height:25px;
	line-height:25px;
	text-align:center;
}
.typeul li a,.typeul li a:visited
{
	padding:0;
	color:#2f2f2f;
	background:none;	
}
.typeul li a:hover
{
	padding:0;
	color: #2f2f2f;
	font-weight:bold;
	background:none;
}
/**end menu**/


#banner
{
}
#banner img 
{
	width:100%;
}

/*@通站H3*/
h3 
{
	font-size: 14px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	margin:0 7px;
	border-bottom:1px solid #ccc;
}
h3 span
{
	display:block;
	height: 30px;
	line-height: 30px;
	padding-left:20px;
	background:url(ico_tit.gif) left center no-repeat;
}


/*--底部部分--*/
#Footer
{
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-top:2px solid #cccccc;
	background:url(bg_footer.jpg) bottom no-repeat #eee;
}
#Footer .links
{
	margin-top: 10px;
	text-align: left;
	background-color:#eee;
}
.foot-link
{
	text-align: center;
	margin-top: 5px;
	height:25px;
	line-height:25px;
	background:url(bg_footliks.jpg) bottom center no-repeat;
}
.copyinfo
{
	padding-top:10px;
	padding-bottom:35px;
	text-align: center;
}
.copyinfo #support
{
	width:30%;
	float:left;
	line-height:20px;
	padding-bottom:40px;
}
.copyinfo #usercopy
{
	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:#1b8dc8;
}