/**
 * 首页
 */
.slideBox {
    height: 400px;
    position: relative;
    overflow: hidden;
    width: 100%;
    min-width: 1200px;
}

.slideBox .hd {
    position: absolute;
    width: 220px;
    margin: 0 auto;
    left: 50%;
    bottom: 13px;
    margin-left: -110px;
    z-index: 9;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
}

.slideBox .hd ul li {
    background: url("/images/tab_bg.png") repeat-x scroll 0 0;
    color: #fff;
    display: block;
    float: left;
    height: 10px;
    line-height: 35px;
    margin: 0 3px;
    text-align: center;
    width: 30px;
}

.slideBox .hd ul li.on {
    background: rgba(223, 16, 120, 0.9)
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd li div {
    width: 100%;
    height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hot-line {
    position: relative;
    padding: 50px 0;
    background: #f1f4f9;
    min-width: 1200px;
}

.hot-line .hot-line-title {
    width: 370px;
    height: 94px;
    margin: 0 auto;
    background-image: url(/images/title.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.hot-line .hot-line-title h1 {
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 15px;
    left: 126px;
    font-family: "Open Sans", " Hiragino Sans GB", " Microsoft YaHei", 微软雅黑, Arial, SimSun, sans-serif";
}

.hot-line .hot-line-list {
    margin-top: 30px;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hot-line .hot-line-list .hot-line-list-item {
    width: 285px;
    height: 280px;
    position: relative;
    margin-top: 20px;
    background-color: #ffffff;
    border-radius: 4px;
    transition: 0.2s;
}

.hot-line .hot-line-list .hot-line-list-item .hot-line-list-item-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}

.hot-line .hot-line-list .hot-line-list-item .hot-line-list-item-img img {
    width: 285px;
    height: 200px;
    object-fit: cover;
    vertical-align: middle;
}

.hot-line .hot-line-list .hot-line-list-item .hot-line-list-item-title {
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 14px;
    height: 48px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-box-orient: vertical;
    color: #333;
}
.hot-line .hot-line-list .hot-line-list-item .hot-line-list-item-price {
    padding: 5px 10px;
    font-size: 14px;
    color: #ff6c00;
}
.hot-line .hot-line-list .hot-line-list-item .hot-line-list-item-price b {
    font-size: 16px;
    padding: 0 3px;
    font-weight: bold;
}
.hot-line .hot-line-list .hot-line-list-item:hover{
    transform: translateY(-2px);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
}
.list-box{padding-bottom: 30px;}
.list-box .list-box-header{
position: relative;
padding: 10px 0 15px 0;
}
.list-box .list-box-header h2{
    display: block;
        float: left;
        font-size: 30px;
        color: #2f3237;
        font-weight: bold;
        font-family: "Open Sans", "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, Arial, SimSun, sans-serif;
}
.list-box .list-box-header .t-nav{
    float: left;
        overflow: hidden;
        padding-left: 50px;
        max-width: 900px;
        height: 40px;
}
.list-box .list-box-header .t-nav li{
    position: relative;
    display: block;
    float: left;
}
.list-box .list-box-header .t-nav li a{
    height: 37px;
        line-height: 37px;
        margin: 0 15px;
        border-bottom: 3px solid #fff;
        font-size: 16px;
        color: #666;
        display: block;
}
.list-box .list-box-header .t-nav li a:hover,.list-box .list-box-header .t-nav li.on a{
    border-bottom-color: rgb(57, 126, 201);;
        color: rgb(57, 126, 201);
}
.list-box .list-box-header .more{
    float: right;
    line-height: 40px;
    color: #999;
}
.list-box .list-box-header .more i{
    display: inline-block;
        vertical-align: middle;
        width: 18px;
        height: 18px;
        margin-top: -2px;
        overflow: hidden;
        background: url(/images/icon-2.png) no-repeat 0 0;
    background-position: -162px 0;
}
.list-box .list-box-lines{
    position: relative;
    height: auto;
    max-height: 548px;
    clear: both;
    min-height: 250px;
    width: 1190px;
    overflow: hidden;
    padding-top: 10px;
}
.list-box .list-box-lines ul{
    width: 1200px;
}
.list-box .list-box-lines ul li{
    display: block;
    float: left;
    width: 230px;
    margin: 0 10px 20px 0;
    background-color: #fff;
    overflow: hidden;
    transition: all .2s ease;
    position: relative;
}
.list-box .list-box-lines ul li:hover{
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .08);;
}
.list-box .list-box-lines ul li .image{
    display: block;
    width: 230px;
    height: 160px;
    position: relative;
}
.list-box .list-box-lines ul li .image img{
    display: block;
    width: 230px;
    height: 160px;
    object-fit: cover;
}
.list-box .list-box-lines ul li .info{
    padding: 9px 9px 13px 9px;
}
.list-box .list-box-lines ul li .info .title{
    display: block;
    color: #333;
    height: 40px;
    line-height: 20px;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list-box .list-box-lines ul li .info .price{
    position: relative;
    height: 20px;
    text-align: right;
    color: #333;
    text-decoration: none;
    text-indent: 0;
    list-style: none;
}
.list-box .list-box-lines ul li .info .price .money{
    position: absolute;
    left:0;
    top: -5px;
}
.list-box .list-box-lines ul li .info .price .money .crred{
    color: #ff6c00;
}
.list-box .list-box-lines ul li .info .price .crred em{
    font-size: 20px;
    font-style: normal;
    margin-right: 3px;
}
.list-box .list-box-lines ul li .info .price .set{
    line-height: 20px;
    font-size: 13px;
    color: #999;
}
/**
 * 当前位置
 */
.position{
    padding: 20px 0;
}
/**
 * 线路列表
 */
.lines-list-box{position: relative;}
.lines-list-box .lines-list-box-left{
    width: 937px;
}
.lines-list-box .lines-list-box-left .lines-item{
    padding: 15px;
        margin-bottom: 20px;
        border: 1px solid #e8e8e8;
        background-color: #fff;
        color: #333;
}
.lines-list-box .lines-list-box-left .lines-item:hover{
    border-color: #f84;
        box-shadow: 0 0 15px rgba(255, 136, 68, .3);
}
.lines-list-box .lines-list-box-left .lines-item .line-info{
    position: relative;
        overflow: hidden;
}
.lines-list-box .lines-list-box-left .lines-item .line-info .image{
    position: absolute;
        left: 0;
        top: 0;
        width: 200px;
        margin-right: 15px;
}
.lines-list-box .lines-list-box-left .lines-item .line-info .image img{
    width: 200px;
        height: 140px;
        object-fit: cover;
}
.lines-list-box .lines-list-box-left .lines-item .line-info .title{
    margin: 0 140px 0 215px;
        min-height: 140px;
}
.lines-list-box .lines-list-box-left .lines-item .line-info .title h2{
    font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        max-height: 48px;
        margin-bottom: 8px;
        overflow: hidden;
}
.lines-list-box .lines-list-box-left .lines-item .line-info .title h2 a:hover{
    text-decoration: underline;
}

.lines-list-box .lines-list-box-left .lines-item .line-info .title p{
    max-height: 44px;
        line-height: 22px;
        overflow: hidden;
        margin-bottom: 4px;
}
.lines-list-box .lines-list-box-left .lines-item .line-info .title .corange{
        height: 22px;
        line-height: 22px;
        overflow: hidden;
}
.lines-list-box .lines-list-box-left .lines-item .line-info .price{
    position: absolute;
        top: 50%;
        right: 0;
        padding: 0 5px 10px 20px;
        border-left: 1px solid #e8e8e8;
        margin-top: -41px;
        
}
.lines-list-box .lines-list-box-left .lines-item .line-info .price .money{
    color: #999;
        font-size: 14px;
        display: block;
        text-align: center;
}
.lines-list-box .lines-list-box-left .lines-item .line-info .price .money em{
    font-size: 24px;
    font-style: normal;
    color: #ff6c00;
    margin-right: 3px;
}
.lines-list-box .lines-list-box-left .lines-item .line-info .price .btn{
    display: block;
        padding: 10px 20px;
        margin-top: 5px;
        line-height: 1;
        text-align: center;
        font-size: 16px;
        color: #fff;
        background-color: #f66;
        border-radius: 2px;
}
.lines-list-box .lines-list-box-right{
    width: 244px;
}
.lines-list-box .lines-list-box-right .aside-box{
    margin-bottom: 20px;
        border: 1px solid #e8e8e8;
        border-top: 2px solid rgb(57, 126, 201);
        background-color: #fff;
}
.lines-list-box .lines-list-box-right .aside-box .aside-tit{
    padding: 10px 15px;
    color: #ff6c00;
    font-size: 14px;
    font-weight: bold;
}
.lines-list-box .lines-list-box-right .aside-box .aside-lines{
    padding: 0 15px;
}
.lines-list-box .lines-list-box-right .aside-box .aside-lines li{
    display: block;
        margin-bottom: 10px;
}
.lines-list-box .lines-list-box-right .aside-box .aside-lines li .image{
    width: 212px;
        height: 142px;
        position: relative;
            margin-bottom: 5px;
}
.lines-list-box .lines-list-box-right .aside-box .aside-lines li .image img{
    width: 212px;
        height: 142px;
        object-fit: cover;
}
.lines-list-box .lines-list-box-right .aside-box .aside-lines li .title{
    font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
}
.lines-list-box .lines-list-box-right .aside-box .aside-lines li .price{position: relative;}
.lines-list-box .lines-list-box-right .aside-box .aside-lines li .price em{
    font-size: 20px;
        color: #f66;
        margin-right: 3px;
}
/**
 * 联系我们
 */
.contact{position: relative;}
.contact .title{border-bottom: 1px solid #eff3f8;padding: 20px 30px;}
.contact .title h2{
    font-size: 18px;
    color: rgb(57, 126, 201);
    font-weight: normal;
    font-family: "Open Sans", "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, Arial, SimSun, sans-serif;
}
.contact .content{
    padding: 30px;
}
.contact .content img{margin-bottom: 30px;max-width: 1100px;margin: 0  auto;}
.contact .content p{font-size: 14px;  line-height: 24px;}

/**.line-info
 * 线路详情
 */
.content-box{
    background: #f1f5f9;
 }
.content-box .warp{width: 1200px;min-width: 1200px;}
.content-box .line-info{background-color: #fff;margin-bottom: 10px;}
.content-box .line-info .line-info-dbs{padding: 20px; overflow: hidden;}
.content-box .line-info .line-info-dbs .left-image{width: 575px;float: left;height: 300px;  overflow: hidden;}
.content-box .line-info .line-info-dbs .left-image img{width: 575px;height: 300px;object-fit: cover;}
.content-box .line-info .line-info-dbs .right-info{float: right;width: 540px;height: 300px; overflow: hidden;}
.content-box .line-info .line-info-dbs .right-info .title-box{
    margin-bottom: 10px;
}
.content-box .line-info .line-info-dbs .right-info .title-box h3{
    color: #273238;
        font-size: 18px;
        line-height: 24px;
        font-weight: bold;
        overflow: hidden;
}
.content-box .line-info  .line-info-dbs .right-info .price-box{
    background-color: rgba(57, 126, 201,0.1);
    border: 1px solid rgba(57, 126, 201,0.3);
    padding: 15px;
    color: #f66;
    font-size: 18px;
}
.content-box .line-info .line-info-dbs .right-info .price-box  em{
    font-size: 30px;
    font-weight: bold;
}
.content-box .line-info .line-info-dbs .right-info .info-box{
    position: relative;
    margin-top: 10px;
}
.content-box .line-info .line-info-dbs .right-info .info-box p{
    margin-bottom: 12px;
    font-size: 14px;
}
.content-box .line-info .line-info-dbs .right-info .yuding-box{
    margin-top: 25px;
}
.content-box .line-info .line-info-dbs .right-info .yuding-box .booking,.line-details-box .line-details-link .link-con .booking{
    display: block;
    width: 128px;
        height: 44px;
        background: #f26d57;
        color: #fefefe;
        border-radius: 3px;
        font: 18px / 44px "微软雅黑";
            overflow: hidden;
            text-align: center;
}
.line-details-box .line-details-link .link-con .booking{display: none;}
.content-box .line-info .line-info-dbs .right-info .yuding-box .booking:hover{
    background: #e33;
}
.line-details-box{margin: 20px  0 0 0;padding-bottom: 30px; background-color: #ffffff;}
.line-details-box *{
    box-sizing: border-box;
}
.line-details-box .line-details-link{
    position: relative;
    height: 54px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 2px 2px rgba(11, 2, 5, 0.15);
        -moz-box-shadow: 0 2px 2px rgba(11, 2, 5, 0.15);
        box-shadow: 0 2px 2px rgba(11, 2, 5, 0.15);
        font-size: 14px;
}
.line-details-box .line-details-link .link-con *{
    box-sizing: border-box;
}

.line-details-box .line-details-link .link-con .link-con-tab{
    position: relative;
        padding-right: 150px;
}

.line-details-box .line-details-link .link-con .link-con-tab li{
    width: 86px;
    float: left;
    text-align: center;
}
.line-details-box .line-details-link .link-con .link-con-tab li a{
    display: inline-block;
        padding: 0 15px;
        line-height: 54px;
        color: #666;
    font-size: 14px;
}
.line-details-box .line-details-link .link-con .link-con-tab li a.on{
background-color: #2dbb55;
    color: #fff;
}
.line-details-box .line-details-link .link-con .booking{
    position: absolute;
    top: 5px;
    right: 17px;
}
.mb-40{margin-bottom: 40px;}

.line-details-content{
    padding: 0  16px;
    font-size: 14px;
    color: #666;
}
.line-details-content .line-feature-title{
    position: relative;
        height: 40px;
        padding: 0 24px 0 28px;
        line-height: 38px;
        font-size: 16px;
        font-weight: bold;
        color: #323232;
        background-color: #f7f7f7;
        border: 1px solid #eee;
        margin-bottom: 15px;
}
.line-details-content .line-feature-title::before{
    position: absolute;
        top: 50%;
    content: '';
        display: block;
        left: 12px;
        width: 5px;
        height: 24px;
        background-color: #2dbb55;
        transform: translateY(-50%);
}
.line-details-content .line-feature-title::after{
    content: '.';
        display: block;
        height: 0;
        clear: both;
        overflow: hidden;
}
.line-details-content  img{
    max-width: 1100px;
    margin: 0 auto;
}

.line-details-content .line-journey{position: relative;}

.line-details-content .tese-box  p{ text-align: center;}

.line-journey-con .item {
    margin-left: 117px;
    padding: 30px 0;
    border-bottom: 1px solid #f2f2f2;
}
.line-journey-con .item:first-child {
    padding-top: 20px;
}
.line-journey-con .item .item-title{
    position: relative;
        padding-left: 30px;
        margin-left: 20px;
            margin-bottom: 35px;
                line-height: 1.6;
                color: #333;
                font-size: 16px;
                font-weight: bold;
}
.line-journey-con .item .item-title .title-order{
    position: absolute;
        width: 40px;
        height: 40px;
        left: 0;
        top: -8px;
        margin-left: -20px;
        line-height: 40px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        border-radius: 5px;
        color: #fff;
        background-color: #2dbb55;
}
.line-journey-con .item .item-s{
    margin-left: 20px;
}
.line-journey-con .item .item-s  .item-div{
    position: relative;
        padding-left: 30px;
    padding-bottom: 35px;
        border-left: 1px dashed #e5e5e5;
}
.line-journey-con .item .item-s .item-div  .iconfont{
    position: absolute;
        left: 0;
        top: -5px;
        margin-left: -13px;
        font-size: 28px;
        color: #2dbb55;
        background-color: #fff;
}
.line-journey-con .item .item-s .item-div .label{
    color: #333;
}
.line-journey-con .item .item-s .item-div  .txt{
    line-height: 1.74;
}
.line-journey-con .item .item-s .item-div .txt .journey-box{
    margin-top: 15px;
}
.line-journey-con .item .item-s .item-div .txt .journey-box .split-line{display: none !important;}
.line-journey-con .item .item-s .item-div .txt .journey-box .time{display: none !important;}
.wecaht-container{
    width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .6);
        position: fixed;
        z-index: 10010;
        display: none;
}
.line-journey-con .item:last-child{
    padding-bottom: 0;
    border-left: none;
}
.line-journey-brief{
    position: absolute;
        top: 67px;
        left: 13px
}
.line-journey-brief .ul{
    padding-right: 15px;
    border-right: 2px solid #eee;
}
.line-journey-brief .ul li{
    position: relative;
        margin-bottom: 10px;
}
.line-journey-brief .ul li  a{
    display: block;
        width: 60px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        color: #666;
        border-radius: 3px;
        font-size: 14px;
        background-color: #eee;
            font-weight: bold;
}
.line-journey-brief .ul li a.on{
    background-color: #2dbb55;
        color: #fff;
}
{
    position: absolute;
        top: 50%;
    transform: translateY(-50%);
    left: 72px;
        height: 8px;
        width: 8px;
        border-radius: 50%;
        background-color: #eee;
}
.line-journey-brief .ul li span .r{
    position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    
}
.line-journey-brief .ul li span.on{
    left: 72px;
        width: 8px;
        height: 8px;
        background-color: #2dbb55;
}
.line-journey-brief .ul li span.on .r{
    background-color: #2dbb55;
        width: 18px;
        opacity: .2;
        height: 18px;
}
.line-details-fiexd{
    position: fixed;
        top: 0;
        left: 50%;
        width: 1200px;
        height: 54px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-box-shadow: 0 2px 2px rgba(11, 2, 5, 0.15);
        -moz-box-shadow: 0 2px 2px rgba(11, 2, 5, 0.15);
        box-shadow: 0 2px 2px rgba(11, 2, 5, 0.15);
        background-color: #fff;
        z-index: 111;
}
.line-details-fiexd .booking{
    display: block  !important;
}
.line-journey-fixed{
    position: fixed;
        z-index: 111;
}

.wecaht-container .wechat-popup{
    background: #fff;
        box-sizing: border-box;
        box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
        position: relative;
        transform: none;
        margin: 0 auto;
        margin-top: 20vh;
        border-radius: 10px;
        width: 365px;
        height: 390px;
        overflow: hidden;
}
.wecaht-container .wechat-popup .close{
    position: absolute;
        right: 8px;
        top: 8px;
        padding: 10px;
}
.wecaht-container .wechat-popup .close .close-btn{
    width: 18px;
    height: 18px;
    display: block;
    background-image: url(/images/icon-2.png);
        background-repeat: no-repeat;
        background-position:  -181px 0;
        cursor: pointer;
}
.wecaht-container .wechat-popup .wechat-box{
   padding: 20px 20px 0 20px;
}
.wecaht-container .wechat-popup .wechat-box .logo{
    text-align: center;
}
.wecaht-container .wechat-popup .wechat-box .logo img{
    height: 26px;
}
.wecaht-container .wechat-popup .wechat-box .wechat-image{
    text-align: center;
}
.wecaht-container .wechat-popup .wechat-box .wechat-image img{
    width: 280px;
    height: 280px;
}
.wecaht-container .wechat-popup .wechat-box .phone{
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}