/* banner分类 */
.open{
    width: 100%;
    height: auto;
    position: relative;
}
.open .row{
    width: 1200px;
    height: 62px;
    background-color: rgb(255, 255, 255,0.7);
    position: absolute;
    z-index: 99;
    left: 50%;
    margin-left: -600px;
    top: -62px;
    opacity: 0.7;
}
.open .row ul{
    height: 100%;
    display: flex;
    justify-content: center;
}
.open .row ul li{
    width: 20%;
    height: 100%;
    flex: 1;
    border-right: 1px solid #ffffff;
}
.open .row ul li a{
    font-size: 18px;
    color: #000000;
    text-align: center;
    line-height: 62px;
    display: block;
}
.open .row ul li .openA{
    font-weight: bold;
    color: #0062ff;
}
/* 智慧方案 */
.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%;
    height: auto;
    font-size: 16px;
    color: #2a2a2a;
    padding-top: 30px;
}
.domBody p span{
    line-height: 40px !important;
    letter-spacing: 1px;
}
.domBody p{
    line-height: 40px !important;
    letter-spacing: 1px;
}
.domBody img{
    width: auto;
    height: auto;
    max-width: 100%;
    margin-top: 45px;
}
.lilsBody{
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 35px;
}
.lilsBody .p1{
    font-size: 26px;
    color: #333333;
    padding-top: 30px;
}
.lilsBody .p2{
    font-size: 14px;
    color: #6d6d6d;
    padding-top: 20px;
}
.lilsBody::after{
    content: "";
    width: 1200px;
    height: 6px;
    background: url(/static/home/images/aboutTp12.png) no-repeat;
    background-size: 1200px 6px;
    position: absolute;
    top: 125px;
}