﻿.top {
    height: 400px;
    background-color: #FFFFFF;
}

    .top p {
        color: #333333;
    }

        .top p.title {
            font-size: 36px;
        }

        .top p.desc {
            font-size: 20px;
            line-height: 1.6;
        }

.ctitle {
    background-color: #F5F5F5;
}

.cimg {
    height: 650px;
    background-color: #FFFFFF;
}

    .cimg ol {
        margin-bottom: -20px;
    }
