
/*tab切换样式*/
.tabbox{width:100%;height:auto;margin:0px auto;}
.tabbox .tab{overflow:hidden;/* border-bottom:1px #16b7a5 solid;*/ background:#f0f0f0;}
.tabbox .tab a{width:150px; height:45px; line-height:45px;display:block;padding:0px; font-size:18px; text-align:center;color:#333; border-bottom:0px; float:left;}
.tabbox .tab a img{ display:inline-block; margin-bottom:-7px; margin-right:10px;}
.tabbox .tab a:hover{background:#16b7a5;color:#fff; border-bottom:0px;}
.tabbox .tab a.on{background:#16b7a5;color:#fff; border-bottom:0px;}
.tabbox .content{overflow:hidden;}
.tabbox .content ul li{display:none; padding-top:30px;}
.tabbox .content ul li span img{ width:100%; display:block;}
