﻿/*@CSS Reset*/
body
{
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 21px;
	color: #706e6d; /*全局字体颜色*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(bg_body.jpg) top no-repeat #000000; /*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: #706e6d; /*超链接字体颜色*/
	text-decoration: none;
}
a:hover
{
	color: #272727; /*鼠标经过样式*/
}
/*@input textarea 样式*/
input.text, textarea
{
	border: 1px solid #e67204;
	padding: 4px 2px 2px;
}
/*@Container*/
#Container
{
	width: 1003px;
	margin: 0px auto;
	position: relative;
}
/*@Header*/
/*--顶部--*/
#Header
{
	width: 100%;
	margin: 0px auto;
	position: relative;
	z-index: 10;
}
.toplogo
{
	width: 500px;
	height: 70px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto;
}
.toplogo h1, .toplogo h3
{
	/*font-size: 30px;*/
	display: none;
}

#toplink
{
	position:absolute;
	top:0px;
	right:5px;
}
#toplink li
{
	padding-left:20px;
	padding-right:5px;
	height:20px;
	line-height:20px;
	background:url(ico_tlink_1.gif) left center no-repeat;
}
#toplink li a
{
	color:#bdbdbd;
}
#toplink li a:hover
{
	color:#ff9004;
}
/*--导航部分--*/
.menu
{
	clear: both;
	height: 49px;
	line-height: 39px;
	margin-top: 20px;
	position: relative;
	z-index: 10;
	border-bottom:2px solid #c25d00;
}
.menu .left, .menu .right
{
	display: none;
}
.menusel
{
	float: left;
	position: relative;
	_display: inline-block; /*修正IE6双倍间距 BUG*/
}
.menusel h2
{
	font-size: 12px;
	margin: 0 15px;
}
.menusel a:link, .menusel a:visited
{
	color:#bdbdbd;
}
.menusel a:hover
{
	color:#ff9004;
	text-decoration: underline;
}
.position
{
	position: absolute;
	background: url(mbo.gif) bottom no-repeat;
	margin-left: -8px;
}
.position ul
{
	background: url(mtop.gif) top no-repeat;
	min-width: 100px;
	_width: 100px;
	padding-top: 30px;
	white-space: nowrap;
	display:none;
}
.position ul li
{
	background-color: #1a1a1a;
}
.menusel .block
{
	display: block;
}

.typeul li
{
	min-width: 100px;
	_width: 100px;
	position: relative;
	text-align: center;
	height: 24px;
	line-height: 24px;
}
.typeul ul
{
	position: absolute;
	left: 100px;
	top: 0;
	margin-top: -1px;
}
/**end menu**/
#banner
{
	margin-bottom: 5px;
	margin-top: 5px;
}

h3
{
	font-size:14px;
	height:40px;
	line-height:40px;
}


/*--底部部分--*/
#Footer
{
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background: url(foot_bg.jpg) top center no-repeat;
}
#Footer .links
{
	margin-top: 15px;
	text-align: left;
}
.foot-link
{
	line-height: 25px;
	text-align: center;
	margin-top: 5px;
}
.copyinfo
{
	margin-top: 25px;
	margin-left: 5px;
	text-align: center;
}
.copyinfo #support
{
	width: 30%;
	float: left;
	line-height: 20px;
}
.copyinfo #usercopy
{
	width: 69.5%;
	float: right;
}




/*@分页样式*/
.cpage {
	margin: 10px auto 0;
	height: 40px;
	width: 99%;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 2px; 
}
.cpage ul {
	list-style: none;
	float: right;
}
.cpage ul li {
	font-size: 13px;
	font-family: Arial;
	float: left;
	margin: 0 1px;
	line-height: 18px;
	text-align: center;
	height: 18px;
}
.cpage ul li.CurrPage {
	border: 1px solid #ffc204;
	padding: 0 6px;
	height: 18px;
	font-weight: bold;
	background: #ffc204;
	color: #fff;
}
.cpage a {
	font-size: 13px;
	border: 1px solid #ccc;
	padding: 0 6px;
	text-align: center;
	display: block;
	float: left;
	text-decoration: none !important;
}


/*@上一条下一条*/
.count
{
	color:#f30;
}
.other {
	margin:10px 40px;
}
#upordown {
	float:left;
	width:90%;
}
#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;
}

