/*================ 客户案例 ====================*/
.anli_banner {
	padding-top: 1.3rem;
	width: 100%;
	height: 3.6rem;
	background: url('../images/case_banner_bg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.index_anli {
	padding: 0 .3rem 1rem;
}
.index_anli_list {
	margin-top: .2rem;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.index_anli_list .index_anli_item {
	width: 50%;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.index_anli_list .index_anli_item > img {
	width: 2.5rem;
	height: 2.5rem;
	margin-top: 1rem;
	margin-bottom: .3rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.index_anli_list .index_anli_item > span {
	font-size: .28rem;
	color: #333333;
}

/*案例 查看大图*/
.modalBox {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
.modal_bg {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, .8);
	z-index: 19;
}
.modal_content {
	width: 90%;
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 20;
}
.modal_content img {
	width: 100%;
}