.d-single-02 {
    padding: 80px 0;
}

.d-p-t {
    font-size: 36px;
    color: #00479d;
    text-align: center;
    line-height: 1.2;
    position: relative;
    padding-bottom: 100px;
    font-weight: bold;
}

.d-p-t:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -1px;
    border: 1px solid #00479D;
    width: 0;
    height: 68px;
}

.box_ {
    padding-top: 30px;
    position: relative;
}

.l_one_ {
    width: 50%;
    float: left;
    position: relative;
    z-index: 0;
    cursor: pointer;
}

.l_one_.active {
    z-index: 1;
    transition: .2s linear;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, .3);
}

.l_one_ img {
    width: 100%;
}

.r_one_ {
    width: calc(50% + 70px);
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: -60px;
    background: #00479D;
    padding: 100px 60px 100px 130px;
    cursor: pointer;
}

.r_one_.active {
    z-index: 1;
    box-shadow: -3px -3px 15px rgba(0, 0, 0, .3);
    transition: .2s linear;
}

.r_one_ div,
.r_one_ p {
    font-size: 22px;
    color: #ffffff;
    line-height: 32px;
    text-align: justify;
}

.t_one {
    margin-bottom: 30px;
}

.hei70_ {
    height: 70px;
}

.q__ {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E6F0FD;
    margin: 0 auto;
}

.qq__ {
    width: 178px;
    height: 178px;
    border-radius: 50%;
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item__one:nth-child(1) .q__ {
    background: rgba(217,213,178,.2);
}

.item__one:nth-child(2) .q__ {
    background: rgba(163,181,159,.2);
}

.item__one:nth-child(3) .q__ {
    background: rgba(162,164,185,.2);
}

.item__one:nth-child(4) .q__ {
    background: rgba(91,114,142,.2);
}

.item__one:nth-child(1) .qq__ {
    background: #D9D5B2;
}

.item__one:nth-child(2) .qq__ {
    background: #A3B59F;
}

.item__one:nth-child(3) .qq__ {
    background: #A2A4B9;
}

.item__one:nth-child(4) .qq__ {
    background: #5A728E;
}

.item__one {
    float: left;
    width: 25%;
    text-align: center;
}

.text__01 {
    height: 96px;
    overflow: hidden;
    margin-top: 40px;
    display: inline-block;
}

.text__01 p {
    margin: 0 auto;
    font-size: 18px;
    color: #333333;
    line-height: 32px;
    padding-left: 10px;
    white-space: nowrap;
    position: relative;
    text-align: left;
}

.text__01 p:after {
    content: '';
    width: 5px;
    height: 2px;
    background: #063F88;
    position: absolute;
    left: 0;
    top: 15px;
}

.list__ {
    overflow: hidden;
    position: relative;
}

.list__:after {
    content: '';
    width: 100%;
    height: 0;
    border-top: 1px dashed #707070;
    position: absolute;
    top: 118px;
    left: 0;
    right: 0;
    z-index: -1;
}

.d-kf-02 {
    padding-top: 80px;
}

.d-kf-03 {
    padding: 80px 0;
    background: #eeeeee;
}

.item__02 {
    float: left;
    width: 25%;
    padding: 0 10px;
}

.item__02 img {
    width: 100%;
}

.list__02 {
    overflow: hidden;
}

.box__02 {
    margin: 0 -10px;
}

@media (max-width:1366px) {
    .r_one_ {
        padding: 60px 60px 60px 100px;
    }

    .r_one_ div,
    .r_one_ p {
        font-size: 18px;
    }

}

@media (max-width:1280px) {
    .r_one_ {
        padding: 30px 40px 30px 100px;
    }

    .r_one_ div,
    .r_one_ p {
        font-size: 16px;
    }

}

@media (max-width:992px) {
    .l_one_ {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        float: unset;
    }

    .r_one_ {
        position: relative;
        width: 100%;
        max-width: 600px;
        bottom: 0;
        margin: 0 auto;
        padding: 20px;
    }

    .l_one_.active,
    .l_one_.active {
        transform: scale(1);
        box-shadow: none;
    }

    .item__one {
        width: 50%;
    }

    .item__one:not(:last-child) {
        margin-bottom: 20px;
    }

    .item__02 {
        width: 50%;
        margin-bottom: 20px;
    }

    .list__:after {
        display: none;
    }

}

@media (max-width:768px) {
    .d-p-t {
        font-size: 24px;
        padding-bottom: 40px;
    }

    .d-p-t:after {
        height: 25px;
    }

    .d-single-02,
    .d-kf-03 {
        padding: 40px 0;
    }

    .d-kf-02 {
        padding-top: 40px;
    }

    .item__one {
        width: 100%;
    }

    .qq__ {
        font-size: 18px;
    }

    .hei70_ {
        height: 10px;
    }

    .text__01 p {
        font-size: 16px;
    }

    .text__01 {
        margin-top: 15px;
    }

    .list__ {
        padding-top: 10px;
    }

}
