.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/product.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;
}

.content-box{
	max-width: 795px;
	width: calc((75% - 340px) * 2);
	margin: 110px auto 108px;
}
.content-box-title{
	width: 100%;
	height: 32px;
	overflow: hidden;
	line-height: 32px;
	margin-bottom: 32px;
}
.content-box-title img{
	width: 32px;
	height: 32px;
	float: left;
}
.content-box-title span{
	width: auto;
	height: auto;
	float: left;
	font-size: 26px;
	color: #4D4C4C;
	margin-left: 15px;
}
.content-box-value span{
	font-size: 18px;
	color: #4D4C4C;
	line-height: 37px;
}
