/* 供应链金融服务 */

.sub-title{
    font-size: 1.8rem;
    font-weight: 500;
}

.point-text{
    font-size: 1.6rem;
}

.loan{
    margin-top: 128px;
    margin-bottom: 64px;
}

.loan .sub-title {
    margin-top: 16px;
}
.loan .points{
    margin-top: 32px;
}

.loan .points ul>li{
    margin-top: 16px;
}

.loan .points .glyphicon {
    color: #F9690E;
}

.loan .right-img{
    margin-top: -32px;
}

.cooperative-bank {
    background: #f6f7fb;
    padding: 64px 0;
}

.cooperative-bank .banks{
    margin-top: 36px;
}

.cooperative-bank .rect-border{
    height: 8rem;
    display: flex;
    align-items: center;
}


.line{
    height: 2px;
    width: 10rem;
    border-top: 2px solid #F9690E;
    margin-top: 2rem;
}

.samples {
    margin: 64px 0;
}

.samples .row{
    margin-top: 32px;
}

.samples .col-md-3 {
    height: 8rem;
    display: flex;
    align-items: center;
  }