.site-main .container {
    max-width: 1470px;
}

.products-list {
    margin: 0 -8px;
}

.products-list .item {
    width: calc(100% / 6);
    padding: 0 8px;
}

.products-list .item a {
    max-width: 225px;
    margin: 0 auto 50px;
    text-align: center;
}

.products-list .pic {
    margin-bottom: 10px;
    position: relative;
}

.products-list a .pic:before {
    content: " ";
    width: 130px;
    height: 65px;
    background: url(../../images/common/products/hover.png) no-repeat;
    display: block;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -65px;
    position: absolute;
    z-index: 5;
    transition: all .2s;
    opacity: 0;
}

.products-list a:hover .pic:before {
    opacity: 1;
}

.products-list .name {
    color: #182D0B;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all .2s;
}

.products-list a:hover .name {
    color: #B21807;
}

.products-list .icon.more {
    background-image: url(../../images/common/products/more.png);
    width: 25px;
    height: 25px;
}

.products-list a:hover .icon.more {
    background-position: 0 100%;
}

.products-list+.btn-box {
    padding-top: 52px;
}

.products-detail .gallery {
    float: left;
    width: 38%;
    max-width: 540px;
    margin: 0 auto 30px;
}

.gallery .stage .pic {
    border: 1px solid #ECDFBD;
}

.gallery .thumbnails {
    padding-top: 8px;
}

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

.gallery .thumbnails ul li {
    width: 16.66%;
    padding: 4px;
}

.gallery .thumbnails a {
    position: relative;
    max-width: 84px;
    margin: 0 auto;
    border: 1px solid #fff;
}

.gallery .thumbnails a img {
    opacity: 0.5;
}

.gallery .thumbnails li.active a img,
.gallery .thumbnails a:hover img {
    opacity: 1;
}

.products-detail .intro-txt,
.products-detail .title {
    float: right;
    width: 59%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.products-detail .title {
    color: #af2516;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 1px solid #F1C98E;
    background: url(../../images/common/products/title_ic.png) no-repeat 5px 5px;
    padding: 10px 0 20px 60px;
    margin-bottom: 20px;
}

.products-detail .editor {
    padding: 0 0 20px;
}

.products-detail .btn-box {
    padding-top: 30px;
    text-align: left;
}

.gallery .slick-prev,
.gallery .slick-next {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url(../../images/common/products/gallery_arrow.png) no-repeat;
    width: 45px;
    height: 45px;
    margin-top: -30px;
    position: absolute;
    z-index: 10;
    top: 50%;
    cursor: pointer;
    text-align: left;
}

.gallery .slick-prev {
    background-position: 0 0;
    left: 0px;
}

.gallery .slick-next {
    background-position: 100% 0;
    right: 0px;
}

.gallery .slick-prev:hover {
    background-position: 0 100%;
}

.gallery .slick-next:hover {
    background-position: 100% 100%;
}

@media screen and (max-width: 1200px) {
    .products-list .item {
        width: 25%;
    }
}

@media screen and (max-width: 1000px) {
    .products-detail .gallery,
    .products-detail .intro-txt,
    .products-detail .title {
        float: none;
        width: auto;
    }
}

@media screen and (max-width: 900px) {
    .products-list .item {
        width: 33.33%;
    }
}

@media screen and (max-width: 600px) {
    .products-list .item {
        width: 50%;
    }
}

@media screen and (max-width: 400px) {
    .products-list .item {
        width: auto;
        float: none;
        padding: 0;
    }
}