.products-list {
    margin: -55px -20px 0;
}
.products-list .item {
    width: 33.33%;
    padding: 0 10px;
}
.products-list .item .pic img{
	max-height:328px;
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear; 
}
.products-list .item:hover .pic img{
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.products-list .item a {
    max-width: 330px;
    margin: 40px auto 0;
    position: relative;
}
.products-list .more {
    display: block;
    background: url(../images/more.png) no-repeat;
    width: 48px;
    height: 48px;
    margin: -24px auto 0;
    position: relative;
    z-index: 3;
}
.products-list a:hover .more {
    background-position: 0 100%;
}
.products-list .name {
    padding: 38px 15px 20px 15px;;
    font-size: 16px;

    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #8F8F8F;
    color: #FFF;
    text-align: center;
    margin-top: -22px;
}

.products-list .description {
    color: #878787;
    font-size: 13px;
    line-height: 1.5;
    height: 38px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.products-list a:hover .description {
    color: #444;
}

.gallery {
    margin-bottom: 60px;
}
.stage {
    float: left;
    width: 47%;
    border-right: 1px solid #CCCCCC;
    padding-right: 6%;
}
.stage .pic {
    border: 1px solid #CCCCCC;
    max-width: 500px;
    overflow: hidden;
}
.gallery .intro-box,
.thumbnails {
    float: right;
    width: 41%;
}
.gallery .intro-box.left-class{
	float:left;
}
.thumbnails ul {
    margin: 0 -4%;
}
.thumbnails ul li {
    width: 33.33%;
    padding: 8% 4% 0;
}
.thumbnails a {
    position: relative;
    max-width: 120px;
    margin: 0 auto;
    opacity: 0.6;
}
.thumbnails li.active a:before {
    border-color: #454545;
}
.thumbnails li.active a{
    opacity: 1;
}
.intro-box .title {
    font-size: 23px;
    font-weight: bold;
    color: #666661;
    font-family: '敺株��迤暺煾��';
    line-height: 1.4;
    margin-bottom: 10px;
}
.intro-box .txt {
    margin-bottom: 6px;
    font-family: '敺株��迤暺煾��';
    color: #878787 ;
    font-size: 14px;
}
.intro-box .price {
    font-size: 23px;
    color: #333;
    margin-bottom: 20px;
}
.detail-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    background: #5E99AD;
    color: #FFFFFF;
    padding: 4px 10px;
}
.detail-title:before,
.detail-title:after {
    content: "+";
    display: inline-block;
}
.detail-title:before {
    margin-right: 10px;
}
.detail-title:after {
    margin-left: 10px;
}

@media screen and (max-width: 1100px) {
    
    /*
    .products-list .item {
        width: 50%;
    }*/
    .gallery .intro-box {
        float: none;
        width: auto;
    }
    .stage {
        width: 60%;
        padding-right: 4.5%;
    }
    .thumbnails {
        width: 31%;
    }
    .thumbnails ul {
        margin-top: -8%;
    }
    .thumbnails ul li {
        width: 50%;
    }
}
@media screen and (max-width: 600px) {
    .products-list .item {
        width: auto;
        float: none;
    }
    .stage,
    .thumbnails {
        float: none;
        width: auto;
    }
    .stage {
        border: 0;
        padding: 0;
    }
    .thumbnails ul {
        margin: 0 -5px;
    }
    .thumbnails ul li {
        width: 16.66%;
        padding: 10px 5px 0;
    }
}
@media screen and (max-width: 480px) {
    .thumbnails ul li {
        width: 33.33%;
    }
}