﻿* {
    margin: auto;
    font-size: 14px;
    white-space: nowrap;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

.menu-product {
    background: url(../Image/menu.jpg);
}

.hr {
    min-width: 1050px;
    border: 1px solid #e5e5e5;
}

.cls-pro {
    width: 1050px;
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 25px;
}
/*产品类型*/
.cls {
    width: 240px;
    float: left;
}

.cls-title {
    width: 240px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    background: url(../Image/bg.jpg);
}

    .cls-title span {
        color: white;
        font-size: 17px;
        margin-left: 23px;
    }

.cls-box {
    width: 230px;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .cls-box a {
        font-size: 15px;
        color: black;
        text-decoration: none;
    }

        .cls-box a:hover {
            color: #ffb758;
        }
/*产品展示*/
.pro {
    width: 800px;
    margin-left: 250px;
}

.pro-title {
    width: 800px;
    height: 40px;
    line-height: 40px;
    background: url(../Image/bg.jpg);
}

    .pro-title span {
        color: white;
        font-size: 17px;
        margin-left: 23px;
    }
/*排序*/
.pro-order {
    width: 800px;
    height: 40px;
    line-height: 40px;
    background: #f3f3f3;
    margin-top: 2px;
}

    .pro-order a {
        color: black;
        text-decoration: none;
    }

        .pro-order a:hover {
            color: #ffb758;
            text-decoration: none;
        }

    .pro-order div {
        width: 80px;
        text-align: center;
        float: left;
    }

.pro-sort-jg {
    display: none;
    margin-left: 80px;
    background: #f3f3f3;
    position: absolute;
    z-index: 2;
}

.pro-sort-rq {
    display: none;
    margin-left: 160px;
    background: #f3f3f3;
    position: absolute;
    z-index: 2;
}
/**/
.pro-box {
    width: 230px;
    height: 220px;
    text-align: center;
    margin: 30px 20px 0 15px;
    float: left;
}

.pro-img {
    width: 230px;
    height: 172px;
    line-height: 0px;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #808080;
}

    .pro-img img {
        max-width: 230px;
        max-height: 172px;
    }

.pro-number {
    width: 230px;
    font-size: 13px;
    margin-top: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro-name {
    width: 230px;
    font-size: 13px;
    margin-top: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*图片放大*/
.pictureBig {
    line-height: 0px;
    box-shadow: 2px 2px 20px 0;
    position: absolute;
    z-index: 3;
}

    .pictureBig img {
        max-width: 400px;
        max-height: 300px;
    }
/*水印*/
.water {
    color: black;
    width: 230px;
    height: 172px;
    z-index: 2;
    position: absolute;
    overflow: hidden;
    opacity: 0.5;
}
/*分页*/
#page {
    width: 800px;
    float: right;
    text-align: center;
    margin: 30px 0 30px 0;
}

    #page a {
        font-size: 13px;
        color: white;
        text-decoration: none;
        border: 1px solid #85c226;
        border-radius: 3px 3px;
        background: #85c226;
        /*background: url(../Image/bg.jpg);*/
        margin: 0 6px 0 6px;
        padding: 2px 9px 2px 9px;
    }
