/* 产品列表 */
.pics {
}

.pics ul {
  display: flex;
  flex-wrap: wrap;
}

.pics ul li {
  width: 50%;
  padding: 3px;
}

.pics li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
}
.pics li i {
  display: block;
}
.pics li i img {
  width: 100%;
}
.pic-li-layer {
  text-align: center;
  color: #333;
}
.pic-li-logo {
  display: none;
}

.pic-li-name {
  font-size: 16px;
  line-height: 30px;
}
.pic-li-more {
  display: none;
}

@media (min-width: 1200px) {
  .pics {
  }
  .pics ul {
    display: flex;
    flex-wrap: wrap;
    padding: 1.8vw 0 0;
  }
  .pics ul li {
    width: 33.3%;
    padding-bottom: 1.8vw;
  }

  .pics ul li:nth-child(3n + 1) {
    padding-right: 1.2vw;
  }
  .pics ul li:nth-child(3n + 2) {
    padding-left: 0.6vw;
    padding-right: 0.6vw;
  }
  .pics ul li:nth-child(3n) {
    padding-left: 1.2vw;
  }

  .pics li a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 0;
  }
  .pics li i {
    display: block;
  }
  .pics li i img {
    width: 100%;
  }
  .pic-li-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 0 1vw;
    text-align: center;
    color: #fff;
    background: url(../images/pic_li_bg.png) no-repeat center bottom/100%;
    opacity: 0;
    transform: translate3d(0, 2vw, 0);
    transition: 0.6s;
  }
  .pic-li-logo {
    display: block;
    padding: 0 0 0.8vw;
    text-align: center;
  }
  .pic-li-logo img {
    width: 4vw;
  }
  .pic-li-name {
    font-size: 1.2vw;
    line-height: 1.8vw;
  }
  .pic-li-more {
    display: block;
    font-size: 14px;
    line-height: 20px;
  }
  .pics li a:hover .pic-li-layer {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .pages {
    padding-top: 0.2vw;
  }
}

/* 产品详情 */
.pic-er {
}
.pic-er {
  padding: 0 0 0.2rem;
  background: url(../images/pic_er_bg.jpg) no-repeat center bottom/100%;
}
.pic-er-name {
  padding: 0.2rem 0;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  text-align: center;
}
.pic-er-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 0.2rem;
  padding: 0 0.1rem;
}
.pic-er-prev,
.pic-er-next {
  width: 80px;
  padding: 0 5px;
  background: #d4d4d4;
}
.pic-er-prev a {
  text-align: right;
  background: url(../images/pic_er_prev.png) no-repeat 0 center/6px;
}
.pic-er-next a {
  background: url(../images/pic_er_next.png) no-repeat right center/6px;
}
.pic-er-prev a,
.pic-er-next a {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #000;
}
.pic-er-img {
  width: 3.2rem;
}
.pic-er-img img {
  width: 100%;
}

.pic-er-p {
  min-height: 80px;
  padding: 0.2rem 10px;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
@media (min-width: 1200px) {
  .pic-er {
    padding: 0 0 1vw;
    background: url(../images/pic_er_bg.jpg) no-repeat center bottom/100%;
  }
  .pic-er-name {
    padding: 2vw 0;
    font-size: 1.2vw;
    line-height: 1.5vw;
    color: #000;
    text-align: center;
  }
  .pic-er-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 2vw;
    padding: 0 6vw;
  }
  .pic-er-prev,
  .pic-er-next {
    width: 9vw;
    padding: 0 1vw;
    background: #d4d4d4;
  }
  .pic-er-prev a {
    text-align: right;
    background: url(../images/pic_er_prev.png) no-repeat 0 center;
  }
  .pic-er-next a {
    background: url(../images/pic_er_next.png) no-repeat right center;
  }
  .pic-er-prev a,
  .pic-er-next a {
    display: block;
    font-size: 0.8vw;
    line-height: 2.4vw;
    color: #000;
  }
  .pic-er-img {
    width: 28.6vw;
  }
  .pic-er-img img {
    width: 100%;
  }

  .pic-er-p {
    width: 28.6vw;
    min-height: 10vw;
    margin: 0 auto;
    padding: 1vw 0;
    font-size: 16px;
    line-height: 30px;
    color: #000;
  }
}
