@charset "utf-8";
/* CSS Document */
*{ margin:0 auto; padding:0; }
body{ font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; background:url('../images/bg.jpg')/*#021c57*/; color:#000; }
#content{ width:950px; background:#fff; }
a{ text-decoration:none; }
a:hover{ text-decoration:underline; }
img{ border:0; }
.clear{ clear:both; }
.shakeimage{POSITION: relative; }
/*顶部样式开始*/
#h_top{ background:url(../images/logo.jpg) no-repeat left top; width:950px; height:138px; }
#h_top .h_button{ text-align:right; margin-right:20px; padding-top:105px; }

/*菜单栏*/
#nav{ width:950px; height:41px; }
#nav ul{ float:left; width:100%; height:41px; background:url(../images/nav_bg.jpg) no-repeat left top; }
#nav ul li{ float:left; list-style:none; width:79px; height:41px; }
#nav ul li.li1{ width:68px; }
#nav ul li.last_li{ width:auto; }
#nav ul li a{ float:left; display:block; width:79px; height:41px; }
#nav ul li.li1 a{ width:68px; }
#nav ul li a:hover{ text-decoration:none; }
#nav ul li.li1 a:hover{ background:url(../images/nav_bg.jpg) no-repeat 0 -41px; }
#nav ul li.li2 a:hover{ background:url(../images/nav_bg.jpg) no-repeat -68px -41px; }
#nav ul li.li3 a:hover{ background:url(../images/nav_bg.jpg) no-repeat -147px -41px; }
#nav ul li.li4 a:hover{ background:url(../images/nav_bg.jpg) no-repeat -226px -41px; }
#nav ul li.li5 a:hover{ background:url(../images/nav_bg.jpg) no-repeat -305px -41px; }
#nav ul li.li6 a:hover{ background:url(../images/nav_bg.jpg) no-repeat -384px -41px; }
#nav ul li.li7 a:hover{ background:url(../images/nav_bg.jpg) no-repeat -463px -41px; }
#nav ul li.li8 a:hover{ background:url(../images/nav_bg.jpg) no-repeat -542px -41px; }
#nav ul li.li9 a:hover{ background:url(../images/nav_bg.jpg) no-repeat -621px -41px; }
#nav ul li.li10 a:hover{ background:url(../images/nav_bg.jpg) no-repeat -700px -41px; }
#nav ul li.li11 a:hover{ background:url(../images/nav_bg.jpg) no-repeat -779px -41px; }
#nav ul li.li12 a:hover{ background:url(../images/nav_bg.jpg) no-repeat -858px -41px; }
/*顶部样式结束*/
/*底部公用样式开始*/
#nav_f{ height:25px; line-height:25px; width:100%; background:#9cc4ec; border-top:1px solid #aaaaaa; text-align:center; }
#nav_f a{ color:#333; padding:0 5px; }
#nav_f a:hover{ color:#000; }
#copyright{ width:100%; height:22px; margin-bottom:0px; }
/*底部公用样式结束*/
