.header_bottom .header_menu:before {
	left: 130px;
}
footer .footer_top {
	background-color: #eff8f4;
}
h1 {
	width: 100%;
	height: 115px;
	overflow: hidden;
	text-align: center;
	line-height: 115px;
	background-color: #f5f5f5;
	font-size: 36px;
	color: #007e41;
}
.scene_list {
	width: 100%;
	overflow: hidden;
	padding: 45px 0 20px;
}
.scene_list li {
	width: calc(33.33% - 10px);
	width: -moz-calc(33.33% - 10px);
	width: -webkit-calc(33.33% - 10px);
	overflow: hidden;
	float: left;
	position: relative;
	cursor: pointer;
}
.scene_list li:nth-of-type(3n+1),.scene_list li:nth-of-type(3n+2){
	margin: 0 15px 25px 0;
}
.scene_list li:nth-of-type(3n){
	margin: 0 0 25px;
}
.scene_list li a {
	display: block;
	width: 100%;
	overflow: hidden;
}
.scene_list li a img {
	width: 100%;
	transition: all 1s;
}
.scene_list li p {
	width: 100%;
	height: 55px;
	overflow: hidden;
	line-height: 55px;
	text-align: center;
	font-size: 20px;
	background-color: rgba(153,153,153,0.9);
	color: #FFFFFF;
	position: absolute;
	left: 0;
	bottom: 0;
}
.scene_list li:hover p {
	background-color: rgba(0,126,65,0.9);
}
.scene_list li:hover a img {
	transform: scale(1.1);
}
@media only screen and (max-width: 991px) {
	.scene_list li {
		width: calc(50% - 10px);
		width: -moz-calc(50% - 10px);
		width: -webkit-calc(50% - 10px);
	}
	.scene_list li:nth-of-type(2n+1){
		margin: 0 20px 25px 0;
	}
	.scene_list li:nth-of-type(2n){
		margin: 0 0 25px;
	}
	.scene_list li p {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
}
@media only screen and (max-width: 767px) {
	h1 {
	    height: 80px;
	    line-height: 80px;
	    font-size: 28px;
	}
	.scene_list {
	    padding: 30px 0 20px;
	}
	.scene_list li {
		width: calc(50% - 5px);
		width: -moz-calc(50% - 5px);
		width: -webkit-calc(50% - 5px);
	}
	.scene_list li:nth-of-type(2n+1){
		margin: 0 10px 10px 0;
	}
	.scene_list li:nth-of-type(2n){
		margin: 0 0 10px;
	}
	.scene_list li p {
		height: auto;
		line-height: 16px;
		font-size: 12px;
		padding: 7px 0;
	}
}
@media only screen and (min-width: 992px) {
	.scene_list li p {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
}
@media only screen and (min-width: 1250px) {
	.scene_list li p {
		height: 55px;
		line-height: 55px;
		font-size: 20px;
	}
}