/************* banner部分 ******************/
.travel-banner {
    background: url("../images/scheme/scheme-travel/tr-banner.jpg") no-repeat center top;
}

.travel-banner .solution-banner-Main img {
    z-index: 20;
}

.travel-Con02.imgBg {
    background: url("../images/scheme/scheme-travel/bg-lunbo.jpg") no-repeat center top;
    background-size: 100% 100% !important;
}

.travel-Con02.ColorBg {
    background: #edeeef;
}

.travel-Con02 {
    /*background: #00b0f0;*/
    width: 100%;
    height: auto;
    padding: 60px 0;
    flex-direction: column;
    position: relative;
}

.padTop {
    padding-top: 60px;
}

.imgBg:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 10;
    position: absolute;
}

.travel-Con02 .SecondTitle,
.travel-Con02 .mainDivWidth {
    z-index: 20;
}

.imgBg * {
    color: white;
}

.travel-Con02-left {
    text-align: right;
}

.travel-Con02-left,
.travel-Con02-center,
.travel-Con02-right {
    font-size: 16px;
    z-index: 20;
}

.travel-Con02-padding {
    padding: 40px 0;
}

.travel-Con02-left h3,
.travel-Con02-right h3 {
    margin-bottom: 18px;
}

.travel-Con02-center img {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.travel-Con02-top,
.travel-Con02-bottom {
    text-align: center;
    padding: 20px 0;
}

/*************** 二维码部分 ***************/
.erweipic {
    margin: 10px 0 30px 0;
}

.erweipic img {
    width: 220px;
    margin: 10px auto;
    display: block;
}

.erweipic p {
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
}

/************************************************* 媒体查询 ************************************************/
@media (min-width: 1200px) {
}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .travel-Con02-padding {
        padding: 0;
    }

    .travel-Con02-center img {
        width: 100%;
    }

    .padTop {
        padding-top: 0px;
    }

}

@media screen and (max-width: 500px) {

}

@media screen and (max-width: 767px) {
    .travel-Con02 {
        padding: 30px 0;
    }

    .padTop {
        padding-top: 10px;
    }

    .travel-Con02.imgBg {
        background: url("../images/scheme/scheme-travel/bg-lunbo.jpg") no-repeat center top;
        background-size: auto 100% !important;
    }

    .travel-Con02 h3 {
        font-size: 20px;
    }

    .travel-Con02-left, .travel-Con02-center, .travel-Con02-right {
        font-size: 14px;
    }

    .travel-Con02-left,
    .travel-Con02-right {
        text-align: center;
    }

    .travel-Con02-padding {
        padding: 0px 0;
    }

    .schenetxt {
        margin: 26px auto;
        font-size: 14px;
        padding: 10px 0;
    }

    .erweipic img {
        width: 180px;
    }

    .erweipic p {
        font-size: 14px;
    }
}
