.hjzf_other_154_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #fff;
	box-shadow: 0px 0px 8px 3px rgba(0,0,0,.1);
	position: relative;
	transform: translateY(-50%);
	z-index: 9;
}
.hjzf_other_154_wrapper li{
	flex: 0 0 25%;
	width: 25%;
}
.hjzf_other_154_wrapper li p{
	white-space: nowrap;
}
.hjzf_other_154_wrapper li a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #333;
	cursor: pointer;
	transition: all .5s;
	padding: 20px 0;
	position: relative;
}
.hjzf_other_154_wrapper li:not(:last-child) a:after{
	position: absolute;
	display: block;
	content:'';
	width: 1px;
	height: 20px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #ccc;
}
.hjzf_other_154_wrapper li:hover a:after{
	display: none;
}
.hjzf_other_154_wrapper li a span{
	margin-right: 20px;
	position: relative;
}
.hjzf_other_154_wrapper li:hover a,.hjzf_other_154_wrapper li.current a {
	color: #fff;
}
.hjzf_other_154_wrapper li:hover a span img.hover{
	opacity: 1;
	z-index: 99;
}
.hjzf_other_154_wrapper li:hover a span img.normal{
	opacity: 0;
}

/* add_by_tianma */
.other_154_fly{
	position:fixed;
	top:80px;
	left:50%;
	transform:translateX(-50%) !important;
	z-index: 1200;
    width: 85%;
}
@media(max-width: 767px) {
	.hjzf_other_154_wrapper{
		transform: translateY(0);
	}
	.hjzf_other_154_wrapper li{
		flex: 0 0 50%;
		width: 50%;
	}
	.hjzf_other_154_wrapper{
		margin-bottom: 30px;
	}
	.hjzf_other_154_wrapper li a{
		padding: 5px 0;
	}
}