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

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

/* ---------------- */
.wzck_hdch_box2_items{
	padding: 60px 0 0;
	/* background: #F9F9F9; */
}

.wzck_hdch_box2_items:nth-child(2n){
	/* background: #FFFFFF; */
}

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

.wzck_hdch_box2_items_title{
	font-size: 32px;
	line-height: 48px;
}

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

.wzck_hdch_btn{
	width: 190px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	/* background: linear-gradient(0deg, #FF9A41, #FFA963, #FF763D); */
	background: linear-gradient(180deg, #FFA963, #FF9A41, #FF763D);
	border-radius: 25px;
	font-size: 22px;
	color: #FFFFFF;
	margin-top: 40px;
}
/* ------------------ */
.wzck_hdch_box2_s{
	width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
}

.wzck_hdch_box2_s_lists{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wzck_hdch_box2_s_lists_item{
	text-align: center;
}

.wzck_hdch_box2_s_lists_item div{
	margin-top: 20px;
	font-size: 16px;
}

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

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

.wzckIndex_gjhd_cen_act{
	display: flex;
}

.wzckIndex_gjhd_cen_box{
	text-align: center;	
}

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

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

.wzck_zhmp_box7_items{
	width: 278px;
	height: 386px;
	padding: 40px 20px;
	box-sizing: border-box;
	background: #FFFFFF;
	border-radius: 7px;
	/* box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1); */
	display: flex;
	flex-direction: column;
	align-items: center;
}

.wzck_zhmp_box7_title{
	font-size: 24px;
	margin: 30px 0 20px;
}

.wzck_zhmp_box7_text{
	font-size: 16px;
	line-height: 36px;
	color: #666666;
	text-align: center;
}