@charset "gb2312";
.page-prod {
	width: 100%;
	overflow: auto;
}
.page-prod-class-holder {
	width: 300px;
	float: left;
}
.page-prod-class-title {
	width: 100%;
	height: 75px;
	background-color: #000;
	border-top: 5px solid #a67e43;
	padding: 10px 0px;
}
.page-prod-class-title .cn-title {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	font-size: 18px;
}
.page-prod-class-title .en-title {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
}
.page-prod-class-list {
	width: 100%;
	padding: 15px;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.page-prod-class-list a {
	display: block;
	width: 100%;
	height: 41px;
	line-height: 40px;
	color: #000;
	background-color: #f9f9f9;
	border-bottom: 1px dashed #DDD;
	text-align: center;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.page-prod-class-list a:hover {
	background-color: #a67e43!important;
	color: #fff!important;
}
.page-prod-class-list .current {
	background-color: #000!important;
	color: #fff!important;
	background-image: url("right-arrow.png");
	background-repeat: no-repeat;
	background-position: 250px center;
}
.page-prod-class-list a[level="0"] {
	clear: both;
	width: 100%;
	background-color: #a67e43;
	color: #FFF;
	border-bottom: 0px;
	margin-top: 15px;
}
/*---------------------------------------------*/
.page-prod-list-holder {
	margin-left: 330px;
	width: 1050px;
}
.page-prod-list {
	float: left;
	width: 32%;
	background-color: #FFF;
	margin-right: 2%;
	margin-bottom: 2%;
	-webkit-box-shadow: 0px 0px 5px 0px #999;
	box-shadow: 0px 0px 5px 0px #999;
}
.page-prod-list:nth-child(3n) {
	margin-right: 0%;
}
.page-prod-list .img {
	width: 100%;
	overflow: hidden;
}
.page-prod-list .img i {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.page-prod-list .title {
	width: 100%;
	padding: 15px;
	border-bottom: 1px solid #EEE;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.page-prod-list .operation {
	width: 100%;
	padding: 15px;
}
.page-prod-list .operation a {
	display: block;
	width: 100%;
	height: 36px;
	background-color: #000;
	color: #FFF;
	line-height: 36px;
	text-align: center;
	border-radius: 5px;
}
.page-prod-list .operation a:hover {
	background-color: #a67e43;
}