@charset "gb2312";
.product-holder {
	width: 100%;
}
/*---------------------------------------------------------*/
.product-title {
	width: 100%;
	height: 61px;
	padding: 15px 0px;
	border-bottom: 1px dashed #CCC;
}
.product-title .product-title-holder {
	width: 1200px;
	margin: auto;
}
.product-title .cnTitle {
	line-height: 30px;
	font-size: 18px;
	color: #C00000;
	font-weight: bold;
	border-left: 4px solid #C00000;
	padding: 0px 10px;
}
.product-title .enTitle {
	line-height: 30px;
	font-size: 18px;
	color: #CCC;
	text-transform: uppercase;
}
.product-title .breadcrumb-holder {
	float: right;
	height: 30px;
}
.breadcrumb-holder .breadcrumb {
	width: 100%;
}
.breadcrumb-holder .breadcrumb-list {
	width: 100%;
}
.breadcrumb-holder .breadcrumb-list span {
	display: block;
	float: left;
	height: 30px;
	color: #333;
	line-height: 30px;
}
.breadcrumb-holder .breadcrumb-list i {
	display: block;
	float: left;
	height: 30px;
	padding: 0px 5px;
	color: #999;
	line-height: 30px;
}
.breadcrumb-holder .breadcrumb-list a {
	display: block;
	float: left;
	height: 30px;
	color: #999;
	line-height: 30px;
}
.breadcrumb-holder .breadcrumb-list a:hover {
	color: #333;
}
.breadcrumb-holder .breadcrumb-list a:last-child {
	color: #0088FF;
}
/*---------------------------------------------------------*/
.product-category-list {
	width: 1200px;
	margin: 20px auto;
}
.product-category-list .list-holder {
	position: relative;
	width: 100%;
	padding-left: 130px;
	padding-bottom: 30px;
}
.product-category-list .list-holder .title {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	background-color: #333;
}
.product-category-list .list-holder a {
	display: block;
	float: left;
	padding: 0px 15px;
	margin: 5px;
	line-height: 36px;
	background-color: #FFD380;
	color: #C00000;
}
.product-category-list .list-holder a:hover {
	color: #FFF;
	background-color: #C00000;
}
/*---------------------------------------------------------*/
.product-photo-list {
	width: 1200px;
	margin: auto;
}
.product-photo-list .list {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	background-color: #F5F5F5;
}
.product-photo-list .list:nth-child(3n) {
	margin-right: 0%;
}
.product-photo-list .img {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.product-photo-list .img i {
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.product-photo-list .title {
	display: block;
	width: 100%;
	height: 30px;
	padding: 0px 20px;
	margin-top: 20px;
	font-size: 18px;
	color: #333;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.product-photo-list .note {
	display: block;
	width: 100%;
	height: 20px;
	padding: 0px 20px;
	margin-bottom: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #999;
}
.product-photo-list .note span {
	float: right;
}
.product-photo-list .note span:first-child {
	float: left;
}
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/