.display-flex {
    display: flex;
}
/**轮播图**/
.banner6 {
    background: url(../images/20250430/product/kf/ban5.png) no-repeat;
    background-size: cover;
    background-position: center;
}

/**业务数据可视化 企业决策有据可依**/
.product-kf-data-model1 .model1 {
    position: relative;
}
.product-kf-data-model1 .model1 .p1 {
    position: absolute;
    top: 307px;
    left: 141px;
}
.product-kf-data-model1 .model1 .p2 {
    position: absolute;
    top: 122px;
    left: 315px;
}
.product-kf-data-model1 .model1 .p3 {
    position: absolute;
    top: 27px;
    left: 577px;
}
.product-kf-data-model1 .model1 .p4 {
    position: absolute;
    top: 113px;
    left: 827px;
}
.product-kf-data-model1 .model1 .p5 {
    position: absolute;
    top: 306px;
    right: 95px;
}
.product-kf-data-model1 .model1 p {
    width: 60px;
    height: 44px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 20px;
    color: #005BFF;
    line-height: 24px;
}
/**支持创建多个大屏  自定义指标内容与展示效果**/
.product-kf-data-model2 {
    background: #F4F6FC;
}
.product-kf-data-model2 .model2 {
    display: flex;
    margin: 45px 0;
}
.product-kf-data-model2 .model2 .model2-left {
    height: 479px;
    background: #FFFFFF;
    box-shadow: 0px 1px 40px 0px rgba(0,0,0,0.13);
    border-radius: 5px;
    border: 2px solid #F5F6FC;
    
}
.product-kf-data-model2 .model2 .model2-left img {
    margin: 0 auto;
    vertical-align: middle;
}
.product-kf-data-model2 .model2 .model2-right ul {
    background: url(../images/20250430/product/zn/qa/kbg.png) no-repeat;
    width: 338px;
    height: 137px;
    margin-top: 62px;
    display: flex;
    align-items: center;
}
.product-kf-data-model2 .model2 .model2-right ul .title {
    /* height: 25px; */
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 26px;
    color: #000000;
    line-height: 44px;
}




/**多维度图标交互呈现业务数据**/
.product-kf-data-model3 {
    margin-bottom: 30px;
}
.product-kf-data-model3 .model1 ul {
    display: flex;
    justify-content: space-around;
    margin-top: 160px;
}
.product-kf-data-model3 .model1 ul li {
    text-align: center;
    width: 362px;
    height: 400px;
    background: #FFFFFF;
    box-shadow: 0px 4px 29px 0px rgba(9,3,5,0.22);
    border-radius: 20px;
    padding: 0px 17px;
}

.product-kf-data-model3 .model1 ul li .img img {
    margin-top: -108px;
    transition: transform 1s;
}
.product-kf-data-model3 .model1 ul li:hover .img img {
    transform: rotateY(180deg); /* 向右旋转 */
}
.product-kf-data-model3 .model1 ul li .item-titles {
    margin: 28px 0;
    height: 22px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 22px;
    color: #333333;
    line-height: 24px;
}

.product-kf-data-model3 .model1 ul li .items-p {
    padding: 0 35px;
    text-align: left;
    height: 72px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}
.product-kf-data-model3 .model1 ul li:hover .item-titles, .product-kf-data-model3 .model1 ul li:hover .items-p {
    color: #005BFF;
    cursor: pointer;
}