@charset "utf-8";
/* CSS Document */

*{
 margin: 0;
 padding: 0;
 list-style: none;
 border: none;
}
 html,body{
	width: 100%;
	height: 100%;
}
html{font-size:10px}     


a {
   text-decoration: none;
	color:#FFFFFF;
	font-family: abel;
}

ul{
	text-decoration: none;
	color:#FFFFFF;
	box-sizing:border-box;
}
body{background: #161c2d;}

.z{
	width: 30%;
	height: 80%;
	float: left;
	text-align: center;
}
.z1{
	width: 100%;
	height: 50%	
}
.z1 img{
	width: 50%;
	padding-top: 80px;
}
.z2{
	width: 100%;
	height: 35%	
}
.z2 img{
	width: 50%;
}

.y{
	width: 65%;
	height: 80%;
	float: left;
}
.y1{
	width: 100%;
	height: 70%	
}
.y1 img{
	width: 100%;
	padding-top: 80px;
}

.d{width: 100%;
  height: 15%}
.z3{
	width:25%;
	height: 30%	;
	float: left;
	margin-left: 150px;
}
.z3 img{
	width: 60%;
	
}
.y2{
	width: 10%;
	height: 50%	;
		float: right;
	margin-right:20px;

}
.y2 img{
	width: 30%;}
	
	
