/* 轮播图css */
.ggh-banner {
    margin-top: 120px;
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
}


.ggh-banner .carousel.slide {
    width: 100%;
    max-width: 1920px;
}

.ggh-banner #ggh-banner .carousel-inner {
    max-width: 1920px;
    width: 100%;
}

.ggh-banner #ggh-banner .carousel-inner .carousel-item {
    max-width: 1920px;
    width: 100%;
    max-height: auto;
}

.ggh-banner #ggh-banner .carousel-inner .carousel-item img {
    max-height: 900px !important;
}

@media screen and (max-width: 576px) {
    .ggh-banner {
        margin-top: 60px;
    }

    /* .ggh-banner #ggh-banner .carousel-inner .carousel-item img {
        height:260px !important;
    } */
}

@media screen and (min-width: 576px) {
    .ggh-banner {
        margin-top: 60px;
    }

    /* .ggh-banner #ggh-banner .carousel-inner .carousel-item img {
        height:315px !important;
    } */
}

@media screen and (min-width: 768px) {
    .ggh-banner {
        margin-top: 75px;
    }

    /* .ggh-banner #ggh-banner .carousel-inner .carousel-item img {
        height:352px !important;
    } */
}

@media screen and (min-width: 992px) {
    .ggh-banner {
        margin-top: 90px
    }

    /* .ggh-banner #ggh-banner .carousel-inner .carousel-item img {
        height:458px !important;
    } */
}

@media screen and (min-width: 1200px) {
    .ggh-banner {
        margin-top: 120px
    }

    /* .ggh-banner #ggh-banner .carousel-inner .carousel-item img {
        height:900px !important;
    } */
}

.carousel-inner {
    max-width: 1920px;
}

.up-btn,
.next-btn {
    width: 46px;
    height: 95px;
    background-color: rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 30px;
}

.up-btn .iconfont {
    font-size: 26px !important;
}

.next-btn .iconfont {
    font-size: 26px !important;
}

.carousel-indicators div {
    width: 30px;
    height: 6px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #cccccc;
    margin: 0 5px;
}

.carousel-indicators .active {
    width: 45px;
    background-color: white;
}

/* 企业介绍样式 */

.ggh-desc .container p {
    color: var(--text-title-color);
    margin-top: 20px;
    text-indent: 2em;
    /* margin: 0 100px; */
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.7;
}

.ggh-desc .row-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    background-color: white;
    box-shadow: #e3e3e3 0px 0px 15px 0px;
}

.ggh-desc .container .row-wrap .row {
    height: 230px;
    flex: 1;
    margin: 0 40px;
}

.ggh-desc .container .row-wrap .row .col {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ggh-desc .container .row-wrap .row .col .hover-item {
    position: absolute;
    background-color: var(--main-color);
    color: white;
    height: 270px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: -20px;
    left: 0px;
    font-size: 20px;
}

.ggh-desc .container .row-wrap .row .col .hover-item .iconfont {
    color: white;
    font-size: 96px !important;
}

.ggh-desc .container .row-wrap .row .line {
    width: 1px;
    height: 100px;
    background-color: #e3e3e3;
}

.ggh-desc .container .row-wrap .row .col .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    font-size: 16px;
}
.ggh-desc .container .row-wrap .row .col {
    /* display: none; */
}

.ggh-desc .container .row-wrap .row .col .item .span {
    margin-top: 15px;
}


@media screen and (max-width: 576px) {
    .product-name {
        margin-top: 7px;
    }

    .ggh-desc .container .row-wrap .row {
        height: 120px;
        margin: 0 10px;
    }

    .ggh-desc .container .row-wrap .row .col .hover-item {
        height: 140px;
        top: -10px;
        font-size: 14px;
    }

    .ggh-desc .container .row-wrap .row .col .item .iconfont {
        font-size: 30px !important;
    }

    .ggh-desc .container .row-wrap .row .line {
        height: 50px;
    }

    .ggh-desc .container p {
        margin: 10px 0px;
        margin-top: 0px;
    }

    .ggh-desc .container .row-wrap .row .col .hover-item .iconfont {
        color: white;
        font-size: 46px !important;
    }

    .ggh-desc .container p {
        font-size: 14px;
    }

    .ggh-desc .container .row-wrap .row .col .item {
        font-size: 14px;
    }

    .carousel-indicators div {
        width: 10px;
        height: 6px;
    }

    .carousel-indicators .active {
        width: 20px;
    }

}

@media screen and (min-width: 576px) {
    .ggh-desc .container .row-wrap .row {
        height: 130px;
        margin: 0 10px;
    }

    .ggh-desc .container .row-wrap .row .col .hover-item {
        height: 150px;
        top: -10px;
        font-size: 16px;
    }

    .ggh-desc .container .row-wrap .row .col .item .iconfont {
        font-size: 30px !important;
    }

    .ggh-desc .container .row-wrap .row .line {
        height: 60px;
    }

    .ggh-desc .container p {
        /* margin: 0 20px; */
    }

    .ggh-desc .container .row-wrap .row .col .hover-item .iconfont {
        color: white;
        font-size: 46px !important;
    }

    .ggh-desc .container p {
        font-size: 16px;
    }

    .ggh-desc .container .row-wrap .row .col .item {
        font-size: 14px;
    }

    .carousel-indicators div {
        width: 15px;
        height: 6px;
    }

    .carousel-indicators .active {
        width: 25px;
    }

}

@media screen and (min-width: 768px) {
    .ggh-desc .container .row-wrap .row {
        height: 180px;
        margin: 0 20px;
    }

    .ggh-desc .container .row-wrap .row .col .hover-item {
        height: 210px;
        top: -15px;
        font-size: 16px;
    }

    .ggh-desc .container .row-wrap .row .col .item .iconfont {
        font-size: 42px !important;
    }

    .ggh-desc .container .row-wrap .row .line {
        height: 80px;
    }

    .ggh-desc .container p {
        /* margin: 0 40px; */
    }

    .ggh-desc .container .row-wrap .row .col .hover-item {
        font-size: 16px;
    }

    .ggh-desc .container .row-wrap .row .col .hover-item .iconfont {
        color: white;
        font-size: 62px !important;
    }

    .ggh-desc .container p {
        font-size: 16px;
    }

    .ggh-desc .container .row-wrap .row .col .item {
        font-size: 16px;
    }

    .carousel-indicators div {
        width: 20px;
        height: 6px;
    }

    .carousel-indicators .active {
        width: 30px;
    }

}

@media screen and (min-width: 992px) {
    .ggh-desc .container .row-wrap .row {
        height: 230px;
        margin: 0 40px;
    }

    .ggh-desc .container .row-wrap .row .col .hover-item {
        height: 270px;
        top: -20px;
        font-size: 18px;
    }

    .ggh-desc .container .row-wrap .row .col .item .iconfont {
        font-size: 52px !important;
    }

    .ggh-desc .container .row-wrap .row .line {
        height: 100px;
    }

    .ggh-desc .container p {
        /* margin: 0 70px; */
    }

    .ggh-desc .container .row-wrap .row .col .hover-item .iconfont {
        color: white;
        font-size: 80px !important;
    }

    .ggh-desc .container p {
        font-size: 16px;
    }

    .ggh-desc .container .row-wrap .row .col .item {
        font-size: 16px;
    }

    .carousel-indicators div {
        width: 30px;
        height: 6px;
    }

    .carousel-indicators .active {
        width: 45px;
    }
}

@media screen and (min-width: 1200px) {
    .ggh-desc .container .row-wrap .row {
        height: 230px;
        margin: 0 40px;
    }

    .ggh-desc .container .row-wrap .row .col .hover-item {
        height: 270px;
        top: -20px;
        font-size: 20px;
    }

    .ggh-desc .container .row-wrap .row .col .item .iconfont {
        font-size: 64px !important;
    }

    .ggh-desc .container .row-wrap .row .line {
        height: 100px;
    }

    .ggh-desc .container p {
        /* margin: 0 100px; */
    }


    .ggh-desc .container .row-wrap .row .col .hover-item .iconfont {
        color: white;
        font-size: 96px !important;
    }

    .ggh-desc .container p {
        font-size: 18px;
    }

    .ggh-desc .container .row-wrap .row .col .item {
        font-size: 18px;
    }

    .carousel-indicators div {
        width: 30px;
        height: 6px;
    }

    .carousel-indicators .active {
        width: 45px;
    }

}

/* 产品展示样式 */

.product-name {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px
}

@media screen and (max-width: 768px) {

    .product-name {
        margin-top: 10px;
    }
}

/* 企业文化 */
/* .ggh-cuture .container .row div:hover {
    color: var(--main-color);
}
.ggh-cuture .container .row div:hover div{
    background-color: var(--main-color);
}
.ggh-cuture .container .row div:hover div .iconfont {
    color: white !important;
} */

/* 资质荣耀 */
.ggh-glory .container .row .col {
    display: flex;
    justify-content: center;
}

.ggh-glory .container .row .col .image-wrap {
    width: 96%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.more-glory-btn {
    width: 100%;
    height: auto;
    border-radius: 40px;
    background-color: #f5f5f5;
    color: #999999;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.more-glory-btn .iconfont {
    color: #999999;
    font-size: 14px !important;
}

.ggh-glory .more-glory-btn:hover {
    background-color: #e3e3e3;
    color: #666666;
}

.ggh-glory .more-glory-btn:hover .iconfont {
    color: #666666;
}

@media screen and (max-width: 576px) {
    .ggh-glory .container .row .col .image-wrap img {
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 576px) {
    .ggh-glory .container .row .col .image-wrap img {
        width: 100%;
        height: auto;
    }

}

@media screen and (min-width: 768px) {
    .ggh-glory .container .row .col .image-wrap img {
        width: 352px;
        height: 234px;
    }
}

@media screen and (min-width: 992px) {
    .ggh-glory .container .row .col .image-wrap img {
        width: 307px;
        height: 205px;
    }

}

@media screen and (min-width: 1200px) {
    .ggh-glory .container .row .col .image-wrap img {
        width: 372px;
        height: 248px;
    }

}



/* 新闻cssnews */
.ggh-news {
    background-color: #f8f8f8;
    margin-top: 40px;
}


.ggh-news .container .row {
    justify-content: center;
    cursor: pointer;
    /* padding: 20px 0; */
    align-items: center;
}

.ggh-news .container .news-view .row:hover {
    background-color: #e8e8e8;
}


.ggh-news .container .news-view {
    margin-top: 40px;
    padding: 20px 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.ggh-news .container .news-view .row {
    border-bottom: 1px solid #e3e3e3;
}

.ggh-news .container .news-view .row:last-child {
    border-bottom: none;
}

.ggh-news .container .news-view .row .col .news-time {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ggh-news .container .news-view .row .col .news-time .time1 {
    font-size: 30px;
    color: #666666
}

.ggh-news .container .news-view .row .col .news-time .time2 {
    font-size: 22px;
    color: #666666;
    letter-spacing: 2px
}

.ggh-news .container .news-view .row .col .news-content {
    display: flex;
    flex-direction: column;
    color: #666666;
}

.ggh-news .container .news-view .row .col .news-content .content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


@media screen and (max-width: 786px) {
    .ggh-news .container .news-view .row .col .news-content .content {
        -webkit-line-clamp: 1;
    }

    .ggh-news .container .news-view {
        margin-top: 20px;
    }
}

.ggh-news .container .btn-view {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

.ggh-news .container .btn-view .more-button {
    width: 180px;
    height: 56px;
    border-radius: 20px;
    box-shadow: #e3e3e3 0px 4px 6px 0px;
    color: var(--main-color);
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.ggh-news .container .btn-view .more-button:hover {
    background-color: var(--main-color);
    color: white;
}

@media screen and (max-width: 576px) {
    .ggh-news .container .btn-view .more-button {
        width: 157px;
        height: 53px;
        border-radius: 30px;
    }

    .ggh-news .container .btn-view {
        padding: 20px 0;
    }

    .ggh-news .container .news-view .row .col .news-content .news-content-title {
        font-size: 17px;
        color: #333333
    }

    .ggh-news .container .news-view .row .col .news-time .time1 {
        font-size: 18px;
        color: #666666
    }

    .ggh-news .container .news-view .row .col .news-time .time2 {
        font-size: 17px;
        color: #666666;
        letter-spacing: 2px
    }

}

@media screen and (min-width: 576px) {
    .ggh-news .container .btn-view .more-button {
        width: 157px;
        height: 53px;
    }

    .ggh-news .container .btn-view {
        padding: 20px 0;
    }

    .ggh-news .container .news-view .row .col .news-content .news-content-title {
        font-size: 17px;
        color: #333333
    }

    .ggh-news .container .news-view .row .col .news-time .time1 {
        font-size: 18px;
        color: #666666
    }

    .ggh-news .container .news-view .row .col .news-time .time2 {
        font-size: 17px;
        color: #666666;
        letter-spacing: 2px
    }

}

@media screen and (min-width: 768px) {
    .ggh-news .container .btn-view .more-button {
        width: 157px;
        height: 53px;
    }

    .ggh-news .container .btn-view {
        padding: 30px 0;
    }

    .ggh-news .container .news-view .row .col .news-content .news-content-title {
        font-size: 18px;
        color: #333333
    }

    .ggh-news .container .news-view .row .col .news-time .time1 {
        font-size: 19px;
        color: #666666
    }

    .ggh-news .container .news-view .row .col .news-time .time2 {
        font-size: 18px;
        color: #666666;
        letter-spacing: 2px
    }

}

@media screen and (min-width: 992px) {
    .ggh-news .container .btn-view .more-button {
        width: 180px;
        height: 56px;
        border-radius: 20px;
    }

    .ggh-news .container .btn-view {
        padding: 35px 0;
    }

    .ggh-news .container .news-view .row .col .news-content .news-content-title {
        font-size: 22px;
        color: #333333
    }

    .ggh-news .container .news-view .row .col .news-time .time1 {
        font-size: 30px;
        color: #666666
    }

    .ggh-news .container .news-view .row .col .news-time .time2 {
        font-size: 22px;
        color: #666666;
        letter-spacing: 2px
    }

}

/* 友情链接 */
.ggh-links {
    margin-top: 20px;
    margin-bottom: 40px;
}

.ggh-links .container .row .col img {
    max-width: 234px;
    width: 100%;
    height: auto;
    border: 1px solid #e3e3e3;
}

.ggh-links .container .content-area {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 20px;
}

.ggh-links .container .content-area .links-content-item {
    max-width: 30%;
    /* min-width: 178px; */
    height: auto;
}

.ggh-links .container .content-area .links-content-item img {
    width: 100%;
    height: auto;
}


#more-product-view {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white !important;
}

#more-product-view .iconfont {
    font-size: 14px !important;
}

#more-product-view:hover {
    color: var(--main-color) !important;
    background-color: #e3e3e3;
}