/* 白色加粗字体透明导航 */
.white-bold-nav {
  background: transparent !important;
  font-family: 'Microsoft YaHei', 'SimHei', sans-serif;}

.nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;}

/* 一级菜单项 */
.nav-item {
  position: relative;
  background: transparent;}

/* 一级菜单链接 - 白色加粗字体 */
.nav-link {
  display: block;
  padding: 18px 25px;
  color: #ffffff !important; /* 白色字体 */
  text-decoration: none;
  font-size: 16px;
  font-weight: bold !important; /* 加粗字体 */
  white-space: nowrap;
  transition: all 0.3s ease;
  background: transparent;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.2);}

/* 移除外边框 */
.nav-list .nav-item:last-child .nav-link {
  border-right: none;}

/* 悬停效果 */
.nav-link:hover {
  color: #ffeb3b !important; /* 悬停时变为黄色 */
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);}

/* 当前选中项 */
.nav-item.active .nav-link {
  color: #ffeb3b !important; /* 激活时黄色 */
  font-weight: bold;}

/* 二级菜单 */
.submenu.level2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width: 220px;
  border: 1px solid #ddd;
  border-top: 3px solid #2a5caa;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
  padding: 10px 0;
  z-index: 1000;}

.nav-item:hover .submenu.level2 {
  display: block;}

/* 二级菜单项 */
.submenu-item {
  position: relative;}

.submenu-link {
  display: block;
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  transition: all 0.2s ease;
  border-bottom: 1px solid #f5f5f5;
  background: white;}

.submenu-link:hover {
  background: #f0f8ff;
  color: #2a5caa;
  padding-left: 25px;
  font-weight: normal;}

/* 三级菜单箭头 */
.submenu-item.has-children .submenu-link::after {
  content: "›";
  float: right;
  margin-left: 10px;
  color: #999;
  font-size: 18px;}

/* 三级菜单 */
.submenu.level3 {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background: white;
  min-width: 200px;
  border: 1px solid #ddd;
  border-top: 3px solid #2a5caa;
  padding: 10px 0;
  z-index: 1001;}

.submenu-item.has-children:hover .submenu.level3 {
  display: block;}

.level3-link {
  display: block;
  padding: 8px 15px;
  color: #666;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  transition: all 0.2s ease;}

.level3-link:hover {
  background: #e6f7ff;
  color: #2a5caa;
  padding-left: 20px;
  font-weight: normal;}

/* 响应式设计 */
@media (max-width: 768px) {
  .nav-list {
    flex-direction: column;
    background: rgba(42, 92, 170, 0.95);}
  
  .nav-item {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
  
  .nav-link {
    border-right: none;
    text-align: center;
    padding: 15px 20px;}
  
  .submenu.level2,
  .submenu.level3 {
    position: static;
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    margin-left: 20px;
    width: calc(100% - 40px);
    background: rgba(255, 255, 255, 0.95);}
  
  .submenu.level3 {
    position: static;
    margin-top: 5px;}
}
.splitflagstyle1019134{ color: #222222 ;}
.fontstyle1019134{ font-family: 宋体; font-size: 12pt; color: #222222;}
.winstyle1019134{ font-size: 12pt; color: #222222; font-family: 宋体;}

.font1019133{ font-size: 9pt ;}
.fontstyle1019133{ font-family: 宋体; font-size: 12pt; color: #222222;}

