.g-tab-con{
    display: flex;
    width: 100%;
    justify-content: space-around;
}
/* 项目展示 */
.g-1st{
    flex-wrap: wrap;
}
.g-1st a{
    width: 2.8447rem;
    height: 1.3334rem;
    border: 4px solid #ececec;
    border-radius: 4px;
    margin: 0.2rem 0;
}
.g-1st a img{
    max-width: 2rem;
    max-height: 0.6667rem;
}
/* 投融资合作 */
.g-2nd{
    padding-left: 0;
    padding-top: 0;
    position: relative;
}
.g-2nd img{
    width: 5.3334rem;
    height: 7.0667rem;
}
.g-2nd p{
    color: #fff;
    width: 4.96rem;
    height: 1.0667rem;
    background: rgba(231, 90, 33, 0.8);
    position: absolute;
    line-height: 1.0667rem;
    text-align: right;
    padding-right: 1.0667rem;
    font-size: 34px;
    right: 0.4267rem;
    top: 50%;
    transform: translateY(-50%);
}
.g-3th{
    font-size: 24px;
    color: #555;
    line-height: 0.6667rem;
    padding-top: 0;
    text-indent: 2em;
}
