/*首页*/
/*a{display:block;}*/
.banner_sm{height:240px;margin-top:3px;overflow: hidden;}
.product>div{margin-bottom:26px;}
.product h4{border-bottom:1px solid #fff; line-height:3;margin:0;transition:all 0.3s;}
.product .img{height:228px;overflow: hidden;}
.product .img .border{width:100%;height:100%;top:0;left:0;transform: scale(1.2);opacity: 0;transition:all 0.3s;}
.product .img .add{width:60px;height:60px;line-height:60px;left:0;right:0;margin:auto;top:40%;background:#5b3a00;color:#fff;opacity: 0;transition:all 0.3s;}
.product>div:hover h4{border-bottom:1px solid #5b3a00; }
.product>div:hover .border{transform: scale(0.9); opacity:1;}
.product>div:hover .add{opacity:1;top:35%;}
.product ul>div:hover h4{color:#5b3a00}
.product ul>div:hover .border{transform: scale(0.9); opacity:1;}
.product ul>div:hover .add{opacity:1;top:35%;}

.product a{text-decoration:none}
.product_next{padding-top:52px;padding-bottom:52px;border-top:1px solid #ddd;}
.more:hover{cursor:pointer;}