
/*tab切换样式*/
.tabbox{width:100%;height:auto;margin:0px auto;}
.tabbox .tab{overflow:hidden; border-bottom:1px #da251c solid; background:#f0f0f0;}
.tabbox .tab a{width:150px; height:35px; line-height:35px;display:block;padding:0px; font-size:16px; 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:#da251c;color:#fff; border-bottom:0px;}
.tabbox .tab a.on{background:#da251c;color:#fff; border-bottom:0px;}
.tabbox .content{overflow:hidden;}
.tabbox .content ul li{display:none; padding-top:20px; border:1px #ccc solid; border-top:none; padding:15px;}
.tabbox .content ul li img{max-width:100%;}
