/* ÀÁÈËÍ¼¿â ËÑ¼¯ÕûÀí www.lanrentuku.com */

html {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
/*a{color:#000;text-decoration:none}
a:hover{color:#fff;text-decoration:none}*/

*, *:before, *:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

body {
}

nav ul li
{
    float:left;
  list-style: none;
  padding-left: 0;
  margin: 0;
  
  width:100px;
  height:38px;
   
  z-index:100000;
	_z-index:100000;
}

.nav 
{
  margin: 0 auto;
  font-family: 'Î¢ÈíÑÅºÚ','Open Sans', sans-serif;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  font-weight:bold;
    
  width: 100%;
  color: #000;
  /*background: #fff;#1e8449*/
}
.nav a 
{
  color:#fff;
  text-decoration:none;
  display: block;
  width: 100px;
  /*padding: 0 16px;*/
  text-align: center;
  line-height: inherit;
  cursor: pointer;
}
.nav_menu 
{
    margin:0px;
    padding:0px;
  height: 38px;
  line-height: 38px;
  /*font-weight: 700;*/
  text-transform: uppercase;
}
.nav_menu-item {
  display: inline-block;
  position: relative;
}


.nav_menu-item:hover {
  color:#fff;
  text-decoration:none;
  /*background-color: #5B5B5B;*/
  border-bottom:3px solid #A7030E;
}



.nav_menu-item:hover .nav_submenu {
  display: block;
  color:#fff;
  text-decoration:none;
}
.nav_submenu 
{
    margin:0px;
    padding:0px;
    text-align:center;
  font-weight: 300;
  text-transform: none;
  display: none;
  position: absolute;
  width: 100px;
  /*background-color: #5B5B5B;*/
  background-color: #F4F0ED;
}
.nav_submenu-item
{
    float:left;
  width: 100px;
}
.nav_submenu-item:hover {
  color:#fff;
  text-decoration:none;
  /*background-color: #FF285B;
  background: rgba(0, 0, 0, 0.1);*/
  border-bottom:3px solid #A7030E;
}
