@media (min-width: 1200px) {
	.container {
		width: 1200px !important;
		padding: 0 !important;
	}
}
p {
    margin: 0 0 5px!important;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-radius: 50%!important;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-radius: 50%!important;
}

.pagination>li>a {
	border: none;
	background: none!important;
	color: #898989;
	cursor: pointer;
}

.pagination>.active>a {
	border: none;
	width: 35px;
	height: 35px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #097c25!important;
}

.header {
	background: rgba(25,25,25,0.6) !important;
	position: relative !important;
}

.footer {
	width: 100%;
	height: 215px;
}

.footercontainer {
	width: 100%;
	height: 100%;
}

.path {
	width: 100%;
	height: 60px;
	background: rgb(247, 248, 248);
}

.path_container {
	height: 60px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	color: #9fa0a0;
	font-size: 14px;
}
.path_container a{
	color: #9fa0a0;
	text-decoration: none;
}


/*景区活动*/

.activityBox {
	width: 100%;
	padding: 50px 0;
	background: #FFFFFF;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;
}

.activityBox .activity_container {
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.activityBox .activity_container .activitybox_title {
	width: 204px;
	margin-bottom: 47px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-size: 28px;
	color: #006934;
}

.listbox {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}


.listbox .listitem {
	width: 49%;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
}
.listbox .listitem:nth-child(odd){
	margin-right: 2%;
}
.listbox .listitem  .activity_img {
	width: 100%;
	height: 279px;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	transition: all 200ms ease;
}

.listbox .listitem :hover .activity_name {
	color: rgb(0, 105, 52)!important;
}

.listbox .listitem  .activity_img:hover {
	transform: scale(1.1);
}

.listbox .listitem  .activity_name {
	font-size: 16px;
	color: #555555;
	margin-top: 28px;
}


/**手机版*/
@media only screen and (max-width: 768px) {
	.header{
			background: rgb(26,71,50)!important;
	}
	.path {
		width: 100%;
		height: 40px;
		background: rgb(247, 248, 248);
	}

	.path_container {
		height: 40px;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		color: #9fa0a0;
		font-size: 14px;
	}
	.activityBox {
	    width: 100%;
	    padding: 20px 0;
	    margin-bottom: 60px;
	    background: #FFFFFF;
	    display: flex;
	    flex-direction: row;
	    justify-content: center;
	    align-items: center;
	    position: relative;
	}
	.activityBox .activity_container .activitybox_title {
	    width: 100%;
	    margin-bottom: 30px;
	    display: flex;
	    flex-direction: row;
	    justify-content: space-between;
	    align-items: center;
	    font-size: 28px;
	    color: #006934;
	}
	.listbox .listitem .activity_img {
	    width: 100%;
	    height: auto;
	    overflow: hidden;
	    display: flex;
	    flex-direction: row;
	    justify-content: center;
	    align-items: center;
	    transition: all 1s ease;
	}
	.listbox .listitem .activity_name {
	    font-size: 12px;
	    color: #555555;
	    margin-top: 15px;
	}
	.footer {
	    width: 100%;
	    height: 60px;
	    position: fixed;
	    left: 0;
	    bottom: 0;
	}
}

