.manyTourists-bg-white {
    background: #FFFFFF;
}

.manyTourists-bg-green-tea {
    background: #F3F8F6
}

.manyTourists-bg-green {
    background: #2D9F99;
}

.manyTourists-bg-dark-grey {
    background: #FBFCFD;
}

.manyTourists-bg-lightGrey {
    background: #F8FAFC;
}

.manyTourists-bg-coldAsh {
    background: #F9FAFE;
}

.border-deepskyblue {
    border: 1px solid deepskyblue;
}

.manyTourists-bg-deep-black {
    background: #30343E;
}

.manyTourists-bg-blueBlack {
    background-color: #30343d;
}

.colr-white {
    color: #FFFFFF !important;
}

.global-padding {
    padding: 40px 30px;
}

.manyTourists-section {
    padding-top: 120px;
    padding-bottom: 120px;
}

.pb-remove {
    padding-bottom: 0 !important;
}

/*轮播响应式广告位 begin*/
.slider-img {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 800px;
}
@media (max-width: 667px) {
    .slider-img {
        min-height: 463px;
    }
}
@media (max-width: 768px) {
    .slider-img {
        min-height: 511px;
    }
}
@media (max-width: 991px) {
    .slider-img {
        min-height: 560px;
    }
}
@media (max-width: 1280px) {
    .slider-img {
        min-height: 600px;
    }
}
@media (max-width: 1440px) {
    .slider-img {
        min-height: 680px;
    }
}
/*响应式广告位 End*/

/*静态*/
.inner_page-banner {
    text-align: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 535px;
}
@media (max-width: 1080px){
    .inner_page-banner {
        min-height: 254px;
    }
}
@media (max-width: 1440px){
    .inner_page-banner {
        min-height: 268px;
    }
}
/*静态*/
@media screen and (max-width: 768px) {
    .section-bg-tea {
        background: #F3F8F6;
    }

    .section-pd {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .pb-section {
        padding-bottom: 0 !important;
    }
    .pt-section {
        padding-top: 0 !important;
    }
}

.fs-36 {
    text-align: center;
    margin-bottom: 100px;
}

.global-shadow {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: #fff;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.global-shadow:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    z-index: 2;
}

.global-remove-shadow {
    box-shadow: initial;
    background: inherit;
}

.global-clr-3 {
    color: #333333;
}

.font-red {
    color: red !important;
}

.bridging {
    height: 120px;
}

.clip {
    height: 120px;
}

.box-center {
    margin: 0 auto;
}

@media screen and (max-width: 990px) {
    .bridging {
        height: 40px;
    }

    .clip {
        height: 40px;
    }

    .global-common-mb {
        margin-bottom: 20px;
    }
    .manyTourists-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .pb-0 {
        padding-bottom: 0;
    }

    .manyTourists-section-bt {
        padding-bottom: 30px;
        margin-top: 30px !important;
    }
    .section-small-pd{
        padding: 40px 0;
    }
}



@media screen and (max-width: 768px) {
    .fs-26 {
        margin-bottom: 30px !important;
        font-size: 22px;
        line-height: 1.5;
    }

    .pd-section {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 414px) {
    .bridging {
        height: auto;
    }
    .clip {
        height: auto;
    }
}

.copyright {
    height: 52px;
    background: #292c33
}

.copyright-content {
    line-height: 52px;
    font-size: 12px;
    color: #999999;
}

.copyright-content span {
    display: inline-block;
    margin-left: 10px;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .copyright-content {
        line-height: 5px;
        margin-top: 8px;
    }
}