/* 导航栏 */
.z_head {
  padding: 0 30px;
  margin: auto;
  max-width: 1200px;
  height: 90px;
  line-height: 90px;
}
.z_head .logo {
  width: 113px;
  height: 28px;
}
.z_head .z_head_links a {
  display: inline-block;
  margin-left: 50px;
  height: 100%;
  color: #000;
  font-size: 16px;
  border-bottom: 4px solid transparent;
  box-sizing: border-box;
}
.z_head .z_head_links a.active {
  color: #e2241a;
  border-color: #e2241a;
}
.z_head .z_head_links a:hover {
  color: #e2241a;
  border-color: #e2241a;
}
.z_head .menu {
  display: none;
  margin-top: 16px;
  width: 30px;
  height: 30px;
}
.z_swiper_banner {
  width: 100%;
}
.z_swiper_banner .swiper-container {
  width: 100%;
  height: 100%;
}
.z_swiper_banner .swiper-container .swiper-button-prev,
.z_swiper_banner .swiper-container .swiper-container-rtl .swiper-button-next {
  left: 17%;
  color: #fff;
}
.z_swiper_banner .swiper-container .swiper-button-next,
.z_swiper_banner .swiper-container .swiper-container-rtl .swiper-button-prev {
  right: 17%;
  color: #fff;
}
.section_title {
  position: relative;
  margin: 70px auto 50px;
  width: 436px;
  height: 60px;
  border: 1px solid #C40202;
  font-weight: bold;
  text-align: center;
}
.section_title .title {
  position: absolute;
  top: -30px;
  left: 50%;
  display: inline-block;
  width: 234px;
  font-size: 42px;
  color: #e2241a;
  background-color: #fff;
  transform: translateX(-50%);
}
.section_title .desc {
  position: absolute;
  bottom: -12px;
  left: 50%;
  display: inline-block;
  width: 175px;
  font-size: 16px;
  color: #999999;
  background-color: #fff;
  transform: translateX(-50%);
}
/* 品牌文化 */
.pinpai_con .desc {
  margin-bottom: 50px;
  font-size: 16px;
  color: #666666;
  text-align: center;
  line-height: 30px;
}
.pinpai_con .pinpai_ad {
  width: 570px;
  height: 498px;
}
.pinpai_con .pinpai_ad .img {
  width: 100%;
  height: 100%;
}
.pinpai_con .pinpai_list {
  margin: 20px 0 20px 0;
}
.pinpai_con .pinpai_list .img {
  margin-right: 15px;
  position: relative;
  top: 5px;
  width: 60px;
  height: 60px;
}
.pinpai_con .pinpai_list .pinpai_desc {
  font-size: 18px;
  color: #666666;
}
.pinpai_con .pinpai_list .pinpai_desc li {
  margin-bottom: 52px;
  line-height: 35px;
}
.pinpai_con .pinpai_list .pinpai_desc .num {
  font-size: 24px;
  color: #e2241a;
  font-weight: bold;
}
.z_ad {
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  min-height: 100px;
}
.z_ad .ad {
  width: 100%;
  min-height: 100px;
}
/* 新品推荐 */
.new_rec {
  height: 760px;
}
.new_rec .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.new_rec .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc(45%);
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
}
.new_rec .swiper-slide .img {
  margin-bottom: 10px;
  width: 300px;
  height: 300px;
}
.new_rec .swiper-slide a {
  color: #333;
}
.new_rec .swiper-slide a:hover {
  color: #e2241a;
}
.new_rec .swiper-pagination-bullet-active {
  background-color: #e2241a !important;
}
.new_rec.new_rec_single {
  display: none;
}
/* 新闻资讯 */
.news_swiper {
  position: relative;
  height: 330px;
}
.news_swiper .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 15px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
}
.news_list {
  padding: 0 30px;
  height: 330px;
  overflow-y: scroll;
}
.news_list::-webkit-scrollbar {
  width: 0;
}
.news_list .news_item {
  display: block;
  font-size: 16px;
  color: #666666;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px dashed #ebebeb;
}
.news_list .news_item:hover {
  color: #e2241a;
}
.news_list .news_item .title {
  display: inline-block;
  max-width: 80%;
}
/* 产品详情面包屑 */
.z_breadcrumb {
  padding: 0 30px;
  margin: auto;
  max-width: 1200px;
}
.z_breadcrumb a {
  font-size: 14px;
  color: #666666;
}
.z_breadcrumb .symbol {
  margin: 0 10px;
}
.z_breadcrumb .active {
  color: #e2241a;
}
/* 产品详情 */
.z_goodsdetail {
  margin: auto;
  max-width: 1200px;
}
.z_goodsdetail .z_detail_title {
  margin: 40px auto 30px;
  width: 100%;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.z_goodsdetail .z_detail_btn {
  margin: 30px auto;
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #e2241a;
  border-radius: 15px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
/* 列表页面 */
.list_banner {
  margin-top: 4px;
  padding-left: 15%;
  width: 100%;
  height: 200px;
  min-height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.list_cont {
  padding: 30px 0;
  width: 100%;
  background-color: #f5f5f5;
}
.list_cont .pagination {
  margin: 30px 0;
  justify-content: center;
}
.list_cate .cate_item {
  margin-bottom: 20px;
  display: block;
  width: 170px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #ebebeb;
  font-size: 18px;
  color: #222;
  background-color: #fff;
}
.list_cate .cate_item:last-child {
  border: none;
}
.list_cate .cate_item.active,
.list_cate .cate_item:hover {
  color: #fff;
  background-color: #e2241a;
}
.list_box {
  padding: 0 30px;
  background-color: #fff;
}
.list_box .list_item {
  padding: 30px 0;
  border-bottom: 1px solid #ebebeb;
  font-size: 12px;
  color: #999999;
}
.list_box .list_item .img {
  margin-right: 30px;
  width: 320px;
  height: 180px;
}
.list_box .list_item .title {
  font-size: 16px;
  color: #222;
  font-weight: bold;
}
.list_box .list_item .desc {
  margin: 10px 0;
  height: 95px;
}
.list_box .list_item .cate_img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
/* 底部 */
.z_footer {
  padding-top: 1px;
  margin-top: 80px;
  width: 100%;
  height: 200px;
  background-color: #000;
}
.z_footer .z_footer_links {
  margin: 60px auto 20px;
  text-align: center;
}
.z_footer .z_footer_links li {
  display: inline-block;
  margin-left: 30px;
}
.z_footer .z_footer_links a {
  color: #999999;
  font-size: 16px;
}
.z_footer .z_footer_links a:hover {
  color: #fff;
}
.z_footer .footer_copy {
  line-height: 30px;
  color: #888;
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 1140px) {
  .list_cont .list_cate li {
    display: inline-block;
    margin: 0 20px 0 0;
  }
  .list_cont .list_box .img {
    width: 180px;
  }
}
@media only screen and (max-width: 890px) {
  .z_head {
    height: 60px;
    line-height: 60px;
  }
  .z_head .z_head_links {
    display: none;
  }
  .z_head .menu {
    display: block;
  }
  .list_banner {
    height: 150px;
    font-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .z_swiper_banner {
    height: 300px;
  }
  .z_swiper_banner .swiper-container {
    height: 100%;
  }
  .z_swiper_banner .swiper-container .swiper-button-prev,
  .z_swiper_banner .swiper-container .swiper-container-rtl .swiper-button-next {
    left: 5%;
    color: #fff;
  }
  .z_swiper_banner .swiper-container .swiper-button-next,
  .z_swiper_banner .swiper-container .swiper-container-rtl .swiper-button-prev {
    right: 5%;
    color: #fff;
  }
  .section_title {
    margin: 50px auto 35px;
    width: 335px;
  }
  .section_title .title {
    top: -24px;
    width: 184px;
    font-size: 36px;
  }
  .section_title .desc {
    bottom: -10px;
    width: 125px;
    font-size: 14px;
  }
  .news_list {
    margin-top: 15px;
  }
  .new_rec {
    height: 300px;
  }
  .new_rec.new_rec_single {
    display: block;
    margin-top: 60px;
  }
  .new_rec.new_rec_three {
    display: none;
  }
  .z_goodsdetail {
    padding: 0 30px;
  }
  .z_goodsdetail .z_detail_title {
    margin: 30px auto 20px;
    font-size: 18px;
  }
  .list_banner {
    height: 100px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .list_cont .list_cate li {
    display: inline-block;
    margin: 0 20px 0 0;
  }
  .list_cont .list_cate li .cate_item {
    width: 160px;
    font-size: 14px;
  }
  .list_cont .list_cate li:nth-child(2n) {
    margin-right: 0;
  }
  .list_cont .list_box {
    padding: 0 15px;
  }
  .list_cont .list_box .list_item {
    padding: 15px 0;
  }
  .list_cont .list_box .list_item .img {
    margin-right: 15px;
    width: 145px;
    height: 145px;
  }
  .list_cont .list_box .list_item .desc {
    margin: 10px 0;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .z_footer {
    padding: 20px 0;
    margin-top: 50px;
    height: auto;
  }
  .z_footer .z_footer_links {
    margin: 0 auto 20px;
    text-align: center;
  }
  .z_footer .z_footer_links li {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
  .z_footer .footer_copy {
    line-height: 30px;
    color: #888;
    font-size: 14px;
    text-align: center;
  }
}
