
.products-list li {
    width: 25%;
    font-size: 13px;
    text-align: center;
    margin-bottom: 50px;
}

.products-list li a {
    max-width: 237px;
    margin: 0 auto;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    border: solid 1px #ddd;
}

.products-list li .pic {
    position: relative;
    max-width: 237px;
}

.products-list li a:hover .pic:before,
.gallery .thumbnails li a:hover:before,
.gallery .thumbnails li.active a:hover:before{
    content: '';
    display: block;
    background: url(../images/hover.png) no-repeat , rgba(0,0,0,0.3);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
}



.products-list li .txt {
    text-align: left;
    margin: 10px 0 12px 0;
}

.products-list li .txt .title {
    color: #004794;
    font-size: 20px;
    /*單行文字使用*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px 0 20px;
}

.products-list li .txt .description {
    max-width: 220px;
    font-size: 16px;
    color: #878787;
    /*多行文字使用*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px 0 20px;
    min-height: 46px;
    max-height: 46px;
}

.products-list li .btn.more {
    background: #8ca0bb;
    color: #fff;
    display: block;
    width: 100%;
    padding: 5px 20px;
    height: auto;
    box-sizing: border-box;
    text-align: center;
}
.products-list li:hover .btn.more {
    background: #aaaaaa;
}

.gallery .stage {
    float: left;
    margin-bottom: 40px;
    width: 45%;
    margin-top: 20px;
}

.gallery .stage .pic {
    max-width: 566px;
    border: solid 1px #ddd;
}

.gallery .txt {
    float: right;
    margin-top: 17px;
    width: 50%;
    margin-left: 5%;
}

.gallery .product-tit {
    font-size: 20px;
    font-weight: bold;
    color: #4C4C4C;
    margin-bottom: 20px;
    padding: 3px 0;
    font-weight: 900;
    border-bottom: solid 2px #eee;
}

.gallery .product-intro {
    font-size: 13px;
    line-height: 1.5;
    color: #8C8C8C;
    margin-bottom: 35px;
}

.gallery .thumbnails li {
    float: left;
    width: calc(100% / 3);
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 8px;

}

.gallery .thumbnails li a {
    position: relative;
    border: solid 1px #ddd;
}

.detail-title {
    font-size: 20px;
    color: #7D91AC;
    background-color: #F4F6F6;
    border-top: solid 1px #ddd;
    letter-spacing: 4px;
    font-weight: 900;
    padding: 5px 20px 5px 30px;
    display: inline-block;
    margin: 40px 0;
    width: 100%;
}

.btn-boxs.tal{
    margin-top: 50px;
    clear: both;
}

@media screen and (max-width: 1330px) {
    .products-list li{
        box-sizing: border-box;
        padding: 0 15px;
    }
}
@media screen and (max-width: 1100px) {
    .products-list li {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 767px) {
    .product-main {
        width: 100%;
    }
}

@media screen and (max-width: 720px) {
    .gallery .stage,
    .gallery .txt,
    .gallery .pic {
        margin: 0 auto;
        float: none;
        width: 100%;
        text-align: center;
    }
    .gallery .txt {
        margin-top: 40px;
    }

}

@media screen and (max-width: 600px) {
    .products-list li {
        width: 50%;
        padding: 0 10px;
    }
}
@media screen and (max-width: 480px) {


}

@media screen and (max-width: 380px) {
    .products-list li {
        width: 100%;
        padding: 0px;
    }
}
