/*回收案例*/
/*$$
{"color":[{"val":"#191919","title":"标题中文颜色"},{"val":"#b80000","title":"标题英文颜色+正文右侧标题"},{"val":"#ffffff","title":"图片悬浮字"}],"background":[{"val":"#ffffff","title":"整体底色"},{"val":"#db1425","title":"未选中分页器底色"}],"border":[{"val":"#e60012","title":"标题框"}]}
$$*/
#case_149 {
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
}

#case_149 .indexTitle {
	width: 600px;
	margin: 0 auto;
}
#case_149 .indexTitleA {
	font-family: "SourceHanSansCN-Regular";
	display: block;
	width: 84%;
	margin: 0 auto;
	background: #ffffff;
	text-align: center;
	position: relative;
	z-index: 9;
	height: 64px;
}

#case_149 .indexTitleA .en{
	font-family: "SourceHanSansSC-Heavy";
	font-size: 54px;
	line-height: 64px;
	color: #b80000;
	background: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 5px;
	display: inline-block;
}
#case_149 .indexTitleA .cn{
	font-size: 50px;
	line-height: 64px;
	color: #191919;
	display: inline-block;
}

#case_149 .indexLine {
	width: 100%;
	height: 46px;
	border: #e60012 solid 2px;
	margin-top: -32px;
}

#case_149 .indexTitleB {
	width: 82%;
	margin: 0 auto;
	font-family: "SourceHanSansSC-Light";
	font-size: 17px;
	text-align: center;
	line-height: 22px;
	color: #191919;
	background: #ffffff;
	margin-top: -11px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

#case_149 .caseBody {
	width: 100%;
	margin-top: 50px;
}

#case_149 .caseSwiper {
	float: left;
	width: 48.3%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	height: 443px;
}

#case_149 .caseSwiper .swiper {
	width: 100%;
}

#case_149 .caseSwiper .swiper-slide {
	width: 100%;
	position: relative;
	height: 443px;
}
#case_149 .caseSwiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
}

#case_149 .caseSwiper .swiper-slide:hover img{
	transform: scale(1.1);
}

#case_149 .caseSwiperChar {
	position: absolute;
	width: 100%;
	padding: 0 50px 0 25px;
	background: rgba(174, 1, 15, 0.8);
	bottom: 0;
	left: 0;
	font-family: "SourceHanSansSC-Light";
	color: #ffffff;
	line-height: 45px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

#case_149 .casePag {
	position: absolute;
	bottom: 3%;
	left: 100%;
	margin-left: -20%;
	z-index: 9999;
}

#case_149 .swiper-pagination-bullet {
	background: #db1425;
	width: 10px;
	height: 10px;
}

#case_149 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	background: #ffffff !important;
}

#case_149 .caseList {
	width: 50%;
	float: right;
}

#case_149 .caseList ul {
	width: 100%;
}

#case_149 .caseList ul li {
	width: calc(50% - 5px);
	margin: 0 2.5px;
	margin-bottom: 3px;
	float: left;
	position: relative;
	overflow: hidden;
	height: 220px;
}
#case_149 .caseList ul li img{
	transition: transform .3s ease;
}
#case_149 .caseList ul li:hover img{
	transform: scale(1.1);
}
#case_149 .caseList ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#case_149 .caseListTit {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	padding: 0 15px;
	line-height: 32px;
	font-family: "SourceHanSansSC-Light";
	font-size: 16px;
	color: #ffffff;
	background: rgba(104, 104, 104, 0.9);
	position: absolute;
	bottom: 0;
}

#case_149 .caseList ul li:hover .caseListTit {
	background: rgba(190, 0, 0, 0.9);
}

@media screen and (max-width:1200px) {
	#case_149{
		width: 100%;
	}
}
/* ipad */
@media screen and (max-width:992px){
	#case_149{
		width: 100%;
		padding: 30px 0;
	}
}
/* 手机 */
@media screen and (max-width: 767px) {
	#case_149{
		width: 100%;
		padding: 20px 0;
	}
	#case_149 .indexTitle{
		width: 90%;
	}
	#case_149 .indexTitleA .en{
		font-size: 30px;
	}
	#case_149 .indexTitleA .cn{
		font-size: 28px;
	}
	#case_149 .caseSwiper{
		float: none;
		width: 98%;
		margin: 0 auto;
	}
	#case_149 .caseList{
		float: none;
		width: 98%;
		margin: 0 auto;
		margin-top: 10px;
	}
	#case_149 .caseSwiper .swiper-slide{
		height: 240px;
		overflow: hidden;
	}
	#case_149 .indexLine{
		height: 36px;
	}
	#case_149 .indexTitleB{
		font-size: 14px;
	}
	#case_149 .indexLine{
		height: 36px;
	}
	#case_149 .indexTitleA{
		height: 30px;
		margin-bottom: 20px;
	}
	#case_149 .indexTitleA .en,#case_149 .indexTitleA .cn{
		line-height: 40px;
	}
	#case_149 .caseList ul li{
		height: 150px;
	}
	#case_149 .caseSwiper{
		height: 240px;
	}
}