﻿/*@CSS Reset*/
body
{
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 21px;
	color: #222c2f; /*全局字体颜色*/
	background: url(bodybg.jpg) top center no-repeat #171c1f;
	background-attachment: fixed;
	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: #222c2f; /*超链接字体颜色*/
	text-decoration: none;
}
a:hover
{
	color: #AB3730; /*鼠标经过样式*/
	text-decoration: underline;
	cursor: pointer;
}



/*@input textarea 样式*/
input.text, textarea
{
	border: 1px solid #77959B;
	padding: 4px 2px 2px;
}

/*@Container*/
#Container
{
	margin: 0px auto;
	position: relative;
}

/*--顶部--*/
#Container #Header
{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.toplogo
{
	min-height: 80px;
	_height: 80px;
}
.toplogo h1, .toplogo h3
{
	display: none; /*font-size: 30px;*/
}
#toplink
{
	position: absolute;
	top: 5px;
	right: 5px;
}
#toplink li
{
	float: left;
	height: 20px;
	line-height: 20px;
	padding-left: 25px;
	padding-right: 5px;
	background: url(li_save.jpg) no-repeat left center;
}
#toplink li a
{
	color: #FFF;
	font-weight: bold;
}
/*--导航部分--*/
.menu
{
	height: 32px;
	line-height: 32px;
	position: relative;
	z-index: 10;
	background: url(bg_footer_line.gif) bottom repeat-x #263438;
	padding-bottom: 2px;
	margin-top: 10px;
}
.menu .left, .menu .right
{
	display: none;
}
.menusel
{
	float: left;
	position: relative;
	_display: inline;
}
.menusel h2
{
	font-size: 14px;
}
.menusel a, .menusel a:visited
{
	color: #eaeaea;
	padding: 0px 5px;
	display: inline-block;
}
.menusel a:hover
{
	color: #5dafc1;
	display: inline-block;
	background-color: #2f3d40;
	text-decoration: none;
}
.position
{
	position: absolute;
}
.position ul
{
	min-width: 100px;
	_width: 100px;
	white-space: nowrap;
	display: none;
	background-color: #263438;
	border: 1px solid #162022;
}
.menusel .block
{
	display: block;
}

.typeul ul
{
	position: absolute;
	left: 100px;
	top: 0;
	margin-top: -1px;
}
.typeul li
{
	text-align: center;
	min-width: 100px;
	_width: 100px;
	position: relative;
	height: 24px;
	line-height: 24px;
	text-align: center;
}
.typeul li a:hover
{
	display: block;
}
/**end menu*

#banner 
{
	display:none;
}*/
#banner img
{
	width: 100%;
}

/*@通站H3*/
h3
{
	font-size: 14px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
}
h3 span
{
	display: block;
}


/*--底部部分--*/
#Footer
{
	clear: both;
	width: 100%;
	color: #77959B;
	background: url(bg_footer_line.gif) top repeat-x #111f22;
	padding-top: 5px;
}
#Footer a:link, #Footer a:visited
{
	color: #a8acad;
}
#Footer .links
{
	width: 960px;
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
}
.foot-link
{
	width: 960px;
	margin: 0 auto;
	line-height: 25px;
	text-align: center;
}

.copyinfo
{
	width: 960px;
	margin: 0 auto 10px;
	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: 31px;
	line-height: 31px;
	background: url(next.gif) no-repeat;
	padding-left: 40px;
}
#upordown ul li#liN
{
	background-position: left top;
}
#upordown ul li#liF
{
	background-position: left bottom;
}
#upordown ul li span
{
	display: none;
}
#other-pro #gettop
{
	float: right;
}
.count
{
	color: #e13720;
}

