.productbox {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 4%;
}

.index {
    width: 74%;
    margin: 0 auto;
}

.pb-left {
    width: 21%;
    float: left;
    text-align: center;
}

.pbl-title {
    width: 100%;
    height: auto;
    color: #fff;
    display: inline-block;
    background-color: #000;
    line-height: 63px;
    font-weight: bold;
    font-size: 21px;
}

.pb-left li {
    width: 100%;
    height: auto;
    color: #fff;
    display: inline-block;
    background-color: #000;
}

.pb-left li a {
    width: 100%;
    height: auto;
    display: inline-block;
    line-height: 53px;
    border-bottom: .5px solid#686777;
    font-size: 13px;
}

.pb-left li a:hover {
    background: #ec6d04;
}

.pbl-phone {
    background: #ec6d04;
    margin-top: 6%;
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 19px 13px;
}

.pbl-phone img {
    float: left;
    width: 15%;
}

.pbl-phone p {
    float: left;
    font-size: 21px;
    margin-left: 10px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 6px;
}

.pb-right {
    width: 76%;
    float: right;
    display: inline-block;
}

.pbr-title {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
}

.pbr-title h3 {
    width: 100%;
    height: auto;
    z-index: 9999999;
    position: absolute;
    left: 0px;
    top: 17px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 33px;
    letter-spacing: 0px;
}

.pbr-title img {
    position: absolute;
    left: 0px;
}

.pb-right ul {
    margin-top: 7%;
    width: 100%;
    height: auto;
    display: inline-block;
}

.pb-right li {
    width: 31%;
    float: left;
    margin-right: 3%;
    margin-bottom: 3%;
    box-shadow: rgb(230 230 230) 1px 2px 8px;
    position: relative;
}

.pb-right li img {
    width: 100%;
    height: 240px;
}

.p-title{
    text-align: center;
    position: absolute;
    top: 12px;
    width: 90%;
    background-color: #ec6d04;
    color: #fff;
    left: 5%;
    border-radius: 6px;
    height: 90%;
    font-size: 15px;
    padding-top:34%;
    display: none;
}
.pb-right li:hover .p-title{
    display: block;
}
.pb-right li:nth-child(3n) {
    margin-right: 0px;
}
.paginator {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 50px;
}
.paginator a {
    background: none;
    border: 1px solid #aaa;
    color: #aaa;
    display: inline-block;
    line-height: 29px;
    margin: 1px 2px;
    padding: 0px 7px;
    height: 32px;
    border-radius: 5px;
    vertical-align: middle;
}
.paginator .cpb {
    background: none;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #aaa;
    display: inline-block;
    line-height: 32px;
    margin: 0 2px;
    padding: 0 10px;
    height: 32px;
    border-radius: 5px;
    vertical-align: middle;
    color: white;
    background-color: #153f8f;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .index {
        width: 90%;
        margin: 0 auto;
    }
    .pb-left {
        width: 100%;
        float: left;
        text-align: center;
    }
    .pbl-title {
        width: 100%;
        height: auto;
        color: #fff;
        display: inline-block;
        background-color: #000;
        line-height: 50px;
        font-weight: bold;
        font-size: 18px;
    }
    .pbl-phone {
        background: #ec6d04;
        margin-top: 6%;
        width: 100%;
        height: auto;
        display: none;
        padding: 19px 13px;
    }
    .pb-right {
        width: 100%;
        float: right;
        display: inline-block;
    }
    .pb-right li {
        width: 48%;
        float: left;
        margin-right: 2%;
        margin-bottom: 3%;
        box-shadow: rgb(230 230 230) 1px 2px 8px;
        position: relative;
        height: 140px;
        overflow: hidden;
    }
    .pb-right li:nth-child(2n) {
        margin-right: 0;
    }
    .pb-right li:nth-child(3n) {
        margin-right: 2%;
    }
    .pb-right ul {
        margin-top: 19%;
        width: 100%;
        height: auto;
        display: inline-block;
    }
    .pbr-title h3 {
        width: 100%;
        height: auto;
        z-index: 9999999;
        position: absolute;
        left: 0px;
        top: 16px;
        margin-bottom: 0px;
        font-weight: bold;
        font-size: 20px;
        letter-spacing: 0px;
    }
    .paginator a {
        background: none;
        border: 1px solid #aaa;
        color: #aaa;
        display: inline-block;
        line-height: 29px;
        margin: 1px 2px;
        padding: 0px 7px;
        height: 32px;
        border-radius: 5px;
        vertical-align: middle;
        font-size: 12px;
    }
    .p-title {
        text-align: center;
        position: absolute;
        top: 12px;
        width: 90%;
        background-color: #ec6d04;
        color: #fff;
        left: 5%;
        border-radius: 6px;
        height: 90%;
        font-size: 11px;
        padding-top: 18%;
        display: none;
    }
}