@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}
section {
	background-image: url(../images/c_bg.jpg);
	background-size: cover;
	background-position: center 0px;
	background-repeat: no-repeat;
}
.header_title {
	align-items: center;
	display: flex;
	justify-content: center;
}
.header_title span {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 29px;
	display: inline-block;
	width: 68px;
}
.header_title span:first-child {
	background-image: url(../images/cloud_left.png);
}
.header_title span:last-child {
	background-image: url(../images/cloud_right.png);
}
.header_title h2 {
	color: #0a643e;
	display: inline-block;
	font-size: 30px;
	margin: 0 1%;
}
.block1 {
	box-sizing: border-box;
	max-width: 1170px;
	margin: 0 auto;
	padding: 28px 0;
}
.block1:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
.block1 .row,
.block2 .row {
	padding-right: 15px;
	padding-left: 15px;
}
.block1 .row>div {
	background-image: url(../images/block1_bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 13px;
	box-shadow: 0 10px 10px #b1b1b1;
	height: 150px;
	width: 46%;
}
.block1 .block1_left {
	float: left;
}
.block1 .block1_right {
	float: right;
}
.block1 .row>div>div {
	background-color: rgba(9, 92, 57, 0.5);
	border: 1px solid white;
	border-radius: 10px;
	color: white;
	height: 120px;
	margin: 15px auto 0;
	text-align: center;
	width: 95%;
}
.block1 .row>div>div h2 {
	font-size: 30px;
	margin-top: 12px;
	margin-bottom: 5px;
}
.block1 .row>div>div p {
	color: #d7f1e6;
	font-size: 18px;
	margin-bottom: 5px;
}
.block1 .row>div>div a {
	color: #d7f1e6;
	font-size: 18px;
	text-decoration: none;
}
.block2 {
	box-sizing: border-box;
	max-width: 1170px;
	margin: 0 auto;
	padding: 38px 0 0;
}
.block2 .video,
.block2 .text_list {
	border: 2px solid #0a643e;
	height: 480px;
	margin-top: 2.5%;
	background: #fff;
}
.block2 .video {
	align-items: center;
	display: inline-flex;
	width: 47%;
}
.block2 .video_image {
	align-items: center;
	background-image: url(../images/video_image.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	height: 100%;
	position: relative;
	justify-content: center;
	width: 100%;
}
.block2 .video_image:after {
	background-color: rgba(22, 108, 51, 0.2);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.block2 .video_image span {
	background-image: url(../images/video_icon.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 133px;
	position: relative;
	width: 133px;
	z-index: 2;
}
.block2 .video video {
	display: none;
	width: 100%;
}
.block2 .text_list {
	width: 51.8%;
	float: right;
}
.block2 .text_list .list_box {
	width: 49%;
}
.block2 .text_list .list_box:first-child {
	float: left;
}
.block2 .text_list .list_box:last-child {
	float: right;
}
.block2 .text_list .list_box .image_text {
	background-size: cover;
	background-repeat: repeat;
	background-position: center;
	position: relative;
	height: 216px;
	margin-bottom: 20px;
}
.block2 .text_list .list_box .image_text p {
	background-color: rgba(8, 89, 55, 0.7);
	bottom: 0;
	color: white;
	font-size: 16.58px;
	height: 55px;
	line-height: 55px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	text-indent: 15%;
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
}
.block2 .text_list .list_box:first-child>p {
	margin-left: 3%;
	margin-bottom: 0;
}
.block2 .text_list .list_box:last-child>p {
	margin-right: 3%;
	margin-bottom: 0;
}
.block2 .text_list .list_box>p {
	border-bottom: 1px solid #0a643e;
	height: 48px;
	line-height: 48px;
}
.block2 .text_list .list_box>p a:first-child {
	color: #666666;
	font-size: 16px;
	display: inline-block;
	margin-left: 1%;
	text-overflow: ellipsis;
	text-decoration: none;
	overflow: hidden;
	vertical-align: top;
	width: 83%;
	white-space: nowrap;
}
.block2 .text_list .list_box>p a:last-child {
	background-color: white;
	border-radius: 3px;
	border: 1px solid #308550;
	color: #308550;
	font-size: 12px;
	padding: 2px 5px 3px;
	text-decoration: none;
}
.block2 .text_list .list_box>p:last-child {
	border: none;
}
.block3 {
	margin-top: 5%;
}
.block3 .image_head {
	height: 28px;
	margin-top: 10%;
}
.block3 .image_head span {
	color: #0a643e;
	display: inline-block;
	font-size: 18px;
	height: 28px;
	line-height: 28px;
	margin-right: 6px;
	vertical-align: top;
}
.block3 .image_head h3 {
	color: #0a643e;
	display: inline-block;
	margin: 0;
	height: 28px;
	line-height: 28px;
}
.block3 .image_head a {
	color: #085937;
	display: inline-block;
	font-size: 16px;
	font-weight: bolder;
	float: right;
	height: 20px;
	line-height: 20px;
	margin-top: 7px;
}
.block3 .image1 {
	border: 2px solid transparent;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 2.5%;
	padding-top: 130%;
	position: relative;
	    border: 2px solid #0a643e;
}
.block3 .row>div:nth-child(2) .image1 {
	border: 2px solid #0a643e;
}
.block3 .image1 a.two_a {
	background-color: #0a643e;
	bottom: 0;
	color: white;
	display: inline-block;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	text-indent: 5px;
	text-decoration: none;
	width: 100%;
}
.block3 .image1 a.three_a {
	background-color: #0a643e;
	bottom: 0;
	color: white;
	display: inline-block;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	text-indent: 30px;
	text-decoration: none;
	width: 100%;
}
.block3 .image1 a.four_a {
	background-color: #095c39;
	border: 2px solid #083a25;
	bottom: 9%;
	border-radius: 50px;
	color: white;
	display: inline-block;
	font-size: 30px;
	height: 50px;
	line-height: 48px;
	left: 50%;
	margin-left: -30%;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 60%;
}
.block3 .box3 {
	border: 2px solid #0a643e;
	margin-top: 2.5%;
	background: #fff;
}
.block3 .image2 {
	background-size: cover;
	background-repeat: repeat;
	background-position: center;
	position: relative;
	padding-top: 50%;
}
.block3 .image2 p {
	background-color: rgba(8, 89, 55, 0.6);
	bottom: 0;
	height: 45px;
	line-height: 45px;
	margin: 0;
	position: absolute;
	text-indent: 2%;
	width: 100%;
}
.block3 .image2 p a {
	color: white;
	display: inline-block;
	font-size: 18px;
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis;
	width: 60%;
	white-space: nowrap;
}
.block3 .image2 p span {
	color: white;
	display: inline-block;
	float: right;
	height: 45px;
	line-height: 45px;
	margin-right: 4%;
	vertical-align: top;
}
.block3 .box3 .box3_text {}
.block3 .box3 .box3_text:after {
	content: "";
	display: inline-block;
	width: 100%;
	padding-top: 80%;
}
.block3 .box3 .box3_text .text_box {
	box-sizing: border-box;
	padding: 3% 5% 0 3%;
	position: absolute;
	width: 91%;
}
.block3 .box3 .box3_text .text_box .text_list {
	border-bottom: 1px dashed white;
	margin-top: 6%;
	height: 46px;
	line-height: 46px;
}
.block3 .box3 .box3_text .text_box .text_date {
	background-color: white;
	border-radius: 3px;
	color: #bcbcbc;
	display: inline-block;
	height: 48px;
	line-height: 1.4;
	text-align: center;
	width: 60px;
}
.block3 .box3 .box3_text .text_box .active {
	background-color: #26855d;
	color: white;
}
.block3 .box3 .box3_text .text_box .text_date span:first-child {
	font-size: 20px;
}
.block3 .box3 .box3_text .text_box .text_date span:last-child {
	font-size: 14px;
}
.block3 .box3 .box3_text .text_box a {
	color: #666666;
	font-size: 16px;
	display: inline-block;
	margin-left: 4%;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
	text-decoration: none;
	width: 70%;
	white-space: nowrap;
}
.block4 {
	margin-top: 5%;
}
.block4 .row>div {
	/*height: 378px;*/
}
.block4 .box4 {
	border: 2px solid #0a643e;
	background: #fff;
	margin-top: 10%;
	position: relative;
	overflow: hidden;
	height: 396px;
	width: 100%;
}
.block4 .box4 .box4_title {
	border-bottom: 2px solid #0a643e;
	height: 45px;
}
.block4 .box4 .box4_title h4 {
	box-sizing: border-box;
	color: #0a643e;
	display: inline-block;
	font-size: 26px;
	height: 45px;
	line-height: 42px;
	margin: 0;
	padding: 0 8%;
}
.block4 .box4 .box4_title a {
	color: #085937;
	display: inline-block;
	font-size: 16px;
	font-weight: bolder;
	float: right;
	height: 20px;
	line-height: 20px;
	margin-right: 7%;
	margin-top: 15px;
}
.block4 .box4 #allmap {
	position: relative;
	margin-top: 4%;
}
.block4 .box4 #allmap:after {
	content: "";
	display: inline-block;
	padding-top: 53%;
}
.block4 .box4 .map_list {
	box-sizing: border-box;
	padding: 0 2%;
}
.block4 .box4 .map_list .map_address {
	/*border-bottom: 1px solid #666666;*/
	margin-top: 2%;
	padding-bottom: 1%;
}
.block4 .box4 .map_list .map_address p {
	color: #1f1f1f;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.block4 .box4 .map_list .map_span {
	padding: 1% 0;
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.block4 .box4 .map_list .map_span a {
	color: #666666;
	display: inline-block;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	width: 70px;
}
.recommend {
	box-sizing: border-box;
	font-size: 0;
	padding: 3%;
}
.recommend .recommend_box {
	margin-top: 2.6%;
}
.recommend .recommend_box:first-child {
	margin-top: 0;
}
.recommend .recommend_box .image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	padding-top: 29%;
	width: 38.8%;
}
.recommend .recommend_box .texts {
	display: inline-block;
	margin-left: 3%;
	vertical-align: top;
	width: 58%;
}
.recommend .recommend_box .texts h3 {
	border-bottom: 1px solid #a0a0a0;
	color: #0a643e;
	font-size: 20px;
	margin: 0 0 3%;
	padding-bottom: 3%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.recommend .recommend_box .texts p {
	color: #909090;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 14px;
	margin: 0 0 2%;
	line-height: 16px;
	overflow: hidden;
}
.recommend .recommend_box .texts span {
	box-sizing: border-box;
	color: #777777;
	display: inline-block;
	font-size: 14px;
	margin: 0 0 2%;
	padding-right: 1%;
	text-align: right;
	width: 100%;
}
.schedule {
	box-sizing: border-box;
	margin: 3% 1px 3% 4%;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-top: 86.8%;
	position: relative;
	z-index: 2;
}
.after {
	background-color: white;
	content: "";
	height: 84%;
	position: absolute;
	right: 5px;
	top: 52px;
	width: 6px;
	z-index: 1;
}
.schedule::-webkit-scrollbar {
	width: 12px;
	/*对垂直流动条有效*/
}
/*定义滚动条的轨道颜色、内阴影及圆角*/
.schedule::-webkit-scrollbar-track {
	background-color: transparent;
}
/*定义滑块颜色、内阴影及圆角*/
.schedule::-webkit-scrollbar-thumb {
	border-radius: 12px;
	background-color: #0a643e;
}
.schedule .box {
	position: absolute;
	top: 0;
	width: 100%;
}
.schedule .box:before {
	background-color: #26855d;
	content: "";
	display: inline-block;
	left: 9px;
	height: 100%;
	position: absolute;
	width: 1px;
	z-index: 1;
}
.schedule .box .schedule_box {
	height: 50px;
}
.schedule .box .schedule_box span {
	color: #5c8d74;
	display: inline-block;
	font-size: 26px;
	vertical-align: top;
	position: relative;
	z-index: 2;
}
.schedule .box .schedule_box a {
	color: #666666;
	display: inline-block;
	font-size: 16px;
	height: 37px;
	line-height: 37px;
	margin-left: 8%;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 80%;
	white-space: nowrap;
}
.block4 .down_block {
	border: 2px solid #0a643e;
	box-sizing: border-box;
	margin-top: 1.3%;
	padding: 0 2% 1%;
}
.block4 .down_block:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
.block4 .down_block .understand {
	margin-top: 2%;
	padding: 0 15px;
}
.block4 .down_block .understand a {
	color: #0a643e;
	font-size: 26px;
}
.block4 .down_block p {
	border-bottom: 1px solid #a0a0a0;
	display: inline-flex;
	height: 32px;
	line-height: 32px;
	justify-content: space-between;
	margin-bottom: 5px;
	margin-right: 1%;
	width: 48%;
}
.block4 .down_block p a {
	color: #666666;
	font-size: 16px;
	text-decoration: none;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 80%;
	white-space: nowrap;
}
.block4 .down_block p span {
	color: #777777;
	font-size: 14px;
}
.block5 {
	margin-top: 4%;
	padding-bottom: 4%;
}
.block5 .row {
	margin-top: 3%;
}
.block5 h3 {
	background-color: #0b653f;
	border-radius: 5px;
	color: #ebfff7;
	font-size: 30px;
	height: 75px;
	line-height: 75px;
	margin: 0;
	text-align: center;
}
.block5 .images_box1,
.block5 .images_box2 {
	background-color: white;
	border-radius: 0 0 8px 8px;
	font-size: 0;
	height: 360px;
	overflow-y: scroll;
	margin-bottom: 5%;
}
.block5 .images_box1::-webkit-scrollbar {
	width: 8px;
	/*对垂直流动条有效*/
}
/*定义滚动条的轨道颜色、内阴影及圆角*/
.block5 .images_box1::-webkit-scrollbar-track {
	background-color: transparent;
}
/*定义滑块颜色、内阴影及圆角*/
.block5 .images_box1::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background-color: #0a643e;
}
.block5 .images_box2::-webkit-scrollbar {
	width: 8px;
	/*对垂直流动条有效*/
}
/*定义滚动条的轨道颜色、内阴影及圆角*/
.block5 .images_box2::-webkit-scrollbar-track {
	background-color: transparent;
}
/*定义滑块颜色、内阴影及圆角*/
.block5 .images_box2::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background-color: #0a643e;
}
.block5 .images_box1 .image1 {
	background-size: 70%;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	/* margin: 3% 0; */
	/* padding-top: 10%; */
	width: 25%;
}
.block5 .images_box2 .image2 {
	background-size: 70%;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	margin: 3% 0;
	padding-top: 45.6%;
	width: 50%;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
	.block4 .box4 {
		height: 350px;
	}
	.block4 .box4 #allmap:after {
		padding-top: 47.7%;
	}
	.schedule {
		padding-top: 99%;
	}
}
@media screen and (max-width: 992px) {
	.block2 .text_list .list_box>p a:first-child {
		width: 78%;
	}
	.block4 .box4 {
		height: 370px;
	}
	.block4 .box4 #allmap:after {
		padding-top: 52.3%;
	}
}
@media screen and (max-width: 768px) {
	.block1 {
		padding: 0 15px;
	}
	.block1 .row>div {
		margin-top: 4%;
		width: 100%;
	}
	.block2 {
		padding: 0 15px;
	}
	.block2:after {
		clear: both;
		content: "";
		display: block;
		height: 0;
		visibility: hidden;
	}
	.block2 .video {
		width: 100%;
	}
	.block2 .text_list {
		width: 100%;
	}
	.block2 .video {
		height: 292px;
	}
	.block4 .box4 {
		height: 470.42px;
	}
}
@media screen and (max-width: 640px) {
	.header_title h2 {
		font-size: 22px;
	}
	.ban{
		position: absolute;top: 0;left: 0;z-index: 999; width: 100%;height: 100%;
	}
	.header_title span {
		height: 20px;
		width: 48px;
	}
	.block1 .row>div {
		height: 114px;
	}
	.block1 .row>div>div {
		height: 85px;
	}
	.block1 .row>div>div h2 {
		font-size: 18px;
		margin-top: 8px;
		margin-bottom: 0;
	}
	.block1 .row>div>div p {
		font-size: 14px;
		margin-top: 6px;
	}
	.block1 .row>div>div a {
		font-size: 14px;
	}
	.block2 {
		margin-top: 10%;
	}
	.block2 .text_list .list_box .image_text {
		height: 130px;
	}
	.block2 .text_list .list_box>p {
		height: 38px;
		line-height: 38px;
	}
	.block2 .video {
		height: 300px;
	}
	.block2 .text_list {
		height: 345px;
	}
	.block2 .text_list .list_box .image_text {
		margin-bottom: 10px;
	}
	.block2 .text_list .list_box .image_text p {
		font-size: 15px;
		height: 35px;
		line-height: 35px;
	}
	.block2 .text_list .list_box>p a:first-child {
		font-size: 15px;
		width: 70%;
	}
	.block3 {
		margin-top: 10%;
	}
	.block3 .image_head h3 {
		font-size: 18px;
	}
	.block3 .image_head span {
		font-size: 14px;
	}
	.block3 .image_head a {
		font-size: 12px;
	}
	.block3 .image_head {
		margin-top: 3%;
	}
	.block3 .box3 .box3_text .text_box a {
		font-size: 15px;
	}
	.block4 {
		margin-top: 10%;
	}
	.block4 .box4 {
		margin-top: 6%;
		height: auto;
	}
	.block4 .box4 .box4_title h4 {
		font-size: 18px;
	}
	.block4 .box4 .box4_title a {
		font-size: 12px;
	}
	.recommend .recommend_box .texts h3 {
		font-size: 16px;
	}
	.block4 .down_block p {
		width: 100% !important;
	}
	.block4 .down_block .understand a {
		font-size: 18px;
	}
	.block4 .down_block p a {
		font-size: 15px;
		width: 70% !important;
	}
	.schedule .box .schedule_box a {
		font-size: 15px;
	}
	.block5 {
		margin-top: 10%;
	}
	.block5 h3 {
		font-size: 18px;
		height: 50px;
		line-height: 50px;
	}
	.block5 .images_box1, .block5 .images_box2 {
		height: auto;
	}
	.block5 .images_box1 .image1 {
		background-size: 60%;
		padding-top: 20%;
	}
	.block5 .images_box2 .image2 {
		background-size: 50%;
		padding-top: 30%;
		width: 25%;
	}
	.after {
		right: 3px;
	}
}
@media screen and (max-width: 320px) {
	.block3 .box3 .box3_text:after {
		padding-top: 88%;
	}
	.recommend .recommend_box .image {
		padding-top: 32%;
	}
}