
.nav{
  width:auto;
  height:40px;
  background:#f2f2f2;
  margin-bottom:10px;
}
.nav .menu,
.nav .menu-legal
{
  width:1180px;
  height:38px;
  line-height:38px;
  margin:0 auto;
}
.nav .menu .tit,
.nav .menu-legal .tit
{
 display:block;
 float:left;
 border-bottom:2px solid #f2f2f2;
 font-size:14px;
 font-family:"Microsoft Yahei";
 color:#000;
 margin-right:30px;
}
.nav .menu .tit:hover,
.nav .menu-legal .tit:hover
{
 color:#f10180;
 border-bottom:2px solid #f10180;
 text-decoration:none;
}
.nav .menu .hover,
.nav .menu-legal .hover
{
border-bottom:2px solid #f10180;
color:#f10180;
}
.nav .menu .help{
color:#f10180;
}





