#products ul{
	overflow: hidden;
}
#products ul li{
	margin: 10px 1%;
	float: left;
	width: 23%;
}
#products ul li a.photo{
	background-size: 100% auto;
}
#products ul li:hover a.photo{
	background-size: 120% auto;
}
#products ul li h3{
	overflow: hidden;
	margin-top: 15px;
	height: 23px;
	font-size: 18px;
	text-align: center;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
#products ul li h3 a{
	color: #8a511b;
}
.main-pro-img{
	overflow: hidden;
	width: 70%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	display: inline-block;
	vertical-align: top;
}
.main-pro-img img{
	width: 100%;
}
.sub-pro-img{
	margin-left: 4%;
	width: 25%;
	display: inline-block;
	vertical-align: top;
}
.sub-pro-img ul li{
	margin: 10px 1%;
	width: 47%;
	display: inline-block;
}
.sub-pro-img ul li:first-child{
	display: none;
}
.orderfunction{
	margin: 30px 0;
	padding: 15px;
	background: #e4dbd0;
}
.orderfunction p{
	width: 32%;
	display: inline-block;
}
.orderfunction p label{
	vertical-align: top;
}
.orderfunction p strong{
	color: #F1070B;
}
.orderfunction p input[type="tel"]{
	padding: 5px;
	width: 40px;
}
.orderfunction p input[type="button"]{
	margin-left: 5px;
	padding: 5px;
	background: #000;
	color: #fff;
	display: inline-block;
}
.pro-article ul li{
	margin: 5px 0;
	margin-right: 10px;
	padding: 10px 15px;
	background: #f1ebd4;
	border-bottom: 4px solid #e0d5ac;
	display: inline-block;
}
.pro-article ul li.active{
	background: #d6c791;
	border-bottom: 4px solid #a29668;
}
.pro-article ul li a{
	color: #222;
}
.tab_container{
	margin: 10px 0 40px;
	padding: 20px;
	background: #e2e1e1;
	border-bottom: 4px solid #b1afaf;
}

@media screen and (max-width: 768px) {
	#products ul li{
		width: 48%;
	}
	.main-pro-img,
	.sub-pro-img,
	.orderfunction p:last-child{
		margin: 10px 0;
		margin-left: 0;
		width: 100%;
		display: block;
	}
	.sub-pro-img ul li{
		width: 22%;
	}
}
@media screen and (max-width: 480px) {
	.sub-pro-img ul li{
		width: 47%;
	}
}
@media screen and (max-width: 450px) {
	#products ul li,
	.orderfunction p{
		width: 98%;
		display: block;
	}
	.orderfunction p{
		margin: 10px 0;
	}
}
@media screen and (max-width: 320px) {
	.sub-pro-img ul li{
		width: 98%;
		display: block;
	}
}