<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-content {
	width: 100%;
	overflow: hidden;
	padding: 75px 0 45px;
}

/*äº§å“èœå•*/
.product-content .product-left {
	width: 260px;
	overflow: hidden;
	float: left;
	position: relative;
}
.product-left .product-search {
	width: 100%;
	height: 45px;
	overflow: hidden;
	background-image: url(../img/search-p.png);
	background-repeat: no-repeat;
	background-position: 14px 50%;
	background-size: 15px;
}
.product-search input {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 3px;
	border: 1px solid #e7e7e7;
	font-size: 14px;
	padding-left: 40px;
	background-color: transparent;
}
.product-left h3 {
	line-height: 20px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin: 40px 0 10px;
}
.product-left ul {
	width: 100%;
	overflow: hidden;
}
.product-left ul li {
	width: 100%;
	padding: 3px 0;
	overflow: hidden;
	border-bottom: 1px solid #e7e7e7;
	cursor: pointer;
}
.product-left ul li h4 {
	width: 100%;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	border-radius: 6px;
	padding: 0 22px;
	overflow: hidden;
	position: relative;
}
.product-left ul li h4 a {
	color: #757575;
}
.product-left ul li h4:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	overflow: hidden;
	background-image: url(../img/prh.png);
	background-repeat: no-repeat !important;
	background-position: center !important;
	position: absolute;
	top: 15px;
	right: 10px;
}
.product-left ul li:hover h4 a {
	color: #e60012;
	font-weight: bold;
}
.product-left ul li.active h4 {
	font-weight: bold;
	background-color: #e60012;
}
.product-left ul li.active h4 a {
	color: #FFFFFF;
}
.product-left ul li.active h4:after {
	background-image: url(../img/prw.png);
}
.product-left ul li .product-two {
	width: 100%;
	overflow: hidden;
	padding: 10px 0 10px 25px;
	display: none;
}
.product-two p {
	width: 100%;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.product-two p a {
	color: #979797;
	transition: padding 0.5s;
}
.product-two p.now a {
	color: #e60012;
	font-weight: bold;
}
.product-two p a:hover {
	padding-left: 10px;
	color: #e60012;
	font-weight: bold;
}
@media only screen and (max-width: 991px) {
	.product-content {
	    padding: 40px 0 30px;
	}
	.product-content .product-left {
		width: 100%;
		overflow: hidden;
		float: none;
	}
	.product-left .product-search {
		height: 90px;
		background-position: 28px 50%;
		background-size: 30px;
	}
	.product-search input {
		border-radius: 6px;
		border-width: 2px;
		font-size: 28px;
		padding-left: 80px;
	}
	.product-left h3 {
		line-height: 40px;
		font-size: 36px;
		margin: 40px 0 20px;
		position: relative;
	}
	.product-left h3:after {
		content: '';
		display: block;
		width: 20px;
		height: 20px;
		overflow: hidden;
		background-image: url(../img/prh.png);
    	background-repeat: no-repeat !important;
    	background-position: center !important;
    	background-size: 10px;
    	position: absolute;
    	right: 5px;
    	top: 10px;
    	transform: rotate(90deg);
	}
	.product-left h3.active:after {
    	transform: rotate(0deg);
    	transition: transform 0.5s;
	}
	.product-left ul {
		display: none;
	}
	.product-left ul li {
		padding: 6px 0;
		border-bottom-width: 2px;
	}
	.product-left ul li h4 {
		font-size: 28px;
		height: 80px;
		line-height: 80px;
		border-radius: 6px;
		padding: 0 45px;
	}
	.product-left ul li h4:after {
		width: 20px;
		height: 20px;
		top: 30px;
		right: 20px;
		background-size: 10px !important;
	}
	.product-left ul li.active h4:after {
		background-size: 18px !important;
	}
	.product-left ul li .product-two {
		padding: 20px 0 20px 50px;
	}
	.product-two p {
		font-size: 24px;
		height: 40px;
		line-height: 40px;
	}
	.product-two p a:hover {
		padding-left: 20px;
	}
}
@media only screen and (max-width: 750px) {
	.product-content {
	    padding: 30px 0;
	}
	.product-left .product-search {
		height: 40px;
		background-position: 14px 50%;
		background-size: 15px;
	}
	.product-search input {
		border-radius: 3px;
		border-width: 1px;
		font-size: 14px;
		padding-left: 40px;
	}
	.product-left h3 {
		line-height: 30px;
		font-size: 24px;
		margin: 20px 0 10px;
	}
	.product-left h3:after {
		width: 10px;
		height: 10px;
    	background-size: 5px;
	}
	.product-left ul li {
		padding: 3px 0;
		border-bottom-width: 1px;
	}
	.product-left ul li h4 {
		font-size: 14px;
		height: 40px;
		line-height: 40px;
		border-radius: 3px;
		padding: 0 20px;
	}
	.product-left ul li h4:after {
		width: 10px;
		height: 10px;
		top: 15px;
		right: 10px;
		background-size: 5px !important;
	}
	.product-left ul li.active h4:after {
		background-size: 9px !important;
	}
	.product-left ul li .product-two {
		padding: 10px 0 10px 25px;
	}
	.product-two p {
		font-size: 12px;
		height: 20px;
		line-height: 20px;
	}
	.product-two p a:hover {
		padding-left: 10px;
	}
}
@media only screen and (min-width: 992px) {
	.product-content {
		padding: 55px 0 35px;
		position: relative;
	}
	.product-content .product-left {
		width: 200px;
		background-color: #FFFFFF;
	}
	.product-content .product-left.left-fixed {
		position: fixed;
		top: 100px;
	}
	.product-content .product-left.left-absolute {
		position: absolute;
		top: auto;
		bottom: 30px;
	}
}
@media only screen and (min-width: 1300px) {
	.product-content {
		padding: 65px 0 40px;
	}
	.product-content .product-left {
		width: 230px;
	}
	.product-content .product-left.left-fixed {
		position: fixed;
		top: 120px;
	}
}
@media only screen and (min-width: 1600px) {
	.product-content {
		padding: 75px 0 45px;
	}
	.product-content .product-left {
		width: 260px;
	}
}
/*äº§å“åˆ—è¡¨*/
.product-right {
	width: calc(100% - 300px);
	width: -moz-calc(100% - 300px);
	width: -webkit-calc(100% - 300px);
	height: auto;
	float: right;
}
.product-right .product-list {
	width: 100%;
	height: 100%;
}
.product-list a {
	display: block;
	width: 265.5px;
	padding: 0 15px 25px;
	overflow: hidden;
	border: 1px solid #dddddd;
	float: left;
	cursor: pointer;
	transition: box-shadow 0.5s;
}
.product-list .list-img {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #dddddd;
	margin: 0 0 10px;
}
.product-list .list-img img {
	width: 100%;
	transition: all 0.5s;
}
.product-list .list-txt {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.product-list .list-txt h4 {
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	overflow: hidden;
}
.product-list .list-txt .txt-txt {
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 20px;
	color: #999999;
	margin: 7px 0 15px;
}
.product-list .list-txt span {
	display: block;
	width: 92px;
	height: 25px;
	line-height: 23px;
	border: 1px solid #dddddd;
	overflow: hidden;
	border-radius: 13px;
	color: #8c8c8c;
	margin: 0 auto;
}
.product-list a:hover {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.product-list a:hover .list-img img {
	transform: scale(1.1);
}
.product-list a:hover .list-txt span {
	color: #FFFFFF;
	background-color: #e60012;
	border-color: #e60012;
}
@media only screen and (max-width: 991px) {
	.product-right {
	    width: 100%;
	    float: none;
	    overflow: hidden;
	    margin: 30px 0 0;
	}
	.product-list a {
		width: 320px;
		padding: 0 30px 30px;
	}
	.product-list a:nth-of-type(2n+1) {
		margin: 0 40px 40px 0;
	}
	.product-list a:nth-of-type(2n) {
		margin: 0 0 40px;
	}
	.product-list .list-txt h4 {
		height: 40px;
		line-height: 40px;
		font-size: 24px;
	}
	.product-list .list-txt .txt-txt {
		height: 50px;
		line-height: 25px;
		margin: 10px 0 20px;
		font-size: 16px;
	}
	.product-list .list-txt span {
		width: 120px;
		height: 35px;
		line-height: 31px;
		border-width: 2px;
		border-radius: 17.5px;
		font-size: 16px;
	}
}
@media only screen and (max-width: 750px) {
	.product-right {
	    margin: 20px 0 0;
	}
	.product-list a {
		width: 160px;
		padding: 0 10px 15px;
	}
	.product-list a:nth-of-type(2n+1) {
		margin: 0 20px 20px 0;
	}
	.product-list a:nth-of-type(2n) {
		margin: 0 0 20px;
	}
	.product-list .list-txt h4 {
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.product-list .list-txt .txt-txt {
		width: 160px;
		height: 40px;
		line-height: 20px;
		margin: 0 0 5px;
		font-size: 12px;
		margin-left: -11px;
		transform: scale(0.9);
	}
	.product-list .list-txt span {
		width: 90px;
		height: 26px;
		line-height: 24px;
		border-width: 1px;
		border-radius: 13px;
		font-size: 12px;
		transform: scale(0.9);
	}
}
@media only screen and (min-width: 992px) {
	.product-right {
	    width: calc(100% - 230px);
	    width: -moz-calc(100% - 230px);
	    width: -webkit-calc(100% - 230px);
	}
	.product-list a {
		width: 230px;
	}
	.product-list a:nth-of-type(3n+1),.product-list a:nth-of-type(3n+2) {
		margin: 0 25px 25px 0;
	}
	.product-list a:nth-of-type(3n) {
		margin: 0 0 25px;
	}
}
@media only screen and (min-width: 1300px) {
	.product-right {
	    width: calc(100% - 270px);
	    width: -moz-calc(100% - 270px);
	    width: -webkit-calc(100% - 270px);
	}
	.product-list a {
		width: 210px;
	}
	.product-list a:nth-of-type(4n+1),.product-list a:nth-of-type(4n+2),.product-list a:nth-of-type(4n+3) {
		margin: 0 30px 30px 0;
	}
	.product-list a:nth-of-type(4n) {
		margin: 0 0 30px;
	}
}
@media only screen and (min-width: 1600px) {
	.product-right {
	    width: calc(100% - 300px);
	    width: -moz-calc(100% - 300px);
	    width: -webkit-calc(100% - 300px);
	}
	.product-list a {
		width: 265.5px;
	}
	.product-list a:nth-of-type(4n+1),.product-list a:nth-of-type(4n+2),.product-list a:nth-of-type(4n+3) {
		margin: 0 46px 30px 0;
	}
	.product-list a:nth-of-type(4n) {
		margin: 0 0 30px;
	}
}
/*äº§å“è¯¦æƒ…æ&nbsp;·å¼*/
.product-details {
	width: 100%;
	overflow: hidden;
}
.product-details .details-img {
	width: 400px;
	overflow: hidden;
	border: 1px solid #dddddd;
	cursor: pointer;
	float: left;
}
.details-img img {
	width: 100%;
	transition: all 0.5s;
}
.product-details .details-img:hover img {
	transform: scale(1.1);
}
.product-details .details-txt {
	width: calc(100% - 450px);
	width: -moz-calc(100% - 450px);
	width: -webkit-calc(100% - 450px);
	overflow: hidden;
	float: right;
}
.details-txt .txt-title {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #dddddd;
	position: relative;
}
.details-txt .txt-title h3 {
	font-size: 24px;
	line-height: 55px;
	color: #333333;
	font-weight: bold;
}
.details-txt .txt-title a {
	display: block;
	width: 80px;
	height: 27px;
	line-height: 27px;
	padding: 0 0 0 30px;
	color: #a9a9a9;
	overflow: hidden;
	background-image: url(../img/pdf.png);
	background-repeat: no-repeat !important;
	background-position: left center !important;
	position: absolute;
	right: 10px;
	bottom: 13px;
}
.details-txt .txt-title a:hover {
	background-image: url(../img/pdfr.png);
	color: #e60012;
	text-decoration: underline !important;
}
.details-txt .txt-txt {
	width: 100%;
	overflow: hidden;
	margin: 20px 0 0;
	color: #666666;
	line-height: 22px;
	font-size: 14px;
}
.details-txt table {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 25px 0 0;
}
.details-txt table tbody tr td {
	line-height: 20px;
}
.details-txt table td:nth-of-type(1) {
	width: 90px;
	height: 100%;
	font-size: 14px;
	background-color: #a9a9a9;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 2px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	position: relative;
}
.details-txt table td:nth-of-type(1):after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #e60012;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.details-txt table td:nth-of-type(2) {
	width: calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	color: #696969;
	font-size: 14px;
	background-color: #f6f6f6;
	padding: 10px 18px;
	border-bottom: 2px solid #FFFFFF;
}
@media only screen and (max-width: 991px) {
	.product-content {
	    padding: 70px 0;
	}
	.product-details .details-img {
	    width: 400px;
	    float: none;
	    margin: 0 auto;
	}
	.product-details .details-txt {
	    width: 100%;
	    margin: 40px 0 0;
	}
}
@media only screen and (max-width: 750px) {
	.product-content {
	    padding: 30px 0;
	}
	.product-details .details-img {
	    width: 250px;
	}
	.product-details .details-txt {
	    margin: 20px 0 0;
	}
	.details-txt table td:nth-of-type(1) {
    	width: 60px;
		font-size: 12px;
		border-bottom-width: 1px;
		border-right-width: 5px;
	}
	.details-txt table td:nth-of-type(1):after {
		height: 1px;
	}
	.details-txt table td:nth-of-type(2) {
		width: calc(100% - 65px);
		width: -moz-calc(100% - 65px);
		width: -webkit-calc(100% - 65px);
		font-size: 12px;
		padding: 5px 10px;
		border-bottom-width: 1px;
	}
}
@media only screen and (min-width: 992px) {
	.product-details .details-img {
		width: 300px;
	}
	.product-details .details-txt {
	    width: calc(100% - 335px);
	    width: -moz-calc(100% - 335px);
	    width: -webkit-calc(100% - 335px);
	}
}
@media only screen and (min-width: 1300px) {
	.product-details .details-img {
		width: 400px;
	}
	.product-details .details-txt {
	    width: calc(100% - 450px);
	    width: -moz-calc(100% - 450px);
	    width: -webkit-calc(100% - 450px);
	}
}
/*åº•éƒ¨æŽ¨èäº§å“*/
.product-right .details-bottom {
	width: 100%;
	overflow: hidden;
	margin: 50px 0 0;
}
.details-bottom h3 {
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	font-weight: bold;
	padding: 0 0 13px;
	border-bottom: 1px solid #dddddd;
	margin: 0 0 45px;
}
.details-bottom a {
	display: block;
	width: 265.5px;
	padding: 0 15px 25px;
	overflow: hidden;
	border: 1px solid #dddddd;
	float: left;
	cursor: pointer;
	transition: box-shadow 0.5s;
}
.details-bottom .list-img {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #dddddd;
	margin: 0 0 10px;
}
.details-bottom .list-img img {
	width: 100%;
	transition: all 0.5s;
}
.details-bottom .list-txt {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.details-bottom .list-txt h4 {
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	overflow: hidden;
}
.details-bottom .list-txt .txt-txt {
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 20px;
	color: #999999;
	margin: 7px 0 15px;
}
.details-bottom .list-txt span {
	display: block;
	width: 92px;
	height: 25px;
	line-height: 23px;
	border: 1px solid #dddddd;
	overflow: hidden;
	border-radius: 13px;
	color: #8c8c8c;
	margin: 0 auto;
}
.details-bottom a:hover {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.details-bottom a:hover .list-img img {
	transform: scale(1.1);
}
.details-bottom a:hover .list-txt span {
	color: #FFFFFF;
	background-color: #e60012;
	border-color: #e60012;
}
@media only screen and (max-width: 991px) {
	.details-bottom {
		display: none;
	}
}
@media only screen and (min-width: 992px) {
	.details-bottom h3 {
	    padding: 0 0 10px;
	    margin: 0 0 25px;
	}
	.details-bottom a {
		width: 170px;
		padding: 0 8px 15px;
	}
	.details-bottom a:nth-of-type(4n+1),.details-bottom a:nth-of-type(4n+2),.details-bottom a:nth-of-type(4n+3) {
		margin: 0 20px 0 0;
	}
}
@media only screen and (min-width: 1300px) {
	.details-bottom h3 {
	    padding: 0 0 13px;
	    margin: 0 0 45px;
	}
	.details-bottom a {
		width: 210px;
		padding: 0 15px 25px;
	}
	.details-bottom a:nth-of-type(4n+1),.details-bottom a:nth-of-type(4n+2),.details-bottom a:nth-of-type(4n+3) {
		margin: 0 30px 0 0;
	}
}
@media only screen and (min-width: 1600px) {
	.details-bottom a {
		width: 265.5px;
	}
	.details-bottom a:nth-of-type(4n+1),.details-bottom a:nth-of-type(4n+2),.details-bottom a:nth-of-type(4n+3) {
		margin: 0 46px 0 0;
	}
}</pre></body></html>