/*LESS Document*/
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
.menu {
	width: 1060px;
	height: 40px;
	background: #c60000;
	box-shadow: 0 0 2px;
	text-decoration: none;
}
.menu ul {
	width: 1060px;
	height: 40px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #999900;
}
.menu ul li {
  float: left;
}
.menu ul li a {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  font-size: 14px;
  font-weight:bold;
  color: #fff;
}
.menu .block {
  width: 48px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 99;
}
