
/*产品展示*/

.the-img{
    overflow: hidden;
}
.product-img img{
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    max-height: 320px;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.product-img img:hover{
    opacity: 0.8;
    -moz-transform: scale(1.08,1.08);
    -webkit-transform: scale(1.08,1.08);
    transform: scale(1.08,1.08);
}

.prod-title{
    text-align: center;
    padding: 0 15px 0 0;
    height: 40px;
}

.display-prod-head h2{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #38383A;
    margin: 0;
    padding-top: 15px;
}
.display-prod-head p{
    font-family: 'Times New Roman';
    text-align: center;
    padding-top: 2px;
    font-size: 16px;
    color: #3B3C3E;
    margin-bottom: 5px;
}


.prod-title{
    text-align: center;
    padding: 0 15px 0 0;
    height: 40px;
}
.prod-title a{
    color: #656464;
}
.prod-title a:hover{
    text-decoration: none;
    color:#CFA970;
}
@media screen and (min-width: 790px){
    .work-wrap{
        border: 1px solid #eee;
        border-radius: 10px;
        margin: 20px auto;
        padding: 20px;
    }
}
@media (max-width: 789px){
    .rm-bk{
        display: none;
    }
    .work-wrap .col-sm-4{
        flex: 0 0 100%;
        max-width: 50%
    }
}
.pagination{
    justify-content: center;
}
