
.wgk{
	    margin-bottom: 16px;
	    /* height: 98px; */
		margin-top:16px;
	}

.wgk li {
		display: block;
	    height: 98px;
	    line-height: 66px;
	    text-align: center;
	    color: white;
	    font-size: 26px;
	    margin-left: 15px;
	    width: 228px;
	    float: left;
}
.wgk li a{
	display: block;
	height: 98px;
}
.wgk .jcgk{
	    background: url(../images/jcgk.png) no-repeat center top;
	    margin-left: 0px;
}
.wgk .zxgk{
	    background: url(../images/zxgk.png) no-repeat center top;
}
.wgk .glgk{
	    background: url(../images/glgk.png) no-repeat center top;
}
.wgk .fwgk{
	    background: url(../images/fwgk.png) no-repeat center top;
}
.wgk .jggk{
	    background: url(../images/jggk.png) no-repeat center top;
}
@media (max-width: 991px){
	.wgk li{
		    width: auto;
		    float: none;
		    margin-left: 0px;
		    margin-bottom: 10px;
	}
}