.product{
    height: auto;
    display: inline-block;
    padding-bottom: 5%;
    width: 100%;
    padding-top: 1%;
}
.pro-left{
    width: 35%;
    float: left;
    margin-top: 2%;
}
.pro-left img{
    width: 100%}
.pro-right {
    width: 62%;
    float: right;
    margin-top: 2%;
}
.pro-right h3{
    color: #187bb7;
    font-size: 27px;
    padding-bottom: 2%;
}
.pro-right h4{
    font-size: 23px;
    letter-spacing: 2px;
    font-weight: bold;
}
.pro-right p{
    font-size: 15px;
    line-height: 32px;
}
.case-bottom {
    width: 100%;
    height: auto;
    display: inline-block;
}
.case-bottom h3 {
    font-size: 23px;
    color: #000;
    line-height: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 18px;
}
.caseb-box {
    width: 100%;
    height: auto;
    display: inline-block;
}
.caseb-box ul {
    width: 100%;
    height: auto;
    display: inline-block;
}

.caseb-box li {
    width: 100%;
    height: 48px;
}
.ptb-left {
    width: 17%;
    float: left;
    text-align: center;
    border: 1px solid #dcdcdc;
    color: black;
    height: 47px;
    line-height: 47px;
    padding-left: 0;
}
.ptb-right {
    width: 79%;
    float: left;
    border: 1px solid #dcdcdc;
    text-align: left;
    font-size: 15px;
    color: black;
    height: 47px;
    line-height: 47px;
    padding-left: 3%;
}
.caseb-box li:nth-child(2n) {
    background: #fff;
}
.pro-box{
    width: 100%;
    height: auto;
    display: inline-block;
}
.pro-box ul {
    width: 100%;
    height: auto;
    display: inline-block;
}
.pro-box li {
    width: 30%;
    float: left;
    margin-right: 3%;
    margin-top: 3%;
}
.pb-top {
    border-right: 1px solid #d2d2d2;
}
.pb-top img {
    width: 65%;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 30px 0;
    height: auto;
}
.pb-bottom {
    width: 100%;
    display: inline-block;
    height: auto;
    padding-top: 4%;
    border-top: 2px solid #176dcd;
    margin-top: 7%;
}
.pbb-left {
    width: 90%;
    float: left;
}
.pbb-left h3 {
    font-size: 16px;
    height: 38px;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .banner{
        margin-top: 12%;
    }
    .pro-box li {
        width: 100%;
        float: left;
        margin-right: 0%;
        margin-top: 3%;
    }
}