
.index_footer_four a{
	color:#289925;
}
.index_footer{
	background: #212121;
	width: 100%;
}
.index_footer_nav{
	background: #333;
	overflow: hidden;
}
.index_footer_nav ol{
	width: 91%;
	margin: 0 auto;
}
.index_footer_nav a{
	float: left;
	display: block;
	font-size:16px;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
.index_footer_nav a:hover{
	background-color: #ddd;
	color: black;
}
.index_footer_four ul{
	overflow: hidden;
	padding:10px 0;
}
.index_footer_four ul li{
	float: left;
	min-height: 455px;
	box-sizing: border-box;
	border-right: 1px solid #3b3b3b;
	padding:0 60px;
	width: 20%;
}
.index_footer_four ul li img{
	margin-top:48px;
	margin-left:54px;
	
}
.index_footer_four ul li:nth-child(4){
	border-right: none;
}
.index_footer_four ul li p{
	color: #a2a2a2;
	font-family: Raleway,sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
}
.index_footer_four ul li h2{
	color: #a2a2a2;
	margin-top:30px;
	margin-bottom:10px;
}
.index_footer_four ul li p a{
	text-decoration: none;
	color: #a2a2a2;
	font-size: 16px;
	line-height: 30px;
}
.index_footer_four ul li p a:hover{
	color: ;
}
.index_footer_end{
	background: #303030;
	text-align: center;
	color: #ffffff;
	padding: 10px 0;
	font-size: 16px;
	line-height: 30px;
}

