
.wzck_znbd_btn{
	width: 180px;
	height: 50px;
	background: #15AF5F;
	border-radius: 25px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 70px;
}

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

.wzck_xcx_banner{
	width:100%;
	height:480px;
	background-image: url(imgs/banner.png);
	background-position: center;
	margin-top: 70px;
}

.wzck_xcx_banner_cen{
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 20px;
}

.wzck_xcx_banner_title{
	font-size: 50px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 100px;
}

.wzck_xcx_banner_text{
	font-size: 24px;
	color: #FFFFFF;
	line-height: 50px;
}

.wzck_xcx_banner_btn{
	position: relative;
	width:159px;
	height:47px;
	background:rgba(255,255,255,1);
	border-radius:24px;
	margin-top: 20px;
	text-align: center;
	line-height: 47px;
	font-size: 22px;
	color: #17B362;
	cursor: pointer;
	display: block;
	text-decoration: none;
}

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

.wzck_znbd_tem1_nav{
	width: 1200px;
	margin: 0 auto;
	margin-top: 68px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wzck_znbd_tem1_text{
	font-size: 20px;
	color: #333333;
	
}

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

.wzck_znbd_tem2_nav{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

.wzck_znbd_tem2_box{
	width: 200px;
	text-align: center;
}

.wzck_znbd_tem2_box_i{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wzck_znbd_tem2_box_title{
	font-size: 16px;
	color: #333333;
	margin-top: 20px;
}

.wzck_znbd_tem2_box_text{
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
}