
body{
	background: #FFFFFF;
}
/* 314 */
.banner{
	width: 100%;
	height: 179px;
	/* padding-top:10px; */
	/* box-sizing: border-box; */
}

.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;
}
/* ------------------------ */
.wzckWap_index_box1{
	width: 375px;
	height: 78px;
	box-sizing: border-box;
	background: #FFFFFF;
	/* box-shadow: 0px 0px 8px 1px rgba(77,77,77,0.08); */
	border-bottom: 1px solid #F2F2F2;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wzckWap_index_box1_items{
	flex: 1;
	text-align: center;
	/* border-right: 1px solid #EEEEEE; */
}

.wzckWap_index_box1_items:last-child{
	border: none;
}

.wzckWap_index_box1_items div:last-child{
	margin-top: 10px;
	font-size: 12px;
	color: #666;
}
/*---------------------------------------------------------------*/

.wzckWap_index_box2{
	padding-top: 30px;
}
.wzckWap_index_box2_cen{
	padding: 25px 14px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.wzckWap_index_box2_items{
	width: 110px;
	height: 100px;
	padding: 12px;
	box-sizing: border-box;
	font-size: 13px;
	background: #FFFFFF;
	/* box-shadow: 0px 0px 6px 0px rgba(33,96,161,0.15); */
	border: 1px solid #F2F2F2;
	border-radius: 3px;
	margin-bottom: 8px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.wzckWap_index_box2_items img{
	width: 43px;
	height: 43px;
	margin-bottom: 6px;
}
/* .wzckWap_index_box2_items div:last-child{
	margin-top: 4px;
	font-size: 12px;
	line-height: 20px;
	color: #999;
	white-space: nowrap;
} */
/* ------------------------------- */
.yzxfbigbox{
	background-color:#FBFBFB;
	padding:30px 0 0;
	box-sizing: border-box;
}

.wzckWap_index_box3{
	padding: 25px 14px 0;
	box-sizing: border-box;
}

.wzckWap_index_box3 img{
	width: 100%;
	margin-bottom: 25px;
}

/* -----------智慧零售解决方案----------- */
.wzck_index_tem3{
	width: 100%;
	height: 665px;
	background-image: url(../imgs/index/tem3/bg.png);
	background-size: 100% 100%;
	background-position: center;
	padding: 30px 14px;
	box-sizing: border-box;
}

.wzck_index_tem3_view{
	width: 100%;
	height: 515px;
	margin: 0 auto;
	padding: 20px 0;
	box-sizing: border-box;
	border-radius: 3px;
	background-color: #1A1D29;
	margin-top: 25px;
}

.wzck_index_tem3_nav{
	width: 100%;
	padding: 0 14px;
	box-sizing: border-box;
	position: relative;
}

.wzck_index_tem3_shadow{
	width: 11px;
	height: 33px;
	background: #1A1D29;
	box-shadow: -3px 0px 4px 0px rgba(33,37,49,0.76);
	position: absolute;
	top: 0;
	right: 0;
}

.wzck_index_tem3_nav_cen{
	white-space: nowrap;
	overflow-x: scroll;
}

.wzck_index_tem3_nav_cen::-webkit-scrollbar{
	display: none;
}

.wzck_index_tem3_box{
	/* flex-shrink: 0; */
	height: 35px;
	text-align: center;
	line-height: 35px;
	padding: 0 5px;
	font-size: 14px;
	border-radius: 5px;
	color: #B0B0BB;
	display: inline-block;
	box-sizing: border-box;
	cursor: pointer;
}

.wzck_index_tem3_boxac{
	background: #1CBF57;
	color: #FFFFFF;
}

.wzck_index_tem3_cen{
	width: 100%;
	height: 460px;
	margin: 0 auto;
	display: none;
}

.wzck_index_tem3_cen_right{
	margin-top: 15px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.wzck_index_tem3_cen_right>img{
	flex-shrink: 0;
	width: 118px;
	height: 210px;
	margin-left: 6px;
	display: flex;
	align-items: center;
}

.wzck_index_tem3_cen_name{
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 10px;
	text-align: center;
}

.wzck_index_tem3_cen_text{
	padding: 0 18px;
	box-sizing: border-box;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 26px;
	margin-top: 10px;
}

.wzck_index_tem3_cen_nav{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.wzck_index_tem3_cen_nav_box{
	width: 33%;
	margin: 10px 0;
	text-align: center;
}

.wzck_index_tem3_cen_nav_box img{
	width: 28px;
	height: 28px;
}

.wzck_index_tem3_cen_nav_box_text{
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 9px;
}

.wzck_index_tem3_cen_bot{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

.wzck_index_tem3_btn1{
	width: 100px;
	height: 30px;
	border: 1px solid #32D56E;
	box-sizing: border-box;
	border-radius: 15px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #1CBF57;
	text-decoration: none;
}

.wzck_index_tem3_btn2{
	width: 100px;
	height: 30px;
	background: #1CBF57;
	border-radius: 15px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 15px;
}

.wzck_index_tem3_cen_box6{
	width: 274px;
	height: 210px;
	background: #FFFFFF;
	box-shadow: 0px 2px 9px 0px rgba(65, 93, 79, 0.11);
	border-radius: 4px;
	margin-bottom: 20px;
}

/* ---------------------- */

/* 媒体 */
.fwbztit{
	font-size:18px;
	color:#333;
	text-align: center;
	padding-top:30px;
}
.wzck_index_tem5_nav{
	width: 100%;
	padding: 25px 0 30px 14px;
	box-sizing: border-box;
	overflow-x: scroll;
	display: flex;
}
.wzck_index_tem5_nav::-webkit-scrollbar{
	display: none;
}
.wzck_index_tem5_cen{
}
.wzck_index_tem5_box{
	flex-shrink: 0;
	width: 128px;
	height: 199px;
	background: #FFFFFF;
	/* box-shadow: 0px 1px 10px 0px rgba(65,93,79,0.15); */
	border-radius: 4px;
	margin-right: 10px;
	padding: 20px;
	box-sizing: border-box;
}
.fwbzimg{
	width: 100%;
	height: 100%;
}
.wzck_index_tem5_box_i{
	width: 48px;
	height: 53px;
	margin: 0 auto;
	/* display: flex;
	align-items: center;
	justify-content: center; */
}

.wzck_index_tem5_box_line{
	width: 17px;
	height: 2px;
	background: #1CBF57;
	margin: 19px auto 0;
}

.wzck_index_tem5_box_title{
	text-align: center;
	font-size: 13px;
	color: #333333;
	margin-top: 13px;
}

.wzck_index_tem5_box_text{
	/* width: 90px; */
	margin: 0 auto;
	font-size: 10px;
	color: #666666;
	margin-top: 11px;
	line-height: 15px;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
}
.wzck_index_tem5_box_bot{
	display: flex;
	justify-content: center;
	margin-top:16px;
}

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

.wzckWap_index_box5{
	padding: 30px 0;
}

.wzckIndex_gjhd_nav{
	width: 100%;
	margin: 7px auto 0;
	padding: 0 14px;
	box-sizing: border-box;
}

.wzckIndex_gjhd_nav_cen{
	position: relative;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ECECEC;
}

.wzckIndex_gjhd_nav_box{
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	color: #333333;
	margin: 0 9px;
	cursor: pointer;
	white-space: nowrap;
}

.wzckIndex_gjhd_nav_boxac{
	color: #1CBF57;
}

.wzckIndex_gjhd_nav_bot{
	position: absolute;
	bottom: 0px;
	width: 44px;
	height: 2px;
	background-color: #32D56E;
	transition: all 500ms;
}

.wzckIndex_gjhd_cens{
	width: 100%;
	padding-top: 25px;
	overflow-x: scroll;
}

.wzckIndex_gjhd_cens::-webkit-scrollbar{
	display: none;
}

.wzckIndex_gjhd_cen{
	padding-left: 14px;
	box-sizing: border-box;
	margin: 0 auto;
	display: none;
	align-items: center;
	justify-content: space-between;
}

.wzckIndex_gjhd_cen_act{
	display: flex;
}

.wzckIndex_gjhd_cen_box{
	text-align: center;	
	margin-right: 7px;
}

.wzckIndex_gjhd_cen_box img{
	width: 134px;
	height: 235px;
	border-radius: 6px;
	/* box-shadow: 0px 2px 20px 0px rgba(65, 93, 79, 0.15); */
}

.wzckIndex_gjhd_cen_box_title{
	font-size: 12px;
	color: #333333;
	padding-top: 9px;
}

.wzck_index_btn{
	width: 130px;
	height: 35px;
	background: #1CBF57;
	border-radius: 18px;
	text-align: center;
	line-height: 35px;
	margin: 25px auto 0;
	font-size: 13px;
	color: #FFFFFF;
}

/* 商家支付 */
.wzckWap_index_box6{
	padding: 30px 14px;
	box-sizing: border-box;
	background: #F9F9F9;
}

.wzckWap_index_box6_tem1{
	width: 100%;
	height: 210px;
	margin-top: 25px;
	padding: 15px 20px;
	border-radius: 5px;
	border: 1px solid #00c055;
	box-sizing: border-box;
	background: #fff;
}

.wzckWap_index_box6_tem1_title{
	text-align: center;
}

.wzckWap_index_box6_tem1_lists{
	width: 100%;
	margin-top: 15px;
	display: flex;
	align-items: center;
}

.wzckWap_index_box6_tem1_lists>div{
	width: 50%;
	height: 140px;
	padding-left: 15px;
	box-sizing: border-box;
}

.wzckWap_index_box6_tem1_lists_right{
	padding-left: 35px!important;
	box-sizing: border-box;
	border-left: 1px solid #00c055;
}

.wzckWap_index_box6_tem1_lists_item{
	width: 130px;
	height: 45px;
	font-size: 12px;
	color: #666;
	line-height: 20px;
	position: relative;
}

.wzckWap_index_box6_tem1_lists_item::before{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #00c055;
	position: absolute;
	top: 7px;
	left: -10px;	
}

.wzckWap_index_box6_tem2{
	width: 100%;
	height: 140px;
	margin-top: 18px;
	padding: 14px 0;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #00c055;
	background: #FFFFFF;
}

.wzckWap_index_box6_tem2_cen{
	margin-bottom: 14px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.wzckWap_index_box6_tem2_items{
	flex: 1;
	text-align: center;
	font-size: 12px;
	color: #666666;
}

.wzckWap_index_box6_tem2_items img{
	width: 26px;
	height: 26px;
}

.wzckWap_index_box6_tem3{
	width: 100%;
	display: block;
	margin: 7px auto;
}

.wzckWap_index_box6_tem4{
	width: 100%;
	height: 148px;
	margin-top: 18px;
	padding: 14px 0;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #00c055;
	background: #FFFFFF;
}

.wzckWap_index_box6_tem4_cen{
	margin-bottom: 14px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.wzckWap_index_box6_tem4_items{
	flex: 1;
	text-align: center;
	font-size: 12px;
	color: #666666;
}

.wzckWap_index_box6_tem4_cen:last-child{
	padding: 0 25px;
	justify-content: center;
}

.wzckWap_index_box6_tem4_cen:last-child img{
	width: 32px;
	height: 32px;
}

.wzckWap_index_box6_tem4_items img{
	width: 26px;
	height: 26px;
}

.wzckWap_index_box6_btn{
	width: 130px;
	height: 35px;
	margin: 25px auto 0;
	text-align: center;
	line-height: 35px;
	font-size: 13px;
	color: #FFFFFF;
	background: #1CBF57;
	border-radius: 17px;
}

/* 媒体报道 */
.wzckWap_index_box10{
	padding: 30px 0;
}

.wzckWap_index_box10 .swiper-pagination-bullet{
	background: #1CBF57;
}

.wzckWap_index_box10 .swiper-pagination-bullet-active{
	background: #1CBF57;
}

.wzckWap_index_box10 .swiper-container{
	height: 270px;
}

.wzckWap_index_box10 .swiper-pagination{
	bottom: 0px!important;
}

.wzck_lbb_anli_box_cen{
	width: 321px;
	height: 223px;
	margin: 0 auto;
	padding: 6px;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #F3F3F7;
	/* box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.13); */
}

.wzck_lbb_anli_box_cen img{
	width: 309px;
	height: 125px;
}

.wzck_lbb_anli_box_cen_title{
	padding: 0 6px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 34px;
}

.wzck_lbb_anli_box_cen_text{
	padding: 0 4px;
	box-sizing: border-box;
	color: #999;
	font-size: 12px;
	line-height: 22px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 设置行数 */
	-webkit-box-orient: vertical;
}






.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;
}



.bg{
	width: 44px;
	height: 4px;
	background: #3EC52B;
	margin: 0 auto;
	margin-top: 17px;
}

/*----------------------------------------------------------*/


.boxe{
	padding-top: 38px;
	background: #fff;
}

.boxe_lists{
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	font-size: 14px;
	color: #999;
	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:#fff;
}

.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;
}

.swiper-slide{
	padding: 25px 15px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.swiper-slide-title{
	font-size: 20px;
	text-emphasis: none;
	color: #FFFFFF;
}

.swiper-slide-text{
	font-size: 13px;
	margin-top: 12px;
	line-height: 22px;
	color: #FFFFFF;
}

/*-----------------------------------------------------*/

.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: 30px 0;
}


/*---------------------------------------------------------------------*/

.boxb{
	padding-top: 30px;
}

.boxb_img{
	/* width: 352px; */
	/* height: 241px; */
	margin-top: 25px;
	padding:0 11px;
	box-sizing: border-box;
	/* background-image: url(../imgs/index/boxb_img.png);
	background-size: 100% 100%; */
}
.boxbhp_img{
	
}




/* 更多 */
.boxe_gdbox{
	/* padding:0px 60px 38px 60px;
	box-sizing: border-box; */
}
.gdimg{
	width:120px;
	height:65px;
	border-radius:7px ;
}
