@media (min-width: 1200px) {
    .container {
        max-width: 1440px;
    }
}

.gch_header {
    width: 100%;
    background-image: url('/static/images/aa_3x2_text_winter_hero_dec18.jpg');
    background-repeat: no-repeat;
    max-height: 720px;
    background-position: center center;
    filter: blur(0);
    background-color: transparent;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    transition: all 0.1s ease-out;
    z-index: 0;
    overflow: hidden;
}

.gch_bg {
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.48) 0%, rgba(17, 17, 17, 0) 100%);
    height: 135px;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    /* border-bottom:2px solid #fff; */
}

.carousel-item {
    height: 100vh;
    overflow: hidden;
    flex-direction: row;
    align-items: center;
    /*垂直居中*/
    justify-content: center;
    /*水平居中*/
    /* position: relative; */
    
}

.carousel-item img {
    align-items: center;
    height: 100vh;
    min-width: 100%;
    width: auto !important;
    object-fit:cover;
}

/* < 豪生 子酒店 首页样式*/
.hsChildIndex .carousel-item {
    height: 66vh
}

.hsChildIndex .carousel-item img {
    height: 66vh;
    object-fit: cover;
}

.hsChildIndex .hero-title {
    margin-top: 6%;
}

/*----------------- > */
/* .gch_bg_bg {
    background: #333;
} */

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    padding: 0 17px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    font-size: 16px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}

.hero-text {
    text-align: center;
    color: #fff;
}

.hero-title {
    font-size: 48px;
    position: relative;
    margin-top: 300px;
    color:#f7d58d;
    font-family: 'Times New Roman', Times, serif;
}

.hero-text p {
    margin-top: 40px;
    font-size: 30px;
    color:#f7d58d;
}

.rela {
    position: relative;
}

.cl {
    clear: both;
}

.lng {
    border-radius: 0px;
    width: 160px;
    text-align: center;
    padding: 0px;
    border: none;
    margin-top: 0px;
}

.lngs {
    width: 160px;
    text-align: center;
    padding: 2px;
    position: relative;
    top: -2px;
}

.lngs:hover {
    background: rgba(0, 0, 0, 0.2);
}

.lng .dropdown-item {
    font-size: 14px;
    color: #111;
}

.gch .navbar-collapse {
    position: relative;
    top: 2px;
}

.carousel-caption {
    bottom:150px;
}

@media (max-width: 960px) {
    .gch_bg .container{
        margin:0px;
        padding:0px;
    }
    .gch_bg_bg .container {
        /* background: #333; */
        position: relative;
        z-index: 9999;
        width: 100%;
        padding: 0px;
        margin: 0px;
        max-width: 100%;
    }

    .lngs {
        text-align: left;
    }

    .hero-text .hero-title {
        font-size: 36px;
    }

    .hero-text p {
        font-size: 20px;
    }

    .navbar-light .navbar-nav .nav-link {
        line-height: 30px;
    }

    .logomore {
        display: none;
    }

    .carousel-item {
        max-height: 100vh;
        overflow: hidden;
    }

    .w-100-h {
        height: 100vh;
        width: auto !important;
    }

    .hero-title {
        font-size: 17px;
        margin-top:200px;
    }

    .header-content {
        font-size: 18px;
        color:#f7d58d;
        font-family: 'Times New Roman', Times, serif;
    }
    .carousel-item img {
        align-items: center;
        height: 100vh;
        min-width:auto!important;
        width: auto !important;
    }
}

.child-navbar .this-navitem {
    height: 2px !important;
    width: 40px !important;
    background: #fff !important;
    margin: 12px auto 0 !important;
}