.about_us {
    text-align: center;
    margin-bottom: 30px;
}

.about_us img {
    width: 288px;
    height: 195px;
}

.about_us>div p {
    font-size: 13px;
    color: #444444;
    text-indent: 20px;
}

.about_us>div {
    margin-top: 15px;
    text-align: justify;
}

.develop .develop_title img {
    float: left;
    width: 128px;
    margin-left: 35px;
    margin-right: 10px;
}

.develop .develop_title div {
    float: left;
    font-size: 8px;
    color: #343434;
    border-left: 2px solid #838383;
    padding-left: 8px;
}

.develop_title {
    margin-bottom: 28px;
}

.develop .time {
    margin-bottom: 16px;
    padding-left: 10%;
}

.develop .time img {
    float: left;
    width: 40%;
    height: 85px;
}

.develop .time>div {
    /* float: left; */
    display: inline-block;
    width: 60%;
    padding-left: 10px;
    position: relative;
}

.develop .time>div:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #005bac;
    border-radius: 50%;
    border: 3px solid #4292d9;
    position: absolute;
    left: -85%;

}

.develop .time>div:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    border: 1px dashed #005bac;
    position: absolute;
    left: -80%;
    top: 21px;
}

.develop .time:last-of-type>div:after {
    content: '';
    display: none;
}

.develop .time>div h3 {
    font-size: 14px;
    color: #343434;
    font-weight: 600;
    margin-bottom: 5px;
}

.develop .time>div p {
    font-size: 13px;
    color: #343434;
    /* max-height: 56px; */
    /* overflow: hidden; */
}

.develop .time>div span {
    display: inline-block;
    width: 90px;
    height: 20px;
    background-color: #f4aa28;
    border-radius: 4px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #343434;
    font-weight: 600;
    margin-bottom: 5px;
}

.honor .honor_title {
    font-size: 13px;
    color: #343434;
    text-align: center;
    margin-bottom: 15px;
}

.honor .honor_box {
    margin-bottom: 20px;
}

.honor .honor_box img {
    width: 100%;
    max-width: 106px;
}

.honor .honor_box>div {
    width: 65%;
    padding-left: 15px;
    float: left;
}

.honor .honor_box>.slide {
    width: 35%;
}

.honor .honor_box>div .small_title {
    height: 25px;
}

.honor .honor_box>div .small_title span {
    display: inline-block;
    width: 32px;
    height: 3px;
    background-color: #f4aa28;
    position: relative;
    top: -12px;
}

.honor .honor_box>div .small_title p {
    font-size: 14px;
    color: #0c5da9;
    font-weight: 600;
}

.honor .honor_box .honor_list p {
    font-size: 13px;
    color: #242424;
    line-height: 20px;
}


@media (min-width: 768px) {
    .develop .develop_title img {
        margin-left: 220px;
    }

    .develop .time {
        padding-left: 10%;
    }

    .honor .honor_box img {
        max-width: 237px;
    }

    .honor .honor_box .honor_list p {
        font-size: 16px;
    }

    .develop .time>div:before {
        left: -93%;
    }
}

@media (min-width: 1024px) {
    .develop .develop_title img {
        margin-left: 325px;
    }

    .develop .time {
        padding-left: 325px;
    }

}