a {
	color: #121212;
	text-decoration: none;
	cursor: pointer;font-size: 16px;
}
.bread_hzy {
	width: 100%;
	line-height: 70px;
	border-bottom: 1px solid #e5e5e5;
}
.bread_hzy_box {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.bread_hzy ul li {
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	padding: 0 5px;
	margin-left: 78px;
	color: #999;
	position: relative;
	border-bottom: 2px solid transparent;
	-webkit-transition: all 0.48s;
	-o-transition: all 0.48s;
	-moz-transition: all 0.48s;
	transition: all 0.48s;
}
.bread_hzy ul li::after {
	content: "";
	width: 1px;
	height: 20px;
	background: #d6d6d6;
	position: absolute;
	right: -39px;
	top: 40%;
}
.bread_hzy ul li:first-child {
	margin: 0;
}
.bread_hzy ul li:last-child::after {
	content: none;
}

.bread_hzy ul li a {
	display: block;color: #999;
}
.bread_hzy ul li a:hover {
    color: #0e6552
}

/* .two.bread_hzy ul li
{
	width: 50%;
} */

.bread_hzy_two {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.bread_hzy_two img { 
	width: 20px;
	margin-right: 15px;
}
.bread_hzy ul li.active,
.bread_hzy ul li:hover {

border-color: #0e6552;
}
@media(max-width:1680px) {

	.bread_hzy ul li {
		margin-left: 51px;
		padding-right: 0;
	}

	.bread_hzy ul li::after {
		right: -26px;
	}
}
@media(max-width:1486px) {


	.bread_hzy ul li {
		margin-left: 42px;
		padding: 0;
	}

	.bread_hzy ul li::after {
		right: -26px;
	}

}

@media(max-width:1368px) {

	.bread_hzy ul li {
		margin-left: 30px;
	}

	.bread_hzy ul li::after {
		right: -16px;
	}

}

@media(max-width:1280px) {
	.bread_hzy ul li {
		margin-left: 24px;
	}

	.bread_hzy ul li::after {
		right: -14px;
	}

	.bread_hzy ul li a,
	.bread_hzy_two {
		font-size: 12px;
	}

}

@media(max-width:1180px) {

}

@media(max-width:1024px) {

	.bread_hzy {
		line-height: 68px;
		background: #f8f8f8;
		border-bottom: 0;
	}

	.bread_hzy_two {
		display: none;
	}

	.bread_hzy .inner {
		width: 100%;
	}

	.bread_hzy_box ul {
		width: 100%;
		overflow: hidden;
	}

	.bread_hzy ul li {
		font-size: 14px;
		float: left;
		width: 33.33%;
		flex: inherit;
		border: 0;
		margin: 0;
		text-align: center;
		border-bottom: 1px solid #d6d6d6;
		border-right: 1px solid #d6d6d6;
	}

	.bread_hzy ul li::after {
		content: none;
	}
	.bread_hzy .active {
		background: #0e6552;
		/* border: 0; */
	}

	.bread_hzy .active a {
		color: #fff;
	}

	.bread_hzy_box ul.two li {
		width: 50%;
	}

}

@media(max-width:900px) {

}

@media(max-width:768px) {

	.bread_hzy {
		line-height: 58px;
	}

}

@media(max-width:680px) {

	.bread_hzy {
		line-height: 48px;
		border-bottom: 0;
	}

	.bread_hzy ul li {
		width: 50%;
		border: 0 !important;
		border-bottom: 1px solid #d6d6d6 !important;
	}

	.bread_hzy ul li:nth-child(2n-1) {
		border-right: 1px solid #d6d6d6 !important;
	}

	.bread_hzy ul li a {
		font-size: 13px;
	}
}