﻿.productlistx a:link {
    color: #505050;
    text-decoration: none;
    font: 12px/20px Verdana, microsoft yahei, Arial;
}

.productlistx a:visited {
    text-decoration: none;
    color: #505050;
}

.productlistx a:hover {
    color: #ff6600;
}

.productlistx a:active {
    color: #505050;
    text-decoration: none;
}

.productlistx {
    visibility: visible;
    margin: 0px;
    padding: 0px;
    position: relative;
    font: 12px/20px Verdana, microsoft yahei, Arial;
    color: #000000;
    overflow: hidden;
    width: 100%;
}

.rollproductlists {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    width: 100%;
}

.blkproductlistx {
    width: 800px;
    border: 0px;
    padding: 20px 0;
    overflow: hidden;
    ZOOM: 1;
    position: relative;
    margin: 0 auto;
}

.blkproductlistx .LeftButton {
    background: url(../images/arrow.png) no-repeat;
    left: 0px;
    float: left;
    width: 25px;
    cursor: pointer;
    position: absolute;
    height: 25px;
    top: 80px;
    margin-left: 7px;
}

.blkproductlistx .RightButton {
    background: url(../images/arrow.png) no-repeat  -25px 0px;
    right: 0px;
    float: right;
    width: 25px;
    cursor: pointer;
    position: absolute;
    height: 25px;
    top: 80px;
    margin-right: 7px;
}

.blkproductlistx .Cont {
    width:800px;
    padding: 0px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.blkproductlistx .box {
    float:left;
    text-align:center;
    margin:0px;
    padding:0px;
    width:200px;
}

.box .fang {
    width: 200px;
    height: 150px;
    border: 0px #ebebeb solid;
    padding: 0px;
    margin: 0 auto;
    text-align: center;
}

.box .picFit {
    overflow: hidden;
}

.blkproductlistx .box img {
}

.protitle {
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

div.box a.prodtitle:link, div.box a.prodtitle:visited, div.box a.prodtitle:active {
    color: #505050;
    font: 12px/32px Verdana, microsoft yahei, Arial;
    text-decoration: none;
    display: inline-block;
    width: 120px;
    max-height: 40px;
    line-height: 20px;
    text-align: center;
}

div.box a.prodtitle:hover {
    color: #ff6600;
    text-decoration: underline;
    font: 12px/32px Verdana, microsoft yahei, Arial;
    width: 120px;
    max-height: 40px;
    line-height: 20px;
    text-align: center;
}