﻿.banner {
    margin-bottom: 50px;
}

.box {
    margin-bottom: 50px;
    font-size: 18px;
    color: #666;
}

    .box .box-title, .box .box-title2 {
        height: 130px;
        background: url('../../Images/About/fk_title.png') center center no-repeat;
        background-size: 100%;
        margin-bottom: 20px;
        font-size: 22px;
        color: #fff;
        text-align: center;
    }

    .box .box-title {
        padding-top: 40px;
    }

    .box .box-title2 {
        padding-top: 25px;
    }

p {
    text-indent: 35px;
    margin-bottom: 20px;
    line-height: 1.8;
}

    p span {
        color: #6C9BD1;
    }
