#footer-index{
	display:block; 
	padding:20px 0px; 
	overflow:hidden;
	margin-top:20px;
	background-color:white;
	-webkit-box-shadow: 0px -1px 6px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -1px 6px 0px rgba(0,0,0,0.75);
	box-shadow: 0px -1px 6px 0px rgba(0,0,0,0.75);
}
#footer-index-2{
	display:block; 
	padding:20px 0px; 
	overflow:hidden;
	margin-top:20px;
	background-color:white;
	-webkit-box-shadow: 0px -1px 6px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -1px 6px 0px rgba(0,0,0,0.75);
	box-shadow: 0px -1px 6px 0px rgba(0,0,0,0.75);
	position:absolute;
	width:100%;
	bottom:0;
}
.footer-left{
	float:left; 
	width:35%;
}
.footer-left-c{  
	padding:30px 20px 30px 10px;
	border-right:5px solid #e31e24;
}
.footer-right{
	float:right; 
	width:65%;
	line-height:4.5;
}
.footer-right-c{
	width:580px; 
	display:block;
	margin:auto;
}
.footer-h-1{
	 color:#e31e24;
	 margin-left:20px;
	 margin-right:20px;
	 display:block;
	 float:left;
	 width:240px;
	 font-size:27px;
}
.footer-h-2{
	margin-left: 24px;
	margin-right: 20px;
	display: block;
	float: left;
	width: 255px;
	font-size: 23px;
	padding-top: 10px;
}

@media only screen and (max-width:970px){
	.footer-h-1{
		font-size:17px;
		width:155px;
	}
	.footer-h-2{
		font-size:17px;
		width:160px;
	}
	.footer-right-c{
		width:400px;
	}
}
@media only screen and (max-width:610px){
	.footer-h-1{
		float:none;
	}
	.footer-h-2{
		float:none;
		font-size:14px;
		padding-top:0px;
	}
	.footer-right-c{
		width:200px;
	}
	.footer-right{
		line-height:2.1;
	}
}