<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@import "include/animation";*/
/**/
.index-news-slider .thumbnail {
  margin-bottom: 0;
  height: 100%;
}
.index-news-slider .swiper-slide {
  height: auto;
  height: initial;
}

.index-section .swiper-pagination {
  position: static;
}

#index_company {
  position: relative;
}
#index_company span {
  color: #105689;
  font-weight: 700;
}

#index_cate {
  position: relative;
  padding-top: 120px;
  background-image: url(../images/product_bg.jpg);
  background-repeat: repeat-y;
}
@media (max-width: 1200px) {
  #index_cate {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  #index_cate {
    padding-top: 60px;
  }
}
@media (max-width: 480px) {
  #index_cate {
    padding-top: 30px;
  }
}
#index_cate .wrap {
  position: relative;
  padding-bottom: 90px;
}
@media (max-width: 1200px) {
  #index_cate .wrap {
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  #index_cate .wrap {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  #index_cate .wrap {
    padding-bottom: 14px;
  }
}
@media (max-width: 1820px) {
  #index_cate .index_cate-slider {
    width: 92%;
  }
}
@media (max-width: 768px) {
  #index_cate .index_cate-slider {
    width: 88%;
  }
}
@media (max-width: 425px) {
  #index_cate .index_cate-slider {
    width: 84%;
  }
}
#index_cate .tit {
  margin-bottom: 46px;
}
@media (max-width: 991px) {
  #index_cate .tit {
    margin-bottom: 28px;
  }
}
@media (max-width: 480px) {
  #index_cate .tit {
    margin-bottom: 10px;
  }
}
#index_cate .dec_text {
  font-size: 100px;
  line-height: 100px;
  font-weight: 700;
  position: absolute;
  bottom: -14px;
  left: 0;
  color: #eaeaea;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #index_cate .dec_text {
    font-size: 60px;
    bottom: -28px;
    left: 20px;
  }
}
@media (max-width: 480px) {
  #index_cate .dec_text {
    font-size: 34px;
    bottom: -13px;
  }
}
#index_cate .swiper-slide:nth-child(even) {
  margin-top: 84px;
}
@media (max-width: 991px) {
  #index_cate .swiper-slide:nth-child(even) {
    margin-top: 0;
  }
}
#index_cate .index-thumbnail {
  padding: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
  position: relative;
}
#index_cate .index-thumbnail a.link_mask {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
#index_cate .index-thumbnail:hover .listimg::after {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}
#index_cate .index-thumbnail:hover .caption .cate-name a {
  color: #105689;
}
#index_cate .index-thumbnail:hover .caption .cate-name a::after {
  background-color: #58BA48;
}
#index_cate .index-thumbnail .listimg {
  height: 310px;
  overflow: hidden;
  position: relative;
  background-color: #f1f1f1;
}
@media (max-width: 768px) {
  #index_cate .index-thumbnail .listimg {
    height: 200px;
  }
}
#index_cate .index-thumbnail .listimg::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #105689;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  position: absolute;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
#index_cate .index-thumbnail .caption {
  padding: 12px 0;
}
#index_cate .index-thumbnail .caption .cate-name a {
  text-align: left;
  display: inline-block;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
#index_cate .index-thumbnail .caption .cate-name a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #105689;
  border-radius: 50%;
  margin-left: 12px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
#index_cate .index_cate-next,
#index_cate .index_cate-prev {
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 60%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#index_cate .index_cate-next:hover,
#index_cate .index_cate-prev:hover {
  opacity: 0.4;
}
@media (max-width: 768px) {
  #index_cate .index_cate-next,
  #index_cate .index_cate-prev {
    top: 56%;
  }
}
@media (max-width: 400px) {
  #index_cate .index_cate-next,
  #index_cate .index_cate-prev {
    top: 50%;
  }
}
#index_cate .index_cate-next {
  left: 7%;
}
@media (max-width: 1820px) {
  #index_cate .index_cate-next {
    left: 20px;
  }
}
@media (max-width: 768px) {
  #index_cate .index_cate-next img {
    width: 20px;
  }
}
@media (max-width: 425px) {
  #index_cate .index_cate-next img {
    width: 16px;
  }
}
#index_cate .index_cate-prev {
  right: 7%;
}
@media (max-width: 1820px) {
  #index_cate .index_cate-prev {
    right: 20px;
  }
}
@media (max-width: 768px) {
  #index_cate .index_cate-prev img {
    width: 20px;
  }
}
@media (max-width: 425px) {
  #index_cate .index_cate-prev img {
    width: 16px;
  }
}
#index_cate .thumbnail .cate-name {
  padding-top: 0;
}

#mainbanner .swiper-slide .slogan {
  top: 24%;
  left: calc((100% - 1400px) / 2);
}
@media (max-width: 1540px) {
  #mainbanner .swiper-slide .slogan {
    left: 5%;
  }
}
@media (max-width: 1280px) {
  #mainbanner .swiper-slide .slogan {
    top: 18%;
  }
}
@media (max-width: 767px) {
  #mainbanner .swiper-slide .slogan {
    text-align: left;
    top: 5%;
    left: 35px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    width: calc(100% - 70px);
  }
}
@media (max-width: 425px) {
  #mainbanner .swiper-slide .slogan {
    left: 20px;
    width: calc(100% - 40px);
  }
}
#mainbanner .swiper-slide .slogan h2 {
  font-size: 72px;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 1540px) {
  #mainbanner .swiper-slide .slogan h2 {
    font-size: 60px;
  }
}
@media (max-width: 1280px) {
  #mainbanner .swiper-slide .slogan h2 {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  #mainbanner .swiper-slide .slogan h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  #mainbanner .swiper-slide .slogan h2 {
    font-size: 48px;
  }
}
@media (max-width: 600px) {
  #mainbanner .swiper-slide .slogan h2 {
    font-size: 36px;
  }
}
@media (max-width: 425px) {
  #mainbanner .swiper-slide .slogan h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #mainbanner .swiper-slide .slogan h3 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  #mainbanner .swiper-slide .slogan h3 {
    font-size: 24px;
  }
}
@media (max-width: 425px) {
  #mainbanner .swiper-slide .slogan h3 {
    font-size: 18px;
  }
}
#mainbanner .swiper-slide .slogan p {
  margin-top: 6rem;
}
@media (max-width: 1280px) {
  #mainbanner .swiper-slide .slogan p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  #mainbanner .swiper-slide .slogan p {
    margin-top: 2rem;
  }
}
@media (max-width: 425px) {
  #mainbanner .swiper-slide .slogan p {
    font-size: 14px;
    margin-top: 1rem;
  }
}
#mainbanner .swiper-slide .slogan div {
  font-size: 24px;
  position: relative;
  padding-left: 200px;
  margin-top: 4rem;
}
@media (max-width: 1280px) {
  #mainbanner .swiper-slide .slogan div {
    margin-top: 2rem;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #mainbanner .swiper-slide .slogan div {
    margin-top: 4rem;
    font-size: 24px;
    padding-left: 160px;
  }
}
@media (max-width: 600px) {
  #mainbanner .swiper-slide .slogan div {
    font-size: 14px;
    margin-top: 1rem;
    padding-left: 100px;
  }
}
@media (max-width: 425px) {
  #mainbanner .swiper-slide .slogan div {
    padding-left: 70px;
  }
}
#mainbanner .swiper-slide .slogan div::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #fff;
  left: 0;
  top: calc(50% - 2px);
  width: 160px;
}
@media (max-width: 767px) {
  #mainbanner .swiper-slide .slogan div::before {
    width: 130px;
  }
}
@media (max-width: 600px) {
  #mainbanner .swiper-slide .slogan div::before {
    width: 80px;
    height: 2px;
    top: calc(50% - 1px);
  }
}
@media (max-width: 425px) {
  #mainbanner .swiper-slide .slogan div::before {
    width: 60px;
  }
}
#mainbanner .swiper-slide .slogan div a {
  color: #fff;
}
#mainbanner .swiper-slide .slogan div a:hover {
  color: #58ba48;
}

.gg-arrow-long-left-c {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* position: relative; */
  display: block;
  -webkit-transform: scale(var(--ggs, 1));
      -ms-transform: scale(var(--ggs, 1));
          transform: scale(var(--ggs, 1));
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-right: 4px solid transparent;
  -webkit-box-shadow: inset 0 0 0 2px;
          box-shadow: inset 0 0 0 2px;
  width: 52px;
  height: 6px;
  left: 0;
  color: #fff;
  top: 50%;
}
@media (max-width: 480px) {
  .gg-arrow-long-left-c {
    width: 24px;
    border-top: 3px solid transparent;
  }
}

.gg-arrow-long-left-c::after,
.gg-arrow-long-left-c::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
}

.gg-arrow-long-left-c::after {
  width: 12px;
  height: 12px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 0;
  bottom: -5px;
}
@media (max-width: 480px) {
  .gg-arrow-long-left-c::after {
    width: 6px;
    height: 6px;
    bottom: -2px;
    border-bottom: 1px solid;
    border-left: 1px solid;
  }
}

.gg-arrow-long-left-c::before {
  width: 12px;
  height: 12px;
  border: 2px solid;
  border-radius: 8px;
  right: -10px;
  bottom: -5px;
}
@media (max-width: 480px) {
  .gg-arrow-long-left-c::before {
    width: 5px;
    height: 5px;
    right: -4px;
    bottom: -2px;
    border: 1px solid;
  }
}

.gg-arrow-long-right-c,
.gg-arrow-long-left-c {
  opacity: 0.6;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  position: absolute;
}

.gg-arrow-long-right-c:hover,
.gg-arrow-long-left-c:hover {
  opacity: 1;
}

.gg-arrow-long-right-c {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* position: relative; */
  display: block;
  -webkit-transform: scale(var(--ggs, 1));
      -ms-transform: scale(var(--ggs, 1));
          transform: scale(var(--ggs, 1));
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: 4px solid transparent;
  -webkit-box-shadow: inset 0 0 0 2px;
          box-shadow: inset 0 0 0 2px;
  width: 52px;
  height: 6px;
  right: 0;
  color: #fff;
  top: 50%;
}
@media (max-width: 480px) {
  .gg-arrow-long-right-c {
    width: 24px;
    border-top: 3px solid transparent;
  }
}

.gg-arrow-long-right-c::after,
.gg-arrow-long-right-c::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
}

.gg-arrow-long-right-c::after {
  width: 12px;
  height: 12px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 0;
  bottom: -5px;
}
@media (max-width: 480px) {
  .gg-arrow-long-right-c::after {
    width: 6px;
    height: 6px;
    bottom: -3px;
    border-top: 1px solid;
    border-right: 1px solid;
  }
}

.gg-arrow-long-right-c::before {
  width: 12px;
  height: 12px;
  border: 2px solid;
  border-radius: 8px;
  left: -10px;
  bottom: -5px;
}
@media (max-width: 480px) {
  .gg-arrow-long-right-c::before {
    width: 5px;
    height: 5px;
    left: -4px;
    bottom: -2px;
    border: 1px solid;
  }
}

.swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-bullet-active {
  background-color: rgb(255, 255, 255);
}

.swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 24px 8px;
}</pre></body></html>