/*这里调整整个滑动门的宽度*/
.w936{
margin:10px 0px;
padding-bottom:0px;
width:450px;}


/* 标准盒模型 */
.ctt{
width:450px;
height:auto;
margin:0px;
padding:0px 5px;
text-align:left;
}


/* TAB 切换效果 */
.tb_ ul{
margin-left:0px;
padding-left:0px;
height:21px;
border-bottom:2px solid #1858b1;
}

.tb_ li{
margin-left:0px;
float:left;
list-style:none;
text-align:center;
height: 20px;
line-height:1.5em;
width:100px;
cursor:pointer;
font-size:14px;
font-family:"微软雅黑";
}

/* 用于控制显示与隐藏的css类 */
.normaltab{
HEIGHT: 24px;
background-image:url('../images/20083675857803.gif');
background-repeat: no-repeat;
color:#1858b1;
DISPLAY: block;
font-weight:bold;
}

.hovertab{
background-image: url('../images/20083675857471.gif');
background-repeat: no-repeat;
color:#000000;
font-weight:bold;
}

.dis{
display:block;
margin:0px;
padding:0px;}

.undis{
display:none;
margin:0px;
padding:0px;}

