body {
	background-color: #f5f5f5;
}

.total-header {
	position: inherit !important;
}

.me-text-color ul {
	color: #585858 !important;
}

.me-banner-width {
	height: 479px;
	background-color: #f5f5f5;
}

.me-banner-width img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.me-position {
	background-color: #ffffff;
	padding-top: 14px;
	padding-bottom: 14px;
}

.me-case {
	flex-wrap: wrap;
	margin-top: 56px !important;
	margin-bottom: 56px !important;
}

.me-case-cell {
	height: 432px;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 20px;
}

.me-case-img {
	display: inline-block;
	width: 100%;
	height: 310px;
	overflow: hidden;
}

.me-case-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.me-case-cell p:nth-child(2) {
	padding-left: 10px;
	padding-right: 10px;
	color: #252525;
	font-size: 0.875rem;
	padding-top: 10px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	line-clamp: 2 ;
	-webkit-line-clamp:2;
	overflow:hidden;
	text-overflow: ellipsis ;
}

.me-case-cell p:nth-child(3) {
	font-size: 0.875rem;
	color: #9d9d9d;
	padding-top: 10px;
}

.me-case-cell p:nth-child(4) {
	font-size: 0.875rem;
	color: #9d9d9d;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(25, 25, 25, 0.1);
}


/* .me-page-up {
	margin-right: 10px;
}
 */
.me-page-down {
	margin-left: 10px;
}

.me-page-up,
.me-page-down {
	display: inline-block;
	width: 84px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #ffffff;
	border-radius: 3px;
	color: rgba(25, 25, 25, 0.54);
}

.me-page-con span {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #ffffff;
	border-radius: 3px;
	color: #a3a3a3;
	margin-left: 10px;
}

/* .me-page-con span:nth-child(1) {
	margin-left: 0px;
} */

.me-page {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px !important;
}

.me-page-default {
	background-color: #dbdbdb !important;
}

.me-page-active {
	background-color: #1aaaad !important;
	color: #ffffff !important;
}

.me-jt-btn {
	display: inline-block;
	width: 46px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #1aaaad;
	border-radius: 6px;
	text-align: center;
	color: #ffffff;
}

.me-time-a {
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.me-time-a span:nth-child(1) {
	font-size: 0.875rem;
	color: #999999;
}

.me-case-cell:hover {
	box-shadow: 1px 20px 30px rgba(25, 25, 25, 0.2);
}

.me-case-img img {
	transition: all 1s;
}

.me-case-cell:hover .me-case-img img {
	transform: scale(1.3);
}

.information-block {
	width: 32%;
	text-decoration: none;
	margin-right: 10px;
}
.information-block:nth-child(3n){
	margin-right: 0px;
}

@media screen and (max-width: 1200px) {
	.total-main {
		width: 94% !important;
	}
	
	.information-block{
		width: 32%;
	}

	.me-case-cell {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.me-case-cell{
		height: 392px;
	}

	.me-wrap-a {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 768px) {
	.total-header {
		position: absolute !important;
	}
	
	.information-block{
		width: 48%;
	}
	.information-block:nth-child(3n){
		margin-right: 10px;
	}
	.information-block:nth-child(2n){
		margin-right: 0px;
	}
	.me-case-img{
		height: 160px;
	}
	
	.me-case-cell{
		height: 240px;
	}
	
	.me-banner-width {
		height: 232px;
	}

	.total-phone {
		height: 232px;
	}

	.me-case-cell {
		width: 100%;
		margin-bottom: 20px;
	}
}