/**************************************************
banner
**************************************************/

.banner .bga,
.banner .bgb {
    height: 255px;
    background: url(../images/banner1.jpg) no-repeat center top;
}

.banner .bgb {
    background-image: url(../images/banner2.jpg);
}


/**************************************************
box
**************************************************/

.t-box .t-tit {
    text-align: center;
}

.t-box .t-tit img {
    margin: 0 auto;
    margin-top: 20px;
}


/*菜单*/

.menu-ul {
    width: 1000px;
    padding: 5px 0;
    line-height: 40px;
    margin: 40px auto;
    overflow: hidden;
    text-align: center;
    color: #000;
}

.menu-ul li {
    margin: 0 15px;
    display: inline-block;
    height: 42px;
    width: 198px;
    font-size: 30px;
    background-color: #93644b;
    border: 2px solid #93644b;
    cursor: pointer;
}

.menu-ul li.on {
    background-color: rgba(154, 95, 47, .7);
    color: #fff;
    font-weight: bold;
    border-color: #fff;
}


/**************************************************
数据模版调整
**************************************************/


/**************************************************
导航
**************************************************/

.nav-box {
    position: fixed;
    top: 50%;
    right: 0px;
    width: 110px;
    padding-top: 30px;
    margin-top: -240px;
    text-align: center;
    border: 3px solid #f1eeb2;
    background: url(../images/navbg.png);
    border-radius: 5px;
    font-size: 16px;
}

.nav-box .nav-inner {
    position: relative;
    padding-top: 10px;
}

.nav-box .nav-logo {
    position: absolute;
    top: -64px;
    right: 2px;
}

.nav-box a {
    display: block;
    line-height: 30px;
    margin: 10px 0;
    border-radius: 30px;
    color: #f8edb7;
}

.nav-box .nav-ul a {
    color: #000;
}

.nav-box .nav-ul a.on {
    background-color: #6f4115;
    color: #fff;
    font-weight: bold;
}


/**************************************************
旅行酒店专题
**************************************************/

body {
    background-color: #f2d5b4;
}


/* .t-pic {
    width: 971px;
    height: 315px;
    margin: 0px auto;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
}

.t-pic img {
    display: block;
    width: 961px;
    height: 305px;
    margin: 0 auto;
    padding-top: 5px;
} */

.t-pic {
    width: 961px;
    height: 315px;
    margin: 0px auto;
}

.box-a .t-tit,
.box-b .t-tit,
.box-c .t-tit {
    height: 140px;
    background: url(../images/boxa-titbg.jpg) no-repeat center center;
}

.box-b .t-tit {
    background: url(../images/boxb-titbg.jpg) no-repeat center center;
}

.box-c .t-tit {
    background: url(../images/boxc-titbg.jpg) no-repeat center center;
}

.box-a,
.box-b,
.box-c {
    margin-top: 30px;
}

.box-a .t-box,
.box-b .t-box {
    margin-top: -100px;
}

.box-c .t-tit img {
    margin-top: 45px;
}