/* CSS Document */
*{margin:0px;padding:0px;}
body{color:#838383;font-family: "微软雅黑"  ;background:#fff; font-size:24px; line-height:1.8em;}
a,a:visited{text-decoration:none; color:#000;}
a:hover{color:#fe0100;}
a.red:link,a.red:hover,a.red:visited,.red{color:#f60;}
img{border:none;zome:1}
/*img:hover{filter:alpha(opacity=80);	-moz-opacity:0.8;	-khtml-opacity: 0.8;	opacity:  0.8;}
*/li,dl{list-style:none;}
.clear:before,.clear:after{content:".";display:block;height:0px;visibility:hidden;}
.clear{clear:both;}

#wrap{ width:750px; position:relative; margin: 0 auto;}
header{ width:100%; position: fixed; left:0; top:0; height:90px; background:#fff; text-align:center; z-index:88;}
.btn{ position:absolute; left:15px; top:15px; width:50px; height:30px; padding:15px 0; background:url(../images/btn.png) center no-repeat; cursor:pointer;}
.menu ul{ position:fixed; width:200px; height:100%; top:90px;  left:-200px; z-index:21; background: #fff; padding-top:10%; box-sizing:border-box; }
.menu ul li{ font-family:"幼圆"; font-size:28px; line-height:45px; margin-bottom:15px; width:100%; text-align:center;}
.menu ul li a{ color:#000;}
.logo img{ height:50px; margin:20PX auto; vertical-align:middle;}
.fenx{ position:absolute; right:15px; top:15px; width:50px; height:30px; padding:15px 0;  cursor:pointer; background:url(../images/btr.png) center no-repeat; display:none;}
.curr{
	background:#e9ae70;
	}
.curr a{
	color:#fff !important;
	}		


