*{
	padding: 0;
	margin: 0;
	color: #fff;
}

/*清除浮动*/
.clearfix:after{
	display: block;
    content:'';
    clear: both;
    height:0;
}
.clearfix{
	zoom: 1
}
ul{
	list-style: none;
}
/*清除浮动结束*/

body,html{
	height: 100%;	
	width: 100%;
	background: url(/BootStrapStyle/img/index/bg.png);
	background-size: 100% 100%;
}
.header{
	height: 34%;
	width: 100%;
	text-align: center;
}
.header > img{
	margin-top: 8%;
	height: 15%;
}
.content{
	height: 58%;
	width: 100%;	
}
.products{
	height: 60%;
	width: 100%;
	box-sizing: border-box;
	padding: 0 17%;
}
.products > li{
	height: 100%;
	width: 19%;
	float: left;
	margin-left: 7.6%;
	border: 1px solid #a4b1ff;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
}
.products > li:first-child{
	margin-left: 0 !important;
}
.products > li > .img{
	height: 80%;
	text-align: center;	
	position: relative;
	
}
.products > li > .img > img{
	position: absolute;
	top: 17%;
    left: 19%;
    width: 62%;
}
.products > li > .name{
	height: 20%;
    width: 100%;
	position: absolute;
	bottom: 0;
}
.name_government{
	background: linear-gradient(#474ccc,#8e99f3);
	border-radius: 5px;
}
.name_office{
	background: linear-gradient(#215ec9,#6999eb);
	border-radius: 5px;
}
.name_company{
	background: linear-gradient(#1194a8,#59d6ea);
	border-radius: 5px;
}
.name_company{
	background: linear-gradient(#1194a8,#59d6ea);
	border-radius: 5px;
}
.name_service{
	background: linear-gradient(#096b9c,#7fc3f2);
	border-radius: 5px;
}
.empityLable_1{
	height: 30%;
}
.points{
	height: 32%;
	width: 100%;
	position: relative;
}
.points > ul{
	position: absolute;
	top: 50%;
    left: 49%;
}
.points > ul > li{
	float: left;
	margin: 0 5px;
}
.clearfix > li{
	float: left;
}
.footer{
	height: 6%;
	width: 100%;
	color:#fff;
	font-size: 14px;
	text-align: center;
}
@media screen and (width: 1440px) {

	}
@media screen and (width: 1280px) {
	.header > ul > li > button{
		font-size: 12px;
	}
	.btn > input{
		font-size: 14px;
	}	
	}