.page-banner {
    background: url("../images/product_01.png")left top no-repeat;
    height:337px
}

.product-item {
    width: 49.7%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}

.product-item img  {
    cursor: pointer;
    transition: all .6s ease;
}

.product-item img:hover {
    transform: scale(1.1);
}

.video-item img:hover {
    transform: scale(1);
}

.product-info {
    position: absolute;
    z-index: 111;
    width: 100%;
    text-align: center;
    top: 57px;
    font-size: 18px;
}

.product-info .title {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.video-info .title {
    color: #fff;
}

.product-info a {
    margin-top: 17px;
    display: block;
}

.product-info a:hover {
   color:#00bee7;
}

.productlist-wrapper {
    padding: 0 10px 10px;
}

.footer {
    margin-top: 0;
}


.product-item{
    background-color: #eee;
    vertical-align: middle;
}

.product-item:hover{
    background-color: #ddd;
}

.product-description{
    display: block;
    width: 100%;
}

.product-description .product-title{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding-top: 50px;
}

.product-description .product-desc{
    font-size: 18px;
    color: #666;
    text-align: center;
    padding-top: 30px;
}


.product-description .show-more{
    font-size: 18px;
    color: #bbb;
    text-align: center;
    padding-top: 20px;
}

.product-description .product-img{
    text-align: center;
}

.container-full{
    padding-bottom: 0px;
}

@media screen and (max-width:1600px) {

}


@media  screen and (max-width: 1440px) {

}

@media  screen and (max-width: 1366px) {

}


@media  screen and (max-width: 1024px) {

}


@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 375px) and (max-width: 767px) {

}

@media (max-width: 374px) {

}