/* 共同banner样式(除开首页) */
.ggh-common-banner {
    width: 100%;
    display: flex;
    justify-content: center;
    height: auto;
}

.ggh-common-banner .carousel {
    width: 100%;
    max-width: 1920px;
}

.ggh-common-banner .carousel .carousel-inner {
    width: 100%;
    max-width: 1920px;

}

.ggh-common-banner .carousel .carousel-inner .carousel-item {
    width: 100%;
    max-width: 1920px;
}
.ggh-common-banner .carousel .carousel-inner .carousel-item img {
    max-height:600px !important
} 

@media screen and (max-width: 576px) {
    .ggh-common-banner {
        margin-top: 60px;
    }
    /* .ggh-common-banner .carousel .carousel-inner .carousel-item img {
        height:125px !important;
    } */
}

@media screen and (min-width: 576px) {
    .ggh-common-banner {
        margin-top: 60px
    }
    /* .ggh-common-banner .carousel .carousel-inner .carousel-item img {
        height:180px !important;
    } */
}

@media screen and (min-width: 786px) {
    .ggh-common-banner {
        margin-top: 75px
    }
    /* .ggh-common-banner .carousel .carousel-inner .carousel-item img {
        height:245.6px !important;
    } */
}

@media screen and (min-width: 992px) {
    .ggh-common-banner {
        margin-top: 90px
    }
    /* .ggh-common-banner .carousel .carousel-inner .carousel-item img {
        height:310px !important;
    } */
}

@media screen and (min-width: 1200px) {
    .ggh-common-banner {
        margin-top: 120px
    }
    /* .ggh-common-banner .carousel .carousel-inner .carousel-item img {
        height:600px !important;
    } */

}
