<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 * {
	user-select: none !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
}
* {
	font-family: '微软雅黑';
	margin: 0;
	padding: 0;
}
.min1200 {
	min-width: 1200px;
}
.c_b {
	clear: both;
}
a {
	text-decoration: none;
}
.M {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}
/*header*/



header {
	width: 100%;
	height: 231px;
}
.he1 {
	min-width: 1200px;
	width: 100%;
	height: 38px;
	box-shadow: 1px 0 7px 2px #999;
}
.he1&gt;.M&gt;p {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 38px;
	color: #666;
}
.he1&gt;.M&gt;ul {
	margin-top: 11.5px;
	float: right;
}
.he1&gt;.M&gt;ul&gt;li {
	line-height: 14px;
	float: left;
	list-style: none;
}
.he1&gt;.M&gt;ul&gt;li&gt;a {
	padding: 0 10px;
	height: 14px;
	font-size: 14px;
	color: #666;
}
.he1&gt;.M&gt;ul&gt;li+li {
	border-left: 1px solid #E8E8E8;
}
.he2 {
	width: 100%;
	height: 135px;
}
.he2 a img {
	float: left;
	margin-top: 26px;
}
.he2&gt;div:nth-child(2) {
	margin-top: 22px;
	margin-left: 30px;
	height: 70px;
	float: left;
}
.he2&gt;div:nth-child(2)&gt;p:first-child {
	line-height: 50px;
	font-size: 30px;
	color: #333;
}
.he2&gt;div:nth-child(2)&gt;p:last-child {
	border-top: 1px solid #E8E8E8;
	line-height: 38px;
	font-size: 18px;
	color: #666666;
}
.he2 .dianhua {
	margin-top: 46px;
	height: 32px;
	float: right;
}

.he2 .dianhua img {
	float: left;
}
.he2 .dianhua div {
	margin-left: 10px;
	float: left;
	height: 32px;
}
.he2 .dianhua div p {
	padding-right: 11px;
	text-align: right;
	line-height: 23px;
	font-size: 18px;
	color: #333333;
}
.he3 {
	width: 100%;
	height: 58px;
}
.nav-list {
	height: 58px;
	width: 100%;
}
.nav-list&gt;li {
	float: left;
	list-style: none;
	height: 100%;
	text-align: center;
}
.nav-list&gt;li.active, .nav-list&gt;li:hover {
	background: url(../images/nav-active.jpg);
}
.nav-list&gt;li&gt;a {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 58px;
	height: 58px;
	padding: 0 20px;
}
/*he3F*/

.he3F {
	position: fixed;
	display: none;
	margin-top: -231px;
	z-index: 99999999;
}
</pre></body></html>