body {
	background-position: center 30px;
}



.about-img{
		width: 60%;
		margin: 15px;
	}
	
@media (max-width: 768px) {
	body {
		background-position: center 10px;
	}
	.about-img{
		display: block;
		float: none;
		width: 100%;
		margin: 15px;
		margin-left: 0;
		margin-right: 0;
	}
	.page-title{
		padding-top: 80px;
		background-color: #f5f5f5;
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
	}
}

.product-menu .active a{
	background-color: #e06069;
	color: #fff;
}
.product-menu .active a:hover{
	color: #000000;
}
.product-menu h1{
	font-size: 18px;
}
.product-menu h1 span{
}
.product-menu{
	height: auto;
}

.product-list{
	padding-top: 30px;
}

.product-item a{
	display: block;
	padding: 0px;
	border-top: 1px solid #ddd;
	padding: 10px;
	overflow: hidden;
	height: 280px;
	-webkit-transition: .15s;
	transition: .15s;
	
}
@media (min-width: 993px) and (max-width: 1200px) {
	.product-item a{
		height: 340px;
	}
}
@media (min-width: 769px) and (max-width: 992px) {
	.product-item a{
		height: 260px;
	}
}
@media (max-width: 768px) {
	.product-item a{
		height:auto;
		padding:0 ;
	}
	.product-item-name div{
		display: none;
	}
}



.product-item a:hover{
	border-top: 1px solid #999;
	padding: 0
}
.product-item a img{
	width: 100%;
}
.product-item-name{
	position: absolute;
	left:15px;
	top:5px;
	color: #999;
	font-size: 12px;
	-webkit-transition: .15s;
	transition: .15s;
	
}
.product-item-name div{
	overflow: hidden;
	width: auto;
	height: 0px;
	margin-top: 5px;
	border-top: 1px solid #fff;
	padding-right: 10px;
	padding-top: 5px;
	color: #fff;
	background-color: rgba(255,255,255,.0);
	-webkit-transition: .25s;
	transition: .25s;
}
.product-item a:hover .product-item-name{
	left: 20px;
	color: #555;
}
.product-item a:hover .product-item-name div{
	border-top: 1px solid #999;
	color: #777;
	height: 40px;
	background-color: rgba(255,255,255,.6);
}

.product-open{
	padding-top: 0;
}
.product-open-txt{
	padding-left: 15px;
	padding-top: 10px;
}

.product-open-txt p{
	line-height: 24px;
}
.product-open-txt p span{
	background-color: #f5f5f5;
	color: #999;
	padding: 0 5px;
	border-radius: 3px;
	margin-right: 5px;
}
.product-open-txt img{
	display: block;
	width: 500px;
	margin: 20px auto;
	margin-top: 50px;
}
@media (max-width: 768px) {
	.product-open-txt img{
	display: block;
	width: 100%;
	margin: 20px auto;
	margin-top: 50px;
}
}
