/* 产品展示 */
.ggh-about-about .container .row .col {
    padding: 0;
}


/* 左边 */
.ggh-about-about .container .row .col .left-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
}

.ggh-about-about .container .row .col .left-wrap .directory {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    border: 1px solid #e3e3e3;
    margin-bottom: 20px;
}

.ggh-about-about .container .row .col .left-wrap .directory .wrap {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ggh-about-about .container .row .col .left-wrap .directory .wrap .container-wrap {
    margin: 0 15px;
    margin-top: 10px;
    margin-bottom: 20px;
    height: auto;
    flex: 1;
}


.ggh-about-about .container .row .col .left-wrap .directory .wrap div .container .row {
    margin-top: 10px;
}

.ggh-about-about .container .row .col .left-wrap .directory .top-title {
    width: 100%;
    height: 40px;
    background-color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.ggh-about-about .container .row .col .left-wrap .directory .image-wrap {
    width: 100%;
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}

.ggh-about-about .container .row .col .left-wrap .directory .image-wrap .image {
    flex: 1;
    margin: 10px 15px;
}

/* 右边内容区域 */

.ggh-about-about .container .row .col .container .row .top-title {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fafafa;
}

.col-content {
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    color: #666666;
}

.col-title {
    text-align: justify;
    text-align-last: justify;
    color: #666666;
}

.col-title ::after {
    content: "";
    display: inline-block;
    width: 100%;
    overflow: hidden;
    height: 0;
    color: #666666;
}

p {
    margin-bottom: 0;
}

.ggh-about-promise .container .row .col {
    display: flex;
    justify-content: center;
}

.ggh-about-promise .container .row .col .promise-wrap {
    background-color: var(--main-color-a);
    width: 200px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ggh-about-promise .container .row .col .promise-wrap .promise-content{
    width: 180px;
    height: 200px;
    display: flex;
    justify-content: center;
    background-color: var(--main-color);
}
.ggh-about-promise .container .row .col .promise-wrap .promise-content .content {
    display: flex;
    flex: 1;
    flex-direction: column;
    color: white;
    margin: 20px 20px;
    align-items: center;
    line-height: 2;
    letter-spacing: 2px
}
.ggh-about-promise .container .row .col .promise-wrap .promise-content .content .p-title {
    font-size: 16px;
    font-weight: 550;
}


/* 手机适配 */
.ggh-about-phone .container .row .col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ggh-about-phone .container .row .col .info-wrap {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px solid #e3e3e3;

}

.ggh-about-phone .container .row .col .info-wrap .info-content {
    flex: 1;
    margin: 5px 20px;
    display: flex;
}

/* 手机适配的折叠卡片 */
.card-header {
    background-color: white;
    border-bottom: 1px solid #e3e3e3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.accordion>.card>.card-header {
    margin-bottom: 0;
}
.accordion>.card>.card-header>a{
    margin-bottom: 0px;
}
.card {
    border: none;
    
}

.accordion {
    width: 100%;
}
.card-body {
    padding: 0;
    background-color: #fafafa;
}
.ggh-about-phone .btn {
    border: none;
    background-color: var(--main-color);
}

#collapseFour .container .row .col .container>.row{
    border-bottom: 1px solid #e3e3e3;
    display: flex;
    justify-content: center;
    padding-bottom: 5px;
    padding-top: 5px;
}
#collapseFour .container .row .col .container>.row>div{
    padding: 0 !important;
}


/* 发展历程 */
.ggh-about-history .container .content-container {
    background-color: #fafafa;
    height: 600px;
    overflow-y: scroll;
}

.ggh-about-history .container .content-container .row .img-col{
    max-width: 255px;
    height: 145px;
    max-height: 145px;
    margin-right: 20px;
    margin-left: 40px;
}
.ggh-about-history .container .row .col img {
    border-radius: 8px;
}

.ggh-about-history .container .row .img-col img{
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
}
.ggh-about-history .container .row .col .step-line {
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ggh-about-history .container .row .left-content{
    display: flex;
    flex-wrap: nowrap;
    flex: 1;
}
#circul {
    width: 18px;
    height: 18px;
    border: 3px solid var(--main-color);
    border-radius: 9px;
    overflow: hidden;
    border-color: var(--main-color);
}

.ggh-about-history .container .content-container .row #stepline{
    width: 1px;
    height: 157px;
    background-color: var(--main-color);
}

.ggh-about-history .container .row .col .step-content{
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}

.ggh-about-history .container .row .col .step-content .time {
    font-weight: 700;
    color: #666666;
    margin-bottom: 5px;
}

.ggh-about-history .container .content-container .row:last-child .col .step-line #stepline {
    height: 127px;
}



/* 发展历程手机适配 */

.ggh-history-phone {
    width: 100%;
    padding-top: 20px;
    height: 300px;
    overflow-y: scroll;
    text-align: center;
}

.ggh-history-phone .item .img-col-phone {
    width: 100px;
    height: auto;
}
.ggh-history-phone .item {
    display: flex;
    flex-wrap: nowrap;
}
.ggh-history-phone .item .img-col-phone img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.ggh-history-phone .item .col-stepline-phone{
    width: 18px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 15px;
}

.ggh-history-phone .item .col-stepline-phone #stepline {
    height: 82px;
    width: 1px;
    background-color: var(--main-color);
}

.ggh-history-phone .item:last-child .col-stepline-phone #stepline{
    height: 67px;
}

.ggh-history-phone .item .content-col-phone {
    flex: 1;
    height: 90px;
    flex: 1;
    overflow-y: scroll;
}

.ggh-history-phone .item .content-col-phone p {
    margin-bottom: 5px;
}


.iconfont.website_base_down {
    font-size: 14px !important;
    color: #999999;
}

/* 动画效果 */
.ggh-about-phone .container .row .col .accordion .card .card-header .iconfont.website_base_down{
    transform: rotate(0deg);
    transition: all 0.5s;
}
.ggh-about-phone .container .row .col .accordion .card .card-header .iconfont.website_base_down.rotateC {
    transform: rotate(180deg);
    transition: all 0.5s;
}

p img {
    max-width: 100%;
    margin-top: 10px;
}

/* img {
    max-width: 100%;  
} */