/* ÀÁÈËÍ¼¿â ËÑ¼¯ÕûÀí www.lanrentuku.com */

html {
  -moz-box-sizing: border-box;
       box-sizing: border-box; font-family:Î¢ÈíÑÅºÚ;
}


*, *:before, *:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}



nav ul {
  list-style: none; float:right;
    font-family: 'Î¢ÈíÑÅºÚ';
  font-size: 14px;
}



.nav {
  width: 760px;
  float:right;
  background: none;
  color: #fff;
}
.nav a {
  display: block;
  width:102px;
  line-height: inherit;
  cursor: pointer;
  text-align:center;
   color: #fff;
}
.nav_menu {
  line-height: 45px;
 
  text-transform: uppercase;
}
.nav_menu-item {
  display: inline-block;
  position: relative;
}
.nav_menu-item:hover {
	background:url(line.jpg) bottom repeat-x;
	width:102px;
}
.nav_menu-item:hover .nav_submenu {
  display: block;
}
.nav_submenu {
  font-weight: 300;
  text-transform: none;
  display: none;
  position: absolute;
  width: 152px;
  border-bottom:1px solid #fff;
  background-color: #00507d;
   border-bottom:1px solid #fff;
  
}
.nav_submenu li a{ width: 152px !important;}
.nav_menu-item ul li{ height:32px; line-height:32px;
  border-bottom:1px solid #fff;
  font-size:12px;width: 

}
.nav_submenu-item:hover {
  background: rgba(0, 0, 0, 0.4);
  border-bottom:1px solid #fff;
}
