.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;
    padding-bottom: 104px;
}
.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%;
    min-height: 300px;
    font-size: 16px;
    color: #2a2a2a;
    padding-top: 30px;
}
.domBody p{
    line-height: 40px !important;
    letter-spacing: 1px;
}
.domBody img{
    width: auto;
    height: auto;
    max-width: 100%;
    margin-top: 45px;
}