

.wrap .banner .bga,
.wrap .banner .bgb {
    height: 434px;
    background: url('/upfile/100_01.png') no-repeat center top;
}

.wrap .banner .bgb {
    background-image: url('/upfile/100_02.png');
}

.content {
    margin: 0px auto 0;
    width: 1245px;
}

.t-box .t-tit {
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}

.tit-cont {
    position: absolute;
    width: 477px;
    padding: 10px;
    background: #f8ce61;
    border-radius: 4px;
}

.tit-cont .introduce {
    color: #d51001;
    max-height: 100px;
    overflow-y: auto;
    text-align: left;
    font-size: 20px;
    line-height: 32px;
}

.t-tit .left {
    left: 10px;
}

.t-tit .right {
    right: 0px;
}

.box-c .cont-a,
.box-d .cont-a,
.box-e .cont-a {
    top: 223px;
}

.box-c .cont-b,
.box-d .cont-b,
.box-e .cont-b {
    top: 486px;
}

.box-c .cont-c {
    top: 629px;
}

.box-c .cont-d {
    top: 836px;
}

.box-d .cont-c,
.box-e .cont-c {
    top: 666px;
}

.box-d .cont-d,
.box-e .cont-d {
    top: 876px;
}

.box-d .cont-e,
.box-e .cont-e {
    top: 1072px;
}

.t-box {
    /* width: 1000px; */
    margin: 0 auto 30px;
}

.t-box .t-txt {
    min-height: 258px;
    padding: 10px 0;
    background: #dd1603;
    border-radius: 4px;
}

.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: #fff;
    color: #e43439;
    border-radius: 15px;
}

.t-txt .more {
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    float: right;
    margin: 10px 30px 0 0;
}

.menu-ul {
    padding: 10px;
    text-align: center;
    border-radius: 8px;
    margin: 0 auto;
}

.menu-ul li {
    display: inline-block;
    margin: 0 10px 0 0;
    cursor: pointer;
    font-size: 22px;
    color: #fff;
    border-radius: 8px;
    width: 145px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #e43439;
}

.menu-ul li.on {
    background: #ffb005;
}

.box-e {
    padding-bottom: 30px;
}


/* 导航 */

.nav-box {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 11;
    text-align: center;
    margin-top: -146px;
    text-align: center;
    background: #ffffcc;
    border-radius: 8px;
    width: 138px;
    box-sizing: border-box;
    border: 4px solid #cb131c;
    margin-right: 70px;
}

.nav-logo {
    position: relative;
    top: -60px;
    left: -46px;
}

.nav-ul {
    /* margin-top: -50px; */
}

.nav-box a {
    display: block;
    line-height: 32px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 16px;
    color: rgb(240, 18, 18);
    margin-bottom: 5px;
    font-weight: bolder;
}

.nav-box a.on {
    color: rgb(240, 18, 18);
    
}

.mask,
.alert {
    position: fixed;
    z-index: 100;
}

.mask {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
}

.alert {
    top: 50%;
    left: 50%;
    background-color: #ffdf9b;
    padding: 10px;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}

.alert .t-close {
    width: 100px;
    font-size: 20px;
    line-height: 30px;
    background: #ea3200;
    border-radius: 30px;
    margin: 20px auto;
    color: #fff;
    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: #ffdf9b;
    color: #561b09;
    font-weight: normal;
    font-size: 16px;
    line-height: 38px;
}

@media screen and (max-width: 640px){
    .nav-box {
        position: fixed;
        top:unset;
        /* right: 0;
        z-index: 11;
        text-align: center;
        margin-top: -146px;
        text-align: center;
        background: #ffffcc;
        border-radius: 8px;
        width: 138px;
        box-sizing: border-box;
        border: 4px solid #cb131c;
        margin-right: 70px; */
    }

}

@-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)
    }
}