
.wzck_index_btn{
	width: 250px;
	height: 55px;
	background: #1CBF57;
	border-radius: 30px;
	text-align: center;
	line-height: 55px;
	margin: 0 auto;
	font-size: 24px;
	color: #FFFFFF;
	margin-top: 30px;
}

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

.wzck_banner{
	width:100%;
	height:480px;
	background-position: center;
	background-size: cover;
}

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

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

.wzck_banner_text{
	font-size: 24px;
	color: #FFFFFF;
	line-height: 45px;
	margin-top: 10px;
}

.wzck_banner_btn{
	position: relative;
	width:200px;
	height:50px;
	background:rgba(255,255,255,1);
	border-radius:24px;
	margin-top: 20px;
	text-align: center;
	line-height: 50px;
	font-size: 22px;
	color: #39be66;
	cursor: pointer;
	display: block;
	text-decoration: none;
}

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

.wzckIndex_ptData{
	width: 100%;
	height: 130px;
	/* box-shadow: 0px 0px 8px 2px rgba(77,77,77,0.06); */
	border-bottom: 1px solid #F2F2F2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wzckIndex_ptData_lin{
	width: 1px;
	height: 68px;
	background-color: #EEEEEE;
}

.wzckIndex_ptData_box{
	width: 280px;
	text-align: center;
}

.wzckIndex_ptData_box_title{
	font-size: 30px;
	line-height: 30px;
	color: #333333;
}

.wzckIndex_ptData_box_text{
	font-size: 18px;
	line-height: 18px;
	color: #333333;
	margin-top: 20px;
}

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

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

.wzck_index_tem1_box{
	width: 360px;
	height: 98px;
	background: #FFFFFF;
	/* box-shadow: 0px 0px 12px 0px rgba(33,96,161,0.15); */
	border-radius: 5px;
	display: flex;
	align-items: center;
	padding-left: 24px;
	box-sizing: border-box;
}

.wzck_index_tem1_i{
	margin-right: 24px;
}

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

.wzck_index_tem1_text{
	font-size: 14px;
	color: #999999;
	margin-top: 15px;
	line-height: 14px;
}

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

.wzck_index_tem2{
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}

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

.wzck_index_tem3{
	width: 100%;
	height: 860px;
	background-image: url(../imgs/index/tem3/bg.png);
	background-position: center;
	box-sizing: border-box;
}

.wzck_index_tem3_view{
	width: 1200px;
	height: 600px;
	margin: 0 auto;
	padding: 50px 70px;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.5);
	margin-top: 50px;
}

.wzck_index_tem3_nav{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wzck_index_tem3_box{
	width: 97px;
	height: 40px;
	font-size: 16px;
	color: #B0B0BB;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	cursor: pointer;
}

.wzck_index_tem3_boxac{
	width: 97px;
	height: 40px;
	background: #1CBF57;
	border-radius: 5px;
	color: #FFFFFF;
}

.wzck_index_tem3_cen{
	width: 100%;
	height: 460px;
	margin: 0 auto;
	display: none;
	align-items: center;
	margin-top: 28px;
}

.wzck_index_tem3_cen_right{
	width: 740px;
	margin-left: 50px;
}

.wzck_index_tem3_cen_name{
	font-size: 24px;
	color: #FFFFFF;
}

.wzck_index_tem3_cen_text{
	height: 110px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 38px;
	margin-top: 10px;
}

.wzck_index_tem3_cen_nav{
	width: 100%;
	padding: 30px 0 45px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wzck_index_tem3_cen_nav_box{
	text-align: center;
}

.wzck_index_tem3_cen_nav_box_text{
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 16px;
}

.wzck_index_tem3_cen_bot{
	display: flex;
	align-items: center;
	margin-top: 38px;
}

.wzck_index_tem3_btn1{
	width: 180px;
	height: 50px;
	/* background: #FFFFFF; */
	border: 1px solid #32D56E;
	box-sizing: border-box;
	border-radius: 25px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #1CBF57;
}

.wzck_index_tem3_btn2{
	width: 180px;
	height: 50px;
	background: #1CBF57;
	border-radius: 25px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #FFFFFF;
	margin-left: 30px;
}

.wzck_index_tem3_cen_box6{
	width: 274px;
	height: 210px;
	background: #FFFFFF;
	box-shadow: 0px 2px 9px 0px rgba(65, 93, 79, 0.11);
	border-radius: 4px;
	margin-bottom: 20px;
}
/* ------------------- */

.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 30px;
	cursor: pointer;
}

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

.wzckIndex_gjhd_nav_bot{
	position: absolute;
	bottom: 0px;
	width: 78px;
	height: 2px;
	background-color: #32D56E;
	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{
	border-radius: 6px;
	/* box-shadow: 0px 2px 20px 0px rgba(65, 93, 79, 0.15); */
}

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

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

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

.wzck_index_tem5_box{
	width: 215px;
	height: 300px;
	background: #FFFFFF;
	box-shadow: 0px 2px 20px 0px rgba(65, 93, 79, 0.03);
	border-radius: 7px;
	padding-top: 48px;
	box-sizing: border-box;
}

.wzck_index_tem5_box_i{
	width: 55px;
	height: 55px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wzck_index_tem5_box_title{
	text-align: center;
	font-size: 18px;
	color: #333333;
	margin-top: 60px;
}

.wzck_index_tem5_box_text{
	width: 110px;
	margin: 0 auto;
	font-size: 14px;
	color: #666666;
	margin-top: 20px;
	line-height: 25px;
	text-align: center;
}

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

.wzck_lbb_anli{
	/* background: #F7F7F7; */
	/* padding-top: 40px;
	padding-bottom: 70px; */
}

.wzck_lbb_anli_box{
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

.wzck_lbb_anli_box_cen{
	width: 600px;
	height: 380px;
	padding: 20px;
	box-sizing: border-box;
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #ECECEC;
	box-shadow: 0px 0px 8px 2px rgba(77,77,77,0.06);
	text-align: center;
}

.wzck_lbb_anli_box_cen_title{
	margin: 10px 0;
	font-size: 18px;
}

.wzck_lbb_anli_box_cen_text{
	/* padding: 0 20px; */
	padding: 0 13px;
	box-sizing: border-box;
	font-size: 14px;
	color: #666666;
	line-height: 27px;
}


.wzck_lbb_btn{
	width:250px;
	height:55px;
	background: #1CBF57;
	border-radius:28px;
	text-align: center;
	line-height: 55px;
	font-size: 20px;
	color: #FFFFFF;
	margin-top: 25px;
	cursor: pointer;
	display: block;
	text-decoration: none;
	margin: 0 auto;
}

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

.wzck_wxcb{
	padding-bottom: 40px;
}

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

.wzck_wxcb_nav_box{
	position: relative;
	width:284px;
	height:400px;
	background:rgba(255,255,255,1);
	border-radius:6px;
	overflow: hidden;
	-webkit-transition: all .5s;
	-webkit-transition-delay: .1s;
	cursor: pointer;
	display: block;
	text-decoration: none;
}

.wzck_wxcb_nav_box:hover{
	box-shadow:-5px 4px 20px 0px rgba(135,135,135,0.14);
	margin-top: -10px;
}

.wzck_wxcb_nav_box_btn:hover{
	color: #ff7011;
}

.wzck_wxcb_nav_box_btn:hover .wzck_wxcb_nav_box_btn_i{
	background: #ff7011;
}

.wzck_wxcb_nav_box_img{
	width: 100%;
	height: 180px;
	background-size: 100% 100%;
}

.wzck_wxcb_nav_box_title{
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 20px;
	color: #333333;
	/*font-weight: bold;*/
	padding-left: 20px;
}

.wzck_wxcb_nav_box_text{
	padding:0 20px;
	color: #999999;
	font-size: 16px;
	line-height: 27px;
}

.wzck_wxcb_nav_box_btn{
	width: 100%;
	position: absolute;
	bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #ff9019;
}

.wzck_wxcb_nav_box_btn_i{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ff9019;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
}

.wzck_wxcb_nav_box_btn_i i{
	color: #FFFFFF;
	font-size: 14px;
}

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

.wzck_jszc{
	width: 100%;
	/*height: 660px;*/
	background: #FFFFFF;
	padding-bottom: 50px;
}

.wzck_jszc_nav{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	margin-top: 25px;
}

.wzck_jszc_nav_img{
	width: 140px;
	height: 110px;
	background-size: 100% 100%;
	margin: 0 auto;
}

.wzck_jszc_nav_title{
	text-align: center;
	font-size: 18px;
	color: #999999;
}

/*------*/

.box5-nav{
	width: 1200px;
	height: 300px;
	margin: 0 auto;
	margin-top: 50px;
}

.box5-nav-cen{
	height: 300px;
	position: relative;
	overflow: hidden;
}

.box5-lists{
	position: absolute;
	top: 0;
	left: 0px;
	display:flex;
}

.box5-list{
	background-position: center;
	margin: 0 10px;
}

.box5-list img{
	height: 300px;
}


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

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

.wzck_fwkh_nav_box{
	width:386px;
	height:110px;
	background:rgba(255,255,255,1);
	display: flex;
	align-items: center;
}

.wzck_fwkh_nav_box_banner{
	width: 208px;
	height: 110px;
	background-size: 100% 100%;
	background-position: center;
	-webkit-transition: background-size .5s;
}

.wzck_fwkh_nav_box_banner:hover{
	background-size: 110% 110%;
}

.wzck_fwkh_nav_box_logo{
	width: 160px;
	height: 60px;
	background-size: 100% 100%;
	margin: 5px;
}

.wzck_fwkh_nav_box_title{
	padding-left: 20px;
	font-size: 16px;
	color: #666666;
	margin-top: 20px;
}

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

.wzck_sqsy{
	width: 100%;
	height: 316px;
	background-image: url(../imgs/index/sqsy-bg.png);
	background-position: center;
	margin-bottom: -1px;
}

.wzck_sqsy_title{
	font-size: 32px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding-top: 170px;
}

.wzck_sqsy_btn{
	width:181px;
	height:48px;
	border-radius:24px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 48px;
	font-size: 20px;
	background: #FFFFFF;
	color: rgba(23,179,97,1);
	margin: 0 auto;
	margin-top: 25px;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	text-decoration: none;
}

.wzck_sqsy_btn:hover{
	border:1px solid rgba(255,255,255,1);
	background: none;
	color: #FFFFFF;
}
