body {
    background: #feefb2;
}

.wrap .banner .bga,
.wrap .banner .bgb {
    height: 290px;
    background: url('../images/banner1.jpg') no-repeat center top;
}

.wrap .banner .bga {
    position: relative;
}

.wrap .banner .bgb {
    background-image: url('../images/banner2.jpg');
}

.wrap .banner .site {
    position: absolute;
    top: 10px;
    left: 50%;
    background: #fc994b;
    padding: 2px 15px;
    font-size: 18px;
    color: #741c03;
    border-radius: 5px;
    width: 490px;
    margin-left: -245px;
    border: 1px solid #a52501;
}

.wrap .banner .site a {
    font-size: 18px;
    color: #741c03;
    margin-right: 5px;
    border-radius: 15px;
    padding: 0 6px;
}

.wrap .banner .site a.on {
    background: #9c4501;
    color: #fff;
}

.content {
    background: url(../images/bg.jpg) no-repeat center top;
}

.content .t-box,
.content .act-box {
    width: 1000px;
    margin: 0 auto;
}

.content .act-box {
    margin-bottom: 30px;
}

.t-box .t-tit {
    text-align: center;
    margin-bottom: 10px;
}

.t-box .t-txt {
    min-height: 258px;
    margin-bottom: 30px;
}

.menu-ul {
    margin: 0px auto 10px;
    overflow: hidden;
    text-align: center;
}

.menu-ul li {
    display: inline-block;
    margin: 0px 10px 10px 0;
    cursor: pointer;
    font-size: 22px;
    color: #be5605;
    width: 150px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #ffe684;
    border-radius: 23px;
    box-sizing: border-box;
    box-shadow: 0px 0px 7px 3px rgba(236, 210, 116, .5) inset;
}

.menu-ul li.on {
    box-shadow: 0px 0px 7px 3px rgba(225, 120, 37, .5) inset;
    background-color: #be5605;
    color: #ffe684;
}


/* 导航 */

.nav-box {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    background: #a8a87c;
    width: 115px;
    border-radius: 8px;
    border: 4px solid #c56044;
    z-index: 1000;
}

.nav-logo {
    position: relative;
    left: -46px;
    top: -31px;
    margin-bottom: 10px;
}

.nav-ul {
    margin-top: -42px;
}

.nav-box a {
    width: 100%;
    display: block;
    line-height: 35px;
    margin: 6px auto;
    font-size: 16px;
    color: #fff;
}

.nav-box a.on {
    background-color: #ffac00;
    color: #773502;
    position: relative;
    border-radius: 18px;
}

.nav-box a.on::after {
    position: absolute;
    content: "";
    width: 64px;
    height: 2px;
    background: #773502;
    bottom: -5px;
    left: 50%;
    margin-left: -32px;
}


/* 游记 */

.box-f ul {
    text-align: center;
    margin-bottom: 40px;
}

.box-f ul li {
    display: inline-block;
    width: 230px;
    height: 180px;
    overflow: hidden;
    margin-right: 14px;
    position: relative;
}

.box-f ul li:last-child {
    margin-right: 0;
}

.box-f ul li .code {
    background: rgba(0, 0, 0, .8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    display: none;
}

.box-f ul li .code img {
    width: 150px;
}

.box-f ul li:hover .code {
    display: block;
}

.box-a .t-txt .t-large {
    width: 450px;
    padding: 9px;
}

.box-a .t-large .t-hd {
    height: 315px;
}