
.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;
	height: 480px;
	margin: 0 auto;
	box-sizing: border-box;
	/* padding-left: 20px; */
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.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: 0px auto;
	padding-bottom: 35px;
	box-sizing: border-box;
	overflow: hidden;
}

.wzck_anlis_cen_nav{
	width: 1200px;
	height: 84px;
	display: flex;
	align-items: center;
}

.wzck_anlis_cen_nav_left{
	text-align: right;
	padding-right: 15px;
	width: 80px;
	padding-top: 4px;
	box-sizing: border-box;
	font-size: 14px;
	color: #666666;
}

.wzck_anlis_cen_nav_right{
	width: 1120px;
	overflow: hidden;
}

.wzck_anlis_cen_nav_box{
	float: left;
	width: 90px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #333333;
	border-radius: 4px;
	margin: 0 15px 10px 0;
	cursor: pointer;
}

.wzck_anlis_cen_nav_box:nth-child(3n){
	margin-right: 0;
}

.wzck_anlis_cen_nav_box i {
	margin-left: 5px;
	-webkit-transition: all .5s;
}

.wzck_anlis_cen_nav_box:hover i {
	transform: rotate(180deg);
}

.wzck_anlis_cen_nav_boxac{
	background: #e5f9ee;
	color: #00c055;
}

.wzck_anlis_cen_box{
	position: relative;
	float: left;
	width: 277px;
	height: 440px;
	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:hover .wzck_anlis_cen_box_hover_box{
	display: block;
}

.wzck_anlis_cen_box_hover_box{
	display: none;
	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_cen_box_hover_box_btn{
	width: 100px;
	height: 30px;
	border-radius: 15px;
	background-color: #00c055;
	font-size: 13px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 100px;
}

.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{
	height: 50px;
	width: 370px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	margin:0 auto;
}
.wzck_anlis_bot_imgBox{
	width:58px;
	height:48px;
	border-radius:24px 0 0 24px;
	background:#FFD3C8;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wzck_anlis_bot_wod{
	display: flex;
	height:48px;
	border-radius: 0 24px 24px 0;
	background:#FF8163;
	justify-content: center;
	align-items: center;
	padding:0 10px;
	box-sizing: border-box;
}
.el-skeleton__image svg{
	display: none !important;
}