@charset "gb2312";
/* CSS Document */
.banner{ height:410px; margin:0 auto; background:#ded2bc center no-repeat; overflow: hidden}
#tab{height:410px; margin:0 auto; position:relative;  }
#tab ul{
	list-style: none;
	position: absolute;
	top: 435px;
	left:47%;
}
#tab ul li{ height:10px;width:60px;float:left; display:block;}
/*margin;那里调节各个li之间的距离,position是保证下边框的出现*/

.dise{display:block;}
.undise{display:none;}


#all{ width:450px;width:100%; margin:0 auto;}
#all div{background-color:#F2F5FA;text-align: center;line-height:20px; height:450px;
border:1px #CCCDCD solid; }/*一定要设border*/