﻿.consum_tab {
    margin-bottom: 25px;
    margin-left: 0;
    padding-left: 0;
}

    .consum_tab ul {
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .consum_tab li {
        float: left;
        width: 14.286%;
        *margin-left: -1px;
        margin-bottom: 10px;
        list-style: none;
    }

        .consum_tab li a {
            font-family: "Arial";
            display: block;
            height: 36px;
            line-height: 36px;
            text-align: center;
            color: #333333;
            border: 1px solid #dedede;
            margin: 0 5px;
            transition: 0.3s all;
            -webkit-transition: 0.3s all;
            -moz-transition: 0.3s all;
            -o-transition: 0.3s all;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .consum_tab li.on a {
            border: 1px solid #0978d1;
            background: #0978d1;
            color: #fff;
        }

        .consum_tab li:hover a {
            border: 1px solid #0978d1;
            background: #0978d1;
            color: #fff;
        }

.consum_paktab dl dt a:hover {
    color: #b1cc1d;
}

.consum_paktab dl {
    overflow: hidden;
    margin-left: -20px;
    margin-bottom: 10px;
    padding: 0 0 0 3px;
}

    .consum_paktab dl dt {
        float: left;
        color: #9f9f9f;
        margin-bottom: 20px;
        font-weight: normal;
    }

        .consum_paktab dl dt a {
            color: #9f9f9f;
            padding: 0 20px;
        }

        .consum_paktab dl dt.on a {
            color: #b1cc1d;
        }

        .consum_paktab dl dt i {
            float: right;
        }

.proimg img {
   /* width: 230px;
    height: 220px;*/
}
.productshow .productshow-img {
    border: 1px solid #dfdfdf;
    padding: 2px;
    width: 500px;
    height: 330px;
}
.productshow .productshow-img2 {
  padding:10px;
}

    .productshow .productshow-img img {
        width: 100%;
        height: 100%;
    }
.productshow .productshow-img2 img {
    max-width: 100%;
  
}

.site {
    text-align: right;
    height: 30px;
    margin: 0 0 30px 0;
    padding-right: 0;
}

    .site a {
        color: #000;
    }

    .site span {
        color: #7f7f7f;
    }

.new_list li:hover .newin h1 a {
    color: #b1cc1d
}

.new_list li:hover dt img {
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
}


.new_list {
    padding-bottom: 120px;
}

    .new_list li {
        overflow: hidden;
        margin-bottom: 60px;
    }

    .new_list dl {
        overflow: hidden;
    }

    .new_list dt {
        float: left;
        width: 19%;
        overflow: hidden;
    }

        .new_list dt img {
            transition: 0.3s all;
            -webkit-transition: 0.3s all;
        }

    .new_list dd {
        float: left;
        width: 81%;
        *margin-left: -1px;
    }

    .new_list .newin {
        margin-left: 40px;
        padding-right: 40px;
        border-bottom: 1px solid #dedede;
        padding-bottom: 10px;
    }

        .new_list .newin p {
            line-height: 1.5em;
            height: 4.5em;
            overflow: hidden;
            font-size: 14px;
        }

        .new_list .newin h1 a {
            color: #242424;
            transition: 0.3s all;
            -webkit-transition: 0.3s all;
            font-size: 16px;
        }

    .new_list .newtime {
        margin-bottom: 5px;
    }

    .new_list .newin h1 {
        margin-bottom: 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .new_list .newin {
        margin-left: 20px;
        padding-right: 20px;
    }

        .new_list .newin h1 {
            margin-bottom: 10px;
        }

.new_list {
    padding-bottom: 60px;
}

.pagination {
    text-align: center;
    padding: 20px 0;
   
    width:620px;
    margin:auto;
    height: auto;
}

    .pagination a {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border: 2px solid #f2f2f2;
        background: #fff;
        color: #ccc;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
        margin-right: 5px;
        font-weight: bold;
        font-size: 20px;
    }

    .pagination span {
        line-height: 20px;
        vertical-align: middle;
        padding: 10px;
    }

    .pagination a.prev, .pagination a.next {
        color: #ccc;
    }

        .pagination a.prev:hover, .pagination a.next:hover {
            background: #b1cc1d;
        }

    .pagination a:hover, .pagination a.act {
        background: #b1cc1d;
        color: #fff;
        border-color: #b1cc1d;
    }



.new_list {
    padding-bottom: 30px;
}

    .new_list li {
        overflow: hidden;
        margin-bottom: 20px;
    }

    .new_list dl {
        overflow: hidden;
    }

    .new_list dt {
        float: left;
        width: 19%;
        overflow: hidden;
    }

        .new_list dt img {
            transition: 0.3s all;
            -webkit-transition: 0.3s all;
        }

    .new_list dd {
        float: left;
        width: 81%;
        *margin-left: -1px;
    }

    .new_list .newin {
        margin-left: 40px;
        padding-right: 40px;
        border-bottom: 1px solid #dedede;
        padding-bottom: 20px;
    }

        .new_list .newin p {
            line-height: 1.5em;
            height: 2.5em;
            overflow: hidden;
        }

        .new_list .newin h1 a {
            color: #242424;
            transition: 0.3s all;
            -webkit-transition: 0.3s all;
        }

    .new_list .newtime {
        margin-bottom: 5px;
    }

    .new_list .newin h1 {
        margin-bottom: 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.news_title {
    text-align: center;
    margin-top: 20px
}

    .news_title h2 {
        font-size: 26px;
        text-align: center;
    }

    .news_title aside span {
        padding: 0 10px 0 10px;
        font-size: 14px;
    }

.language {
    padding:0 10px 0 0;
    height:24px;
    vertical-align: middle;
    text-align: right;
}

    .language a {
        color: #b1cc1d;
        font-size: 12px;
    }

        .language a.zh {
            background: url(../imgs/lang_cn.png) no-repeat left center;
            padding: 0 0 0 23px;
        }

        .language a.en {
            background: url(../imgs/lang_en.png) no-repeat left center;
            padding: 0 0 0 23px;
            margin: 0 0 0 10px;
        }
