#aboutBox {
	margin: 110rem auto 0;
	background: #FFFFFF;
	box-shadow: 0rem 2rem 4rem 2rem rgba(0, 0, 0, 0.1);
	border-radius: 8rem;
	padding: 40rem;
	text-align: center;

}
#aboutBox .aboutTitle {
	font-size: 32rem;
	margin-bottom: 40rem;
}
#aboutBox .aboutText {
	font-size: 18rem;
	font-family: MicrosoftYaHei;
	color: #000000;
	line-height: 28rem;
	text-indent: 46rem;
	text-align: left;

}
#aboutBox span {
	font-size: 18rem;
	font-family: MicrosoftYaHei;
	line-height: 24rem;
	color: #3577FD;
}
#aboutBox .aboutTextAc {
	margin-top: 40rem;
}