/*产品列表*/
.lanmuc-proh{ width: 100%; height: auto;
  padding-top: 40px;
  padding-bottom: 3.6%;
}
.lanmuc-proh .proda{width: 1200px; height: auto; margin: 0 auto;}
.lanmuc-proh .title{
  text-align: center;
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
  letter-spacing: 2px;
}

.lanmuc-proh .fenl{width: 100%; height: 34px; float: left; margin-top: 20px; margin-bottom:10px;}
.lanmuc-proh .fenl ul li{width:auto; height: 20px; border-right: 1px solid #ccc; margin: 5px 0; float: left; font-size: 12px;}
.lanmuc-proh .fenl ul li:last-child{border-right: none;}
.lanmuc-proh .fenl ul li a{padding: 9px; color: #666;}
.lanmuc-proh .fenl ul li a:hover{color: #333; font-weight: bold;}

.lanmuc-proh .pro{
  margin-top: 50px;
}

.lanmuc-proh .pro ul li{
  width: 32%;
  float: left;
  margin-right:2%;
  margin-bottom: 20px;
  overflow: hidden;
height:320px;
text-align:center;
box-shadow: 0 0 3px #ccc;
}
.lanmuc-proh .pro ul li:nth-child(3n){
  margin-right: 0;
}
.lanmuc-proh .pro ul li a{
  width: 100%;
  height: auto;
  display: block;
}
.lanmuc-proh .pro ul li a .pic{
  width: 100%;
  height: 250px;
overflow:hidden;
}
.lanmuc-proh .pro ul li a .pic img{height: 100%; transition: all 0.5s;}
.lanmuc-proh .pro ul li a .pic:hover img{transform: scale(1.1); }

.lanmuc-proh .pro ul li a .t{
width:94%;
margin-left:3%;
  font-size: 20px;
  line-height: 22px;
  color: #333;
  text-align: center;
  padding-top: 10px;
border-top:1px solid #f4f4f4;
}
.lanmuc-proh .pro ul li a .t em{
  font-weight: bold;
  margin-right: 22px;
  position: relative;
}
.lanmuc-proh .pro ul li a .t em:after{
  width: 2px;
  height: 20px;
  background-color: #666;
  position: absolute;
  right: -13px;
  top: 4px;
  content: '';
}
.lanmuc-proh .pro ul li a .tags{
opacity:.6
  width: 100%;
  text-align: center;
  font-size: 0;
  height: 20px;
  overflow: hidden;
  margin-top: 10px;
}
.lanmuc-proh .pro ul li a .tags span{
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
  margin: 0 5px;
  background-color: #e6e6e6;
  color: #999;
}
.lanmuc-proh .pro ul li a .tags span.s2{
  background-color: #f7e6ea;
  color: #d50032;
}
