/*图标样式*/
.icon-super em {
    display: inline-block;
    width: 32px;
    line-height: 32px;
    height: 32px;
    font-size: 32px;
    color: #188ae2
}

.icon-super .ia1:after {
    content: '\e908';
}

.icon-super .ia2:after {
    content: '\e999';
}

.icon-super .ia3:after {
    content: '\e911'
}

.icon-super .ia4:after {
    content: '\e906'
}

.icon-super .ia5:after {
    content: '\e905'
}

.icon-super .ia6:after {
    content: '\e903'
}

.icon-super .ia7:after {
    content: '\e901'
}

.icon-super .ia8:after {
    content: '\e9ca'
}

.mb-title .kbico {
    font-size: 38px;
    line-height: 32px;
    /*margin-right: 10px;*/
    color: #ffffff
}

.title .ion1:after {
    content: '\e90c';
}

.title .ion2:after {
    content: '\e90b';
}

.title .ion3:after {
    content: '\e90a';
}

.title .ion4:after {
    content: '\e9a3';
}

/*首页集团简介样式*/
.aboutsec {
    overflow: hidden;
}
.aboutsec .section {
    overflow: hidden;
    line-height: 2.4rem;
    padding: 0 2rem;
    font-size: 1.5rem;
}
.aboutsec .section p{
    /*overflow: hidden;*/
    /*line-height: 2.4rem;*/
    /*padding: 0 2rem;*/
    /*font-size: 1.5rem;*/
    text-indent: 2rem;
}
.aboutsec .aboutkey {
    margin-top: 1.5rem;
    display: flex;
    justify-content: space-between;
}
.aboutsec .aboutkey a {
    vertical-align: top;
    line-height: 3.5rem;
    background: #188ae2;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    width: 30%;
}