<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  box-sizing: border-box;
}
:root {
  --primary-color: #0560f6;
  --secondary-color: #f8f9fa;
  --text-color: #333;
  --light-text: #999;
  --dark-bg: #222222;
  --spacing-unit: 1rem;
  --container-width: 1200px;
}
html,
body {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  background-color: white;
}
.container {
  max-width: var(--container-width);
  margin: 0 auto;
}
img {
  vertical-align: top;
}
.header__wrapper {
  position: fixed;
  top: 0;
  z-index: 11;
  transition: all 0.3s ease;
  width: 100%;
  background-color: white;
}
.header-active {
  --text-color: #2b2e2e;
  background-color: white;
}
.header {
  width: var(--container-width);
  height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header .header-bg {
  display: none;
  width: 100%;
  height: 0;
  transition: all 0.3s ease;
}
.header .logo img {
  display: inline-block;
  vertical-align: middle;
  height: 38px;
}
.header .nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: transparent;
  position: relative;
  z-index: 1;
}
.header .nav .layui-nav-item {
  margin-left: 40px;
  position: relative;
}
.header .nav .layui-nav-item a {
  padding: 0;
  display: flex;
  align-content: center;
  justify-content: center;
}
.header .nav .layui-nav-item a h5 {
  font-size: 16px;
  font-weight: bold;
  color: var(--text-color);
}
.header .nav .layui-nav-item a:hover {
  color: var(--primary-color);
}
.header .nav .layui-nav-item [data-children] {
  display: none;
}
.header .nav .layui-this::after {
  background: var(--primary-color);
}
.header .nav .layui-nav-bar {
  background: var(--primary-color);
}
.wap_header,
.wap_show,
.wap_footer {
  display: none;
}
@media screen and (max-width: 750px) {
  .wap_header,
  .wap_show {
    display: block;
  }
  .wap_show {
    position: fixed;
    top: 0;
    left: -5.76rem;
    bottom: 0;
    z-index: 12;
    width: 5.76rem;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .wap_show .logo {
    margin: 0 auto;
    width: 4.58rem;
    padding: 0.42rem 0 0.3rem;
  }
  .wap_show .logo img {
    width: 100%;
  }
  .wap_show .layui-colla-title {
    color: #fff;
    font-size: 0.34rem;
    height: 0.9rem;
    line-height: 0.9rem;
    background-color: transparent;
    padding: 0 0.35rem 0 0.46rem;
  }
  .wap_show .layui-collapse,
  .wap_show .layui-colla-content,
  .wap_show .layui-colla-item {
    border: none;
  }
  .wap_show .layui-colla-icon {
    left: inherit;
    right: 0.46rem;
  }
  .wap_show .i .layui-colla-icon {
    display: none;
  }
  .wap_show .layui-colla-content {
    padding: 0 0.46rem 0 0.66rem;
  }
  .wap_show .layui-colla-content h4 {
    color: #fff;
    font-size: 0.3rem;
    line-height: 0.7rem;
  }
  .header {
    display: none;
  }
  .wap_header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .wap_header .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .wap_header .logo img {
    width: 4rem;
    display: inline-block;
    vertical-align: middle;
  }
  .wap_header .menu {
    padding: 0 0.29rem;
    height: 1.23rem;
    line-height: 1.23rem;
  }
  .wap_header .menu .barBox {
    display: inline-block;
    vertical-align: middle;
  }
  .wap_header .menu .bar {
    width: 0.5rem;
    height: 0.06rem;
    border-radius: 0.03rem;
    background-color: #fff;
    margin: 0.1rem 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  [data-children] {
    display: none !important;
  }
}
.cross .bar:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  -ms-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.cross .bar:nth-of-type(2) {
  opacity: 0;
}
.cross .bar:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  -ms-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  color: #fff !important;
}
.swiper .swiper-pagination-bullet-active {
  background-color: #fff !important;
}
/* é¡µè„š */
.footer {
  background-color: var(--dark-bg);
  color: white;
  padding: 60px 0 30px;
}
.footer .footer-logo {
  margin-bottom: 20px;
  width: 200px;
  height: 132px;
}
.footer .text-center {
  text-align: center;
}
.footer .qr-wrapper {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-links li {
  margin-bottom: 10px;
  display: inline-block;
}
.footer .footer-links a {
  color: #999;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer .footer-links a:hover {
  color: white;
}
.footer .text-primary {
  font-size: 42px;
  font-weight: bold;
  color: #f5c751;
  margin-bottom: 20px;
}
.footer h4 {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 5px;
}
.footer .footer-links {
  margin-bottom: 20px;
}
.footer .footer-links a {
  color: white;
  text-decoration: none;
}
.footer .footer-links a:hover {
  color: var(--primary-color);
}
.footer .address-list {
  color: #999;
}
.footer .qr-item {
  padding-top: 30px;
  text-align: center;
}
.footer .qr-item p {
  margin-bottom: 10px;
  color: #999;
}
.footer .qr-item img {
  width: 100px;
  height: 100px;
  border-radius: 4px;
}
.footer .copyright {
  text-align: center;
  border-top: 1px solid #2f2f2f;
  margin-top: 30px;
  padding: 30px 0 0;
  color: #ffffff;
  font-size: 14px;
}
.submenu_show .header-bg {
  position: fixed;
  display: block;
  top: 72px;
  left: 0;
  width: 100vw;
  height: 485px;
  background-color: #fff;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.submenu_show .layui-nav-item:hover [data-children] {
  display: block;
}
.submenu_show .layui-nav-item:hover [data-children] .app-header__main-product {
  position: fixed;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 480px;
  z-index: 99;
}
.submenu_show .app-header__main-product {
  padding-top: 30px;
}
.submenu_show .app-header__main-product .content .enter-wrap .enter-title {
  margin-bottom: 15px;
}
.submenu_show .app-header__main-product .content .enter-wrap .enter-title a {
  font-size: 20px;
  font-weight: bold;
  color: var(--primary-color);
}
.submenu_show .app-header__main-product .content .enter-wrap .enter-title a:hover {
  opacity: 0.8;
}
.submenu_show .app-header__main-product .content .enter-wrap .enter-intor {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}
.submenu_show .app-header__main-product .content .tabs-content .menus {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  gap: 20px;
}
.submenu_show .app-header__main-product .content .tabs-content .menus .col-4 {
  flex: 1;
}
.submenu_show .app-header__main-product .content .tabs-content .menus .col-4 h5 {
  font-size: 16px;
  font-weight: bold;
  color: var(--primary-color);
}
.submenu_show .app-header__main-product .content .tabs-content .menus .col-4 ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  transition: all 0.3s ease;
  line-height: 40px;
}
.submenu_show .app-header__main-product .content .tabs-content .menus .col-4 ul li a:hover {
  color: var(--primary-color);
  transform: translateX(5px);
}
#main-content {
  margin-top: 72px;
}
/* å…¨å±€æ»šåŠ¨æ¡æ&nbsp;·å¼ */
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: rgba(5, 96, 246, 0.2);
  border-radius: 2px;
  transition: all 0.3s ease;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(5, 96, 246, 0.6);
}
/* ç«ç‹æµè§ˆå™¨æ»šåŠ¨æ¡æ&nbsp;·å¼ */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(5, 96, 246, 0.2) transparent;
}
</pre></body></html>