@media (max-width: 767px){
    .about-cpfw{
        padding: 0px;
        border:0.1px solid black;
    }
    .about-cpfw-background img{
        height: 180px;
    }
    .about-cpfw-div em{
        height: 180px;
    }
    .about-cpfw-div p{
        top: 30px;
    }
    .about-cpfw-img img{
        width:50px;
        height:50px;
        transform: translateY(-15px) !important;
    }
    .about-cpfw span{
        transform: translateY(-60px) !important;
    }
    /*.about-whole{
        margin-right: 15px;
    }*/
    .about-cpfw-div span{
        font-size: 15px;
    }
    .about-index-paddings{
        padding: 0px 20px;
    }
}
@media (min-width: 768px){
    .about-cpfw{
        padding: 0px;
        border:0.1px solid black;
    }
    .about-cpfw-background img{
        height: 300px;
    }
    .about-cpfw-div em{
        height: 300px;
    }
    .about-cpfw-div p{
        top: 216px;
    }
   /* .about-whole{
        margin-right: 20px;
    }*/
    .about-cpfw-img img{
        width:70px;
        height:70px;
    }
    .about-cpfw-div span{
        font-size: 18px;
    }
    .about-index-paddings{
        padding: 0px 5px;
    }
}
@media (max-width: 992px){
    .row-paddings{
        padding: 0px 15px;
    }
}
@media (min-width: 992px){
    .about-cpfw{
        padding: 0px 20px;
        border:none;
    }
    .about-cpfw-background img{
        height: 300px;
    }
    .about-cpfw-div em{
        height: 300px;
    }
    .about-cpfw-div p{
        top: 216px;
    }
    .about-whole{
        margin-right: 5px;
    }
    .about-cpfw-img img{
        width:70px;
        height:70px;
    }
    .about-cpfw-div span{
        font-size: 18px;
    }
    .about-index-paddings{
        padding: 0px 30px;
    }
}

.about-cpfw-div{
    width: 100%;
    cursor: pointer;
}
.about-whole{
    float: right;
    cursor: pointer;
    padding-bottom: 10px;
}
.about-whole a{
    font-size: 14px;
    color: #2da3f1;
}
.about-cpfw-img img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    transition: all .5s;
    transform: translateY(-30px);
}
.about-cpfw-div span{
    color: #fff;
    text-align: center;
    position: absolute;
    width: calc(100% - 40px);
    font-weight: 400;
    top: 172px;
    left: 20px;
    z-index: 2;
    transition: all .5s;
    transform: translateY(0px);
}
.about-cpfw-div p{
    color: #fff;
    text-align: center;
    position: absolute;
    width: 60%;
    height: 36px;
    font-size: 12px;
    line-height: 18px;
    left: 20%;
    opacity: 0;
    z-index: 2;
    transition: all .5s;
    transform: translateY(0px);
}
.about-cpfw-div em{
    margin: 0px 0px 0px 5px;
    width: calc(100% - 40px);
    background: #2da3f1;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 15px;
}
#pb-index{
    background-image: url(../img/index.jpg);
    background-position: center center;
    width: 100%;
}
@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;
    }
}

@media (max-width: 767px){
    .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;
    }
}
