<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.pd-3rem {
  padding: 0 0.3rem;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.hideText-line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hideText-line-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.hideText-line-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.scro-x {
  display: -webkit-box;
  display: -ms-flexbox;
  overflow-x: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.scro-x::-webkit-scrollbar {
  display: none;
}

.header .logo {
  padding: 0.17rem 0 0.48rem;
}

.header .logo a {
  display: block;
}

.header .logo a img {
  display: block;
  width: 1.75rem;
  height: 0.55rem;
}

.header .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  overflow-x: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.header .nav ul::-webkit-scrollbar {
  display: none;
}

.header .nav ul .active {
  color: #DD1D32;
}

.header .nav ul li {
  margin: 0 0.18rem;
}

.header .nav ul li a {
  display: block;
  font-size: 0.24rem;
  color: #333;
}

.banner {
  margin-top: 0.32rem;
}

.banner a {
  display: block;
  width: 100%;
  height: 4rem;
}

.banner a img {
  display: block;
  width: 100%;
  height: 4rem;
}

.public-title strong {
  position: relative;
  font-size: 0.3rem;
  color: #333;
  padding-left: 0.22rem;
}

.public-title strong::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0.1rem;
  height: 0.4rem;
  background: #DD1D32;
}

.public-title a {
  display: block;
}

.public-title a img {
  display: block;
  width: 0.39rem;
}

.product {
  margin-top: 1.4rem;
  background: #F5F5F5;
  padding: 48px 0;
}

.product ul {
  padding: 0 0.24rem;
}

.product ul li {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25%;
  text-align: center;
  justify-content: center;
}

.product ul li .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0.89rem;
  height: 0.89rem;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
}

.product ul li .img img {
  display: block;
  width: 0.45rem;
  height: 0.45rem;
}

.product ul li .title {
  font-size: 0.18rem;
  color: #DD1D32;
  margin: 0.25rem 0 0.22rem 0;
  width: 90%;
  font-weight: normal;
}

.product ul li span {
  font-size: 0.18rem;
  color: #9A9A9A;
}

.news {
  margin-top: 1.4rem;
}

.news .newsList {
  padding: 0 0.24rem;
}

.news .newsList ul {
  margin-top: 0.48rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news .newsList ul li {
  width: 3.08rem;
  margin-bottom: 0.47rem;
}

.news .newsList ul li .img {
  display: block;
}

.news .newsList ul li .img img {
  width: 3.08rem;
  height: 3.08rem;
}

.news .newsList ul li .title {
  font-size: 0.24rem;
  color: #333;
  margin: 0.48rem 0 0.23rem;
  text-align: center;
}

.news .newsList ul li p {
  font-size: 0.17rem;
  color: #999;
  line-height: 0.28rem;
}

.about {
  margin-top: 1.4rem;
}

.about &gt; a {
  display: block;
  padding: 0 0.24rem;
}

.about &gt; a img {
  display: block;
  width: 6.42rem;
  height: 3.28rem;
}

.about .des {
  padding: 0 0.24rem;
}

.about .des a {
  display: block;
  font-size: 0.24rem;
  color: #333;
  margin: 0.48rem 0;
}

.about .des p {
  font-size: 0.18rem;
  color: #999;
  line-height: 0.32rem;
}

.link {
  margin-top: 1.4rem;
  padding: 0.07rem 0.24rem;
}

.link strong {
  font-size: 0.18rem;
  color: #999;
  display: block;
  margin-bottom: 0.14rem;
}

.link p {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 0.2rem;
}

.link p a {
  font-size: 0.18rem;
  color: #999;
  margin-right: 0.1rem;
}

.footer {
  background: #F5F5F5;
  margin-top: 1.4rem;
  padding: 0.45rem 0 0.58rem;
}

.footer p {
  font-size: 0.18rem;
  color: #999;
  margin-bottom: 0.2rem;
}

.bread-nav {
  margin: 0.56rem 0 0.24rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.bread-nav img {
  display: block;
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.13rem;
}

.bread-nav .breadCrumbs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.bread-nav .breadCrumbs li {
  font-size: 0.18rem;
  color: #333;
}

.bread-nav .breadCrumbs li a {
  font-size: 0.18rem;
  color: #333;
}

.item-banner ul li img {
  display: block;
  width: 6.9rem;
}

/* 分页 */
.pagination {
  text-align: center;
}

/* 3399ff */
.pagination li {
  display: inline-block;
  margin: 0 0.05rem;
  padding: 0.09rem 0.16rem;
  border-radius: 0.1rem;
  font-size: 0.2rem;
  border: 0.01rem solid #555;
}

.pagination li:first-child {
  background: #E6E6E6;
  padding: 0.09rem 0.27rem;
}

.pagination li:first-child span, .pagination li:first-child a {
  color: #272727;
}

.pagination li:last-child {
  background: #666;
  padding: 0.09rem 0.27rem;
}

.pagination li:last-child span, .pagination li:last-child a {
  color: #fff;
}

.pagination li span {
  color: #333;
  display: inline-block;
}

.pagination li a {
  color: #333;
  display: inline-block;
  font-size: 0.2rem;
}

.pagination .thisclass {
  border: none;
  color: #DD1D32;
}

.pagination .thisclass span {
  color: #DD1D32;
}

.page-link {
  cursor: pointer;
}

.art-head {
  margin-top: 0.22rem;
  border-bottom: 0.02rem solid #E6E6E6;
}

.art-head h1 {
  font-size: 0.3rem;
  color: #333;
  text-align: center;
}

.art-head p {
  margin: 0.46rem 0 0.22rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.art-head p span {
  font-size: 0.16rem;
  color: #999;
  text-align: center;
  margin-right: 0.08rem;
}

.art-cont {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.28rem;
  text-indent: 2em;
  margin-bottom: 0.2rem;
}

.art-cont img {
  display: block;
  width: 6.9rem;
  height: 4.2rem;
  margin: 0.47rem auto;
}

.art-cont p {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.28rem;
  text-indent: 2em;
  margin-bottom: 0.2rem;
}

.pages {
  margin-top: 1.38rem;
  margin-bottom: 1.4rem;
  font-size: 0.18rem;
  color: #999;
}

.pages li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 0.24rem;
  font-size: 0.18rem;
  color: #999;
}

.pages li strong {
  font-size: 0.3rem;
  color: #333;
  display: block;
}

.pages li a {
  font-size: 0.18rem;
  color: #999;
  width: 76%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/*# sourceMappingURL=public.css.map */</pre></body></html>