.about_banner img{
    width: 100%;
    margin-top: 60px;
}

.about_us_wrap {
    background: #fbfbfb;
}

.about_us_wrap .title {
    font-size: 24px;
    color: #333333;
    text-align: center;
    background: url("../image/title_about_us.png") center top no-repeat;
    padding-top: 50px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.about_text{
    line-height: 1.5;
    font-size: 15px;
    margin-bottom: 100px;
}

.about_time_line_title{
    margin: 30px auto;
}

.partner_title{
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 60px;
}

.partner_table {
    width: 100%;
}

.partner_table td {
    width: 20%;
    padding: 28px;
    border: 1px solid #eee;
    background-color: #fff;
}

.partner_table td img{
    width: 100%;
}

.more_link{
    display: block;
    font-size: 16px;
    color: #2d94fc;
    margin-top: 80px;
}