<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 table tr .top:hover{
	background-color: #990000;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	transition: all 2s ease 0s;
	-webkit-box-shadow: inset 0px -20px 0px #FF0000;
	box-shadow: inset 0px -20px 0px #FF0000;
}
.banner {
	width: 1600px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -2px;
	margin-bottom: 0px;
}
body {
	background-image: url(../images/%E6%B0%B4%E5%A2%A8%E8%83%8C%E6%99%AF.jpg);
	background-repeat: repeat-y;
	background-size: 100% auto;
	margin-top: 0px;
	margin-left: -5px;
}
.center {
	width: 80%;
	height: 400px;
	background-color: #003366;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-image: url(../images/%E7%90%B4.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.centerq {
	width: 80%;
	height: 400px;
	background-color: #003366;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-image: url(../images/%E6%A3%8B.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0% 15%;
}
.centers {
	width: 80%;
	height: 400px;
	background-color: #003366;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0% 100%;
	background-image: url(../images/%E4%B9%A6.jpg);
}
.centerh {
	width: 80%;
	height: 400px;
	background-color: #003366;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-image: url(../images/%E7%94%BB.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.x {
	opacity: 0.8;
	margin-top: 10px;
	background-color: #8E0003;
}
body marquee {
	padding-bottom: 15px;
}
</pre></body></html>