.products-header .sub-title {
    margin-bottom: 0;
}

.products-list {
    margin: 0 -10px 20px;
    padding-top: 30px;
}

.products-list:after {
    content: '';
    display: block;
    clear: both;
}

.products-list .item {
    width: 25%;
    float: left;
}

.products-list .pic {
    max-width: 210px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    border: solid 1px #ccc;
}

.products-list li a:hover .pic:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/products/hover.png) center no-repeat, rgba(51, 51, 51, 0.3);
    position: absolute;
    left: 0;
    top: 0;
}

.products-list .txt {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 210px;
    font-family: "Istok Web";
}

.products-list .title {
    color: #257A52;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    display: block;
    height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1; /*超出第5行時截斷*/
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.products-list li:hover .title {
    color: #333;
    text-decoration: underline;
}

.products-list .description {
    font-size: 13px;
    color: #777;
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /*超出第5行時截斷*/
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gallery .btn.more2,
.products-info .btn.more2,
.products-list .btn.more2 {
    display: block;
    margin: 10px auto 40px;
    max-width: 150px;
    line-height: 38px;
    text-align: center;
    background: #44916C;
    border-radius: 8px;
    font-family: Istok Web;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    transition: box-shadow .3s ease;
}

.gallery .btn.more2{
    margin: 0;
}
.gallery .btn.more2:before,
.products-info .btn.more2:before,
.products-list .btn.more2:before {
    content: "";
    display: inline-block;
    background: url(../images/products/ic_more.png) no-repeat;
    width: 21px;
    height: 21px;
    margin-right: 10px;
    vertical-align: middle;
}
.gallery .btn.more2:before{
    background: url(../images/products/_btn.png) no-repeat;
    width: 27px;
    height: 25px;
}
.gallery .btn.more2:hover,
.products-info .btn.more2:hover,
.products-list li:hover .btn.more2 {
    -webkit-box-shadow: 2px 2px 0 2px #224836;
    box-shadow: 2px 2px 0 2px #224836;
}

.gallery {
    margin-bottom: 60px;
}

.gallery .breadcrumb {
    margin-bottom: 0;
    border-bottom: none;
    text-align: left;
}

.gallery .stage {
    float: left;
    width: 57%;
}

.gallery .stage .pic {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    border: solid 1px #ccc;
    background: #fff;
}

.gallery .txt {
    float: right;
    width: 40%;
}

.gallery .thumbnails {
    margin-top: 15px;
}

.gallery .thumbnails ul {
    margin: -4px -2px 0;
}

.gallery .thumbnails ul li {
    width: 33.33%;
    padding: 10px 2px;
}

.gallery .thumbnails a {
    position: relative;
    max-width: 132px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    border: solid 1px #ccc;
}

.gallery .thumbnails li.active a:before,
.gallery .thumbnails a:hover:before {
    content: " ";
    background: rgba(51, 51, 51, 0.3) url(../images/products/hover.png) no-repeat center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.product-name {
    font-size: 20px;
    color: #257A52;
    font-weight: bold;
}

.detail-title {
    font-size: 15px;
    color: #76BE9A;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 20px;

}
.detail-title:before{
    content:"";
    display: inline-block;
    background: url(../images/products/_info.png) no-repeat;
    width: 24px;
    height: 29px;
    margin-right: 10px;
    vertical-align: middle;
}

@media screen and (max-width:1100px) {
    .gallery .stage,
    .gallery .txt {
        float: none;
        width: auto;
    }

    .gallery .thumbnails ul {
        max-width: 560px;
        margin: 0 auto 10px;
    }
    .product-name,
    .products-header,
    .products-header .breadcrumb {
        text-align: center;
    }
    .gallery .btn.more2{
        margin: auto;
    }
    .detail-title{
        text-align: center;
    }
}

@media screen and (max-width:1000px) {
    .products-list {
        width: 90%;
        margin: 60px auto 0;
    }

    .products-list .item {
        width: 50%;
        margin-bottom: 30px;
    }

}


@media screen and (max-width:767px) {
    .product-name {
        font-size: 20px;
    }

}

@media screen and (max-width:620px) {
    .products-list {
        width: 100%;
    }

    .products-list .item {
        width: 100%;
    }

}