/* 
* @Author: 潘尚泉
* @Date:   2019-04-25 15:42:06
* @Last Modified by:   潘尚泉
* @Last Modified time: 2019-06-05 17:37:19
*/
.main{
    color: #4d4d4d;
    padding-bottom: 100px;
}
/* 面包屑 */
.main-center .bread{
    line-height: 18px;
    padding: 34px 0;
    font-size: 15px;
}
.main-center .bread .underline-red{
    margin-right: 2em;
    position: relative;
}
.main-center .bread .underline-red:after{
    content: '>';
    position: absolute;
    left: 100%;
    top: 0;
    width: 1em;
    margin-left: 0.5em;
    text-align: center;
    height: 18px;
    line-height: 18px;
}
.main-center .bread .underline-red:hover{
    color: #b40f19;
}

/* 内容 */
.content .h3{
    color: #c00000;
    font-weight: normal;
    font-size: 40px;
    line-height: 52px;
}
.content .info-text{
    line-height: 20px;
    padding-top: 15px;
}
.content .pro-list{
    width: 1200px;
    margin: 0 auto;
    padding-top: 25px;
    overflow: hidden;
}
.content .pro-list li{
    width: 20%;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.content .pro-list .pro-detail{
    width: 75%;
    height: 230px;
    float: left;
}
.content .pro-list .pro-detail::after{
    content: '';
    position: absolute;
    background-color: #bfbfbf;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
}
.content .pro-list .pro-detail:hover .table{
    left: 0;
}
.content .pro-list .pro-detail .name-en{
    line-height: 20px;
    padding-top: 30px;
}
.content .pro-list .pro-detail .pic{
    height: 110px;
    width: 100%;
    background-position: 0 50%;
    background-repeat: no-repeat;
}
.content .pro-list .pro-detail .name-ch{
    line-height: 20px;
    padding-bottom: 30px;
}
.content .pro-list .pro-detail .table{
    display: table;
    width: 100%;
    height: 100%;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    bottom: 0;
    left: -100%;
    background-color: #c00000;
    z-index: 1;
}
.content .pro-list .pro-detail .table .table-cell{
    display: table-cell;
    vertical-align: middle;
}
.content .pro-list .pro-detail .table .table-cell a{
    display: block;
    height: 25px;
    line-height: 25px;
}
.content .pro-list .pro-detail .table .table-cell a:hover{
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}