/* 产品列表 */
.pics {
}

.pics ul {
  display: flex;
  flex-wrap: wrap;
}
.pics ul li {
  width: 50%;
  padding: 2px;
}
.pics ul a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 2px solid #000;
}

.pics ul a i {
  display: block;
}
.pics ul i img {
  width: 100%;
}

.pic-li-name {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #000;
}
.pic-li-layer {
  display: none;
}

.common-title .ch,
.common-title .en {
  color: #fff;
}
.bread {
  color: #fff;
}
.bread a {
  color: #fff;
}

@media (min-width: 1200px) {
  .pics {
  }
  .pics ul {
    display: flex;
    flex-wrap: wrap;
  }
  .pics ul li {
    width: 33.3%;
    padding: 0.5vw;
  }
  .pics ul a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 2px solid #000;
  }

  .pics ul a i {
    display: block;
  }
  .pics ul i img {
    width: 100%;
  }

  .pic-li-name {
    font-size: 0.9vw;
    line-height: 2vw;
    color: #fff;
    text-align: center;
    background: #000;
    transition: 0.3s;
  }

  .pic-li-layer {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/pic_li_bg.png) no-repeat center 0 / cover;

    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: 0.3s;
  }
  .pic-li-logo {
    padding: 4vw 0 2vw;
    text-align: center;
  }
  .pic-li-logo img {
    width: 8.2vw;
  }

  .pic-li-title {
    display: flex;
    justify-content: center;
    font-size: 0.9vw;
    line-height: 1.4vw;
    color: #fff;
    text-align: center;
  }
  .pic-li-title span {
    display: block;
    padding: 0 1.2vw;
    border: 1px solid #fff;
    border-radius: 0.8vw;
  }

  .pics ul a:hover .pic-li-layer {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .pics ul a:hover .pic-li-name {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  .pages {
    color: #fff;
  }
}

/* 产品详情 */
.pic-er {
}
.pic-er {
  padding: 0.1rem;
  background: url(../images/pic_er_bg.png) no-repeat center 0.2rem/100%;
}
.pic-er-line {
  display: flex;
  justify-content: center;
}
.pic-er-img {
  width: 3rem;
}
.pic-er-img img {
  width: 100%;
}
.pic-er-slide {
  width: 3rem;
  text-align: center;
}
.pic-er-logo {
  padding: 0 0 0.1rem;
}
.pic-er-logo img {
  width: 1.6rem;
}
.pic-er-name {
  display: flex;
  justify-content: center;
  padding: 0.1rem 0;
}
.pic-er-name span {
  display: block;
  padding: 0 5px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
}
.pic-er-weight {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 20px;
}
.pic-er-detail {
  width: 2rem;
  margin: 0.4rem 0 0;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background: #047837;
}
.pic-er-p p {
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
.pic-er-p img {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .pic-er {
    padding: 2vw;
    background: url(../images/pic_er_bg.png) no-repeat center 2vw/100%;
  }
  .pic-er-line {
    display: flex;
    justify-content: center;
  }
  .pic-er-img {
    width: 21.6vw;
  }
  .pic-er-img img {
    width: 100%;
  }
  .pic-er-slide {
    width: 21.6vw;
    text-align: center;
  }
  .pic-er-logo {
    padding: 2vw 0;
  }
  .pic-er-logo img {
    width: 8.4vw;
  }
  .pic-er-name {
    display: flex;
    justify-content: center;
    padding: 3vw 0 1vw;
  }
  .pic-er-name span {
    display: block;
    padding: 0 1.2vw;
    font-size: 1.2vw;
    line-height: 1.6vw;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 1vw;
  }
  .pic-er-weight {
    font-size: 0.9vw;
    line-height: 1.2vw;
  }
  .pic-er-detail {
    width: 8vw;
    margin: 2vw 0 0;
    font-size: 0.9vw;
    line-height: 2vw;
    color: #fff;
    text-align: center;
    background: #047837;
  }
  .pic-er-p p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
  }
  .pic-er-p img {
    max-width: 100%;
  }
}
