.production {
	background: url('../img/bg-production-detail.jpg') no-repeat 0 0;
	background-size: auto 100%;
}

.production .cat {
	font-size: 1.69rem;
	line-height: 1.69rem;
	font-weight: bold;
	color: #fff;
	padding-top: 2.5rem
}

.production .name {
	font-size: 2.5rem;
	line-height: 3rem;
	color: #a1c025;
	font-weight: bold;
	border-bottom: 4px solid #a1c025;
	padding-top: .63rem;
	padding-bottom: 1.25rem;
	display: inline-block;
}

.item {
	background: url('../img/bg-prod-pro.jpg') repeat-x 0 0
}

.item .tit {
	font-size: 2rem;
	font-weight: bold;
	color: #595757;
	border-bottom: 1px solid #f5f5f5;
	padding-top: 3.5rem;
	padding-bottom: 1.5rem;
	margin-bottom: 2.63rem
}

.item .product {
	font-size: 1.25rem;
	text-align: center;
	line-height: 2.5rem;
	padding: .63rem 3.75rem 3.13rem 3.75rem;
	border-right: 1px dashed #e1e1e1;
	color: #373737
}

.content {
	padding-top: 3rem;
	padding-bottom: 0
}

.content .tit {
	font-size: 2rem;
	color: #595757;
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 1.5rem;
	margin-bottom: 2.38rem
}

@media (max-width: 768px){
	.production .cat {
		font-size: 1.2rem;
		line-height: 1.2rem;
		padding-top: 1.5rem
	}
	
	.production .name {
		font-size: 1.5rem;
		line-height: 2rem;
		border-bottom: 2px solid #a1c025;
		padding-top: .63rem;
		padding-bottom: 0.9rem;
	}
	
	.item .tit {
		font-size: 1.38rem;
		padding-top: 1.5rem;
		padding-bottom: 1rem;
		margin-bottom: 1rem
	}
	
	.item .product {
		font-size: 1.25rem;
		line-height: 2rem;
		padding: 1rem;
		border-right: 0;
	}
	
	.content {
		padding-top: 2rem;
		padding-bottom: 2rem
	}
	
	.content .tit {
		font-size: 1.38rem;
		padding-bottom: 1rem;
		margin-bottom: 1.38rem
	}
}



