<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.other {
	width: 1035px;
	margin: 0 auto;
	display: flex; justify-content: space-between; align-items: flex-start;
}
.other .left {
	width: 200px;
}
.other .right {
	width: 815px;
}
/**
 * 左侧-公共标题
 */
.other .title {
	margin-top: 15px;
	border-bottom: 1px #C1C1C1 solid;
	display: flex; justify-content: flex-start; align-items: center;
}
.other .title:before {
	content: "";
	order: 1;
	width: 4px; height: 13px;
	background-color: #0050D6;
}
.other .title:after {
	content: attr(name);
	order: 2;
	padding: 0 10px 0 15px;
	font-size: 14px; color: #000; font-weight: bold; line-height: 30px;
	border-bottom: 1px #0050D6 solid;
	transform: translate(-4px,1px); -webkit-transform: translate(-4px,1px);
}
.other .title .crumb {
	order: 3;
	flex-grow: 1;
	font-size: 12px; color: #666; text-align: right;
}
.other .title .crumb a {
	color: #666;
}
.other .title .crumb a:hover {
	color: #C00;
}
/**
 * 左侧-公共分类型列表
 */
.other .classList {
	padding-bottom: 10px;
}
.other .classList li {
	height: 35px;
	margin-top: 26px;
	border: 1px #0074D6 solid;
	display: flex; justify-content: flex-start; align-items: center;
}
.other .classList li a {
	width: 100%; height: 100%;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
	display: flex; justify-content: flex-start; align-items: center;
	transition: all 300ms ease-in-out; -webkit-transition: all 300ms ease-in-out;
}
.other .classList li a:before {
	display: block;
	margin: 0 10px 0 15px;
	font-size: 24px; color: #0074D6;
	transition: all 300ms ease-in-out; -webkit-transition: all 300ms ease-in-out;
}
.other .classList li:hover a {
	color: #FFF;
	background-color: #0074D6;
}
.other .classList li:hover a:before {
	color: #FFF;
}
/**
 * 左侧-公共新闻型列表
 */
.other .newsList {
	padding-bottom: 10px;
}
.other .newsList li {
	position: relative;
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	border-bottom: 1px #DDD solid;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.other .newsList li:before {
	content: "";
	display: block;
	position: absolute; left: 0; top: 50%;
	width: 4px; height: 4px;
	background-color: #D60011;
	transform: translateY(-50%); -webkit-transform: translateY(-50%);
}
.other .newsList li a {
	font-size: 12px; color: #666;
}
.other .newsList li:hover a {
	color: #0074D6;
}
/**
 * 左侧-公共关键词型列表
 */
.other .wdList {
	padding-bottom: 10px;
	display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
}
.other .wdList li {
	width: 95px; height: 30px;
	line-height: 28px; text-align: center;
	margin-top: 10px;
	border: 1px #D0D0D0 dashed;
	background-color: #FCFCFC;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.other .wdList li a {
	font-size: 12px; color: #666;
}
.other .wdList li:hover a {
	color: #0074D6;
}
/**
 * 左侧-公共联系我们型列表
 */
.other .contactList {
	padding-top: 10px;
	padding-bottom: 20px;
}
.other .contactList li {
	line-height: 24px;
	font-size: 12px; color: #666;
}
/**
 * 单页内容
 */
.other .singlePage {
	padding: 20px;
	line-height: 26px;
}
.other .singlePage p {
	text-indent: 2em;
}
.other .singlePage .singleTitle {
	border-bottom: 1px #E0E1DC solid;
	font-size: 18px; color: #333; font-weight: bold; line-height: 40px; text-align: center;
}
.other .singlePage .singleFTitle {
	height: 40px;
	padding: 0 100px;
	border-bottom: 1px #E0E1DC solid;
	font-size: 12px; color: #808080;
	display: flex; justify-content: space-between; align-items: center;
}
.other .formList {
	padding: 10px 0;
}
.other .formList li {
	padding: 5px 0;
	display: flex; justify-content: flex-start; align-items: center;
}
.other .formList li p {
	text-indent: 0;
}
.other .formList li p:first-child {
	width: 120px;
	font-size: 12px; color: #666; text-align: right;
}
.other .formList li p:last-child {
	margin-left: 10px;
	font-size: 12px; color: #C00;
}
.other .formList li input {
	width: 200px; height: 26px;
	padding: 0 5px;
	border: 1px #DEDEDE solid;
}
.other .formList li .codes {
	position: relative;
}
.other .formList li .codes .code {
	width: 80px;
}
.other .formList li .verify {
	display: none;
	width: 150px; height: 40px;
	margin: 0 12px; padding: 5px;
	border: 1px #DEDEDE solid;
	background-color: #FFF;
	position: absolute; top: -12px; left: 92px;
	cursor: pointer;
}
.other .formList li .verify:before {
	content: "";
	display: block;
	position: absolute; left: -10px; top: 16px;
	width: 0; height: 0;
	border-right: 10px #DEDEDE solid;
	border-top: 10px transparent solid;
	border-bottom: 10px transparent solid;
}
.other .formList li .verify img {
	display: block;
	width: 150px; height: 40px;
}
.other .formList li textarea {
	width: 460px; height: 140px;
	padding: 5px;
	border: 1px #DEDEDE solid;
}
.other .formList li button {
	width: 90px; height: 30px;
	border: 0; border-radius: 3px;
	background-color: #FE693E;
	font-size: 14px; color: #FFF;
	cursor: pointer;
}
/**
 * 产品详情
 */
.other .singlePage .singleAbstract {
	margin-bottom: 10px;
	display: flex; justify-content: space-between; align-items: center;
}
.other .singlePage .singleAbstract .askPrice {
	display: block;
	width: 112px; height: 32px;
	background: url(/images/ask_price.gif?v=v1.0.2) no-repeat;
	transition: background-image 300ms ease-in-out; -webkit-transition: background-image 300ms ease-in-out;
}
.other .singlePage .singleAbstract .askPrice:hover {
	background-image: url(/images/ask_price_hover.gif?v=v1.0.2);
}
.other .singlePage .moreInfoTitle {
	margin-top: 10px; padding: 0 10px;
	font-size: 14px; color: #333; font-weight: bold; line-height: 40px;
	border-bottom: 1px #0050D6 solid;
}
.other .singlePage .moreInfo {
	margin: 10px 0;
}
.other .singlePage .tags {
	height: 40px;
	border-top: 1px #E0E1DC dashed;
	display: flex; justify-content: flex-start; align-items: center;
}
.other .singlePage .tags:before {
	content: "相关标签：";
	font-size: 12px; color: #999;
}
.other .singlePage .tags a {
	display: block;
	height: 26px;
	margin-right: 5px; padding: 0 5px;
	font-size: 12px; color: #FFF; line-height: 26px; text-align: center;
	border-radius: 2px;
	background-color: #0050D6;
	transition: background-color 300ms ease-in-out; -webkit-transition: background-color 300ms ease-in-out;
}
.other .singlePage .tags a:hover {
	background-color: #0A4592;
}
.other .singlePage .moreItem {
	height: 40px;
	border-top: 1px #E0E1DC dashed;
	display: flex; justify-content: space-between; align-items: center;
}
.other .singlePage .moreItem li {
	font-size: 12px; color: #666;
}
.other .singlePage .moreItem li a {
	font-size: 12px; color: #0A4592;
}
.other .singlePage .moreItem li a:hover {
	color: #0050D6;
}
.other .singlePage .moreProduct {
	display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start;
}
.other .singlePage .moreProduct li {
	width: 120px; height: 90px;
	margin-top: 11px; margin-right: 11px;
	border: 1px #F2F2F2 solid; box-sizing: border-box;
	position: relative;
}
.other .singlePage .moreProduct li:nth-child(6n) {
	margin-right: 0;
}
.other .singlePage .moreProduct li h3 {
	position: absolute; left: 0; right: 0; bottom: 0;
	height: 22px;
	background-color: rgba(10, 10, 10, 0.49);
	font-size: 13px; color: #FFF; font-weight: 400;
	display: flex; justify-content: center; align-items: center;
	transition: all 300ms ease-in-out; -webkit-transition: all 300ms ease-in-out;
}
.other .singlePage .moreProduct li:hover h3 {
	height: 44px;
	font-size: 16px;
}
.other .singlePage .moreProduct img {
	display: block;
	width: 100%; height: 100%;
}
.other .singlePage .moreNews {
	margin: 10px 0;
	display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start;
}
.other .singlePage .moreNews li {
	width: 50%; height: 30px;
	padding: 0 10px;
	line-height: 30px;
	box-sizing: border-box;
}
.other .singlePage .moreNews li a {
	font-size: 12px; color: #666;
}
.other .singlePage .moreNews li a:hover {
	color: #034091;
}
/**
 * 产品大图组图切换
 */
.other .groupImage {
	padding: 10px;
	border: 1px #E0E1DC solid;
}
.other .groupImage .groupBigImage {
	width: 753px; height: 564.75px;
	border: 1px #F2F2F2 solid; box-sizing: border-box;
	background-color: #F2F2F2;
	background-position: center;
	background-size: 100% 100%;
	transition: background-image 300ms ease-in-out; -webkit-transition: background-image 300ms ease-in-out;
}
.other .groupImage .groupImages {
	height: 128px;
	margin-top: 10px;
	display: flex; justify-content: space-between; align-items: flex-end;
}
.other .groupImage .groupImages .iconTurnLeft,
.other .groupImage .groupImages .iconTurnRight {
	width: 36px; height: 120px;
	background-color: #F2F2F2;
	font-size: 30px; color: #0A4592;
	display: flex; justify-content: center; align-items: center;
	cursor: pointer;
	transition: all 300ms ease-in-out; -webkit-transition: all 300ms ease-in-out;
}
.other .groupImage .groupImages .iconTurnLeft:hover,
.other .groupImage .groupImages .iconTurnRight:hover {
	background-color: #0A4592;
	color: #FFF;
}
.other .groupImage .groupImages .iconTurnLeft:active,
.other .groupImage .groupImages .iconTurnRight:active {
	background-color: #C00;
}
.other .groupImage .groupImages .groupImagesScroll {
	flex-grow: 1;
	height: 100%;
	overflow-x: hidden;
}
.other .groupImage .groupImages .groupImagesScroll ul {
	width: 100000%; height: 120px;
	margin-top: 8px;
	display: flex; justify-content: flex-start; align-items: center;
}
.other .groupImage .groupImages .groupImagesScroll li {
	width: 160px; height: 100%;
	margin-left: 10px;
	border: 1px #F2F2F2 solid; box-sizing: border-box;
	position: relative;
	cursor: pointer;
	transition: border-color 300ms ease-in-out; -webkit-transition: border-color 300ms ease-in-out;
}
.other .groupImage .groupImages .groupImagesScroll li:before {
	content: "";
	display: block;
	width: 0; height: 0;
	position: absolute; top: -8px; left: 50%;
	border-bottom: 8px transparent solid; border-left: 8px transparent solid; border-right: 8px transparent solid;
	transform: translateX(-50%); transform: -webkit-translateX(-50%);
	transition: border-bottom-color 300ms ease-in-out; -webkit-transition: border-bottom-color 300ms ease-in-out;
}
.other .groupImage .groupImages .groupImagesScroll li.current {
	border-color: #0050D6;
}
.other .groupImage .groupImages .groupImagesScroll li.current:before {
	border-bottom-color: #0050D6;
}
.other .groupImage .groupImages .groupImagesScroll img {
	display: block;
	width: 100%; height: 100%;
}
/**
 * 图片列表页内容
 */
.other .imagePage {
	padding: 20px;
}
.other .imagePage .imagePageInfo {
	width: 100%;
	padding: 10px;
	border: 1px #E5E5E5 solid; box-sizing: border-box;
	background-color: #F9F9F9;
	font-size: 12px; color: #666; text-indent: 2em;
}
.other .imagePage .imageList {
	padding-bottom: 20px;
	border-bottom: 1px #F2F2F2 solid;
	display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start;
}
.other .imagePage .imageList li {
	width: 245px; height: 183.75px;
	margin-top: 20px; margin-right: 20px;
	border: 1px #F2F2F2 solid; box-sizing: border-box;
	position: relative;
}
.other .imagePage .imageList li:nth-child(3n) {
	margin-right: 0;
}
.other .imagePage .imageList li:hover {
	border-color: #0050D6;
}
.other .imagePage .imageList li img {
	display: block;
	width: 100%; height: 100%;
}
.other .imagePage .imageList li h3 {
	position: absolute; left: 0; right: 0; bottom: 0;
	height: 22px;
	background-color: rgba(10, 10, 10, 0.49);
	font-size: 13px; color: #FFF; font-weight: 400;
	display: flex; justify-content: center; align-items: center;
	transition: all 300ms ease-in-out; -webkit-transition: all 300ms ease-in-out;
}
.other .imagePage .imageList li a:hover h3 {
	height: 44px;
	font-size: 16px;
}
/**
 * 文字列表页内容
 */
.other .listPage {
	padding: 20px;
}
.other .listPage .listBox {
	padding-bottom: 20px;
	border-bottom: 1px #F2F2F2 solid;
}
.other .listPage .listBox li {
	height: 88px;
	padding: 10px 0;
	border-bottom: 1px #CFCFCF solid;
	color: #575757; line-height: 29px;
}
.other .listPage .listBox li h1 {
	line-height: 30px;
	display: flex; justify-content: space-between; align-items: center;
}
.other .listPage .listBox li h1 a {
	display: block;
	width: 600px;
	font-size: 14px; color: #000; font-weight: 400;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.other .listPage .listBox li h1 a:hover {
	color: #034091;
}
.other .listPage .listBox li h1 span {
	font-size: 12px; color: #999; font-weight: 400;
}
.other .listPage .listBox li p {
	display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;
}
/**
 * 搜索列表页内容
 */
.other .searchPage {
	padding: 20px;
}
.other .searchPage .searchPageInfo {
	width: 100%;
	padding: 10px;
	border: 1px #E5E5E5 solid; box-sizing: border-box;
	background-color: #F9F9F9;
	font-size: 12px; color: #666; text-indent: 2em;
}
.other .searchPage .searchList {
	padding-bottom: 20px;
	border-bottom: 1px #F2F2F2 solid;
}
.other .searchPage .searchList li.productBlock {
	width: 245px; height: 183.75px;
	margin-top: 20px; margin-right: 20px;
	border: 1px #F2F2F2 solid; box-sizing: border-box;
	position: relative;
}
.other .searchPage .searchList li.productBlock:hover {
	border-color: #0050D6;
}
.other .searchPage .searchList li.productBlock img {
	display: block;
	width: 100%; height: 100%;
}
.other .searchPage .searchList li.productBlock h3 {
	position: absolute; left: 0; right: 0; bottom: 0;
	height: 22px;
	background-color: rgba(10, 10, 10, 0.49);
	font-size: 13px; color: #FFF; font-weight: 400;
	display: flex; justify-content: center; align-items: center;
	transition: all 300ms ease-in-out; -webkit-transition: all 300ms ease-in-out;
}
.other .searchPage .searchList li.productBlock a:hover h3 {
	height: 44px;
	font-size: 16px;
}
.other .searchPage .searchList li.newsBlock {
	height: 88px;
	padding: 10px 0;
	border-bottom: 1px #CFCFCF solid;
	color: #575757; line-height: 29px;
}
.other .searchPage .searchList li.newsBlock h1 {
	line-height: 30px;
	display: flex; justify-content: space-between; align-items: center;
}
.other .searchPage .searchList li.newsBlock h1 a {
	display: block;
	width: 600px;
	font-size: 14px; color: #000; font-weight: 400;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.other .searchPage .searchList li.newsBlock h1 a:hover {
	color: #034091;
}
.other .searchPage .searchList li.newsBlock h1 span {
	font-size: 12px; color: #999; font-weight: 400;
}
.other .searchPage .searchList li.newsBlock p {
	display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;
}
/**
 * 分页
 */
.pages {padding-right:3px; padding-left:3px; padding-bottom:3px; margin:3px; padding-top:3px; text-align:center; color:#5278C3;}
.pages a {border-right:#9AAFE5 1px solid; padding-right:5px; border-top:#9AAFE5 1px solid; padding-left:5px; padding-bottom:2px; border-left:#9AAFE5 1px solid; color:#5278C3; margin-right:2px; padding-top:2px; border-bottom:#9AAFE5 1px solid; text-decoration:none;}
.pages a:hover {border-right:#5278C3 1px solid; border-top:#5278C3 1px solid; border-left:#5278C3 1px solid; color:#000; border-bottom:#5278C3 1px solid; background-color:#FFE6CC;}
.pages a:active {border-right:#5278C3 1px solid; border-top:#5278C3 1px solid; border-left:#5278C3 1px solid; color:#000; border-bottom:#5278C3 1px solid; background-color:#FFE6CC;}
.pages span.current {border-right:#5278C3 1px solid; padding-right:5px; border-top:#5278C3 1px solid; padding-left:5px; font-weight:bold; padding-bottom:2px; border-left:#5278C3 1px solid; color:#5278C3; margin-right:2px; padding-top:2px; border-bottom:#5278C3 1px solid; background-color:#D6DFF1;}
.pages span.disabled {border-right:#B3BAC7 1px solid; padding-right:5px; border-top:#B3BAC7 1px solid; padding-left:5px; padding-bottom:2px; border-left:#B3BAC7 1px solid; color:#B3BAC7; margin-right:2px; padding-top:2px; border-bottom:#B3BAC7 1px solid;}
.pages {
	margin-top: 10px;
}
/**
 * 网站地图
 */
.sitemap {
	width: 1035px;
	margin: 0 auto 20px auto;
}
.sitemap .title {
	height: 36px;
	padding: 0 10px;
	border-bottom: 2px #458FCE solid;
	display: flex; justify-content: space-between; align-items: center;
	font-size: 14px; color: #000; font-weight: bold;
}
.sitemap .title:before {
	content: "网站地图";
}
.sitemap .title p {
	font-size: 12px; color: #666; font-weight: normal;
}
.sitemap .tit {
	height: 30px;
	margin: 15px 0; padding: 0 20px;
	background-color: #F5F8FA;
	border: 1px #D6DBE1 solid; border-bottom: 2px #458FCE solid;
	font-size: 12px; color: #3B639F; line-height: 30px;
}
.sitemap .block {
	display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start;
}
.sitemap .block li {
	height: 30px;
	margin: 2px 5px;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.sitemap .block li a {
	display: block;
	height: 20px;
	padding: 5px;
	font-size: 12px; color: #666; line-height: 20px;
}
.sitemap .block li a:hover {
	background-color: #3B639F;
	color: #FFF;
}
.sitemap .block li.clear {
	width: 100%; height: 10px;
}
.city .title:before {
	content: "切换城市";
}</pre></body></html>