

html {
	font-size: 10px
}

body {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei"
}

#top{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.03rem;
	background-image: url("../img/Header_01.png");
	background-size: 100% 100%;
	background-repeat:no-repeat;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#top .top_download{
	margin-right: 0.2rem;
    width: 1.28rem;
    height: 0.85rem;
    background-image: url('../img/download.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#top .icona{
	margin-left: 0.2rem;
    width: 0.9rem;
    height: 0.9rem;
    background-image: url('../img/icona.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.container {
	position: relative;
	max-width: 720px;
	margin: 0 auto;
	z-index: 0;
}

.kefu a{
	position: fixed;
	top: 10%;
	right: 2%;
	width: 0.95rem;
	height: 1rem;
	background-image: url("../img/btn_advisory.png");
	background-size: 100% 100%;
	z-index: 999;
}

.container .downNum{
	position: absolute;
	top: 49.3%;
	right: 37%;
	width: 2rem;
}

.bannerBox {
	position: absolute;
	left: 3%;
	top: 52%;
	width: 92%;
	height: 3.4rem;
}
.banner{
	margin: 0 auto;
	width: 90%;
	height: 100%;
	overflow: hidden;
}
.swiper-slide>img{
	width: 100%;
}



