
body{
	background: #FFFFFF;
}

.banner{
	width: 100%;
	height: 314px;
}

.swiper-container{
	width: 100%;
	height: 100%;
}

.swiper-slide{
	background-size: 100% 100%;
}

.banner .swiper-pagination-bullet{
	background: #FFFFFF;
}

.banner .swiper-pagination-bullet-active{
	background: #FFFFFF;
}

/*---------------------------------------------------------------*/

.boxy{
	padding-top: 37px;
	padding-bottom: 20px;
}

.boxy_cen{
	width: 100%;
	height: 176px;
	margin-top: 15px;
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.08);
	border-top: 1px solid #F4F4F4;
	padding-left: 15px;
	box-sizing: border-box;
}

.boxy_cen_img{
	float: left;
	width: 188px;
	height: 146px;
	background-size: 100% 100%;
	margin-top: 15px;
}

.boxy_box{
	float: left;
	width: 150px;
}

.boxy_cen_line{
	width: 13px;
	height: 100%;
	float: left;
}

.boxy_cen_title{
	font-size: 20px;
	color: #222222;
	margin-top: 10px;
}

.boxy_cen_text{
	width: 145px;
	line-height:21px;
	font-size: 12px;
	color: #333333;
	margin-top: 12px;
}

.boxy_cen_btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width:86px;
	height:26px;
	background:rgba(0,204,0,1);
	border-radius:13px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 22px;
}

/*------------------------------------------------------*/
.title{
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	color: #222222;
}

.bg{
	width: 44px;
	height: 4px;
	background: #3EC52B;
	margin: 0 auto;
	margin-top: 17px;
}

/*----------------------------------------------------------*/


.boxe{
	padding-top: 38px;
	background: #F5F8F6;
}

.boxe_lists{
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	font-size: 14px;
	color: #2F2F2F;
	margin-top: 18px;
}

.boxe_lists div{
	border-radius:2px;
	padding: 7px 15px;
}

.boxe_lists_act{
	font-weight:bold;
	background:rgba(96,199,80,1);
	color:rgba(255,255,255,1);
}

.boxe_imgs{
	position: relative;
	width: 100%;
	height: 410px;
	margin-top: 10px;
}

.boxe_imgs div{
	position: absolute;
	top: 0;
	z-index: 1;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
}

/*-----------------------------------------------------*/

.boxs{
	padding-top: 45px;
}

.boxs .swiper-container{
	height: 270px;
}

.boxs .swiper-pagination-bullet{
	opacity:1 !important;
}

.boxs .swiper-pagination-bullet-active{
	width:15px !important;
	height:8px !important;
	border-radius:4px !important;
	background-color:#000000 !important;
}

.boxs img{
	display: block;
	width: 89px;
	height: 174px;
	margin: 0 auto;
	margin-top: 20px;
}

.boxs .swiper-slide-active img{
	width: 120px;
	height: 212px;
	margin-top: 0px;
	box-shadow:0px 1px 10px 0px rgba(191,191,191,0.5);
}

.swiper-slide-active .boxs_text{
	font-size: 14px;
}

.boxs_text{
	text-align: center;
	margin-top: 13px;
	color: #3A3A3A;
	font-size: 12px;
}


/*-----------------------------------------------------*/

.boxw{
	padding-top: 40px;
}

.boxw_img{
	width: 100%;
	height: 333px;
	background-image: url(../imgs/index/boxw_img.png);
	background-size: 100% 100%;
	margin-top: 26px;
}


/*----------------------------------------------------------*/

.boxl{
	padding-top: 50px;
}

.boxl_lists{
	overflow: hidden;
	margin-top: 20px;
}

.boxl_box{
	width: 50%;
	height: 157px;
	float: left;
}

.boxl_box_img{
	width: 55px;
	height: 63px;
	margin: 0 auto;
	background-image: url(../imgs/index/icon.png);
	background-size: 410px 63px;
}

.boxl_box_title{
	color: #333333;
	font-size: 15px;
	text-align: center;
	font-weight:800;
	margin-top: 15px;
}

.boxl_box_text{
	width: 140px;
	text-align: center;
	font-size: 11px;
	color: #999999;
	margin: 0 auto;
	margin-top: 10px;
	line-height: 18px;
}


/*-------------------------------------------------------------------*/

.boxq{
	padding-top: 35px;
}


/*---------------------------------------------------------------------*/

.boxb{
	padding-top: 35px;
	padding-bottom: 28px;
}

.boxb_img{
	width: 100%;
	height: 241px;
	margin-top: 15px;
	background-image: url(../imgs/index/boxb_img.png);
	background-size: 100% 100%;
}

/*--------------------------------------------------------------------------*/

.float_btn{
	display: block;
	text-decoration: none;
	width:100%;
	height:50px;
	background:rgba(102,204,51,1);
	position: fixed;
	bottom: 0px;
	z-index: 400;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
}
