footer {
	background-color: #162028;
	border-top: 1px solid #83888c;
	position: relative;
}

.footer_top {
	border-bottom: 1px solid #1e2831;
	height: 78px;
}

.footer_top .footer_nav {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.footer_top .footer_nav li {

}

.footer_top .footer_nav li.disc {
	display: block;
	float: left;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #6b6b6b;
	margin: 35px 0;
}

.footer_top .footer_nav li.disc:last-child {
	display: none;
}

.footer_top .footer_nav li a {
	font-size: 16px;
	color: #ffffff;
	display: block;
	line-height: 78px;
	/*padding: 0 40px;*/
}

.footer_middle {
	height: 195px;
	box-sizing: border-box;
	padding-top: 15px;
	padding-bottom: 20px;
}

.footer_middle .l p {
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
	padding-left: 5px;
}

.footer_middle .r .code {
	width: 160px;
	height: 160px;
}

.footer_middle .r .code img {
	width: 100%;
	height: 100%;
	display: block;
}

.footer_bottom {
	border-top: 1px solid #50585e;
}

.footer_bottom p {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 47px;
}

#cnzz_stat_icon_1279419003 {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
