﻿/*@CSS Reset*/
body
{
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 21px;
	color: #787878;				/*全局字体颜色*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:url(bg.gif);
}
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: #787878;           /*超链接字体颜色*/
	text-decoration: none;
}
a:hover
{
	color:#000;   /*鼠标经过样式*/
	text-decoration: underline;
}



/*@input textarea 样式*/
input.text, textarea
{
	border:1px solid #b0b0b0;
	padding:4px 2px 2px;
}

/*@Container*/
#Container 
{
	width:950px;
	margin: 0px auto;
	position:relative;
}

/*--顶部--*/
#Header
{
	margin-right: auto;
	margin-left: auto;
}
.toplogo
{
	_height: 110px;
	min-height:110px;
}
.toplogo h1 ,.toplogo h3
{
	display: none; /*font-size: 30px;*/
}
#toplink
{
	position:absolute;
	top:0px;
	right:5px;
}
#toplink li
{
	padding-left:15px;
	padding-right:5px;
	height:20px;
	line-height:20px;
	background:url(continue.gif) left center no-repeat;
	width:60px;
}
/*--导航部分--*/
.menu
{
	height: 35px;
	line-height: 35px;
	padding:1px 10px;
	margin-bottom:10px;
	background:url(menu_bg.gif) no-repeat;
}
.menu .left, .menu .right
{
	display: none;
}
.menusel
{
	float: left;
	position: relative;
	_display:inline;
	background:url(nav_li.gif) right no-repeat;
}
.menusel h2
{
	font-size: 14px;
	border-right:1px solid #b0b0b0;
}
.menusel a, .menusel a:visited
{
	color: #505050;
	display:inline-block;
	padding:0 20px;
}
.menusel a:hover
{
	color:#FFF;
	background:url(menu_hoverbg.gif) repeat-x;
	text-decoration:none;
}
.position
{
	position:absolute;
}
.position ul
{
	min-width:100px;
	_width:100px;
	border:1px solid #a5a5a5;
	white-space:nowrap;
	background-color:#e2e2e2;
	/*visibility:hidden !important;
	*+visibility:;*/
	display:none;
}
.menusel .block
{
	display:block;
	/*visibility:visible !important;
	*+visibility:;*/
}

.typeul ul {
	position: absolute;
	left: 100px;	
	top: 0;
	margin-top:-1px;
}
.typeul li
{
	text-align:center;
	min-width:100px;
	_width:100px;
	position: relative;
	height:25px;
	line-height:25px;
	text-align:center;
}

/**end menu**/

#banner {
	margin-bottom:10px;
}
#banner img 
{
	width:100%;
}

/*@通站H3*/
h3
{
	font-size: 14px;
	font-weight: bold;
}
h3 span
{
	display: block;
}


/*--底部部分--*/
#Footer
{
	clear: both;
	width: 100%;
	border-top:1px solid #a5a5a5;
	margin-top:10px;
}
#Footer .links
{
	margin-top: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width:950px;
}
.foot-link
{
	line-height: 25px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width:950px;
	border-bottom:1px solid #a5a5a5;
}

.copyinfo
{
	margin: 10px auto 20px;
	text-align: center;
	width:950px;
}
.copyinfo #support
{
	width:30%;
	border-right:1px solid #a5a5a5;
	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;
}
