.header {
	position: absolute;
	width: 1920px;
	top: 0;
	z-index: 20;

}

.header .menus {
	width: 1000px;
	padding: 48px 0;
	margin: 0 auto;
}

.header .menus img {
	width: 178px;
	height: 45px;
}

.content {
	width: 100%;
}

.content .banner {
	width: 1920px;
	height: 1080px;
	position: relative;
}

.content .banner .bg {
	position: absolute;
	width: 1920px;
	height: 1080px;
	z-index: 10;
	background: url(../img/bg.png) center top no-repeat;
	background-size: 1920px 1080px;
}

.content .banner .logo {
	position: absolute;
	z-index: 11;
	width: 150px;
	height: 150px;
	top: 256px;
	left: 50%;
	margin-left: -75px;
}

.content .app_1 {
	position: absolute;
	z-index: 10;
	width: 1920px;
	left: 50%;
	margin-left: -960px;
	height: 900px;
	background: url(../img/bg.png) center top no-repeat;
	background-size: 1920px 900px;
	position: relative;
}

.content .app_1 .app {
	position: absolute;
	padding-top: 190px;
	width: 740px;
	height: 710px;
	left: 50%;
	margin-left: -370px;
	z-index: 20;
}


.content .app_1 .app .left {
	float: left;
	border-radius: 18px;
	overflow: hidden;
}

.content .app_1 .app .left img {}

.content .app_1 .app .right {
	float: left;
	width: 340px;
	padding-left: 120px;
	padding-top: 124px;
}

.content .app_1 .app .right .logo {
	width: 80px;
	height: 80px;
	margin-bottom: 34px;
}

.content .app_1 .app .right .appName {

	height: 24px;
	line-height: 24px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 22px;
}

.content .app_1 .app .right .hint {
	width: 348px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 43px;
}

.content .app_1 .app .right .download {
	height: 40px;
}

.content .app_1 .app .right .download .android {
	width: 160px;
	height: 40px;
	float: left;
	cursor: pointer;
}

.content .app_1 .app .right .download .ios {
	width: 160px;
	height: 40px;
	float: right;
	cursor: pointer;
}






.foo {
	width: 100%;
	height: 80px;
	background: #000;
}

.foo .fooCon {
	width: 100%;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 15px;
}
