@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 {
    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;
}

.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;
}

@font-face {
  font-family: 'JQXingKaiJT';
  src: url('../font/JQXingKaiJT.woff2') format('woff2'),
      url('../font/JQXingKaiJT.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

.site-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.nav-box{clear:both;}
.nav-content {
  display:block;
  float: right;
}
.nav-content > li {
  position: relative;
  font-size: 16px;
  float: left;
  margin: 0.26rem;
}
.nav-content > li > a {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 0.1rem 0px;
  border-radius: 0.05rem;
  transition: all 0.5s ease;
  text-shadow: 0px 2px 2px rgb(0 0 0 / 90%);
}

.nav-content li.has-child::before {
  opacity: 0;
  visibility: hidden;
  content: "";
  width: 0;
  height: 0;
  border-left: 0.13rem solid transparent;
  border-right: 0.13rem solid transparent;
  border-bottom: 0.13rem solid rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0.27rem;
  left: 45%;
  transition: opacity 0.15s;
}

.nav-content > li .child-nav {
  display: none;
  width: 5.10rem;
  padding: 0.20rem;
  overflow: hidden;
  position: absolute;
  top:0.4rem;
  left: -0.25rem;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.20rem;
  transition: opacity 0.15s;
}
.nav-content > li:nth-child(4) .child-nav {
  left: auto;
  right: -0.25rem;
}
.nav-content > li:nth-child(5) .child-nav {
  left: auto;
  right: -0.25rem;
}



.nav-content li .child-nav .pic {
  width: 1.8rem;
  height: 1.20rem;
  float: left;
  margin-right: 0.2rem;
}
.nav-content li .child-nav .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nav-content li .child-nav .list {
  width: calc(100% - 2rem);
  height: 1.20rem;
  float: right;
}
.nav-content li .child-nav .list li {
  width: 50%;
  float: left;
  line-height: 0.32rem;
  font-size:16px;
}
.nav-content li .child-nav .list li a {
  font-size: 16px; 
}
.nav-content li .child-nav .list li:hover a{
  color: #0093DD;
  font-weight: bold;
}
.nav-content > li:hover {
  //padding-bottom: 0.30rem;
}
.nav-content > li:hover >a {
  color: #1fb0f8;
  border-radius: 0.40rem;
}

.nav-content .has-child:hover .child-nav {
  display: block;
  opacity: 1;
  visibility: visible;
}
.nav-content .has-child:hover::before {
  opacity: 1;
  visibility: visible;
}

.nav-box .nav-bottom{
  display: none;
}

/* .nav-box end */

.footer {
  margin-top: 0.20rem;
  height: 5.00rem;
  background: #0093DD;
  padding-top: 0.50rem !important;
}
.footer .yqlj {
  width: 100%;
  height: 0.64rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.40rem;
}
.footer .yqlj .item {
    flex: 1; /* ✅ 每个子项平分宽度 */
    min-width: 0; /* 💥 关键：允许平分，不被图片撑开 */
    display: flex;
    justify-content: center; /* 图片居中 */
    align-items: center;
}
.footer .yqlj a img {
  width: 75%;
  height: 100%;
  transition: all 0.5s ease;
  opacity: 0.8;
}
.footer .yqlj a img:hover {
  opacity: 1;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 0.16rem;
  padding: 0 9.2%;
}
.footer-bottom .left {
  width: 60%;
}
.footer-bottom .left .bottom-logo {
  width: 3.64rem;
  height: 0.87rem;
  margin: 0.40rem 0;
}
.footer-bottom .left .bottom-desc p{
  line-height: 0.32rem;
}

.footer-bottom .right{
  width: 38%;
}
.footer-bottom .right .email {
  display: flex;
  justify-content: end;
  margin-bottom: 0.40rem;
  gap:0.50rem;
}
.footer-bottom .right .email-item{
  width: 2.40rem;
  height: 0.80rem;
  border-radius: 0.12rem;
  display: flex;
  background-size: contain;
  transition: all 0.5s ease;
  align-items: center;
  justify-content: center;
  gap:0.30rem;
}
.footer-bottom .right .email-item .icon{
  width: 0.51rem;
  height: 0.34rem;
  display: block;
  background-size: contain;
}
.footer-bottom .right .sjxx {
  background: url(../img2025/shu.png) no-repeat;
}
.footer-bottom .right .xzxx {
 background: url(../img2025/xiao.png) no-repeat;
}
.footer-bottom .right .email-item:hover {
  transform: scale(1.1);
}
.footer-bottom .right .desc {
  display: flex;
  align-items: center;
  gap:0.40rem;
}
.footer-bottom .right .desc .sydw{
  display: inline-block;
  width: 0.80rem;
  height: 0.80rem;
  background-size: contain;
  margin-right: 0.20rem;
}
.footer-bottom .right .desc .bqxx {
  line-height: 0.40rem;
}

.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("../img2025/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;
}

/* footer end */

@media (max-width: 1680px) {
  .footer-bottom .left .bottom-logo {
    margin: 0.20rem 0;
  }
  .footer-bottom .left{
    height: 54%;
  }
  .footer-bottom .right {
    width: 44%;
  }
  .footer-bottom .right .desc .bqxx {
    flex: 1;
  }
}

@media (max-width: 1400px) {
  .footer-bottom .left{
    height: 50%;
  }
  .footer-bottom .right {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .site-header {
    padding: 10px 15px !important;
    height: 70px !important;
    background: #0093DD;
  }
  .site-header .top {
    position: relative;
    margin: 0;
    height: 100%;
  }
  .site-header .logo{
    width: 300px !important;
    margin-left: 0 !important;
  }
  .site-header .top .top-nav{
    display: none;
  }
  .header .content {
    width: 100%;
  }
  .top-nav {
    display: none !important;
  }
  .nav-box {
    position: absolute !important;
    display: block;
    margin-right: 0;
    top: 70px !important;
    right: 0px !important;
    z-index: 9999;
    width: 100% !important;
    height: 0;
    overflow: scroll;
  }

 .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-box {
    margin: 0 auto !important;
    background-color: #fff;
    height: calc(100vh - 0.70rem) !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);
  }
  .nav-box .nav-content {
    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-box .nav-content > 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-content {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .mobile-on .nav-content li {
    width: 100%;
  }
  .mobile-on .nav-content li a {
    display: inline-block;
    color: #222 !important;
    font-size: 14px !important;
    font-weight: 500;
    width: 100%;
    padding: 10px 40px;
  }

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

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

  .mobile-on .nav-bottom {
    display: block;
    margin: 20px 10px;
    height: 80px;
  }

  .mobile-on .search-input-box {
    display: flex;
    margin: 10px 10px;
  }

  .mobile-on .search-input-box input {
    display: block;
    height: 36px;
    line-height: 36px;
    border-radius: 0;
  }
  .mobile-on .search-input-box .s-input {
    width: calc(100% - 0.70rem);
    background: #fff;
    padding: 0 12px;
    font-size: 14px;
    border: 1px solid #eee;
  }
  .mobile-on .search-input-box .s-btn {
    position: relative;
    background: #d8a219;
    color: #fff;
    width: 70px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
  }


  .mobile-on .nav-bottom .left {
    float: left;
  }
  .mobile-on .nav-bottom .right {
    float: right;
  }
  .mobile-on .nav-bottom ul{
    display: flex;
    gap: 10px;
    margin: 10px;
  }
  .mobile-on .nav-bottom ul a{
    color: #0093DD;
      font-size: 14px;
      display: inline-block;
      height: 20px;
  }

.footer{
    padding-top: 0.30rem !important;
    height: auto !important;
  }
  .footer .yqlj {
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 0.20rem !important;
    gap: 0.20rem;
  }
  .footer .yqlj a {
    width: 30%;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 0.20rem;
  }
  .footer-bottom .left,
  .footer-bottom .right {
    width: 100% !important;
  }
  .footer-bottom .left .bottom-logo {
    margin: 0.10rem auto !important
  }
  .footer-bottom .right .email{
    margin-bottom: 0.10rem !important;
  }
  .footer-bottom .right .desc .sydw {
    width: 0.60rem !important;
    height: 0.60rem !important;
    margin-right: 0.10rem !important;
  }
  .footer-bottom .left p {
    text-align: center;
  }
  .footer-bottom .right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .footer{
    padding-top: 0.30rem !important;
    height: auto !important;
  }
  .footer .yqlj {
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 0.20rem !important;
    gap: 0.20rem 0.05rem;
  }
  .footer .yqlj a {
    width: 48%;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 0.20rem;
  }
  .footer-bottom .left,
  .footer-bottom .right {
    width: 100% !important;
  }
  .footer-bottom .left .bottom-logo {
    margin: 0.10rem auto !important
  }
  .footer-bottom .right .email{
    margin-bottom: 0.10rem !important;
  }
  .footer-bottom .right .desc .sydw {
    width: 0.60rem !important;
    height: 0.60rem !important;
    margin-right: 0.10rem !important;
  }
}

@media (max-width: 480px) {
  .footer .yqlj {
    gap: 10px 5px !important;
  }
  .footer .yqlj a {
    width: 48%;
  }
}