.footer
{
	width:100%;
	height:auto;
	margin:0 auto;
}
.footer-main
{
	width:100%;
	height:auto;
	float:left;
	margin:25px 0 0 0;
	//background:#332926;
	background:#3f3f3f;
	border-top:4px solid #d33a01;
}
.footer-top
{
	width:100%;
	height:auto;
	float:left;
	background:#d9d9d9;	
}
.footer-menu
{
	width:70%;
	height:auto;
	float:left;
}
.footer-menu ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}
.footer-menu ul li
{
	float:left;
}
.footer-menu ul li a
{
	display:block;
	padding:10px 15px;
	color:#000;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	border-right:1px solid #bebebe;
}
.footer-menu ul li a span
{
	margin:0 7px 0 0;
	color:#B03131;
}
.footer-menu ul li a:hover
{
	color:#B03131;
	//background:#bebebe;
}
.footer-social
{
	width:auto;
	height:auto;
	float:right;
	margin:55px 2% 0 0;
}
.footer-social h4
{
	display:block;
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #d33a02;
    padding:0 15px 10px 0;
    color: #fff;	
}
.footer-social h4 span
{
	color:#d33a02;
	margin:0 10px 0 0;
}

.footer-bottom
{
	width:100%;
	height:auto;
	float:left;
	padding:20px 0;
}

.footer-bottom-item
{
	width:auto;
	height:auto;
	float:left;	
	margin:0 1%;
}

.footer-bottom-item h4
{
	display:block;
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #B03131;
    padding-bottom: 10px;
    color: #fff;	
}
.footer-bottom-item h4 span
{
	color:#d33a01;
	margin:0 10px 0 0;
}
.footer-bottom-item ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}
.footer-bottom-item ul li
{
	display:block;
}
.footer-bottom-item ul li a
{
	display:inline-block;
	padding:7px 0;
	font-size:13px;
	color:#fff;
	text-decoration:none;
}
.footer-bottom-item ul li a:hover
{
	color:#B03131;
}
.footer-bottom-item ul li span
{
	margin:2px 7px 0 0;
	float:left;
	color:#B03131;
}
.footer-bottom-item ul li p
{
	padding:0 0 0 20px;
}
.footer-bottom-item .rew li a:hover
{
	color:#fff;
}

/****************/
.copyright
{
	display:block;
	font-size:13px;
	color:#b3b3b3;
	line-height:20px;
	margin:5px 0 0 0;
}
.copyright a
{
	color:#979797;
}
.copyright a:hover
{
	color:#d33a01;
}
.social
{
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
}
.social li
{
	display:inline-block;
	margin:0 10px 0 0;
}
.social li img
{
	width:30px;
	height:30px;
}