@charset "utf-8";
.container{
	width: 1020px;
	margin: 0 auto;
	overflow: hidden;
}
.wrapper{
	background: url(images/bg.jpg) no-repeat center top;
	padding-bottom: 150px;
}
.media-box h1{
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 50px;
	color: #fff;
}

.media-box .block{
	float: left;
	width: 260px;
	height: 360px;
	padding: 30px;
	background: #fff;
	border-radius: 5px;
	margin-left: 20px;
}
.media-box span{
	display: block;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #3ea1db;
	background: linear-gradient(to right, #3ea0da, #3ea0da);
	-webkit-background-clip: text;
	color: transparent;
}
.media-box .img-box{
	float: left;
	position: relative;
	margin-left: -48px;
}
.media-box .img-box .img-area{
	float: left;
	margin: 25px 0 0 48px;
	width: 100px;
}
.media-box .img-box .img-area img{
	width: 100px;
	height: 100px;
}
.media-box .img-box .img-area p{
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
	color: #333;
}