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

.wzck_xcx_banner_cen{
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 20px;
}

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

.wzck_xcx_banner_text{
	font-size: 24px;
	color: #FFFFFF;
	line-height: 50px;
}

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

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

.wzck_anlis_cen{
	position: relative;
	width: 1200px;
	background: #FFFFFF;
	box-shadow: 0px 1px 13px 0px rgba(133, 140, 144, 0.41);
	border-radius: 7px;
	margin: 50px auto;
	padding: 35px;
	padding-bottom: 5px;
	box-sizing: border-box;
	overflow: hidden;
}

.wzck_anlis_cen_box{
	position: relative;
	float: left;
	width: 260px;
	height: 410px;
	background: #FFFFFF;
	border: 1px solid #F0F0F0;
	border-radius: 7px;
	box-sizing: border-box;
	margin-right: 30px;
	margin-bottom: 30px;
	padding-top: 37px;
	overflow: hidden;
}

.wzck_anlis_cen_box:nth-child(4n){
	margin-right: 0;
}

.wzck_anlis_cen_box_logo{
	width: 111px;
	height: 111px;
	margin: 0 auto;
}

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

.wzck_anlis_cen_box_lin{
	width: 30px;
	height: 4px;
	background: #FF824A;
	margin: 0 auto;
	margin-top: 10px;
}

.wzck_anlis_cen_box_text{
	width: 200px;
	margin: 0 auto;
	margin-top: 25px;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}

.wzck_anlis_cen_box:hover .wzck_anlis_cen_box_hover{
	display: block;
}

.wzck_anlis_cen_box_hover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: #FFFFFF;
	overflow: hidden;
	cursor: pointer;
}

.wzck_anlis_cen_box_hover_box{
	position: absolute;
	top: 0;
	z-index: 2;
	padding-top: 102px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: rgba(0,0,0,0.6);
}

.wzck_anlis_cen_box_hover_box_code{
	width: 140px;
	height: 140px;
	margin: 0 auto;
}

.wzck_anlis_cen_box_hover_box_text{
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 20px;
}

.wzck_anlis_btn{
	height: 50px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #333333;
}

.wzck_anlis_btn_text:hover{
	color: #18B263;
	cursor: pointer;
}

.wzck_anlis_bot{
	position: absolute;
	bottom: 0;
	left: 0;
	background: #FF8163;
	height: 80px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
}