.banner{
    background: url('../image/kehu/科技1.png') no-repeat center center/ 100% auto;
}
/* 撮合页横幅文案较长，取消全局两行省略 */
.bannerNr p {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
}
.bannerNr p strong {
    color: #1D4ED8;
    font-weight: 800;
}
.zhutikuang .fubiaoti strong {
    color: #1D4ED8;
    font-weight: 800;
}
/* 撮合服务优势 */
.fanan{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.fananNr{
    width: 31%;
    margin-top: 30px;
    border-radius: 12px;
    padding: 20px;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #F3F4F6;
    box-shadow: 1px 2px 4px -2px rgba(0, 0, 0, 0.1),1px 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.MuiSvgIcon-root{
    width: 15%;
    fill: currentcolor;
    color: #2563EB;
}
/* .fananzi{
    padding: 20px;
} */
.fananzi h3{
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}
.fananzi p{
    font-size: 14px;
    line-height: 24px;
    color: #4B5563;
    margin: 10px 0 0;
}
.shujuji{
    padding: 0;
}
.shujuji img{
    width: 100%;
    height: 150px;
    object-fit: cover;

}

.shujuji .fananzi{
    padding: 20px;
}
/* 底部蓝色 */
.anlilan>*{
    color: #fff;
}
.dibutiao{
    margin-top: 30px;
    text-align: center;
}
.dibutiao a{
    padding: 14px 34px;
    border-radius: 5px;
}
.dibutiao a:nth-of-type(1){
    color: #2563EB;
    background-color: #fff;
}
.dibutiao a:nth-of-type(2){
    color: #fff;
    border: 2px solid #FFFFFF;
    margin-left: 30px;
}