.div-img {
    display: flex;
}

/*banner*/
.hd-banner {
    display: flex;
    flex-direction: column;
    justify-content: 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;
}

/*解决方案*/
.solution {
    padding-bottom: 0;
}

.solution-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 11px;
}

.solution-tab {
    font-size: 14px;
    font-weight: 400;
    color: rgba(9, 15, 33, 0.5);
    line-height: 20px;
}

.slt-active {
    font-weight: 500;
    color: #090F21;
}

.solution-hr {
    height: 1px;
    background: #DFE2E4;
}

.solution-img {
    padding: 17px 20px 20px;
}

.solution-tab-content {
    padding-bottom: 40px;
    background: #F8F9FA;
    display: none;
}

.active-content {
    display: block;
}

.solution-contain {
    margin: 0 20px;
    padding: 8px 20px 20px;
    background: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(12, 37, 91, 0.1);
}

.solution-contain3 {
    padding: 1px 20px 20px;
}

.section-function {
    display: flex;
    font-size: 12px;
    font-weight: 400;
    color: #090F21;
    line-height: 16px;
}

.section-function-img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    flex-shrink: 0;
}

.section-function {
    margin-top: 12px;
}

.section-function3 {
    margin-top: 20px;
}

.section-content {
    margin-top: 20px;
    padding: 0 20px 20px;
    background: #F8F9FA;
}

.section-function-content {
    padding-top: 20px;
}

.section-content-top {
    display: flex;
    align-items: center;
}

.section-function-dec {
    font-size: 14px;
    font-weight: 400;
    color: #090F21;
    line-height: 20px;
    margin-left: 4px;
}

.section-function-txt {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(9, 15, 33, 0.5);
    line-height: 20px;
}

.section-function3-txt {
    font-size: 12px;
    font-weight: 400;
    color: rgba(9, 15, 33, 0.5);
    line-height: 20px;
}

.solution-content-content {
    position: relative;
}

.square-item1 {
    width: 64px;
    height: 71px;
    position: absolute;
    top: 13px;
    left: 0;
    z-index: 100;
}

.square-item2 {
    width: 43px;
    height: 46px;
    position: absolute;
    top: 60px;
    left: 66px;
    z-index: 100;
}

.square-item3 {
    width: 142px;
    height: 131px;
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 100;
}
.solution-img{
    position: relative;
    z-index: 105;
}

/*展开收起*/

.industrial-park {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 0 20px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.xiajiantou2, .xiajiantou3, .xiajiantou4 {
    width: 16px;
    height: 16px;
    transition: all 0.3s;
}

.industrial-park-hr {
    margin: 0 17px;
    height: 5px;
    transform: scale(1, 0.2);
    background: #DFE2E4;
}


/*客户价值*/
.htms-function {
    position: relative;
}

.htms-function-tip {
    margin-top: 28px;
    padding: 0 20px;
    display: flex;
}

.htms-function-tip:first-child {
    margin-top: 20px;
}

.htms-function-logo {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.htms-function-right {
    margin-left: 8px;
}

.htms-function-right h3 {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #090F21;
    line-height: 22px;
}

.htms-function-right p {
    margin-top: 8px;
    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%);
}

/*方案优势*/
.core-function {
    position: relative;
    padding-bottom: 0;
    z-index: 100;
}

.core-function-tip:first-child {
    margin-top: 20px;
}

.core-function-tip {
    margin: 12px 20px 0;
    background: #FFFFFF;
    box-shadow: 0px 2px 7px 0px rgba(12, 37, 91, 0.1);
}

.core-function-logo {
    height: 64px;
    display: flex;
    align-items: center;
    align-content: center;
    /*justify-content: space-between;*/
    padding: 0 16px;
    position: relative;
}

.core-function-logo-text {
    margin-left: 8px;
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #090F21;
    line-height: 22px;
}

.xiajiantou {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 20px;
    transition: all 0.3s;
}

.core-function-right {
    padding: 0 16px 20px;
}

.core-function-right-p {
    background: #FFFFFF;
    color: rgba(9, 15, 33, 0.5);
    line-height: 24px;
    font-weight: 400;
    font-size: 12px;
    box-sizing: border-box;
}

.tit {
    font-weight: 500;
    color: #090F21;
}

