*{
	margin:0px;
	padding:0px;
}
body{
	width:100%;
	height:100%;
	background:url(../images/reg_bg.jpg) repeat;
}
.all{
	width:1000px;
	margin:0 auto;
	font-family:"微软雅黑";
}
.top{
	height:118px;
	line-height:118px;
	margin-top:100px;
	margin-bottom:30px;
	
}
.top .reg_img{
	width:250px;
	height:70px;
	float:left;
	margin-top:24px;
	margin-right:20px;
}
.top .reg_img img{
	border:none;
}
.top .reg_font{
	height:70px;
	line-height:70px;
	margin-top:24px;
	display:block;
	float:left;
	background:url(../images/reg_hei.jpg) left no-repeat;
	padding-left:15px;
}
.content{
	width:1000px;
	height:339px;
	padding-left:50px;
	overflow:hidden;
	background:url(../images/reg_bgxy.jpg) repeat;
	border-radius: 10px;
	box-shadow: rgba(34, 25, 25, 0.199219) 0px 1px 6px 1px;
	box-sizing:border-box;
}
.haha{
	width:1000px;
	height:150px;
	background:url(../images/bg_xy.jpg) repeat;
	border-radius:5px;
	box-shadow: rgba(34, 25, 25, 0.199219) 0px 1px 3px;
}
.content h2{
	padding-top:40px;
	height:30px;
	line-height:30px;
	font-size:14px;
	font-weight:normal;
	color:#9d9d9d;
}
#list1{
	width:40%;
	overflow:hidden;
	float:left;
	margin-top:20px;
	box-sizing:border-box;
}
#list2{
	width:314px;
	text-align:center;
	overflow:hidden;
	border-left:1px dashed #CCC;
	border-right:1px dashed #CCC;
	float:left;
	margin-top:20px;
	box-sizing:border-box;
}
#list3{
	width:40%;
	overflow:hidden;
	float:right;
	margin-right:35px;
	margin-top:20px;
	box-sizing:border-box;
}
.btn{
	width:112px;
	height:41px;
	color:#FFF;
	line-height:41px;
	text-align:center;
	background:url(../images/btn_reg.png) no-repeat;
	float:right;
	margin-top:50px;
	margin-right:60px;
	border:none;
}
.btn font{
	font-size:14px;
	color:#FFF;
}
.clear{
	clear:both;
}