.product-item .container{
    max-width: 1400px;
}
.product-dinfo .container{
    max-width: 1290px;
}
.product-list {
    margin: 0 -15px -50px;
}
.product-list .item {
    width: 25%;
    padding: 0 15px;
}
.product-list .item a {
    max-width: 320px;
    margin: 0 auto 50px;
    text-align: center;
    background-color: #fff;
    position: relative;
}
.product-list .item a .pic{
    position: relative;
}
.product-list .item a .pic:before {
    content: "";
    background: rgba(255,255,255,0.90) url(../images/products/product-cover.png) no-repeat 50% 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-webkit-transition: all 0.3s ease;
}
.product-list .item:hover a .pic:before{
    opacity: 1;
}
.product-list .item:hover a .name{
    color: #038CC0;
	background-color: rgba(255, 255, 255, 0);
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-webkit-transition: all 0.3s ease;
}
.product-list .name {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0px;
    color: #000000;
	font-weight: 600;
    font-size: 16px;
    padding: 6px 8px 6px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	background-color: rgba(255, 255, 255, 0.8);
}
.product-list .item a .text{
    text-align: left;
    color: #666;
    letter-spacing: 0.8px;
	font-size: 14px;
    margin-top: 16px;
}
.intro-table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    width: 100%;
    margin: 20px 0;
}
.intro-table tr {
    border-bottom: 1px solid #ddd;
}
.intro-table th {
    color: #FF732F;
    width: 70px;
    text-align: left;
}
.intro-table th,
.intro-table td {
    padding: 5px;
    vertical-align: top;
}

.gallery {
    padding: 20px 0px;
    margin-bottom: 30px;
}
.stage {
    float: left;
    width: 58%;
    padding: 0 2%;
}
.gallery .txt {
    float: right;
    width: 38%;
}
.thumbnails ul {
    margin: -2% -1% 0;
}
.thumbnails ul li {
    width: 50%;
    padding: 2.3% 1% 0;
}
.thumbnails a {
    position: relative;    
}
.thumbnails a:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.90) url(../images/products/focus.png)center center no-repeat;
    opacity: 0;
}
.thumbnails a:hover:before,
.thumbnails li.active a:before{
    opacity: 1;
}
.product-name {
    font-size: 20px;
    color: #FFF;
    line-height: 1.2;
    background: #227DC8;
    padding:10px;
    padding-left:38px; 
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product-name:before{
    content: '';
    display: block;
    width: 10px;
    height: 11px;
    position: absolute;
    background: url(../images/slide-dot.png)right center no-repeat;
    z-index: 2;
    left: 12px;
    top: 16px;
}
.detail-title {
    position: relative;
    text-align: center;
    line-height: 20px;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 60px;
}
.detail-title:before,
.detail-title:after {
    content: "";
    border-top: 1px solid #eee;
    position: absolute;
    top: 50%;
}
.detail-title:before {
    left: 0;
    right: 50%;
    margin-right: 65px;
}
.detail-title:after {
    right: 0;
    left: 50%;
    margin-left: 65px;
}
.detail-title span {
    display: inline-block;
    border: solid #D6D6D6;
    border-width: 0 1px;
    padding: 0 10px 0 12px;
}

@media screen and (max-width: 1200px) {
    .product-list .item {
        width: 33.33%;
    }
}
@media screen and (max-width: 1200px) {
    .product-list .item {
        width: 50%;
    }
}
@media screen and (max-width: 640px) {
    .stage,
    .gallery .txt {
        float: none;
        width: auto;
    }
    .stage {
        border-right: 0;
        padding-right: 0;
        padding-top: 10px;
    }
    .thumbnails {
        margin-top: 20px;
    }
    .thumbnails ul {
        margin: 0 -5px;
    }
    .thumbnails ul li {
        width: 33.33%;
        padding: 10px 5px 0;
    }
}
@media screen and (max-width: 600px) {
    .product-list .item {
        width: auto;
        float: none;
    }
    .product-list .pic {
        height: auto;
    }
    .product-list .product-name {
        white-space: normal;
    }
}
@media screen and (max-width: 479px) {
    .intro-table tr,
    .intro-table th,
    .intro-table td {
        display: block;
    }
    .intro-table tr {
        padding: 5px;
    }
    .intro-table th,
    .intro-table td {
        padding: 0;
    }
}