<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a {
	color: #000;
	text-decoration: none
}
a:hover {
	text-decoration: none;
}
body {
	font: 14px/1.6 "Microsoft Yahei";
	color: #fff;
	overflow-x: hidden;
	background: url(../images/body_bg.jpg) repeat center top;
	min-width: 1000px;
}
ul li {
	list-style: none
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix {
*+height:1%;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*+html .clearfix {
	zoom: 1;
} /* IE7 */
.fL {
	float: left !important;
}
.fR {
	float: right !important;
}
img { vertical-align: top;}
/*---------------index--------------*/
#header {
	background: #fff;
}
#header .hInner {
	margin: 0 auto;
	padding: 32px 0 30px;
	width: 1000px;
}
#header .hInner .logo {
	margin: 0 23px 0 -1px;
	float: left;
	position: relative;
}
#header .hInner .logo .btn {
	display: block;
	position: absolute;
	right: -58px;
	top: -26px;
}
#header .hInner .hLink {
	float: left;
}
#header .hInner .searchBox {
	float: right;
}
#header .hInner .searchBox .img {
	margin: 5px 13px 0 0;
	float: left;
}
#header .hInner .search {
	width: 419px;
	float: right;
	position: relative;
}
#header .hInner .search input {
	padding: 0 10px;
	width: 100%;
	height: 47px;
	color: #000;
	font-size: 16px;
	line-height: 43px;
	border-radius: 10px;
	border: 2px solid #FF3B1B;
	box-sizing: border-box;
}
#header .hInner .search a {
	width: 103px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	font-size: 16px;
	line-height: 47px;
	text-align: center;
	border-radius: 0 10px 10px 0;
	background: #FF3B1B;
}
#main {
	margin: 0 auto;
	padding: 30px 0;
	width: 1000px;
	background: #F9F9F9;
}
#main table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #eee;
}
#main th {
	width: 96px;
	padding: 13px 0;
	text-align: center;
	vertical-align: middle;
}
#main th span {
	margin:0  auto;
	width: 52px;
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	background: url(../images/img01.png) no-repeat;
}
#main th .tag02 {
	background: #FF0000;
}
#main th .tag03 {
	background: #46C187;
}
#main th .tag04 {
	background: #54A0FF;
}
#main th .tag05 {
	background: #C961FF;
}
#main th .tag06 {
	background: #FFB349;
}
#main th .tag07 {
	background: #FF86CA;
}
#main th .tag08 {
	background: #FF812F;
}
#main th .tag09 {
	background: #F42323;
}
#main th .tag10 {
	background: #08B800;
}
#main th .tag11 {
	background: #FF00F6;
}
#main th .tag12 {
	background: #FFC600;
}
#main td {
	padding: 13px 0 13px 40px;
	color: #000;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	vertical-align: middle;
}
#main .style td {
	padding-left: 20px;
}
#main .style td img {
	margin: -2px 5px 0 0;
	display: inline-block;
	vertical-align: middle;
}
#main tr:nth-child(2n+1) th,
#main tr:nth-child(2n+1) td {
	background: #fff;
}
#main td a:hover {
	color: #f00;
}
#footer {
	padding: 42px 0 90px;
	overflow: hidden;
	color: #000;
	font-size: 12px;
	text-align: center;
	background: #F9F9F9;
}</pre></body></html>