@charset "utf-8";
/* CSS Document */


/*********全体样式********/
body {font-family:"宋体"; font-size:12px; margin:0px; text-align:left; color:#333; background:#eee; overflow:hidden; position:relative; min-width:600px;}
radio,button,text,select{margin:0px;padding:0px;}
*{margin:0;padding:0;}

li,ul,dl,dd,dt,img,h3,h4,h5,h6,h1,h2,span,a,p{margin:0px;padding:0px;list-style:none;}
img{ margin:0px; padding:0px; border:none;}
i,em,cite,dfn{ font-style: normal;}
strong,b{ font-weight:normal;}
small,big{ font-size:14px;}

a:link,a:hover,a:visited,a:active{ text-decoration:none; color:#333;}



.menuWrap{ width:600px; height:200px; background:url(../images/line_bg.png) 330px center no-repeat; position:fixed; left:50%; margin-left:-300px; top:50%; margin-top:-100px; }
.menuMain{ float:left; width:305px; text-align:right; color:#898989; margin-top:30px;}
.menuMain .logo img{ width:280px; height:66px; vertical-align:middle;}
.menuMain .switch{ margin-top:15px;}
.menuMain .switch strong{ vertical-align:middle;}
.menuMain .switch span{ width:auto; height:auto;border:1px solid #d0d0d0; background:url(../images/screen_bg.png) 0 1px repeat-x; display:inline-block; border-radius:2px; position:relative;box-shadow:1px 1px 8px 0px #ccc; vertical-align:middle;}
.menuMain .switch span b{ width:auto; height:23px; line-height:23px; border:1px solid #f6f6f6; background:url(../images/screen_icon.png) right center no-repeat; display:block; border-radius:2px; padding:0px 15px; text-align:right; cursor:pointer;}
.menuMain .switch span i{ position:absolute; left:0px; top:26px; background:#f6f6f6; overflow:hidden; box-shadow:1px 2px 8px 0px #999; display:none;}
.menuMain .switch span i a{ width:100%; padding:0px 16px; height:25px; line-height:25px; color:#666; text-align:left; display:block;}

.menuMain .switch span i .btn{ background:#299831; color:#fff;}
.menuMain .switch span i .btn:hover{ background:#299831; color:#fff;}
.menuMain .switch span i a:hover{ background:#d6d6d6;}
.menuMain .switch span:hover i{ display:block;}

.menuMain .copyright{ margin-top:15px;}

.menuLogin{ float:left; width:235px; margin:20px auto 0px 60px;}
.menuLogin ul li{ margin-top:10px;}
.menuLogin ul li input{ width:163px; height:27px; line-height:27px; border:1px; border-style:solid; border-color:#bababa #e9e9e9 #e9e9e9 #bababa; text-indent:30px; color:#000; vertical-align:middle;} 
.menuLogin ul .user input{ font-family:"宋体";background:url(../images/user.png) 5px center no-repeat #fff;font-size:16px;}
.menuLogin ul .pass input{ background:url(../images/pass.png) 5px center no-repeat #fff;}
.menuLogin ul .code input{ width:75px; text-indent:5px; margin-right:6px;font-size:22px;}
.menuLogin ul .code img{ vertical-align:top;}
.menuLogin .push_button{ width:100%; height:auto; margin:10px auto 0px 48px;}
.menuLogin .push_button a{ margin-right:6px;}
