#app{
	width: 100%;
	height: 600px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background:url('../images/t01572dd064aa635c42.png');
}
.swiper-container{
	width: 70%;
	height: 100%;
}
.swiper-slide{
    display: flex;
	justify-content: center;
}

.swiper-slide-left{
	height: 100%;
	display: flex;
	align-items: center;
	margin-right: 30px;
}
.swiper-slide-left img{
	width: 100%;
}

.swiper-slide-right{
	width: 300px;
	position: relative;
}

.swiper-slide-right h3{
	margin-top: 54px;
    height: 24px;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    line-height: 24px;
}
.swiper-slide-right p{
    margin-top: 32px;
}
.swiper-slide-right i{
	display: block;
	color: #999999;
	font-style:normal;
	margin-top: 10px;
}
.swiper-slide-right span{
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #0ddc63;
	color: #fff;
	margin-top: 20px;
	cursor: pointer;
	border-radius: 3px;
}
.swiper-slide-right .qrcode{
	display: none;
	width: 150px;
	height: 150px;
	position: absolute;
	left: 150px;
	bottom: 100px;
}

.app-menu{
	width: 100%;
	height: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	position: relative;
}
.zhishi{
	display: none;
	width: 120px;
	position: absolute;
	top: -10px;
}
.app-menu ul{
	width: 70%;
	display: flex;
}
.app-menu ul li{
	width: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 0;
	margin-right: 30px;
	cursor: pointer;
}
.app-menu ul li img{
	width: 60px;
	height: 60px;
}
.app-menu ul li p{
	color: #999999;
	margin-top: 5px;
}

.app-menu .on{
	background-color: #e9f6ff !important;
}
.app-menu .on p{
	font-weight: bold;
	font-size: 16px;
}