.display-flex {
    display: flex;
}
/**轮播图**/
.banner6 {
    background: url(../images/20250430/product/kf/ban2.png) no-repeat;
    background-size: cover;
    background-position: center;
}

/**ul**/
.product-kf-customer-model1 .model1 ul {
    display: flex;
    justify-content: space-around;
    margin-top: 160px;
    margin-bottom: 50px;
}
.product-kf-customer-model1 .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-customer-model1 .model1 ul li:hover .img img {
    transform: rotateY(180deg); /* 向右旋转 */
}

.product-kf-customer-model1 .model1 ul li .img img {
    margin-top: -108px;
    transition: transform 1s;
}
.product-kf-customer-model1 .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-customer-model1 .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-customer-model2 .model2 {
    margin: 45px 0;
    text-align: center;
}
.product-kf-customer-model2 .model2 p {
    height: 16px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    line-height: 70px;
}


/**产品功能**/
.product-kf-customer-model3 {
    margin-bottom: 80px;
}
.product-kf-customer-model3 .shiyong {
    margin-top: 30px;
}
.product-kf-customer-model3 .shiyong ul li div {
    text-align: center;
}
.product-kf-customer-model3 .shiyong ul li div img {
    margin-top: 29px;
}
.product-kf-customer-model3 .shiyong ul li div .p1 {
    height: 75px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 91px;
    text-align: center;
}
.product-kf-customer-model3 .shiyong ul li div .p2 {
    height: 55px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 21px;
    text-align: left;
}

.product-kf-customer-model3 .shiyong .ul {
    display: flex;
    justify-content: space-between;
}
.product-kf-customer-model3 .shiyong ul li:first-child {
    background: url(../images/20250430/product/zn/qa/gn1.png) no-repeat;
    width: 394px;
    height: 463px;
    background-position: center;
    padding: 20px 20px 0 98px;
}
.product-kf-customer-model3 .shiyong ul li:nth-child(2) {
    background: url(../images/20250430/product/zn/qa/gn2.png) no-repeat;
    width: 394px;
    height: 463px;
    background-position: center;
    padding: 20px 70px 0 67px;
}
.product-kf-customer-model3 .shiyong ul li:last-child {
    background: url(../images/20250430/product/zn/qa/gn3.png) no-repeat;
    width: 394px;
    height: 463px;
    background-position: center;
    padding: 20px 108px 0 40px;
}