/* banner start */
.success-case {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4.625rem;
    background: url(../images/success-cases-banner.png) no-repeat center top;
    background-size: cover;
}


.success-case-banner h2 {
    font-size: .625rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: .125rem;
    font-family: 'SourceHanSansCN-Bold';
}

.success-case-banner h4 {
    font-family: 'SourceHanSansCN-Regular';
    font-size: .25rem;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}

/* banner end */

/* 成功案例列表 start */
.success-case-list-box {
    background: #F5F9FA;
    overflow: hidden;
}

.success-case-list ul li {
    height: 3.75rem;
    background: #FFFFFF;
    margin-top: .375rem;
}

.success-case-list-left {
    float: left;
    width: 35%;
    height: 3.75rem;
}

.success-case-list-left img {
    width: 100%;
    height: 100%;
}

.success-case-list-right {
    position: relative;
    float: right;
    width: 61%;
    height: 3.75rem;
}

.success-case-list-right a {
    display: block;
    color: rgba(0, 0, 0, 1);
    font-family: 'SourceHanSansCN-Regular';
    font-size: .3rem;
    margin-top: .4rem;
    margin-bottom: .25rem;
}

.success-case-list-right a:hover {
    color: #FF9600;
}

.success-case-list-right p {
    font-family: 'SourceHanSansCN-Regular';
    color: rgba(105, 105, 105, 1);
    font-size: .2125rem;
    line-height: .375rem;
    padding-right: .5rem
}

.success-case-list-button {
    position: absolute;
    bottom: .25rem;
    width: 100%;
}


.success-case-list-button a {
    float: left;
    padding: 0 .1875rem;
    background-color: #DFF4E8;
    height: .4375rem;
    width: 13%;
    margin-right: .1875rem;
    margin-bottom: .1875rem;
    text-align: center;
    line-height: .4375rem;
    border-radius: .25rem;
    color: rgba(132, 132, 132, 1);
    font-size: .2rem
}

/* 成功案例列表 end */