 /* 全局样式匹配原图 */
		.logo{width: 100%;text-align: right;}
 		.logo img{border: none;}





/*        .nav-link {
        	font-size: 22px;
            color: #003370;
            font-weight: 700;
        }
        .nav-link.active {
            text-decoration: underline;
        }*/


 /* 全局导航样式 匹配原图深蓝色英文导航 */







nav .nav {
  align-items: center;
}
.nav-item {
  position: relative;
}
/* 一级导航链接 原图深蓝色字体 */
.nav-link {
  color: #0F3478 !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: 700;
  white-space: nowrap;
  padding: 6px 2px;
  transition: color 0.2s ease;
}
/* 首页激活态加深蓝色 */

/* 当前页面active：橘黄色文字 + 底部橘色下划线 */
.nav-link.active {
  color: #e67722 !important;
  font-weight: 600;
}
.nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #e67722;
}
/* 普通一级菜单hover加深蓝色 */
.nav-link:hover:not(.active) {
  color: #06204e !important;
}



/* 一级菜单hover变色 */
.nav-link:hover {
  color: #082252 !important;
}
.nav-link .fa-angle-down {
  color: #0F3478;
  font-size: 14px;
  transition: transform 0.2s;
}
.nav-item:hover .nav-link .fa-angle-down {
  transform: rotate(180deg);
}

/* 二级下拉菜单容器 */
.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(15, 52, 120, 0.15);
  padding: 8px 0;
  z-index: 9999;
  list-style: none;
  margin: 0;
  border-radius: 4px;
  border-top: 2px solid #0F3478;
  font-weight: bolder;
}
.nav-item:hover .submenu {
  display: block;
}

/* 下拉子菜单链接 */
.submenu li a {
  display: block;
  padding: 10px 18px;
  color: #333333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  transition: background-color 0.2s ease;
  /*border-bottom: 1px dotted; #0F3478 ;*/
}
/* 子菜单鼠标经过变浅灰色（需求指定效果） */
.submenu li a:hover {
  background-color: #f1f2f4;
  color: #0F3478;
}




.banner {
  width: 100%;
  overflow: hidden;
}
.hero-swiper {
  position: relative; /* 箭头、分页定位基准，必须加 */
  width: 100%;
}
.hero-swiper .swiper-slide img {
  width: 100%;
  display: block;
}

/* 左右箭头垂直居中 + 可点击区域 */
.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); /* 垂直居中核心 */
  width: 50px;
  height: 50px;
  z-index: 99;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0,0,0,0.2);
  border-radius: 50%;
  cursor: pointer; /* 鼠标手型，确认可点击 */
}
.hero-swiper .swiper-button-prev {
  left: 15px;
}
.hero-swiper .swiper-button-next {
  right: 15px;
}

/* 底部分页圆点样式（默认看不见，补上样式） */
.hero-swiper .swiper-pagination {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}
/* 圆点样式 */
.hero-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background: #fff;
  opacity: 0.5;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}
/* 当前激活圆点高亮 */
.hero-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}








        .notice-bar {
            background: #b8e6b8;
            padding: 6px 15px;
            font-size: 14px;
        }
        .card-arbitration {
            background: #fff;
            border: 1px solid #eee;
            transition: all 0.3s ease;
            cursor: pointer;
        }


        
        .card-arbitration:hover {
            background-color: #4D98DD;
        }
        .card-arbitration:hover h5,
        .card-arbitration:hover p {
            color: #ffffff !important;
        }



        .card-mediation {
            background: #002b5c;
            color: white;
        }
        .section-title {
            color: #002048;
            font-weight: 600;
            letter-spacing: 1px;
        }
        .btn-orange {
            background: #f29900;
            color: white;
            border: none;
        }
        .btn-orange:hover {
            background: #d48600;
            color: white;
        }
        .practice-card img {
            height: 220px;
            object-fit: cover;
            width: 100%;
        }
        .partner-logo {
            height: 60px;
            object-fit: contain;
            margin: 10px 0;
        }
        .card-img-top{width: 646px ;height: 424px;}
        



/*新闻列表页*/
/* 新闻列表 兼容Bootstrap */
.news-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid #4D98DD;
}
.news-calendar-box {
    border: 2px solid #4D98DD;
    color: #4D98DD;
    padding: 0.5rem 0.7rem;
    text-align: center;
    min-width: 60px;
    flex-shrink: 0;
}
.news-calendar-box .year {
    font-size: 0.8rem;
}
.news-calendar-box .month {
    font-weight: 600;
    font-size: 1rem;
}
.news-calendar-box .day {
    font-weight: 700;
    font-size: 1.2rem;
}
.news-title a {
    color: #4D98DD;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 700;
}
.news-title a:hover {
    text-decoration: underline;
}
/* 移动端适配：小屏日历+标题垂直堆叠 */
@media (max-width:576px) {
    .news-item {
        flex-direction: column;
        gap: 0.8rem;
    }
}

/* 之前业务卡片hover样式保留 */
.card-arbitration {
    transition: all 0.3s ease;
    cursor: pointer;
}
.card-arbitration:hover {
    background-color: #4D98DD;
}
.card-arbitration:hover h5,
.card-arbitration:hover p {
    color: #ffffff !important;
}




.logoSwiper {
    overflow: hidden;
}
.partner-logo {
    max-height: 60px;
    object-fit: contain;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}


        footer {
            background: #f5f5f5;
            font-size: 14px;
        }
