body {
	background: #f5f7fa;
}

.ttBx {
	width: 70px;
}

.itemNav {
	padding: 0 15px;
	cursor: pointer;
	margin-top: 15px;
}

.active {
	color: #3c78fc;
}

.companyEwmImg {
	top: 5px !important;
	right: 5px !important;
}

.ewm1content {
	top: 25px !important;
	right: 10px !important;
}


.consBx {
	width: 288px;
	margin-right: 16px;
	margin-bottom: 15px;
	padding: 5px;
	padding-bottom: 10px;
	transition: box-shadow 0.5s ease-in-out; /* 添加过渡效果 */
}

.consBx:nth-child(4n) {
	margin-right: 0;
}

.consBx:hover {
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
}

.conItem {
	width: 100%;
	height: 100%;
	display: block;
}
.tp:hover+.cn .tt {
	color: #3c78fc
}

.tt:hover {
	color: #3c78fc;
}

.conItemimg {
	width: 100%;
	height: 224px;
	border-radius: 4px;
}

.lable {
	height: 24px;
	padding: 0 6px;
	background: #f0f4ff;
	color: #637197;
	margin-left: 6px;
}

.lable:first-child {
	margin-left: 0;
}