<style type="text/css"> 
*{ margin:0; padding:0;}
body { font:12px/1.8 Arial; color:#666;}
h1.tit-h1 { font-size:38px; text-align:center; margin:30px 0 15px; color:#f60;}
.go-back{ text-align:center; border-top:1px dashed #ccc; padding:10px; margin-top:20px; font-size:40px;}
.wrap{ padding:20px;}


/* 本案例需要的css样式 */
ul,li{ list-style:none;}
.tab{ width:1200px; margin:0 auto 50px;}
.tab-hd { background:#e0c995; overflow:hidden; zoom:1;}
.tab-hd li{ float:left; width:300px; color:#fff; text-align:center; cursor:pointer; line-height:40px;}
.tab-hd li.active{ background:#8f7958;}
.tab-bd li{display:none;}
.tab-bd li.thisclass{ display:list-item;}

/* 本案例需要的css样式 */
ul,li{ list-style:none;}
.tab1{ width:1200px; margin:0 auto 50px;}
.tab1-hd { background:#e0c995; overflow:hidden; zoom:1;}
.tab1-hd li{ float:left; width:400px; color:#fff; text-align:center; cursor:pointer; line-height:40px;}
.tab1-hd li.active{ background:#8f7958;}
.tab1-bd li{display:none;}
.tab1-bd li.thisclass{ display:list-item;}

/* 本案例需要的css样式 */
ul,li{ list-style:none;}
.tab2{ width:1200px; margin:0 auto 50px;}
.tab2-hd { background:#e0c995; overflow:hidden; zoom:1;}
.tab2-hd li{ float:left; width:240px; color:#fff; text-align:center; cursor:pointer; line-height:40px;}
.tab2-hd li.active{ background:#8f7958;}
.tab2-bd li{display:none;}
.tab2-bd li.thisclass{ display:list-item;}
</style> 