
body{
	background: #FFFFFF;
}

.banner{
	width: 100%;
	height: 190px;
	background-image: url(../imgs/qygwapp/banner.png);
	background-size: 100% 100%;
	padding-top: 135px;
	box-sizing: border-box;
}

.banner_brn{
	display: block;
	text-decoration: none;
	width:102px;
	height:28px;
	border:1px solid rgba(255,255,255,1);
	border-radius:14px;
	margin: 0 auto;
	text-align: center;
	line-height: 28px;
	color: #FFFFFF;
	font-size: 15px;
}

/*--------------------------------------------------------------*/

.title{
	font-size:17px;
	font-weight:bold;
	color:rgba(0,0,0,1);
	text-align: center;
}

.bg{
	width:24px;
	height:2px;
	background:rgba(0,0,0,1);
	margin: 0 auto;
	margin-top: 13px;
}

/*-------------------------------------------------------------*/

.boxz{
	padding-top: 27px;
	padding-bottom: 25px;
}

.boxz_nav{
	display: flex;
	justify-content: space-around;
	margin-top: 25px;
}

.boxz_box{
	width: 30%;
}

.boxz_box_img{
	width:64px;
	height:64px;
	margin: 0 auto;
	background-image: url(../imgs/qygwapp/icon.png);
	background-size:409px 64px;
}

.boxz_box_text{
	text-align: center;
	margin-top: 19px;
	font-size: 15px;
	color: #333333;
	font-weight:bold;
}

/*------------------------------------------------------------------*/

.boxx{
	position: relative;
	width: 100%;
	height: 582px;
	background-image: url(../imgs/qygwapp/boxx.png);
	background-size: 100% 100%;
	padding-top: 24px;
	box-sizing: border-box;
}

.boxx_img{
	position: absolute;
	top: 115px;
	left: 27px;
	width:115px;
	height:203px;
	background: url(../imgs/qygwapp/036.png);
	background-size: 100% 100%;
}


/*--------------------------------------------------------------------*/

.boxc{
	padding-top: 32px;
}

.swiper-container{
	height: 300px;
}

.swiper-pagination-bullet{
	opacity:1 !important;
}

.swiper-pagination-bullet-active{
	width:15px !important;
	height:8px !important;
	border-radius:4px !important;
	background-color:#000000 !important;	
}

.boxc img{
	display: block;
	width: 108px;
	height: 233px;
	margin: 0 auto;
	margin-top: 13px;
}

.swiper-slide-active img{
	width: 120px;
	height: 259px;
	margin-top: 0px;
}

/*------------------------------------------------------*/

.float_btn{
	position: fixed;
	bottom: 0;
	z-index: 400;
	width: 100%;
	height: 64px;
	display: flex;
	justify-content: center;
}

.float_btn_box{
	text-decoration: none;
	width: 266px;
	height: 64px;
	background-image: url(../imgs/float_btn.png);
	background-size: 100% 100%;
	text-align: center;
	font-size:19px;
	color:rgba(255,255,255,1);
	line-height:48px;
}
