@charset "utf-8";
/* CSS Document */

.nav { position: absolute; top: 90px; padding: 0px; width: 100%; height: 40px; background: #00A5B2; z-index: 999; border-radius: 0px; }
.nav_wrap { margin: 0 auto; width: 1200px; }
.nav_wrap li { float: left; position: relative; font-size: 15px; text-align: center; z-index: 999; background: url(../images/nav_line.jpg) no-repeat right; }
.nav_wrap li a { display: block; height: 40px; width: 150px; color: #eee; font-size: 15px; line-height: 40px; }
.nav_wrap li a:hover, .nav_wrap li a.cur { text-decoration: none; color: #fff; background: #00929D; }
.nav_wrap li.last { background: none; }
.nav_wrap li .sub_list { position: absolute; top: 40px; display: none; width: 150px; background: #00A5B2; 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: 150px; height: 30px; text-align: center; }
.nav_wrap li .sub_list ul li a { display: block; width: 150px; height: 30px; color: #fff; font-size: 14px; line-height: 30px; }
.nav_wrap li .sub_list ul li a:hover { background: #00929D; }