@media screen and (min-width: 320px) {
	.footer-bg{background: #207be2; margin-top: 25px; padding: 15px 0;}
	.footer-l ul{ text-align: center;}
	.footer-l li {display: inline-block; padding: 0 10px;}
	.footer-l li a{ color: #fff;}
	.footer-l a{ color: #b9cbde;}
	.footer-l div{ color: #b9cbde; font-size: 12px; text-align: center;}
	
	.footer-r{ color: #b9cbde; font-size: 12px; text-align: center;}
	.footer-r a{color: #b9cbde;}
}

@media screen and (min-width: 992px) {
	.footer-l{ float: left;}
	.footer-r{ float: right;}
	
	.footer-bg{ padding: 30px 0; margin-top: 40px;}
	.footer-l{ overflow: hidden;}
	.footer-l ul{text-align: left; margin-left: -10px; padding-bottom: 5px;}
	.footer-l li{ position: relative;}
	.footer-l li:before{content: ' '; border-left: solid 1px #7f9fc2; height: 12px; position: absolute; left: 0; top: 50%; margin-top: -6px;}
	
	.footer-r{ padding-top: 29px;}
}

@media screen and (min-width: 1320px) {
	
}
