﻿.agent {
    min-width: 1200px;
    padding-top: 80px;
}

    .agent .banner {
        width: 100%;
        height: 480px;
        overflow: hidden;
        position: relative;
    }

        .agent .banner .banner-content {
            padding-top: 140px;
            height: 480px;
            color: #fff;
            padding-top: 126px;
            background: url(../images/agent/banner.png) no-repeat top;
        }

        .agent .banner .title__header {
            font-size: 48px;
            font-weight: 700;
            text-align: center;
        }

        .agent .banner .title__info {
            font-size: 18px;
            text-align: center;
            margin: 24px auto 48px;
        }

        .agent .banner .title_href {
            display: block;
            width: 180px;
            height: 60px;
            font-size: 20px;
            background: rgba(52,153,255,1);
            border-radius: 4px;
            text-align: center;
            color: #fff;
            line-height: 60px;
            margin: 0 auto;
        }

            .agent .banner .title_href:hover {
                background: #097cf0
            }

.system {
    height: 656px;
    color: #000;
    padding-top: 110px
}

.system_title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 60px
}

.system_content {
    width: 1124px;
    margin: auto
}

.system_line {
    display: flex;
    justify-content: space-between
}

.system_instance {
    text-align: left;
    margin-bottom: 82px
}

.instance_title {
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold,MicrosoftYaHei;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 12px
}

.icon_system {
    display: inline-block;
    width: 39px;
    margin-right: 8px
}

.instance_content {
    font-size: 14px;
    color: rgba(0,0,0,.5);
    line-height: 28px
}

.distribution {
    height: 860px;
    padding-top: 60px;
    background: url(../Image/activity/agent/background_distribution.png) no-repeat top
}

.distribution_title {
    font-size: 36px;
    color: #fff;
    text-align: center
}

.flow {
    position: relative;
    height: 466px;
    padding-top: 60px
}

.flow_line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 213px;
    width: 1160px;
    height: 1px;
    background: rgba(0,0,0,.14);
    z-index: 1
}

.flow_title {
    color: #000;
    font-size: 36px;
    text-align: center;
    margin-bottom: 63px
}

.flow_content {
    z-index: 2;
    display: flex;
    justify-content: space-between;
    width: 1220px;
    margin: auto
}

.flow_instance {
    font-size: 14px;
    color: rgba(0,0,0,.7);
    line-height: 28px;
    text-align: center
}

.instance--circle {
    position: relative;
    z-index: 5;
    background: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border: 1px solid rgba(0,0,0,.14);
    border-radius: 100%;
    margin: 0 auto 12px
}

.flow_name {
    display: inline-block;
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold,MicrosoftYaHei;
    font-weight: 700;
    color: rgba(0,0,0,1);
    line-height: 26px;
    margin-bottom: 12px
}

.join {
    height: 320px;
    padding-top: 72px;
    text-align: center;
    background: url(../images/agent/background_join.png) no-repeat top
}

.join__header {
    font-size: 36px;
    line-height: 48px;
    color: #fff
}

.join_href {
    display: block;
    width: 240px;
    height: 62px;
    font-size: 24px;
    background: rgba(52,153,255,1);
    border-radius: 4px;
    text-align: center;
    color: #fff;
    line-height: 62px;
    margin: 30px auto 12px
}

.join_href {
    background: rgba(52,153,255,1);
}

    .join_href:hover {
        color: #ffffff;
        background: #097cf0
    }

.join__phone {
    font-size: 14px;
    color: rgba(255,255,255,.79)
}



.advantage {
    height: 428px;
    padding-top: 60px;
    color: #fff;
    background: url(../images/agent/background_advantage.png) no-repeat top
}

.advantage_title {
    font-size: 36px;
    text-align: center
}

.advantage_content {
    width: 1180px;
    margin: 68px auto
}

.advantage_instance {
    display: inline-block;
    width: 49%;
    text-align: left;
    margin-bottom: 80px
}

.advantage_index {
    float: left;
    font-size: 72px;
    font-family: HelveticaNeue-Medium,HelveticaNeue;
    font-weight: 500;
    padding-right: 12px;
    color: rgba(102,102,102,.95)
}

.advantage_name {
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold,MicrosoftYaHei;
    font-weight: 700;
    padding: 11px 0 17px
}

.advantage_text {
    font-size: 14px;
    color: rgba(255,255,255,.7)
}

.block-container {
    width: 1200px;
    margin: 60px auto;
    padding-top: 1px

}

    .block-container h2 {
        font-size: 34px;
        color: #323233;
        line-height: 44px;
        text-align: center;
        margin: 96px 0 64px;
        font-weight: 500;
    }

    .block-container .block-detail {
        text-align: center;
    }

.block-condition .condition-item {
    display: inline-block;
    width: 19%;
    text-align: center
}

    .block-condition .condition-item img {
        width: 32px;
        height: 32px;
        margin-bottom: 16px
    }

    .block-condition .condition-item h5 {
        margin-bottom: 8px
    }

    .block-condition .condition-item p {
        color: #969799;
        font-size: 14px;
        line-height: 20px
    }


.block-process {
    padding-bottom: 96px;
}

    .block-process .process-item {
        position: relative;
        display: inline-block;
        width: 24%;
        height: 122px;
    }

        .block-process .process-item .js-animate {
            position: absolute;
            top: 20px;
            left: 0;
            right: 0;
            opacity: 0;
        }


        .block-process .process-item + .process-item:before {
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            background-image: url(../images/agent/03_right_the_backup_3.png);
            background-size: 14px 22px;
            background-position: 50%;
            background-repeat: no-repeat;
            position: absolute;
            left: -16px;
            top: 28px;
        }

        .block-process .process-item img {
            width: 72px;
            height: 72px;
            margin-bottom: 16px;
        }

.block-container h5 {
    font-size: 20px;
    color: #323233;
    line-height: 28px;
}

.join {
    height: 250px;
    padding-top: 70px;
    text-align: center;
    background: url(../images/agent/background_join.png) no-repeat top;
}

.join__header {
    font-size: 32px;
    line-height: 48px;
    color: #fff;
}

.join_href {
    display: block;
    width: 240px;
    height: 62px;
    font-size: 24px;
    background: rgba(52,153,255,1);
    border-radius: 4px;
    text-align: center;
    color: #fff;
    line-height: 62px;
    margin: 30px auto 12px;
}

.join__phone {
    margin-top: 20px;
    font-size: 16px;
    color: rgba(255,255,255,.79);
}
