html{
	font-size: 16px;
}
footer{
	max-width: 100%;
	padding: 20px 0 !important;
	overflow: hidden;
}
.bottom-color{
	color:#b3cbdb !important;
}
.space-6{
	height: 8px;
}
.foot-li-center{
	vertical-align: top;
}
.breadcrumb-box{
	display: none;
	/* background: #004370; */
	/* margin-bottom: 30px; */
}
.breadcrumb-box > .breadcrumb{
	color: #b1b1b1;
	/* background: none; */
	font-size: 14px;
}
@media (max-width:870px) {
	footer{
		max-width: 100%;
		padding: 0 0 20px !important;
	}
	.breadcrumb-box{
		display: block;
	}
	h3{
		font-size: 16px;
		margin-top: 20px;
		margin-bottom: 24px;
	}
	.foot-li-center{
		width: 85%;
		margin: 0 auto;
		
		display: flex;
		flex-direction: row;
	}
	.foot-li-center>span{
		margin: 0 0.625rem;
	}
	.foot-li-center>div{
		font-size: 14px !important;
		line-height: 18px;
	}
	.bottom-color{
		font-size: 14px !important;
	}
	.ic{
		width: 13px;
		height: 14px;
		position: absolute;
		left: -25px;
		top: 2px;
	}
	.footer-width-position{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

@media (min-width:769px) {
	h3{
		font-size: 1.25rem;
		margin-top: 20px;
		margin-bottom: 24px;
	}
	.foot-li-center{
		width: 25%;
		margin: 0 auto;
		
		display: flex;
		flex-direction: row;
	}
	.foot-li-center>span{
		margin: 3p 0.625rem;
	}
	.foot-li-center>div{
		line-height: 1.7rem;
		font-size: 1rem !important;
	}
	.ic{
		position: absolute;
		left: -25px;
		top: 5px;
	}
}