.products-list.type1 {
    margin: 0 -10px;
}
.products-list.type1 .item {
    width: 25%;
    padding: 0 10px;
}
.products-list.type1 .item:nth-child(4n+1) {
    clear: left;
}
.products-list .box {
    max-width: 330px;
    margin: 0 auto 0px;
    position: relative;
}
.products-list .box.new .pic-box:before {
    content: '';
    display: block;
    background: url('../../images/common/products/new_tag.png') no-repeat;
    width: 48px;
    height: 48px;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}


.products-list .txt {
    padding: 10px 25px 10px 0;
    width: 90%;
    box-sizing: border-box;
    position: relative;
    margin-top: 0;
    background:#fff; 
    transition: all .3s ease;
}
.products-list .name {
    color: #000000;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 32px;
    box-sizing: border-box;
}
.products-list .namebox{
     position: relative;
    padding:10px 15px;
    border-bottom: solid 1px #E6E7E7;
}
.products-list .namebox:after{
    transition: all .3s ease;
    content: '';
    display: block;
    width: 90px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #00B0EC;
}

.products-list .description {
    color: #717070;
    font-size: 14px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 55px;
    margin-top: 20px;
    padding:0 15px;
    transition: all .3s ease;
    opacity: 0;
}
.products-list .box:hover .namebox:after{
    width: 100%;

}
.products-list .box:hover .txt{
    margin-top: -62px;
    box-shadow: 15px 15px 20px rgba(0,0,0,0.12);
}
.products-list .box:hover .description {
    opacity: 1;
}

.products-intro {
    margin-bottom: 50px;
}
.gallery {
    float: left;
    width: 62%;
    max-width: 675px;
}
.pd-intro,
.thumbnails {
    float: right;
    width: 35%;
}
.pd-intro .pd-name {
    color: #000;
    font-size: 25px;
    font-weight: normal;
    margin: 0 0 15px;
    line-height: 1.2;
    padding:10px 0px;
    border-bottom: solid 1px #E6E7E7;
    position: relative;
}
.pd-intro .pd-name:after{
    transition: all .3s ease;
    content: '';
    display: block;
    width: 90px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #00B0EC;
}
.pd-intro .btn.normal{
    margin: 0px 0 28px;
}
.thumbnails ul {
    margin: -2px;
}
.thumbnails li {
    width: 50%;
    padding: 2px;
}
.thumbnails li a {
    max-width: 186px;
    margin: 0 auto;
}
.thumbnails li a:before {
    content: '';
    display: block;
    background: rgba(255,255,255,0.6);
    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: 40px;
    letter-spacing: 1px;
    margin-bottom: 40px;

    font-family: 'Roboto Condensed';
    font-size: 24px;
    font-weight: bold;
    color: #003F86;
    border-bottom: solid 2px #003F86;
}

.pd-info{
    margin-bottom: 15px;
}
.pd-info span{
    color: #444;
    font-size: 20px;
    display: inline-block;
}
@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) {
    .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: 1000px) {
    .products-list .description{
        opacity: 1;
    }
    .products-list .box:hover .txt{
        margin-top: 0;
    }
    .products-list .txt{
        width: 100%;

    }
}
@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: 30px;
    }
    .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%;
    }
}