body {
    background: #f8a94e;
}

.wrap .banner .bga,
.wrap .banner .bgb {
    height: 225px;
    background: url('../images/banner1.jpg') no-repeat center top;
}

.wrap .banner .bgb {
    background-image: url('../images/banner2.jpg');
}

.content {
    width: 1000px;
    margin: 0 auto;
}

.t-box .t-tit {
    text-align: center;
    margin-bottom: 10px;
}

.img-box {
    text-align: center;
    margin-bottom: 10px;
}

.t-box .t-txt {
    overflow: hidden;
    min-height: 258px;
    margin-bottom: 30px;
    padding: 20px 0;
}

.box-a ul {
    text-align: center;
    padding: 20px 0;
    background: #b33739 url(../images/link-bg.png) repeat 0 0;
}

.box-a ul li {
    display: inline-block;
    margin: 0 3px;
}

.box-b .t-txt {
    background: #b33739;
}

.box-c .t-txt,
.box-d .t-txt,
.box-e .t-txt {
    background: #e07c0a;
}

.city-ul {
    width: 590px;
    padding-left: 80px;
    text-align: left;
    position: relative;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin: 10px 0 10px 30px;
}

.city-ul:before {
    content: '出发城市：';
    position: absolute;
    top: 0;
    left: 0;
    line-height: 30px;
    color: #fff;
}

.city-ul li {
    float: left;
    margin: 0px 0px 5px 0;
    cursor: pointer;
    color: #fff;
    min-width: 84px;
    text-align: center;
}

.city-ul li.on {
    background: #b33739;
    color: #fff;
    border-radius: 15px;
}

.t-txt .more {
    color: #b33739;
    font-size: 16px;
    cursor: pointer;
    float: right;
    margin: 18px 30px 0 0;
}

.box-b .city-ul li.on {
    background: #ede7ce;
    color: #b33739;
}

.box-b .more {
    color: #ede7ce;
}

.menu-ul {
    overflow: hidden;
    text-align: center;
}

.menu-ul li {
    display: inline-block;
    margin: 10px 10px 10px 0;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    width: 140px;
    height: 32px;
    line-height: 28px;
    text-align: center;
    background: #f8a94e;
    box-sizing: border-box;
    border: 2px solid #452f11;
}

.menu-ul li.on {
    background: #b33739;
    color: #f8a94e;
    border: 2px solid #452f11;
}

.lq-box {
    width: 1001px;
    height: 159px;
    background: url(../images/lq-bg.png) no-repeat center;
    margin: 5px 0 30px;
    position: relative;
}

.lq-box .help {
    width: 130px;
    height: 40px;
    position: absolute;
    bottom: 37px;
    left: 267px;
    cursor: pointer;
}

.lq-box .lq {
    width: 92px;
    height: 92px;
    position: absolute;
    top: 34px;
    right: 32px;
    cursor: pointer;
}


/* 导航 */

.nav-box {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    background: #ba423b;
    width: 106px;
    border-radius: 8px;
    z-index: 1000;
}


/* 
.nav-logo {
    margin-top: 0px;
    position: relative;
    right: 0px;
    top: 0px;
} */

.nav-box a {
    width: 100%;
    display: block;
    line-height: 35px;
    margin: 6px auto;
    font-size: 16px;
    color: #fff;
    background: rgba(255, 255, 255, .1);
}

.nav-box a.on {
    background-color: #ff3922;
    color: #fff;
}

.mask,
.dialog,
.alert {
    position: fixed;
    z-index: 1000;
}

.mask {
    background: rgba(0, 0, 0, .8);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.dialog {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.dialog .t-close {
    width: 33px;
    height: 33px;
    border-radius: 100%;
    background: #f8a94e;
    text-align: center;
    color: #6e1617;
    font-size: 20px;
    cursor: pointer;
    float: right;
    line-height: 33px;
}

.dialog .t-txt {
    background: #f8a94e;
    border: 2px solid #6e1617;
    padding: 20px;
    width: 480px;
    margin-top: 40px;
    color: #000000;
    font-size: 16px;
    line-height: 26px;
}

.alert {
    top: 50%;
    left: 50%;
    background-color: #f8a94e;
    padding: 10px;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    border: 2px solid #6e1617;
}

.alert .js-close {
    width: 100px;
    font-size: 20px;
    line-height: 30px;
    background: #fffea4;
    border-radius: 30px;
    margin: 20px auto;
    color: #ff6977;
    text-align: center;
    cursor: pointer;
}

.alert .t-txt {
    min-height: 40px;
    line-height: 2;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    min-width: 200px;
    padding: 10px 20px;
}

.alert .t-txt:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 30px;
    height: 30px;
    margin: -20px 0 0 -20px;
    border: 3px solid #62333c;
    border-top-color: #fff6d5;
    border-radius: 100%;
    overflow: hidden;
    -webkit-animation: circle 1s infinite linear;
    -moz-animation: circle 1s infinite linear;
    -o-animation: circle 1s infinite linear;
    animation: circle 1s infinite linear
}

.alert-h2 {
    position: relative;
    background: #f8a94e;
    color: #fff;
    font-weight: normal;
}

@-webkit-keyframes circle {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@-moz-keyframes circle {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@-o-keyframes circle {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes circle {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.wrap .fya,
.wrap .fyb,
.wrap .fyc,
.wrap .fyd,
.wrap .fye {
    position: fixed;
    top: -85px;
    left: 50%;
    z-index: 999;
    -webkit-animation: fy 10s infinite linear;
    -moz-animation: fy 10s infinite linear;
    -o-animation: fy 10s infinite linear;
    animation: fy 10s infinite linear;
    cursor: pointer;
    margin-left: -100px;
}

@-webkit-keyframes fy {
    0% {
        top: -60px;
        margin-left: -100px;
    }
    25% {
        top: 200px;
        margin-left: -50px;
    }
    50% {
        top: 400px;
        margin-left: -100px;
    }
    75% {
        top: 600px;
        margin-left: -200px;
    }
    100% {
        top: 800px;
        margin-left: -100px;
    }
}

@keyframes fy {
    0% {
        top: -60px;
        margin-left: -100px;
    }
    25% {
        top: 200px;
        margin-left: -50px;
    }
    50% {
        top: 400px;
        margin-left: -100px;
    }
    75% {
        top: 600px;
        margin-left: -200px;
    }
    100% {
        top: 800px;
        margin-left: -100px;
    }
}

.wrap .fyb {
    -webkit-animation: fyb 10s 2s infinite linear;
    -moz-animation: fyb 10s 2s infinite linear;
    -o-animation: fyb 10s 2s infinite linear;
    animation: fyb 10s 2s infinite linear;
}

@-webkit-keyframes fyb {
    0% {
        top: -60px;
        margin-left: 600px;
    }
    25% {
        top: 200px;
        margin-left: 400px;
    }
    50% {
        top: 400px;
        margin-left: 500px;
    }
    75% {
        top: 600px;
        margin-left: 300px;
    }
    100% {
        top: 800px;
        margin-left: 100px;
    }
}

@keyframes fyb {
    0% {
        top: -60px;
        margin-left: 600px;
    }
    25% {
        top: 200px;
        margin-left: 400px;
    }
    50% {
        top: 400px;
        margin-left: 500px;
    }
    75% {
        top: 600px;
        margin-left: 300px;
    }
    100% {
        top: 800px;
        margin-left: 100px;
    }
}

.wrap .fyc {
    -webkit-animation: fyc 10s 2s infinite linear;
    -moz-animation: fyc 10s 2s infinite linear;
    -o-animation: fyc 10s 2s infinite linear;
    animation: fyc 10s 2s infinite linear;
}

@-webkit-keyframes fyc {
    0% {
        top: -60px;
        margin-left: -600px;
    }
    25% {
        top: 200px;
        margin-left: -300px;
    }
    50% {
        top: 400px;
        margin-left: -400px;
    }
    75% {
        top: 600px;
        margin-left: -200px;
    }
    100% {
        top: 800px;
        margin-left: -100px;
    }
}

@keyframes fyc {
    0% {
        top: -60px;
        margin-left: -600px;
    }
    25% {
        top: 200px;
        margin-left: -300px;
    }
    50% {
        top: 400px;
        margin-left: -400px;
    }
    75% {
        top: 600px;
        margin-left: -200px;
    }
    100% {
        top: 800px;
        margin-left: -100px;
    }
}

.wrap .fyd {
    -webkit-animation: fyd 10s 5s infinite linear;
    -moz-animation: fyd 10s 5s infinite linear;
    -o-animation: fyd 10s 5s infinite linear;
    animation: fyd 10s 5s infinite linear;
}

@-webkit-keyframes fyd {
    0% {
        top: -60px;
        margin-left: 200px;
    }
    25% {
        top: 200px;
        margin-left: 300px;
    }
    50% {
        top: 400px;
        margin-left: 500px;
    }
    75% {
        top: 600px;
        margin-left: 300px;
    }
    100% {
        top: 800px;
        margin-left: 100px;
    }
}

@keyframes fyd {
    0% {
        top: -60px;
        margin-left: 200px;
    }
    25% {
        top: 200px;
        margin-left: 300px;
    }
    50% {
        top: 400px;
        margin-left: 500px;
    }
    75% {
        top: 600px;
        margin-left: 300px;
    }
    100% {
        top: 800px;
        margin-left: 100px;
    }
}

.wrap .fye {
    -webkit-animation: fye 10s 7s infinite linear;
    -moz-animation: fye 10s 7s infinite linear;
    -o-animation: fye 10s 7s infinite linear;
    animation: fye 10s 7s infinite linear;
}

@-webkit-keyframes fye {
    0% {
        top: -60px;
        margin-left: -400px;
    }
    25% {
        top: 200px;
        margin-left: -600px;
    }
    50% {
        top: 400px;
        margin-left: -500px;
    }
    75% {
        top: 600px;
        margin-left: -400px;
    }
    100% {
        top: 800px;
        margin-left: -600px;
    }
}

@keyframes fye {
    0% {
        top: -60px;
        margin-left: -400px;
    }
    25% {
        top: 200px;
        margin-left: -600px;
    }
    50% {
        top: 400px;
        margin-left: -500px;
    }
    75% {
        top: 600px;
        margin-left: -400px;
    }
    100% {
        top: 800px;
        margin-left: -600px;
    }
}