@charset "gb2312";
.page-prod {
	width: 100%;
}
.page-pord-class-Screen {
	width: 100%;
	padding: 40px 0px;
}
.page-pord-class-Screen-holder {
	width: 1200px;
	height: 200px;
	margin: auto;
}
.page-pord-class-Screen-holder a {
	display: block;
	float: left;
	width: 25%;
	height: 200px;
}
.page-pord-class-Screen-holder a .img {
	display: block;
	margin: auto;
	width: 140px;
	height: 140px;
	border-radius: 70px;
	border: 5px solid #2daa5a;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari 和 Chrome */
	-o-transition: all 1s; /* Opera */
}
.page-pord-class-Screen-holder a.current .img {
	border: 5px solid #005f50;
}
.page-pord-class-Screen-holder a:hover .img {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
}
.page-pord-class-Screen-holder a .cn-title {
	display: block;
	margin-top: 20px;
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #005f50;
}
.page-pord-class-Screen-holder a .en-title {
	display: block;
	width: 100%;
	height: 15px;
	line-height: 15px;
	text-align: center;
	font-size: 14px;
	color: #c8dc96;
	text-transform: uppercase;
}
.page-prod-class-holder {
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #DDD;
}
.page-prod-class-title {
	float: left;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #2a2a2a;
	color: #FFF;
}
.page-prod-class-list {
	margin-left: 120px;
	overflow: auto;
}
.page-prod-class-list a {
	display: block;
	float: left;
	width: 25%;
	height: 41px;
	padding: 0px 15px;
	line-height: 41px;
	text-align: center;
	background-color: #464646;
	color: #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.page-prod-class-list a:hover {
	background-color: #C30000!important;
	color: #fff!important;
}
.page-prod-class-list .current {
	background-color: #C30000!important;
	color: #fff!important;
}
.page-prod-class-list a[level="0"] {
	background-color: #464646;
	color: #FFF;
}
.page-prod-list-holder {
	width: 100%;
}
.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: 10px 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: 10px 15px;
}
.page-prod-list .operation a {
	display: block;
	width: 100%;
	height: 36px;
	background-color: #CCC;
	color: #FFF;
	line-height: 36px;
	text-align: center;
	border-radius: 5px;
}
.page-prod-list .operation a:hover {
	background-color: #2daa5a;
}