/*
    ** @author: zhangwenming
    ** data: 2019-03-06  19;03
    ** description  德澜仕官方网站  客户服务模块专用样式
*/

.service-wrap{
    width: 1200px;
    margin: 0 auto;
    padding: 36px;
}
.service-h2{
    font-size: 20px;
    color: #666;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-bottom:10px;
    margin-top: 16px;
    font-weight:500;
}
.service-wrap p{
    text-align: left;
    text-indent: 30px;
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 14px;
}

/*begin! 视频中心*/
.i-imgshade{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/projectcase/video_icon1.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.shade-img.ard-img-top.img-fluid{
    opacity:0.8;
}
.fancybox-a .project-picture:hover .project-img-foot{
    display: block;
}
.fancybox-a .project-picture:hover .i-imgshade{
    background-image: url(../images/projectcase/video_icon.png);
}