@charset "utf-8";
/* CSS Document */

nav { width: 100%; height: 42px; background: #0092DD; z-index: 999; }
.nav_wrap { width: 1200px; margin: 0 auto; height: auto; }
.nav_wrap li { float: left; position: relative; font-size:16px; text-align: center; z-index: 999; }
.nav_wrap li a { display: block; height: 42px; width: 199px; color: #FFF; line-height:42px; }
.nav_wrap li a:hover, .nav_wrap li a.cur { color: #FFF; background: #005097; }
.nav_wrap li.last { width: 134px; border-right: none; }
.line { width: 1px; height: 35px; background: url(../images/line.png) no-repeat center; }
.nav_wrap li .sub_list { position: absolute; top: 42px; display: none; width: 199px; background: #DA251C; 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: 199px; height: 30px; border-right: none; text-align: center; margin: 0px; }
.nav_wrap li .sub_list ul li a { display: block; width: 199px; height: 30px; color: #FFF; font-size:14px; line-height:30px; border-bottom: none; }
.nav_wrap li .sub_list ul li a:hover { background: #666; color: #fff; }

