﻿.menu-product {
    font-size: 1.54rem !important;
}

/*产品展示*/
/*.product-title {
    width: 1400px;
    font-size: 1.54rem;
    margin-top: 40px;
}*/

#product {
    width: 1410px;
    margin-left: -10px;
}

.product {
    width: 1400px;
    min-height: 600px;
    overflow: hidden;
    margin-top: 18px;
    /*margin-top: 30px;*/
}

    .product ul {
        padding: 0;
        width: 272px;
        height: 290px;
        background: white;
        position: relative;
        margin: 12px 0 0 10px;
        float: left;
    }

        .product ul li {
            list-style: none;
            width: 248px;
            min-height: 20px;
            line-height: 20px;
            /*color: #808080;*/
            text-align: center;
            margin-top: 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .product ul li a {
                color: black;
                text-decoration: none;
            }

            .product ul li img {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                max-width: 248px;
                max-height: 186px;
                transition: transform 0.5s;
            }

            .product ul li a:hover img {
                transform: scale(1.1);
                -ms-transform: scale(1.1); /* IE 9 */
                -webkit-transform: scale(1.1); /* Safari and Chrome */
            }

.product-img {
    width: 248px !important;
    margin-top: 18px !important;
}

    .product-img a {
        position: relative;
        display: inline-block;
        width: 248px;
        height: 186px;
    }

.product-name {
    /*max-height: 40px;
    color: black !important;*/
    margin-top: 5px !important;
}

/*.product ul {
    padding: 0;
    width: 350px;
    height: 370px;
    background: white;
    position: relative;
    float: left;
}

    .product ul li {
        list-style: none;
        width: 310px;
        min-height: 20px;
        line-height: 20px;
        color: #808080;
        margin-top: 5px;
    }

        .product ul li a {
            position: relative;
            display: inline-block;
            width: 320px;
            height: 240px;
        }

        .product ul li img {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            max-width: 320px;
            max-height: 240px;
        }

.product-img {
    width: 320px !important;
    margin-top: 15px !important;
}

.product-name {
    max-height: 40px;
    color: black !important;
    overflow: hidden;
}*/

.watermark {
    width: 248px;
    height: 186px;
    color: black;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 2;
    opacity: 0.5;
}

/*分页*/
.page {
    width: 1400px;
    padding: 50px 0 50px 0;
    text-align: center;
}

    .page a {
        color: white;
        text-decoration: none;
        border: 1px solid #196dc7;
        border-radius: 3px;
        background: #196dc7;
        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: #196dc7 !important;
    border: 1px solid #196dc7 !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: #196dc7;
    border: 1px solid #196dc7;
    border-radius: 3px;
    outline: none;
    margin-left: 10px;
    padding: 6px 9px 6px 9px;
    cursor: pointer;
}
