.product-type {
    text-align: center;
    padding: 80px 0 0;
}

.product-type>a {
    display: inline-block;
    width: auto;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 18px;
    background-color: #ffffff;
    color: #333333;
    margin: 0 10px;
    cursor: pointer;
    border: 1px solid #e0dfdf;
    padding: 0px 10px;
}

.product-type>a.active {
    background-color: #c01a20;
    color: #ffffff;
}

.product>a {
    overflow: hidden;
    width: 24%;
    padding-bottom: 70px;
    position: relative;
    box-shadow: 4px 8px 8px #cccccc;
    /* margin-right: 1%; */
}

.product>a>img { margin-top:20px;}

.product>a:nth-child(3n) {
    margin-right: 1.25%;
}

.product>a:nth-child(4n) {
    margin-right: 0;
}

.product>a>p {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    left: 0;
    height: 56px;
    line-height: 56px;
    transition: 0.5s;
}

.product>a:hover>p {
    color: #ffffff;
    background-color: #c01a20;
    
}

.product-box {
    margin: 40px auto;
    padding: 54px;
    background-color: #ffffff;
    box-shadow: 4px 12px 12px #cccccc;
    color: #333333;
}
.product-box .title{
    text-align: center;
    padding: 16px 0;
    font-size: 24px;
}
.product-box .module{
    background-color: #e8e8e8;
    line-height: 50px;
    padding-left: 20px;
    font-size: 22px;
    margin-bottom: 20px;
}
.product-box .module-title{
    font-size: 18px;
    padding: 40px 0 24px;
}
.product-box .module-content{
    font-size: 16px;
    line-height: 2.5;
    color: #666666;
    padding-bottom: 20px;
}
.data img{
    margin: 10px 0;
}
.product-end{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    color: #000000;
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #e0dfdf;
}
.product-end>div{
    display: inline-block;
} 
.product-end>div>a{
    padding-left: 30px;
    display: block;
    margin: 10px 0 ;
}

.product-end>div>a:hover{
    color: #c01a20;
}

.cpcs p{ line-height:3;}



.bg00001 table{ border-top:solid 1px #dfdfdf; border-left:solid 1px #dfdfdf;}
.bg00001 td{border-bottom:solid 1px #dfdfdf; border-right:solid 1px #dfdfdf; padding: 8px;}