/*$$
{"color":[{"val":"#333333","title":"主体文字颜色"},
{"val":"#ffffff","title":"按钮背景颜色"},
{"val":"#edf4ff","title":"英文栏目标题简写文字颜色"},
{"val":"#d5d5d5","title":"中文栏目标题中间斜线"},
{"val":"#0052cc","title":"鼠标滑过标题文字颜色"}],
"background":[{"val":"#ffa304","title":"按钮默认背景颜色"},
{"val":"#f6f6f6","title":"图片背景颜色"},
{"val":"#f3f3f3","title":"标题背景颜色"},
{"val":"#007eff","title":"标题右侧按钮背景颜色"}],
"border":[]}
$$*/
#case_157{
	width: 100%;
	padding: 50px 0;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
#case_157 .moreBtn{
	width: 200px;
	height: 52px;
	background: #ffa304 url(./../../../static/images/NP00057_02.png) no-repeat 103px center;
	border-radius: 5px;
	font-size: 16px;
	color: #ffffff;
	padding-left: 30px;
	right:0;
	top:95px;
	position: absolute;
	display: flex;
	align-items: center;
}
#case_157 .column{
	width: 100%;
	color: #333333;
}
#case_157 .tit-en{
	font-size: 12px;
	line-height: 70px;
	letter-spacing: 10px;
	position: relative;
}
#case_157 .tit-en i{
	position: relative;
	z-index: 10;
}
#case_157 .tit-en::after{
	position: absolute;
	content: attr(data);
	left: 0;
	font-size:92px;
	color: #edf4ff;
	font-family: 'Book Antiqua';
	font-style: italic;
	font-weight: bold;
}
#case_157 .tit-zh{
	font-size: 36px;
	line-height: 65px;
}
#case_157 .tit-zh i{
	padding-right: 30px;
	position: relative;
}
#case_157 .tit-zh i::after{
	position: absolute;
	right:0;
	width: 30px;
	content: '/';
	color: #d5d5d5;
	text-align: center;
	font-size: 24px;
	line-height: 42px;
	top:0;
}
#case_157 .tit-zh i:last-child::after{
	display: none;
}
#case_157 .caseList{
	width: calc(100% + 20px);
	display: grid;
	grid-template-columns: repeat(3,1fr);
	margin: 20px auto 0 -10px;
}
#case_157 .caseItem{
	height: auto;
	position: relative;
	margin: 15px 10px;
	position: relative;
	overflow: hidden;
	transition: all .8s;
}
#case_157 .caseItem:hover{
	margin-top: -10px;
}
#case_157 .caseItem .imgBox{
	width: 100%;
	background: #f6f6f6;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 15px;
}
#case_157 .caseItem .imgT{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
#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;
	display: flex;
	justify-content: space-between;
	line-height:40px;
	height: 40px;
}
#case_157 .caseItem .cont::before{
	position: absolute;
	right:0;
	width: 150px;
	height: 100%;
	background: #f3f3f3;
	top:0;
	content: '';
	border-radius: 30px;
	transition: all 1s;
}
#case_157 .caseItem:hover .cont::before{
	width: 100%;
}
#case_157 .caseItem .tit-1{
	font-size:16px;
	color:#333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	text-align: center;
	text-align: left;
	flex: 1;
	padding: 0 15px;
	transition: all .6s;
}
#case_157 .caseItem:hover .tit-1{
	width: calc(100% - 60px);
}
#case_157 .caseItem:hover .tit-1{
	color: #0052cc;
}
#case_157 .caseItem .more{
	width: 150px;
	height: 100%;
	padding-right: 40px;
	text-align: center;
	position: relative;
	text-align: center;
	color: #333333;
}
#case_157 .caseItem:hover .more{
	width: 60px;
}
#case_157 .caseItem:hover .more i{
	display: none;
}
#case_157 .cont .more::before{
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background:#007eff url(./../../../static/images/NP00057_01.png) no-repeat center center; 
	right:16px;
	top:8px;
	content: '';
}
@media screen and (max-width: 1200px){
	#case_157{
		width: calc(100% - 20px);
		margin: 0 10px;
	}
	#case_157 .moreBtn{
		right: 10px;
	}
}
@media screen and (max-width: 767px){
	#case_157{
		padding: 20px 0;
	}
	#case_157 .column{
		padding: 0 15px;
		margin-bottom: 70px;
	}
	#case_157 .tit-en{
		line-height: 50px;
	}
	#case_157 .tit-en::after{
		font-size: 60px;
	}
	#case_157 .tit-zh{
		font-size: 24px;
		line-height:40px;
	}
	#case_157 .tit-zh i::after{
		line-height: 30px;
	}
	#case_157 .moreBtn{
		width: 160px;
		height: 40px;
		font-size: 14px;
		top:130px;
		padding-left: 15px;
		background: #ffa304 url(./../../../static/images/NP00057_02.png) no-repeat 80px center;
	}
	#case_157 .caseList{
		grid-template-columns: repeat(2,1fr);
		padding: 0 5px;
	}
	#case_157 .caseItem{
		margin: 5px;
	}
	#case_157 .caseItem .cont{
		line-height: 30px;
		height: 30px;
	}
	#case_157 .caseItem .more{
		width: 30px;
		font-size: 12px;
		padding-right: 30px;
	}
	#case_157 .caseItem .cont::before{
		width: 100%;
	}
	#case_157 .cont .more::before{
		width: 18px;
		height: 18px;
		right: 6px;
		top:6px;
	}
	#case_157 .cont .more i{
		display: none;
	}
	#case_157 .caseItem .tit-1{
		padding: 0 5px;
		font-size: 14px;
	}
}