.info-banner {
    position: relative;
    width: 100%;
    height: 400px;
    /* background: url(img/financial_banner.jpg) no-repeat center; */
}
.web-banner {
    padding: 125px 0px 0px 0;
}
.web-name {
    font-size: 24px;
    color: #323232;
}
.web-info {
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 18px;
    color: #323232;
}
.web-banner .advisory {
    display: inline-block;
    padding: 6px 39px;
    font-size: 20px;
    color: #323232;
    border: 1px solid #323232;
    background-color: transparent;
}
.auto {
    margin: 0 auto;
    min-width: 1220px;
    max-width: 1220px;
}
.section-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 72px 0;
}
.section-container .sec-title {
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
    opacity: 1;
}
.section-container .section-top-info .sec-title {
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #000;
}
.section-container .section-top-info .sec-title span{
    margin-right: 8px;
    border: 1px solid #b8b8b8;
    width: 67px;
    color: #b8b8b8;
}
.sec-container-case {
    margin-top: 48px;
    width: 850px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sec-container-case .item {
    margin-bottom: 42px;
    width: 254px;
    height: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(218,217,217,.5);
}
.sec-container-case .item2 {
    width: 224px;
    margin-top: 31px;
    padding-left: 50px;
}
.sec-container-case .item2 p:first-child {
    font-size: 24px;
    margin-bottom: 10px;
}