/* ͼ Ѽ www.lanrentuku.com */

html {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
a,a:hover{color:#fff;text-decoration:none}

*, *:before, *:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}



nav ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}




.nav a {
  display: block;
  
  line-height: inherit;
  cursor: pointer;
  color:#FFFFFF
}
.nav_menu {
  line-height: 45px;
  font-weight: 700;
  text-transform: uppercase;
}
.nav_menu-item {
	width:110px;
	text-align:center;
  display: inline-block;
  position: relative;
}
.nav_menu-item:hover {
  background-color: #fd0410;
}
.nav_menu-item:hover .nav_submenu {
  display: block;
}
.nav_submenu {
z-index:999;
  font-weight: 300;
  text-transform: none;
  text-align:center;
  font-size:12px;
  display: none;
  position: absolute;
  width: 110px;
  background-color: #aba50f;
}
.nav_submenu-item:hover {
  background: rgba(0, 0, 0, 0.1);
}
