.bannerImg {
	width: 100%;
}

.bannerImg img {
	width: 100%;
	height: auto;
}

.activity {
	text-align: center;
	padding: 56px 0 50px;
}

.activityList {
	width: 1320px;
	height: auto;
	margin: 0 auto;
	margin-top: 36px;
}

.activityList::after {
	display: block;
	content: "";
	clear: both;
}

.activityList .activity {
	width: 33.3333%;
	height: auto;
	padding: 0px 15px;
	float: left;
	margin-bottom: 25px;
}

.activityList .activity .activityBox {
	width: 100%;
	height: auto;
}

.activityList .activity .activityBox .activityImg {
	width: 100%;
	height: 260px;
	overflow: hidden;
}

.activityList .activity .activityBox .activityImg img {
	width: 100%;
	height: 260px;
	transition: 0.6s all;
}

.activityList .activity .activityBox .activityImg img:hover {
	width: 110%;
	height: 110%;
	margin: -5%;
	transition: 0.6s all;
}

.activityList .activity .activityBox .activityInfo {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #999999;
}
