*{
	margin: 0;
	padding: 0;
}
html,body{
	height: 100%;
}
#bj{
	position: relative;
	width: 100%;
	height: 100%;
	/*width: 100%;
	height: 1080px;*/
	background: url(../img/sum01.jpg) no-repeat center;
	background-size:cover ;
}
#bj #sum,#bj #money{
	font-family: "微软雅黑";
	color: #fffc00;
	font-size: 60px;
	display: inline-block;			
	position: absolute;
	width:1200px;
	height: 30px;
	margin: 0 auto;
	left:50%;
	margin-left: -600px;
	text-align: center;
	top:50%;
	font-weight: bold;
}
#bj #sum i,#bj #money i{
	font-style: normal;
}
span{
	font-size: 50px;
}
#bj #money{
	font-family: "微软雅黑";
	top:auto;
	bottom:25%;
	font-size: 118px;
}
#bj #money span{
	font-size: 70px;
}
