/* 面包屑 */
.bread {
	width: 100%;
	height: 60px;
	background-color: #ffffff;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
	font-family: SimSun;
}

.breadk {
	width: 1200px;
	height: 60px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.breadleft {
	width: 50%;
	display: flex;
	align-items: center;
}

.breadleft1 {
	margin-right: 8px;
	font-family: SimSun;
	font-size: 12px;
	letter-spacing: 0px;
	color: #858585;
}

.breadleft1 a:first-child {
	color: #858585 !important;
}

.breadleft1 a {
	color: #c93b3a;
}

.breadright {
	width: 35%;
	/* width: 50%; */
	display: flex;
	align-items: center;
}

.breadrightk {
	width: 100%;
	display: flex;
	align-items: center;
}

.breadrightk ul {
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	letter-spacing: 0px;
	color: #333333;
}

.breadrightk li:hover {
	color: #e40001;
}

.breadrightk a {
	display: block;
}

.sjbread {
	display: none;
}

.bread-active {
	color: #e40001;
}

@media (max-width: 1200px) {
	.bread {
		width: 100%;
		height: 60px;
		background-color: #ffffff;
		box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
		padding-left: 8px;
		padding-right: 8px;
	}

	.breadk {
		width: 100%;
		height: 60px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
}

@media (max-width: 767px) {
	.breadright {
		display: none;
	}

	.breadleft {
		width: 100%;
		display: flex;
		align-items: center;
	}

	.bread {
		width: 100%;
		height: 40px;
		background-color: #ffffff;
		box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
		padding-left: 8px;
		padding-right: 8px;
	}

	.breadk {
		width: 100%;
		height: 50px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}

	.sjbread {
		display: block;
		width: 100%;
		padding-left: 8px;
		padding-right: 8px;
		margin-top: 10px;
	}

	/* 面板 */
	.flipright {
		font-size: 17px;
		font-weight: bold;
	}

	#panel,
	#flip {
		padding: 8px;
		border: solid 1px #c3c3c3;
		display: flex;
		justify-content: space-between;
		font-size: 14px;
		border: 1px solid #eeeeee;
		color: #333333;
	}

	#panel {
		display: none;
		box-shadow: 0 2px 1px #eeeeee;
		background: #fefefe;
	}

	#panel ul li a {
		display: block;
		padding: 4px 15px;
	}
}
