@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-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.hideText-line-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -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 {
  padding-top: 0.24rem;
}

.header .top {
  margin-bottom: 0.5rem;
}

.header .top .logo a {
  display: block;
}

.header .top .logo a img {
  display: block;
  width: 3.28rem;
}

.header .top .search img {
  display: block;
  width: 0.28rem;
}

.header .nav ul .active a {
  color: #E43450;
}

.header .nav ul .active a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0.04rem;
  background: #E43450;
}

.header .nav ul li {
  margin-right: 0.3rem;
}

.header .nav ul li a {
  position: relative;
  font-size: 0.3rem;
  color: #333;
  display: block;
  padding-bottom: 0.1rem;
}

.header .nav ul li a:hover {
  color: #E43450;
}

.header .nav ul li a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0.04rem;
  background: #E43450;
}

.banner .news-container .swiper-pagination {
  bottom: 0;
}

.banner .news-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  background: #fff;
  opacity: 0.5;
  margin: 0 0.26rem;
}

.banner .news-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
}

.banner a {
  display: block;
}

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

.public-title {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.public-title strong {
  position: relative;
  font-weight: bold;
  font-size: 0.3rem;
  color: #E52B4C;
  padding-bottom: 0.24rem;
}

.public-title strong::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 2rem;
  height: 0.02rem;
  background: #E83150;
}

.public-title a {
  position: relative;
  font-size: 0.18rem;
  color: #E83150;
  padding-bottom: 0.08rem;
}

.public-title a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 0.8rem;
  height: 0.02rem;
  background: #E83150;
}

.news-list {
  margin-top: 1.18rem;
}

.news-list ul {
  padding-top: 0.04rem;
}

.news-list ul li {
  padding: 0.2rem 0;
  border-bottom: 0.02rem solid #E6E6E6;
}

.news-list ul li:hover > * {
  color: #E83150;
}

.news-list ul li a {
  font-size: 0.18rem;
  color: #333;
  width: 86%;
}

.news-list ul li span {
  font-size: 0.18rem;
  color: #999;
}

.show-product {
  margin-top: 1.18rem;
}

.show-product ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.show-product ul li {
  width: 50%;
  margin: 0.24rem 0;
}

.show-product ul li a {
  display: block;
  padding: 0.26rem;
  margin: 0 0.1rem;
  border: 0.02rem solid #E6E6E6;
}

.show-product ul li a:hover {
  border: 0.02rem solid #E83150;
}

.show-product ul li a img {
  display: block;
  width: 2.8rem;
  height: 1.92rem;
  margin-bottom: 0.2rem;
}

.show-product ul li a span {
  font-size: 0.18rem;
  color: #333;
  display: block;
}

.about {
  margin-top: 1.2rem;
  position: relative;
}

.about .img {
  position: absolute;
  top: 1.2rem;
  left: 0;
  display: block;
  width: 100%;
}

.about .img a {
  display: block;
}

.about .img a img {
  display: block;
  width: 100%;
  height: 2.4rem;
}

.about .main .des {
  padding: 0.26rem;
  margin-top: 0.24rem;
  border: 0.02rem solid #E6E6E6;
}

.about .main .des p {
  font-size: 0.2rem;
  color: #333;
  text-indent: 2em;
  margin-top: 2.8rem;
}

.link {
  margin-top: 1.2rem;
}

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

.link p strong {
  color: #333;
  font-weight: normal;
  font-size: 0.18rem;
  margin-bottom: 0.12rem;
  display: block;
}

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

.link p a:hover {
  color: #E83150;
}

.footer {
  margin-top: 1.2rem;
  padding: 0.46rem 0;
  background: #454545;
}

.footer p {
  font-size: 0.18rem;
  color: #ccc;
  text-align: center;
  padding-bottom: 0.08rem;
}

.bread-nav {
  margin: 0.66rem 0 0.25rem 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 img {
  width: 0.19rem;
  height: 0.19rem;
}

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

.item-news {
  margin-top: 0.2rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.item-news .main a {
  padding: 0.26rem;
  border: 0.04rem solid #E6E6E6;
}

.item-news .main a:hover {
  border: 0.04rem solid #E43450;
}

.item-news .main a:hover strong {
  color: #E43450;
}

.item-news .main a img {
  display: block;
  width: 100%;
  height: 3.89rem;
}

.item-news .main a strong {
  margin: 0.2rem 0;
  font-size: 0.18rem;
  color: #333;
}

.item-news .main a p {
  margin-bottom: 0.1rem;
  font-size: 0.18rem;
  color: #333;
}

.item-news .main a span {
  font-size: 0.18rem;
  color: #999;
}

.item-news .recom-news {
  margin-top: 0.64rem;
}

.item-news .recom-news ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.item-news .recom-news ul li {
  width: 50%;
  margin: 0.24rem 0;
}

.item-news .recom-news ul li a {
  padding: 0.14rem;
  margin: 0 0.1rem;
  border: 0.02rem solid #E6E6E6;
}

.item-news .recom-news ul li a img {
  display: block;
  width: 2.8rem;
  height: 1.92rem;
}

.item-news .recom-news ul li a strong {
  font-size: 0.24rem;
  color: #333;
  margin: 0.2rem 0;
}

.item-news .recom-news ul li a p {
  font-size: 0.18rem;
  color: #666;
  margin-bottom: 0.1rem;
}

.item-news .recom-news ul li a span {
  font-size: 0.18rem;
  color: #999;
  display: block;
}

/* 分页 */
.pagination {
  text-align: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 0.8rem;
}

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

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

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

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

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

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

.pagination li a {
  color: #343434;
  display: inline-block;
}

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

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

.page-link {
  cursor: pointer;
}

.new-art {
  margin-top: 1.2rem;
}

.new-art ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.new-art ul li {
  width: 50%;
  margin: 0.24rem 0;
}

.new-art ul li a {
  display: block;
  margin: 0 0.12rem;
}

.new-art ul li a:hover > * {
  color: #E52C4C;
}

.new-art ul li a:hover span {
  border: 0.02rem solid #E52C4C;
}

.new-art ul li a > * {
  display: block;
}

.new-art ul li a img {
  width: 3.32rem;
  height: 1.6rem;
}

.new-art ul li a strong {
  margin: 0.2rem 0;
  font-size: 0.18rem;
  color: #333;
}

.new-art ul li a span {
  font-size: 0.18rem;
  color: #999;
  display: block;
  float: right;
  width: 0.8rem;
  height: 0.24rem;
  text-align: center;
  line-height: 0.24rem;
  border: 0.02rem solid #999999;
}

.detail .art-head {
  margin-top: 0.45rem;
  border-bottom: 0.02rem solid #999;
}

.detail .art-head h1 {
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
}

.detail .art-head p {
  font-size: 0.18rem;
  color: #999;
  margin: 0.47rem 0 0.19rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.detail .art-head p span {
  font-size: 0.18rem;
  color: #999;
  margin: 0 0.08rem;
}

.detail .art-cont img {
  display: block;
  width: 100%;
  margin: 0.48rem auto;
}

.detail .art-cont p {
  font-size: 0.18rem;
  color: #333;
  line-height: 0.32rem;
  margin-bottom: 0.1rem;
  text-indent: 2em;
}

.detail .art-cont span {
  font-size: 0.18rem;
  color: #333;
  line-height: 0.24rem;
}

.detail .pages {
  margin-top: 1.18rem;
}

.detail .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: #333;
}

.detail .pages li strong {
  display: block;
  position: relative;
  font-size: 0.3rem;
  color: #E52C4C;
  padding-bottom: 0.24rem;
}

.detail .pages li strong::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 2rem;
  height: 0.02rem;
  background: #E83150;
}

.detail .pages li a, .detail .pages li span {
  font-size: 0.18rem;
  color: #333;
}

.detail .pages li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.detail .pages li a:hover {
  color: #E52C4C;
}

.detail .pages li a img {
  width: 0.23rem;
  margin-right: 0.12rem;
}
/*# sourceMappingURL=public.css.map */