/*回收项目*/
/*$$
{"color":[{"val":"#191919","title":"标题中文颜色"},{"val":"#b80000","title":"标题英文颜色+正文右侧标题"},{"val":"#000000","title":"正文"},{"val":"#ffffff","title":"查看详情"},{"val":"#030303","title":"列表小标题"},{"val":"#686868","title":"列表正文"}],"background":[{"val":"#ffffff","title":"整体底色"},{"val":"#b80000","title":"查看详情底色+标题横线"}],"border":[{"val":"#e60012","title":"标题框"},{"val":"#cccccc","title":"导航下边框"},{"val":"#b80000","title":"导航选中下边框"},{"val":"#cccccc","title":"列表边框"}]}
$$*/
#project_146 {
	width: 100%;
	padding: 50px 0;
}

#project_146 .indexTitle {
	width: 600px;
	margin: 0 auto;
}

#project_146 .indexTitleA {
	font-family: "SourceHanSansCN-Regular";
	display: block;
	width: 84%;
	margin: 0 auto;
	background: #ffffff;
	text-align: center;
	position: relative;
	z-index: 9;
	height: 64px;
}

#project_146 .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;
}
#project_146 .indexTitleA .cn{
	font-size: 50px;
	line-height: 64px;
	color: #191919;
	display: inline-block;
}
#project_146 .indexLine {
	width: 100%;
	height: 46px;
	border: #e60012 solid 2px;
	margin-top: -32px;
}

#project_146 .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;
}

#project_146 .projectBody {
	width: 100%;
	padding: 40px 0 20px 0;
}

#project_146 .projectNav {
	width: 100%;
	border-bottom: #cccccc solid 1px;
}

#project_146 .projectNav ul {
	width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
	height: auto;
	overflow-y: auto;
	zoom: 1;
}

#project_146 .projectNav ul li {
	font-family: "SourceHanSansSC-Light";
	font-size: 20px;
	line-height: 50px;
	color: #030303;
	margin-bottom: 2px;
	padding-bottom: 15px;
	padding: 0 30px;
	float: left;
}
#project_146 .projectNav ul li a {
	color: #030303;
	display: block;
	width: 100%;
	cursor: pointer;
	height: 100%;
	position: relative;
}

#project_146 .projectNav ul li.click a::after{
	border-bottom: #b80000 2px solid;
	margin-bottom: 0;
	position: absolute;
	bottom: -2px;
	width: 100%;
	height: 1px;
	content: '';
	left: 0;
}

#project_146 .projectChar {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0 30px 0;
}

#project_146 .projectCharImg {
	width: 50%;
	float: left;
	overflow: hidden;
	height: 320px;
}
#project_146 .projectCharImg:hover img{
	transform: scale(1.1);
}
#project_146 .projectCharImg img{
	width: 100%;
	object-fit: cover;
	height: 100%;
	transition: all .3s ease;
}
#project_146 .projectCharBody {
	padding: 60px 15px 35px 35px;
	box-sizing: border-box;
	float: left;
	width: 50%;
}

#project_146 .projectCharBody .projectCharBodyTit {
	font-family: "SourceHanSansCN-Bold";
	font-size: 30px;
	line-height: 40px;
	color: #b80000;
}

#project_146 .projectCharBodyLine {
	width: 66px;
	height: 2px;
	background: #b80000;
	margin-top: 10px;
}

#project_146 .projectCharBody p {
	margin-top: 25px;
	font-family: "SourceHanSansSC-Light";
	font-size: 16px;
	line-height: 27px;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
}

#project_146 .productCharBodyMore {
	width: 20%;
	background: #b80000;
	font-family: "SourceHanSansSC-Regular";
	font-size: 15px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	margin-top: 40px;
}
#project_146 .productCharBodyMore a{
	color: #ffffff;
}
#project_146 .projectList {
	width: 1200px;
	margin: 0 auto;
}

#project_146 .projectList ul {
	width: 100%;
}

#project_146 .projectList ul li {
	float: left;
	margin: 0 5px;
	width: calc(25% - 10px);
	border: #cccccc solid 1px;
	box-sizing: border-box;
	padding-bottom: 20px;
	overflow: hidden
}
#project_146 .projectList ul li:hover{
	background: #b80000;

}
#project_146 .projectList ul li .itemImg{
	width: 100%;
	overflow: hidden;
	height: 200px;
}
#project_146 .projectList ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;


}
#project_146 .projectList ul li:hover img{
	transform: scale(1.1);
}
#project_146 .projectListTit {
	font-family: "SourceHanSansSC-Light";
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #030303;
	padding: 0 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
#project_146 .projectList ul li:hover .projectListTit,#project_146 .projectList ul li:hover .projectListChar{
	color: #ffffff;
}
#project_146 .projectListChar {
	font-family: "SourceHanSansSC-Light";
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding: 0 40px;
	box-sizing: border-box;
	margin: 0 auto;
	color: #686868;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
#project_146 .caseSwiper {
	width: 100%;
	padding: 0 5%;
	position: relative;
	display: none;
}

#project_146 .caseSwiper .swiper {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#project_146 .caseSwiper .swiper-slide {
	cursor: pointer;
	color: #030303;
	text-align: center;
	height: 40px;
	line-height: 40px;
	position: relative;
	font-size: 14px;
	font-weight: bold;
}
#project_146 .caseSwiper .swiper-slide a{
	color: #030303;
}
#project_146 .caseSwiper .swiper-slide.click::after{
	position: absolute;
	width: 80%;
	left:10%;
	bottom: 0;
	height: 1px;
	background: #b80000;
	content: '';
}
#project_146 .case-prev,
#project_146 .case-next {
	position: absolute;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 36px;
	font-size: 34px;
	text-align: center;
	color: #b80000;
	cursor: pointer;
	top: 50%;
	margin-top: -20px;
	z-index: 999;
	
}

#project_146 .case-prev {
	left: 0;
	padding-right: 2px;
}

#project_146 .case-next {
	right: 0;
	padding-left: 2px;
}

@media screen and (max-width:1200px) {
	#project_146 .projectNav ul{
		width: 96%;
	}
	#project_146 .projectChar{
		width: 100%;
	}
	#project_146 .projectCharBody{
		padding:0 15px 0 25px;
	}
	#project_146 .projectCharBody p{
		margin-top: 0;
	}
	#project_146 .projectList{
		width: 100%;
	}
	#project_146 .projectList ul li .itemImg{
		height: 150px;
	}
}
/* ipad */
@media screen and (max-width:992px){
	#project_146{
		padding: 20px 0;
	}
	#project_146 .projectCharBody .projectCharBodyTit{
		font-size: 24px;
	}
	#project_146 .projectCharBody p{
		margin-top: 10px;
	}
	#project_146 .indexTitle {
		width:90%;
	}
	#project_146 .projectNav ul{
		width: 96%;
	}
	#project_146 .projectChar{
		width: 100%;
	}
	#project_146 .projectCharBody{
		padding:0 15px 0 25px;
	}
	#project_146 .projectCharBody p{
		margin-top: 0;
	}
	#project_146 .productCharBodyMore{
		width: 25%;
	}
	#project_146 .projectList{
		width: 100%;
	}
	#project_146 .projectList ul li .itemImg{
		height: 130px;
	}
}
/* 手机 */
@media screen and (max-width: 767px) {
	#project_146 .indexTitle {
		width:90%;
	}
	#project_146 .projectNav ul{
		width: 96%;
	}
	#project_146 .indexTitleA .cn{
		font-size: 28px;
	}
	#project_146 .indexTitleA .en{
		font-size: 30px;
	}
	#project_146 .projectChar{
		width: 100%;
	}
	#project_146 .projectCharImg{
		width: 100%;
		float: none;
		height: 250px;
		margin-bottom: 20px;
		overflow: hidden;
	}
	#project_146 .projectCharImg img{
		width: 100%;
		
	}
	
	#project_146 .projectCharBody{
		width: 100%;
		float: none;
	}
	#project_146 .productCharBodyMore{
		width: 35%;
	}
	#project_146 .projectList{
		width: 100%;
	}
	#project_146 .projectList ul li{
		width: calc(50% - 10px);	
		margin-bottom: 10px;
	}
	#project_146 .projectList ul li .itemImg{
		height: 130px;
	}
	
	#project_146 .projectBody {
		padding: 20px 0 20px 0;
	}
	#project_146 .projectList ul li{
		padding-bottom: 0;
	}
	#project_146 .projectCharBody p{
		margin-top: 15px;
		-webkit-line-clamp: 2;
		max-height: 56px;
	}
	#project_146 .projectChar{
		padding: 0px 0 20px 0;
	}
	#project_146 .projectCharBody .projectCharBodyTit{
		font-size: 20px;
	}
	#project_146 .projectCharBodyLine{
		margin-top: 0;
	}
	#project_146 .productCharBodyMore{
		margin-top: 20px;
	}
	#project_146 .caseSwiper{
		display: block;
	}
	#project_146 .projectNav{
		display: none;
	}
	#project_146 .indexLine{
		height: 36px;
	}
	#project_146 .indexTitleA{
		height: 30px;
		margin-bottom: 20px;
	}
	#project_146 .indexTitleA .en,#project_146 .indexTitleA .cn{
		line-height: 40px;
	}
}