/* 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,.2);
}
.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;
}

.group {
	margin: auto;
	padding-top: 119px;
	width: 1000px;
}
.group .con {
	float: left;
	width: 500px;
}
.group .tit {
	padding-top: 40px;
}
.group .qrcode {
	padding-top: 60px;
}
.group .qrcode img {
	vertical-align: top;
}
.group .desc {
	padding-top: 50px;
	font-size: 16px;
	color: #333;
	line-height: 36px;
}
.group .pic {
	float: right;
}

.footer {
	padding: 20px 30px;
	background: url(../img/footer_map.png) no-repeat center top #282C35;
	color: #A5A5AC;
}
.footer a {
	color: #A5A5AC;
}