﻿.footerdetail-leftnav {
    float: left;
    width: 200px;
    padding: 10px 0px;
    background-color: #fff;
    border: 0px solid #e6e6e6;
}

    .footerdetail-leftnav h2 {
        line-height: 40px;
        font-size: 18px;
        color: #2196f3;
        padding: 0 20px;
    }

    .footerdetail-leftnav p {
        line-height: 35px;
        font-size: 14px;
        color: #666;
        padding: 0 20px;
        border-left: 2px solid #fff;
    }

        .footerdetail-leftnav p:hover {
            color: #2196f3;
        }

.footer-choose {
    background-color: #F2F6FC !important;
    border-left: 5px solid #2196f3 !important;
    color: #2196f3 !important;
}

.footerdetail-right {
    width: 980px;
    margin-left: 20px;
    min-height: 640px;
    float: left;
    background-color: #fff;
}

.copywriting {
    padding: 15px 15px;
}

    .copywriting h2 {
        padding-bottom: 12px;
        margin: 10px 0px 20px 0;
        color: #2196f3;
        font-weight: normal;
        border-bottom: 1px solid #e6e6e6;
    }

    .copywriting h3 {
        text-align: center;
        margin: 10px 0;
        color: #2196f3;
    }

        .copywriting h3 img {
            max-width: 900px;
        }

    .copywriting h4 {
        margin: 12px 0;
        color: #333;
    }

    .copywriting .detail-text ul li {
        margin: 30px 0 10px 0;
    }
/*定义P标签中的排序样式(签证问题)*/
.child-p {
    font-size: 14px;
    margin-bottom: 0px !important;
}

.copywriting p {
    color: #333;
    margin-bottom: 24px;
}

.pl-table th {
    height: 50px;
    background: #f5f4f6;
    font-size: 14px;
}

.pl-table td {
    border: 1px solid #dcdcde;
    height: 45px;
    font-size: 14px;
}

.pl-table {
    width: 100%;
    text-align: center;
    border: 1px solid #dcdcde;
}

.about-div-txt {
    margin-bottom: 40px;
}

.blueTitle {
    color: #2196f3 !important;
}

.copywriting .detail-text ul li {
    margin: 30px 0 10px 0;
    text-align: center;
}

/*商旅服务样式*/
.bus-banner {
    width: 1900px;
    position: relative;
    margin-bottom: -3px;
}

    .bus-banner img {
        width: 100%;
    }

.bus-form {
    width: 400px;
    height: 360px;
    position: absolute;
    background-color: white;
    box-sizing: border-box;
    top: 20px;
    right: 58%;
    margin: 20px;
    padding: 20px;
    -webkit-box-shadow: 3px 3px 30px;
    -moz-box-shadow: 3px 3px 30px;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.3);
}

    .bus-form p {
        height: 30px;
        line-height: 30px;
        display: flex;
        margin: 20px 10px;
        text-align: center;
    }

        .bus-form p span {
            flex: 1;
            text-align: center;
            color: #EA5504;
            font-weight: 600;
            font-size: 14px;
        }

        .bus-form p input {
            flex: 1;
            height: 30px;
            padding-left: 5px;
        }

        .bus-form p button {
            flex: 1;
            background-color: #0095D9;
            border: 0;
            color: white;
            border-radius: 5px;
            cursor: pointer;
            height: 40px;
            font-size: 14px;
        }

.bus-header {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
}

    .bus-header h2 {
        margin-top: 60px;
        margin-bottom: 20px;
        line-height: 0px;
        padding: 0;
        text-align: center;
        border-bottom: 2px solid #eee;
    }

        .bus-header h2 span {
            padding: 5px 10px;
            color: #fff;
            font-size: 24px;
            font-weight: 500;
            background-color: #0065b3;
        }

    .bus-header h4 {
        width: 600px;
        margin: 0 auto;
        text-align: center;
        height: 60px;
        line-height: 60px;
        font-size: 24px;
        font-weight: 500;
        color: #fff;
    }

.hr_03 {
    width: auto;
    height: 2px;
    background-color: #ddd;
}


.bus-header h5 {
    width: auto;
    margin: 10px auto;
    text-align: center;
    line-height: 20px;
}

    .bus-header h5 span {
        font-size: 16px;
        font-weight: 500;
        color: #ddd;
        padding: 2px 15px;
        border-radius: 8px;
    }

.bus-header p {
    width: auto;
    text-align: center;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #EA5504;
}

.bus-car-01 {
    width: 100%;
    margin: 0 auto;
}

    .bus-car-01 ul {
        width: 100%;
    }

        .bus-car-01 ul li {
            width: 284px;
            float: left;
            margin: 7px;
            border: 1px solid #0065b3;
        }



            .bus-car-01 ul li img {
                width: 294px;
                height: 160px;
            }



.bus-car-text {
    width: 282px;
    min-height: 160px;
    border: 1px solid #fff;
}

    .bus-car-text .bus-car-text-00 {
        width: 135px;
        height: 160px;
        float: left;
        display: flex;
        align-items: center; /*垂直居中*/
        justify-content: center; /*水平居中*/
        background-color: #C9EEFF;
    }

        .bus-car-text .bus-car-text-00 p {
            width: auto;
            display: flex;
            align-items: center; /*垂直居中*/
            justify-content: center; /*水平居中*/
            text-align: center;
            font-size: 20px;
            font-weight: 600;
            color: #555;
        }

    .bus-car-text .bus-car-text-01 {
        width: 147px;
        height: 160px;
        display: flex;
        align-items: center; /*垂直居中*/
        justify-content: center; /*水平居中*/
        background-color: #efefef;
    }

        .bus-car-text .bus-car-text-01 p {
            width: auto;
            color: #666;
            line-height: 20px;
            display: flex;
            align-items: center; /*垂直居中*/
            justify-content: center; /*水平居中*/
            text-align: left;
            padding: 0 10px;
            font-size: 14px;
        }

.bus-car-02 {
    width: 100%;
    margin: 0 auto;
}

    .bus-car-02 ul {
        width: 100%;
    }

        .bus-car-02 ul li {
            float: left;
        }

            .bus-car-02 ul li img {
                width: 236px;
                margin: 1px 2px;
                height: 120px;
            }

.bus-car-031 {
    width: 100%;
    padding: 20px 0;
}

    .bus-car-031 img {
        height: 300px;
    }

.bus-car-032 {
    width: 100%;
    padding: 20px 0;
}

    .bus-car-032 img {
        height: 320px;
    }

.bus-car-04 {
    position: relative;
    width: 100%;
    padding: 10px;
}

    .bus-car-04 ul li {
        float: left;
        width: 397px;
        background-color: #C9EEFF;
    }

        .bus-car-04 ul li p {
            height: 120px;
            line-height: 30px;
            padding: 15px 20px;
            font-size: 14px;
            font-weight: 600;
            border-bottom: 2px solid #0095D9;
        }

    .bus-car-04 .bus-car-img {
        position: absolute;
        top: 25px;
        left: 385px;
    }

        .bus-car-04 .bus-car-img img {
            width: 380px;
        }

.bus-car-05 {
    width: 100%;
}

    .bus-car-05 .bus-car-5-l {
        width: 560px;
        float: left;
        padding: 20px;
    }

        .bus-car-05 .bus-car-5-l p {
            font-size: 16px;
            color: #fff;
            line-height: 30px;
            margin-bottom: 20px;
        }

    .bus-car-05 .bus-car-5-r {
        width: 560px;
        float: left;
        padding: 20px;
    }

        .bus-car-05 .bus-car-5-r img {
            width: 100%;
        }

.bus-car-06 {
    width: 100%;
}

    .bus-car-06 h5 {
        font-size: 18px;
        color: #fff;
        border-left: 4px solid #fff;
        padding: 0 10px;
        margin: 20px 10px;
    }

    .bus-car-06 ul li {
        width: 600px;
        float: left;
    }

.bus-car-txt {
    padding: 16px;
}

    .bus-car-txt p {
        line-height: 30px;
        color: #eee;
        font-size: 16px;
        margin-bottom: 30px;
    }

        .bus-car-txt p i {
            font-size: 20px;
            margin-right: 5px;
            color: #fff;
        }

.bus-car-img {
    padding: 20px;
}

.pro_header {
    width: 100%;
    height: 35px;
    display: flex;
    border-top: 1px dotted #ddd;
}

    .pro_header p {
        height: 35px;
        line-height: 36px;
        padding: 0 10px;
        flex: 1;
    }

.swiper-slide {
    overflow: hidden !important;
}

/*私人定制*/
.cus-bg {
    width: 1200px;
    height: 450px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -600px;
}

.cus-form {
    width: 400px;
    height: 450px;
    padding: 10px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.6);
}

    .cus-form h2 {
        color: #fff;
        text-align: center;
        line-height: 35px;
        font-size: 18px;
        margin-bottom: 10px;
    }

.cus-form-inp {
    width: 100%;
    height: 40px;
    padding: 0 20px;
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

    .cus-form-inp p {
        width: 50px;
        height: 28px;
        border: none;
        outline: none;
        background: none;
        border-right: 1px solid #DBDBDB;
        background-size: 26px 27px;
        float: left;
        text-align: center;
        padding: 7px 0 5px 0;
    }

        .cus-form-inp p > img {
            width: 26px;
            height: 27px;
        }

    .cus-form-inp input {
        width: 280px;
        height: 40px;
        border: none;
        outline: none;
        box-sizing: border-box;
        float: right;
    }

.cus-form-btn {
    width: 100%;
    height: 35px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

    .cus-form-btn button {
        width: 100%;
        height: 35px;
        background-color: #EA5504;
        border: none;
        border-radius: 5px;
        outline: none;
        font-size: 18px;
        color: #fff;
    }

.cus-form-acc {
    text-align: left;
    color: #999;
    font-size: 12px;
}

.cus-title {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
}

.cus-title-acc {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

#Customized ul {
    display: inline-block;
}

.cus-why ul li {
    display: inline-block;
    width: 300px;
    float: left;
}

.cus-why-acc {
    width: 270px;
    margin: 15px;
    border-radius: 5px;
    background-color: #f8f8f8;
}

.cus-why-acc-txt {
    height: 160px;
    padding: 10px 45px;
}

    .cus-why-acc-txt h2 {
        text-align: center;
        line-height: 50px;
        font-size: 18px;
    }

    .cus-why-acc-txt p {
        line-height: 20px;
        font-size: 14px;
        text-align: center;
        color: #666;
    }

.cus-why-acc img {
    width: 100%;
    height: 180px;
}

.cus-why-acc:hover {
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
}

.cus-rec ul li {
    display: inline-block;
    width: 385px;
    float: left;
    margin-right: 15px
}

.cus-rec-txt {
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
    border: 1px solid #f5f5f5;
}

    .cus-rec-txt img {
        width: 378px;
    }

.cus-rec-img img {
    width: 100%;
}

.cus-rec-txt h4 {
    height: 40px;
    padding-top: 15px;
    overflow: hidden;
}

    .cus-rec-txt h4 span {
        font-size: 14px;
        padding: 20px 12px 12px 12px;
        line-height: 24px;
        font-weight: normal;
        color: #333;
    }

.cus-rec-acc {
    border: 1px solid #e6e6e6;
}

    .cus-rec-acc h4 {
        font-size: 16px;
        padding: 12px;
        line-height: 65px;
        font-weight: normal;
        color: #333;
    }

    .cus-rec-acc:hover {
        box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
    }

.cus-tour ul li {
    width: 580px;
    float: left;
    margin: 30px 10px 0 10px;
}

.cus-tour-acc {
    width: 580px;
    position: relative;
}

    .cus-tour-acc > div {
        float: left;
    }

.cus-tour-name {
    background-color: #69cbc9;
    width: 290px;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.cus-tour-name-btm {
    width: 290px;
    height: 15px;
    background-color: #69cbc9;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.cus-tour-name2 {
    background-color: #f8f8f8;
    width: 290px;
    height: 400px;
    overflow: hidden;
}

.cus-tour-name h2 {
    text-align: center;
    margin-bottom: 20px;
}

    .cus-tour-name h2 img {
        width: 109px;
        border-radius: 50px;
        transition: 0.2s;
    }

.cus-tour-name p {
    color: #fff;
}

.name-txt {
    font-size: 28px;
    text-align: center;
    margin: 20px 0 10px 0;
}

.name-txt-en {
    font-size: 20px;
    text-align: center;
    margin: 0px 0 10px 0;
}

.name-acc {
    padding-left: 75px;
    line-height: 30px;
}

.name2-title {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin: 15px 0 10px 0;
}

.name2-txt {
    padding: 0px 24px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
}

    .name2-txt:hover {
        color: #ff6600;
        cursor: default;
    }

.cus-tour ul li:hover {
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.2);
}

.cus-tour ul li .cus-tour-name:hover h2 img {
    width: 129px;
    border-radius: 50px;
}

.cus-card ul li {
    float: left;
    width: 600px;
    margin-bottom: 30px;
}

    .cus-card ul li img {
        width: 100%;
    }

.cus-features {
    width: 400px;
    height: 400px;
    box-sizing: border-box;
    float: left;
}

.cus-features2 {
    width: 800px;
    height: 400px;
    background-color: #e6e6e6;
    box-sizing: border-box;
    float: left;
}

    .cus-features2 img {
        width: 800px;
    }

.cus-features-txt {
    width: 325px;
    padding: 50px 0px 0 50px;
}

.features-txt-title {
    font-size: 24px;
    color: #000;
    margin: 0px 0 10px 0;
}

.features-txt-txt {
    font-size: 14px;
    color: #ff6600;
    margin-top: 20px;
}

    .features-txt-txt span {
        display: inline-block;
        line-height: 28px;
        margin-bottom: 20px;
    }

.features-img {
    height: 19px;
}
