.search-keyword {
    font-size: 24px;
    margin: 0;
}
.products-list.type1 {
    margin: 0 -5px;
}
.products-list.type1 .item {
    width: 25%;
    padding: 0 5px;
}
.products-list.type2 {
    margin: 0 -5px;
}
.products-list.type2 .item {
    width: 20%;
    padding: 0 5px;
}
.products-list .box {
    position: relative;
    max-width: 480px;
    margin: 0 auto 50px;
    text-align: center;
}

.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.products-list .pic:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(4,9,65,0) 0%, rgba(4,9,65,0.85) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(4,9,65,0) 0%,rgba(4,9,65,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(4,9,65,0) 0%,rgba(4,9,65,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00040941', endColorstr='#d9040941',GradientType=0 ); /* IE6-9 */
    opacity: 0;
    transition: all .3s ease;
}
.products-list .pic:after {
    content: "";
    background: url(../../images/common/index/products_hover.png) no-repeat 50% 0;
    display: block;
    height: 185px;
    margin-bottom: -15px;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    transition: all .3s ease;


}
.products-list .box:hover .pic:before ,.products-list .box:hover .pic:after {
    opacity: 1;
}
.products-list .name {
    color: #C5A667;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Arvo',Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 26px;
}
.products-list .more {
    line-height: 28px;
    height: 30px;
    border: solid 1px #989aa9;
    font-family: Libre Baskerville,Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 17px;
    color: #DFDFDF;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 8px 0 14px;
    transition: all .3s ease;
}
.products-list .box:hover .more {
    background-color: #050D53;
    border-color: #050D53;
}

.products-intro {
    margin: 0 0 30px;
}
.gallery {
    float: left;
    width: 34%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pd-intro,
.thumbnails {
    float: right;
    width: 52%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gallery .slider {
    max-width: 640px;
    margin: 0 auto;
}
.pd-intro .pd-name {
    color: #C5A667;
    font-size: 26px;
    font-weight: normal;
    font-family: 'Arvo',Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #ccc;
    margin: 0 0 25px;
    padding: 4px 0 10px;
}
.pd-description {
    line-height: 1.8;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding: 0 0 25px;
    font-family: 'Arvo',Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    
}
.thumbnails {
    clear: right;
}
.thumbnails ul {
    max-width: 390px;
    margin: 0 -10px;
}
.thumbnails li {
    width: 33.33%;
    padding: 0 10px 20px;
}
.thumbnails li a {
    max-width: 117px;
    margin: 0 auto;
    opacity: 0.6;
}
.thumbnails li.active a {
    opacity: 1;
}

.products-detail {
    position: relative;
    margin-bottom: 30px;
}

@media screen and (max-width: 1280px) {
    .products-list.type1 .item {
        width: 33.33%;
    }
    .products-list.type1 .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list.type1 .item:nth-child(3n+1) {
        clear: left;
    }
}
@media screen and (max-width: 1200px) {
    .products-list.type2 .item {
        width: 25%;
    }
    .products-list.type2 .item:nth-child(5n+1) {
        clear: none;
    }
    .products-list.type2 .item:nth-child(4n+1) {
        clear: left;
    }
}
@media screen and (max-width: 1100px) {
    .products-list.type2 {
        max-width: 640px;
        margin: 0 auto;
    }
    .products-list.type2 .item {
        width: 50%;
    }
    .products-list.type2 .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list.type2 .item:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 767px) {
    .products-list.type2 {
        margin: 0 -5px;
        max-width: none;
    }
    .products-list.type1 .item {
        width: 50%;
    }
    .products-list.type1 .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list.type1 .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list .box {
        margin-bottom: 30px;
    }
    .pd-intro,
    .gallery,
    .thumbnails {
        float: none;
        width: auto;
    }
    .thumbnails ul {
        max-width: none;
        margin: 0 -5px;
    }
    .thumbnails li {
        width: 16.66%;
        padding: 10px 5px 0;
    }
}
@media screen and (max-width: 480px) {
    .products-list .name {
        font-size: 14px;
        height: 23px;
    }
}
@media screen and (max-width: 400px) {
    .thumbnails li {
        width: 33.33%;
    }
}