.banner{
	position: relative;
}
.banner h4{
	position: absolute;
	top: 0;
	left: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	
	color: #fff;
	font-size:2rem;
	font-weight: bold;
}
.main-wrapper{
	width: 100%;
	background: #f2f2f2;
}
.main{
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	background: #f2f2f2;
	box-sizing: border-box;
	
	height: auto;
}
.main ul{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
.main ul li{
	width: 33%;
}
.main ul li a{
	font-size: 16px;color: #fff;display: block;height: 32px;line-height: 32px;border: 1px solid #eee;
	background: #99999a;
	text-align: center;
}
.main>.getmore{
	display: block;
	width: 120px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	border: 1px solid #ccc;
	color: #ccc;
	margin: 0 auto;
}
/*.main>.getmore:hover{
	color: #fff;
}*/
.imgholder{
	display: flex;
	justify-content: center;
	align-items:center;
}
.imgholder img{
	width: auto;
}
.grid strong{
	position: relative;
	font-weight: bold;
	font-size: 12px !important;
	border: none !important;
}
.grid strong a{
	position: absolute;
	right: 0;
	top: 0;
	font-size:30px;
	line-height: 0;
	color: #666;
}
.grid p{
	font-size: 8px;
	color: #000;
	line-height:16px;
}
