/* 头部开始 */

body {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
}

header {
    text-align: center;
    padding: 0.1rem 0;
    position: relative;
}

header img {
    width: 100%;
}

.nav {
    margin-bottom:2px;
}
.nav ul li {
    float: left;
    width: 24%;
    text-align: center;
    background: #725841;
    line-height: 0.4rem;
    border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.nav ul li:nth-child(4n){
    border-right: 0;
}
.nav ul li:nth-child(7),.nav ul li:nth-child(3){
    width: 28%;
}
.nav ul li:nth-child(5),.nav ul li:nth-child(6),.nav ul li:nth-child(7),.nav ul li:nth-child(8){
    border-bottom: 0;
}
.nav ul li a {
    color: #fff;
    font-size: 13px;
    display: block;
}

.banner img {
    width: 100%;
}