.banner{
    background: url('../image/hexin/SECTION@1x.png') no-repeat center center/ auto 100%;
}
.bannerNr p {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
}
.bannerNr p strong {
    color: #1D4ED8;
    font-weight: 800;
}

/* 核心技术 */
.hexin{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.hexinNr{
    width: 31%;
    margin-top: 30px;
    border-radius: 12px;
    padding: 20px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #F3F4F6;
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1),0px 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.hexinNr h3{
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}
.hexinNr p{
    font-size: 14px;
    line-height: 24px;
    color: #4B5563;
    margin: 10px 0 0;
}
.hexinNr ul li{
    margin-top: 8px;
}
.icon-duigou1{
    color: #2563EB;
    margin-right: 10px;
}
/* 数据处理能力 */
.youleft{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
.youleftNr{
    width: 50%;
}
.youleftNr h3{
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
}
.youleftNr p,.youleftNr ul{
    font-size: 16px;
    line-height: 24px;
    color: #4B5563;
    margin: 16px 0;
}
/* 技术优势 */
.jishu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.jishuNr{
    width: 31%;
    padding: 20px;
    border-radius: 12px;
    margin-top: 30px;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #F3F4F6;
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1),0px 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.jishuNr h3{
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}
.jishuNr p{
    font-size: 14px;
    line-height: 24px;
    color: #4B5563;
    margin-top: 10px;
}
.dingzhikuang{
    background: #d6e7fd;
    border-radius: 14px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dingzhiNr{
    width: 55%;
}
.dingzhiNr h3{
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
}
.dingzhiNr p{
    font-size: 14px;
    line-height: 24px;
    color: #4B5563;
    margin: 20px 0;
}
.dingzhiNr a{
    padding: 12px 32px;
    border-radius: 5px;
    background: #2563EB;
    color: #fff;
}
.dingzhiNrimg{
    width: 45%;
}
