.div-img {
    display: flex;
}
.contain{
    overflow: hidden;
}
/*banner*/
.hd-banner {
    display: flex;
    align-items: center;
    padding: 0 20px;
    font-size: 26px;
    font-weight: 500;
    color: #090F21;
    line-height: 37px;
    letter-spacing: 1px;
}
/*<!--助力企业业财一体化、数字化转型服务-->*/
.overview-intro {
    position: relative;
    background: #FFFFFF;
    padding: 56px 20px 0;
}

.overview-intro-center {
    position: relative;
    z-index: 103;
    padding: 28px 20px;
    background: #FFFFFF;
    box-shadow: 0 2px 14px 0 rgba(12, 37, 91, 0.1);
}

.overview-intro-center h2 {
    position: relative;
    z-index: 103;
    font-size: 20px;
    font-weight: 500;
    color: #090F21;
    line-height: 28px;
}

.overview-intro-center p {
    position: relative;
    z-index: 103;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(9, 15, 33, 0.5);
    line-height: 26px;

}

.overview-intro-img {
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 100;
    width: 66px;
}

.overview-intro-center-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
}
/*行业板块*/
.htms-advantage {
    padding: 40px 0 1px
}

.advantage-content {
    padding: 20px 20px 0;
    text-align: center;
}
.htms-advantage .product-word{
    background: #FFFFFF;
}
.htms-advantage .product-word h4 {
    margin: 12px auto;
    font-size: 18px;
    font-weight: 500;
    color: #090F21;
    line-height: 25px;
}

.htms-advantage .product-word .product-word-p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(9, 15, 33, 0.5);
    line-height: 24px;
}

.htms-advantage .product-word .see-more {
    margin: 16px auto 40px;
}

/*产品优势*/
.hone-advantage{
    background: #F8F9FA;
}
