footer {
	
}

.footer_top {
	box-sizing: border-box;
	background-color: #e7e6e6;
	border-top: 5px solid #f37020;
	height: 290px;
}

.footer_top .logo {
	margin-left: 25px;
	margin-top: 25px;
}

.footer_top .fl .code {
	margin-left: 25px;
	margin-top: 20px;
}

.footer_top .fl .code img {
	display: block;
	margin: 0 auto;
}

.footer_top .fl .code p {
	font-size: 14px;
	color: #000000;
	text-align: center;
	line-height: 48px;
}

.footer_top .fr .footer_nav {
	margin-top: 35px;
}

.footer_top .fr .footer_nav>li {
	float: left;
}

.footer_top .fr .footer_nav>li:first-child {
	display: none;
}

.footer_top .fr .footer_nav>li>a {
	display: block;
	font-size: 16px;
	color: #000000;
	font-weight: 600;
	padding: 0 28px;
	line-height: 32px;
}

.footer_top .fr .footer_nav>l ul {
	
}

.footer_top .fr .footer_nav>li ul li a {
	font-size: 14px;
	line-height: 24px;
	display: block;
	padding: 0 28px;
	color: #000000;
}

.footer_bottom {
	width: 100%;
	height: 45px;
	background-color: #f37020;
}

.footer_bottom * {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 45px;
}
