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 {
	width: 48%;
	height: 450px;
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
	margin-right: 20px;
}

.me-case-cell:nth-child(2n) {
	margin-right: 0px;
}

.me-case-img {
	display: inline-block;
	width: 100%;
	height: 310px;
}

.me-case-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.me-case-cell p {
	padding-left: 14px;
	padding-right: 14px;
}

.me-case-cell p:nth-child(2) {
	color: #252525;
	font-size: 1.125rem;
	padding-top: 10px;
}

.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-case-tag {
	margin-top: 20px;
	margin-left: 14px;
}

.me-case-tag span {
	display: inline-block;
	width: 90px;
	height: 30px;
	line-height: 30px;
	border-radius: 60px;
	text-align: center;
	font-size: 0.75rem;
}

.me-case-tag span:nth-child(1) {
	background-color: #dbe8ea;
	color: #65a8b4;
}

.me-case-tag span:nth-child(2) {
	background-color: #dddbea;
	color: #6570b4;
}

.me-case-tag span:nth-child(3) {
	background-color: #eae3db;
	color: #b48e65;
}

.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-customer-line {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* 行业分类 */

.layuy-flex-style {
	display: flex;
	justify-content: left;
}

.class-nav {
	width: 30%;
	margin-top: 56px;
	margin-right: 34px;
	border-right: 1px solid rgba(58, 58, 58, 0.1);
}

.right-stories-list {
	width: 68%;
}

.title-class-hy {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}

.class-list-bg{
	padding-right: 30px;
}

.class-list-number{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	padding: 5px;
	cursor: pointer;
}

.number-style{
	display: inline-block;
	width: 54px;
	height: 32px;
	line-height: 32px;
	border: 1px solid rgba(25, 25, 25, 0.1);
	text-align: center;
	border-radius: 120px;
	font-size: 14px;
	color: #999999;
}

.title-size{
	font-size: 14px;
}

.active-color{
	background-color: rgba(25,25,25,0.1);
	font-weight: bold;
	border-radius: 60px;
	color:#252525 !important;
}
.active-color .number-style{
	color:#252525 !important;
}

.class-list-number:hover{
	background-color: rgba(25,25,25,0.1);
	border-radius: 60px;
	color:#252525 !important;
}

.search-tag span{
	display: inline-block;
	min-width: 64px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #ebebeb;
	background-color: rgba(25,25,25,0.01);
	border-radius: 50px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	color: rgba(25,25,25,0.64);
}

/* .class-nav{
	position: fixed;
	top: 0px;
} */

@media screen and (max-width: 1200px) {
	.me-wrap-a {
		flex-wrap: wrap;
	}

	.total-main {
		width: 94% !important;
	}

	.me-case-cell {
		width: 49%;
	}

	.me-case-cell {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 768px) {
	.total-header {
		position: absolute !important;
	}

	.me-banner-width {
		height: 232px;
	}

	.me-case-cell {
		width: 100%;
	}

	.total-phone {
		height: 232px;
	}

}