.service-content{
    width: 1100px;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 70px;
}

.s-title{
    text-align: center;
}
.s-title h1{
    font-size: 30px;
    color: #28a9d6;
    margin-bottom: 60px;
}

    .s-list ul{
        display: flex;
        flex-wrap: wrap;
    }
    .s-list ul li{
        display: inline-block;
        width: 30.71%;
        margin-right: 3.9%;
        margin-bottom:2%;
        position: relative;
    }
    .s-list ul li:nth-child(3n){
        margin-right: 0;
    }
    .s-list ul li .list-img{
        display: inline-block;
        width: 100%;
        padding-bottom: 65.1162%;
        position: relative;
    }
    .s-list ul li .list-img img{
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        width: 100%;
    }
    .s-list ul li .list-img p{
        display: inline-block;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        color: #fff;
        transition: .8s;
        -webkit-transition: .8s;
        -moz-transition: .8s;
        -ms-transition: .8s;
        -o-transition: .8s;
}
    .s-list ul li .list-txt{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: .8s;
        -webkit-transition: .8s;
        -moz-transition: .8s;
        -ms-transition: .8s;
        -o-transition: .8s;
    }
    .s-list ul li .list-txt a{
        display: block;
        width: 100%;
        text-align: center;
    }
    .s-list ul li .list-txt a span img{
        display: inline-block;
        width: 50px;
        margin-bottom: 30px;
    }
    .s-list ul li .list-txt p{
        font-size: 14px;
        line-height: 30px;
        color: #fff;
        padding: 0 45px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .s-list ul li:hover .list-img p{
        background: rgba(0, 0, 0, .85);
        color: transparent;
    }

    .s-list ul li:hover .list-txt{
        opacity: 1;
    }

    .s01{
        margin-bottom: 20px;
    }





/* 案例详情 */
.casesd-container{
    margin-top: 80px;
    margin-bottom: 120px;
}
.casesd-top{
    width: 1400px;
    margin: 0 auto;
}

    .casesd-title{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 30px;
        border-bottom: 1px solid #b5b5b5;
    }
    .casesd-title h1{
        font-size: 30px;
        font-weight: normal;
        color: #28a9d6;
    }
    .casesd-title a{
        display: inline-block;
        padding-left: 25px;
        background: url(../img/back.png) no-repeat left center;
        color: #000;
        font-size: 16px;
    }
    .casesd-title a:hover{
        color: #28a9d6;
    }
    .casesd-edit{
        padding: 60px 150px;
        border-bottom: 1px solid #b5b5b5;
    }

/* 相关案例 */
.casesd-other{
    width: 1400px;
    margin: 0 auto;
}
    .casesd-other-title p{
        text-align: center;
        padding-bottom: 25px;
        padding-top: 25px;
        border-bottom: 1px solid #b5b5b5;
        font-size: 30px;
        font-weight: normal;
        color: #28a9d6;
        margin-bottom: 55px;
    }
    .casesd-lbt .item{
        position: relative;
    }
    .casesd-lbt .item .item-img {
        display: inline-block;
        width: 100%;
        padding-bottom: 88.235%;
        position: relative;
    }
    .casesd-lbt .item .item-img a{
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .casesd-lbt .item .item-img a img{
        display: inline-block;
        width: 100%;
        height: 100%;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
    }    
    
    .casesd-lbt .item:hover .item-img a img{
        transform: scale(1.08);
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        -o-transform: scale(1.08);
    }
    .casesd-lbt .item .item-name{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .7);
        opacity: 0;
        transition: 0.8s;
        -webkit-transition: 0.8s;
        -moz-transition: 0.8s;
        -ms-transition: 0.8s;
        -o-transition: 0.8s;
}
    .casesd-lbt .item .item-name a{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .casesd-lbt .item .item-name a p{
        display: block;
        color: #fff;
        font-size: 26px;
        font-weight: normal;
        padding: 0 30px;
        text-align: center;
    }
    .casesd-lbt .item:hover .item-name{
        opacity: 1;
    }


/* 修改2021.01.25 */







