<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

.active {
  color: #0066bf;
}

.current {
  color: #fff !important;
  background-color: #0066bf;
}

.product-current {
  background: #0066bf !important;
  font-weight: bold;
  color: #fff !important;
}
.concat-us table{
  display: flex;
  justify-content: center;
  align-items: center;
}
.concat-us table tbody td{
  border: 1px solid #e5e7eb;
}


.about-box p,
.adetail-box p {
  width: 100%;
}
.detail-box p span{
  display: inline-block;
  text-align: left;
  width: 100%;
}


.about-box p img,
.detail-box p img {
  display: inline-block;
}

.case-box a .case-tit-box:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  left: 0;
  height: 0;
  background-color: #0066bf;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}

.case-box a:hover .case-tit-box{
  color: white;
}

.case-box a:hover .case-tit-box:after {
  top: 0;
  height: 100%;
}

.footer-box .footer-tit:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 50%;
  height: 2px;
  background-color: #0066bf;
}

.footer-box:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #476a8d;
}

a {
  cursor: pointer;
  white-space: nowrap;
}

.elli1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.indexTitle {
  font-size: 36px;
}

.indexTitleEn {
  font-size: 14px;
  color: #999;
}

.container {
  padding: 0 12.5vw;
  max-width: none !important;
}

.pr {
  padding-right: 12.5vw;
}

.pl {
  padding-left: 12.5vw;
}

.banner {
  --swiper-pagination-bottom: clamp(30px, 3.1vw, 65px);
  --swiper-pagination-top: auto;
}

.banner .swiper-pagination {
  text-align: right;
  padding-right: 12.5vw;
}

.swiper-pagination-bullet {
  background: #b4babf;
  width: 39px;
  height: 2px;
  border-radius: 0px;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #0066bf;
}


/* æ‰‹æœºèœå•æŒ‰é’® */
.burger {
  position: relative;
  width: 35px;
  height: 24px;
  background: transparent;
  display: block;
}

.burger input {
  display: none;
}

.burger span {
  display: block;
  position: absolute;
  height: 2.5px;
  width: 100%;
  background: #003399;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.burger span:nth-of-type(1) {
  top: 0px;
  transform-origin: left center;
}

.burger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
  transform-origin: left center;
}

.burger span:nth-of-type(3) {
  top: 100%;
  transform-origin: left center;
  transform: translateY(-100%);
}

.burger input:checked ~ span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 0px;
  left: 5px;
}

.burger input:checked ~ span:nth-of-type(2) {
  width: 0%;
  opacity: 0;
}

.burger input:checked ~ span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 24px;
  left: 4px;
}


@media (min-width: 1024px) {
  [pc="hide"] {
    display: none !important;
  }
}

@media (max-width: 1536px) {
  .container {
    padding: 0 6.25vw;
  }

  .pr {
    padding-right: 6.25vw;
  }

  .pl {
    padding-left: 6.25vw;
  }

  .indexTitle {
    font-size: 32px;
  }

  .banner .swiper-pagination {
    padding-right: 6.25vw;
  }
}

@media (max-width: 1280px) {
  .container {
    padding: 0 5.208vw;
  }

  .pr {
    padding-right: 5.208vw;
  }

  .pl {
    padding-left: 5.208vw;
  }

  .indexTitle {
    font-size: 28px;
  }

  .banner .swiper-pagination {
    padding-right: 5.208vw;
  }
}

@media (max-width: 1023px) {
  .container {
    padding: 0 4.166vw;
  }

  .indexTitle {
    font-size: 24px;
  }

  .pr {
    padding-right: 4.166vw;
  }

  .pl {
    padding-left: 4.166vw;
  }

  .footer-box:after {
    display: none;
  }

  .banner .swiper-pagination {
    padding-right: 4.166vw;
  }

  [wap="hide"] {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 2.604vw;
  }

  .pr {
    padding-right: 2.604vw;
  }

  .pl {
    padding-left: 2.604vw;
  }

  .indexTitle {
    font-size: 20px;
  }

  .banner {
    --swiper-pagination-bottom: 10px;
    --swiper-pagination-top: auto;
  }

  .banner .swiper-pagination {
    padding-right: 0;
    text-align: center;
  }
  .about-box{
    overflow: hidden;
    overflow-x: scroll;
  }
}

@media (max-width: 640px) {
  .container {
    padding: 0 20px;
  }

  .banner .swiper-pagination {
    padding-right: 20px;
  }

  .pr {
    padding-right: 20px;
  }

  .pl {
    padding-left: 20px;
  }

  .indexTitle {
    font-size: 18px;
  }
}
</pre></body></html>