footer.footer {
	background: #333;
	color: #fff;
	width: 100%;
	height:auto;
	display: block;
	padding: 30px 0 0 0;
}

footer.footer .logo {
	width: 300px;
	height: 60px;
	background-image: url(./logo/logo-w@3x.png);
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: contain contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain
}

footer.footer .fmenu {
	padding:20px;
}
footer.footer .fmenu a {
	display:block;
	padding:10px 0 30px 0;
	color:white;
	font-weight:bold;
}

footer.footer nav.nav_footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: -webkit-calc(100% - 200px);
	width: -moz-calc(100% - 200px);
	width: calc(100% - 200px);
	padding: 40px 0
}

footer.footer nav.nav_footer ul {
	margin-right: 60px
}

footer.footer nav.nav_footer ul h4 {
	font-size: 18px;
	margin-bottom: 20px
}
footer.footer nav.nav_footer ul h4 a{
	color: #fff;
}
footer.footer nav.nav_footer ul h4 a:hover{
	color: #999;
}

footer.footer nav.nav_footer ul>li {
	margin-top: 5px
}

footer.footer nav.nav_footer ul>li a {
	color: #999;
	font-size: 14px
}

footer.footer nav.nav_footer ul>li a:hover {
	color: #fff
}

footer.footer .qrcode {
	position: absolute;
	top: 0px;
	right: 15px;
	bottom: auto;
	left: auto;
	z-index: auto;
	width: 140px;
	height: auto;
	text-align: center
}

footer.footer .qrcode i {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	width: 140px;
	height: 140px;
	margin-bottom: 10px
}

footer.footer .qrcode img {
	display: block;
	width: 140px;
	height: 140px;
	margin-bottom: 10px
}

footer.footer .qrcode span {
	font-size: 12px
}

footer.footer .copyright {
	background: #000;
	width: 100%;
	height: 42px;
	line-height: 42px;
	font-size: 12px;
	color: #999;
	text-align: center;
}

footer.footer .copyright>div {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis
}

@media (max-width: 767px) {
	footer.footer .qrcode {
		position: absolute;
		top: 0;
		right: 50%;
		bottom: auto;
		left: auto;
		z-index: auto;
		width: 160px;
		height: auto;
		margin-right: -80px
	}
	footer.footer .qrcode i,
	footer.footer .qrcode img {
		display: block;
		width: 160px;
		height: 160px
	}
	footer.footer .qrcode span {
		font-size: 14px
	}
}