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