.container{
	width: 100%;
	height: 100%;
	position:absolute;
	top: 0;
	z-index: 0;
	background-image: url(../img/home-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; 
}
.container-text{
	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 60px;
}
.container-text p:first-child{
	font-size: 66px;
	color: #FC7628;
}
.container-text p:last-child{
	font-size: 20px;
	color: #474747;
	display: block;
	max-width: 700px;
	min-width: 100%;
	margin-top: 25px;
	line-height: 31px;
	font-weight: 100;
}
