.content-box {
    overflow: hidden;
}

.banner img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .banner img {
        width: 170%;
        margin-left: -35%;
    }
}

/* company introduction */
.company-intro {
    padding-top: 85px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .company-intro {
        padding-top: 40px;
    }
}

.intro-img-pc {
    float: left;
    box-sizing: border-box;
    width: 45%;
}

.intro-img-phone {
    display: none;
}

@media screen and (min-width: 768px) {
    .intro-img {
        height: 500px;
    }
}

.intro-right {
    padding-top: 56px;
    padding-left: 50px;
    float: left;
    box-sizing: border-box;
    width: 55%;
    position: relative;
    z-index: 2;
}

.intro-right:before {
    content: "About Us";
    color: #f6f5f9;
    position: absolute;
    top: -20px;
    left: 50px;
    font-size: 120px;
}

.intro-right h4 {
    margin-bottom: 24px;
    font-size: 30px;
    position: relative;
    z-index: 2;
    color: #333;
}

.intro-right p {
    font-size: 18px;
    font-family: auto;
    line-height: 30px;
    position: relative;
    z-index: 2;
    color: #333;
    overflow: hidden;
    word-break: break-word;
    word-wrap: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 768px) {
    .intro-img-pc {
        display: none;
    }

    .intro-img-phone {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .intro-right {
        width: 100%;
        padding-top: 30px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }

    .intro-right:before {
        font-size: 30px;
        position: absolute;
        top: 10px;
        left: 25px;
    }

    .intro-right h4 {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .intro-right p {
        font-size: 14px;
        line-height: 1.5;
    }
}

#motorcade {
    position: relative;
}

.more-btn {
    cursor: pointer;
    user-select: none;
    line-height: 37px;
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
    font-size: 16px;
    text-decoration: none !important;
}

@media screen and  (max-width: 769px) {
    .more-btn {
        line-height: 30px;
        font-size: 12px;
    }
}

.more-btn:hover {
    color: #666;
}

.more-btn i {
    font-size: 12px;
}

/* airport transit */
.airport-transit {
    padding-top: 90px;
}

@media screen and (max-width: 769px) {
    .airport-transit {
        padding-top: 20px;
    }
}

.first-title {
    line-height: 1.5;
    font-size: 22px;
    color: #333;
    text-align: center;
}

.sencond-title {
    line-height: 1.5;
    font-size: 18px;
    color: #999;
    text-align: center;
}

.airport-transit .sencond-title {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    #feedback .first-title {
        text-align: center;
    }

    .first-title {
        line-height: 1.5;
        font-size: 20px;
        color: #333;
        text-align: left;
        margin: 0 10px;
    }

    .sencond-title {
        line-height: 1.5;
        font-size: 16px;
        color: #999;
        text-align: left;
        margin: 0 10px;
    }

    .airport-transit .sencond-title {
        margin-bottom: 10px;
    }
}

.imgs-box {
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .imgs-box {
        width: 1220px;
        margin: 0 -9px;
    }
}

@media screen and (max-width: 768px) {
    .imgs-box {
        /* margin: 10px; */
    }
}

.airport-item {
    cursor: pointer;
    margin: 9px;
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

@media screen and (min-width: 768px) {
    .airport-item {
        width: 387px;
        float: left;
    }
}

@media screen and (max-width: 768px) {
    body .airport-item,
    body .airport-item-large {
        margin: 10px;
        height: 150px;
    }

    body .airport-search.airport-item {
        width: 97%;
    }

    body .airport-item {
        width: 47%;
        float: left;
        margin: 5px;
    }
}

.airport-item img {
    width: 100%;
    height: 100%;
}

.airport-item .item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .3);
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    font-size: 22px;
}

@media screen and (max-width: 768px) {
    .airport-item .item-title {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
    }
}

.airport-item:hover .item-title {
    background-color: #f5a623;
}

.airport-item-large {
    cursor: pointer;
    margin: 9px;
    height: 300px;
    overflow: hidden;
    float: left;
    border-radius: 10px;
    position: relative;
}

@media screen and (min-width: 768px) {
    .airport-item-large {
        width: 794px;
    }
}

.airport-item-large img {
    width: 100%;
    height: 100%;
}

.airport-item-large .item-title {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .3);
    text-align: center;
    color: #ffffff;
    font-size: 22px;
}

@media screen and (min-width: 768px) {
    .airport-item-large .item-title {
        top: 0;
        width: 140px;
        line-height: 300px;
    }
}

@media screen and (max-width: 768px) {
    .airport-item-large .item-title {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        top: auto;
        left: 0;
        right: 0;
    }

    body .airport-search.airport-item {
        padding: 20px 10px;
    }
}

.airport-item-large:hover .item-title {
    background-color: #f5a623;
}

.airport-search.airport-item {
    cursor: default;
    padding: 20px;
    background-color: rgb(123,169,48);
}

.airport-search p {
    font-family: auto;
    font-size: 18px;
    line-height: 1.5;
    color: #ffffff;
    margin-top: 30px;
    padding-right: 50px;
}

.airport-search .input-box input {
    display: block;
    font-size: 12px;
    height: 50px;
    border: 0;
    padding: 0 10px;
    width: 100%;
    border-radius: 0 36px 36px 0;
}

.airport-search .input-box {
    position: relative;
    margin: 30px 0 40px;
}

.airport-search .input-box .goto {
    cursor: pointer;
    border-radius: 50%;
    width: 50px;
    background: url(../images/icon-goto-active.png) center center no-repeat #f5a623;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
}

@media screen and (max-width: 768px) {
    .airport-search p {
        font-size: 14px;
        margin-top: 0px;
    }

    .airport-search .input-box input {
        font-size: 14px;
        height: 38px;
        padding: 0 10px;
        border-radius: 0 19px 19px 0;
    }

    .airport-search .input-box input {
        font-size: 12px;
        height: 38px;
        padding: 0 10px;
        border-radius: 0 19px 19px 0;
    }

    .airport-search .input-box {
        margin: 10px 0 20px;
    }

    .airport-search .input-box .goto {
        width: 40px;
    }

    body .and-more {
        font-size: 14px;
    }
}

.and-more,
.and-more:focus,
.and-more:hover {
    text-decoration: none;
    cursor: pointer;
    float: right;
    color: #fff;
    font-size: 18px;
    line-height: 12px;
}

.and-more:hover {
    color: #eee;
}

.and-more:after {
    margin-left: 4px;
    content: " ";
    border: 6px solid transparent;
    border-left: 8px solid #f5a623;
    float: right;
}

.customer-container {
    color: #ffffff;
    background-color: rgb(123,169,48) !important;
}

.customer-container
.customer-text {
    color: #ffffff;
    text-align: center;
    max-width: 1000px;
    padding: 0 50px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 30px;
}

.customer-text {
    height: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.customer-container .first-title {
    color: #fff;
    padding-top: 50px;
    padding-bottom: 20px;
}

.author {
    text-align: right;
    padding-right: 100px;
    padding-bottom: 80px;
}

.author img {
    width: 60px;
    vertical-align: middle;
}

.author span {
    padding-left: 10px;
}

@media screen and (max-width: 768px) {
    .customer-container .first-title {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .author span {
        padding-left: 4px;
        font-size: 12px;
    }

    .author {
        padding-right: 40px;
        padding-top: 40px;
    }

    .author img {
        width: 40px;
    }
}

/* our motorcade */
.our-motorcade {
    margin-top: 70px;
}

@media screen and (min-height: 769px) {
    .our-motorcade {
        min-height: 600px;
    }

    .company-intro {
        min-height: 450px;
    }
}

#feedback {
    min-height: 400px;
}

.motorcade-box {

}

.motorcade-nav {
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.motorcade-nav li {
    position: relative;
    z-index: 1;
    padding: 0 10px;
    line-height: 34px;
    font-size: 16px;
    float: left;
    border-bottom: 2px solid #fff;
}

@media screen and (max-width: 769px) {
    .motorcade-nav li {
        font-size: 12px;
        line-height: 30px;
        padding: 0 4px;
        margin-bottom: 10px;
    }
}

.motorcade-nav li.active {
    border-bottom: 2px solid #fba200;
}

.motorcade-nav li a {
    color: #333;
}

.motorcade-nav li a:hover,
.motorcade-nav li a:focus {
    color: #666;
}

.motorcade-nav li a,
.motorcade-nav li a:hover,
.motorcade-nav li a:focus {
    text-decoration: none;
}

.motorcade-content {
    margin-bottom: 40px;
    position: relative;
}

.motorcade-content .clearfix {
    min-height: 500px;
}

.prev-icon {
    position: absolute;
    z-index: 100;
    top: 40%;
    left: -20px;
    user-select: none;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: url("../images/icon_zuo.png") no-repeat center center #fff;
    background-size: 20px;
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .7);
}

.next-icon {
    position: absolute;
    z-index: 100;
    top: 40%;
    right: -20px;
    user-select: none;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: url("../images/icon_you.png") no-repeat center center #fff;
    background-size: 20px;
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .7);
}

@media screen and (max-width: 769px) {
    .prev-icon, .next-icon {
        display: none;
    }
}

.next-icon:hover, .prev-icon:hover {
    background-color: #eee;
}

.motorcade-content li {
    display: none;
    white-space: nowrap;
    overflow-x: scroll;
    position: relative;
}

.motorcade-content li.active {
    display: block;
}

.car-box {
    display: inline-block;
    border: 1px solid rgb(123,169,48);
    border-radius: 10px;
    margin: 20px 10px;
    width: 400px;
    height: 450px;
    cursor: pointer;
}

.car-box img {
    width: 100%;
    height: 270px;
    background-color: #fbfbfb;
}

.car-box .car-text {
    padding: 20px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
}

.car-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .motorcade-content li {
        display: none;
        white-space: inherit;
        overflow-x: hidden;
        position: relative;
    }

    .car-box {
        display: inline-block;
        border: 1px solid rgb(123,169,48);
        border-radius: 6px;
        margin: 6px;
        width: 45%;
        height: 200px;
        cursor: pointer;
    }

    .car-box img {
        width: 100%;
        height: 100px;
    }

    .car-box .car-text {
        padding: 10px;
        font-weight: bold;
        font-size: 12px;
        line-height: 1.5;
    }
}

/* FAQ */
.faq {
    padding: 50px 0;
}

.faq .swiper-item {
    overflow: hidden;
}

.faq .sencond-title {
    margin-bottom: 50px;
}

.faq .faq-item {
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
}

@media screen and (min-width: 768px) {
    .faq .faq-item {
        width: 50%;
        padding: 0 30px;
    }
}

.faq .faq-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    line-height: 60px;
    color: #333;
}

.faq .faq-content {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

@media screen and (min-width: 768px) {
    .faq .faq-content {
        height: 185px;
    }
}

@media screen and (max-width: 768px) {
    .faq .faq-title {
        font-size: 16px;
        line-height: 30px;
    }

    .faq .faq-content {
        font-size: 14px;
        line-height: 24px;
    }
}

/* aside */
.aside-btns {
    background-color: #ffffff;
    border-radius: 10px;
    position: fixed;
    right: 0;
    bottom: 200px;
    z-index: 100000000000;
    border: 1px solid #f5a623;
}

.aside-btns li {
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
}

.aside-btns li:hover {
    background-color: #f5a623;
}

.aside-more-box {
    display: none;
}

.aside-btns li:hover .aside-more-box {
    display: block;
    position: absolute;
    right: 0;
    padding-right: 70px;
    z-index: -1;
    top: 0;
}

@media screen and (max-width: 720px) {
    .aside-btns {

    }
}

.aside-more-box .aside-more {
    padding: 10px;
    border-radius: 10px;
    background-color: #f5a623;
    color: #fff;
    min-width: 150px;
    min-height: 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    font-size: 14px;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: default;
}

.aside-btns .box img {
    width: 30px;
    padding-top: 17px;
    display: block;
    margin: 0 auto;
}

.aside-btns li:hover .aside-icon {
    display: none;
}

.aside-btns li .active-img {
    display: none;
}

.aside-btns li:hover .active-img {
    display: block;
}

@media screen and (max-width: 769px) {
    .aside-btns {
        border-radius: 6px;
        position: fixed;
        right: 0;
        bottom: 100px;
        z-index: 100000000000;
        border: 1px solid #f5a623;
    }

    .aside-btns li {
        cursor: pointer;
        width: 40px;
        height: 40px;
        border-radius: 6px;
        background-color: #fff;
        position: relative;
    }

    .aside-btns li:hover {
        background-color: #f5a623;
    }

    .aside-more-box {
        display: none;
    }

    .aside-btns li:hover .aside-more-box {
        display: block;
        position: absolute;
        right: 0;
        padding-right: 50px;
        z-index: -1;
        top: 0;
    }

    .aside-more-box .aside-more {
        padding: 6px;
        border-radius: 6px;
        background-color: #f5a623;
        color: #fff;
        min-width: 120px;
        min-height: 50px;
        box-shadow: 0 0 6px rgba(0, 0, 0, .3);
        font-size: 12px;
        line-height: 1.5;
        display: flex;
        flex-direction: column;
        justify-content: center;
        cursor: default;
    }

    .aside-btns .box img {
        width: 20px;
        padding-top: 10px;
        display: block;
        margin: 0 auto;
    }

    .aside-btns li:hover .aside-icon {
        display: none;
    }

    .aside-btns li .active-img {
        display: none;
    }

    .aside-btns li:hover .active-img {
        display: block;
    }
}

/* 修改轮播样式 */
#feedback .layui-this {
    background-color: rgb(123,169,48) !important;
}

#feedback {
    background-color: rgb(123,169,48) !important;
}

#faq > [carousel-item] > *,
#feedback > [carousel-item] > * {
    background-color: transparent;
}

#faq {
    background-color: #fff !important;
}

#faq .layui-this {
    background-color: #fff !important;
}

.swiper-item {
    overflow: hidden;
}

#faq .layui-carousel-ind ul {
    background-color: transparent;
}

#faq .layui-carousel-ind li {
    background-color: #fce4bd;
    margin: 0 10px;
}

#faq .layui-carousel-ind .layui-this {
    background-color: #f5a623 !important;
}

/* 修改轮播样式 */

/* city样式 */
@media screen and (min-width: 769px) {
    #dialog-book .modal-dialog {
        width: 914px !important;
    }
}

/*.first-title {*/
/*  line-height: 1.5;*/
/*  font-size: 12px;*/
/*  color: #333;*/
/*  text-align: center;*/
/*}*/

/*.sencond-title {*/
/*  line-height: 1.5;*/
/*  font-size: 18px;*/
/*  color: #999;*/
/*  text-align: center;*/
/*}*/

.location-info {
    padding: 20px 0;
}

.location-info .text {
    font-size: 12px;
    line-height: 1.5;
    color: #333;
    text-indent: 2em;
}

.location-info img {
    display: block;
    margin: 20px 0;
    width: 100%;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .normal-content {
        margin: 0 10px;
    }

    .first-title {
        line-height: 1.5;
        font-size: 14px;
        color: #333;
        text-align: left;
        margin: 40px 10px 0;
    }

    .sencond-title {
        line-height: 1.5;
        font-size: 12px;
        color: #999;
        text-align: left;
        margin: 10px;
    }

    .location-info .text {
        font-size: 14px;
    }
}

.address-select {
}

.screening-box {
    padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
    body .screening-box {
        padding-bottom: 4px;
    }

    .screening-box > * {
        display: block;
    }

    .select-label {
        font-weight: bold;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }

    body .search-btn {
        width: 100%;
        margin: 6px 0;
        text-align: center;
    }

    body .screening-box .form-control {
        width: 100%;
    }

    body .address-list .col-sm-4 {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 20px;
    }
}

.screening-box .form-control {
    width: 120px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
}

.search-btn {
    background-color: #f5a623;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border-radius: 6px;
    display: inline-block;
    margin: 0 10px;
    color: #fff;
    text-decoration: none !important;
}

.search-btn:hover, .search-btn:focus {
    background-color: #e7940f;
    color: #fff;
}

.icon-address {
    height: 60px;
    vertical-align: middle;
}

.address-list {
    white-space: nowrap;
    overflow-x: scroll;
}

@media screen and (min-width: 769px) {
    .address-list .col-sm-3 {
        white-space: initial;
        margin-bottom: 10px;
        width: 220px;
        float: left;
    }
}

.address-list .col-sm-3 > a {
    display: block;
    overflow: hidden;
    text-decoration: none !important;
}

.address-list .col-sm-3 img {
    width: 100%;
    height: 150px;
    transition: all .5s;
}

.address-list .col-sm-3:hover img {
    transform: scale(1.2);
}

.address-info {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 10px;
}

.address-info a {
    text-decoration: none !important;
}

.address-info .price {
    color: #f5a623;
    font-size: 14px;
}

.address-info .details {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .address-info .price {
        font-size: 14px;
    }

    .address-info .details {
        font-size: 14px;
    }

    .modal-header {
        display: none;
    }
}

.address-info .btns {
    text-align: right;
    margin-top: 10px;
}

.address-info .btns.air-to-air {
    background: url(../images/atoa.png) left center no-repeat;
}

.address-info .btns.air-to-hotel {
    background: url(../images/atoh.png) left center no-repeat;
}

.address-info .btns.hotel-to-air {
    background: url(../images/htoa.png) left center no-repeat;
}

.address-info .btns.hotel-to-hotel {
    background: url(../images/htoh.png) left center no-repeat;
}

.address-info .book-btn {
    background-color: #f5a623;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border-radius: 6px;
    display: inline-block;
    margin: 0 4px;
    color: #fff;
    text-decoration: none !important;
}

.address-info .book-btn:hover, .address-info .book-btn:focus {
    background-color: #e7940f;
    color: #fff;
}

@media screen and (max-width: 769px) {
    .address-info {
        padding: 2px;
    }

    body .address-list .col-sm-3 img {
        height: 80px;
    }

    .address-info .book-btn {
        background-color: #f5a623;
        height: 20px;
        font-size: 12px;
        line-height: 20px;
        padding: 0 4px;
        border-radius: 2px;
        display: inline-block;
        margin: 0 4px;
        color: #fff;
        text-decoration: none !important;
    }

    .modal-body {
        padding: 2px;
    }

    .address-list .col-xs-6 {
        margin: 4px 0;
    }
}

.layui-laydate-content > .layui-laydate-list {
    padding-bottom: 0px;
    overflow: hidden;
}

.layui-laydate-content > .layui-laydate-list > li {
    width: 50%;
}

.merge-box .scrollbox .merge-list {
    padding-bottom: 5px;
}

.laydate-time-list li {
    width: 100%;
    padding-left: 0;
    text-align: center;
}

/* city样式 */