#products_by_category{
    padding-bottom:100px;
}
#products_by_category .glitzBody{
    width:1200px;
    margin:0 auto;
    padding-top:40px;
}
#products_by_category .glitzBody ul{
    overflow: visible;
}
#products_by_category .glitzBody ul:after{
    content:""; 
    display:block;
    clear:both; 
    visibility: hidden;
    line-height: 0; 
    height: 0;
    font-size:0; 
}
#products_by_category .glitzBody li{
    text-align: center;
    font-size:16px;
    line-height:100px;
    width:100%;
    color:#333;
}
#products_by_category li.glitzItem{
    width:285px;
    height:360px;
    margin-right:20px;
    background-color: #f4f4f2;
    margin-bottom:20px;
    overflow: hidden;
    transition:all .3s;
    -moz-transition:all .3s;
    -o-transition:all .3s;
    -webkit-transition:all .3s;
}
#products_by_category li.glitzItem:hover{
    border-radius: 4px;
    box-shadow: 0 0 20px #999;
    -moz-box-shadow: 0 0 20px #999;
    -o-box-shadow: 0 0 20px #999;
    -webkit-box-shadow: 0 0 20px #999;
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}
#products_by_category li.glitzItem:nth-child(4n){
    margin-right:0;
}
#products_by_category li.glitzItem .glitzPic{
    width:285px;
    height:285px;
    border:none;
}
#products_by_category li.glitzItem .glitzPic a{
    width:285px;
    height:285px;
    display: block;
}
#products_by_category li.glitzItem .glitzPic img{
    width:100%;
    height:100%;
}
#products_by_category li.glitzItem .txt{
    padding:0;
    text-align: center;
}
#products_by_category li.glitzItem .p_name{
    font-size:16px;
    color:#000000;
    line-height:24px;
    display: block;
}
#products_by_category li.glitzItem .p_type{
    font-size:16px;
    color:#999999;
    line-height:24px;
    display: block;
    padding-bottom:27px;
}

#products_by_category .pagination{
    margin: 0;
    padding:0;
    margin-top:40px;
}
#products_by_category .pagination .fl{
    float: none;
    width: 100%;
    font-size: 0;
    line-height: 0;
}
#products_by_category .pagination .danaiPageDes{
    display: none;
}
#products_by_category .pagination a, #products_by_category .pagination span{
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    border: 1px solid #333;
    padding: 0;
    margin: 0 4px;
    display: inline-block;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 31px;
    font-weight: normal;
    background: none;
    position: relative;
    transition:all ease-out .4s;
    -o-transition:all ease-out .4s;
    -moz-transition:all ease-out .4s;
    -webkit-transition:all ease-out .4s;
}
#products_by_category .pagination a:hover{
    border-color: #333;
    background-color:#333;
    color:#fff;
}
#products_by_category .pagination .danaiPageCurrent{
    border-color: #333;
    background-color:#333;
    color:#fff;
}
#products_by_category .pagination .danaiPageUp{
    font-size: 0;
    line-height: 0;
}
#products_by_category .pagination .danaiPageUp.danaiPageCurrent{
    background-color: transparent;
    border-color:#333;
    color:#666;
}
#products_by_category .pagination .danaiPageUp:after{
    content: "<";
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    line-height: 34px;
    color:#666;
    position: absolute;
    left: -1px;
    top: -1px;
    font-family: "Simsun";
    font-size: 20px;
    transition:all ease-out .4s;
    -o-transition:all ease-out .4s;
    -moz-transition:all ease-out .4s;
    -webkit-transition:all ease-out .4s;
}
#products_by_category .pagination .danaiPageUp:hover::after{
    color:#fff;
    border-color: #333;
    background-color:#333;
    color:#fff;
}
#products_by_category .pagination .danaiPageDown{
    font-size: 0;
    line-height: 0;
}
#products_by_category .pagination .danaiPageDown:after{
    content: ">";
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    line-height: 34px;
    color:#666;
    position: absolute;
    left: -1px;
    top: -1px;
    font-family: "Simsun";
    font-size: 20px;
}
#products_by_category .pagination .danaiPageDown:hover::after{
    color:#fff;
}