@charset "utf-8";
/* CSS Document */

*{
 margin: 0;
 padding: 0;
 list-style: none;
 border: none;
}
 html,body{
	width: 100%;
	height: 100%;
}
html{font-size:10px} 
body{background: #e5e5e5;}


a {
   text-decoration: none;
	color:#FFFFFF;
	font-family: abel;
}

ul{
	text-decoration: none;
	color:#FFFFFF;
	box-sizing:border-box;
}
.b{width: 100%;height: 100%;}

.s{
	width: 100%;
	height: 30%;
	background: url(../image/图片16.png);
	background-repeat: no-repeat;
   background-position: top;
	background-size:cover;
	text-align: center;
position: relative;
}
.s img{width: 20%;
	position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top:0;
            margin: auto;

}
.z{width: 100%;
height: 5%;
background: #5f5f5f;}
.x{width: 100%;
height: 65%;
background: #e5e5e5;}

.lianjie{
	width: 100%;
	height: 45%;
text-align: center;
}
.lianjie li{
	width: 20%;
	float: left;
	margin-top: 80px;
}
.lianjie li img{width: 50%}

@media screen and (min-width: 300px) and (max-width: 900px){
	*{
 margin: 0;
 padding: 0;
 list-style: none;
 border: none;
}
 html,body{
	width: 100%;
	height: 100%;
}
html{font-size:10px}     
body{background: #e5e5e5;}

a {
   text-decoration: none;
	color:#FFFFFF;
	font-family: abel;
}

ul{
	text-decoration: none;
	color:#FFFFFF;
	box-sizing:border-box;
}
.b{width: 100%;height: 100%;}

.s{
	width: 100%;
	height: 30%;
	background: url(../image/图片16.png);
	background-repeat: no-repeat;
   background-position: top;
	background-size:cover;
	text-align: center;
position: relative;
}
.s img{width: 50%;
	position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top:0;
            margin: auto;

}
.z{width: 100%;
height: 5%;
background: #5f5f5f;}
.x{width: 100%;
height: 65%;
background: #e5e5e5;}

.lianjie{
	width: 100%;
	height: 45%;
text-align: center;
}
.lianjie li{
	width: 50%;
	float: left;
	margin-top: 80px;
}
.lianjie li img{width: 50%}
	
}