@charset "utf-8";
/* 全兼容可高亮二级缓冲折叠菜单*/
/* 作者：冰极峰 biny*/
/* 博客：冰极峰博客:
/* Email:szbiny@163.com*/
/* 日期：2010-05-27*/

/* CSS Document */
/*通用设置*/


*{margin:0;padding:0;}
html,body{height:100%;}

a:link {
	text-decoration: none;
	color: #00608a
}
a:visited {
	text-decoration: none;
	color: #00608a	
}
a:hover {
	text-decoration: none;
	color: #675920;
}


/*菜单个性设置*/
.box{width:184px;height:600px;margin:0 auto;height:100%;}
.box ul{list-style:none;text-align:left; }
.box #secondMenuListTop{width:184px;margin:0 auto;height:61px;text-indent:-9999px; padding-top:20px;}
.box #secondMenuListEnd{width:184px;margin:0 auto;height:25px;background:url(/Image/bannerImg/left_bg_buttom.jpg) no-repeat left top;text-indent:-9999px;}
.midEmpty1{background-position:left center;background-repeat:no-repeat; float:left; width:24px; height:36px;background-image:url(/Image/indexImages/ico1.png);}
.midEmpty2{background-position:left center;background-repeat:no-repeat; float:left; width:24px; height:36px;background-image:url(/Image/indexImages/ico3.png);}
.aspan{width:100px;height:34px; border-bottom:1px dashed #B2B2B2;}

/*一级菜单*/
/*.menu li.level1 img{ padding-top:30px;}*/
/*.menu li.level1 {padding-top:20px;border-bottom-color:Black; border-bottom-width:1px; border-bottom-style:dotted; height:40px;}*/
.menu li.level1 {padding-top:0px; margin:10px;}
.menu li.level1 a {cursor:pointer; font-family:"宋体"; font-size:12px;  padding:5px 0px 0px 10px;}


.no { display:none;}
/*一级菜单两态样式,供JS调用*/

/*二级菜单*/
menu li ul{vertical-align:text-bottom;color:Black;}
.menu li ul.level2{width:184px; display:block;vertical-align:bottom;}
/*.menu li ul.level2 li{background:url(/Image/bannerImg/left_bg.jpg) raepet-y left top;}*/
.menu li ul.level2 li a{display:block;padding-left:29px;font-size:12px; padding-top:5px; /*color:#42556B;border-top:1px #B8C2CB solid;*/overflow:hidden; cursor:pointer;}
/*二级菜单两态样式,供JS调用*/
.menu li ul.level2 li a.hove1{background:/*#F6F6F6*/ url(/Image/bannerImg/left_bg.jpg) repeat-y left top; }

/*YC*/


.menu li ul.level2no{width:184px;display:block;vertical-align:bottom; background-color:Green; }
/*.menu li ul.level2no li{background:url(/Image/bannerImg/left_bg.jpg) raepet-y left top;}*/
.menu li ul.level2no li a{color:Black;display:block;padding-left:29px;font-size:12px; padding-top:55px; /*color:#42556B;border-top:1px #B8C2CB solid;*/overflow:hidden; cursor:pointer;}
/*二级菜单两态样式,供JS调用*/
.menu li ul.level2no li a.hove1{background:/*#F6F6F6*/ url(/Image/bannerImg/left_bg.jpg) repeat-y left top; }