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

* {
	box-sizing: border-box;
}
body {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: 'Microsoft YaHei';
	background: #fff;
	min-width: 1180px;
	-webkit-text-size-adjust: none
}
ul,dl,dt,li,dd,ol,button,input,tt,select {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	font-family: 'Microsoft YaHei';
	outline: 0;
}
img {
	border: 0;
}
a {
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear:after {
	content: "";
	display: block;
	clear: both;
}
 
.tbar {
	height: 30px;
	line-height: 30px;
	background: #fff;
	font-size: 12px;
	color: #666;
}
.tbar a {
	color: #666;
}
.tbar a:hover {
	color: #f60;
}
.banner {
	height: 309px;
}
.banner .qicon {
	margin-top: 20px;
	float: right;
}
.banner .qicon a {
	display: block;
	float: left;
	margin-left: 20px;
	width: 30px;
	height: 30px;
	background: no-repeat center center;
}
.banner .qicon a.sina {
	background-image: url(imagessina.png)
}
.banner .qicon a.weixin {
	background-image: url(imagesweixin.png)
}
.banner .qicon a.phone {
	background-image: url(imagesphone.png)
}
.banner .qicon a:hover {
	opacity: .7;
}
.mdiv {
	margin: 0 auto;
	width: 1180px;
}
.content {
	margin: 0 auto;
	width: 1300px;
}
.pager {
	text-align: center;
}
.pager a,
.pager span,
.pager button {
	display: inline-block;
	margin: 0 2px;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	background-color: #eff2f5;
	text-align: center;
	min-width: 40px;
	color: #666;
	font-size: 16px;
}
.pager span {
	margin: 0;
	background-color: transparent;
}
.pager a:hover,
.pager button:hover {
	background-color:#DAE5FD;
	cursor: pointer;
}
.pager button:disabled {
	color: #c6c6c6;
	background-color: #eff2f5;
	cursor: default;
}
.pager a.active {
	background-color: #9aa6bf;
	color: #fff;
}
.pager input {
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	width: 50px;
	background-color: #eff2f5;
}
.pager button[main] {
	padding: 0 20px;
	border-radius: 4px;
	color: #fff;
	background-color: #9AA6BF;
}
.footer {
	margin-top: 70px;
	width: 100%;
	height: 97px;
	display: table;
	background-color: #adb0bb;
}
.footer .tr {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #1c1d24;
	font-size: 16px;
	line-height: 36px;
}
.cover { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.50); }</pre></body></html>