footer{
	width: 100%;
	background-image: url(../img/bg_8.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.footer{
	width: 100%;
	margin:110px auto;
}
.footer1{
	height: 25px;
	display: block;
	margin: auto;
}
.footer2{
	width: 100%;
	margin-top: 20px;
	text-align: center;
	font-family: "SourceHanSerifSC-Bold";
	font-size: 48px;
	color: white;
}
.footer3{
	width: 175px;
	height: 2px;
	background: rgba(255, 255, 255, .48);
	margin: auto;
	margin-top: 25px;
}
.footer4{
	width: 100%;
	margin-top: 40px;
	text-align: center;
	font-size: 16px;
	color: white;
	line-height: 35px;
}