<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	padding: 0;
	margin: 0;
	background-color: #fff;
	font-family: Arial,
		/*PingFang SC,*/
		Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

body::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

body::-webkit-scrollbar-corner {
	background-color: #c1c1c1;
}

body::-webkit-scrollbar-thumb {
	height: 50px;
	background-color: #c1c1c1;
}

body::-webkit-scrollbar-track-piece {
	background-color: #fff;
	border-radius: 0;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.header {
	background-color: #000;
}

.top {
	width: 1100px;
	height: 80px;
	margin: 0 auto;
	background: url(img/logo.png) no-repeat left center / auto 50px;
}

.top h1 {
	float: left;
	height: 80px;
	margin: 0;
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	line-height: 80px;
	text-indent: 190px;
}

.nav {
	float: right;
	height: 80px;
}

.nav a {
	float: left;
	height: 80px;
	margin-left: 40px;
	font-size: 15px;
	color: #fff;
	line-height: 80px;
	text-decoration: none;
}

.nav a:hover {
	color: #ffcb4f;
}

.banner {
	background: url(img/banner.jpg) no-repeat center;
}

.banner p {
	width: 1100px;
	height: 590px;
	margin: 0 auto;
	color: #fff;
	letter-spacing: 5px;
}

.banner b {
	display: block;
	padding: 180px 0 35px;
	font-size: 70px;
	font-weight: normal;
	line-height: 1;
}

.banner span {
	display: block;
	font-size: 36px;
	line-height: 1;
}

.main {
	overflow: hidden;
	padding: 60px 0;
	margin: 0 auto;
}

.main#position {
	background-color: #f9f9f9;
}

.title {
	position: relative;
	padding-bottom: 19px;
	margin: 0 auto 30px;
	font-size: 30px;
	color: #333;
	line-height: 1;
	text-align: center;
}

.title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 40px;
	height: 4px;
	transform: translateX(-50%);
	background-color: #ffcb4f;
}

.about {
	overflow: hidden;
	width: 1100px;
	min-height: 230px;
	margin: 0 auto;
	line-height: 28px;
	vertical-align: top;
}

.footer {
	height: 48px;
	background-color: #000;
	color: #ccc;
	text-align: center;
	line-height: 48px;
}

.footer a {
	color: #ccc;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}
</pre></body></html>