

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

.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: #FF833A;
	cursor: pointer;
	display: block;
	text-decoration: none;
}

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

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

.wzck_zhcy_box1_item{
	width: 180px;
	height: 260px;
	margin-right: 24px;
	border-radius: 0 0 5px 5px;
	/* box-shadow: 0px 2px 12px 0px rgba(55,63,68,0.1); */
	display: flex;
	flex-direction: column;
	align-items: center;
}

.wzck_zhcy_box1_item:last-child{
	margin: 0;
}

.wzck_zhcy_box1_item div{
	flex: 1;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

.wzck_zhcy_box2_list{
	margin-left: 120px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.wzck_zhcy_box2_item{
	width: 70px;
	text-align: center;
	margin-right: 60px;
	margin-bottom: 30px;
}

.wzck_zhcy_box2_item:nth-child(5n){
	margin-right: 0;
}

.wzck_zhcy_box2_item div{
	margin-top: 20px;
	font-size: 14px;
}
/* ------------------------------- */

.wzck_zhcy_box3_items{
	width: 100%;
	padding: 60px 0;
}

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

.wzck_zhcy_box3_title{
	margin-bottom: 10px;
	color: #333333;
	font-size: 36px;
	line-height: 48px;
}

.wzck_zhcy_box3_text{
	color: #666666;
	font-size: 20px;
	line-height: 40px;
}

.wzck_zhcy_box3_list{
	margin-top: 30px;
	display: flex;
	align-items: center;
}

.wzck_zhcy_box3_list_item{
	text-align: center;
	font-size: 16px;
	margin-right: 18px;
}

.wzck_zhcy_box3_list_item div{
	margin-top: 16px;
}

.wzck_zhcy_btn{
	width: 180px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	border-radius: 24px;
	background: #FF9260;
	font-size: 20px;
	color: #FFFFFF;
	margin-top: 30px;
}
/* ------------------------------- */
.wzck_zhcy_box3_s{
	height: 588px;
	background: url(imgs/box3/back.png);
	background-position: center;
}

.wzck_zhcy_box3_s_cen{
	width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
	color: #FFFFFF;
}

.wzck_zhcy_box3_s_title{
	width: 415px;
	font-size: 36px;
	line-height: 48px;
}

.wzck_zhcy_box3_s_text{
	width: 415px;
	margin-top: 20px;
	font-size: 20px;
	line-height: 40px;
	display: flex;
}

.wzck_zhcy_box3_s_text span{
	flex-shrink: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #F5C962;
	margin-top: 15px;
	margin-right: 10px;
}

.wzck_zhcy_box3_s_btn{
	width: 180px;
	height: 48px;
	text-align: center;
	font-size: 20px;
	line-height: 48px;
	background: #FF9260;
	border-radius: 24px;
	margin-top: 50px;
}

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

.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-around;
	padding-top: 50px;
}

.wzckIndex_gjhd_cen_act{
	display: flex;
}

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

.wzckIndex_gjhd_cen_box_text{
	text-align: center;
	font-size: 16px;
	color: #666666;
	margin-top: 20px;
}