.type{
    margin: 40px 0;
    text-align: center;
}
.type a{
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    text-align: center;
}
.active{
    background: red;
    color: #fff;
}
.toelse{
    margin-top: 40px;
}
.toelse h4{
    border-bottom:1px solid #ddd ;
    font-size: 14px;
    padding: 10px 0;
}
.toelse a{
    display: inline-block;
    line-height: 30px;
    margin:10px ;
    padding: 5px;
    color: #999;
}
.toelse a:hover{
    color: blue;
}
.pro{
    margin-bottom: 60px;
}
.product .pro-img{
    display: inline-block;
    width: 730px;
    height:390px;
    vertical-align: top;
}
.product .pro-txt{
    display: inline-block;
    width: 445px;
    height:350px;
}
.product .pro-txt p{
    line-height: 30px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    margin-bottom: 22px;
}
.product .pro-txt p.pro-txtas{
    height:120px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.pro-txtl{
    float: right;}
.pro-txtr{
    float: left;
    margin-right:20px;}
.product .pro-txt h4{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 12px;
}
.product .pro-txt a{
    display: inline-block;
    width: 100px;
    height: 30px;
    font-size:14px;
    border: 1px solid #999;
    text-align: center;
    color: #999;
}
.detail{
    margin-top: 30px;
}

.product1{
    margin-top:50px;
    margin-bottom:20px;}
.product1 .pro-txt{
    float: right;}
.detail img{
    width: 100%;
    display: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sfeva{
    line-height:30px;
    height: 18px;
    overflow: hidden;}
.detail .detail-left{
    display: inline-block;
    width:200px;
    float: left;
}
.detail .detail-mid{
    display: inline-block;
    width: 790px;
    margin: 0 10px;
    float: left;
}
.detail .detail-right{
    display: inline-block;
    width:150px;
    float: left;
}
.detail .detail-title{
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 10px;
}
.detail .detail-content{
    margin-bottom: 30px;
}
.detail .detail-content p{
    padding: 5px;
    text-align: center;
}
.detail .detail-content p span{
    color: green;
}
.detail .detail-title-m .active-p{
    border-top: 3px solid red;
}
.detail .detail-title-m ul{
    border: 1px solid #ddd;
    padding: 0;
}
.detail .detail-title-m li{
    width: 100px;
    font-size: 14px;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}
.detail .detail-title-m{
    margin-bottom: 10px;
}

.fenye{
    text-align: center;
    margin: 30px 0;
    display: inline-block;
    width: 100%;}
.fenye a{padding: 5px 10px;}
.fenye a.active{background: red;
    color: #fff;}
