@charset "gb2312";
/* CSS Document */
#Tab1{
width:485px;
margin:0px;
padding:0px;
margin:0 auto;}
/*²Ėµ„class*/
.Menubox {
width:100%;
height:33px;
line-height:33px;
}
.Menubox ul{
margin:0px;
padding:0px;
list-style-type:none;
margin-left:10px;
}
.Menubox li{
 margin-right:10px;
 float:left;
 display:block;
 cursor:pointer;
 width:106px;
 text-align:center;
 color:#555555;
 font-weight:bold;
 background:url(xjt.jpg) no-repeat bottom;
 padding-bottom:15px;
 }
.Menubox li.hover{
 padding:0px;
 width:106px;
 color:#ff5400;
 font-weight:bold;
 height:33px;
 line-height:33px;
 padding-bottom:15px;
}
.Contentbox{
 clear:both;
 margin-top:0px;
 border-top:none;
 height:240px;
 text-align:center;
 line-height:24px;
}