/*banner*/
.hd-banner {
    padding: 57px 20px 0;
}

.hd-banner .banner-product-title {
    font-size: 26px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 37px;
    letter-spacing: 1px;
    text-align: center;
}

.banner-product-re {
    margin: 12px auto;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    line-height: 20px;
    text-align: center;
}

.banner-product-txt {
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    text-align: center;
}
/*<!--产品简介-->*/
.card-font {
    position: relative;

    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    color: #090F21;
    line-height: 30px;
}

.card-font h3 {
    margin-top: 20px;
    height: 30px;
    font-size: 22px;
    font-weight: 500;
    color: #090F21;
    line-height: 30px;
    text-align: left;
}

.title_txt_text {
    margin-top: 12px;
}

.open-all {
    width: 56px;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #4DB7DD;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    right: 20px;
}
/*核心功能*/
.hone-components{
    background: #F8F9FA;
}
.hone-components-img{
    margin: 20px 20px 0;
}
/*客户价值*/
.made-partner{
    position: relative;
}
.made-partner-tips{
    margin-top: 20px;
    text-align: center;
}
.made-partner-tip{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 30px 30px;
    margin: 12px 20px 0;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(12, 37, 91, 0.1);
}
.made-partner-tip-line{
    margin: 12px auto;
    font-size: 16px;
    font-weight: 500;
    color: #090F21;
    line-height: 22px;
}
.made-partner-tip p{
    font-size: 12px;
    font-weight: 400;
    color: rgba(9, 15, 33,0.5);
    line-height: 24px;
}

.overview-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 16px;
    width: 100%;
    background: linear-gradient(
            0deg, rgba(234, 240, 247, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
}
/*竞争优势*/

.hcmb-industry{
    position: relative;
}
.sub-contain {
    width: 100%;
    margin-top: 10px;
}
.industrial-park {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 0 12px 0 20px;
    height: 64px;
    background: #FFFFFF;
    color: #4DB7DD;
    display: flex;
    align-items: center;
    position: relative;
}
.industrial-park-text {
    margin-left: 8px;
}
.xiajiantou {
    width: 16px;
    height: 16px;
    transition: all 0.3s;
    position: absolute;
    right: 12px;
}
.industrial-park-hr {
    margin: 0 17px;
    height: 1px;
    background: #DFE2E4;
}
.message-details {
    padding: 20px;
    background: #F8F9FA;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-size: 14px;
    font-weight: 400;
    color: rgba(9, 15, 33, 0.5);
}
.message-details-top {
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 12px;
    font-weight: 400;
    color: #090F21;
    line-height: 17px;
}
.message-details p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(9, 15, 33, 0.5);
    line-height: 24px;
}

.div_bottom {
    position: absolute;
    bottom: 0;
    height: 16px;
    width: 100%;
    background: linear-gradient(
            0deg
            , rgba(234, 240, 247, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
}
