.productListBox {
	background-color: #fafafa;
	padding: 80px 0;
}

.productBoxRtlt {
	display: flex;
	justify-content: space-between;
	align-items: start;
	width: 100%;
}

.contactUsBox {
	min-width: 280px;
	margin-right: 20px;
	position: sticky;
	top: 0;
	
}

.contactTit {
	width: 280px;
	height: 90px;
	font-size: 30px;
	color: #fff;
	line-height: 90px;
	font-weight: bold;
	text-indent: 34px;
	border-bottom: 5px solid #063eaa;
	background: url(../img/backgroundimage/listtle.jpg) no-repeat no-repeat center;

}

.contactCont {
	margin-top: 20px;
	padding: 20px 30px;
	background-color: #fff;
}
.casesLsPc{
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	background-color: #fff;
}
.casesLsPc .active{
	color:#063eaa ;
}
.casesLsPc .active span{
	border-left: 3px solid #063eaa;
}
.casesPcItem{
	height: 50px;
	line-height: 50px;
	background-color: #f6f6f6;
	color: #555;
	padding:0;
	margin-bottom: 10px;
}
.casesPcItem a{
	display: block;
	color:#555 ;
	transition: .3s;
}
.casesPcItem span{
	border-left: 3px solid #d2d2d2;
	padding-left: 20px;
	transition: .3s;
}
.casesPcItem a:hover{
	color: #063eaa;
}
.casesPcItem a:hover span{
	border-left: 3px solid #063eaa;
}

.contactCont .contItem {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}

.contactCont .contItem img {
	max-width: 60px;
}

.contactCont .contItem .contItemTxt {
	width: 150px;
	font-size: 14px;
	color: #555;
	line-height: 1.5;
}

.contactCont .contItem .contItemTxt .phoneNum {
	font-size: 18px;
	color: #555;
	font-weight: bold;
}

.caseList {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 20px;
	margin-top: 0px;
	/* margin-left: 20px; */
}
.caseList .casesItem {
	width: 100%;
	transition: .3s;
	margin-bottom: 20px;
}

.caseList .casesItem:hover {
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
}

.caseList .casesItem img {
	max-width: 100%;
	vertical-align: top;
}

.caseList .casesItem .casesTxt {
	background: #fff;
	padding: 24px 30px;
}

.caseList .casesItem .casesTxt h3 {
	font-size: 18px;
	line-height: 30px;
	height: 60px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eaeaea;

}

.caseList .casesItem .casesTxt h3 a {
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.caseList .casesItem .casesTxt>p {
	font-size: 14px;
	color: #555;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}



.casesLs span {
	width: 1px;
	border-right: 1px solid rgba(255, 255, 255, 0.6);
	line-height: 14px;
	height: 14px;
}

.casesLs .active a {
	color: #063eaa;
}
.hotNewBuy{
	padding-top: 0;
}
.contBtn{
	width: 100%;
	height: 46px;
	display: block;
	text-align: center;
	line-height: 46px;
	color: #fff;
	font-size: 18px;
	background: #063eaa;
	margin: 25px auto 0;
	border-radius: 50px;
}
.caseListBox{
	min-width: calc(100% - 300px);
}
.caseListBox .caseClsTit{
	width: 100%;
	 background: linear-gradient(to bottom right, #88c9fc 0%,#0d41a8  100%);
	/* margin-left: 20px; */
	display: flex;
	margin-bottom: 20px;
	align-items: center;
	
}
.caseListBox .caseClsTit img{
	width: 200px;
	padding: 10px;
}
.caseListBox .caseClsTit .caseCont{
	padding: 0 20px 20px 0;
}
.caseListBox .caseClsTit .caseCont h3{
	font-size: 20px;
	line-height: 1;
	color: #fff;
	margin: 20px 0;
}
.caseListBox .caseClsTit .caseCont p{
	font-size: 14px;
	color: #fff;
	line-height: 26px;
}

.previousNext {
	height: 60px;
	margin-top: 50px;
	background-color: #f6f6f6;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
}
.previousNext>a{
	width: 45%;
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #5a5a5a;
	transition: .3s;
}
.previousNext>a>p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.previousNext .casesNext{
	flex-direction: row-reverse;
}
.casesPrevious>div,
.casesNext>div{
	width: 20px;
}
.casesPrevious span{
	margin-right: 10px;
	display: block;
	content: "";
	height: 8px;
	width: 8px;
	border-color: #aaa;
	border-style: solid;
	border-width: 0 0 2px 2px;
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	transition: .3s;
}
.casesNext span{
	margin-left: 10px;
	display: block;
	content: "";
	height: 8px;
	width: 8px;
	border-color: #aaa;
	border-style: solid;
	border-width: 2px 2px 0 0 ;
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	transition: .3s;
}
.previousNext>a:hover{
	color: #063eaa;
}
.previousNext>a:hover span{
	border-color: #063eaa;
}
@media screen and (min-width:751px) and (max-width:1000px){
	.caseList{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width:750px) {
	.productListBox{
		padding: 48px 0;
	}
	.caseList {
		padding: 0 15px;
		box-sizing: border-box;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 10px;
		margin-top: 15px;
		margin-left: 0;
	}

	.caseList .casesItem {
		margin-bottom: 10px;
	}

	.caseList .casesItem .casesTxt {
		padding: 10px;
	}

	.caseList .casesItem .casesTxt h3 {
		font-size: 16px;
		line-height: 24px;
		height: 52px;
		margin-bottom: 10px;

	}

	.caseList .casesItem .casesTxt>p {
		font-size: 14px;
		color: #555;
		line-height: 20px;
		height: 40px;
	}
	.productBoxRtlt{
		display: block;
	}
	.casesLsBox{
		width: 100%;
		padding: 0 15px;
		padding-right: 60px;
		box-sizing: border-box;
		background-color: #fff;
		position: relative;
		/* transition: .3s; */

	}
	.casesLs {
		width: 100%;
		overflow: scroll;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.casesLs::-webkit-scrollbar{
		display: none;
	}
	.casesLs .casesItem {
		min-width: 20vw;
		max-width: 20vw;
		text-align: center;
		
	}
	
	.casesLs a {
		color: #555;
		font-size: 16px;
		line-height: 60px;
		transition: 0.3s;
		display: block;
		height: 60px;
	}
	.casesLs .active{
		color: #063eaa;
	}
	.moreCaseLS{
		padding:20px 15px ;
		
	}
	.moreCaseLS .casesLs{
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-column-gap: 10px;
	}
	.moreCaseLS .casesLs a{
		background-color: #f6f6f6;
		margin-bottom: 10px;
	}

	.showAllCaseLs{
		position: absolute;
		right: 6px;
		top: 0;
		margin: auto;
		z-index: 10;
		height: 60px;
		line-height: 60px;
		padding:0 15px;
		box-sizing: border-box;
		transition: .3s;
		color: #555;
	}
	.moreCaseLS .showAllCaseLs{
		position: unset;
		text-align: center;
	}
	.relatedRroduct{
		padding-bottom:0px;
	}
	.previousNext>a>p{
		font-size: 14px;
	}
	.previousNext>a{
		width: 45%;
	}
}