html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,section, article, aside, header, footer, nav, dialog, figure,menu,hgroup,iframe{ margin:0; padding:0; border:0;  font-family:"Microsoft YaHei";}
html{ -webkit-text-size-adjust:none;}
body{ font-size:12px; line-height:22px;}
input,textarea{ resize:none; font-family:"Microsoft YaHei";}
img{ border:none;}
ul,li{ list-style:none;} 
a{ text-decoration:none; color:#000;} 
a:hover{ color:#9a7124;}
h1,h2{ font-weight:normal;}
input:focus,textarea:focus{ outline:none; }
i,em{ font-style:normal;}
.main{ width:1000px; clear:both; overflow:hidden; margin:0 auto 60px auto;  }
.box{ width:1000px; margin:0 auto;}
.or{ overflow:hidden;}
.fl{ float:left;}
.fr{ float:right;}
#bgimg { position:fixed; z-index:-1;}

/*页头*/

.header{  width:126px; position:fixed; _position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop));  top:0;  left:30px; z-index:10;}
.logo{ height:106px; overflow:hidden;}
.nav a.toggle{ display:block; line-height:35px; color:#fff; text-align:center; font-size:14px; background:#00338f;}

.nav a.toggle i{ background:url(../images/up.jpg) no-repeat; width:6px; height:5px; display:inline-block; margin-left:10px; vertical-align:3px;}
.nav.add a.toggle i{ background:url(../images/dwon.jpg) no-repeat;}
 
.menu{ font-size:14px; height:0; overflow:hidden;  transition:all .3s ease-in-out; opacity:0.5;}
.nav.add .menu{ height:250px; opacity:1;}
.menu li{ line-height:48px; height:48px; border-bottom:1px solid #1a396e; text-align:center;}
.menu li a{ color:#fff; background:#00215b; display:block;}
.menu li a:hover{ background:#001437;}
.menu li a.active{ background:#001437;}

.mui{  width:29px; position:fixed; z-index:100; top:30px; right:30px;}

#smohan_audio{display:block; width:29px; height:29px ;cursor:pointer; background:url(../images/music.png) no-repeat; animation:music 5s linear infinite; -webkit-animation:music 5s linear infinite; }
#smohan_audio.play{ width:29px; height:29px; background:url(../images/music.png) no-repeat;}
#smohan_audio.pause{width:29px; height:29px; background:url(../images/off.png) no-repeat; animation:music1 5s linear infinite; -webkit-animation:music1 5s linear infinite;}
@keyframes music {0% {transform:rotate(0deg);} 100% {transform:rotate(360deg);}}
@-webkit-keyframes music {0% {transform:rotate(0deg);} 100% {transform:rotate(360deg);}}

 
/*页底*/
.foot{ background:#efefef; width:100%; min-width:1200px;  height:200px; text-align:center; color:#666; font-size:14px; line-height:30px;} 
.foot .con{ width:1200px; margin:0 auto; } 
.foot .con p{ float:left; margin-top:80px;}
.foot .con p a{ color:#666; margin-right:10px; }
.foot a:hover{ text-decoration:underline;}
.foot .con span{ float:right; margin-top:80px;}
 
 