﻿.menu-product {
    color: #e5322d !important;
    background: #ffffff;
}

/*产品展示*/
.product {
    width: 1200px;
    overflow: hidden;
}

.product-title {
}

    .product-title span {
        display: inline-block;
        height: 36px;
        line-height: 40px;
        font-size: 17px;
        font-weight: 600;
        letter-spacing: 5px;
        color: #e5322d;
        padding: 0 15px 0 15px;
        border-bottom: 1px solid #c6c5c5;
    }

.product-body {
    display: inline-block;
    width: 1228px;
}

    .product-body ul {
        padding-left: 0;
        width: 279px;
        height: 290px;
        margin: 25px 28px 10px 0;
        /*background: #f55f6b;*/
        background: #88cabd;
        border-radius: 10px 10px;
        float: left;
    }

        .product-body ul li {
            list-style: none;
            width: 260px;
            text-align: center;
            margin-top: 10px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .product-body ul li a {
                position: relative;
                display: inline-block;
                width: 264px;
                height: 198px;
                background: white;
            }

            .product-body ul li img {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                max-width: 264px;
                max-height: 198px;
            }

.product-name {
    margin-top: 15px !important;
}

.watermark {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 264px;
    height: 198px;
    overflow: hidden;
    z-index: 2;
    opacity: 0.5;
}

/*分页*/
.product-page {
    margin: 50px 0 10px 0;
    text-align: center;
}

    .product-page a {
        color: white;
        text-decoration: none;
        background: #eb4232;
        margin: 0 5px 0 5px;
        padding: 6px 10px 6px 10px;
        border-radius: 4px 4px;
        background: url(/Image/Computer/page.png);
        background-position: center;
        cursor: pointer;
    }

.page-first, .page-end {
    padding: 6px 15px 6px 15px !important;
}

.page-now {
    color: #e73e2d !important;
    border: 1px solid #e73e2d !important;
    padding: 5px 9px 5px 9px !important;
    background: white !important;
    cursor: initial !important;
}

.product-page span {
    margin: 0 5px 0 5px;
}

.product-page form {
    display: inline-block;
}

.page-txt {
    width: 50px;
    height: 26px;
    padding: 0 5px 0 5px;
    border: 1px solid #808080;
    outline: none;
}

.page-btn {
    color: white;
    text-decoration: none;
    background: #eb4232;
    margin-left: 10px;
    padding: 6px 9px 6px 9px;
    border: none;
    outline: none;
    border-radius: 4px 4px;
    background: url(/Image/Computer/page.png);
    background-position: center;
    cursor: pointer;
}
