﻿.top .nav .category .category-content{
  display: block;
  height: 400px;
}
.swiper-banner {
  background: #ffffff;
  height: 400px;
  margin-bottom: 40px;
}

.swiper-banner .swiper-container {
  height: 100%;
}

.swiper-banner .swiper-wrapper {
  height: 100%;
}

.swiper-banner .swiper-slide {
  height: 100%;
}

.swiper-banner .swiper-slide a {
  display: block;
  background: #cccccc;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}

.swiper-banner .swiper-slide img {
  display: none;
}

.swiper-banner .swiper-pagination {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 20px;
  text-align: center;
}

.swiper-pagination-switch {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: #000000;
  display: inline-block;
  margin: 0px 5px;
  border: 1px solid #ffffff;
  cursor: pointer;
  transition: all 0.3s;
}

.swiper-active-switch {
  background: #e53737;
  width: 30px;
}
.product-block {
  width: 1200px;
  margin: 0px auto 40px auto;
}
.product-block .block-title{
  text-align: center;
  margin-bottom: 10px;
  overflow: hidden;
  zoom: 1;
  line-height: 30px;
}
.product-block .block-title h2{
  font-size: 24px;
  font-weight: normal;
  float: left;
  padding-left: 15px;
  position: relative;
}
.product-block .block-title h2::before{
  content: "";
  display: block;
  position: absolute;
  border-radius: 10px;
  background: #e53737;
  width: 5px;
  top: 3px;
  bottom: 3px;
  left: 0px;
}
.product-block .block-title .sub-title{
  float: right;
}
.product-block .block-title .sub-title .more{
  position: relative;
  display: block;
  padding-right: 10px;
}
.product-block .block-title .sub-title .more::after{
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border:5px solid transparent;
  border-left-color: #333333;
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -5px;
}
.product-block .block-title .sub-title .more:hover:after{
  border-left-color: #e53737;
}
.product-block .product-list{
  margin: 0px -5px;
}
.product-block .product-list:after{
  content: "";
  display: block;
  clear: both;
}
.product-block .product-list .product-item{
  width: 20%;
  float: left;
}
.product-block .product-item .item-inner{
  background: #ffffff;
  padding: 20px;
  margin: 5px;
  display: block;
}
.product-block .product-item .img-box{
  display: block;
  position: relative;
  background: #dddddd;
  margin-bottom: 10px;
}
.product-block .product-item .img-box::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.product-block .product-item .img-box img{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.product-block .product-item .img-des{
  display: block;
}
.product-block .product-item .product-name{
    min-height: 3em;
    max-height: 3em;
    text-align: left;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-block .product-item .product-price{
  display: block;
  color: #e53737;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}
.product-block .product-item .price-int{
  font-size: 20px;
}
