@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family:微软雅黑;
}
#box{
	
	height:4800px;
}

#box_top{
	height:30px;
	width:100%;
	background-color:#000;
}
#box_middle{
	height:220px;
	width:960px;
	margin:0 auto;
	margin-top:25px;
}
#box_middle_box{
	width:230px;
	height:220px;
	float:left;
	text-align:center;

}
#box_middle_h1{
	width:960px;
	height:120px;
	margin:0 auto;
	text-align:center;
	font-size:70px;
	letter-spacing:10px;
	margin-top:60px;
	font-weight:normal;

}
#box_box{
	width:960px;
	height:420px;
	margin:0 auto;
	margin-top:25px;

}
#box_box_left{
	width:480px;
	height:420px;
	float:left;
}
#box_bottom{
	width:960px;
	height:200px;
	background-image:url(../img/box_bottom.png);
	margin:0 auto;

}
#line{
	width:960px;
	height:50px;
	margin:0 auto;
	background-image:url(../img/line.png);
	margin-top:30px;
}
#box_text{
	height:50px;
	width:960px;
	margin:0 auto;
	margin-top:20px;
	text-align:center;
	color:#999;
	line-height:20px;
}
#fudong{
	position: fixed;
	right:2%;/*这是必须的*/
    top: 120px;
	height:340px;
	width:139px;
	background-image:url(../img/fudong.png);
}