<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body {
	margin:0px;
	padding:0px;
	font-size:14px;
	line-height:175%;
	font-family:tahoma,arial,'Hiragino Sans GB','Microsoft YaHei',sans-serif;
	background:#E0DFE3 url(/images/bg_topbar.gif) repeat-x fixed;
}
form,ul,li,dl,dt,dd,h1{margin:0px;padding:0px;}
ul,li,dl,dt,dd{list-style:none;}
input,select{font-size:14px;}
img{border:0}
a{color:#003366;text-decoration:none;}
a:hover{color:#0056B3;text-decoration:underline;}

.header{
	height:66px;
	/* border-bottom:1px solid #9898A7; */
	overflow:hidden;
	background:#E0DFE3 url(/images/bg_topbar.gif) repeat-x;
}
.header .hlogo{
	width:140px;
	border-right:1px solid #42597E;
	background:url(/images/bg_logo.gif) center no-repeat;
	text-align:center;
	float:left;
	margin-right:3px;
}
.header .hnav{padding-top:5px;line-height:20px;height:47px;overflow:hidden;}
.header .hnav a{display:block;float:left;padding:1px 7px;white-space:nowrap;}
.header .hnav a.st{color:#ffffff;background-color:#ff0000;text-decoration:none;}

.footer{
	margin:0 0.5%;
	padding:15px 0;
	border-top:1px solid #999999;
	text-align:center;
}
.footer a img{
	margin-top:8px;
}
.footer .ffav{display:none;}
.footer .fnav{
	display:inline-block;
	padding:0 0 7px 0;
}
.footer .fnav a{
	display:inline-block;
	padding:0 7px;
}

#product-con{
	display:block;
	float:right;
	background:red;
	color:white;
	padding:3px 9px;
	text-decoration:none;
}

.sp_t_ic_qq{width:16px;height:16px;background:url(/images/sprite_icon.gif) no-repeat -10px -10px;margin:2px 2px -2px 2px;}
.sp_t_ic_tel{width:16px;height:16px;background:url(/images/sprite_icon.gif) no-repeat -40px -10px;margin:2px 4px -2px 2px;}
.hdx2 [class^='sp_t_ic_']{width:16px;height:16px;background:url(/images/x2/sprite_icon.png) no-repeat;background-size:100px 36px;}
.hdx2 .sp_t_ic_qq{	background-position:-10px -10px;margin:2px 2px -2px 2px;}
.hdx2 .sp_t_ic_tel{	background-position:-40px -10px;margin:2px 4px -2px 2px;}

.gg_336x280{width:336px;height:280px;text-align:center;background:#DAD9DD;}

.btn-round{
	background-color:#fff;
	box-shadow:0px 1px 1px rgba(0,0,0,0.15);
	border:1px solid rgba(0,51,102, 0.5);
	padding:7px 14px;
	font:14px/1 arial;
	border-radius:14px;
	display:inline-block;
	text-decoration:none;
}
.btn-round:hover{
	background-color:#036;
	color:#fff;
	text-decoration:none;
}
</pre></body></html>