﻿/*我们的产品列表*/
.MyProductheading {
    text-align: center;
    margin-bottom: 40px;
}
 .MyProductheading a{
        font-size: 24px;
        font-family: 'Microsoft YaHei';
        font-weight: normal;
color: inherit;
    }
    .MyProductheading a h3 {
        font-size: 24px;
        font-family: 'Microsoft YaHei';
        font-weight: normal
    }

.ld-cases-item-wrap {
    margin-bottom: 30px;
}

.ld-cases-item {
    background: #fff;
    overflow: hidden;
    transition: 0.5s;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, .3);
    position: relative;
    top: 0;
}

.ld-cases-item-img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.ld-cases-item:hover {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, .3);
    top: -5px;
}

.ld-cases-item-cover {
    position: relative;
    height: 205px;
    overflow: hidden;
}

.ld-cases-item-cover {
    width: 100%;
    height: 205px;
    overflow: hidden;
}

.ld-cases-item-mask {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    height: 205px;
    line-height: 225px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.5s;
}

.ld-cases-item-cover:hover .ld-cases-item-mask {
    opacity: 1;
    filter: alpha(opacity=1);
    line-height: 205px;
}

.ld-cases-item-mask a {
    color: #fff;
    font-size: 30px;
    font-weight: 100;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.ld-cases-item-cover:hover .ld-cases-item-mask a {
    display: block;
}

.ld-cases-item-desc {
    text-align: center;
    padding: 5px 20px;
}

    .ld-cases-item-desc h3 {
        color: #191919;
        margin-top: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .ld-cases-item-desc p {
        text-align: left;
        color: #606060;
        min-height: 40px
    }

.pagination {
    width: 100px;
}
