/* CSS Document */
*{margin:0px;padding:0px;}
body{font-size:24px;color:#737373;font-family: "微软雅黑";line-height:1.8em; background:#ededed; height:100%; }

a,a:visited{text-decoration:none; color:#737373;}
a:hover{color:#fe0100;}
a.red:link,a.red:hover,a.red:visited,.red{color:#f60;}
img{border:none;zome:1}
a:focus{outline:none;}
input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
}
input:focus {
    outline:none;
}
textarea:focus {
    outline:none;
}
textarea { -webkit-appearance: none;} 

/*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;}
h2,h1{ font-weight:500;}
html{ position:relative;}

#wrap{ width:750px; margin:0 auto;  position:relative; height:100%;}


#header{ z-index:33; width:100%; position: fixed; top:0; border-bottom:1px solid #dbdbdb; height:90px;left:0; min-width:750px; background:#fff;}
.logo{ width:400px; margin:15px auto; height:60px; float:left; margin-left:30px;}
.logo img{ width:100%; vertical-align:middle;height:60px;}
.menubnt{ width:35px; height:35px; padding-top:5px; display:block; background:url(../images/menu.png) center no-repeat; position:absolute; right:30px; top:25px; cursor:pointer;}
.menulist{ position:fixed; width:330px; height:100%; top:90px; right:-330px; background:#26549e;}
#footer{ width:100%; background:#ededed; padding:20px 0; font-size:24px; color:#000; text-align:center;}
.menulist ul{ width:100%; position:relative; overflow:hidden; }
.menulist ul li{ width:100%; position:relative;  text-align:center;font-size:28px;height:90px;line-height:90px; overflow:hidden; border-bottom:1px solid #fff;} 
.menulist ul li p{ width:100%; line-height:90px;height:90px; color:#fff; position:relative;}
.select span{ width:35px; height:35px; padding-top:5px; display:block; background:url(../images/sel.png) center no-repeat; position:absolute; right:100px; top:25px; cursor:pointer;}
.sel{ width:270px; display:none; padding:0 240px; height:50px; background:#fff; position:absolute; top:92px; left:0;}
.sel .seltext{ width:230px; margin-top:5px; text-indent:10px; height:38px; border:1px solid #dbdbdb; background:none; line-height:38px; float:left;}
.sel .submit{ width:35px; margin-top:5px; text-indent:10px; height:38px; border: none; background:url(../images/sel.png) center no-repeat; cursor:pointer; line-height:38px; float:right;}
