﻿.menu-product span {
    /*color: white !important;*/
}

/*产品展示*/
#product {
    width: 1220px;
    margin-left: -20px;
}

.product {
    width: 1200px;
    min-height: 600px;
    overflow: hidden;
    padding-top: 30px;
}

    .product ul {
        padding: 0;
        width: 285px;
        height: 310px;
        background: white;
        position: relative;
        margin: 20px 0 0 20px;
        float: left;
    }

        .product ul li {
            list-style: none;
            width: 245px;
            min-height: 1em;
            line-height: 1;
            margin-top: 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .product ul li a {
                color: black;
                text-decoration: none;
                vertical-align: top;
            }

                .product ul li a:hover img {
                    transform: scale(1.1);
                    -ms-transform: scale(1.1);
                    -webkit-transform: scale(1.1);
                }

            .product ul li img {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                max-width: 100%;
                max-height: 100%;
                transition: all 1s;
            }

.product-img {
    width: 260px !important;
    margin-top: 20px !important;
}

    .product-img a {
        position: relative;
        display: inline-block;
        width: 260px;
        height: 195px;
    }

.product-number {
    margin-top: 15px !important;
}

.product-time {
    font-size: 0.9rem !important;
    color: #808080;
}

.watermark {
    width: 100%;
    height: 100%;
    color: black;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 2;
    opacity: 0.5;
}

/*分页*/
.page {
    width: 1200px;
    padding: 50px 0 50px 0;
    text-align: center;
}

    .page a {
        color: white;
        text-decoration: none;
        border: 1px solid #2eaae0;
        border-radius: 3px;
        background: #2eaae0;
        margin: 0 5px 0 5px;
        padding: 5px 10px 5px 10px;
        cursor: pointer;
    }

.page-first, .page-end {
    padding: 5px 15px 5px 15px !important;
}

.page-now {
    color: #2eaae0 !important;
    border: 1px solid #2eaae0 !important;
    background: white !important;
    cursor: initial !important;
}

.page span {
    margin: 0 5px 0 5px;
}

.page form {
    display: inline-block;
}

.page-txt {
    width: 50px;
    height: 28px;
    padding: 0 6px 0 6px;
    border: 1px solid #808080;
    outline: none;
}

.page-btn {
    color: white;
    text-decoration: none;
    background: #2eaae0;
    border: 1px solid #2eaae0;
    border-radius: 3px;
    outline: none;
    margin-left: 10px;
    padding: 6px 9px 6px 9px;
    cursor: pointer;
}
