@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; border:0; list-style:none;}
body{ font-size:12px; font-family:"宋体";}
a{ text-decoration:none; color:#A1A09C;}
a:hover{ text-decoration:underline;}
/*header*/
#header{width:980px; height:85px; margin:0 auto;}
.logo{ width:376px; height:53px; padding-top:22px; float:left;}
.logo_right{/*width:535px;*/height:63px; float:right; padding-top:22px; font-size:18px;  font-family:"微软雅黑";}
.logo_right strong{ font-size:20px; font-weight:normal;  font-family:"微软雅黑"; color:#3FA0CB;}
/*site_nav*/
#site_nav{ width:100%; height:30px; background:#151E27;font-family:Arial}
.site_nav_con{ width:980px; height:30px; margin:0 auto;}
.site_nav_con .site_left{ width:161px; height:30px; float:left;}
.site_nav_con .site_left a{ display:block; width:80px; height:30px; background:#FFF; color:#2D2D2D; line-height:30px; text-align:center;}
.site_nav_con .site_right{ float:right; width:183px; height:30px; }
.site_nav_con .site_right a{display:inline-block; width:90px; height:30px; line-height:30px; border-left:1px solid #51565C; text-align:center;}
.site_nav_con .site_right a.home{ border-right:1px solid #51565C;}
/*nav*/
.nav{width:100%; height:54px;}
.nav .line{width:100%; height:9px; background:url(../images/line.png) repeat-x;}
#container { width: 980px; height: 45px; margin:0 auto; position: relative; overflow: hidden;font-size:14px;  font-family:"微软雅黑",Arial, Helvetica, sans-serif;}
#container li { display: inline; width: 100px; height: 45px; float: left; line-height: 45px;text-align:center;}
#container li a { color:#191919;display: block; position: relative; width: 100px; height: 45px;}
#container li a:hover{ text-decoration:none; background:#E1E1E1; }
#buoy { position: absolute; width: 100px; height: 2px;_overflow:hidden; background: #000; bottom: 0px; left: -100px; }
