@media (min-width: 1200px){
	#container {
    width: 1170px;
}	
}
body{
	position: relative;
	height: 100%;
}

#container {
    margin-right: auto;
    margin-left: auto;
}
footer {
	background-color: #3a3c3d;
	color: #c1c1c1;
	width: 100%;
	position: absolute;
	min-width: 1200px;
	height: 234px;
	margin-top: 20px;
}

footer a {
	color: #c1c1c1
}

footer a:hover {
	color: #fff
}

footer .footer-top {
	border-bottom: 1px solid #4e4e4e
}

footer .footer-center {
	padding: 50px 0
}

footer .footer-center .footer-info .footer-address {
	font-size: 13px;
	margin-bottom: 25px
}

footer .footer-center .footer-info .footer-copyright {
	font-size: 12px;
	line-height: 24px
}

footer .footer-center .footer-qrcode {
	border-left: 1px solid #4e4e4e;
	border-right: 1px solid #4e4e4e;
	padding: 0 20px;
	margin: 0 40px
}

footer .footer-center .footer-qrcode .qrcode-row {
	float: left;
	margin: 0 18px
}

footer .footer-center .footer-qrcode .qrcode-row img {
	width: 105px
}

footer .footer-center .footer-qrcode .qrcode-row p {
	margin-bottom: 0;
	text-align: center;
	padding-top: 10px;
	font-size: 13px;
	color: #fff
}

footer .footer-center .footer-contact p {
	color: #fff
}

footer .footer-center .footer-contact h2 {
	font-weight: normal;
	font-size: 30px;
	margin: 10px 0;
	color: #1697ff
}

footer .footer-center .footer-contact span {
	text-indent: -6px;
	font-size: 13px;
	letter-spacing: 3px;
	margin-bottom: 15px;
	display: block
}

footer .footer-center .footer-contact a {
	font-size: 12px;
	padding: 6px 8px;
	border: 1px solid #4e4e4e;
	border-radius: 2px
}

footer .footer-center .footer-contact a .iconfont {
	position: relative;
	top: 3px;
	margin-right: 4px
}

footer .footer-bottom {
	border-top: 1px solid #4e4e4e;
	height: 50px;
}

footer .footer-bottom .footer-govicon a {
	display: block;
	padding: 6px
}

footer .footer-bottom .footer-govicon img {
	width: 36px
}
