@charset "utf-8";
body {
	margin:0;
	padding:0;
	font-size:14px;
	line-height:24px;
	font-family:Arial,'宋体';
	color:#000;
	background-color:#323232;
}
img {
	border:0;
}
a {
	text-decoration:none;
	outline: none;
}
a:link, a:visited, a:hover, a:active {
}
a:active {outline: none;star:expression(this.onFocus=this.blur());}
#RegisterBox {
    display: none;
}
#fullbg{
	display:none;
	background-color:#000;  
	left:0px;  
	opacity:0.5;  
	position:absolute;  
	top:0px;  
	z-index:110;  
	filter:alpha(opacity=20); /* IE6 */  
	-moz-opacity:0.2; /* Mozilla */  
	-khtml-opacity:0.2; /* Safari */  
}
#popBox
{
	width:800px;
	height:433px;
	position:absolute;
	z-index:120;
	top:100px;
}
.closebox {
  position: absolute;
  right: 12px;
  top: 9px;
  width:16px;
  height:15px;
  z-index:120;
  background:url(../images/bg_pop_close.jpg) left top no-repeat;
}
/* 页面通用格式 */ 
.mainBox {
	width:100%;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	clear:both;
}
.contentBox {
	width:960px;
	margin:0 auto;
	position:relative;
	clear:both;
}
#topBox {
	width:100%;
	height:69px;
	background-color:#000000;
	border-bottom:solid 1px #3f3f3f;
	clear:both;
}
#footBox {
	width:100%;
	height:280px;
	clear:both;
}
#top {
	width:960px;
	height:69px;
	margin:0 auto;
	position:relative;
}
.logo {
	display:block;
	float:left;
	width:207px;
	height:30px;
	background:url(../images/logo.jpg) left top no-repeat;
	cursor:pointer;
	margin:25px 0 0 0;
}
#breadcrumbBox {
	float:left;
	margin:32px 0 0 25px;
	_margin-left:0;
	overflow:hidden;
}
#breadcrumbBox a {
	display:block;
	float:left;
	height:24px;
	text-align:center;
	font:14px/24px '微软雅黑';
	color:#a0a0a0;
	margin:0 25px;
}
#breadcrumbBox a:hover, #breadcrumbBox a.selected {
	color:#2fa4ff;
}