.products-list.type1 {
    margin: 0 -10px;
}
.products-list.type1 .item {
    width: 33.3%;
    padding: 0 10px;
}
.products-list.type1 .item:nth-child(3n+1) {
    clear: left;
}
.products-list .box {
    max-width: 350px;
    margin: 0 auto 70px;
    position: relative;
}
.products-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}

.products-list .box.new .pic-box:before {
    content: '';
    display: block;
    background: url(../../images/common/products/new_tag.png) no-repeat;
    width: 95px;
    height: 52px;
    position: absolute;
    z-index: 10;
    left: calc(50% - 47px);
    top: -15px;
}
.products-list .pic-box {
    display: block;
    position: relative;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .pic img {
    width: 100%;
    transition: all 1.5s ease;
    transform: scale(1.0);
}

.products-list .box:hover .pic img {
  transform: scale(1.2);
}

.products-list .txt {
    padding-top: 20px;
}
.products-list .name {
   color: #196539;
    font-size: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height:35px;
    text-align: center;
    margin-bottom: 15px;
	font-weight: 500;
   font-family: "cwtexyen", sans-serif;
    letter-spacing: 2px;

}
.products-list .description {
   color: #9BA49D;
    font-size: 14px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 37px;
    line-height: 1.5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
}
 
.products-intro {
    margin-bottom: 50px;
}
.gallery {
    float: left;
    width: 68%;
    max-width: 700px;
}
.pd-intro,
.thumbnails {
    float: right;
    width: 32%;
}
.pd-intro .pd-name {
    font-size: 25px;
    margin: 0 0 30px;
    line-height: 1.2;
    color: #196539;
    font-weight: normal;
   font-family: "cwtexyen", sans-serif;
    letter-spacing: 2px;
    font-weight: 500;
}
.thumbnails ul {
    margin: 0 0;
}
.thumbnails li {
    width: 50%;
    padding: 5px;
}
.thumbnails li a {
    max-width: 180px;
    margin: 0 auto;
}
.thumbnails li a:before {
    content: '';
    display: block;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.thumbnails li a:hover:before,
.thumbnails li.active a:before {
    opacity: 0;
}

.products-detail {
    position: relative;
}
.products-detail .title {
    position: relative;
    line-height: 30px;
    color: #B3CDA9;
    font-family: "Times New Roman", Times, serif;
    font-size: 25px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    text-align: center;
}

 
 

@media screen and (max-width: 1440px) {
    .products-list.type1 {
        margin: 0 -7px;
    }
    .products-list.type1 .item {
        padding: 0 7px;
    }
}
@media screen and (max-width: 1320px) {
   
}
@media screen and (max-width: 767px) {
    .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.type1 .box {
        margin-bottom: 40px;
    }
    .products-intro {
        margin-bottom: 30px;
    }
    .gallery,
    .pd-intro,
    .thumbnails {
        float: none;
        width: auto;
    }
    .pd-intro .pd-name {
        margin-bottom: 15px;
    }
    .gallery {
        margin: 0 auto 4px;
    }
    .thumbnails li {
        width: 16.66%;
    }
    .products-detail .title {
        font-size: 21px;
        margin-bottom: 20px;
    }
    .products-detail .title:before {
        font-size: 30px;
        margin-right: 5px;
    }
    .products-detail .title:after {
        left: 180px;
    }
}
@media screen and (max-width: 520px) {
    .products-list.type1 .item {
        width: 100%;
    }
}