p{
    margin: 0;
}
.ele-platform-text-box{
    margin-top: 100px;
    height: 361px;
}
.ele-platform-text-box .main-box{
    height: 361px;
    position: relative;
    background: url("../images/clientCase/banner.svg");
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.ele-platform-text-box .left-box{
    width: 528px;
    position: absolute;
    top: 0;
    left: 0;
}
.ele-platform-text-box .left-box .title{
    padding-top: 110px;
}
.ele-platform-text-box .left-box .desc-text{
    margin-top: 20px;
    text-align: left;
}

.category-box{
    margin-top: 81px;
    height: 50px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}
.category-box .main-box{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
}
.category-box .category-ui-box li{
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
}

.category-box .category-ui-box .active{
    color: #3997CB;
    border-bottom: 2px solid #3997CB;
}


.showCompany-box{
    margin-top: 40px;
}
.showCompany-box li{
    width: 280px;
    height: 180px;
    margin-bottom: 50px;
    margin-right: 20px;
    text-align: center;
}
.showCompany-box li .bg{
    -webkit-background-size: 178px !important;
    background-size: 178px !important;
    background-position: center center !important;
    background-color: #f5f5f5 !important;
}
.showCompany-box li:nth-child(4n){
    margin-right: 0;
}
.showCompany-box li div{
    height: 140px;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
}
.showCompany-box li p{
    margin-top: 20px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 20px;
}
