.breadcrumb-box{
    margin-bottom: 10px;
}
.product-title{
    padding: 22px 0 22px 0;
}
.product-title h1{
    font-size: 16px;
    font-weight: bold;
}
.product-title p{
    font-size: 12px;
    font-weight: normal;
}

.bd-box{
    height: 28px;
    line-height: 28px;
}


.product-service-images{
    width: 426px;
    height: 426px;
    overflow: hidden;
    display: inline-block;
}
.product-service-images img{
    width: 100%;
    height: auto;
}
.product-service-keyword-case{
    width: 100%;
    height: auto;
    min-height: 64px;
    overflow: hidden;
    background: #F6F6F6;
    margin: 30px 0 0 0;
    border-radius: 6px;
    padding: 15px 20px;
    box-sizing: border-box;
}
.product-service-keyword{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}
.product-service-keyword label{
    width: 16%;
    color: #666;
    float: left;
    padding: 3px 5px;
    text-align: right;
    box-sizing: border-box;
}
.product-service-keyword .product-service-keyword-list{
    width: 84%;
    float: left;
}
.product-service-keyword-list span{
    display: inline-block;
    width: auto;
    height: auto;
    padding: 3px 5px;
    float: left;
    background: #e7e4e4;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}
.product-service-case{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.product-service-case label{
    display: inline-block;
    width: 16%;
    height: 100%;
    color: #666;
    float: left;
    padding: 3px 5px;
    box-sizing: border-box;
    text-align: right;
}
.product-service-case .product-service-case-list{
    width: 84%;
    float: left;
}
.product-service-case-list span{
    display: inline-block;
    width: auto;
    height: auto;
    padding: 3px 5px;
    float: left;
    margin: 0 10px 5px 0;
    border-radius: 4px;
}

.desc{
    height: 30px;
    line-height: 30px;
}

.breadcrumb-box i{
    display: inline-block;
    width: 18px;
    height: 18px;
    float: left;
    margin: 3px 5px 0 0;
    background: url(../images/icon-release-product.svg) no-repeat -34px -99px;
}
.container-type .collect-product i{
    margin-left: 36px;
}

.service-box-list{
    width: 426px;
    height: 426px;
    line-height: 426px;
    text-align: center;
}
.service-box-list img{
    width: auto;
    height: auto;
    max-width: 426px;
    max-height: 426px;
}