section {
  padding-top: 4.55rem;
}
section img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
section .banner {
  height: 27.27rem;
}
section .banner #banner_container {
  height: 27.27rem;
}
section .banner img {
  object-fit: cover;
}
section .container {
  margin-bottom: 2.73rem;
  height: 3.18rem;
  background-color: #fff;
}
section .container .main_center {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section .container .main_center .position {
  font-size: 16px;
  line-height: 1.6;
}
section .container .main_center .position a:hover {
  color: #fd811f;
}
section .container .main_center .list_wrapper ul {
  display: flex;
}
section .container .main_center .list_wrapper ul li {
  margin-left: 1.82rem;
}
section .container .main_center .list_wrapper ul li a {
  font-size: 0.82rem;
  padding: 0.45rem 0.91rem;
  color: #333;
  display: inline-block;
  border-radius: 1.36rem;
}
section .container .main_center .list_wrapper ul li a:hover {
  color: #fff;
  background-color: #fd811f;
}
section .container .main_center .list_wrapper ul .active a {
  color: #fff;
  background-color: #fd811f;
}
section .zl_list {
  margin-bottom: 3rem;
  margin-top: 2.73rem;
}
section .zl_list .yj_list ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
section .zl_list .yj_list ul li {
  margin-right: 1.36rem;
  font-size: 0.73rem;
}
section .zl_list .yj_list ul li a {
  display: inline-block;
  padding: 0.45rem 1.36rem;
  background-color: #f7f7f7;
}
section .zl_list .yj_list ul li a:hover {
  background-color: #fd811f;
  color: #fff;
}
section .zl_list .yj_list ul li:last-child {
  margin-right: 0;
}
section .zl_list .yj_list ul li .active_yj {
  background-color: #fd811f;
  color: #fff;
}
section .zl_list .m_tab {
  display: none;
  width: 100%;
}
section .zl_list .m_tab #m_sp_container {
  overflow: hidden;
  width: 100%;
}
section .zl_list .m_tab #m_sp_container .swiper-slide {
  padding: 20px;
  width: auto;
}
section .zl_list .m_tab #m_sp_container .swiper-slide a {
  font-size: 16px;
  color: #333333;
}
section .zl_list .m_tab #m_sp_container .active a {
  color: #dc3025;
}
section .m_tab {
  display: none;
  width: 100%;
}
section .m_tab #m_sp_container {
  overflow: hidden;
  width: 100%;
}
section .m_tab #m_sp_container .swiper-slide {
  padding: 20px;
  width: auto;
}
section .m_tab #m_sp_container .swiper-slide a {
  font-size: 16px;
  color: #333333;
}
section .m_tab #m_sp_container .active a {
  color: #dc3025;
}
section .pro_container {
  display: flex;
  flex-wrap: wrap;
}
section .pro_container .product_item {
  position: relative;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 1.36rem;
  background-color: #fff;
  transition: all 0.5s;
}
section .pro_container .product_item:nth-child(3n) {
  margin-right: 0;
}
section .pro_container .product_item .product_pic {
  height: 14.36rem;
  overflow: hidden;
}
section .pro_container .product_item .product_pic img {
  transition: all 0.5s;
}
section .pro_container .product_item .pro_xq {
  padding: 1.2rem 0.73rem;
}
section .pro_container .product_item .pro_xq .name {
  font-size: 0.91rem;
  text-align: center;
  color: #333;
  margin-bottom: 0.91rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
section .pro_container .product_item .pro_xq .pro_js {
  text-align: center;
  color: #888;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
section .pro_container .product_item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 20%;
  height: 1px;
  background-color: #fd811f;
  transition: all 0.5s;
}
section .pro_container .product_item:hover {
  transition: all 0.5s;
  box-shadow: 0 0.36rem 0.73rem 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-0.23rem);
}
section .pro_container .product_item:hover::after {
  width: 100%;
  background-color: #fd811f;
  transition: all 0.5s;
}
section .pro_container .product_item:hover img {
  transform: scale(1.04);
  transition: all 0.5s;
}
section .pro_container .product_item:hover .name {
  color: #fd811f;
}
@media only screen and (max-width: 768px) {
  section {
    padding-top: 0;
  }
  section .zl_list {
    display: none;
  }
  section .banner {
    height: 150px;
  }
  section .banner #banner_container {
    height: 150px;
  }
  section .container {
    margin-bottom: 10px;
  }
  section .m_tab {
    display: block;
  }
  section .pro_container .product_item {
    width: 49%;
    margin-right: 2%;
  }
  section .pro_container .product_item:nth-child(3n) {
    margin-right: 2%;
  }
  section .pro_container .product_item:nth-child(2n) {
    margin-right: 0;
  }
  section .pro_container .product_item .product_pic {
    height: 10.36rem;
  }
}
