<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  font-size: calc(100vw * 100 / 1920);
}
@media (min-width: 1921px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: calc(100vw * 76.8 / 768);
  }
}
@font-face {
  font-family: HarmonyOS Sans SC;
  src: url(https://font.fonwi.com/xinweb/addfile/zhongweite/fonts/HarmonyOS_Sans_SC_Regular.ttf);
}
body {
  font-size: 14px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Regular, sans-serif;
}
input,
button,
textarea {
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Regular, sans-serif;
}
body.lock {
  overflow: hidden;
}
:root {
  --font-14: 14px;
  --font-16: max(14px, 0.16rem);
  --font-18: max(16px, 0.18rem);
  --font-20: max(16px, 0.2rem);
  --font-22: max(18px, 0.22rem);
  --font-24: max(18px, 0.24rem);
  --font-26: max(18px, 0.26rem);
  --font-28: max(20px, 0.28rem);
  --font-30: max(20px, 0.3rem);
  --font-31: max(20px, 0.31rem);
  --font-32: max(20px, 0.32rem);
  --font-34: max(20px, 0.34rem);
  --font-36: max(20px, 0.36rem);
  --font-37: max(20px, 0.37rem);
  --font-38: max(20px, 0.38rem);
  --font-40: max(24px, 0.4rem);
  --font-42: max(24px, 0.42rem);
  --font-46: max(24px, 0.46rem);
  --font-48: max(24px, 0.48rem);
  --font-52: max(24px, 0.52rem);
  --font-56: max(24px, 0.56rem);
  --font-58: max(24px, 0.58rem);
  --font-60: max(24px, 0.6rem);
  --font-68: max(24px, 0.68rem);
  --font-70: max(24px, 0.7rem);
  --font-80: max(24px, 0.8rem);
  --font-90: max(24px, 0.9rem);
  --theme: #036eb8;
  --duration: 0.6s;
  --duration-min: 0.45s;
  --index-banner1-duration: 5s;
  --phone-space: 35px;
  /* --height-top: 103px; */
  --height-top: 86px;
  /* --height-bottom: 71px; */
  --height-bottom: 51px;
}
.img-w-100 {
  display: block;
  width: 100%;
  height: auto;
}
.img-mw-100 {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.wrap {
  max-width: 1500px;
  width: 86%;
  display: block;
  margin: 0 auto;
}
header {
  position: sticky;
  top: 0;
  z-index: 67;
  background-color: #fff;
}
.header .head-top {
  display: flex;
  align-items: center;
  height: var(--height-top);
  border-bottom: 1px solid #efefef;
  overflow-x: hidden;
}
.header .head-top .logo a {
  display: block;
}
.header .head-top .logo a img {
  display: block;
  width: 183px;
}
.header .head-top .count-down {
  margin-left: auto;
  display: flex;
  align-items: center;
  /* 2025-4-30 */
  margin-right: max(0.55rem, 15px);
}
.header .head-top .count-down .count-text {
  font-weight: 400;
  font-size: var(--font-18);
  color: #777777;
  line-height: 1.22222222;
}
.header .head-top .count-down .time-area {
  display: flex;
  align-items: center;
  margin-left: 16px;
}
.header .head-top .count-down .time-area .time-item {
  display: flex;
  align-items: center;
}
.header .head-top .count-down .time-area .time-item .time-text {
  width: 40px;
  height: 40px;
  background: #77bbea;
  border-radius: 5px;
  font-weight: 400;
  font-size: var(--font-18);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.header .head-top .count-down .time-area .time-item .time-unit {
  font-weight: 400;
  font-size: var(--font-18);
  color: #666666;
  margin-left: max(0.1rem, 5px);
  margin-right: max(0.1rem, 5px);
}
.header .head-top .other {
  /* margin-left: max(0.55rem, 15px); */
  /* 2025-4-30 */
  margin-left: auto;
  display: flex;
  align-items: center;
}
.header .head-top .other .link-list .link-text {
  font-weight: 400;
  font-size: var(--font-18);
  transition: var(--duration-min);
  color: #666666;
}
.header .head-top .other .link-list .link-text:hover {
  color: #375fd1;
}
.header .head-top .other .search {
  margin-left: max(0.25rem, 10px);
  position: relative;
  overflow: hidden;
  z-index: 2;
  --search-width: 180px;
}
.header .head-top .other .search.active {
  overflow: visible;
}
.header .head-top .other .search.active .search-input .form-line {
  right: 0;
}
.header .head-top .other .search .search-top {
  width: 45px;
  height: 45px;
  background: #036eb8;
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
}
.header .head-top .other .search .search-input .form-line {
  position: absolute;
  right: calc(-1 * var(--search-width));
  top: 0;
  transition: var(--duration);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--search-width);
  height: 45px;
  cursor: pointer;
  user-select: none;
  z-index: 2;
}
.header .head-top .other .search .search-input input {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #dee8ee;
  border: none;
  outline: none;
  border-radius: 20px;
  padding-right: 35px;
  padding-left: 15px;
}
.header .head-top .other .search .search-input input:focus {
  outline: none;
}
.header .head-top .other .search .search-input button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  user-select: none;
  cursor: pointer;
}
.header .head-top .other .search .search-input button img {
  object-fit: contain;
  width: 16px;
}
.header .head-bottom {
  height: var(--height-bottom);
}
.header .head-bottom .nav {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .head-bottom .nav .nav-item {
  margin-right: max(1.25rem, 15px);
  height: 100%;
  position: relative;
  z-index: 7;
}
.header .head-bottom .nav .nav-item.active .nav-top a,
.header .head-bottom .nav .nav-item.hover-active .nav-top a,
.header .head-bottom .nav .nav-item:hover .nav-top a {
  color: var(--theme);
}
.header .head-bottom .nav .nav-item.active .nav-top a::after,
.header .head-bottom .nav .nav-item.hover-active .nav-top a::after,
.header .head-bottom .nav .nav-item:hover .nav-top a::after {
  width: 100%;
}
.header .head-bottom .nav .nav-item:last-of-type {
  margin-right: 0;
}
.header .head-bottom .nav .nav-item.custom .nav-top a {
  color: #cea024;
}
.header .head-bottom .nav .nav-item.custom .nav-top a .icon {
  margin-left: 5px;
}
.header .head-bottom .nav .nav-item .nav-top {
  height: 100%;
}
.header .head-bottom .nav .nav-item .nav-top a {
  font-weight: 500;
  font-size: var(--font-20);
  color: #000000;
  white-space: nowrap;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header .head-bottom .nav .nav-item .nav-top a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% - 2px);
  width: 0;
  height: 2px;
  background-color: var(--theme);
  transform: translateX(-50%);
  transition: var(--duration);
  border-radius: 6px;
  z-index: 2;
}
.header .head-bottom .nav .nav-item .nav-bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  background-color: #fff;
  box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
  text-align: center;
  display: none;
  padding: 15px;
  padding-bottom: 10px;
}
.header .head-bottom .nav .nav-item .nav-bottom a {
  white-space: nowrap;
  font-size: var(--font-14);
  color: #666;
  line-height: 2;
  text-align: center;
  background: #fff;
  margin-bottom: 2px;
  transition: var(--duration-min);
}
/* 2025-3-31 淇敼 */
.header .head-bottom .nav .nav-item .nav-bottom a.font-bold {
  font-weight: bold;
  color: #cea024;
}
/* 2025-3-31 淇敼 */
.header .head-bottom .nav .nav-item .nav-bottom a.font-bold:hover {
  color: #cea024;
}
.header .head-bottom .nav .nav-item .nav-bottom a:hover {
  color: var(--theme);
}
footer {
  min-height: 650px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/footer-bg.png);
  background-position: center center;
  padding-top: max(20px, 0.53rem);
}
.footer-wrap .foot-nav {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0.77rem;
}
.footer-wrap .foot-nav .nav-list {
  margin-right: 15px;
}
.footer-wrap .foot-nav .nav-list:last-of-type {
  margin-right: 0;
}
.footer-wrap .foot-nav .nav-list .n-head .n-title {
  font-weight: bold;
  font-size: var(--font-24);
  color: #ffffff;
  line-height: 1;
  white-space: nowrap;
  margin-bottom: max(15px, 0.27rem);
}
.footer-wrap .foot-nav .nav-list .n-main .item-text {
  font-weight: 400;
  font-size: var(--font-18);
  color: rgba(255, 255, 255, 0.3);
  line-height: 2;
  transition: var(--duration);
}
.footer-wrap .foot-nav .nav-list .n-main .item-text:hover {
  color: #ffd155;
}
.footer-wrap .info-line {
  display: flex;
  align-items: flex-start;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.footer-wrap .info-line .line-left {
  width: 54.67%;
  flex-shrink: 0;
}
.footer-wrap .info-line .line-left .foot-logo {
  max-width: 125px;
  margin-bottom: 20px;
}
.footer-wrap .info-line .line-left .foot-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.footer-wrap .info-line .line-left .info-list {
  display: flex;
  flex-wrap: wrap;
}
.footer-wrap .info-line .line-left .info-list .info-item {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.66666667;
  color: #81807e;
  width: 29.635%;
  margin-right: max(15px, 0.45rem);
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.footer-wrap .info-line .line-left .info-list .info-item:nth-child(3n) {
  margin-right: 0;
}
.footer-wrap .info-line .line-left .info-list .info-item .params {
  color: #ffffff;
}
.footer-wrap .info-line .line-right {
  margin-left: auto;
  display: flex;
  align-items: flex-start;
}
.footer-wrap .info-line .line-right .item {
  text-align: center;
  margin-right: max(15px, 0.58rem);
}
.footer-wrap .info-line .line-right .item:last-of-type {
  margin-right: 0;
}
.footer-wrap .info-line .line-right .item .pic {
  width: 95px;
  height: 95px;
  margin-left: auto;
  margin-right: auto;
}
.footer-wrap .info-line .line-right .item .pic img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.footer-wrap .info-line .line-right .item .text {
  font-weight: 400;
  font-size: var(--font-16);
  color: #dcdcdc;
  margin-top: 15px;
}
.footer-wrap .copyright {
  padding-top: 16px;
  padding-bottom: 21px;
  margin-top: max(10px, 0.17rem);
}
.footer-wrap .copyright .link-list {
  font-weight: 400;
  font-size: var(--font-18);
  line-height: 1.66666667;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.footer-wrap .copyright .link-list span {
  color: #ffffff;
}
.footer-wrap .copyright .link-list a {
  color: #81807e;
  transition: var(--duration);
  display: flex;
  align-items: center;
}
.footer-wrap .copyright .link-list a:hover {
  color: #d59d07;
}
.footer-wrap .copyright .link-list a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 18px;
  background-color: #81807e;
  margin-left: max(6px, 0.15rem);
  margin-right: max(6px, 0.15rem);
}
.footer-wrap .copyright .link-list a:last-of-type::after {
  display: none;
}
.footer-wrap .copyright .info-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-wrap .copyright .info-list .left .text {
  font-weight: 300;
  font-size: 16px;
  color: #81807e;
  margin-right: 5px;
}
.footer-wrap .copyright .info-list .left .link-text {
  font-weight: 300;
  font-size: 16px;
  color: #81807e;
  transition: var(--duration);
  margin-right: 5px;
}
.footer-wrap .copyright .info-list .left .link-text:hover {
  color: #ffd155;
}
.footer-wrap .copyright .info-list .left .support {
  font-weight: 300;
  font-size: var(--font-16);
  color: rgba(255, 255, 255, 0.05);
  margin-left: 0.94rem;
  transition: var(--duration);
}
.footer-wrap .copyright .info-list .left .support:hover {
  color: #fff;
}
.footer-wrap .copyright .info-list .right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer-wrap .copyright .info-list .right .icon-item {
  margin-right: max(0.21rem, 15px);
  position: relative;
}
.footer-wrap .copyright .info-list .right .icon-item:last-of-type {
  margin-right: 0;
}
.footer-wrap .copyright .info-list .right .icon-item:hover .pic .default {
  display: none;
}
.footer-wrap .copyright .info-list .right .icon-item:hover .pic .hover {
  display: block;
}
.footer-wrap .copyright .info-list .right .icon-item:hover .hover-box {
  transform: translateX(-50%) scale(1, 1);
}
.footer-wrap .copyright .info-list .right .icon-item .pic {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
}
.footer-wrap .copyright .info-list .right .icon-item .pic .default {
  opacity: 0.2;
}
.footer-wrap .copyright .info-list .right .icon-item .pic .hover {
  display: none;
}
.footer-wrap .copyright .info-list .right .icon-item .hover-box {
  width: 90px;
  height: 90px;
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%) scale(0, 1);
  transition: var(--duration);
}
.footer-wrap .copyright .info-list .right .icon-item .hover-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-wrap .foot-aside {
  position: fixed;
  right: max(0.7rem, 15px);
  bottom: 1.12rem;
  z-index: 20;
}
.footer-wrap .foot-aside .aside-item {
  width: 50px;
  height: 50px;
  background: #186298;
  margin-bottom: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  position: relative;
  transition: var(--duration);
}
.footer-wrap .foot-aside .aside-item:hover {
  background-color: #d59d07;
}
.footer-wrap .foot-aside .aside-item:hover .hover-box {
  transform: translateY(-50%) scale(1, 1);
}
.footer-wrap .foot-aside .aside-item .hover-box {
  position: absolute;
  right: 125%;
  top: 50%;
  transform: translateY(-50%) scale(1, 0);
  background: var(--theme);
  color: #fff;
  font-size: 14px;
  transition: all var(--duration) ease;
}
.footer-wrap .foot-aside .aside-item .hover-box.hover-phone {
  white-space: nowrap;
  padding: 10px 15px;
  border-radius: 5px;
}
.footer-wrap .foot-aside .aside-item .hover-box.hover-qrcode {
  background-color: transparent;
}
.footer-wrap .foot-aside .aside-item .hover-box.hover-qrcode img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  border-radius: 5px;
}
.footer-wrap .foot-aside .aside-item .hover-box.custom-hover-box {
  white-space: nowrap;
  color: #fff;
  padding: 20px 15px;
  border-radius: 10px;
}
.footer-wrap .foot-aside .aside-item .hover-box.custom-hover-box h5 {
  font-size: var(--font-22);
  font-weight: bold;
  margin-bottom: 10px;
}
.footer-wrap .foot-aside .aside-item .hover-box.custom-hover-box p {
  font-size: var(--font-16);
  font-weight: normal;
}
@media (max-width: 1600px) {
  .footer-wrap .info-line .line-left {
    width: 70%;
  }
  .footer-wrap .foot-aside {
    right: max(0.3rem, 15px);
  }
  .footer-wrap .info-line .line-right .item {
    margin-right: 0.3rem;
  }
}
@media (max-width: 1200px) {
  .header .head-bottom .nav .nav-item {
    margin-right: 0.75rem;
  }
  .footer-wrap .info-line {
    flex-wrap: wrap;
  }
  .footer-wrap .info-line .line-left {
    width: 100%;
  }
  .footer-wrap .info-line .line-right {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .header .head-top {
    flex-wrap: wrap;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header .head-top .count-down {
    width: 100%;
    order: -1;
    margin-bottom: 10px;
    justify-content: center;
  }
  .header .head-top .other {
    margin-left: auto;
  }
  .header .head-bottom {
    display: none;
  }
  .header .phone-btn {
    display: block;
    margin-left: 15px;
    user-select: none;
    cursor: pointer;
  }
  /* 鎵嬫満绔姌鍙犳寜閽� */
  .header .phone-btn span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: var(--theme);
    margin-bottom: 7px;
    transition: var(--duration) all ease;
  }
  .header .phone-btn span:last-of-type {
    margin-bottom: 0;
  }
  .header .phone-btn.active span:nth-child(1) {
    transform: rotate(45deg) translateY(6px);
  }
  .header .phone-btn.active span:nth-child(2) {
    display: none;
  }
  .header .phone-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-7px);
  }
  /* 鎵嬫満绔姌鍙犺彍鍗� */
  .header .phone-nav {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px 20px;
  }
  .header .phone-nav .nav-item {
    margin-bottom: 15px;
  }
  .header .phone-nav .nav-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .phone-nav .nav-top.active a {
    color: var(--theme);
  }
  .header .phone-nav .nav-top.active .toggle-icon {
    transform: rotate(45deg);
  }
  .header .phone-nav .nav-top a {
    font-size: var(--font-18);
    color: #000;
    transition: var(--duration);
  }
  .header .phone-nav .nav-top a:hover {
    color: var(--theme);
  }
  .header .phone-nav .nav-top .toggle-icon {
    user-select: none;
    cursor: pointer;
    transition: var(--duration) ease;
  }
  .header .phone-nav .nav-bottom {
    margin-top: 15px;
    padding-left: 15px;
    display: none;
  }
  .header .phone-nav .nav-bottom .item {
    margin-bottom: 10px;
  }
  .header .phone-nav .nav-bottom a {
    font-size: var(--font-16);
    color: #000;
    transition: var(--theme);
  }
  .header .phone-nav .nav-bottom a:hover {
    color: var(--theme);
  }
  /* 2025-3-31 淇敼 */
  .header .phone-nav .nav-bottom a.font-bold {
    font-weight: bold;
    color: #cea024;
  }
  .header .phone-nav .nav-bottom a.font-bold:hover {
    color: #cea024;
  }
}
@media (max-width: 768px) {
  .wrap {
    width: 92%;
  }
  .header .head-top .logo a img {
    width: 120px;
  }
  .header .head-top .count-down .time-area .time-item .time-text {
    width: 30px;
    height: 30px;
  }
  .header .head-top .count-down .time-area .time-item .time-text {
    font-size: var(--font-14);
  }
  .footer-wrap .foot-aside {
    right: 10px;
  }
  .footer-wrap .foot-nav {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-wrap .foot-nav .nav-list {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .footer-wrap .foot-nav .nav-list .n-head .n-title {
    margin-bottom: 10px;
  }
  .footer-wrap .foot-nav .nav-list {
    width: 47.5%;
  }
  .footer-wrap .foot-nav {
    margin-bottom: 20px;
  }
  .footer-wrap .info-line .line-left .info-list {
    justify-content: space-between;
  }
  .footer-wrap .info-line .line-left .info-list .info-item {
    width: 49%;
    margin-right: 0;
    margin-bottom: 6px;
  }
  .footer-wrap .info-line .line-right {
    width: 100%;
    justify-content: center;
  }
  .footer-wrap .info-line .line-left .info-list .info-item {
    font-size: 14px;
  }
  .footer-wrap .copyright .link-list {
    display: none;
  }
  .footer-wrap .copyright .info-list {
    flex-wrap: wrap;
  }
  .footer-wrap .copyright .info-list .left {
    width: 100%;
  }
  .footer-wrap .copyright .info-list a,
  .footer-wrap .copyright .info-list span {
    display: block;
  }
  .footer-wrap .copyright .info-list .left .support {
    margin-left: 0;
  }
  .footer-wrap .copyright .info-list .right {
    width: 100%;
    justify-content: center;
    padding-top: 15px;
  }
}
@media (max-width: 576px) {
  .header .head-top .count-down .count-text {
    font-size: 14px;
  }
  .footer-wrap .foot-nav .nav-list .n-main .item-text {
    font-size: 14px;
  }
  .footer-wrap .foot-aside .aside-item {
    width: 40px;
    height: 40px;
  }
  .footer-wrap .foot-aside .aside-item &gt; img {
    width: 50%;
    height: 50%;
    object-fit: contain;
  }
  .footer-wrap .copyright .info-list .left .text,
  .footer-wrap .copyright .info-list .left .link-text {
    font-size: 14px;
  }
}
/* 澶т簬绛変簬993 px */
@media (min-width: 993px) {
  .phone-btn,
  .phone-nav {
    display: none !important;
  }
}
</pre></body></html>