@charset "utf-8";
.nav {
    height: auto;
    overflow: hidden;
    zoom: 1;

}
.nav ul li {
    font-size: 1.24rem;
    text-align: center;
    float: left;
    box-sizing: border-box;
    width: 25%;
    height: 3.3rem;
    line-height: 3.3rem;
    background: #ffb11c;

	margin-bottom: 1px;
}
.nav ul span {
	float:right;
	background:#620000;
	display:block;
	width:1px;
	height:1.5rem;
	margin-top:1rem;
}
.nav ul li a {
    color: #620001;
}
.nav ul li a:hover {
    color: #fddb7c;
}