.bread_ten {
	margin-top: 200px;
}

.bread_ten .container {
	max-width: 1700px;
}

.bread_ten .bread_nav {
	line-height: 1.6;
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	font-size: 16px;
	flex-wrap: wrap;
}

.bread_ten .bread_nav img {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 16px;
	margin-right: 6px;
}

.bread_ten .bread_nav span {
	padding: 0 2px;
	font-weight: 500;
}

.bread_ten .bread_nav a {
	padding: 0 2px;
	font-weight: 500;
	transition: all 0.4s;
	color: inherit;
}

.bread_ten .bread_nav em {
	font-weight: 500;
	font-style: unset;
}

.bread_ten .bread_nav .current {
	padding: 0 2px;
	font-weight: 500;
}

@media only screen and (max-width: 1680px) {
	.bread_ten .container {
		max-width: 1440px;
	}
}

@media only screen and (max-width: 1440px) {
	.bread_ten .container {
		max-width: 1200px;
	}
}

@media only screen and (max-width: 1280px) {
	.bread_ten .container {
		max-width: 1140px;
	}
}

@media only screen and (max-width: 1140px) {
	.bread_ten .container {
		max-width: 1024px;
	}
}

@media only screen and (max-width: 1024px) {
	.bread_ten .container {
		max-width: 800px;
	}
}

@media only screen and (max-width: 768px) {
	.bread_ten .container {
		max-width: 720px;
	}
	.bread_ten .bread_nav {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 14px;
	}
	.bread_ten .bread_nav img {
		max-width: 14px;
		margin-right: 4px;
	}
}