.pro_introduce span {
    display: inline-block;
    width: 49%;
}

.product-info .product-img .spec-preview {
    width: 350px;
    height: 250px;
}

.spec-preview .jqzoom {
    width: 100%;
    height: 100%;
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.spec-preview .jqzoom img {
    max-width: 350px;
    max-height: 250px;
}

.consult {
    width: 100%;
    display: flex;
    /* justify-content: space-around; */
    align-items: center;
    flex-wrap: wrap;
}

.consult .consult_box {
    height: 60px;
    display: flex;
    /* box-shadow: 0 0 5px #ccc; */
    padding: 10px 15px;
    
    margin-right: 20px;
    margin-bottom: 5px;
}

.consult .consult_box:last-child {
    margin-right: 0px;
}

.consult .consult_box td{
    padding: 0 0 0 15px;
    width: auto;
    vertical-align: middle;
    word-break: inherit !important;
}
.consult .consult_box td:nth-child(2n){
    border-radius: 10px;
    border-right: 1px solid #ccc;
    padding: 0 15px 0 0;
}

.consult .consult_box img {
    width: 50px;
    height: 50px;
    background-color: red;
    border-radius: 50%;
    margin-right: 15px;
    border: none;
}

.content ul {
    padding-left: 10px;
    box-sizing: border-box;
}

.content ul li {
    /* height: 35px; */
    line-height: 35px;
    word-wrap: normal;
}

.content ul li span {
    display: inline-block;
    width: 40%;
}

.content table {
    width: 100%;
}
.content td {
    display: inline-block;
}
.content td:nth-child(2n+1)  {
    width: 12%;
    display: inline-block;
}
.content td:nth-child(2n+2)  {
    width: 35%;
    display: inline-block;
}

.right_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.right_box .partner {
    width: 30%;
    /* height: 400px; */
    padding: 10px;
    margin-top: 10px;
}

.right_box .partner .img img {
    width: 100%;
    /* height: 300px; */
    margin-bottom: 10px;
}

.right_box .partner .text {
    line-height: 30px;
    text-align: center;
}

.fixedBox {
    display: none;
}

@media (max-width:767px) {
    .consult {
        justify-content: center;
    }
    .consult .consult_box {
        margin-right: 0;
    }
    .content ul li span {
        display: block;
        width: 100%;
    }
    .right_box {
        display: block;
    }
    .right_box .partner {
        width: 94%;
        margin: 0 auto;
        /* height: 400px; */
        padding: 10px;
        margin-top: 10px;
    }
    .right_box .partner .img img {
        width: 100%;
        /* height: 300px; */
        margin-bottom: 10px;
    }
    .right_box .partner .text {
        line-height: 30px;
        text-align: center;
    }
    .fixedBox {
        display: block;
        position: fixed;
        bottom: 100px;
        right: 10px;
    }
    .fixedBox .cover1 {
        width: 50px;
        height: 50px;
        background-color: rgba(0, 0, 0, .3);
        border-radius: 50%;
        text-align: center;
    }
    .fixedBox .cover1 img {
        width: 30px;
        height: 30px;
        margin-top: 8px;
    }
   
}


/***分页***/
.page { text-align: center; padding: 20px 0; line-height: 22px!important;height: 22px!important;margin: 10px 0px 39px!important;}
.page ul li { display: inline-block;}
.page ul li a, .page ul li span { padding: 5px 10px; background: #fff; display:block; color: #888; margin: 0 2px; width: auto!important;}
.page ul li.active span { background: #9E9E9E; color: #fff; border-color: #9E9E9E }
.page ul li:hover a { background: #9E9E9E; color: #fff; border-color: #9E9E9E }