﻿/*@CSS Reset*/
html
{
	background: url(bg.jpg);
}
body
{
	padding: 0;
	margin: 0;
	background: #fff; /*网站背景色*/
	font-size: 12px;
	line-height: 21px;
	color: #333333; /*全局字体颜色*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(bg_top.jpg) left top repeat-x; /*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: #333333; /*超链接字体颜色*/
	text-decoration: none;
}
a:hover
{
	color: #dc748f; /*鼠标经过样式*/
}



/*@input textarea 样式*/
input.text, textarea
{
	border: 1px solid #ddd;
	padding: 4px 2px 2px;
}

/*@Container*/
#Container
{
	width: 960px;
	margin: 0px auto;
	position: relative;
}
/*@Header*/
/*--顶部--*/
#Header
{
	background: url(head_bg.jpg) repeat-x top left;
	width: 100%;
	margin: 0px auto;
	position: relative;
	z-index:9999;
}
.toplogo
{
	float:left !important;
	*float:none;
	text-align: left;
	margin-top:20px;
	_height:91px;
	min-height:91px;
}

.toplogo h1, .toplogo h3
{
	/*font-size: 30px;*/
	display: none;
}
#toplink
{
	position: absolute;
	right: 15px;
	top: 5px;
}
#toplink li
{
	background: url(top_link.jpg) no-repeat left top;
	float: left;
	height: 22px;
	line-height: 22px;
	padding-left: 18px;
	padding-right: 5px;
}
/*--导航部分--*/
.menu
{
	clear: both;
	height: 45px;
	line-height: 40px;
	background: url(menu_bg.jpg) no-repeat;
	margin-bottom: 5px;
	position: relative;
	z-index: 10;
}

.menu .left, .menu .right
{
	display: none;
}
.menusel
{
	float: left;
	position: relative;
	_display: inline-block; /*修正IE6双倍间距 BUG*/
}
.menusel h2
{
	font-size: 12px;
	margin: 0 10px;
}
.menusel a, .menusel a:visited
{
	color: #fff;
}
.menusel a:hover
{
	color: #dc748f;
	text-decoration: underline;
}
.position
{
	position: absolute;
	margin-top:-5px;
}
.position ul
{
	min-width: 100px;
	_width: 100px;
	background: #b2040e;
	border: 1px solid #ffffff;
	border-bottom: none;
	white-space: nowrap; /*visibility:hidden !important; 	*+visibility:;*/
	display: none;
}
.menusel .block
{
	display: block; /*visibility:visible !important; 	*+visibility:;*/
}

.typeul li
{
	border-bottom: 1px solid #ffffff;
	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;
}
#banner img
{
	width: 100%;
}
/*@通站H3*/
h3
{
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	background: url(h3_bg.jpg) no-repeat top right;
}
h3 span
{
	display: block;
	padding-left: 20px;
	background: url(h3.gif) no-repeat top left;
}
/*--底部部分--*/
#Footer
{
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background: url(fot_mid.gif) center repeat-y;
	margin-bottom:20px;
}
#Footer .links
{
	padding: 10px 10px 5px;
	background:url(fot_top.gif) top center no-repeat;
}
.foot-link
{
	line-height: 25px;
	text-align: center;
	padding-bottom: 5px;
	background:url(fot_line.gif) bottom center no-repeat;
}
.copyinfo
{
	padding:10px;
	text-align: center;
	background:url(fot_bot.gif) bottom center no-repeat;
}
.copyinfo #support
{
	width: 30%;
	border-right: 1px solid #999;
	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 #ea2525;
	padding: 0 6px;
	height: 18px;
	font-weight: bold;
	background: #ea9999;
	color: #fff;
}
.cpage a
{
	font-size: 13px;
	border: 1px solid #ea2525;
	padding: 0 6px;
	text-align: center;
	display: block;
	float: left;
	text-decoration: none !important;
}
.cpage li.PrevPage a
{
	/*text-indent: -9999px; 	width: 20px; 	padding: 0; 	overflow: hidden;*/
	padding-right: 8px;
	padding-left: 18px;
	width: auto;
	background: url(../../ConstructASP/User/images/arrow_left2.gif) no-repeat 10px center;
}
.cpage li.NextPage a
{
	padding-right: 18px;
	padding-left: 8px;
	width: auto;
	background: url(../../ConstructASP/User/images/arrow_right2.gif) no-repeat 50px center;
}
.cpage li.NoPrev a
{
	color: gray !important;
	background: url(../../ConstructASP/User/images/arrow_left_gray2.gif) no-repeat 10px center;
}
.cpage li.NoNext a
{
	color: gray !important;
	background: url(../../ConstructASP/User/images/arrow_right_gray2.gif) no-repeat 50px center;
}


/*@上一条下一条*/
.other
{
	margin: 10px 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: #288eb6;
}
