@charset "utf-8";
/* CSS Document */

body {background:#FFF;
	margin:0;
	text-align:center;
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, 宋体,sans-serif;
}
img,p,ul,li,h1,h2,h3,h4,span{ padding:0; margin:0;}
a:link,a:visited{ text-decoration:none;}
.clr{ clear:both;}
.kong{ height:5px; overflow:hidden;}

.box{ width:1000px; margin:0 auto;}

.table_box { background:#FFF;}

.frames{ border:0; height:150px; overflow:hidden; width:100%;}


/*菜单个性设置*/
.left{width:220px; float:left;}
.left ul{list-style:none;text-align:left;}

/*一级菜单*/
.menu li.level1 a{display:block;line-height:36px;height:44px;padding-left:10px; font-size:12px; color:#fff;background:url(../images/menu_bg.jpg) no-repeat left top;overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:210px;}
/*一级菜单两态样式,供JS调用*/
.menu li.level1 a.hove{background-position:left -44px;}
.menu li.level1 a.cur{background-position:left -88px; color:#fff;}

/*二级菜单*/
.menu li ul{overflow:hidden;}
.menu li ul.level2{width:220px;display:none; font-size:12px;}
.menu li ul.level2 li{height:26px;line-height:26px;}
.menu li ul.level2 li a{display:block;height:26px;line-height:26px;background:url(../images/menu_bg1.jpg) no-repeat;color:#42556B;border-top:1px #B8C2CB solid;overflow:hidden;  overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:210px;}
/*二级菜单两态样式,供JS调用*/
.menu li ul.level2 li a.hove1{background:#F6F6F6 ;}

.right{ width:770px; float:right; margin:10px 0 0 0; overflow:hidden;}

.bottom{height:40px; background:#212326; color:#FFFFFF; text-align:center; line-height:40px; width:1000px; margin:0 auto; font-size:12px;}