body {
  font-size: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  /* overflow-x: hidden; */
}
a {
  text-decoration: none !important;
  cursor: pointer !important;
  color: #333;
}
a:hover {
  color: #124fb0;
}
ul,
ol,
li {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.flex {
  display: flex;
  align-items: center;
}

.container {
  position: relative;
  width: 100%;
}

/* ---------- header ---------- */
.zyhk-header {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;

  border: none;
}

.zyhk-header header {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 0;
  background: linear-gradient(#fff, #c5d4f8);
}
    .zyhk-header header::before {
        position: absolute;
        left: 0;
        top: 0;
        content: '';
        width: 100%;
        height: 100%;
        background: url('/images/bg-header.20250526.png') no-repeat bottom center;
    }

.zyhk-header .navbar-toggle:focus,
.zyhk-header .navbar-toggle:hover {
  background: none;
}
.zyhk-header .navbar-toggle .icon-bar {
  background: #124fb0;
}

.zyhk-header .logo {
  display: block;
  padding-right: 60px;
}
.zyhk-header .logo img {
  width: 100%;
}

.zyhk-header .sub {
  display: none;
}

.zyhk-header .contact {
  display: none;
  position: absolute;
  right: 0;
  font-size: 14px;
}
.zyhk-header .contact .link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 4px;
}
.zyhk-header .contact .link a {
  font-weight: bold;
}

.zyhk-header .contact .search {
  display: flex;
  align-items: center;
  position: relative;
  height: 24px;
  border: solid 1px #d0d0d0;
  width: 130px;
  border-radius: 16px;
}
.zyhk-header .contact .search a {
  margin-right: 8px;
  margin-bottom: 2px;
}

.zyhk-header .contact input {
  width: 100%;
  border: none;
  outline: none;
  background: none;
  padding: 0 12px;
}

.zyhk-header .navbar {
  min-height: 0;
}

.zyhk-header .navbar {
  margin-bottom: 0;
  border: 0;
}

.zyhk-header .navbar-toggle {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
}

.zyhk-header .navbar a {
  background: none !important;
  font-size: 16px;
  color: #fff !important;
  text-align: center;
}

.zyhk-header .navbar a:hover,
.zyhk-header .navbar li.active > a {
  background: none;
  font-weight: bold;
}

.zyhk-header .navbar-collapse {
  background: #124fb0;
}

/** ---------- 底部 ---------- */
.zyhk-footer {
  background: #124fb0;
  text-align: center;
}
.zyhk-footer .zyhk-footer-logo {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  opacity: 0.7;
  padding: 30px 0;
  letter-spacing: 4px;
}
.zyhk-footer .zyhk-footer-logo img {
  margin-bottom: 10px;
}

.zyhk-footer .zyhk-footer-copyright {
  border-top: solid 1px rgba(255, 255, 255, 0.6);
  padding: 20px 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 2;
}
.zyhk-footer .zyhk-footer-copyright a {
  color: rgba(255, 255, 255, 0.6);
}
.zyhk-footer .zyhk-footer-copyright a:hover {
  color: #fff;
}

.zyhk-page-banner {
  padding-top: 100px;
}
.zyhk-page-banner img {
  display: block;
  width: 100%;
}

/** ---------- 页面标题 ---------- */
.zyhk-page-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #f5f8fe;
  padding: 0 10px;
  margin-bottom: 20px;
}
.zyhk-page-title .title {
  line-height: 64px;
  font-size: 24px;
  font-weight: bold;
}

.zyhk-page-title .bread {
}

.zyhk-page-title .bread div {
  position: relative;
  float: left;
  font-size: 14px;
}

.zyhk-page-title .bread div + div::before {
  padding: 0 5px;
  content: '/';
}

/** ---------- 侧边栏 ---------- */
.zyhk-side {
  position: relative;
  width: 100%;
  background: #fff;
  transition: all 0.3s;
  z-index: 1001;
  display: none;
}
.zyhk-side .subnav::before {
  content: '';
  position: absolute;
  right: 40px;
  top: 0;
  width: 0;
  height: 100%;
  border-right: dashed 1px #d5d8e4;
}
.zyhk-side.open::before {
  transform: rotate(0);
}
.zyhk-side .subnav {
  position: relative;
  float: left;
  width: 100%;
}
.zyhk-side .subnav li {
  position: relative;
}
.zyhk-side .subnav a {
  position: relative;
  display: block;
  height: 64px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 64px;
  margin-top: 5px;
}
.zyhk-side .subnav li:hover a,
.zyhk-side .subnav li.active a {
  color: #124fb0;
  font-weight: bold;
}
.zyhk-side .subnav li.active::after {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translate(5px, -50%);
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #124fb0;
}
.zyhk-side .subnav li.active::before {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translate(5px, -50%);
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #124fb0;
}
    .zyhk-side .subnav li.active::before {
        background: url(/images/icon-arrow.20250526.png) no-repeat center;
    }

/** ---------- 二级页面内容 ---------- */

.zyhk-subTitle {
  display: flex;
  justify-content: space-between;
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 1px #ddd;
  margin-bottom: 20px;
}

.zyhk-subTitle .link {
  display: flex;
  position: relative;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  color: #124fb0;
}

    .zyhk-subTitle .link::after {
        content: '';
        width: 14px;
        height: 14px;
        background: url('/images/icon-arrow.20250526.png') no-repeat center;
        margin-left: 4px;
    }

.zyhk-content {
  position: relative;
  /* min-height: 500px; */
}
.zyhk-content + .zyhk-subTitle {
  margin-top: 60px;
}

.zyhk-content img {
  max-width: 100%;
}

.zyhk-sub-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}
.zyhk-sub-nav li {
  width: calc((100% - 20px * 3) / 4);
  height: 48px;
  background: #d6dce5;
  border-radius: 24px;
}
.zyhk-sub-nav li a {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 48px;
}
.zyhk-sub-nav li.active {
  background: #124fb0;
}
.zyhk-sub-nav li.active a {
  color: #fff;
}

.affix {
  position: fixed;
  top: 165px;
  width: calc(1400px / 4) !important;
}

.right-content {
  float: right;
}

html {
  scroll-padding-top: 165px;
}

/* 新闻详情 */
.zyhk-news-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.zyhk-news-date {
  font-size: 14px;
  text-align: center;
  color: #666;
  border-bottom: solid 1px #d5d8e4;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

/* 响应式布局, 样式优先移动端!!!!!!!! */

/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
  .container {
    width: 1400px !important;
    padding: 0;
  }
  .container.flex {
    display: flex;
    align-items: center;
  }

  .zyhk-header {
  }
  .zyhk-header header {
    height: 120px;
  }

  .zyhk-header .logo {
    padding-right: 40px;
  }

  .zyhk-header .logo img {
    height: 52px;
  }

  .zyhk-header .sub {
    position: relative;
    display: block;
    font-size: 45px;
    padding-left: 30px;
    font-weight: bold;
    /* color: #124fb0; */
  }

  .zyhk-header .sub::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 1px;
    height: 40px;
    background: #999;
  }

  .zyhk-header .contact {
    display: block;
  }

  .zyhk-header nav {
    background: #124fb0;
  }

  .zyhk-header .navbar-nav {
    float: none;
    display: flex;
  }
  .zyhk-header .navbar-nav li {
    flex: 1;
  }

  .zyhk-header .nav-nav .sub {
    display: none;
  }

  .zyhk-header .nav-nav a {
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .zyhk-header .dropdown-menu a {
    line-height: 48px;
    font-size: 16px;
    font-weight: normal !important;
    color: #333 !important;
  }
  .zyhk-header .navbar-nav > li > .dropdown-menu li.active a,
  .zyhk-header .dropdown-menu a:hover {
    background: #124fb0 !important;
    color: #fff !important;
    font-weight: normal !important;
  }

  .zyhk-page-title {
    padding: 0 20px;
  }

  .zyhk-side {
    display: block;
  }

  .zyhk-content {
    position: relative;
  }

  .zyhk-page-banner {
    padding-top: 170px;
  }
}
