.btnGro{
	width:1160px;
	margin:0 auto;
	border-bottom:1px solid #ddd;
	margin-bottom:20px;
	text-align: center;	
}
.btnGro a{
	display: inline-block;
	vertical-align: middle;
	width:121px;
	height:41px;
	margin:0 60px;	
	padding-top:120px;
}
.btnGro .active{
	border-bottom:3px solid #1288fd;
}
.btnGro .zx{
	background:url(../images/service-icon.png) no-repeat 0 0;
	
}
.btnGro .xz{
	background:url(../images/service-icon.png) no-repeat -319px 0;
}
.btnGro .jy{
	background:url(../images/service-icon.png) no-repeat -632px 0;
}
.form{
	margin-top:50px;
	width:1160px;
	margin:0 auto;
}

.form input{
	width:550px;
	height:28px;
	padding-left:10px;
	border:1px solid #ccc;
	margin-bottom:20px;
}
.form .one{
	margin-right:31px;
}
.form textarea{
	padding:10px;
	width:1138px;
	height:200px;
	border:1px solid #ccc;
}
.btn{
	width:260px;
	margin:0 auto;
	margin-top:21px;
	margin-bottom:100px;
}
.btn a{
	display: inline-block;
	margin:0 14px;
	width:99px;
	height:40px;
	text-align: center;
	line-height: 40px;
	color:white;
	background: #999999
}

.btn a:hover{
	background: #42A0FD
}
.download{
	width:1160px;
	margin:0 auto;
	padding-bottom:80px;
}
.download .version li{
	padding-left:20px;
	background:url(../images/poi-blue.png) no-repeat left 4px;
	*background:url(../images/poi-blue.png) no-repeat left 5px;
	color:#1288fd;
	margin-bottom:30px;
	
}
.download .version li p{
	padding-bottom:10px;
	display: inline-block;

}
.download table{
	width:100%;
	border-collapse: collapse;
}
.download table td,.download table th{
	border:1px solid #ddd;
	text-align: center;
	padding:6px 0;
}
.download table th{
	background: #eee
}
.download table td a{
	display: inline-block;
	width:12px;
	height:11px;
	background: url(../images/dl-icon.png) no-repeat center center
}
.download table td a:hover{
	color:#1288fd;
}