@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.container {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

.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;
}

.img img {
  display: block;
  width: 100%;
  height: 100%;
}

.header {
  padding-top: 75px;
}

.header .logo {
  margin-right: 26px;
}

.header .logo a {
  display: block;
}

.header .logo a img {
  display: block;
  width: 398px;
  height: 50px;
}

.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: 4px;
  background: #E43450;
}

.header .nav ul li {
  margin: 0 10px;
}

.header .nav ul li a {
  position: relative;
  font-size: 24px;
  color: #333;
  display: block;
  padding-bottom: 10px;
}

.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: 4px;
  background: #E43450;
}

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

.public-title strong {
  position: relative;
  font-weight: bold;
  font-size: 30px;
  color: #E52B4C;
  padding-bottom: 24px;
}

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

.public-title a {
  position: relative;
  font-size: 18px;
  color: #E83150;
  padding-bottom: 8px;
}

.public-title a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 80px;
  height: 2px;
  background: #E83150;
}

.news {
  margin-top: 60px;
}

.news .news-banner {
  width: 56.34%;
}

.news .news-banner a {
  display: block;
}

.news .news-banner a img {
  display: block;
  width: 100%;
  height: 476px;
}

.news .news-banner .swiper-pagination {
  bottom: 30px;
}

.news .news-banner .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.5;
  margin: 0 26px;
}

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

.news .news-list {
  width: 41.6%;
}

.news .news-list ul {
  padding-top: 4px;
}

.news .news-list ul li {
  margin: 13px 0;
  padding-bottom: 12px;
  border-bottom: 2px solid #E6E6E6;
}

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

.news .news-list ul li a {
  font-size: 18px;
  color: #333;
  width: 80%;
}

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

.show-product {
  margin-top: 140px;
}

.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: 33%;
  margin: 24px 0;
}

.show-product ul li a {
  display: block;
  padding: 26px;
  margin: 0 10px;
  border: 2px solid #E6E6E6;
}

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

.show-product ul li a img {
  display: block;
  width: 332px;
  height: 204px;
  margin-bottom: 20px;
}

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

.about {
  margin-top: 140px;
  position: relative;
}

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

.about .img a {
  display: block;
}

.about .img a img {
  display: block;
  width: 100%;
  height: 240px;
}

.about .main .des {
  padding: 26px;
  margin-top: 24px;
  border: 2px solid #E6E6E6;
}

.about .main .des p {
  font-size: 18px;
  color: #333;
  text-indent: 2em;
  margin-top: 280px;
}

.link {
  margin-top: 140px;
}

.link p {
  line-height: 30px;
  -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: 18px;
  margin-bottom: 12px;
  display: block;
}

.link p a {
  color: #333;
  font-size: 18px;
  margin-right: 8px;
}

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

.footer {
  margin-top: 88px;
  padding: 46px 0;
  background: #454545;
}

.footer p {
  font-size: 18px;
  color: #ccc;
  text-align: center;
  padding-bottom: 8px;
}

.bread-nav {
  margin: 66px 0 25px 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: 18px;
  height: 18px;
  margin-right: 13px;
}

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

.bread-nav .breadCrumbs li {
  font-size: 18px;
  color: #333;
}

.bread-nav .breadCrumbs li img {
  width: 19px;
  height: 19px;
}

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

.item-news .left {
  width: 56.34%;
  margin-top: 50px;
}

.item-news .left a {
  padding: 26px;
  border: 4px solid #E6E6E6;
}

.item-news .left a:hover {
  border: 4px solid #E43450;
}

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

.item-news .left a img {
  display: block;
  width: 100%;
}

.item-news .left a strong {
  margin: 20px 0;
  font-size: 18px;
  color: #333;
}

.item-news .left a p {
  margin-bottom: 10px;
  font-size: 18px;
  color: #333;
}

.item-news .left a span {
  font-size: 18px;
  color: #999;
}

.item-news .right {
  width: 41.6%;
}

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

.item-news .right .new-art ul li {
  width: 50%;
  margin: 24px 0;
}

.item-news .right .new-art ul li a {
  display: block;
  margin: 0 12px;
}

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

.item-news .right .new-art ul li a:hover span {
  border: 2px solid #E52C4C;
}

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

.item-news .right .new-art ul li a img {
  display: block;
  width: 238px;
  height: 160px;
}

.item-news .right .new-art ul li a strong {
  margin: 20px 0;
  font-size: 18px;
  color: #333;
}

.item-news .right .new-art ul li a span {
  display: block;
  float: right;
  width: 80px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: #999999;
  border: 2px solid #999999;
}

.recom-news {
  margin-top: 64px;
}

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

.recom-news ul li {
  width: 33.3%;
  margin: 24px 0;
}

.recom-news ul li a {
  display: block;
  padding: 14px;
  margin: 0 10px;
  border: 2px solid #E6E6E6;
}

.recom-news ul li a:hover strong {
  color: #E52C4C;
}

.recom-news ul li a img {
  display: block;
  width: 348px;
  height: 200px;
}

.recom-news ul li a strong {
  font-size: 24px;
  color: #333;
  margin: 20px 0;
  display: block;
}

.recom-news ul li a p {
  font-size: 18px;
  color: #666;
  margin-bottom: 10px;
}

.recom-news ul li a span {
  font-size: 18px;
  color: #999;
}

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

/* 3399ff */
.pagination li {
  display: inline-block;
  margin: 0 9px;
  padding: 9px 16px;
  font-size: 20px;
  border: 1px solid #565656;
  border-radius: 10px;
}

.pagination li:first-child {
  background: #E6E6E6;
  border-radius: 10px;
  padding: 9px 27px;
  color: #282828;
}

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

.pagination li:last-child {
  border-radius: 10px;
  background: #666;
  color: #fff;
  padding: 9px 27px;
}

.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 {
  border: none;
  color: #E43450;
}

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

.page-link {
  cursor: pointer;
}

.detail .left {
  width: 56.34%;
}

.detail .left .art-head {
  border-bottom: 2px solid #999;
}

.detail .left .art-head h1 {
  font-size: 30px;
  color: #333;
  font-weight: bold;
}

.detail .left .art-head p {
  font-size: 18px;
  color: #999;
  margin: 21px 0 9px;
}

.detail .left .art-head p span {
  font-size: 18px;
  color: #999;
  text-align: center;
  margin: 0 8px;
}

.detail .left .art-cont img {
  display: block;
  width: 100%;
  margin: 24px auto;
}

.detail .left .art-cont p {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  margin-bottom: 10px;
  text-indent: 2em;
}

.detail .left .art-cont span {
  font-size: 18px;
  color: #333;
  line-height: 24px;
}

.detail .left .pages {
  margin-top: 48px;
}

.detail .left .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: 24px;
  font-size: 18px;
  color: #333;
}

.detail .left .pages li strong {
  display: block;
  position: relative;
  font-size: 30px;
  color: #E52C4C;
  padding-bottom: 24px;
}

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

.detail .left .pages li a {
  font-size: 18px;
  color: #333;
  width: 76%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

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

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

.detail .left .pages li a img {
  width: 23px;
  margin-right: 12px;
}

.detail .right {
  width: 41.6%;
}

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

.detail .right .new-art ul li {
  width: 50%;
  margin: 24px 0;
}

.detail .right .new-art ul li a {
  display: block;
  margin: 0 12px;
}

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

.detail .right .new-art ul li a:hover span {
  border: 2px solid #E52C4C;
}

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

.detail .right .new-art ul li a img {
  display: block;
  width: 238px;
  height: 160px;
}

.detail .right .new-art ul li a strong {
  margin: 20px 0;
  font-size: 18px;
  color: #333;
}

.detail .right .new-art ul li a span {
  display: block;
  float: right;
  width: 80px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border: 2px solid #999999;
}
/*# sourceMappingURL=public.css.map */