

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

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

.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:159px;
	height:47px;
	background:rgba(255,255,255,1);
	border-radius:24px;
	margin-top: 30px;
	text-align: center;
	line-height: 47px;
	font-size: 22px;
	color: #3784F2;
	cursor: pointer;
	display: block;
	text-decoration: none;
}

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

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

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

.wzckDsls_box1_view{
	position: relative;
	width: 275px;
	height: 340px;
	background: #FFFFFF;
	/* box-shadow: 0px 2px 12px 0px rgba(55,63,68,0.15); */
	border-radius: 10px;
	padding: 30px 24px;
	box-sizing: border-box;
}

.wzckDsls_box1_view_title{
	font-size: 18px;
	line-height: 18px;
	color: #333333;
}

.wzckDsls_box1_view_text{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	margin-top: 19px;
}

.wzckDsls_box1_view_img{
	position: absolute;
	bottom: 30px;
}

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

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

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

.wzckDsls_box2_view{
	width: 370px;
	height: 215px;
	background: #FFFFFF;
	/* box-shadow: 0px 2px 12px 0px rgba(55,63,68,0.15); */
	border-radius: 7px;
	text-align: center;
	padding-top: 30px;
	box-sizing: border-box;
	margin-bottom: 40px;
}

.wzckDsls_box2_view_title{
	font-size: 18px;
	line-height: 18px;
	color: #333333;
	padding-top: 24px;
}

.wzckDsls_box2_view_text{
	font-size: 14px;
	line-height: 14px;
	color: #333333;
	padding-top: 19px;
}

.wzckDsls_box2_view_tps{
	font-size: 14px;
	line-height: 14px;
	color: #999999;
	padding-top: 12px;
}

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

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

.wzckIndex_gjhd_nav{
	position: relative;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	/* border-bottom: 1px solid #ECECEC; */
	margin-top: 50px;
}

.wzckIndex_gjhd_nav_box{
	width: 78px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #333333;
	margin: 0 100px;
	cursor: pointer;
}

.wzckIndex_gjhd_nav_boxac{
	width: 78px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #FF7F46;
	margin: 0 100px;
}

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

.wzckIndex_gjhd_cen{
	width: 1200px;
	margin: 0 auto;
	display: none;
	align-items: center;
	justify-content: space-between;
	padding-top: 40px;
}

.wzckIndex_gjhd_cen_act{
	display: flex;
}

.wzckIndex_gjhd_cen_box{
	text-align: center;	
}

.wzckIndex_gjhd_cen_box img{
	width: 266px;
}

.wzckIndex_gjhd_cen_box_title{
	font-size: 16px;
	line-height: 16px;
	color: #333333;
	padding-top: 30px;
}

/* ---------------------- */
.wzck_dsls_btn{
	width: 220px;
	height: 50px;
	background: #348BFF;
	border-radius: 25px;
	text-align: center;
	line-height: 50px;
	margin: 0 auto;
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 50px;
}

.wzck_dsls_box6{
	width: 1200px;
	margin: 50px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.wzck_dsls_box6_img{
	margin-right: 13px;
	margin-bottom: 13px;
}

.wzck_dsls_box6_img:nth-child(4n){
	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: 60px;
	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;
}