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

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    border: none;
    outline: none;
    
}
h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, hr, input, p, a, span,div,label {
  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;
    outline: none;
}

a, :before, :after {
    color: inherit;
    font: inherit;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 16px;
}

a:hover {
    text-decoration: none;
}

a:focus {
    border: none;
    outline: none;
    text-decoration: none;
}

.clearfix {
    zoom: 1; }

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}
img{
  max-width: 100%;
  border: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}

.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mult-ellipsis {
  line-height: 24px;
  display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pageTips {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.pageTips .container {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6.30rem;
  margin-left: -3.15rem;
  margin-top: -1.60rem;
}
.pageTips .container a.close {
  display: block;
  width: 0.50rem;
  height: 0.50rem;
  position: fixed;
  z-index: 1;
  left: auto;
  right: 0.20rem;
  top: 0.20rem;
  bottom: auto;
  background: url("../img2026/img31.png") center no-repeat;
}
.pageTips .container .msg {
  font-size: 0.18rem;
  line-height: 0.36rem;
  padding-top: 0.30rem;
}
.pageTips .container a {
  color: #fff;
  text-decoration: underline;
}

.header {
  position: absolute;
  top:0;
  left: 0;
  transform: translateY(0);
  background: linear-gradient(rgba(0, 63, 136, 1), rgba(47, 85, 140, 0.49), rgba(211, 227, 241, 1));
  width: 100%;
  height: 1.4rem;
  z-index: 998;
}
.header .content {
  width: 100%;
  height: 100%;
  padding: 0 0.74rem 0 0.8rem; 
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.header .logo{
  width: 2.82rem;
  height: 0.66rem;
  object-fit: fill;
  margin-right: 0.42rem;
}
.header .nav-search {
  display:flex;
  flex-direction: column;
  align-items: end;
  width: 100%;
  height: 1.4rem;
  justify-content: center;
}
.header .nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 0.6rem;
  width: 100%;
}
.header .nav > li {
  position: relative;
  height: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .nav > li::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0px;
  height: 3px;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
  background: rgba(187, 0, 0, 1);
}
.header .nav > li.active::after,
.header .nav > li:hover::after{
  width: 1.28rem;
}
.header .nav > li > a {
  font-size: 0.2rem;
  font-weight: bold;
  color: #fff;
}
.header .nav > li ul {
  position: absolute;
  display: flex;
  opacity: 0;
  top: 80%;
  width: 1.28rem;
  border: 1px solid #ccc;
  border-top: none;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
  flex-direction: column;
  border-radius: 0px 0px 10px 10px;
  transition: all 0.6s;
  height: auto;
}
.header .nav > li:hover ul,
.header .nav > li.active ul {
  opacity: 1;
  top: 100%;
}
.header .nav > li ul li {
  height: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .nav > li ul li a {
  font-size: 0.18rem;
  color: #000;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.header .nav > li ul li:hover {
  background-color: #e2e2e2;
}
.header .nav > li ul li:hover a {
  color: rgba(0, 63, 136, 1);
}
.header .search {
  width: 1.28rem;
  height: 0.4rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0.2rem;
}

.header .search form {
  display: flex;
  width: 2.5rem;
  min-width: 0;
  height: 100%;
  border:1px solid #fff;
  border-radius: 0.06rem;
  padding: 0 0.1rem;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);  /* 使用贝塞尔曲线让动画更流畅 */
  overflow: hidden;
}


.header .search input {
  flex: 1;
  height: 100%;
  border: none;
  outline: none;
  background: none;
  padding: 0 0.1rem;
  font-size: 0.14rem;
  color: #fff;
}

.header .search input::placeholder {
  color: #fff;
}

.header .search form .search-submit {
  width: 0.2rem;
  height: 0.2rem;
  background: url(../img2026/search.png) no-repeat center center;
  background-size: contain;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}


.footer {
  width: 100%;
  height: 2rem;
  background: #003F88;
  color: #fff;
}

.footer .content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.footer span {
  font-size: 0.18rem;
  margin: 0 5px;
}

/* footer end */

@media (max-width: 800px) {
  .mobile-body {
    height: 100vh;
  }
  .header {
    position: relative;
    height: 66px;
  }
  .header .logo {
    width: auto;
    height: 40px;
  }
  .header .content {
     position: relative;  /* 添加这一行 */
  }
  .header .nav-search {
    opacity: 1;
    position: absolute !important;
    display: flex;
    flex-direction: column-reverse;
    margin-right: 0;
    top: 66px !important;
    right: 0px !important;
    z-index: 9999;
    width: 100% !important;
    height: 0;
    overflow: auto;
    transition: all 0.3s ease;
    justify-content: start;
  }
  .mobile-nav-btn {
    display: block;
    width: 30px;
    cursor: pointer;
    position: fixed;
    right: 10px;
    z-index: 9;
    padding-top: 0.04rem;
    top: 35px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
 .mobile-nav-btn b {
    display: block;
    height: 3px;
    background-color: #fff;
    margin-bottom: 5px;
    border-radius: 2px;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    user-select: none;
  }
  .mobile-on .nav-search {
    margin: 0 auto !important;
    background-color: #fff;
    height: calc(100vh - 1.4rem) !important;
  }
 .mobile-on .mobile-nav-btn b{
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    display: none;
  }

  .mobile-on .mobile-nav-btn b:first-child {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  .mobile-on .mobile-nav-btn b:last-child {
    display: block !important;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }

  .header .search {
    width: 100%;
    height: 40px;
    margin: 20px auto;  /* 添加水平居中和上下边距 */
    padding-left: 10px;
  }
  .header .search form {
    width: 100%;         /* 占满容器宽度 */
    position: static;    /* 改为静态定位,或者调整 top/right 值 */
    left: auto;
    right: auto;
    top: auto;
    transform: none;     /* 移除 transform */
    padding: 0 10px;    /* 添加内边距 */
  }
  .header .search input {
    color: #333 !important;
    background-color: #f5f5f5;
    padding: 0 15px;
    font-size: 14px !important;
  }
  
  .header .search input::placeholder {
    color: #999 !important;
  }
  .header .search form .search-submit {
    position: static;
    width: 60px;
    height: 40px;
    right: auto;
    top: auto;
    transform: none;
    background-color: #d8a219;
    background-size: 33% 50%;
  }
  .nav {
    opacity: 0;
    visibility: hidden;
    position: relative;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    display: none;
    background: #fff;
    z-index: 99;
    width: 100%;
    height: auto !important;
    overflow: hidden;
    left: 0;
    top: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .nav > li {
    width: 100% !important;
    display: block;
    position: relative;
    text-align: left !important;
    padding: 0.10rem !important;
    height: auto;
    border-bottom: 1px solid #ccc;
    background: none !important;
  }
  .mobile-on .nav {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .mobile-on .nav li {
    width: 100%;
    height: auto;
    display: block;
  }
  .mobile-on .nav li a {
    display: inline-block;
    color: #222 !important;
    font-size: 14px !important;
    font-weight: 500;
    width: 100%;
    padding: 0px 40px;
    line-height: 40px;
  }

  .mobile-on .nav > li > a{
    position: relative;
    text-shadow: none !important;
    display: flex;
  }
 .mobile-on .nav > 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 #333; /* 箭头颜色 */
    vertical-align: middle;
    position: absolute;
    right: 20px;
    top: 15px;
  }
  .header .nav > li ul {
    width: 100%;
    border: none;
  }
  .header .nav > li ul li {
    height: 40px;
    border-bottom: 1px solid #ccc;
  }
  .header .nav > li ul li:last-child{
    border-bottom: none;
  }
  .header .nav > li ul li a{
    height: 40px;
    justify-content: start;
  }
  .header .nav > li:hover > a {
    font-weight: bold;
    color: dodgerblue;
  }
  .header .nav > li ul li:hover{
    background-color: #fff;
  }
   .header .nav > li ul li:hover a {
    font-weight: bold;
    color: dodgerblue;
   }
  .mobile-on .nav > li.active > a::after {
    border-bottom: 5px solid #333; /* 箭头颜色 */
    border-top: none;
  }
  .mobile-on .nav > li.has-child .child-nav .pic{
    display: none;
  }
  .mobile-on .nav > li.has-child .child-nav .list {
    height: auto;
  }
  .mobile-on .nav > li.has-child .child-nav .list li{
    width: 100%;
  }
  .mobile-on .nav > li.has-child.active .child-nav{
    display: block;
    position: relative;
    visibility: visible;
    opacity: 1;
    top: 0px;
    padding: 0;
    left: 50px;
  }
  .mobile-on .nav .list {
    float: none;
  }

  .mobile-on .nav .has-child:hover .child-nav {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  .mobile-on .nav .has-child::before {
    display: none;
  }

  .header .nav > li.active::after,
  .header .nav > li:hover::after{
    width: 0;
  }
}


.mobile-body .banner,
.mobile-body .main,
.mobile-body .footer {
  display: none;
}