.footer01{
	width: 100%;
	min-width: 1200px;
	background-color:  #88235f;
	padding: 24px 0;
}
.footer02{
	width: 100%;
	min-width: 1200px;
	background-color: #3c3c3c;
	height: 54px;
	line-height: 54px;
	color: #cfcfcf;
}	
.footer-logo{
	float: left;
	    margin: 40px 0 0;
}
.footer-info{
	float: right;
}
.footer-col{
	float: left;
	padding: 0 30px;
	position: relative;
}
.footer-col:before{
	content: "";
	display: block;
	height: 80%;
	border-right: 1px solid #fff;
	position: absolute;
	left: 0;
	    top: 15px;
	
}
.footer-col:first-child:before{
	border-right: none;
}
.footer-col,.footer-col a
{
	color: #cfcfcf;
}
.footer-col .footer-colTit{
	font-size: 16px;
	margin: 0 0 15px 0;
}
.footer-col .footer-colItem {
	margin: 0 0 10px 0;
}
.footer-col .footer-colItem:last-child{
	margin: 0;
}
.footer-col .footer-colItem .footer-colItem-link:hover{
	color: #fff;
}
.footer-erCode{
	float: right;
	font-size: 12px;
	color: #cfcfcf;
	text-align: center;
}
.footer-erCode img{
	width: 100px;
	height: 100px;
}
.footer02 a{
	color: #cfcfcf;
}
.footer02 .footer02-left{
	float: left;
}
.footer02 .footer02-right{
	float: right;
}
.footer02 .icon-logo{
	margin: 0 5px 0 0;
	vertical-align: -5px;
}
