/* 公司简介 */
.g-1st p {
    font-size: 24px;
    line-height: 0.6667rem;
    color: #555;
    width: 100%;
    text-align: justify;
    text-indent: 2em;
}

.g-1st .m-tnm {
    width: 100%;
    line-height: 1.2rem;
    text-align: center;
    font-size: 37px;
    font-weight: bold;
    color: #333;
    text-indent: 0;
}

.g-1st img {
    
    height: auto;
    margin: 0.25rem auto;
}

/* 领导团队 */
.g-2nd {
    width: 100%;
    height: auto;
}
.g-2nd a{
    width: 100%;
    height: auto;
    padding: .4rem 0;
    display: flex;
}
.g-2nd a>img{
    width: 2.1334rem;
    height: 3rem;
    background: #f5f5f5;
    padding: 5px;
}
.g-2nd a>div:nth-child(2){
    flex: 1;
    padding-left: .4rem;
}
.g-2nd a>div:nth-child(2) span{
    line-height: 0.8667rem;
    font-size: 34px;
    font-weight: bold;
    color: #2f2c2b;
}
.g-2nd a>div:nth-child(2) p{
    line-height: .4rem;
    color: #555;
    font-size: 22px;
}
.g-2nd a>div:last-child{
    width: 0.8rem;
    height: auto;
    border: 1px solid #c9c9c9;
    padding-bottom: 0.5rem;
}

/* 组织架构 */
.g-3th img {
    width: 100%;
    padding: .4rem 0;
}
/* 下属公司 */
.g-4th a{
    width: 100%;
    height: auto;
    padding: 0.3334rem 0;
    position: relative;
}
.g-4th a img{
    width: 100%;
    height: auto;
}
.g-4th a p{
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    text-align: center;
    font-size: 30px;
    position: absolute;
    left: 0;
    bottom: .3334rem;
}
