.display-flex {
    display: flex;
}
/**轮播图**/
.banner6 {
    background: url(../images/20250430/product/kf/ban4.png) no-repeat;
    background-size: cover;
    background-position: center;
}


/**三个图**/
.product-kf-work-model2 {
    background: #F4F6FC;
}
.product-kf-work-model2 .model2:hover .model2-right {
    background-color: #176de6;
}
.product-kf-work-model2 .model2:hover .model2-right p {
    color: #ffffff;
}
.product-kf-work-model2 .model2 {
    display: flex;
    margin: 45px 0;
}
.product-kf-work-model2 .model2 .model2-left {
    background: #FFFFFF;
    box-shadow: 0px 1px 40px 0px rgba(0,0,0,0.13);
    border-radius: 5px;
    border: 2px solid #F5F6FC;
    
}
.product-kf-work-model2 .model2 .model2-right {
    width: 306px;
    height: 439px;
    background: #FFFFFF;
    box-shadow: 0px 1px 40px 0px rgba(0,0,0,0.13);
    border-radius: 5px;
    border: 2px solid #F5F6FC;
    margin-top: 12px;
    display: flex;
    align-items: center;
}
.product-kf-work-model2 .model2 .model2-right .title {
    height: 25px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 24px;
    color: #000000;
    line-height: 25px;
    padding: 0 10px;
}
.product-kf-work-model2 .model2 .model2-right .content {
    height: 25px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 16px;
    color: #000000;
    line-height: 25px;
    padding: 0 10px;
}




/**四大功能点**/
.product-kf-work-model4 {
    margin-bottom: 45px;
}
.product-kf-work-model4 .div .div-ul {
    margin-top: -600px;
}
.product-kf-work-model4 ul {
    display: flex;
    justify-content: space-around;
    margin: 24px 0 20px 0;
}
.product-kf-work-model4 ul li {
    width: 40%;
}
.product-kf-work-model4 ul li:hover p {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    cursor: pointer;
}
.product-kf-work-model4 ul li .p {
    width: 427px;
    /* height: 34px; */
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 22px;
}
.product-kf-work-model4 ul li .title {
    /* width: 354px; */
    /* height: 24px; */
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 25px;
}
