#products .productList{
	 overflow:hidden;
} 
#products .productList >div{
	float:left;
	width: 24.25%;
	margin-right:1%;
    margin-bottom: 25px;
}
#products .productList >div:nth-child(4n){
	margin-right: 0;
}
#products .p-box{
	position: relative;
	margin: 0 10px;
}
#products .p-box .photo a{
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#products .p-box h3{
	text-align:center;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:rgba(0,0,0,0.7);
	padding: 5px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#products .p-box:hover h3{
	padding:15px 0
}
#products .p-box h3 a{
	color:#fff;
	font-size:16px;
	text-align:center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#products .p-box:hover h3 a{
    color:#fab818;
    font-size:18px;
    text-align: center;
}
.sub-pro-img{
	margin-top:30px;
}
.sub-pro-img p{
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}
#gallery{
	margin:0 auto;
}
#products-detail .pInfo h3{
	font-size: 22px;
	font-weight: normal;
}
#products-detail .pInfo article{
	margin: 15px 0;
	line-height: 170%;
}
#products-detail .pInfo .payBox{
	overflow: hidden;
	position: relative;
	padding: 20px;
	border: 1px #3496ae solid;
}
#products-detail .pInfo .payBox p{
	margin: 10px 0;
	font-size: 16px;
}
#products-detail .pInfo .payBox p.price{
	font-size: 18px;
	font-weight: bold;
	color: #de1212;
}
#products-detail .pInfo .payBox p input{
	padding: 5px;
	width: 60px;
	border: 1px #8da6ab solid;
	vertical-align: initial;
	text-align: center;
}
#products-detail .pInfo .payBox img{
	position: absolute;
	right: -50px;
	bottom: -50px;
}
#products-detail .pInfo:hover .payBox img{
	right: 0;
	bottom: 0;
}
#products-detail p.contus a,
#products-detail .pInfo p.buy a{
	padding: 10px;
	width: 144px;
	background: rgb(75,170,193); /* Old browsers */
	background: -moz-linear-gradient(10deg,  rgba(75,170,193,1) 0%, rgba(91,176,180,1) 25%, rgba(125,191,150,1) 60%, rgba(176,212,107,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(10deg,  rgba(75,170,193,1) 0%,rgba(91,176,180,1) 25%,rgba(125,191,150,1) 60%,rgba(176,212,107,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(175deg,  rgba(75,170,193,1) 0%,rgba(91,176,180,1) 25%,rgba(125,191,150,1) 60%,rgba(176,212,107,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4baac1', endColorstr='#b0d46b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	display: block;
	font-size: 14px;
	color: #fff;
}
#products-detail p.contus a i,
#products-detail .pInfo p.buy a i{
	margin-left: 50px;
}
#products-detail p.contus a:hover i,
#products-detail .pInfo p.buy a:hover i{
	animation: animatedIcon .5s;
	-webkit-animation: animatedIcon .5s;
	-moz-animation: animatedIcon .5s;
	-ms-animation: animatedIcon .5s;
	-o-animation: animatedIcon .5s;
}
@keyframes animatedIcon{
	0%{ margin-left: 50px;}
	25%{ margin-left: 45px; }
	50%{ margin-left: 50px; }
	75%{ margin-left: 45px; }
	100%{ margin-left: 50px; }
}
@-o-keyframes animatedIcon{
	0%{ margin-left: 50px;}
	25%{ margin-left: 45px; }
	50%{ margin-left: 50px; }
	75%{ margin-left: 45px; }
	100%{ margin-left: 50px; }
}
@-webkit-keyframes animatedIcon{
	0%{ margin-left: 50px;}
	25%{ margin-left: 45px; }
	50%{ margin-left: 50px; }
	75%{ margin-left: 45px; }
	100%{ margin-left: 50px; }
}
@-moz-keyframes animatedIcon{
	0%{ margin-left: 50px;}
	25%{ margin-left: 45px; }
	50%{ margin-left: 50px; }
	75%{ margin-left: 45px; }
	100%{ margin-left: 50px; }
}
@-ms-keyframes animatedIcon{
	0%{ margin-left: 50px;}
	25%{ margin-left: 45px; }
	50%{ margin-left: 50px; }
	75%{ margin-left: 45px; }
	100%{ margin-left: 50px; }
}
.prod-art{
	margin: 20px 0;
}
.prod-art .tabs{
	border-bottom: 1px #7dbe97 solid;
	text-align: center;
}
.prod-art .tabs li{
	padding: 12px 10px;
	border-radius: 5px 5px 0 0;
	border: 1px solid #E0E0E0;
	border-bottom: 0;
	display: inline-block;
}
.prod-art .tabs li a{
	color: #666;
}
.prod-art .tabs li:hover,
.prod-art .tabs li.active{
    background: #1e7f5f;
    letter-spacing: 3px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.prod-art .tabs li:hover a,
.prod-art .tabs li.active a{
	color: #fff;
}
.prod-art .tab_container{
	padding: 20px;
}
.otherTit{
	margin: 35px 0 20px;
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
	#products .productList >div,
	#products .productList >div:nth-child(4n){
		width: 32.33%;
		margin-right:1%;
	}
	#products .productList >div:nth-child(3n){
		margin-right: 0;
	}
}
@media screen and (max-width: 640px) {
	#products .productList >div,
	#products .productList >div:nth-child(4n),
	#products .productList >div:nth-child(3n){
		width: 49.5%;
	}
	#products .productList >div:nth-child(2n){
		margin-right: 0;
	}
}
@media screen and (max-width: 480px) {
	#products .productList >div,
	#products .productList >div:nth-child(4n),
	#products .productList >div:nth-child(3n),
	#products .productList >div:nth-child(2n){
		width: 100%;
		margin-right: 0;
	}
}