
.product-list {
    margin: 0 -10px;
}

.product-list li {
    width: 25%;
    padding: 0 10px;
}

.product-list li a {
    margin: 0 auto 50px;
    max-width: 335px;
}

.product-list .pic {
    position: relative;
    border-radius: 5px;
    border: solid #DAD0AD 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.product-list .pic img {
    border: solid #fff 1px;
}

.product-list li:hover .pic:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/icon_hover.png) no-repeat 50% 50% rgba(0, 0, 0, .6);
}

.product-list .product-name {
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0 5px;
    text-align: center;
}

.product-list a:hover p:after {
    background: #FF732F;
    color: #fff;
}

.gallery {
    max-width: 1800px;
    margin:0 auto 60px;
}
.gallery .breadcrumb {
    margin-bottom: 0;
}
.gallery .stage {
    float: left;
    width: 50%;
}
.gallery .txt {
    float: right;
    width: 50%;
}
.gallery .stage .pic{
    max-width: 840px;
}
.gallery .thumbnails {
}
.gallery .thumbnails ul {
    max-width: 100%;
}
.gallery .thumbnails ul li {
    width: 33.3%;
    padding: 8px 5px 0;
}
.gallery .thumbnails ul li:last-child{
    margin-bottom: 0;
}
.gallery .thumbnails a {
    position: relative;
    max-width: 266px;
}
.gallery .thumbnails li.active a:before,
.gallery .thumbnails a:hover:before {
    content: " ";
    background: rgba(0,0,0,0.8) url(../images/products/small_hover.png) no-repeat 50% 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.product-name {
    font-size: 20px;
    margin-bottom: 15px;
    color: #333;
}
.detail-title {
    background: url(../images/products/detail_title.jpg) no-repeat 30px 0;
    height: 32px;
    text-indent: -99999px;
    margin: 0 -30px 30px;
}
.product-detail {
    border-bottom: 1px solid #ddd;
    padding: 0 30px 30px;
}
.product-detail .title {
    color: #FF732F;
    font-size: 33px;
    letter-spacing: 3px;
    font-family: 'Lora', serif;
    line-height: 1.2;
}

@media screen and (max-width: 1440px) {
    .product-list {
        max-width: 1100px;
        margin: 0 auto;
    }
    .product-list li {
        width: 33.33%;
    }
    .gallery {
        max-width: 1440px;
        margin:0 auto 60px;
    }
    .gallery .stage {
        width: 60%;
    }
    .gallery .txt {
        width: 38%;
    }
    .gallery .thumbnails ul li {
        width: 49%;
    }
}
@media screen and (max-width: 1100px) {
    .product-list {
        max-width: 760px;
    }
    .product-list li {
        width: 50%;
    }
    .gallery .stage,
    .gallery .txt {
        float: none;
        width: auto;
    }
    .gallery .thumbnails ul {
        max-width: 560px;
        margin: 0 auto 10px;
    }
}
@media screen and (max-width: 767px) {
    .product-category,
    .product-name {
        font-size: 20px;
    }
    .product-list li {
        width: auto;
        float: none;
        padding: 0;
    }
    .product-list .pic {
        height: auto;
    }
    .product-list .product-name {
        white-space: normal;
    }
}
