/**************************************************

**************************************************/

body {
    background: url('../images/bg.png') center top;
}


/**************************************************
banner
**************************************************/

.banner {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.banner .bga,
.banner .bgb {
    height: 350px;
    background: url('../images/banner1.png') no-repeat center center;
}

.banner .bgb {
    background-image: url('../images/banner2.png');
}


/**************************************************
t-cen
**************************************************/


/* 
.t-cen {
    background: url('../images/bg.png') repeat-y 50% 402px;
} */


/**************************************************
t-box
**************************************************/

.t-box,
.t-tit,
.t-txt {
    overflow: hidden;
    margin: 0 auto;
}

.t-box {
    width: 1000px;
    margin-bottom: 20px;
}

.box-a {
    margin-top: -90px;
    position: relative;
}


/**/

.box-g,
.box-g .t-txt {
    width: 1210px;
}

.box-g .t-txt {
    height: 869px;
    background: url('../images/s.png') no-repeat center center;
}

.box-g .t-txt a {
    display: block;
    width: 1000px;
    height: 362px;
    margin: 60px auto;
}


/**************************************************
t-tit
**************************************************/

.t-box .t-tit {
    height: 305px;
    margin: 5px 0;
    background: url('../images/tit.png') no-repeat 50% 0;
}

.box-a .t-tit {
    height: 150px;
    background-position-y: -150px;
}

.box-b .t-tit {
    background-position-y: -305px;
}

.box-c .t-tit {
    background-position-y: -610px;
}

.box-d .t-tit {
    background-position-y: -915px;
}

.box-e .t-tit {
    background-position-y: -1220px;
}

.box-f .t-tit {
    height: 160px;
    background-position-y: -1525px;
}

.box-g .t-tit {
    height: 120px;
    background-position-y: -1685px;
}


/**************************************************
t-txt
**************************************************/

.box-e,
.box-e .t-txt {
    overflow: initial;
}


/**************************************************
menu
**************************************************/


/**************************************************
city
**************************************************/

.t-more {
    padding-right: 30px;
    margin-bottom: -30px;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
    text-align: right;
    color: #533117;
    z-index: 1;
}

.city-ul {
    width: 810px;
    padding-left: 100px;
    margin: 0 auto;
    margin-right: 65px;
    text-align: left;
    position: relative;
    height: 30px;
    overflow: hidden;
    z-index: 2;
}

.city-ul.on {
    height: auto;
}

.city-ul:before {
    content: '出发城市：';
    position: absolute;
    top: 0;
    left: 0;
    line-height: 30px;
    font-size: 14px;
    color: #533117;
}

.city-ul li {
    min-width: 100px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 30px;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
    color: #533117;
}

.city-ul li:last-child {
    border: none
}

.city-ul li.on {
    background-color: #533117;
    color: #fff;
}


/**************************************************
item
**************************************************/

.ad-img {
    display: block;
    margin: 0 auto;
    position: relative;
    cursor: default;
    text-align: center;
}

.ad-btn {
    position: absolute;
    top: 34px;
    right: 74px;
    width: 108px;
    height: 106px;
    border-radius: 100%;
    cursor: pointer;
}

.ad-qr {
    position: absolute;
    top: 85px;
    right: 0;
    z-index: 1;
    display: none;
}

.ad-btn:hover .ad-qr {
    display: block;
}


/**************************************************
nav
**************************************************/

.nav-box {
    position: fixed;
    top: 50%;
    right: -20px;
    z-index: 11;
    margin-top: -216px;
    text-align: center;
    text-align: center;
    border-radius: 10px;
    background: url('../images/nav-bg.png') no-repeat 50% 100px;
    padding: 2px 2px 0 2px;
}

.nav-logo {
    margin-top: -46px;
}

.nav-box a {
    display: block;
    margin: 0 auto;
    margin-top: 5px;
    width: 136px;
    height: 36px;
    line-height: 36px;
    border-radius: 10px;
    border: 2px solid #fff;
    background: url('../images/nav-li.png');
    overflow: hidden;
    font-size: 16px;
    color: #fff;
}

.nav-box a.on {
    color: #fdf40b;
}

.nav-box a.scroll {
    margin-top: 5px
}

.aside {
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -700px;
    width: 159px;
    height: 266px;
    background: url('../images/aside.png') no-repeat center center;
}