.img-company-bg {
    background-size: 1920px 664px;
}

.company-business {
    margin: 0 auto;
    width: 840px;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: Center;
}

.company-business > p {
    font-size: 25px;
    color: #26c9da;
    text-indent: 50px;
}

.company-scope {
    margin: 0 auto;
    width: 843px;
    min-height: 600px;
}

.company-scope > div {
    float: left;
    width: 210px;
    min-height: 550px;
    border-right: dashed 1px #22c8d8;
    overflow: hidden;
}

.company-scope > div:last-child {
    border-right: none;
}

.company-scope > div > p:first-child {
    width: 100%;
    text-align: center;
    font-size: 60px;
    line-height: 60px;
    color: #666666;
}

.company-scope > div > div {
    width: 210px;
    height: 130px;
    overflow: hidden;
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.company-scope > div > div p {
    width: 100%;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    color: #666666;
}

.company-scope > div > span {
    display: block;
    margin: 10px auto;
    width: 105px;
    height: 105px;
}

.company-scope > div > p:last-child {
    margin: 0 auto;
    padding: 15px 0;
    width: 150px;
    font-size: 14px;
    text-align: justify;
    line-height: 24px;
    color: #666666;
    border-top: solid 2px #899193;
}
