/* CSS Document */

.banner {
	height: 880px;
	background: url(../img/banner.jpg) center top;
	background-size: cover;
}
.header {
	height: 100px;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.header .logo {
	float: left;
	padding: 25px 36px 25px 28px;
	background: #FFF;
}
.header .home {
	float: right;
	padding: 36px 40px 0;
}
.header .home a {
	display: inline-block;
	padding: 0 20px;
	height: 28px;
	border-radius: 14px;
	background: #F38C1B;
	font-size: 14px;
	color: #FFF;
	line-height: 28px;
}

.biz {
	padding-top: 160px;
}
.biz .tit {
	text-align: center;
}
.biz .qrcode {
	padding-top: 70px;
	text-align: center;
}
.biz .qrcode img {
	border-radius: 6px;
}
.biz .desc {
	margin: auto;
	padding-top: 60px;
	width: 880px;
	font-size: 16px;
	color: #FFF;
	line-height: 32px;
	text-align: center;
}

.footer {
	padding: 20px 30px;
	background: url(../img/footer_map.png) no-repeat center top #282C35;
	color: #A5A5AC;
}
.footer a {
	color: #A5A5AC;
}