.products {
  padding: 56px 0px;
  padding-top: 0px;
}
.products .publicLocal {
  height: 40px;
  line-height: 40px;
  margin-bottom: 40px;
  color: #e1c384;
}
.products .publicLocal a {
  color: #e1c384;
  padding: 0px 20px;
}
.products .productSeri {
  text-align: center;
}
.products .productSeri .title {
  text-align: center;
  padding: 35px 0 0;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  line-height: 40px;
  color: #c7b374;
}
.products .productSeri .type {
  text-align: center;
  margin-top: 46px;
}
.products .productSeri .type a.one {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #e1c384;
  opacity: 0.5;
}
.products .productSeri .type a.oneCur {
  background: #e1c384;
  opacity: 1;
}
.products .productSeri .type a.two {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/product/type.png) no-repeat;
  background-size: 100%;
  margin-left: 20px;
}
.products .productSeri .type a.twoCur {
  background: url(../images/product/typeCur.png) no-repeat;
  background-size: 100%;
}
.productSubList .productSub {
  margin: 30px 30px 0px;
}
.productSubList .productSub a {
  display: block;
  padding: 20px;
  text-align: center;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s, transform 0.7s;
  transition-delay: 1000;
}
.productSubList .productSub a .imgWap {
  height: 260px;
  overflow: hidden;
  display: table;
  text-align: center;
  width: 100%;
}
.productSubList .productSub a .imgWap .vcenter {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
}
.productSubList .productSub a img {
  max-width: 260px;
  max-height: 260px;
}
.productSubList .productSub a p.title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 28px;
  padding: 20px;
  color: #c7b374;
}
.productSubList .productSub a p.title:hover {
  color: #fff;
}
.productSubList .productSub a:hover {
  opacity: 1;
  color: #fff;
}
.productSubList .productSub a:hover p.title {
  color: #fff;
}
.productSubList .productSub .initAnimate {
  opacity: 1;
  transform: translateY(0px);
}
.productSubList .cur {
  border-radius: 2px;
  border: 1px solid #f1e1b4;
}
.listProPic {
  text-align: center;
}
.listProPic img {
  max-height: 420px;
}
.listOneList,
.listDetail {
  position: relative;
  height: 520px;
  margin-top: 30px;
}
.listOneList a,
.listDetail a {
  opacity: 0;
  transition: opacity 0.7s, transform 0.7s;
  transform: translateY(100px);
  transition-delay: 1000;
  display: block;
}
.listOneList .initAnimate,
.listDetail .initAnimate {
  opacity: 1;
  transform: translateY(0px);
}
.listOneList .productDes,
.listDetail .productDes {
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 1;
  width: 100%;
}
.listOneList .productDes a,
.listDetail .productDes a {
  opacity: 1;
  transform: translateY(0px);
  color: #c7b374;
  font-size: 16px;
  font-weight: bold;
}
.listOneList .productDes a.show,
.listDetail .productDes a.show {
  color: #fff;
}
.listOneList .productDes a:hover,
.listDetail .productDes a:hover {
  color: #fff;
}
.listOneList .productDes p.des,
.listDetail .productDes p.des {
  font-size: 12px;
  opacity: 0.8;
  line-height: 16px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  display: none;
  transition: height 2s;
}
.listOneList .productDesHover,
.listDetail .productDesHover {
  background-color: rgba(0, 0, 0, 0.3);
}
.listDetail {
  height: auto;
  margin-bottom: 80px;
}
.listDetail a img {
  max-height: 750px;
}
.listDetail a:hover {
  opacity: 1;
}
.proDetImg img {
  width: 100%;
  border: 0;
}
.proDetTxt {
  padding: 40px;
  text-align: center;
}
.proDetTxt p {
  font-weight: 600;
  color: #ffffff;
  line-height: 33px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.proDetTxt p.title {
  font-size: 16px;
}
.proDetTxt p.des {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  font-weight: normal;
  white-space: pre-wrap;
}
.proDetAd {
  padding: 60px 0px;
  text-align: center;
}
.proDetAd img {
  width: 250px;
  height: 250px;
  border-radius: 250px;
}
.proDetAd p.main {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 33px;
  padding-top: 24px;
  padding-bottom: 14px;
}
.proDetAd p.des {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  text-align: justify;
}
.listProOther {
  padding: 100px 0px;
}
.listProOther .otherPro {
  text-align: center;
}
.listProOther .otherPro a {
  opacity: 0.7;
  transition: opacity 0.7s;
}
.listProOther .otherPro a:hover {
  color: #fff;
  opacity: 1;
}
.listProOther .otherPro a:hover p {
  color: #fff;
}
.listProOther .otherPro img {
  max-width: 160px;
  max-height: 160px;
}
.listProOther .otherPro p {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  line-height: 28px;
  color: #c7b374;
  margin: 25px 0px;
}
.prodet {
  opacity: 0;
  transition: opacity 0.7s, transform 0.7s;
  transform: translateY(100px);
}
.initAnimate {
  opacity: 1;
  transform: translateY(0px);
}
@media (max-width: 576px) {
  .type {
    display: none;
  }
  .products {
    padding: 20px 0px;
  }
  .listProPic {
    text-align: center;
    padding-top: 30px;
  }
  .productDesList .productDes a {
    padding: 0px 20px;
  }
  .listOneList {
    padding: 0px 6px;
    height: 410px;
  }
  .listOneList .productDes {
    bottom: 26px;
  }
  .listProPic {
    margin-bottom: 60px;
    padding-top: 0px;
  }
  .listProPic img {
    width: auto;
    max-height: 345px;
  }
  .listProOther {
    display: none;
  }
  .proDetImg {
    margin-bottom: 50px;
  }
  .listDetail {
    height: auto;
    margin-bottom: 0px;
  }
  .listDetail a img {
    max-height: 750px;
    max-width: 100%;
    margin-bottom: 60px;
  }
  .listDetail a:hover {
    opacity: 1;
  }
}
