.aboutUs {
	width: 1100px;
	margin:auto;
	text-align: center;
}
.aboutUs h1 {
    font: 400 28px/30px "微软雅黑";
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000000;
    text-align: left;
}
 .aboutUs p {
    text-indent: 25px;
    font: 400 14px/30px "微软雅黑";
    color: #333;
    text-align: left;
}
 .aboutUs img{
 	vertical-align: middle;
 	max-width: 100%;
 	width: auto;
 	margin: auto;
 }
