@charset "utf-8";
/*----------全局*/
*{
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body{
	font-size:12px;
}
ul{
	list-style:none;
}
img{
	border:0px;
}
a{
	color:#333333;
}
a:hover{
	color:#FF3300;
	text-decoration:none;
}

.cbody{
	width:900px;
	margin:0 auto;
}
.margintop{
	margin-top:6px;
}
.floatclear{
	clear:both;
	height:3px;
}
input,select{
	vertical-align:middle;
}
.top10 {
	margin-top:10px;
}
.floatRight {
	float:right;
}

/*-----------头部*/
.top{
	height:91px;
	overflow:hidden;
	background:#d8d8d8 url(../images/headerBg.gif) repeat-x;
	clear:both;
}
.toplogo{
	float:left;
	width:200px;
	margin-top:15px;
}
#topsearch{
	border-right:1px solid #EEE;
	background:url(../images/topsearch_bg.gif) repeat-x;
	overflow:hidden;
}
.topsearch .inpbox{
	margin-top:10px;
	text-align:right;
}
.topsearch .inpbox .searchtxt{
	height:18px;
	width:187px;
	font-size:12px;
	padding:2px;
	background:url(../images/searchInput.gif) no-repeat;
	border:none;
}
/*----------栏目菜单*/
.topmenu{
	margin-top:4px;
	*margin-top:2px;
	_margin-top:2px;
}
.topmenu ul{
	overflow:hidden;
	padding-left:6px;
}
.topmenu ul li{
	float:left;
	text-align:center;
	padding:0 5px;
	background:url(../images/navBorder.gif) right 11px no-repeat;
}
.topmenu ul li a{
	float:left;
	display:block;
	text-decoration:none;
	height:42px;
	line-height:42px;
	padding-left:5px;
	padding-right:6px;
}
.topmenu ul li a:hover{
	color:#7c2619;
	background:url(../images/thisNav.gif) center bottom no-repeat;
}
.topmenu ul li a.thisclass{
	background:url(../images/thisNav.gif) center bottom no-repeat;
}


/*----------内容*/
.main{
	clear:both;
}

/*-------------------------底部:版权信息*/
.footer{
	clear:both;
	background:url(../images/footerBg.gif) repeat-x;
	height:77px;
}

.footer .copyright{
	float:left;
	margin:10px auto;
	font-size:12px;
	color:#666;
	line-height:18px;
}
.footer .copyright a{
	color:#666;
	text-decoration:none;
}
.footer .copyright a:hover{
	text-decoration:underline;
}
.copyrightLogo {
	background:url(../images/footerLogo.gif) no-repeat;
	float:right;
	height:50px;
	width:133px;
	margin-top:12px;
}

/*-------------------------分页*/
.pages{

	height:25px;
	margin:12px auto 0px 10px;
	background:#ffffff;
}
.pages .pcount{
	display:inline;
	padding-right:10px;
	padding-left:10px;
	float:left;
	border-right:2px solid #CCC;
	line-height:13px;
	margin:6px 20px 0px 2px;
	font-weight:bold;
	color:#3366CC;
	font-size:11px;
}
.pages .plist{
	float:left;
	padding-top:3px;
	line-height:17px;
}
.pages .plist input {
	float:left;
	width: 30px;
	border: 1px solid #DDDDDD;
	height: 17px;
}
.pages .plist #button {
	height: 18px;
	width: 30px;
	background-color: #FF6600;
	border: 1px solid #CC3333;
	color: #FFFFFF;
	
}
.pages .plist span { 
float:right
}

.pages .plist strong{
	color:#FFF;
	display:block;
	float:left;
	padding-left:8px;
	padding-right:8px;
	background:#F60;
	border:1px solid #C33;
	margin: 0px 3px 0px 0px;
}
.pages .plist a{
	display:block;
	height:17px;
	float:left;
	padding-left:8px;
	padding-right:8px;
	border:1px solid #DDD;
	background:#FFF;
	text-decoration:none;
	margin-right:2px;
	color:#000;
}
.pages .plist a:hover{
	color:#FF0000;
}