.main {
    width: 100%;
    color: #525252;
    position: relative;
}

img {
    display: block;
}

.banner {
    width: 100%;
    height: 554px;
    background: url(../images/banner_ticket.jpg) center 65% no-repeat;
    background-size: cover;
}

.info {
    background: url("../images/food_bg.jpg") center top no-repeat;
    background-size: 100% 100%;
    padding: 10px 0 50px 0;
    position: relative;
}

.detail {
    width: 1060px;
    margin: 0px auto;
    padding: 10px;
    background: #ffffff;
    border-radius: 10px;
}

.detail_h {
    height: 75px;
    width: 100%;
    background: url("../images/lace1.png") center top no-repeat;

}

.tittle {
    background: url("../images/tittle.png") center no-repeat;
    width: 301px;
    height: 119px;
    margin: 0 auto;
    position: absolute;
    top: -127px;
    left: 50%;
    margin-left: -150px;
}

.tittle h3 {
    text-align: center;
    font-size: 28px;
    margin-top: 51px;
    color: #7e4414;
    font-weight: 500;

}

.detail_b {
    /*height: 2000px;*/
    width: 100%;
    position: relative;
    background: url("../images/lace2.png") center top;
}

.detail_f {
    height: 75px;
    width: 100%;
    background: url("../images/lace3.png") center top no-repeat;
}

.box-shadow-3 {
    -webkit-box-shadow: 0 0 10px #aaa;
    -moz-box-shadow: 0 0 10px #aaa;
    box-shadow: 0 0 10px #aaa;
}

/*�˵�*/
.menu {
    width: 226px;
    height: 654px;
    background: url("../images/mune_food.png") center no-repeat;
    position: absolute;
    z-index: 999;
    left: 5%;
    top: 30px;
}

.menu ul {
    width: 138px;
    margin: 202px auto 0;
}

.menu li {
    width: 120px;
    height: 42px;
    line-height: 40px;
    margin: 8px auto;
    text-align: center;
    border: #c9774f 1px solid;
    font-size: 18px;
    color: #fefde8;
    background: #8e4d2d;
    cursor: pointer;

}

.menu a {
    width: 120px;
    height: 42px;
    display: block !important;
}

.menu li:hover {
    border: #ffb56c 1px solid;
    background: #c56533;
}

.menu li.actived {
    border: #ffb56c 1px solid;
    background: #c56533;
}