/*$$
{"color":[{"val":"#333333","title":"主体文字颜色"},
{"val":"#f3f3f3","title":"英文栏目名字颜色"},
{"val":"#0052cc","title":"鼠标滑过文字颜色"},
{"val":"#666666","title":"副标题文字颜色"},
{"val":"#f6f6f6","title":"文章编号颜色"},
{"val":"#ffffff","title":"按钮默认文字颜色"}],
"background":[{"val":"#eeeeee","title":"标题边框"},
{"val":"#0052cc","title":"鼠标滑过背景颜色"},
{"val":"#666666","title":"标题下圆圈色块颜色"},
{"val":"#ffffff","title":"按钮默认背景颜色"}],
"border":[{"val":"#f6f6f6","title":"图片边框"},
{"val":"#0052cc","title":"按钮边框"}]}
$$*/
#case_157{
	width: 100%;
	padding: 50px 0 30px 0;
}
#case_157 .column{
	width: 100%;
	font-size: 36px;
	font-weight: 550;
	color: #333333;
	line-height:80px;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
#case_157 .column::after{
	position: absolute;
	left:50%;
	height: 3px;
	background:rgba(64, 100, 243, 1);
	width: 30px;
	content: '';
	bottom: 0;
	content: '';
	margin-left: -15px;
}
#case_157 .column span{
	position: relative;
	z-index: 100;
}
#case_157 .column i{
	font-size: 60px;
	color: #f3f3f3;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'Impact';
	top:-10px;
	width: 100%;
	text-align: center;
}
#case_157 .caseList{
	width: 100%;
	max-width: 1230px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	margin: 0 auto;
}
#case_157 .caseItem{
	height: auto;
	position: relative;
	margin: 30px 15px;
	position: relative;
	overflow: hidden;
}
#case_157 .caseItem::before,
#case_157 .caseItem::after{
	transition: all .8s;
	position: absolute;
	content: '';
}
#case_157 .caseItem::before{
	width: 0;
	height: 3px;
	background: rgba(64, 100, 243, 1);
	left: 0;
	bottom: 30px;
	z-index: 10;
}
#case_157 .caseItem:hover::before{
	width: 100%;
}
#case_157 .caseItem .imgT{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	border:#f6f6f6 solid 5px;
	border-radius: 20px;
	margin-bottom: 20px;
}
#case_157 .caseList .imgT .bg{
	width: 100%;
	height: auto;
}
#case_157 .caseItem .imgT .img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .8s;
	position: absolute;
	left: 0;
	top:0;
}
#case_157 .caseItem .imgT:hover .img{
	transform: scale(1.1);
}
#case_157 .caseItem .cont{
	width:100%;
	position: relative;
}
#case_157 .caseItem .cont::after,
#case_157 .caseItem .cont::before{
	position: absolute;
	content: '';
}
#case_157 .caseItem .cont::after{
	background: #eeeeee;
	bottom: 30px;
	width: 100%;
	height: 1px;
}
#case_157 .caseItem .cont::before{
	width: 8px;
	height:8px;
	background: #666666;
	border-radius: 50%;
	left: 50%;
	bottom:26px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	transition: all .8s;
}
#case_157 .caseItem:hover .cont::before{
	width: 18px;
	height: 18px;
	background: rgba(64, 100, 243, 1);
	bottom: 21px;
}
#case_157 .cont .tit-1{
	font-size:16px;
	color:#333333;
	line-height:36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	text-align: center;
}
#case_157 .caseItem:hover .tit-1{
	color: rgba(64, 100, 243, 1);
}
#case_157 .cont .tit-2{
	font-size:14px;
	color:#666666;
	line-height:24px;
	width: 100%;
	height:24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#case_157 .cont .num{
	font-size: 78px;
	font-family: 'DIN';
	text-align: center;
	color: #f6f6f6;
}
#case_157 .moreBtn{
	width: 170px;
	height: 50px;
	margin:10px auto 0;
	border-radius: 50px;
	background: linear-gradient(to bottom, #1f6de0, #0153cd);
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	position: relative;
	border:rgba(64, 100, 243, 1) solid 1px;
}
#case_157 .moreBtn::after{
	position: absolute;
	left: 50%;
	top:50%;
	width: 0;
	height: 0;
	background: #ffffff;
	content: '';
	transition: all .8s;
	border-radius: 30px;
}
#case_157 .moreBtn:hover::after{
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
}
#case_157 .moreBtn i{
	position: relative;
	z-index: 10;
}
#case_157 .moreBtn:hover i{
	color: rgba(64, 100, 243, 1);
}
@media screen and (max-width: 767px){
	#case_157{
		padding: 20px 0;
	}
	#case_157 .column{
		font-size: 24px;
		line-height: 60px;
		margin-bottom: 20px;
	}
	#case_157 .column i{
		font-size: 40px;
		top:-15px;
	}
	#case_157 .caseList{
		grid-template-columns: repeat(2,1fr);
		padding: 0 5px;
		height: 300px;
		overflow: hidden;
	}
	#case_157 .caseItem{
		margin: 5px;
		height: 300px;
	}
	#case_157 .caseItem .imgT{
		margin-bottom: 10px;
	}
	#case_157 .moreBtn{
		width: 150px;
		height: 40px;
	}
}