<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.head {
	margin: 0 auto;
	width: 1300px;
	height: 500px;
	background: url('/static/image/head1.png') no-repeat left top / 100% 100%;
}

.navigation {
	width: 1300px;
	margin: 0 auto;
	padding-top: 50px;
}

.navigationleft {
	float: left;
	width: 500px;
	color: red;
	font-weight: bold;
	font-size: 20px;
        text-align: left;
        padding-left: 50px;
}

.navigationright {
	float: right;
	width: 600px;
	padding-left: 300px;
	font-size: 17px;
}

.midbt{margin: 0 auto;height: auto;width:auto ;}

.midbt h1,h2,h3,h4,h5,h6{margin-top: 30px;}

.midbt .zbt{font-family:"STZhongsong","SimSun";line-height: 32px;}

.midbt .fbt{font-family:"KaiTi","SimSun";margin-bottom: 30px;}

.midbt .zy{margin-bottom: 20px;font-family: "KaiTi_GB2312",STKaiti, "SimSun";}

.sjly{font-size: 18px;}
.divider {
	width: 1300px;
	border-bottom: #a8a8a8 solid 1px;
	margin: 0 auto;
	padding-top: 40px;
	
}

.text {
	width: 1300px;
	height: auto;
	margin: 0 auto;
	padding-top: 30px;
}

.footer {
	width: 1300px;
	height: 250px;
	background: url('/static/image/foot1.png') no-repeat left top / 100% 100%;
	margin: 0 auto;
margin-bottom:5px;
	padding-top: 130px;
	font-size: 17px;
	line-height: 30px;
	text-align: center;
	font-weight: bolder;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
margin-top: 40px;
}
</pre></body></html>