@charset "utf-8";
*{
	margin:0;
	padding:0;
	font-family:"黑体", Geneva, sans-serif;
	color:#000;
	line-height:28px;
}
img{
	border:0;
}
.fs10{
	font-size:10px;
}
.fs12{
	font-size:12px;
}
.fs18{
	font-size:18px;
}
.fs22{
	font-size:22px;
}

.head{
	background:#0e0313;
	height:554px;
	width:100%;
}
.head_main{
	width:1000px;
	margin:0 auto;
}
.wrap{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
.wrap_m{
	background:url(../images/wrap_bg.jpg) repeat-y;
}
.col1 h2{
	font-size:30px;
	font-weight:bold;
	margin-left:50px;
	padding:20px 0;
}
.col1 dl{
	clear:both;
	overflow:hidden;
	margin-bottom:35px;
}
.col1 dt{
	background:#252457;
	width:80px;
	height:80px;
	float:left;
	margin-right:10px;
	display:inline-block;
}
.col1 dt p{
	color:#FFF;
	text-align:center;
	line-height:40px;
}
.col1 dd{
	float:left;
	font-size:20px;
	width:900px;
}
.col1 dd p{
	padding-top:5px;
}
.col1 dd a:hover{
	color:#C63;
}
.join_1{
	text-align:right;
}
.join_1 a{
	color:#F00;
	font-weight:bold;
	font-size:30px;
}

.join_box{
	border:10px solid #CCC;
	background:#FFF;
	height:380px;
	width:600px;
	border-radius:3px;
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-300px;
	margin-top:-140px;
	_position:absolute;
	_left:expression(eval(document.documentElement.scrollLeft+350));
	_top:expression(eval(document.documentElement.scrollTop+140));
	_margin:0;
	display:none;
}
.join_box input{
	vertical-align:middle;
}
.join_box .input_a{
	width:250px;
	height:24px;
	line-height:24px;
	border:1px solid #cfcfcf;
}
.join_box .input_b{
	width:80px;
	height:24px;
	border:none;
	cursor:pointer;
	background:#252457;
	color:#FFF;
	font-size:14px;
	margin-right:10px;
}
.join_box .input_c{
	width:80px;
	height:24px;
	border:none;
	cursor:pointer;
	background:#cfcfcf;
	color:#FFF;
	font-size:14px;
}
.join_m1{
	padding:10px;
	line-height:26px;
	font-size:14px;
}

#topnav {
    background: none repeat scroll 0 0 #F2F2F2;
    border-bottom: 1px solid #DDDDDD;
    height: 30px;
    width: 100%;
}

#topnav p {
    line-height: 30px;
    margin: 0 auto;
    width:1000px;
	height:24px;
	font-size:12px;
}
#topnav p a{
	color:#333333;
	text-decoration:none;
	font-size:12px;
}
#topnav p a:hover{
	color:#F00;
}
.bottom {
	text-align:center;
	line-height:24px;
	margin-top:10px;
	margin-bottom:20px;
	font-size:12px;
}
.bottom p, .bottom a{
	font-size:12px;
	font-family:"微软雅黑";
	color:#333;
	text-decoration:none;
}




