/*
    ** @author: zhangwenming
    ** data: 2019-03-01  18;59
    ** description  德澜仕官方网站  工程案例模块专用样式
*/

.project-ul{
    width: 100%;
    margin-bottom: 26px;
}
.projict-li{
    height: 261px;
    width: 372px;
    margin-right: 42px;
    margin-top: 42px;
    float: left;
}
.projict-li:nth-child(3n){
    margin-right: 0;
}
.projict-li:nth-child(1),.projict-li:nth-child(2),.projict-li:nth-child(3){
    margin-top: 0;
}
.project-picture{
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.shade-img{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.project-img-foot{
    position: absolute;
    width: 100%;
    height: 42px;
    line-height: 42px;
    bottom: 0;
    font-size: 18px;
    color: #fff;
    background-color: rgba(0,0,0,.6);
}
.shade{
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0,0,0,.6);
    color: #fff;
    padding: 14px;
}
.project-name{
    text-align: left;
    font-size: 18px;
    height: 42px;
    line-height: 42px;
    margin-bottom: 12px;
}
.project-introduct p{
    text-align: left;
    font-size:16px;
    line-height: 1.5;
    margin-bottom: 6px;
}
.project-picture:hover .project-img-foot{
    display: none;
}
.project-picture:hover .shade{
    display: block;
}

/*begin! 图片弹出层*/
.layui-layer-imgtit a{
    font-size: 16px;
    padding: 8px;
}
.layui-layer-imgtit em{
    font-size: 16px;
    padding: 8px;
}