.aboutUs{
	background: red;
	height: 500px;
}
.aboutUs-content{
	background: #f5f5f5;
	height: 100%;
	padding: 150px 100px;
}
.aboutUs-img img{
	width: 100%;
	height: 100%;
	display: block;
	max-width: 100%;
}
.aboutUs-box{
	
}
.aboutUs-text{
	font-size:14px ;
	line-height: 26px;
}
.vision-bg{
	height: 500px;
	background: #ccc;
	width: 100%;
	position: relative;
	background-image: url('../images/aboutUs/我们的背景图片.jpg');
	background-size: 100% 100%;
}
.vision-box{
	width: 350px;
	height: 400px;
	background: #fff;
	position: absolute;
	top: 50px;
	left: 15%;
	padding: 100px 50px;
}
.vision-box p{
	font-size: 14px;
	line-height: 26px;
}