@charset "utf-8";
/* ========== Base ========== */
html {
  font-size: 100px;
}
body {
  font-family: "微软雅黑", "Microsoft YaHei", Arial, sans-serif;
  color: #333333;
  padding: 0; margin: 0;
}
body,html {
  width: 100%;
  height: 100%;
}

* { box-sizing: border-box; border: none; outline: none;font-size: 0.16rem;}
h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, hr, input, p { padding: 0; margin: 0; list-style: none; }
a, :before, :after {
  color: inherit; text-decoration: none; outline: none;
  transition: all 0.5s ease;
}
a:hover { text-decoration: none; }
img { max-width: 100%; border: none; transition: all 0.5s ease; }

.flex-column { display: flex; flex-direction: column; justify-content: center; align-items: center; }
.container { width: 78.12%; margin: 0 auto; position: relative; }
.clearfix:after { clear: both; content: ""; display: block; }
.site-wrap { position: relative; overflow: hidden; width: 100%; }

.site-header {
  height: 2.17rem;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10000;
  background: url(../img2026/ying.png) center center / cover no-repeat;
  padding-top: 0.15rem;
}
.site-header .container {
  width: 83.5%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.site-header .logo {
  display: inline-block;
  width: 3.82rem;
  height: 0.80rem;
}
.site-header .content {
  width: 10.22rem;
  height: 100%;
}
.site-header .content .top-nav {
  display: flex;
  justify-content: end;
  color: #fff;
  margin-bottom: 0.15rem;
  float: right;
}
.site-header .content .top-nav li {
  margin-left: 0.20rem;
}
.site-header .content .top-nav li a {
  font-size: 0.14rem;
}
.site-header .content .top-nav .search-box {
  width: 2.13rem;
  height: 0.30rem;
  background: #FFFFFF;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.site-header .content .top-nav .search-box input {
  width: calc(100% - 0.40rem);
  padding-left: 0.10rem;
}
.site-header .content .top-nav .search-box input::placeholder {
  font-size: 0.14rem;
}
.site-header .content .top-nav .search-box button::before {
  content: '';
  display: block;
  width: 0.01rem;
  height: 80%;
  background-color: #d8d7d7;
}
.site-header .content .top-nav .search-box button {
  background: url(../img2026/search.png) center center no-repeat;
  width: 0.40rem;
  height: 100%;
}
.site-header .content .nav-box {
  width: 100%;
}
.site-header .content .nav-box .nav-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.site-header .content .nav-box .nav-content a {
  color: #fff;
  font-size: 0.16rem;
}
.site-header .content .nav-box .nav-content> li {
  position: relative;
  height: 0.32rem;
}
.site-header .content .nav-box .nav-content  {
  padding-top: 0.10rem;
  background-color:transparent;
}
.site-header .content .nav-box .nav-content .list {
  background-color: rgb(0, 77, 161);
  position: absolute;
  width: 1.90rem;
  left: 0;
  top: 0.32rem;
  margin-left: -0.50rem;
  display: none;
}
.site-header .content .nav-box .nav-content .list li {
  line-height: 0.40rem;
  text-align: center;
}
.site-header .content .nav-box .nav-content .list li a {
  font-size: 0.14rem;
}
.site-header .content .nav-box .nav-content> li:hover>a {
  font-weight: bold;
}
.site-header .content .nav-box .nav-content> li:hover .list {
  display: block;
}
.site-header .content .nav-box .nav-content .list li:hover {
  background-color: rgb(12, 150, 241);
}
.site-header .content .nav-box .nav-content .list li:hover a {
  font-weight: bold;
}

/* .site-header end */

/* 移动端查询按钮 */
.mobile-search-btn {
  display: none;
  margin-right: 0.3rem;
}

/* 移动端导航按钮 */
.mobile-nav-btn {
  display: none;
}

.footer {
  width: 100%;
  height: 2.76rem;
  background: #204F9F;
}
.footer .footer-top {
  width: 100%;
  height: 0.60rem;
  border-bottom: 0.01rem solid #668dd1;
  color: #fff;
}
.footer .footer-top .container {
  display: flex;
  align-items: center;
  height: 100%;
}
.footer .footer-top .title {
  font-weight: bold;
  font-size: 0.24rem;
  line-height: 0.16rem;
}
.footer .footer-top a {
  font-size: 0.18rem;
  color: #FFFFFF;
  line-height: 0.16rem;
  margin-left: 0.10rem;
}
.footer .footer-top a:hover{
  font-weight: bold;
  color: #9C1E22;
}
.footer .footer-bottom {
  width: 100%;
  height: 2.16rem;
  padding-top: 0.33rem;
  color: #fff;
}
.footer .footer-bottom .container {
  display: flex;
  justify-content: space-between;
}
.footer .footer-bottom .left {
  display: flex;
  margin-top: 0.30rem;
}
.footer .footer-bottom .left .logo {
  margin-right: 0.20rem;
}
.footer .footer-bottom .left .copyright {
  font-size: 0.14rem;
}
.footer .footer-bottom .left .copyright p {
  line-height: 0.24rem;
}

.footer .footer-bottom .right {
  width: 2.32rem;
  height: 1.60rem;
  text-align: right;
  position: relative;
  top: 0.10rem;
}
.footer .footer-bottom .right li {
  width: 1.00rem;
  height: 1.00rem;
  background: #fff;
  text-align: center;
  float: left;
  margin-left: 0.16rem;
  position: relative;
}
.footer .footer-bottom .right li.wb img {
  width: 0.80rem;
  height: 0.80rem;
  display: inline-block;
  margin-top: 0.10rem;
}
.footer .footer-bottom .right li.wx img {
  width: 0.90rem;
  height: 0.90rem;
  margin-top: 0.05rem;
  display: inline-block;
}
.footer .footer-bottom .right li p {
  color: #fff;
  line-height: 0.60rem;
  position: absolute;
  top: 0.90rem;
  left: 0.18rem;
}

.pageTips {
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.pageTips .container {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 630px;
  margin-left: -315px;
  margin-top: -160px;
}
.pageTips .container a.close {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 1;
  left: auto;
  right: 20px;
  top: 20px;
  bottom: auto;
  background: url("../img2026/img31.png") center no-repeat;
}
.pageTips .container .msg {
  font-size: 18px;
  line-height: 36px;
  padding-top: 30px;
}
.pageTips .container a {
  color: #fff;
  text-decoration: underline;
}

/* ========== 响应式媒体查询 ========== */
@media (max-width: 1440px) {
  html {
    font-size: 90px;
  }
  .site-header .content {
    width: 8.5rem;
  }
  .container{width: 86%;}
  .site-header .container {
    width: 90%;
  }
}

@media (max-width: 1200px) {
  html {
    font-size: 80px;
  }
  .site-header .content {
    width: 8.50rem;
  }
}

@media (max-width: 1028px) {
  .site-header {
    padding: 0 !important;
    height: 70px !important;
    background: #204F9F;
  }
  .site-header .container {
    display: block;
    width: 100%;
    padding: 10px 15px;
    position: relative;
  }
  .site-header .logo {
    width: 200px !important;
    height: 60px;
    margin-left: 0 !important;
  }
  .site-header .logo img {
    margin-top: 5px;
  }
  .site-header .top-nav {
    display: none;
  }
  .site-header .content {
    width: 100%;
  }

  /* 移动端导航按钮 */
  .mobile-nav-btn {
    display: block;
    width: 30px;
    cursor: pointer;
    position: fixed;
    right: 10px;
    z-index: 9;
    top: 35px;
    transform: translateY(-50%);
  }
  .mobile-nav-btn b {
    display: block;
    height: 3px;
    background-color: #fff;
    margin-bottom: 5px;
    border-radius: 2px;
    transition: 0.3s;
  }

  /* 移动端搜索按钮 */
  .mobile-search-btn {
    display: block;
    position: fixed;
    right: 36px;
    top: 20px;
    z-index: 9;
  }
  .mobile-search-btn img {
    width: 25px;
    height: 25px;
  }

  /* 导航盒子 */
  .nav-box {
    position: absolute !important;
    display: block;
    margin-right: 0;
    top: 70px !important;
    right: 0 !important;
    z-index: 9999;
    width: 100% !important;
    max-height: 0;
    overflow: hidden;
    background-color: #204F9F;
    transition: max-height 0.4s ease-out;
  }

  /* mobile-on时显示导航盒子 */
  .mobile-on .nav-box {
    margin: 0 auto !important;
    max-height: calc(100vh - 70px) !important;
    overflow-y: auto;
  }

  /* mobile-on时汉堡按钮变成X */
  .mobile-on .mobile-nav-btn b {
    margin: 0;
    position: absolute;
    left: 0;
    width: 30px;
    display: none;
  }
  .mobile-on .mobile-nav-btn b:first-child {
    display: block;
    transform: rotate(45deg);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .mobile-on .mobile-nav-btn b:last-child {
    display: block !important;
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
  }

  /* 导航内容 */
  .nav-box .nav-content {
    opacity: 1;
    visibility: visible;
    position: relative;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    background: #204F9F;
    z-index: 99;
    width: 100%;
    height: auto !important;
    left: 0;
    top: 0;
    transition: opacity 0.3s ease-out 0.1s, visibility 0.3s ease-out 0.1s;
  }

  /* mobile-on时导航内容保持可见 */
  .mobile-on .nav-content {
    opacity: 1;
    visibility: visible;
  }

  /* 导航项 */
  .nav-box .nav-content > li {
    width: 100% !important;
    display: block;
    position: relative;
    text-align: left !important;
    padding: 5px !important;
    height: auto;
    background: none !important;
  }

  /* 导航链接 */
  .site-header .content .top-nav {
    display: none;
  }
  .nav-box .nav-content li {
    width: 100%;
  }
  .nav-box .nav-content li a {
    display: inline-block;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 500;
    width: 100%;
    padding: 10px 40px;
  }

  .nav-box .nav-content > li > a {
    position: relative;
  }

  /* 带子菜单的箭头 */
  .nav-box .nav-content > li.has-child > a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    vertical-align: middle;
    position: absolute;
    right: 20px;
    top: 15px;
  }

  /* 展开时箭头向上 */
  .nav-box .nav-content > li.on > a::after {
    border-bottom: 5px solid #fff;
    border-top: none;
  }

  /* 子菜单样式 - 移动端 */
  .site-header .content .nav-box .nav-content .list {
    display: block;
    position: relative;
    background: #779cec;
    margin-left: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    top: 0;
  }
  .site-header .content .nav-box .nav-content .list li {
    width: 100%;
    text-align: left;
  }
  .site-header .content .nav-box .nav-content .list li a {
    padding: 8px 20px 8px 35px;
    font-size: 13px !important;
  }

  /* 禁用hover效果 - 移动端用click控制（展开状态除外） */
  .site-header .content .nav-box .nav-content > li:not(.on):hover .list {
    max-height: 0;
  }
  .nav-box .nav-content .has-child::before {
    display: none;
  }
  .site-header .content .nav-box .nav-content {
    flex-direction: column;
  }
  .site-header .content .nav-box .nav-content> li {
    height: auto;
  }

  /* ========== 移动端全屏搜索框 ========== */
.search-box {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10001;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.search-box::before {
  content: "";
  transition: height 1s ease;
  width: 100%;
  height: 0;
  background-color: rgba(2, 95, 176, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}
.search-box.active:before {
  height: 100vh;
}
.search-box.active {
  visibility: visible;
  opacity: 1;
}
.search-box .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  background: url(../img2026/close1.png) center center no-repeat #3a73f0;
  border-radius: 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: 15px 15px;
  transition: 1s;
}
.search-box .close:hover {
  transform: rotate(180deg);
}
.search-box .search-input-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 45px;
  line-height: 45px;
  width: 90%;
  margin-top: -100px;
  padding-right: 120px;
}
.search-box .search-input-box input {
  display: block;
  height: 45px;
  line-height: 45px;
  border-radius: 0;
  border: none;
}
.search-box .search-input-box .s-input {
  width: 100%;
  background: #fff;
  padding: 0 12px;
  font-size: 16px;
}
.search-input-box .s-btn {
  position: absolute;
  top: 0;
  right: 0;
  background: #085cad;
  color: #fff;
  width: 120px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

  /* Footer */
  .footer {
    height: auto;
    padding-bottom: 50px;
  }
  .footer .footer-bottom {
    height: auto;
  }
  .footer .footer-bottom .container {
    flex-direction: column;
    align-items: center;
  }
  .footer .footer-bottom .left {
    flex-direction: column;
    align-items: center;
    margin-top: 0px;
  }
  .footer .footer-bottom .left .logo {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .footer .footer-bottom .right {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .footer .footer-bottom .right li {
    float: none;
    display: inline-block;
    margin: 0 10px;
  }
}

