.menu{
    background-color:#be9a70;
}

.main{
	width:1200px;
	margin:20px auto;
    padding:0;
}


.kuang{
    border:solid 1px #be9a70;
    padding:30px;
    margin:40px auto 20px;
    position:relative;
}
.kuang .headtitle{
    display: block;
    width:260px;
    position:absolute;
    top:-15px;
    left:50%;
    margin-left:-130px;
}
.kuang .headtitle img{
    width:100%;
}

.listL1 li{
    border-bottom:none;
}

.listpic{
    margin-top:10px;
}
.listpic li{
    width:23%;
    margin:10px 1%;
    overflow:hidden;
    float:left;
}
.listpic li div{
    width:100%;
    height:150px;
    background-position:center;
    background-size:cover
}
.listpic li p{
    width:85%;
    color:#fff;
    padding:0 10px;
    margin:auto;
    height:50px;
    overflow:hidden;
    background-color:#be9a70;
    position:relative;
    top:-25px;
    line-height:25px;
    overflow:hidden;
}