.swiper-curtain{
    width: 100%;
    height: 117px;
    background-color: rgb(50, 50, 50,0.5);
    position: absolute;
    bottom: 0;
    z-index: 9;
}
/* 智慧方案 */
.dom{
    width: 100%;
    height: auto;
}
.dom .row{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
/* 头部 */
.domTit{
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #e5e5e5;
}
.domTit p{
    font-size: 22px;
    font-weight: bold;
    float: left;
    margin-top: 33px;
    text-indent: 6px;
}
.domTit_Yc{
    width: auto;
    height: auto;
    float: right;
    margin-top: 40px;
    margin-right: 8px;
}
.domTit_Yc span{
    font-size: 14px;
    color: #999999;
}
.domTit_Yc .span1{
    color: #487ed4;
}
/* 中部 */
.domBody{
    width: 100%;
    height: auto;
    margin-bottom: 17px;
}
.domBody_Top{
    width: 100%;
    height: auto;
    position: relative;
}
.domBody_Top .p1{
    font-size: 32px;
    color: #487ed4;
    text-align: center;
    padding-top: 50px;
}
.domBody_Top::after{
    content: "";
    position: absolute;
    width: 39px;
    height: 3px;
    background-color: #487ed4;
    top: 106px;
    left: 50%;
    margin-left: -19.5px;
}
.domBody_Top .p2{
    font-size: 20px;
    color: #666666;
    text-align: center;
    padding-top: 35px;
}
.domBody_Top .p3{
    font-size: 16px;
    color: #333333;
    line-height: 35px;
    padding-top: 30px;
    text-indent: 30px;
}
.domBody_Top .p4{
    width: 157px;
    height: 37px;
    border-radius: 20px;
    border: 1px solid #e76300;
    box-sizing: border-box;
    font-size: 14px;
    color: #e76300;
    text-align: center;
    line-height: 35px;
    margin: 0 auto;
    display: block;
    margin-top: 25px;
}
.domBody_Mid{
    width: 100%;
    height: auto;
    margin-top: 58px;
}
.domBody_Mid ul{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.domBody_Mid ul li{
    width: calc(33% - 20px);
    height: 351px; 
    margin: 0px 12px;
    margin-bottom: 52px;
    position: relative;
}
.domBody_Tp{
    width: 100%;
    height: 283px;
    overflow: hidden;
    overflow: hidden;
    cursor: pointer; 
}
.domBody_Tp a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.domBody_Tp a img:hover{
    animation: move .5s linear forwards;
}
@keyframes move {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}
.domBody_Black{
    width: 100%;
    height: auto;
    display: none;
    transition: all 0.4s ease;
}
.domBody_Mid ul li .wisdomSl_p1{
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-top: 23px;
    padding: 0 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.domBody_Wz{
    width: 100%;
    height: 108px;
    background-color: rgb(89, 138, 216,0.9);
    position: absolute;
    bottom: 0;
}
.domBody_Wz a .p2{
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    line-height: 108px;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.domBody_Wz_Tp{
    width: 24px;
    height: 24px;
    overflow: hidden;
    position: absolute;
    z-index: 99;
    bottom: 92px;
    left: 50%;
    margin-left: -12px;
}
.domBody_Wz_Tp img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}