/*首页中间菜单*/
 .nav-bg {
    width: 100%;
    /*background: #000;*/
    display: flex;
    justify-content: center;
}
.box2025080717461777 {
    /*width: 760px;*/
    margin: 0 auto;
    /* background-color:#fff; */
    /*border-radius: 50px;*/
    display: inline-block;
}
.box2025080717461777 ul {

z-index:999;

display:flex;

justify-content: space-between;
}
.box2025080717461777 ul li {
    float: left;
    position: relative;
	margin-left: 25px;
}
.box2025080717461777 ul li a {
    font-size: 16px;
    font-weight: bold;
    /*height: 50px;*/
    padding: 10px 0px;
    /* line-height: 50px; */
    color: #000;
    display: block;
    text-align: center;
    /*margin: 3px;*/
}
.box2025080717461777 ul li:hover,.current_selected_BD{
    color: rgb(144, 170, 210);
    transition: 0.3s all;
    /*	background-color:#000;*/
    border-radius: 0px;
    border-bottom: 2px solid rgb(144, 170, 210);
}
.current_selected_BD{
	border-radius: 50px;
	/*background-color:#000;	*/
}
.mobile-nav {
    display: none;
}
.nav-bottom {
    display:none;
}
.box2025080717461777 ul li ul {
    /*box-shadow: 0px 5px 10px #aaa;*/
    /* width: 200px;*/
    display: none;
    background: #fafafa;
    position: absolute;
    top: 50px;
    left: 0px;
    border-radius: 0px;
    /* border-top: 1px solid rgb(144, 170, 210); */
}

.box2025080717461777 ul li ul li {
    clear: both;
    /* padding: 8px 0px; */
    margin-left: 0px;
    border-bottom: 1px solid #EAEAEA;
    /*    background: #fff;*/
}
.box2025080717461777 ul li ul li:first-child {
/*padding-top: 25px;*/
/*    background: #fff;*/
}
.box2025080717461777 ul li ul li:last-child {
/*padding-bottom: 25px;*/
/*    background: #fff;*/
}

.box2025080717461777 ul li ul li a {
    font-size: 16px;
    font-weight:normal;
    text-align: left;
    padding: 14px 10px;
    width: 170px;
    line-height: normal;
}
.box2025080717461777 ul li ul li a {
display: flex;
	justify-content: space-between;
}
.box2025080717461777 ul li ul li a:hover {background-color: #bdbaba;}


/*从第三级菜单开始,所有的子级菜单都相对偏移*/
.box2025080717461777 ul li ul ul{
	top:-1px;
	left:170px;
} 

/*END 首页中间菜单*/