<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.index-head {
  position: fixed;
  top: 0;
  z-index: 999;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  padding-top: 1.29vh;
  padding-left: 4.22vw;
  padding-right: 4.38vw;
  background: rgba(0,0,0,0.2);
}
.primary-menu:hover .pmenu-name {
  color: #fff;
}
.index-logo {
  width: 3.6vw;
}

.name-logo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.company-name {
  color: rgba(255,255,255,1);
}

.nav-index-search {
  align-self: stretch;
  min-height: 8.44vh;
  margin-left: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.nav-index-item {
  align-self: stretch;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-left: 2vw;
  font-size: 0.9rem;
  color: rgba(255,255,255,1);
}

.nav-index-item:hover {
  text-decoration: none;
}

.nav-index-item:active {
  text-decoration: none;
}

.search-index {
  width: 1vw;
  margin-left: 1.62vw;
  cursor: pointer;
}

.sindex-blue {
  width: 7.95%;
  cursor: pointer;
}

.nav-index-text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: rgba(255,255,255,1);
}

.blue-index-line {
  position: absolute;
  bottom: 5px;
  display: none;
  width: 1.88vw;
  height: 3px;
  background: rgba(34,63,129,1);
}

.nav-index-item:hover .blue-index-line {
  display: block;
}

.nav-index-item:hover .nav-index-text {
  color: #223F81;
}

.fle-cente {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.s-index-menu {
  display: inline-block;
  padding: 3.7vh 3.03vw;
  color: rgba(255,255,255,1);
  white-space: nowrap;
}

.con-index-smenu {
  position: absolute;
  top: 100%;
  display: none;
  white-space: nowrap;
  background: rgba(0,0,0,0.2);
}

.nav-index-item:hover .con-index-smenu {
  display: block;
}

.index-banner {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.index-swiper .swiper-pagination-bullet {
  background: rgba(255,255,255,1);
  opacity: 0.3;
}

.index-swiper .swiper-pagination-bullet-active {
  background: rgba(255,255,255,1);
  opacity: 0.6;
}

.index-swiper .swiper-slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transform-origin: 50% 400%;
}

.index-swiper .swiper-slide:first-of-type {
  z-index: 2;
  opacity: 1;
}

.index-swiper {
  height: 100vh;
}

@keyframes slideLeft {
  from {
  }
  to {
    transform: rotate(-20deg) translateX(-100%);
  }
}

@keyframes slideRight {
  from {
    transform: rotate(20deg) translateX(100%);
  }
  to {
    transform: rotate(0deg) translateX(0);
  }
}

.slide-out {
  animation: slideLeft 0.9s cubic-bezier(0.7, 0, 0.3, 1);
}

.slide-into {
  animation: slideRight 0.9s cubic-bezier(0.7, 0, 0.3, 1);
}

.index-con-swiper {
  background: #000;
}

.model-img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.index-progres {
  position: fixed;
  top: 50%;
  right: 3.6vw;
  z-index: 999;
}

.hollow-circle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1.1vw;
  height: 1.1vw;
  border-radius: 50%;
  cursor: pointer;
}

.hollow-circle:not(:first-child) {
  margin-top: 1.7vh;
}

.active-progres {
  border: 1px solid rgba(255,255,255,1);
}

.white-circle {
  width: 0.7vw;
  height: 0.7vw;
  background: rgba(255,255,255,1);
  border-radius: 50%;
}

.con-content {
  height: 100vh;
  overflow: hidden;
}

.index-product {
  position: absolute;
  top: 21.32vh;
  left: 0;
  right: 0;
  display: none;
  text-align: center;
}

.model-en {
  color: rgba(255,255,255,1);
  font-family: Impact;
  font-size: 2rem;
}

.model-zh {
  text-align: center;
  color: rgba(255,255,255,1);
  font-size: 1.6rem;
  font-weight: bold;
}

.index-list-product {
  position: absolute;
  top: 38.46vh;
  left: 0;
  right: 0;
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 61vw;
  margin: 0 auto;
}

.ipic {
  position: relative;
}

.ipic:nth-child(1),
.ipic:nth-child(2),
.ipic:nth-child(3),
.ipic:nth-child(4) {
  left: -10.44vw;
}


.ipic:nth-child(5),
.ipic:nth-child(6),
.ipic:nth-child(7),
.ipic:nth-child(8) {
  left: 12.00vw;
}

.ip-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.ip-img {
  width: 15vw;
}

.ip-text {
  position: absolute;
  color: rgba(255,255,255,1);
}

.index-news {
  position: absolute;
  top: 19.15vh;
  left: 43.08vw;
  display: none;
}

.inews-mc {
  position: absolute;
  top: 38.36vh;
  left: 18.75vw;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}

.news-index-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.index-mbot:not(:last-child) .news-index-item {
  margin-bottom: 4.47vh;
}

.news-index-date {
  width: 20.11%;
  font-family: Impact;
  font-size: 2rem;
  color: rgba(255,255,255,1);
}

.index-title-news {
  width: 100%;
  margin-bottom: 0.9vh;
  color: rgba(255,255,255,1);
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-content-news {
  width: 100%;
  color: rgba(255,255,255,1);
  font-size: 0.8rem;
}

.icn-webkibo {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-index-img {
  width: 30.32vw;
  height: 100%;
  object-fit: cover;
  visibility: hidden;
}

.news-index-backgroun {
  width: 32.19vw;
  background: rgba(0,0,0,0.5);
  visibility: hidden;
  animation-duration: 0.6s;
}

.news-index-list {
  width: 32.19vw;
  padding-top: 5.5vh;
  padding-bottom: 5.5vh;
  padding-left: 3.18vw;
  visibility: hidden;
  animation-duration: 0.6s;
}

.news-index-text {
  width: 79.89%;
  padding-right: 3.29vw;
}

.con-isearch {
  position: absolute;
  top: 0;
  right: -1px;
  display: none;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 12.71vw;
  padding-left: 0.4vw;
  padding-right: 0.94vw;
  background: rgba(255,255,255,1);
  border: 1px solid rgba(255,255,255,1);
  border-radius: 19px;
}

.search-index-inpu {
  width: 92.05%;
  border: none;
  background-color: transparent;
  outline: none;
}

.index-company {
  position: absolute;
  top: 23.02vh;
  left: 45vw;
  display: none;
}

.index-conc {
  position: absolute;
  top: 41.04vh;
  left: 35vw;
}

.index-porw {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 25.21vw;
  margin-right: 0.94vw;
  overflow: hidden;
  visibility: hidden;
}

.indc-bgimg {
  width: 25.21vw;
  min-height: 37.16vh;
  height: 100%;
  object-fit: cover;
}

.indc-con {
  position: absolute;
  left: 2.82vw;
}

.index-mbcfs {
  margin-bottom: 2vh;
  color: rgba(255,255,255,1);
  font-weight: bold;
  font-size: 1.1rem;
}

.index-widc {
  width: 29vw;
  color: rgba(255,255,255,1);
  font-size: 0.9rem;
}

.indc-con-bgimg {
  height: 100%;
  transition: all 1.5s ease;
}

.indc-con-bgimg:hover {
  transform: scale(1.3);
}

.index-diwb {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index-dffdc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

.index-imab {
  width: 22.09vw;
}

.index-pat0 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 12.5vw;
  background: rgba(0,63,121,0.7);
}

.index-entm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100%;
  padding-left: 1.67vw;
  padding-right: 1.52vw;
}

.index-text-entm {
  color: rgba(255,255,255,1);
  font-weight: bold;
  font-size: 1.1rem;
}

.index-colw {
  color: rgba(255,255,255,1);
  font-size: 0.9rem;
}

.index-enla {
  transition: all 1.5s ease;
}

.index-enla:hover {
  transform: scale(1.3);
}

.index-proh {
  position: relative;
  overflow: hidden;
  visibility: hidden;
}

.index-ima2 {
  width: 22.09vw;
}

.index-serv {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 12.5vw;
  background: rgba(202,139,66,0.54);
}

.index-contact {
  position: absolute;
  top: 19.15vh;
  left: 43.18vw;
  display: none;
}

.index-enac {
  position: absolute;
  top: 34.73vh;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding: 8.25vh 2.82vw 6.3vh 3.08vw;
  background: rgba(244,246,250,1);
  visibility: hidden;
}

.indc-comn {
  margin-bottom: 2vh;
  color: rgba(20,56,129,1);
  font-weight: bold;
  font-size: 1.1rem;
}

.indc-dffr {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}

.indc-marr {
  margin-right: 2.14vw;
}

.indc-info {
  color: rgba(51,51,51,1);
  font-size: 0.8rem;
}

.indc-numb {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.indc-feed {
  display: inline-block;
  margin-top: 3vh;
  padding: 1.7vh 1.46vw;
  font-size: 0.9rem;
  color: rgba(254,254,254,1);
  background: rgba(20,56,129,1);
  cursor: pointer;
}

.indc-teac {
  text-align: center;
}

.indc-offi {
  width: 6.31vw;
}

.indc-scan {
  margin-top: 1.28vh;
  color: rgba(20,56,129,1);
  font-size: 0.8rem;
}

.indc-prdf {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 23.34vw;
  margin-left: 2.45vw;
}

.blue-square {
  position: absolute;
  top: 0;
  z-index: 1;
  align-self: flex-end;
  width: 13.18vw;
  height: 15.67vh;
  background: rgba(34,63,129,1);
}

.indc-pszi {
  position: relative;
  z-index: 2;
  border: 2px solid rgba(34,63,129,1);
}

.indc-wihe {
  width: 21.41vw;
  height: 30.63vh;
}

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

.index-copyright {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 1.5vh 18.7vw 2vh;
  color: rgba(153,153,153,1);
  font-size: 0.8rem;
  background: rgb(34,34,34);
}

.indec-con {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}

.page-header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100vw;
  background: rgba(0,0,0,0.2);
}

.header-cname {
  color: #fff;
}

.pmenu-name {
  color: #fff;
}

.con-smenu {
  background: rgba(0,0,0,0.4);
}

.secondary-menu {
  color: #fff;
}</pre></body></html>