body {
	background: #f5f7fa;
}


.searchBox {
	background: #ffffff;
	width: 800px;
	height: 60px;
	border: 1px solid #3c78fc;
	border-radius: 30px;
	box-shadow: 0 0 10px rgba(60, 120, 252, 0.5)
}

.search1 {
	width: 20px;
	height: 20px;
	margin: 20px;
}

.search_ipt_Box {
	width: 600px;
	height: 60px;
	display: block;
	border: none
}

.search_btn_Box {
	width: 86px;
	height: 44px;
	background: #3c78fc;
	border-radius: 22px;
}

.search_btn_Box:hover {
	background: #28A1FF;
	color: #ffffff;
}

.navsBx {
	height: 40px;
	padding: 0 20px;
	border-radius: 40px;
	margin-right: 10px;
	margin-top: 10px;
	background: #ffffff;
}
.navsBx:hover {
	background: #3c78fc;
	color: #ffffff;
}
.nactive {
	background: #3c78fc;
	color: #ffffff;
}

.tt:hover {
	color: #3c78fc;
}

.conItem:hover {
	background: #F2F8FE;
}

.ewm1content {
	top: 25px !important;
	right: 0px !important;
}

.conItem:last-child {
	border: none
}

.zhengce1Lable {
	padding: 1px 7px;
	border-radius: 2px;
	color: #3c78fc;
	border: 1px solid #3c78fc;
	margin-right: 5px;
}

.zhengce2Lable {
	padding: 1px 7px;
	border-radius: 2px;
	color: #3c78fc;
	background: #f0f4ff;
	border: 1px solid #f0f4ff;
	margin-right: 5px;
}


.compy:hover .t1t{
	color: #3c78fc;
}

.conItemimg {
	width: 120px;
	height: 96px;
	border-radius: 4px;
}

.pubIcon {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	margin-right: 8px;
}

.dianzai1Icon {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.collectIcon {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.copyIcon {
	width: 18px;
	height: 16px;
	margin-right: 5px;
}


.consBx {
	width: 288px;
	margin-right: 16px;
	margin-bottom: 15px;
	padding: 5px;
	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);
}

.conSupItem {
	width: 100%;
	height: 100%;
	display: block;
}


.conSupItemimg {
	width: 100%;
	height: 224px;
	border-radius: 4px;
}

.color {
	color: #ff7000;
}


.consCaseBx {
	width: 288px;
	margin-right: 16px;
	margin-bottom: 15px;
	padding: 5px;
	padding-bottom: 10px;
	transition: box-shadow 0.5s ease-in-out; /* 添加过渡效果 */
}

.consCaseBx:nth-child(4n) {
	margin-right: 0;
}

.consCaseBx:hover {
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
}

.conCaseItem {
	width: 100%;
	height: 100%;
	display: block;
}

.conCaseItemimg {
	width: 100%;
	height: 224px;
	border-radius: 4px;
}

.caselable {
	height: 24px;
	padding: 0 6px;
	background: #f0f4ff;
	color: #637197;
	margin-left: 6px;
}

.caselable:first-child {
	margin-left: 0;
}