#continut{
	position:relative;
	float:left;
	width:100%;
	margin-top:-150px;
	z-index:-1;
	font-family:roboto;
	overflow-x:hidden;
}
.cfull{
	position:relative;
	float:left;
	width:100%;
	background-size:cover;
}
.cmid{
	position:relative;
	float:left;
	width:980px;
	left:50%;
	margin-left:-490px;
	padding-top:50px;
}
#cmid1{
	padding-top:200px;
}
.cleft{
	position:relative;
	float:left;
	width:60%;
}
.cleft h1{
	font-size:50px;
	font-weight:300;
}
.cleft span{
	font-size:20px;
	font-weight:300;
	line-height:35px;
}
.cleft a{
	position:relative;
	float:left;
	background: #117ed2;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#37aaea",endColorstr="#117ed2");
	background: -webkit-gradient(linear,left top,left bottom,from(#37aaea),to(#117ed2));
	background: -moz-linear-gradient(top,#37aaea,#117ed2);
	background-image: -o-linear-gradient(top,#37aaea 0,#117ed2 100%);
	color:#fff;
	text-decoration:none;
	padding:7px 10px 7px 10px;
	font-family:roboto;
	font-weight:300;
	border-radius:5px;
	font-size:14px;
	border:solid 1px;
	border-top-color: #1992da;
	border-left-color: #0c75bb;
	border-right-color: #0c75bb;
	border-bottom-color: #00589c;
	-webkit-box-shadow: inset 0 1px 1px 0 #6fc5f5;
	-moz-box-shadow: inset 0 1px 1px 0 #6fc5f5;
	box-shadow: inset 0 1px 1px 0 #6fc5f5;
}
.cright{
	position:relative;
	float:left;
	width:40%;
}
.cright img{
	position:relative;
	float:left;
}
img[src='']{
    display: none;
}