.ez .top {
	width: 1200px;
	margin: 0 auto;
	height:600px;
}
.ez .top .left {
	width: 50%;
	float:left;	
}
.ez .top .right {
	width: 50%;
	float:left;
	padding-top:50px;
}
.ez .top .left img {
	text-align: right;
	width:500px;
}

.ez .one {
	height: 600px;
	width: 100%;
	background-image: url(../images/photo-content.jpg);
	background-repeat: no-repeat;
	background-position: center center;
                background-size: cover;
}
.ez .two {
	height: 600px;
	width: 100%;
	background-image: url(../images/photo-enlessly.jpg);
	background-repeat: no-repeat;
	background-position: center center;
                background-size: cover;
}
.ez .three {
	height: 700px;
	width: 100%;
	background-image: url(../images/photo-waste.jpg);
	background-repeat: no-repeat;
	background-position: center center;
                background-size: cover;
}
.ez .top .right .name {
	font-size: 35px;
	font-weight:300;
	color:#333;
	line-height:60px;
}
.ez .top .right .text {
	line-height: 35px;
	font-size:14px;
	padding-top:50px;
	color:#666;
}
.ez .top .right b {
	font-weight:600;
	color:#333;
}
.ez .title {
	font-size:40px;
	color:#FFF;
	font-weight:600;
	text-align:center;
	padding-top:250px;
}
.ez .en {
	font-size:25px;
	font-weight:300;
	color:#FFF;
	text-align:center;
	padding-top:10px;
	line-height:50px;
}
@media screen and (max-width:768px) {
.ez .top .right .name {
	font-size: 30px;
	line-height:40px;
}
.ez .top {
	width:100%;
}
.ez .top .left {
	width:100%;
}
.ez .top .right {
	width:90%;
	margin:0 auto;
	padding-left:20px;
}
.ez .top .left img {
	width:95%;
}
.ez .title {
	font-size:30px;
	color:#FFF;
	text-align:center;
	padding-top:100px;
}
.ez .en {
	font-size:18px;
	font-weight:600;
	color:#FFF;
	text-align:center;
	padding-top:20px;
	line-height:30px;
}
.ez .one {
	height: 300px;
	margin-top:260px;
}
.ez .two {
	height: 300px;
}
.ez .three {
	height: 400px;
}
} 