@font-face {
  font-family: "pingfang";
  src: url("../static/font/PINGFANG/ MEDIUM.TTF") format("truetype");
}

@font-face {
  font-family: "gotham";
  src: url("../static/font/Gotham-Medium.otf") format("truetype");
}
@font-face {
  font-family: "Niveau_Grotesk";
  src: url("../static/font/Niveau/ Grotesk/ Regular.ttf") format("truetype");
}

* {
  list-style: none;
  /*! font-family: "arial"; */
  padding: 0;
  margin: 0;
  font-family: Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
  font-size: 14px;
  line-height: 25px;
}
a {
  text-decoration: none;
  color: #333;
}
input {
  border: none;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.4948rem !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.swiper-pagination-bullet {
  margin: 0 9px !important;
  border: 2px solid #fff !important;
  opacity: 0.4 !important;
  background-color: transparent !important;
  width: 0.0521rem !important;
  height: 0.0521rem !important;
}
.swiper-button-next,
.swiper-button-prev {
  width: 0.7292rem !important;
  top: 100% !important;
  height: 0.4948rem !important;
  margin-top: 0 !important;
  transform: translateY(-100%) !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: "" !important;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.p160 {
  padding: 0 0.8333rem;
  box-sizing: border-box;
}

.common_title {
  margin-top: 0.5rem;
  margin-left: 0.8333rem;
  font-size: 40px;
  color: #222;
  position: relative;
}
.common_title::after {
  /*! content: ""; */
  /*! position: absolute; */
  /*! bottom: -0.0208rem; */
  /*! left: 0.0156rem; */
  /*! width: 0.1563rem; */
  /*! height: 0.0208rem; */
  /*! background-color: #900816; */
}
.logo_wechat .contact{display: flex;align-items: center;width: 70%;}
.logo_wechat .contact .contact_item{flex:1;text-align: center;display: flex;align-items: center;text-align: left;color: #aaa;}
.logo_wechat .contact .contact_item .contact_text{margin-left:10px;}
.footer_bottom{
  text-align: center;
  padding: 10px 0px;
  color: #aaa;
}
.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 20px 0;
    justify-content: center;
}

.pagination li {
    margin: 0 5px;
}

.pagination li a,
.pagination li span {
    display: inline-block;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 4px;
    color: #333;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

.pagination li a:hover {
    background-color: #f0f0f0;
    border-color: #ddd;
}

.pagination li.active span {
    background-color: #900816;
    color: white;
    border-color: #900816;
}

.pagination li.disabled span {
    color: #999;
    cursor: not-allowed;
    background-color: #f9f9f9;
    border-color: #ddd;
}

.pagination li a {
    background-color: white;
}

.pagination li a:hover {
    background-color: #900816;
    color: white;
    border-color: #900816;
}
@media (max-width: 752px) {
  .new_product,.our_product{padding:0px 15px;}
  .p160,.news-container{padding:0px 15px !important;}
  .who_section,.who_section{
    padding: 0.5052rem 15px;
  }
  .logo_wechat .contact{display: none;}
  .news-more{margin-bottom:20px;}
  .our_product .title{margin-top:20px;}
  .our_product .product_box .product_items .item{padding:0px;}
  footer .footer .footer_left .logo_wechat{display: none;}
}