/* 共同banner样式(除开首页) */
.ggh-common-banner {
    width: 100%;
    display: flex;
    justify-content: center;
    height: auto;
    min-height: 150px;
    background-color: aliceblue;
}

.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;
    /* height: 500px; */
}
.ggh-common-banner .carousel .carousel-inner .carousel-item img {
    max-height:600px !important
} 

@media screen and (max-width: 568px) {
    .ggh-common-banner { 
        margin-top: 0px;
    }
}

@media screen and (min-width: 568px) {
   .ggh-common-banner { 
    margin-top: 0px;
    }
}

@media screen and (min-width: 768px) {
    .ggh-common-banner { 
        margin-top: 98px;
    }
}

@media screen and (min-width: 992px) {
    .ggh-common-banner { 
        margin-top: 82px;
    }
}

@media screen and (min-width: 1200px) {
    .ggh-common-banner { 
        margin-top: 82px;
    }
}