@charset "utf-8";
body {
	margin:0;
	padding:0;
	font-size:14px;
	line-height:24px;
	font-family:Arial,'宋体';
	color:#000;
	background-color:#0a0619;
}
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());}
.pagehead {
	width: 100%;
	height: 390px;
}
#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:1000px;
	margin:0 auto;
	position:relative;
	clear:both;
}
#topBox {
	width:100%;
	height:64px;
	background-color:#000000;
	border-bottom:solid 1px #381373;
	clear:both;
}
#footBox {
	width:100%;
	height:280px;
	clear:both;
}
#top {
	width:1000px;
	height:64px;
	margin:0 auto;
	position:relative;
}
.logo {
	display:block;
	float:left;
	width:140px;
	height:64px;
	background:url(../images/logo.jpg) left top no-repeat;
	cursor:pointer;
}
.logo2 {
	display:block;
	float:left;
	width:165px;
	height:64px;
	background:url(../images/logo2.jpg) left top no-repeat;
	cursor:pointer;
}
#breadcrumbBox {
	position:absolute;
	right:0;
	bottom:0;
	width:506px;
	height:47px;
	overflow:hidden;
}
#breadcrumbBox a {
	display:block;
	float:left;
	margin-top:3px;
	height:47px;
	text-align:center;
	font:14px/47px '微软雅黑';
	color:#ffffff;
	width:101px;
	background:url(../images/bg_breadcrumb.jpg) right center no-repeat;
}
#breadcrumbBox a.tp1 {
	background:none;
}
#breadcrumbBox a:hover, #breadcrumbBox a.selected {
	background:url(../images/bg_breadcrumb_selected.jpg) right bottom no-repeat;
	color:#cf86f7;
}