
/*µÚ¶þÌ×°¸Àý*/
.category_style2{height:150px;margin-top:20px;}
.category_style2 ul{}
.category_style2 ul li{float:left;width:100px;height:150px;margin:0 25px;}
.category_style2 ul li a{width:100px;height:150px;display:block;}
.category_style2 ul li a .cat_s2_img{width:100px;height:100px;border-radius:16px;overflow:hidden;}
.category_style2 ul li a .cat_s2_img img{width:100px;height:100px; }
.category_style2 ul li a p{width:100%;height:50px;line-height:50px;font-size:16px;color:#444;text-align:center;overflow:hidden;}

.category_style2 ul li a .cat_s2_img{transition:all 0.3s;-webkit-transition:all 0.3s;-o-transition:all 0.3s;-moz-transition:all 0.3s;}
.category_style2 ul li:hover a .cat_s2_img{transform:scale(1.01);-webkit-transform:scale(1.01);-ms-transform:scale(1.01);-o-transform:scale(1.01);-moz-transform:scale(1.01);box-shadow:3px 3px 6px #666; }
