﻿/*@CSS Reset*/
body
{
	padding: 0;
	margin: 0;
	background: #fff;			/*网站背景色*/
	font-size: 12px;
	line-height: 21px;
	color: #5d5d5d;				/*全局字体颜色*/
	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: #5d5d5d;           /*超链接字体颜色*/
	text-decoration: none;
}
a:hover
{
	color:#009aff;   /*鼠标经过样式*/
}



/*@input textarea 样式*/
input.text, textarea
{
	border:1px solid #ddd;
	padding:4px 2px 2px;
}

/*@Container*/
#Container {
	width: 983px;
	margin: 0px auto;
	position:relative;
}

/*--顶部--*/
#Header
{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.toplogo
{
	_height: 100px;
	min-height:110px;
}
.toplogo h1 ,.toplogo h3
{
	display: none; /*font-size: 30px;*/
}
#toplink
{
	position:absolute;
	top:5px;
	right:5px;
}
#toplink li
{
	float: left;
	height: 19px;
	line-height: 20px;
	padding-left: 23px;
	background: url(icon_2.gif) no-repeat left center;
}

/*--导航部分--*/
.menu
{
	height: 36px;
	line-height: 36px;
	background: url(menu_bg1.jpg) no-repeat;
	margin-bottom:5px;
	padding:0 10px;
	position:relative;
	z-index:10;
}
.menu .left, .menu .right
{
	display: none;
}
.menusel
{
	float: left;
	position: relative;
	_display:inline;
}
.menusel h2
{
	font-size: 14px;
	padding: 0px 5px;
}
.menusel a, .menusel a:visited
{
	color: #FFF;
}
.menusel a:hover
{
	color:#fff;
}
.position
{
	position:absolute;
}
.position ul
{
	min-width:100px;
	_width:100px;
	border: 1px solid #9bc3f6;
	white-space:nowrap;
	/*visibility:hidden !important;
	*+visibility:;*/
	display:none;
	background-color:#fff;
}
.menusel .block
{
	display:block;
	/*visibility:visible !important;
	*+visibility:;*/
}
.typeul li
{
	background:url(title_bg.jpg) repeat-x;
}
.typeul li a, .typeul li a:visited
{
	border: none;
	color:#0351a3;
}
.typeul li a:hover
{
	color: #009aff;
}

/**end menu**/

#banner {
	margin-bottom: 5px;
}
#banner img 
{
	width:100%;
}

/*@通站H3*/
h3
{
	font-size: 13px;
	font-weight: bold;
	background: url(title_bg.jpg) repeat-x;
	height: 26px;
	line-height: 26px;
	border-bottom: 1px solid #9bc3f6;
	margin: 0;
}
h3 span
{
	padding-left: 10px;
	margin-left: 10px;
	display: block;
	color: #0351A3;
	background-image: url(icon_title.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


/*--底部部分--*/
#Footer
{
	clear: both;
	width: 983px;
	margin-right: auto;
	margin-left: auto;
	border-top: 2px solid #0099ff;
}
#Footer .links
{
	margin-top: 10px;
	text-align: left;
}
.foot-link
{
	border: 1px solid #0099FF;
	line-height: 25px;
	text-align: center;
}

.copyinfo
{
	margin: 10px auto 20px;
	text-align: center;
}
.copyinfo #support
{
	width:30%;
	border-right:1px solid #999;
	float:left;
	line-height:20px;
}
.copyinfo #usercopy
{
	width:69.5%;
	float:right;
}

/*@上一条下一条*/
.other {
	margin:10px 40px;
}
#upordown
{
	float: left;
	width: 500px;
}
#upordown ul li
{
	height: 20px;
}
#other-pro #gettop
{
	float: right;
}
.count
{
	color: #FF0000;
}

