﻿

/*百分比饼图样式*/

.skill-section .skill-block {
    padding: 0 60px;
}

.skill-block {
    position: relative;
    margin-bottom: 0px;
    text-align: center;

}

    .skill-block .inner-box {
        position: relative;
        display: inline-block;
    }

    .skill-block .graph-outer {
        position: relative;
        left: 0;
        top: 0;
        text-align: center;
        display: inline-block;
    }

        .skill-block .graph-outer .count-box {
            position: absolute;
            left: 0;
            top: 50%;
            width: 100%;
            font-size: 14px;
            color: #222222;
            font-weight: 300;
            line-height: 40px;
            margin-top: -20px;
        }

    .skill-block h3 {
        position: relative;
        font-size: 15px;
        line-height: 1.2em;
        color: #222222;
        font-weight: 400;
        text-align: center;
        font-family: 'Microsoft Yahei', sans-serif;
        margin-top: 5px;
    }

    .skill-block .sub-title {
        display: block;
        font-size: 12px;
        line-height: 18px;
        color: #00aeef;
        font-weight: 400;
        margin-top: 3px;
    }

    .skill-block .text {
        position: relative;
        font-size: 18px;
        line-height: 28px;
        color: #555555;
        font-weight: 300;
        margin-top: 15px;
    }
