.banner1{
	margin-bottom: 20px;
}


.swiper-container {
	width: 1200px;
	height: 360px;
	overflow: hidden;
}

.swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
	opacity: 1 !important;
	background: #fff !important;
	margin: 0 6px !important;
}

.swiper-pagination-bullet-active {
	background: #FFCC36 !important;
}

.swiper-pagination {
	bottom: 16px !important;
}


.activities {
}

.activities>.title {
	height: 56px;
	line-height: 56px;
	color: #333333;
	font-size: 24px;
	
	
}
.activities>ul {
	margin-top:20px;
}
.activities>ul.items {
}

.activities>ul.items>li {
	height: 275px;
	margin-bottom:70px;

	overflow: hidden;
	position: relative;

}

.activities>ul.items>li .thumb {
	width:450px;
	height:275px;
	overflow: hidden;
}

.activities>ul.items>li .thumb img {
	width:450px;
	height:275px;
}

.activities>ul.items>li .title {
	position: absolute;
	left:490px;
	top:30px;
}
.activities>ul.items>li .title>a{
	font-weight: bold;
	font-size: 24px;
	color: #000;

	text-decoration: none;
}
.activities>ul.items>li .title>a:hover,
.activities>ul.items>li .title>a:active {
	color: #00AD4D;
}


.activities>ul.items>li .info {
	position: absolute;
	left:490px;
	top:80px;
	line-height: 200%;
	font-size: 14px;
	color: #656565;
}

.activities>ul.items>li .time {
	position: absolute;
	left:490px;
	top:190px;
	font-size: 14px;
	color: #656565;
}


