#content{
	background-color: #fff;
}
.pageContent{
	background-color: #fff;
	min-height: 800px;
}
.pageContent h2{
	text-transform: uppercase;
	text-align: center;
	margin: 10px auto;
}
.slider{
	display: block;
	position: relative;
	min-height: 400px;
	background-color: #fff;
	width: 100%;
	box-shadow: inset 0 0 20px 25px #006400;
}
.indexSlider{
	display: block;
	position: relative;
	background-color: #fff;
	margin: 15px auto;
	width: 100%;
	min-height: 400px;

}
.indexSlider .active{
	z-index: 2;
	box-shadow: inset 0 0 200px 100px #fff;
}
.indexSlider_Info{
	display: flex;
	align-items: stretch;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.indexSlider_Info__Img{
	width: 70%;
} 
.indexSlider_Info__Text{
	width: 30%;
	background-color: #006400;
	opacity: 0.7;
	padding: 20px;
	color:#fff;
	font-weight: 500;
}
.indexSlider_Info__Text h3{
	text-align: center;
	margin: 15px;
}
.indexSlider_Info__Text a{
	color:yellow;
}
.indexSlider_Info__Text a:hover{
	text-decoration:underline;
	font-weight: 600;
}
.indexSlider_Thumbs{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	position: absolute;
	bottom: 5%;
	right: 0;
	width: 80%;
	height: 20%;
	z-index: 5;
	cursor: pointer;
}
.indexSlider_Thumbs_Img{
	display: block;
	width: 12%;
	height: 90%;
	box-shadow: inset 0 0 5px 5px #006400;
	background-size: contain;
}
.activeThumb{
	box-shadow: inset 0 0 1px 1px #fff;
	opacity: 0.7;
	box-shadow: inset 0 0 5px 5px yellow;
}


.indexMap{
	display: flex;
	justify-content: center;
	width: 100%;
	background-color: #006400;
}
footer .indexMap{
	margin-top: 30px;
}

@media screen and (min-width:1280px){
	.pageContent{
		max-width: 1200px;
	}
}
	

@media screen and (min-width:1024px) and (max-width:1279px){
	.pageContent{
		max-width: 900px;
	}
}


@media screen and (min-width:768px) and (max-width:1023px){
	.footer_Info{
		width: 100%;
	}
}

@media screen and (min-width:600px) and (max-width:767px){
	.footer_Info{
		width: 100%;
	}
}

@media screen and (min-width:480px) and (max-width:599px){

}

@media screen and (min-width:320px) and (max-width:479px){
	
}

@media screen and (max-width:319px){

}