


/* 本案例需要的css样式 */
ul,li{ list-style:none;}
.tab{ width:100%; margin:0 auto 20px;}
.tab-hd { background:#F0EEF0; overflow:hidden; zoom:1;}
.tab-hd li{ float:left; width:33.3%; color:#37A66E; text-align:center; cursor:pointer;font-size:18px;}
.tab-hd li.active{ background:#37A66E;color:#FFFFFF;}
.tab-bd li{display:none; padding:20px; border-top:0 none; }
.tab-bd li.thisclass{ display:list-item;}

.dscription{width:100%;line-height:20px;font-size:12px;margin-bottom:20px;text-indent:10px;padding-top:10px;padding-bottom:10px;}

.tab img{
margin: 5px 0; display:block;max-width:100%;height:auto


span .lvse{color:#37A66E;font-weight:bold;
}