.parkbox{
	width: 100%;
	overflow: hidden;
	background: #F8F8F8;
}
.parkcon{
	width: 1100px;
	overflow: hidden;
	margin: 15px auto;
	background: #fff;
}
.parkcon_tit{
	text-align: center;
	line-height: 50px;
}
.parkimgbox{
	width: 100%;
	margin: 0 0px 40px;
	overflow: hidden;
}
.parkimgbox li{
	float: left;
	width: 24%;
	overflow: hidden;
	margin: 10px 0.5%;
	position: relative;
}
.parkimgbox li a{
	display: block;
	overflow: hidden;
}
.parkimgbox li img{
	width: 100%;
	transition: all .6s;
}
.txtmask,.parktxt{
	position: absolute;
	width: 100%;
	height: 45px;
	bottom: 0;
	transition: all .6s;
}
.txtmask{
	background: #000;
	opacity: 0.3;
}
.parktxt{
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 45px;
	font-weight: bold;
}
.parkimgbox li:hover .txtmask{
	opacity: 0.7;
}
.parkimgbox li:hover img{
	transform: scale(1.3);
}

