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

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

.wzck_dsls_banner_cen{
	width: 1200px;
	height: 480px;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

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

.wzck_dsls_banner_text{
	font-size: 26px;
	color: #FFFFFF;
	line-height: 50px;
	margin-top: 10px;
}

.wzck_dsls_banner_btn{
	position: relative;
	width:190px;
	height:47px;
	background:rgba(255,255,255,1);
	border-radius:24px;
	margin-top: 30px;
	text-align: center;
	line-height: 47px;
	font-size: 22px;
	color: #0088FE;
	cursor: pointer;
	display: block;
	text-decoration: none;
}

/* ---------------- */
.wzck_ppgw_text{
	margin-top: 20px;
	text-align: center;
	font-size: 24px;
	color: #666666;
}

.wzck_ppgw_box2{
	background: url(imgs/box2/back.png);
	background-position: center;
}

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

.wzck_ppgw_box2_lists_item div{
	text-align: center;
	color: #666666;
	font-size: 14px;
	margin-top: 20px;
}
/* ------------------------ */
.wzck_ppgw_box3{
	width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wzck_ppgw_box3_items img{
	width: 366px;
	height: 392px;
}

.wzck_ppgw_box3_items div{
	margin-top: 30px;
	font-size: 14px;
	color: #666666;
	text-align: center;
}
/* --------------------- */
.wzck_ppgw_box4{
	width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.wzck_ppgw_box4_items{
	text-align: center;
	margin-right: 80px;
	margin-bottom: 40px;
}

.wzck_ppgw_box4_items:nth-child(6n){
	margin-right: 0;
}

/* --------------------- */
.wzck_dsls_box7{
	width: 100%;
	padding-top: 60px;
}

.wzck_dsls_box7_cen{
	width: 1200px;
	margin: 0 auto;
	background: #FFF;
	border-radius: 5px;
}

.wzck_dsls_box7_list{
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 3px 18px 0px rgba(3,30,54,0.04);
}

.wzck_dsls_box7_item{
	width: 28%;
	margin-bottom: 50px;
	color: #333333;
	display: flex;
	align-items: flex-end;
}

.wzck_dsls_box7_item>div{
	margin-left: -30px;
}

.wzck_dsls_box7_title{
	font-size: 16px;
	margin-bottom: 4px;
}

.wzck_dsls_box7_text{
	font-size: 12px;
}