.nav-son {
	display: none;
}

.nav-a,
.nav-span {
	width: 94px;
	text-align: center;
}

.nav-span {
	position: relative;
}

.nav-span .nav-ico {
	margin: left -7px;
}

.index-header-hover {
	width: auto;
	position: absolute;
	padding: 10px 12px;
	height: 48px;
	z-index: 3;
	margin: 0;
	box-shadow: 0px 5px 5px 0px rgba(147, 147, 147, 0.24);
	text-align: left;
	display: none;
	align-items: center;
	background: #07c160;
}

.head-nav .nav li:before {
	content: "";
	z-index: 2;
	width: 94px;
	height: 179px;
	border-radius: 4px;
	position: absolute;
	top: -36px;
	left: -17px;
	display: none;
}

.head-nav .nav li.before-visible:before {
	display: block;
}

.nav.index-header-hover:before {
	content: "";
	display: block;
	position: absolute;
	height: 28px;
	width: 30px;
	left: 0;
	bottom: 0;
}

.nav .index-header-hover a {
	float: left;
	margin-right: 10px;
	height: 24px;
	line-height: 24px;
	color: #f7f7f7;
	/* color: #3c3c3c; */
	margin-left: 0;
	position: relative;
	z-index: 2;
	width: 56px;
	text-align: center;
}

.nav .index-header-hover a:hover {
	cursor: pointer;
	color: #07c160;
	background: #f7f7f7;
	font-weight: bold;
}

.top-nav a {
	color: #333;
	font-size: 13px;
	padding: 3px 8px;
}

.top-nav a:hover {
	color: #07c160;
}

.top-nav-item .pop-up .pop-up-box .top-nav-map dl:nth-of-type(1) dt {
	color: #ff5400;
}

.top-nav-item .pop-up .pop-up-box .top-nav-map dl:nth-of-type(2) dt {
	color: #72c067;
}

.top-nav-item .pop-up .pop-up-box .top-nav-map dl:nth-of-type(3) dt {
	color: #de4f85;
}

.top-nav-item .pop-up .pop-up-box .top-nav-map dl:nth-of-type(4) dt {
	color: #72c067;
}

.top-nav-item .pop-up .pop-up-box .top-nav-map dl:nth-of-type(5) dt {
	color: #ffc600;
}

.top-nav-map dl:nth-of-type(1) .dh-box .dh-list dd a:hover {
	background: #ff5400;
	color: #fff;
	border-radius: 3px;
}

.top-nav-map dl:nth-of-type(2) .dh-box .dh-list dd a:hover {
	background: #72c067;
	color: #fff;
	border-radius: 3px;
}

.top-nav-map dl:nth-of-type(3) .dh-box .dh-list dd a:hover {
	background: #de4f85;
	color: #fff;
	border-radius: 3px;
}

.top-nav-map dl:nth-of-type(4) .dh-box .dh-list dd a:hover {
	background: #72c067;
	color: #fff;
	border-radius: 3px;
}

.top-nav-map dl:nth-of-type(5) .dh-box .dh-list dd a:hover {
	background: #ffc600;
	color: #fff;
	border-radius: 3px;
}

.top-nav-item .pop-up .pop-up-box .top-nav-map dl {
	height: 184px;
	display: flex;
	flex-direction: column;
}

.top-nav-item .pop-up .pop-up-box .top-nav-map dl dt {
	height: 26px;
	display: inline;
	/*overflow: hidden;*/
	font-size: 18px;
	float: left;

	font-weight: bold;
	margin-bottom: 3px;
}

.top-nav-map {
	width: 895px;
}

.top-nav-map dl {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.top-nav-map dl .dh-box {
	margin-top: 5px;
	display: flex;
	align-items: flex-start;
}

.top-nav-map dl .dh-box .dh-list:not(:first-of-type) {
	margin-left: 10px;
}

.top-nav-map dl.hlink {
	width: 100px;
}