.product-page .banner {
  width: 100%;
  height: 350px;
  background: url("") no-repeat center;
  background-size: cover;
}
.product-page .context {
  padding: 40px 0;
}
.product-page .product-show .small-nav {
  height: 32px;
}
.product-page .product-show .small-nav ul {
  float: left;
  position: relative;
  left: 50%;
}
.product-page .product-show .small-nav ul li {
  float: left;
  position: relative;
  right: 50%;
  width: 124px;
  height: 32px;
  line-height: 32px;
  background: #e1e1e1;
  text-align: center;
  margin: 0 10px;
  transition: all 0.5s;
}
.product-page .product-show .small-nav ul li:hover p {
  color: #fff;
  background: #e5852e;
}
.product-page .product-show .small-nav ul li.active {
  color: #fff;
  background: #e5852e;
}
.product-page .product-show .product-list {
  padding: 40px 0;
}
.product-page .product-show .product-list ul > li {
  float: left;
  text-align: center;
  width: 240px;
  border: 1px solid #f2f2f2;
  margin: 0 0 20px 28px;
  box-shadow: 0 0px 80px 0 rgba(0, 0, 0, 0.1);
}
.product-page .product-show .product-list ul > li:nth-child(4n+1) {
  margin-left: 0;
}
.product-page .product-show .product-list ul > li img {
  display: inline-block;
  width: 240px;
  height: 180px;
  transition: all 0.5s;
}
.product-page .product-show .product-list ul > li p {
  line-height: 40px;
  transition: all 0.5s;
}
.product-page .product-show .product-list ul > li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.product-page .product-show .product-list ul > li a:hover p {
  background: #e5852e;
  color: #fff;
}
