 
/* 本例子css */
.tabox{width:1400px;margin:30px auto; }
.tabox .hd{overflow:hidden;  }
.tabox .hd li{position:relative;margin-left:3px;height:40px;line-height:40px;text-align:center;width: 19.6%;float:left; font:normal 14px/37px "Microsoft YaHei";_font-weight:bold;cursor:default; background: #eeee}
.tabox .hd li.on{width: 19.9%;background:#0081DB; color:#fff;}
 
.tabox .lh{overflow:hidden;}
.tabox .lh li{width: 320px;padding:0 10px;float:left; margin-top: 30px; margin-left: 13px}
.tabox .lh li .p-img{margin:0 auto;text-align:center; box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.35)}
.tabox .lh li .p-name{height:36px;line-height:36px;word-break:break-all;word-wrap:break-word;overflow:hidden; margin: 20px 0px; text-align: center; font-size: 16px; font-weight: 700}
.tabox .lh li .p-price{color:#999;}
.tabox .lh li .p-price strong{color:#c00;font-size:14px;font-family:verdana;}
.tabox .lh li:first-child{
	margin-left: 0px !important;
}

.tabox .lh li .p-img img{
	height: 320px;
	width: 320px;
}