.menu{ width:1200px; margin:0 auto; height:40px;}
.menu .nav{}
.menu .nav>li{ float:left; list-style:none; position:relative; font-size:16px; line-height:40px; font-family:"微软雅黑";}
.menu .nav>li>a{display:block; width: 98px; height:40px; text-decoration:none;position:relative;overflow:hidden; color:#e1e1e0; text-align:center;
}
.menu .nav>li>a:hover,.menu .nav>li>a.current{ color:#e7be54; font-weight:bold;}
.menu_line { width:2px !important; height: 40px; text-align:center; background: url(../Image/menu_line.gif) no-repeat;}


.menu .box{ display: none; width:100px; background: url(../Image/menu_d.png)  bottom center no-repeat #a00b12; position: absolute; top:40px; left:0; z-index:999999; padding:5px 0 80px 0;}
.menu .box a{position: relative; border-bottom:#ab281d 1px solid; display:block; width:100px; text-align:center; height:43px; line-height:43px; font-size:12px; color:#e7be54 !important;  background:none !important; }
.menu .box a:hover{text-decoration:none; color:#000 !important; background:#e6e6e6 !important;}

.menu .box a i { position: absolute; top:15px; right: 0; }

.menu .box .sub {  position: absolute; top:49px; left:100px; overflow: hidden; z-index:999999;}
.menu .box .sub a { border-bottom: none; display: block; height: 38px; line-height: 38px !important;}
