@charset "utf-8";
/* CSS Document */
.nav { position: absolute; top: 80px; left: 50%; margin-left: -600px; padding: 0 12px; width: 1176px; height: 40px; background: url(../images/nav_bg.png) no-repeat center #004ea2; z-index: 999; border-radius: 5px; }
.nav_wrap { margin: 0 auto; width: 1176px; }
.nav_wrap li { float: left; position: relative; font-size: 16px; text-align: center; z-index: 999; background: url(../images/nav_line.jpg) no-repeat right; }
.nav_wrap li a { display: block; height: 40px; width: 147px; color: #ccc; font: 16px/40px "Microsoft YaHei"; }
.nav_wrap li a:hover, .nav_wrap li a.cur { text-decoration: none; color: #fff; background: url(../images/nav_bg2.png) no-repeat center 5px #005ead; }
.nav_wrap li.last { background: none; }
.nav_wrap li .sub_list { position: absolute; top: 40px; display: none; width: 147px; background: #004ea2; z-index: 999; opacity: 0.8; -moz-opacity: 0.8; -khtml-opacity: 0.8; }
.nav_wrap li .sub_list ul { margin: 0; padding: 0; }
.nav_wrap li .sub_list ul li { float: left; display: block; width: 147px; height: 30px; text-align: center; }
.nav_wrap li .sub_list ul li a { display: block; width: 147px; height: 30px; color: #fff; font: 14px/30px "Microsoft YaHei"; }
.nav_wrap li .sub_list ul li a:hover { background: #000; }
.w160 { width: 160px; }