.content-main.big{
	background:none;
	padding: 0;
}
#products{
}
.productlist{
	overflow:hidden;
}
.productlist >div{
	float:left;
	width: 31.333%;
	margin-right: 1%;
    margin-left: 1%;
	background: #fff;
	box-shadow: 0 0 8px #c4c4c4;
    margin-bottom: 35px;
}
.productlist >div:nth-child(3n){
	margin-right:0;
}
.hover{
	position:absolute;
	opacity:0;
	width:100%;
	height:100%;
	text-align:center;
	background-color:rgba(25,25,25,0.8);
	background-repeat:no-repeat;
	background-position:50%;
}
#products .wow{
	animation-name:pulse;
	-moz-animation-name:pulse;
	-ms-animation-name:pulse;
	-o-animation-name:pulse;
	-webkit-animation-name:pulse;
}
#products .wows{
}
#products .wows .border .photo {
	position:relative;
}
#products .wows .border .photo:hover .hover{
	opacity:1;
	transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
	-moz-transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
	-ms-transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
	-o-transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
}
#products .wows .photo .img{
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:100%;
	display:block;
	background-color:#000;
}
#products .wows h3{
	text-align:center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin:15px 0 0;
}
#products .wows h3 a{
	font-size:16px;
	color:#555555;
}
#products .wows article{
	text-align:center;
	font-size:12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color:#878686;
	margin:0 10px 15px; 
}
#products .wows span{
	background:#434343;
	display:block;
	width:100%;
	height:1px;
	margin:0 auto 15px;
}
#products .wows:hover span{
	width:50%;
}
#products .wows .price{
	text-align:center;
	color:#6d6d6d;
	font-size:16px;
	height: 23px;
}
#products .more{
	text-align:center;
	margin: 15px 0;
}
#products .more a{
	color:#959191;
	font-size:16px;
	border:2px solid #959191;
	padding: 0 15px;
}
#products .more a:hover{
	background:#959191;
	color:#fff;
}
/*********detail*********/
.product-deta{
	overflow:hidden;
	margin-bottom: 30px;
}
.product-deta .products-detail{
	float:right;
	width:49%;
}
.product-deta .products-detail h3{
	color:#222326;
	font-size:22px;
	margin-bottom: 10px;
}
.product-deta .products-detail span{
	display:block;
	width:100%;
	height:5px;
	background:#222326;
	position:relative;
}
.product-deta .products-detail span:before{
	display: block;
    width: 100%;
    height: 2px;
    background: #222326;
    content: '';
    position: absolute;
    bottom: -5px;
}
.product-deta .products-detail h4{
    margin: 20px 0 10px;
    color: #202020;
    font-size: 16px;	
}
.product-deta .products-detail p{
	color: #b71717;
    font-size: 12px;
}
.product-deta .products-detail article{
	color: #6f6f6f;
    font-size: 12px;
}
.product-deta .products-detail .ask{
	overflow:hidden;
	margin-top: 10px;
}
.product-deta .products-detail .ask a{
	display: block;
    background: #3b3b3b;
    color: #fff;
    font-size: 16px;
    padding: 5px 15px;
    width: 80px;
    text-align: center;
	float: right;
}

.product-deta .products-album{
	float:left;
	width:49%;
}
.main-pro-img{
	border:1px solid #e9e9e9;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:100% auto;
	margin-bottom:5px;
}
.sub-pro-img li{
	float:left;
	margin-right: 5px;
}
.sub-pro-img li a{
	display:block;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:100% auto;
}
.pro-article {
	overflow: hidden;
	position: relative;
	margin: 30px 0;
}
.pro-article .tabs_container{
	margin: 15px 0;
}
.pro-article ul.tabs {
	width: 100%;
	height: 30px;
	border-bottom: 1px #dadada solid;
	overflow: visible;;
}

.pro-article ul.tabs li {
	margin: 0 3px -1px 0;
	height: 29px;
	float: left;
	overflow: hidden;
	position: relative;
}

.pro-article ul.tabs li a {
	padding: 0 15px;
	height: 29px;
	display: block;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	color: #969696;
}

.pro-article ul.tabs li.active {
	border: 1px #f1c935 solid;
    border-bottom: 1px #fff solid;
    background: #f1c935;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

.pro-article ul.tabs li.active a {
	color: #000;
	font-weight: bold;
}

.pro-article .tab_container {
	clear: left;
	margin: 15px 0 0;
	width: 100%;
}

.pro-article .tab_container .tab_content {
	margin: 0 10px;
	line-height: 170%;
	font-size: 16px;
	color: #1b1717;
}
.other-product{
}
.other-product h2{
	color:#282829;
	font-size:20px;
	margin: 20px 0;
}

@media screen and (max-width: 768px) {
	#products .wows .border .photo:hover .hover{
		background-size: 40%;	
	}
}
@media screen and (max-width: 640px) {
	.productlist >div,
	.productlist >div:nth-child(3n){
		width:47%;
		margin-right:2%;
	}
	.productlist >div:nth-child(2n){
		margin-right:0;
	}
	.other-product .productlist >div:nth-child(3n){
		width:100%;
		margin-right:0;
	}
	.product-deta .products-detail,
	.product-deta .products-album{
		width:100%;
		margin-bottom:10px;
	}
}
@media screen and (max-width: 480px) {
	.other-product .productlist >div{
		width:100%;
		margin-right:0;
	}
}