/*产品中心*/
.product_list {
    float: left;
    width: 100%;
    border-bottom: 1px #CCCCCC solid;
    margin-bottom: 10px;
    margin-top: 5px;
}

.product_list .induction {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.product_list .induction dt {
    float: left;
    width: 100%;
    height: 25px;
    background: #85be44;
    margin-bottom: 5px;
    font: bold 14px/25px "宋体";
    padding-left: 5px;
}

.product_list .induction dd.img {
    float: left;
    width: 30%;
    
    margin-right: 10px;
    background: url(../../images/ad/1207202364567477533.gif) no-repeat;
}
.product_list .induction dd.img img{
    width: 100% !important;
    height: 100% !important;
}
.product_list .induction dd.text {
    float: left;
    width: 67% !important;
    height: 100%;
    line-height: 20px;
    padding-top: 5px;
    overflow: hidden;
}

.product_list .incompany {
    float: left;
    width: 100%;
    height: 25px;
    background: #cacaca;
    font-weight: bold;
    line-height: 25px;
    padding-left: 5px;
    color: #fff;
}

.product_list .incompany_cont {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.C_raght {
    float: right;
    margin-right: 10px;
    font-size: 12px;
    line-height: 25px;
    font-weight: normal;
}

.product_list a {
    color: #fff;
}
.inner tr td {

        border: 1px solid #ddd;
        text-align: center;
        line-height: 35px;
        height: 35px;
        overflow: hidden;
        width: 31.6%;
        float: left;
        margin: 5px 2px;
    }

    .inner td a {

        color: Black;

    }

    .pages {
        text-align: center;
        height: auto !important;

    }

    .nav_row1 nav {
        display: table;
        border-collapse: collapse;
        width: 100%;
    }

    .nav_row1 nav a {
        padding: 0;
        text-align: center;
        line-height: 2.5em;
        width: 25%;
    }

    .cnt tr td {
        padding: 0;
        margin: 0;
        border-top: 1px solid #f1f1f1;
        border-bottom: 1px solid #eee;
        border-right: 1px solid #ddd;
        text-align: center;
        line-height: 35px;
        height: 35px;
        overflow: hidden;
        width: 33%;
        float: left;

    }