img{
	width: 100%;
	display: block;
}
.logoBox:hover{
	background: white;
}
.navBox{
	width: 100%;
	padding-bottom: 0.4rem;
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.title{
	font-size: 0.5rem;
	color: #444444;
	margin: 2rem 0 0;
}
.caseListtext{
	font-size: 0.38rem;
	margin-bottom: 0.52rem;
	display: none;
}
#Nav{
	font-size: 0.2rem;
	color: #888888;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 0.1rem;
}
#Nav > div{
	margin-left: 0.2rem;
}
.main{
	width: 100%;
	padding: 0 7%;
	box-sizing: border-box;
}
.caseBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.case{
	width: 49.5%;
	/*display: flex;
	flex-direction: column;*/
}
.caseImg{
	/*cursor:pointer;*/
	width: 100%;
	display: block;
}
.caseImg:hover img{
	animation: image 500ms 1 forwards !important;
	-webkit-animation: image 500ms 1 forwards !important; /*Safari and Chrome*/
}
.caseTitle{
	font-size: 0.3rem;
	line-height: 1.3;
	color: #444444;
	padding: 0.18rem 0 0.2rem;
	flex: 1;
}
.caseMsg{
	/*cursor:pointer;*/
	font-size: 0.19rem;
	line-height: 2;
	color: #666666;
	margin-bottom: 1rem;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.more{
	text-align: center;
	color: #444444;
	width: 1.5rem;
	line-height: 2.5;
	font-size: 0.2rem;
	margin: 0 auto;
	display: none;
}
/*.btn{
	flex-shrink: 0;
}*/
.btnBox{
	width: 10rem;
	padding: 0 0.5rem;
	margin: 100px auto;
	font-size: 0.24rem;
	color: #666666;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/*.btn:nth-of-type(2){
	display: none;
}*/
.itemBox{
	display: flex;
	align-items: center;
}
.item{
	padding: 0.2rem;
	font-size: 0.2rem;
}
/*
#contact{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	display: none;
}

.contactMsgBox{
	width: 80%;
	background: white;
	padding: 0.5rem 1.5rem;
	border: 1px solid #444444;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.close{
	width: 0.4rem;
	position: absolute;
	top: 0.4rem;
	right: 0.4rem;
}

.contactMsgBox input{
	width: 100%;
	height: 0.4rem;
	line-height: 2;
	font-size: 0.19rem;
	margin-bottom: 0.7rem;
	padding: 0.05rem 0.1rem;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #e05a12;
	outline:none;
}
.border_y{
	border: 1px solid #e05a12 !important;
}

#describe{
	width: 100%;
	border: 1px solid #E05A12;
	outline: none;
	padding: 0.05rem 10rem;
	font-size: 0.19rem;
}
.CodeBox{
	display: flex;
	align-items: center;
	margin-top: 1.3rem;
	margin-bottom: 0.1rem;
}
.Code{
	width: 2.6rem;
	height: 0.46rem;
	line-height: 1.5;
	background: #E05A12;
	color: white;
	font-size: 0.3rem;
	text-align: center;
	margin-right: 0.1rem;
}
*/
/*.btn{
	width: 50px;
	padding: 0 20px;
	margin-left: 50px;
	cursor:pointer;
}*/


/*@media only screen and (min-width: 1401px) and (max-width: 1599px){
	.caseTitle{
		font-size: 26px;
		line-height: 30px;
		padding: 14px 0 15px;
	}
	.caseMsg{
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 80px;
		display:-webkit-box;
		-webkit-line-clamp:2;
		-webkit-box-orient:vertical;
		overflow:hidden;
	}
}*/

/*@media only screen and (min-width: 1201px) and (max-width: 1400px){
	.caseTitle{
		font-size: 22px;
		line-height: 30px;
		padding: 10px 0 12px;
	}
	.caseMsg{
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 60px;
		display:-webkit-box;
		-webkit-line-clamp:2;
		-webkit-box-orient:vertical;
		overflow:hidden;
	}
}*/


/*@media only screen and (min-width: 991px) and (max-width: 1200px) {
	.caseTitle{
		font-size: 18px;
		line-height: 26px;
		padding: 6px 0 10px;
	}
	.caseMsg{
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 40px;
		display:-webkit-box;
		-webkit-line-clamp:2;
		-webkit-box-orient:vertical;
		overflow:hidden;
	}
}*/


/*@media only screen and (min-width: 769px) and (max-width: 990px) {
	.caseTitle{
		font-size: 16px;
		line-height: 24px;
		padding: 6px 0 10px;
	}
	.caseMsg{
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 24px;
		display:-webkit-box;
		-webkit-line-clamp:2;
		-webkit-box-orient:vertical;
		overflow:hidden;
	}
}*/

@media only screen and (max-width: 768px) {
	.foot{
		margin-top: 0;
	}
	.main{
		padding: 0;
	}
	.navBox{
		padding: 0 20px 40px;
		display: block;
	}
	.title{
		font-size: 16px;
		margin: 50px 0 5px;
	}
	.caseListtext{
		display: block;
		font-size: 13px;
		color: #888888;
		line-height: 2;
		margin-bottom: 20px;
	}
	#Nav{
		font-size: 13px;
		color: #888888;
		padding: 0 20px;
		flex-wrap: wrap;
		justify-content: flex-start;
		box-sizing: border-box;
	}
	#Nav > div{
		padding: 0 12px;
		border-right: 1px solid #888888;
		margin: 20px 0 0;
	}
	#Nav > div:last-of-type{
		border: none;
	}
	.case{
		width: 100%;
	}
	.caseTitle{
		font-size: 16px;
		line-height: 24px;
		padding: 16px 20px 10px;
		box-sizing: border-box;
	}
	.caseMsg{
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 50px;
		padding: 0 20px;
		box-sizing: border-box;
		display:-webkit-box;
		-webkit-line-clamp:2;
		-webkit-box-orient:vertical;
		overflow:hidden;
	}
	.more{
		display: none;
	}
	.btnBox{
		padding: 0 20px;
		margin: 10px auto 30px;
		font-size: 12px;
		
	}
	.item{
		font-size: 12px
	}
}