.container{
	width: 100%;
	padding-bottom: 70px;
	background-image: url(../img/page-bg.png);
	background-position: center right; 
	background-repeat: no-repeat; 
	background-attachment:fixed; 
	background-size: cover; 
	-webkit-background-size: cover;/* 兼容Webkit内核浏览器如Chrome和Safari */ 
	-o-background-size: cover;/* 兼容Opera */ 
	zoom: 1; 
}


.banner{
	max-width: 1310px;
	width: calc((75% - 340px) * 2);
	height: 340px;
	background-image: url(../img/about-us.png);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;/* 兼容Webkit内核浏览器如Chrome和Safari */ 
	-o-background-size: cover;/* 兼容Opera */ 
	text-align: center;
	margin: 0 auto;
}

.banner p{
	color: #ffffff;
	font-size: 18px;
	font-weight: 100;
	letter-spacing: 3px;
}

.banner p:first-child{
	font-size: 40px;
	padding: 118px 0 32px 0;
}


.container-text{
	max-width: 768px;
	width: calc((70% - 340px) * 2);
	margin: 0 auto;
}

.container-text p{
	text-indent: 36px;
	font-size: 18px;
	color: #4D4C4C;
	line-height: 37px;
}

.container-text p:first-child{
	padding-top: 94px;
}

.container-text p:last-child{
	margin-bottom: 98px;
}
