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

body {
	font-size: 12px;
	font-family: "宋体", Arial, Helvetica, sans-serif;
  
}
html {
	overflow-x: hidden;
}
	

* {
	padding: 0;
	margin: 0;
}
a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #000;
	text-decoration: underline;
	cursor: pointer;
}
div, ul, ol, p, dl {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul, ol, dl {
}
li {
	list-style: none;
}
em, i {
	font-style: normal;
}
img {
	border: none;
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
select {
	font: 12px Arial, Helvetica, sans-serif;
	border: solid 1px #CCC;
}
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/*白色link*/
.white {
	color: #fff;
	text-decoration: underline;
}
a.white:link, a.white:visited {
	color: #fff;
	text-decoration: none;
}
a.white:hover {
	text-decoration: underline;
	color: #fff;
}
/*灰色link*/
.grey {
	color: #212121;
	text-decoration: none;
}
a.grey:link, a.grey:visited {
	color: #212121;
	text-decoration: none;
}
a.grey:hover {
	text-decoration: underline;
	color: #212121;
}
/*蓝色link*/
.blue {
	color: #008de4;
	text-decoration: none;
}
a.blue:link, a.blue:visited {
	color: #008de4;
	text-decoration: none;
}
a.blue:hover {
	text-decoration: underline;
	color: #008de4;
}
.lislide{
	display: none;
}

/*浅灰色link*/
.tint-grey {
	color: #474747;
	text-decoration: none;
}
a.tint-grey:link, a.tint-grey:visited {
	color: #474747;
	text-decoration: none;
}
a.tint-grey:hover {
	text-decoration: underline;
	color: #474747;
}

/*深灰色link*/
.deep-grey {
	color: #3b3b3b;
	text-decoration: none;
}
a.deep-grey:link, a.deep-grey:visited {
	color: #3b3b3b;
	text-decoration: none;
}
a.deep-grey:hover {
	text-decoration: underline;
	color: #3b3b3b;
}

</pre></body></html>