.footer{
	width:100%;
	background-color:#eee;
	float:left;
}
.footer .container{
	margin:0 auto;
}
.footer-word{
	padding:20px 0;
	font-size:12px;
	text-align:center;
	color:#ababab;
	border-top:1px solid #666;
}
.footer-word a,.footer-word a:hover{
	color:#0056b3;
}
.right-line{
	border-right:1px solid #b5b5b5;
}
.footer-top{
	padding:40px 0 40px 0;
}
.footer-col{
	text-align:center;
	font-size:13px;
	/*height:67px;*/
	/*height: 100px;*/
	display: flex;
    justify-content:center;
    align-items:center;
	line-height: 30px;
	color:#888;
	/*padding-top:50px;*/
}
.footer_child{
	display: inline-block;
    text-align: left;
}
.footer-mid{
	display:block;
	padding-top:0px;
}
.footer-logo{
	width:50px;
}
.footer-name{
	height:40px;
	margin-left:20px;
}
.footer-col a{
	color:#888!important;
}
.footer-col a:hover{
	color:#000!important;
	text-decoration:underline!important;
}
.show_xs{
	display:none;
}
@media (max-width: 767px){
	.mid-col{
		text-align:center;
	}
	.footer-logo{
		width:70px;
		margin-top:20px;
	}
	.footer-word{
		color:#000;
	}
	.footer-word a,.footer-word a:hover{
		color:#000;
	}
}
@media (min-width: 576px) and (max-width: 767px){
	.mid-col {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 50%;
	}
}
@media (max-width: 576px){
	.hidden-575 {
		display:none!important;
	}
	.mid-col {
		max-width: 100%!important;
		flex: 0 1 auto!important;
	}
	.right-line{
		border-right:none;
	}
}
@media (max-width: 768px){
	.footer-col{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.show_xs{
		display:inline;
	}
	.footer-col{
		padding-top:0px;
	}
	.footer-top{
		padding-top:40px;
	}
	.footer-mid{
		padding-top:0px;
	}
}
