/* 
 * header:  头部信息
 */
.hb-logo{
	/* width: 13.4375rem; */
	height: 70px;
}
.header-box {
	/* position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1; */
}

.hb-content-box {
	/* display: flex; */
	/* justify-content: space-between; */
	/* align-items: center; */
	/* width: 75%; */
	/* margin: 0 auto; */
	padding-bottom: 0.5rem;
}
/* header > sidebar > topNav: 顶部菜单 */
.topNav-ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 0.875rem;
	margin-top: 1.375rem;
}

.topNav-ul li,
.topNav-ul li a,
.topNav-ul li span{
	font-size: 16px;
	color: #666666;
}
.topNav-ul li a{
	margin: 0 1.3125rem;
}
.topNav-ul li a:hover{
	text-decoration: underline;
}
.nav-ul .nu-item{
	position: fixed;
	background: #ffffff;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: 1;
	width: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	/* margin-top: 1.1rem; */
	transition: 0.4s linear;
}
.nav-ul .nu-item li{
	display: none;
}
.top-menu-fixed .nav-ul li:hover .nu-item{
	width: auto;
	opacity: 1;
	left: 0;
	/* z-index: 10; */
}
.top-menu-fixed .nav-ul li:hover .nu-item li{
	display: block;
}
.nav-ul .nu-item li{
	padding: 24px 0;
}
/* 固定菜单导航 */
.top-menu-fixed{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #FFFFFF;
	transition: all 0.5;
	z-index: 11;
}
.top-menu-fixed .nav-ul li,
.top-menu-fixed .nav-ul li a{
	color: #333333;
}
.top-menu-fixed .nav-ul{
	/* border-color: #ebebeb; */
}
.nav-ul .activeLi{
	opacity: 1;
	font-weight: 700;
}
.top-menu-fixed .topNav-ul li{
	color: #666666;
}
/* header > sidebar > nav: 次要菜单 */
.nav-ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* border-top: 0.0625rem #FFFFFF solid;
	border-bottom: 0.0625rem #FFFFFF solid; */
}

.nav-ul li{
	margin: 0 1.3125rem;
	padding: 1.0625rem 0;
	font-size: 1.25rem;
	color: #FFFFFF;
}
.nav-ul li a{
	font-size: 20px;
	color: #FFFFFF;
}
.nav-ul .nu-item a{
	font-size: 16px;
	color: #FFFFFF;
}
.top-menu-fixed .nav-ul li{
	position: relative;
	height: 70px;
	box-sizing: border-box;
	line-height: 70px;
	padding: 0;
}
.top-menu-fixed 
.nav-ul li:hover>a{
	color: #259E3C;
}
.top-menu-fixed .nav-ul li::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    height: 2px;
    bottom: -0.0625rem;
    background: #259E3C;
    transition: 0.4s linear;
}
.top-menu-fixed .nav-ul li:hover::before{
	width: 100%;
	color: #259E3C;
	left: 0;
}

/* menu > mainNav: 主菜单 */
.menu_box {
	margin: 0;
	background-color: #FFFFFF;
	padding: 0;
}

.mainNav-box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.mainNav-item{
	padding: 1.25rem 2.4rem;
	font-size: 1rem;
	position: relative;
}

.mainNav-box .tn-active,
.mainNav-box .tn-active>a{
	background-color: #259E3C;
	color: #FFFFFF;
}
.mainNav-item:hover,
.mainNav-item:hover>a{
	background-color: #259E3C;
	color: #FFFFFF;
}
.mainNav-item ul{
	display: none;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	background: #ffffff;
}
.mainNav-item:hover ul{
	display: block;
}
.mainNav-item .active-item{
	display: block;
}
.mainNav-item ul li{
	border-bottom: 1px solid #E6E6E6;
}
.mainNav-item ul li:last-child{
	border: none;
}
.mainNav-item ul li a{
	display: inline-block;
	text-align: center;
	width: 100%;
	height: 56px;
	line-height: 56px;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
}
.mainNav-item ul li a:hover{
	color: #259E3C;
}
.sidebar .tmf-nav{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tmf-top-menu{
	padding-bottom: 0.875rem;
	padding-top: 1.375rem;
	border-bottom: 1px solid #E6E6E6;
}
body{
	padding-top: 120px;
}

.menu_box .edition-center{
	overflow: unset;
}