<style type="text/css">
#adc{
}
.title{
background-color:#0F7CBF;
font-size:18px;
font-weight:bold;
line-height:35px;
text-indent:1em;
color:#fff;
}
.smt{
background-color:#E4F1FA;
font-size:14px;
font-weight:bold;
line-height:30px;
text-indent:2em;
color:#2F81B9;
}
p{
font-size:12px;
line-height:20px;
text-indent:1em;
}
p a{
text-decoration:none;
color:#666666;
}
p a:hover {
color:#F60;
text-decoration:underline;
}
</style>
</head>
<body>
<div id="adc">
<div class="title">家用电器</div>
<div class="smt">大家电</div>
<p><a href="#">平板电视</a> <a href="#">洗衣机</a> <a href="#">冰箱</a></p>
<p><a href="#">空调</a> <a href="#">烟机/灶具</a> <a href="#">热水器</a></p>
<p><a href="#">冷柜/酒柜</a> <a href="#">消毒柜</a> <a href="#">家庭影院</a></p>
<div class="smt">生活电器</div>
<p><a href="#">电风扇</a> <a href="#">净化器</a> <a href="#">吸尘器</a></p>
<p><a href="#">净水设备</a> <a href="#">挂烫机</a> <a href="#">电话机</a></p>
<div class="smt">厨房电器</div>
<p><a href="#">榨汁机</a> <a href="#">电压力锅</a> <a href="#">电饭煲</a></p>
<p><a href="#">豆浆机</a> <a href="#">微波炉</a> <a href="#">电磁炉</a></p>
<div class="smt">五金家装</div>
<p><a href="#">淋浴/水槽</a> <a href="#">电动工具</a> <a href="#">手动工具</a></p>
<p><a href="#">仪器仪表</a> <a href="#">浴霸/排气</a> <a href="#">灯具</a></p>
</ul>
</div>
