﻿* {
    box-sizing: content-box;
}

.rz_p h2 {
    font-size: 24px;
    font-family: "微软雅黑";
    font-weight: bold;
    color: #333;
    margin: 30px 0 50px;
}
/* banner部分 */
.rz_banner {
    width: 100%;
    height: 350px;
}

.js_rz_b {
    background-color: #ffcc27;
}

.jg_rz_b {
    background-color: #ee4737;
}

.ban_box {
    width: 1200px;
    height: 350px;
    margin: 0 auto;
    background: url('../images/ban_t.png') no-repeat;
    position: relative;
}

.jg_rz_b .ban_box {
    background: url('../images/ban_a.png') no-repeat;
}

.ban_box .join-btn {
    position: absolute;
    display: block;
    left: 0;
    bottom: 59px;
    width: 228px;
    height: 58px;
    cursor: pointer;
    background: url('../images/join-now.png') no-repeat;
}

    .ban_box .join-btn:hover {
        background-position: 0 -59px;
    }
/* 认证流程 */
.rz_p .wrap {
    margin-top: -10px;
}

    .rz_p .wrap .content {
        display: inline-block;
        width: 240px;
        vertical-align: middle;
        text-align: center;
    }

    .rz_p .wrap .line {
        display: inline-block;
        width: 166px;
        height: 3px;
        background-color: #FF9966;
    }

    .rz_p .wrap .number {
        font-size: 60px;
        font-family: "微软雅黑";
        color: #009900;
        font-weight: bold;
    }

    .rz_p .wrap .content .text {
        font-family: "微软雅黑";
        font-size: 22px;
        color: #333;
        padding-top: 6px;
    }

    .rz_p .wrap .content .desc {
        color: #666;
        font-size: 16px;
        padding-top: 10px;
        line-height: 24px;
        font-family: "微软雅黑";
    }

.join-btn-container {
    text-align: center;
}

.join-btn {
    color: #fff;
    width: 213px;
    height: 58px;
    font-size: 26px;
    border: 0;
    line-height: 56px;
    border-radius: 3px;
    text-align: center;
    background-color: #ff8b03;
    outline: 0;
    font-family: '微软雅黑','宋体',arial;
    cursor: pointer;
}

    .join-btn:hover {
        background-color: #ff9600;
    }

.jg_flow .wrap .content {
    width: 144px;
}

.jg_flow .wrap .line {
    width: 56px;
}
/* 行业动向 */
.rz_p .item-ul {
    text-align: center;
}

.rz_p .item-li {
    width: 270px;
    float: left;
    display: inline;
    margin-right: 30px;
    background-color: #f5f5f5;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

    .rz_p .item-li .li-title {
        font-size: 22px;
        color: #000;
        padding-top: 20px;
    }

    .rz_p .item-li .count {
        font-size: 22px;
        font-family: "微软雅黑";
        color: #009900;
        font-weight: bold;
        line-height: 42px;
    }

    .rz_p .item-li .content {
        position: relative;
        margin-top: 10px;
        padding-bottom: 10px;
    }

        .rz_p .item-li .content .line {
            position: absolute;
            padding-top: 1px;
            left: 48px;
            width: 40px;
            background-color: #999;
            top: 10px;
        }

        .rz_p .item-li .content .text {
            font-size: 16px;
            margin-top: 10px;
            color: #999;
        }

        .rz_p .item-li .content .line.second {
            left: 182px;
        }

    .rz_p .item-li .introduce {
        text-align: center;
        margin-top: 10px;
    }

        .rz_p .item-li .introduce a {
            display: inline-block;
            background-color: #999;
            color: #fff;
            width: 100px;
            display: inline-block;
            margin-top: 3px;
            height: 30px;
            line-height: 30px;
            overflow: hidden;
        }

            .rz_p .item-li .introduce a:hover {
                background-color: #666;
            }
/* 认证特权 */
.rz_p .verify_tq_list li {
    float: left;
    width: 228px;
    text-align: center;
}

.rz_tq {
    margin-top: 60px;
}

    .rz_tq .verify_tq_list li {
        float: left;
        width: 240px;
        padding-left: 0;
    }

.rz_p .verify_tq_list li p {
    font-size: 16px;
}
/* 认证资格 */
.rz_zg {
    margin-top: 30px;
}

    .rz_zg .verify_tq_list {
        margin-left: 64px;
    }

        .rz_zg .verify_tq_list li {
            text-align: left;
            padding-left: 0;
            width: 298px;
            margin: 0 32px;
        }

        .rz_zg .verify_tq_list img {
            float: left;
            margin-right: 20px;
        }

        .rz_zg .verify_tq_list h3 {
            float: left;
            margin: 0;
        }

        .rz_zg .verify_tq_list p {
            padding-left: 85px;
            margin-top: -20px;
            float: left;
        }
