/*.col-xs-*/
@media (max-width: 768px){
    .pb-product{
        height: 250px;
    }
    .pb-productcredit{
        height: 250px;
    }
    .product-label-title{
        padding-top: 120px;
        font-size: 24px;
    }
    .product-label-text {
        padding-top: 15px;
        font-size: 12px;
    }
    .product-describe-title {
        padding-top: 32px;
        font-size: 24px;
    }
    .product-describe-vice {
        padding-top: 5px;
        font-size: 13px;
    }
    .product-describe-text {
        padding-top: 8px;
        font-size: 12px;
        line-height: 20px;
    }
    .product-frame-top{
        padding-top: 20px;
    }
    .block-item{
        box-shadow: 6px 3px 14px 4px rgba(0, 6, 67, 0.06);
    }
    .block-item .inner{
        left: 30px;
        top: -10px;
        transform: rotate(45deg);
        box-shadow: -1px 0px 2px 0px rgba(0, 6, 67, 0.06);
    }
    .product-bottom{
        padding-top: 50px;
    }
}
/*.col-sm-*/
@media (min-width: 768px){
    .pb-product{
        height: 450px;
    }
    .pb-productcredit{
        height: 450px;
    }
    .product-label-title{
        padding-top: 190px;
        font-size: 36px;
    }
    .product-label-text {
        padding-top: 39px;
        font-size: 14px;
    }
    .product-describe-title {
        padding-top: 60px;
        font-size: 30px;
    }
    .product-describe-vice {
        padding-top: 10px;
        font-size: 16px;
    }
    .product-describe-text {
        padding-top: 15px;
        font-size: 14px;
        line-height: 22px;
    }
    .product-frame-top{
        padding-top: 35px;
    }
    .block-item{
        box-shadow: 4px 6px 15px 5px rgba(0, 6, 67, 0.06);
    }
    .block-item .inner{
        left: -11px;
        top: 25px;
        transform: rotate(-45deg);
        box-shadow: -3px -2px 2px 0px rgba(0, 6, 67, 0.06);
    }
    .product-bottom{
        padding-top: 100px;
    }
}
/*.col-md-*/
@media (min-width: 992px){
    .product-describe-text {
        line-height: 24px;
    }
}

.row{
    margin-left: 0px;
    margin-right: 0px;
}

/*背景图*/
#pb-product{
    background-image: url(../img/xwBg1.png);
    background-position: center center;
    width: 100%;
}
#pb-productcredit{
    background-image: url(../img/xycxbj.png);
    background-position: center center;
    width: 100%;
}
#pb-dqdt{
    background-image: url(../img/dqdt.png);
    background-size: cover;
    width: 100%;
}
#pb-research{
    background-image: url(../img/hydt.png);
    background-position: center center;
    width: 100%;
}
#pb-par{
    background-image: url(../img/hydt.png);
    background-position: center center;
    width: 100%;
}
#pb-cases{
    background-image: url(../img/cp.png);
    background-position: center center;
    width: 100%;
}
#pb-sac{
     background-image: url(../img/fwyal.png);
     background-position: center center;
     width: 100%;
 }
#pb-credit{
    background-image: url(../img/xycxbj.png);
    background-position: center center;
    width: 100%;
}
#pb-disclosure{
    background-image: url(../img/xxpl.png);
    background-position: center center;
    width: 100%;
}


.product-label-title{
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 36px;
}
.product-label-text{
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*企业信用服务*/
.product-describe-title{
    /*font-size: 1.5rem;*/
    text-align:center;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}
.product-describe-vice{
    /*padding-top: 0.5rem;
    font-size: 0.8rem;*/
    text-align:center;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
}
.product-describe-text{
    /*padding-top: 0.75rem;
    font-size: 0.7rem;*/
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
