html,
body {
	background: #f8f8f8;
}

.detailBack {
	background: #fff;
}

.copyright {
	padding: 0px;
}

.case {
	padding-top: 1.7rem;
}

.case .caseTitle {
	width: 100%;
	height: 0.76rem;
	background-color: #ffffff;
	position: fixed;
	top: 0.89rem;
	left: 0rem;
	z-index: 99;
}

.case .caseTitle ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 0.84rem;
}

.case .caseTitle ul li {
	width: 50%;
	text-align: center;
}

.case .caseTitle ul li span {
	font-size: 0.29rem;
	color: #333333;
	position: relative;
	/* padding-right: 0.36rem; */
	display: block;
	width: 100%;
}

.case .caseTitle ul li span em {
	font-style: inherit;
	font-style: initial;
	position: relative;
	padding-right: 0.36rem;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 3rem;
	display: inline-block;
}

.case .caseTitle ul li span em:after {
	position: absolute;
	content: '';
	right: 0rem;
	top: 50%;
	margin-top: -0.03rem;
	width: 0;
	height: 0;
	border-right: 0.1rem solid transparent;
	border-left: 0.1rem solid transparent;
	border-top: 0.1rem solid #a9a9a9;
}

.case .caseTitle ul li span.active em {
	color: #fdac29;
}

.case .caseTitle ul li span.active em:after {
	border-top: 0.1rem solid #fdac29;
}

.case .zhezhaoproduct {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 1.6rem;
	left: 0px;
	background: rgba(0, 0, 0, 0.2);
	z-index: 9;
	display: none;
}

.case .productClass {
	position: fixed;
	width: 100%;
	top: 1.6rem;
	left: 0px;
	background: #fff;
	z-index: 9;
	padding: 0.29rem 0.29rem 0.1rem;
	box-sizing: border-box;
	border-top: 1px solid #fdf9f9;
	display: none;
}

.case .productClass a {
	width: 31%;
	height: 0.7rem;
	line-height: 0.7rem;
	background-color: #e8e8e8;
	border-radius: 0.07rem;
	float: left;
	display: block;
	margin-right: 3%;
	margin-bottom: 0.18rem;
	font-family: NotoSansCJKsc-Regular;
	font-size: 0.25rem;
	color: #333333;
}

.case .productClass a:nth-child(3n+3) {
	margin-right: 0rem;
}

.case .productClass a.active {
	background-color: #fdac29;
	color: #fff;
}

.case .caseList {
	padding: 0.2rem 0.24rem 0.3rem;
}

.case .caseList ul {}

.case .caseList ul li {
	background: #fff;
	border-radius: 0.21rem;
	margin-bottom: 0.2rem;
	padding: 0.21rem;
	box-sizing: border-box;
}

.case .caseList ul li a {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.case .caseList ul li .imgBox {
	width: 2.12rem;
	height: 2.12rem;
	background-color: #fff1da;
	border-radius: 0.1rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 0.2rem;
	overflow: hidden;
}

.case .caseList ul li .imgBox:after {
	position: absolute;
	content: '';
	left: 0rem;
	top: 0rem;
	/* margin-top: -0.3rem; */
	width: 0;
	height: 0;
	border-right: 2.2rem solid transparent;
	border-bottom: 2.2rem solid transparent;
	border-top: 2.2rem solid #ffedcf;
}

.case .caseList ul li .imgBox img {
	width: 90%;
	height: 90%;
	display: block;
	position: relative;
	z-index: 9;
}

.case .caseList ul li .textBox {
	width: calc(100% - 2.32rem);
}

.case .caseList ul li .textBox h1 {
	font-family: NotoSansCJKsc-Regula;
	font-size: 0.28rem;
	line-height: 0.5rem;
	letter-spacing: 0.01rem;
	color: #333333;
	height: 1rem;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	line-clamp: 2;
}

.case .caseList ul li .textBox .textul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.14rem 0px 0rem;
	box-sizing: border-box;
}

.case .caseList ul li .textBox .textul .textLi {
	width: 50%;
	text-align: center;
	position: relative;
}

.case .caseList ul li .textBox .textul .textLi:first-child:after {
	position: absolute;
	content: '';
	width: 0.02rem;
	height: 0.56rem;
	background-color: #bdbdbd;
	right: 0rem;
	top: 50%;
	margin-top: -0.2rem;
}

.case .caseList ul li .textBox .textul .textLi span {
	font-family: NotoSansCJKsc-DemiLight;
	font-size: 0.28rem;
	line-height: 0.48rem;
	color: #333333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.case .caseList ul li .textBox .textul .textLi p {
	font-family: NotoSansCJKsc-DemiLight;
	font-size: 0.24rem;
	line-height: 0.4rem;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/*案例详情*/

.caseDetail {
	padding-top: 0.89rem;
	box-sizing: border-box;
}

.caseDetail .caseTitle {
	width: 100%;
	height: 3.04rem;
	background-color: #6f1a05;
	padding: 0.32rem 0.43rem 0.4rem 0.43rem;
	box-sizing: border-box;
}

.caseDetail .caseTitle h1 {
	font-family: NotoSansCJKsc-Bold;
	font-size: 0.32rem;
	line-height: 0.6rem;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.caseDetail .caseTitle ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.2rem 0rem;
	box-sizing: border-box;
}

.caseDetail .caseTitle ul li {
	width: 50%;
	text-align: center;
}

.caseDetail .caseTitle ul li span {
	font-family: NotoSansCJKsc-Regular;
	font-size: 0.28rem;
	line-height: 0.48rem;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 90%;
	display: block;
	margin: 0px auto;
}

.caseDetail .caseTitle ul li p {
	font-family: NotoSansCJKsc-Regular;
	font-size: 0.21rem;
	line-height: 0.48rem;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 90%;
	display: block;
	margin: 0px auto;
}

.caseDetail .caseNav {
	width: 100%;
	height: 1.18rem;
	background-color: #f8f8f8;
}

.caseDetail .caseNav ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.caseDetail .caseNav ul li {
	width: 25%;
	text-align: center;
	height: 1.18rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.caseDetail .caseNav ul li span {
	font-family: Roboto-Regular;
	font-size: 0.29rem;
	line-height: 0.4rem;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 90%;
	display: block;
	margin: 0px auto;
}

.caseDetail .caseNav ul li span em {
	font-style: inherit;
	font-style: initial;
	font-size: 0.12rem;
	margin-left: 0.02rem;
}

.caseDetail .caseNav ul li p {
	font-family: NotoSansCJKsc-Regular;
	font-size: 0.21rem;
	line-height: 0.4rem;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 90%;
	display: block;
	margin: 0px auto;
}

.caseMina {
	padding: 0.26rem 0.3rem;
	box-sizing: border-box;
}

.caseMina .caseMinaOne {
	overflow: hidden;
}

.caseMina .caseMinaOne img.imgLeft {
	width: 0.5rem;
	height: 0.4rem;
	display: block;
	float: left;
	margin: 0.2rem 0rem;
	box-sizing: border-box;
}

.caseMina .caseMinaOne img.imgRight {
	width: 0.5rem;
	height: 0.4rem;
	display: block;
	float: right;
	margin: 0.2rem 0rem;
	box-sizing: border-box;
}

.caseMina .caseMinaOne p {
	clear: both;
	font-family: NotoSansCJKsc-Regular;
	font-size: 0.24rem;
	line-height: 0.55rem;
	color: #333333;
	text-indent: 0.5rem;
}

.caseMina .caseMinaTwo {}

.caseMina .caseMinaTwo .title {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.26rem 0rem 0.3rem;
	box-sizing: border-box;
	overflow: hidden;
}

.caseMina .caseMinaTwo .title div {
	/* width: 2.05rem; */
	height: 0.6rem;
	line-height: 0.6rem;
	background-color: #6f1a05;
	display: block;
	text-align: center;
	font-family: NotoSansCJKsc-Bold;
	font-size: 0.24rem;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	letter-spacing: 0.02rem;
	display: flex;
	align-items: center;
}

.caseMina .caseMinaTwo .title div em {
	font-style: inherit;
	font-style: initial;
}

.caseMina .caseMinaTwo .title div:after {
	position: absolute;
	content: '';
	background: url(../img/case/case3.png) no-repeat;
	height: 0.6rem;
	line-height: 0.6rem;
	background-size: 100% 101%;
	width: 0.38rem;
	left: -0.37rem;
	bottom: 0rem;
}

.caseMina .caseMinaTwo .title div:before {
	position: absolute;
	content: '';
	background: url(../img/case/case4.png) no-repeat;
	height: 0.6rem;
	line-height: 0.6rem;
	background-size: 100% 103%;
	width: 0.38rem;
	right: -0.38rem;
	bottom: 0rem;
}

.caseMina .caseMinaTwo p {
	clear: both;
	font-family: NotoSansCJKsc-Regular;
	font-size: 0.24rem;
	line-height: 0.55rem;
	color: #333333;
	/* text-indent: 0.5rem; */
}

.caseMina .caseMinaTwo img {
	display: block;
	width: 80%;
	margin: 0.3rem auto;
}

.caseMina .caseMinaThree {
	padding-bottom: 0.14rem;
	box-sizing: border-box;
}

.caseMina .caseMinaThree .title {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.26rem 0rem 0.48rem;
	box-sizing: border-box;
}

.caseMina .caseMinaThree .title div {
	height: 0.6rem;
	line-height: 0.6rem;
	background-color: #6f1a05;
	display: block;
	text-align: center;
	font-family: NotoSansCJKsc-Bold;
	font-size: 0.24rem;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	letter-spacing: 0.02rem;
}

.caseMina .caseMinaThree .title div em {
	font-style: inherit;
	font-style: initial;
}

.caseMina .caseMinaThree .title div:after {
	position: absolute;
	content: '';
	background: url(../img/case/case3.png) no-repeat;
	height: 0.6rem;
	line-height: 0.6rem;
	background-size: 100% 101%;
	width: 0.38rem;
	left: -0.37rem;
}

.caseMina .caseMinaThree .title div:before {
	position: absolute;
	content: '';
	background: url(../img/case/case4.png) no-repeat;
	height: 0.6rem;
	line-height: 0.6rem;
	background-size: 100% 103%;
	width: 0.38rem;
	right: -0.38rem;
}

.caseMina .caseMinaThree .videoBox {}

.caseMina .caseMinaFour {
	overflow: hidden;
}

.caseMina .caseMinaFour .title {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.26rem 0rem 0.48rem;
	box-sizing: border-box;
}

.caseMina .caseMinaFour .title div {
	height: 0.6rem;
	line-height: 0.6rem;
	background-color: #6f1a05;
	display: block;
	text-align: center;
	font-family: NotoSansCJKsc-Bold;
	font-size: 0.24rem;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	letter-spacing: 0.02rem;
}

.caseMina .caseMinaFour .title div em {
	font-style: inherit;
	font-style: initial;
}

.caseMina .caseMinaFour .title div:after {
	position: absolute;
	content: '';
	background: url(../img/case/case3.png) no-repeat;
	height: 0.6rem;
	line-height: 0.6rem;
	background-size: 100% 101%;
	width: 0.38rem;
	left: -0.38rem;
}

.caseMina .caseMinaFour .title div:before {
	position: absolute;
	content: '';
	background: url(../img/case/case4.png) no-repeat;
	height: 0.6rem;
	line-height: 0.6rem;
	background-size: 100% 103%;
	width: 0.38rem;
	right: -0.36rem;
}

.caseMina .caseMinaFour ul {}

.caseMina .caseMinaFour ul li {
	width: 48.5%;
	float: left;
	margin-right: 3%;
	margin-bottom: 3%;
}

.caseMina .caseMinaFour ul li:nth-child(2n+2) {
	margin-right: 0px;
}

.caseMina .caseMinaFour ul li a {
	display: block;
}

.caseMina .caseMinaFour ul li a img {
	display: block;
	width: 100%;
	height: 100%;
}