.page-products{
	
}
.products-detail{
	padding: 0px 0;
}

.products-detail h3{
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 0px;
	line-height: 45px;
	border-bottom: 1px solid #9AA4BD;
}
.products-detail-desc{
	border-top: 2px solid #009d9e;
	background: #fcfcfc;
	padding: 30px ;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.products-detail-img{
	width: 30%;
	max-width: 380px;
	text-align: center;
	/* border: 1px solid #f3f3f3; */
	padding: 15px;
	margin-left: 15px;
	/* background: #f9f9f9; */
}
.products-detail-img span{
	display: block;
	font-size: 13px;
	color: #999;
	margin-top: 8px;
}
.products-detail-fonts{
	width: 64%;
	line-height: 1.8;
	position: relative;
}
.products-detail-fonts b{
	display: block;
	font-size: 24px;
	color: #009d9e;
	margin-bottom: 8px;
	margin-left: -10px;
	font-weight: normal;
}
.products-detail-fonts p{
	line-height: 34px;
}
.products-detail-fonts p.models{
	color: #009d9e;
}
/* .products-detail-fonts .models-button{
	position: absolute;
	right: 160px;
	top: 120px;
} */
.products-detail-fonts a{
	display: inline-block;
	background: #009d9e;
	color: #fff;
	padding: 8px 35px;
	margin: 25px 25px 15px 0;
	border-radius: 3px;
}

.products-detail-fonts-talbe{
	font-size: 14px;
}
table.p-fonts-table{
	text-align: left;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	box-sizing: border-box;
	width: 75%;
	margin-top: 10px;
}
table.p-fonts-table tr:nth-child(even){
	background-color: #f6f6f6;
}
table.p-fonts-table tr td{
	padding: 6px 18px;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
}
table.p-fonts-table tr td:first-child{
	
}
table.p-fonts-table tr:last-child td{
	text-align: center;
}
table.p-fonts-table tr:first-child td{
	color: #009d9e;
}

.products-function{
	padding: 15px 0 0px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.products-search{
	width: 18%;
	font-size: 14px;
}
.products-search ul {
	display: block;
	border-top: 1px solid #9AA4BD;
	margin-top: 10px;
}
.products-search ul li{
	background: #f9f9f9;
	border-bottom: 1px solid #fff;
	padding: 10px 8px 12px 8px;
}
.products-search ul li.button{
	text-align: right;
}
.products-search ul li span{
	display: block;
}
.products-search select.select{
	box-sizing: border-box;
	width: 100%;
	height: 30px;
	font-family: "SourceHanSansCN-Regular","Helvetica Neue",Helvetica,Arial;
	font-size: 13px;
	border: 1px solid #eee;
	color: #666;
	text-indent: 2px;
}
.products-search button{
	background: #009d9e;
	color: #fff;
	border-radius: 5px;
	padding: 6px 20px;
	cursor: pointer;
	margin-right: 5px;
}
.products-list{
	width: 80%;
}
.products-showlist{
	width: 100%;
}
.products-list h3 span, .products-search h3 span{
	font-size: 13px;
	padding-left: 12px;
	color: #999;
}
.products-list h3, .products-search h3{
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 8px;
}
.products-list table{
	width: 100%;
	text-align: center;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	box-sizing: border-box;
	font-size: 14px;
}
.products-showlist table{
	min-width: 1040px;
	width: 100%;
}
.products-list table th:first-child,
.products-list table td:first-child {
  position: sticky;
  left: 0;        
  z-index: 1; 
  text-align: left;
  min-width: 130px;
}
.products-list table td.parts-img img{
	height: 50px;
	margin: 0 auto;
	text-align: center;
	display: block;
}
.products-list table tr.child{
	display: none;
	background: #fefefe;
}
.products-list table tr.parent:hover{
	background: #efefef;
}
.products-list table tr.parent.expanded {
	background-color: #f0fbfb;
	border-left: 3px solid #009d9e;
}
.toggle-icon {
	position: absolute;
	left: 7px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 10px;
	width: 5px;
	height: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #009d9e;
	transition: transform 0.3s ease;
}

.expanded .toggle-icon {
	transform: translateY(-50%) rotate(90deg);
	color: #009d9e;
}
.products-list table tr th{
	background:#9AA4BD;
	line-height: 28px;
	font-weight: normal;
	padding: 10px 10px;
	text-align: center;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	color: #fff;
}
.products-list table tr td{
	padding: 15px 10px;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	/* background: #fff; */
	font-size: 13px;
}
.products-list table tr.child td{
	padding: 10px 10px;
	/* background-color: #f9ffff; */
}
.products-list table tr td.pic{
	position: relative;
}
.products-list table tr td.pic img{
	max-width: 42px;
	position: absolute;
	top: 6px;
	left: 50%;
	margin-left: -21px;
	transition: all 0.2s linear;
}
.products-list table tr.child td.pic img{
	top: 3px;
}
.products-list table tr td.pic img:hover{
	transform: scale(3);
	z-index: 99999999;
	background: #fff;
}
/* .products-list table tr:nth-child(odd){
	background-color: #f6f6f6;
} */
tr.parent.odd-row {
	background-color: #ffffff;
}

tr.parent.even-row {
	background-color: #f6f6f6;
}
.products-list table tr.on td{
	/* background: #fff; */
}
.products-list table tr td a.parts-show{
	/* color: #7D8DB4; */
	/* font-weight: bold; */
}
.products-list table tr td i.i-add{
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../images/icon-add.png) center center no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-bottom: 2px;
	margin-left: 5px;
}
.products-list table tr td i.i-remove{
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../images/icon-remove.png) center center no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-bottom: 2px;
	margin-left: 5px;
}
.products-list table tr td a.parts-show{
	text-decoration: underline;
	color: #009d9e;
	transition: all 0.15s linear;
	padding-left: 10px;
}
.products-list table tr td a.parts-show:hover{
	/* text-decoration: underline;
	color: #009d9e; */
	/* transform: translateX(30px); */
	font-weight: bold;
}

.products-list table tr td a.pdf-show{
	width: 25px;
	height: 25px;
	background: url(../images/icon-pdf.png) center center no-repeat;
	background-size: contain;
	margin: 0 auto;
	display: block;
}
.products-list table tr td a.apply-go{
	width: 25px;
	height: 25px;
	background: url(../images/icon-apply.png) center center no-repeat;
	background-size: contain;
	margin: 0 auto;
	display: block;
}
.products-jg{
	width: 100%;
	margin-top: 10px;
	display: block;
	font-size: 12px;
	color: #9a9a9b;
	text-align: right;
	padding-right: 3px;
	padding-bottom: 50px;
}

.products-all{
	
}
.products-category{
	text-align: center;
	margin-bottom: 50px;
}
.products-category h3{
	font-weight: normal;
	font-size: 23px;
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	color: #009d9e;
}
.products-category b{
	display: inline-block;
	padding: 0px 10px;
	border-radius: 5px;
	background: #009d9e;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}
.products-item{
	margin-top: 30px;
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
}
.products-item a{
	width: 23%;
	display: block;
	text-align: center;
	margin: 0 1%;
	margin-bottom: 20px;
}
.products-item-img{
	background: #f8f8f8;
	border-radius: 5px;
	padding: 15px;
	transition: all 0.2s linear;
	box-sizing:border-box;
	border: 2px solid #fff;
}
.products-item-img img{
	transition: all 0.2s linear;
	background: #fff;
	width: 100%;
	padding: 10%;
}
.products-item span{
	display: block;
	margin: 8px 0 15px 0;
	font-size: 15px;
	font-weight: bold;
}
.products-item a:hover .products-item-img{
	background: #fff;
	border: 2px solid #009d9e;
}
.products-item a:hover .products-item-img img{
	transform: scale(1.08);
}


@media screen and (max-width:900px) {
	
	
	
	.page-products{
		
	}
	.products-detail{
		padding: 0px 0;
	}
	
	.products-detail h3{
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 8px;
	}
	.products-detail-desc{
		border-top: 2px solid #009d9e;
		background: #fcfcfc;
		padding: 10px 15px;
	}
	.products-detail-img{
		width: 100%;
		max-width: auto;
		text-align: center;
		/* border: 1px solid #f3f3f3; */
		padding: 15px;
		margin-left: 0;
		/* background: #f9f9f9; */
	}
	.products-detail-img span{
		display: block;
		font-size: 12px;
		color: #999;
		margin-top: 4px;
	}
	.products-detail-fonts{
		width: 100%;
		line-height: 1.6;
		font-size: 13px;
		position: relative;
	}
	.products-detail-fonts b{
		display: block;
		font-size: 16px;
		color: #009d9e;
		margin-bottom: 5px;
		margin-left: -10px;
		font-weight: normal;
	}
	.products-detail-fonts p{
		line-height: 26px;
	}
	.products-detail-fonts p.models{
		color: #009d9e;
		font-size: 15px;
	}
	/* .products-detail-fonts .models-button{
		position: relative;
		right: 0;
		top: 0;
		margin-top: 15px;
	} */
	.products-detail-fonts  a{
		display: inline-block;
		background: #009d9e;
		color: #fff;
		padding: 5px 20px;
		margin-bottom: 10px 15px 10px 0;
		border-radius: 5px;
		margin-right: 10px;
	}
	.products-detail-fonts-talbe{
		font-size: 13px;
	}
	table.p-fonts-table{
		text-align: left;
		border: 0;
		border-spacing: 0;
		border-collapse: collapse;
		box-sizing: border-box;
		width: 100%;
		margin-top: 10px;
	}
	table.p-fonts-table tr{
		
	}
	table.p-fonts-table tr td{
		padding: 5px 15px;
		border: 1px solid #dfdfdf;
		box-sizing: border-box;
	}
	table.p-fonts-table tr td:first-child{
		
	}
	
	.products-function{
		padding: 20px 0 0px 0;
	}
	.products-search{
		width: 18%;
		font-size: 14px;
		display: none;
	}
	.products-search ul {
		display: block;
		border-top: 1px solid #9AA4BD;
		margin-top: 13px;
	}
	.products-search ul li{
		background: #f9f9f9;
		border-bottom: 1px solid #fff;
		padding: 10px 8px 12px 8px;
	}
	.products-search ul li.button{
		text-align: right;
	}
	.products-search ul li span{
		display: block;
	}
	.products-search select.select{
		box-sizing: border-box;
		width: 100%;
		height: 30px;
		font-family: "SourceHanSansCN-Regular","Helvetica Neue",Helvetica,Arial;
		font-size: 13px;
		border: 1px solid #eee;
		color: #666;
		text-indent: 2px;
	}
	.products-search button{
		background: #009d9e;
		color: #fff;
		border-radius: 5px;
		padding: 6px 20px;
		cursor: pointer;
		margin-right: 5px;
	}
	.products-list{
		width: 100%;
	}
	.products-list-table{
		width: 100%;
		overflow: auto;
	}
	.products-list h3 span{
		font-size: 12px;
		padding-left: 8px;
		color: #999;
	}
	.products-list h3, .products-search h3{
		font-size: 16px;
		font-weight: normal;
		margin-bottom: 5px;
	}
	.products-list table{
		width: 800px;
		text-align: center;
		border: 0;
		border-spacing: 0;
		border-collapse: collapse;
		box-sizing: border-box;
		font-size: 14px;
	}
	.products-list table th:first-child,
	.products-list table td:first-child {
	  position: sticky;
	  left: 0;        
	  z-index: 1; 
	  text-align: left;
	  min-width: 105px;
	}
	.products-list table td.parts-img img{
		height: 50px;
		margin: 0 auto;
		text-align: center;
		display: block;
	}
	.products-list table tr.child{
		display: none;
		background: #fefefe;
	}
	.products-list table tr.child td{
		padding: 7px 10px;
		background-color: #f9ffff;
	}
	.products-list table tr.parent:hover{
		background: #efefef;
	}
	.products-list table tr th{
		background:#9AA4BD;
		line-height: 22px;
		font-weight: normal;
		padding: 4px 5px;
		text-align: center;
		border: 1px solid #e8e8e8;
		box-sizing: border-box;
		color: #fff;
		font-size: 12px;
	}
	.products-list table tr td{
		padding: 4px 5px;
		border: 1px solid #e8e8e8;
		box-sizing: border-box;
		background: #fff;
		font-size: 12px;
	}
	.products-list table tr td.pic{
		position: relative;
	}
	.products-list table tr td.pic img{
		max-width: 25px;
		position: absolute;
		top: 5px;
		left: 50%;
		margin-left: -12px;
		transition: all 0.2s linear;
	}
	.products-list table tr td.pic img:hover{
		transform: scale(3);
		z-index: 99999999;
	}
	.products-list table tr.on td{
		/* background: #fff; */
	}
	.products-list table tr td a.parts-show{
		/* color: #7D8DB4; */
		/* font-weight: bold; */
		padding-left: 12px;
	}
	.products-list table tr td i.i-add{
		display: inline-block;
		width: 15px;
		height: 15px;
		background: url(../images/icon-add.png) center center no-repeat;
		background-size: contain;
		vertical-align: middle;
		margin-bottom: 2px;
		margin-left: 5px;
	}
	.products-list table tr td i.i-remove{
		display: inline-block;
		width: 15px;
		height: 15px;
		background: url(../images/icon-remove.png) center center no-repeat;
		background-size: contain;
		vertical-align: middle;
		margin-bottom: 2px;
		margin-left: 5px;
	}
	.products-list table tr td a.parts-show:hover{
		text-decoration: underline;
	}
	/* .products-list table tr td a.apply-go{
		padding: 1px 0px;
		border-radius: 5px;
		background: #f29844;
		color: #fff;
		display: block;
	}
	.products-list table tr td a.pdf-show{
		background: #a1d768;
		padding: 1px 0px;
		border-radius: 5px;
		color: #fff;
		display: block;
	}
	.products-list table tr td a.apply-to:hover, .products-list table tr td a.pdf-show:hover{
		text-decoration: underline;
	} */
	.products-list table tr td a.pdf-show{
		width: 20px;
		height: 20px;
		background: url(../images/icon-pdf.png) center center no-repeat;
		background-size: contain;
		margin: 0 auto;
		display: block;
	}
	.products-list table tr td a.apply-go{
		width: 20px;
		height: 20px;
		background: url(../images/icon-apply.png) center center no-repeat;
		background-size: contain;
		margin: 0 auto;
		display: block;
	}
	.products-jg{
		width: 100%;
		margin-top: 8px;
		display: block;
		font-size: 12px;
		color: #9a9a9b;
		text-align: right;
		padding-right: 3px;
		padding-bottom: 30px;
	}
	
	
	.products-all{
		
	}
	.products-category{
		text-align: center;
		margin-bottom: 20px;
	}
	.products-category h3{
		font-weight: normal;
		font-size: 17px;
		display: inline-block;
		vertical-align: middle;
		padding-left: 6px;
	}
	.products-category b{
		display: inline-block;
		padding: 0px 6px;
		border-radius: 5px;
		background: #009d9e;
		color: #fff;
		font-size: 12px;
		font-weight: normal;
	}
	.products-item{
		margin-top: 10px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.products-item a{
		width: 47%;
		display: block;
		text-align: center;
		margin: 0 1.5%;
		margin-bottom: 10px;
	}
	.products-item-img{
		background: #f8f8f8;
		border-radius: 5px;
		padding: 12px;
		transition: all 0.2s linear;
		box-sizing:border-box;
		border: 2px solid #fff;
	}
	.products-item-img img{
		transition: all 0.2s linear;
		background: #fff;
		width: 100%;
		padding: 5%;
	}
	.products-item span{
		display: block;
		margin-top: 5px;
		font-size: 12px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	.products-item a:hover .products-item-img{
		background: #fff;
		border: 2px solid #009d9e;
	}
	.products-item a:hover .products-item-img img{
		transform: scale(1.08);
	}
	
	
}









