#chanpinliebiao .categorys {
  display: flex;
  flex-direction: column;
  background: #f4f4f4;
  height: 100%;
}
#chanpinliebiao .categorys .title {
  margin-bottom: 0;
  padding: 16px;
  background: #0094D9;
  color: #fff;
}
#chanpinliebiao .categorys .text{padding: 5px 15px;}
#chanpinliebiao .categorys .text p {
  text-indent: 0;
}
#chanpinliebiao .categorys .category {
  color: #4a4a4a;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 16px;
  border-bottom: 1px dashed #b2b2b2;
}
#chanpinliebiao .categorys .category:hover {
  color: #0094D9;
}
#chanpinliebiao .categorys .category.is-active {
  color: #0094D9;
}
#chanpinliebiao .prodcut-item {
  color: #333;
  text-align: center;
  font-size: 0;
}
#chanpinliebiao .prodcut-item .image {
  border: 1px solid #cbcbcb;
}
#chanpinliebiao .prodcut-item .image:hover img {
  transition: 0.8s;
  transform: scale(1.1);
}
#chanpinliebiao .prodcut-item figcaption {
  font-size: 16px;
  line-height: 1.1;
  padding: 10px 0 0 0;
}

.banner {
  height: 360px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .banner {
    height: 200px;
  }
}
.banner .title {
  color: #fff;
  font-size: 40px;
}
@media (max-width: 768px) {
  .banner .title {
    font-size: 20px;
  }
}
.banner .subtitle {
  color: #fff;
  font-size: 25px;
}
@media (max-width: 768px) {
  .banner .subtitle {
    font-size: 16px;
  }
}
#product_2 .product {
  position: relative;
}
#product_2 .swiper-button-next,
#product_2 .swiper-button-prev {
  width: 22px;
  height: 30px;
  margin-top: -15px;
  background-size: 22px 30px;
}
#product_2 .gallery-thumbs {
  padding-top: 8px;
}
#product_2 .gallery-thumbs .swiper-slide {
  opacity: 0.4;
}
#product_2 .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
#product_2 .small-box {
  position: relative;
  z-index: 1;
}
#product_2 .small-box .float-box {
  display: none;
  width: 160px;
  height: 120px;
  position: absolute;
  background: #ffffcc;
  border: 1px solid #ccc;
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 11;
}
#product_2 .small-box .mark {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 10;
}
#product_2 .big-box {
  display: none;
  position: absolute;
  top: 0.75rem;
  width: 66.66%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
  z-index: 1;
}
#product_2 .big-box img {
  position: absolute;
  z-index: 5;
}
#product_2 .image img {
  object-fit: cover;
}
#product_2 p {
  text-indent: 0;
}
#product_2 .title {
  font-size: 30px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 16px;
  margin-bottom: 0;
}
#chanpinliebiao .chanpinliebiaoleft{width: 18%;float: left;padding:0;display: block;overflow: hidden;}
#chanpinliebiao .chanpinliebiaoright{width: 80%;float: right;display: block;overflow: hidden;}
.aboutliebiao{float: left;width: 18%;display: block;overflow: hidden;}
.aboutliebiao .aboutliebiaoleft{width: 100%;float: left;padding:0;display: block;overflow: hidden;}
#chanpinliebiaoright{width: 80%;float: right;}
@media (max-width: 768px) {
  #product_2 .title {
    font-size: 20px;
  }
  .aboutliebiao{display:none!important;}
  #chanpinliebiao{width:100%;float: none;display: block;overflow: hidden;}
  #chanpinliebiao .chanpinliebiaoleft{width:100%}
  #chanpinliebiao .chanpinliebiaoright{width:100%}
  #chanpinliebiaoright{width:100%;margin-top:10px;}
}
#product_2 .subtitle {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.45);
  padding: 16px 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #product_2 .subtitle {
    font-size: 12px;
  }
}
#product_2 .form-btn {
  background-color: #0094D9;
  padding: 16px 24px;
}
#product_2 .product-content {
  border: 1px solid rgba(51, 51, 51, 0.3);
}
@media (max-width: 768px) {
  #product_2 .product-content {
    border: none;
  }
}
#product_2 .product-content .top-bg {
  background-color: #f8f8f8;
}
#product_2 .product-content .top-bg h2 {
  background-color: #fff;
  text-align: center;
  padding: 8px 0;
  width: 20%;
  border-right: 1px solid rgba(51, 51, 51, 0.3);
  border-bottom: none;
}
@media (max-width: 768px) {
  #product_2 .product-content .top-bg h2 {
    width: 100%;
    border: 1px solid rgba(51, 51, 51, 0.3);
  }
}
#product_2 .product-content .content {
  padding: 16px;
}
#product_2 .hot_products {
  border: 1px solid rgba(51, 51, 51, 0.3);
  color: #565656;
}
#product_2 .hot_products .title {
  padding: 16px 0;
  font-size: 14px;
  text-align: center;
  border-bottom: 0;
  background: #f8f8f8;
}
#product_2 .hot_products a {
  padding: 8px;
  text-align: center;
  color: #565656;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#product_2 .modal .modal-content {
  padding: 0 20px;
}
#product_2 .modal .modal-card {
  max-width: 90%;
}
#product_2 .modal .button.is-success {
  background-color: #0094D9;
}

.banner {
  height: 360px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .banner {
    height: 200px;
  }
}
.banner .title {
  color: #fff;
  font-size: 40px;
}
@media (max-width: 768px) {
  .banner .title {
    font-size: 20px;
  }
}
.banner .subtitle {
  color: #fff;
  font-size: 25px;
}
@media (max-width: 768px) {
  .banner .subtitle {
    font-size: 16px;
  }
}
#xinwenliebiao .new {
  background-color: #fff;
  padding: 0.75rem 0;
}
#xinwenliebiao .new li {
  display: flex;
}
#xinwenliebiao .new li .newDate {
  border-right: 1px solid #ddd;
  padding-right: 1rem;
  position: relative;
  text-align: center;
}
#xinwenliebiao .new li .newDate span {
  font-size: 18px;
  color: #333333;
}
@media (max-width: 768px) {
  #xinwenliebiao .new li .newDate span {
    font-size: 12px;
  }
}
#xinwenliebiao .new li .newDate span:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 10px;
  position: absolute;
  top: 4px;
  right: -8px;
  background-color: #ddd;
}
#xinwenliebiao .new li .newTitle {
  padding-left: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  #xinwenliebiao .new li .newTitle {
    padding-left: 0;
    padding-bottom: 0;
  }
}
#xinwenliebiao .new li .newTitle h3 {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
  color: #333333;
}
@media (max-width: 768px) {
  #xinwenliebiao .new li .newTitle h3 {
    margin-bottom: 8px;
  }
}
#xinwenliebiao .new li .newTitle h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  color: #999999;
}

#article_2 {
  background: #F2F2F2;
}
#article_2 .columns {
  column-gap: 10px;
}
#article_2 .column {
  background: #fff;
}
#article_2 .recommend {
  height: fit-content;
}
#article_2 .recommend .more_art_tit {
  font-size: 16px;
  font-weight: bold;
  color: #0094D9;
  position: relative;
  border-bottom: 1px solid hsla(0, 0%, 60%, 0.15);
  padding-bottom: 12px;
  padding-left: 12px;
}
#article_2 .recommend .more_art_tit::before {
  content: '';
  display: block;
  width: 5px;
  height: 25px;
  background: #0094D9;
  position: absolute;
  left: 0;
}
#article_2 .recommend .swiper-wrapper {
  max-height: 350px;
}
#article_2 .recommend .swiper-slide {
  /* padding: 5px 0; */
  border-bottom: 1px solid hsla(0, 0%, 60%, 0.15);
}
#article_2 .recommend .swiper-slide .tit {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 8px;
}
#article_2 .recommend .swiper-slide .tit a {
  color: #666;
  font-size: 14px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  flex: 1;
}
#article_2 .recommend .swiper-slide .tit span {
  color: #999;
  font-size: 14px;
}
#article_2 .recommend .swiper-slide .subtit {
  color: #878787;
  font-size: 12px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#article_2 .article .title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 12px;
  padding: 16px 0;
}
#article_2 .article .subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  margin-bottom: 12px;
  padding-bottom: 16px;
}
#article_2 .article .subtitle > div:not(:first-child) {
  margin-left: 8px;
}
#article_2 .article .subtitle .share-weixin {
  display: flex;
  position: relative;
}
@media (min-width: 769px) {
  #article_2 .article .subtitle .share-weixin:hover .wechat-share-modal {
    display: block;
  }
}
#article_2 .article .subtitle .share-weixin a {
  width: 16px;
  margin-left: 8px;
  height: 16px;
}
#article_2 .article .subtitle .share-weixin .wechat-share-modal {
  display: none;
  position: absolute;
  left: -100px;
  top: 30px;
  width: max-content;
  max-width: 240px;
  padding: 1rem;
  background: #fff;
  box-shadow: 0px 1px 8px 2px #676767;
}
#article_2 .article .subtitle .share-weixin .wechat-share-modal p {
  font-size: 12px;
  text-indent: 0;
}
#article_2 .article .subtitle .share-weixin .wechat-share-copy-modal .modal-content {
  background: #ffffff;
  width: 238px;
  padding-top: 20px;
}
#article_2 .article .subtitle .share-weixin .wechat-share-copy-modal .modal-content img {
  margin-bottom: 10px;
}
#article_2 .article .subtitle .share-weixin .wechat-share-copy-modal .modal-content .title {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
#article_2 .article .subtitle .share-weixin .wechat-share-copy-modal .modal-content .subtitle {
  color: #999999;
  font-size: 12px;
  line-height: 17px;
  margin-top: 3px;
  padding-bottom: 0;
  margin-bottom: 0;
}
#article_2 .article .subtitle .share-weixin .wechat-share-copy-modal .modal-content .is-ok {
  color: #3384e3;
  padding: 9px 0px;
  margin: 12px 12px 0px;
  border-top: 1px solid #ececec;
}
#article_2 .article .subtitle .share-weibo {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
#article_2 .article .intro {
  font-size: 12px;
  border: 1px solid #e1e1e7;
  border-left: 4px solid #e1e1e7;
  padding: 16px;
  margin-bottom: 12px;
}
#article_2 .article .content {
  margin-top: 24px;
  max-width: 90%;
  margin: 24px auto;
}
#article_2 .article .more {
  border: 1px solid #efefef;
  margin: 30px auto;
  margin: 0 auto 24px auto;
  max-width: 90%;
  font-size: 14px;
}
#article_2 .article .more a {
  color: #999;
}
#article_2 .article .more a:hover,
#article_2 .article .more a:active {
  color: #999;
}
#article_2 .article .content p img {
  display: block;
  margin: 0 auto;
  cursor: zoom-in;
}
#article_2 .img-zoom {
  cursor: zoom-out;
}
#article_2 .img-zoom .modal-content {
  display: flex;
  justify-content: center;
}