<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-size:14px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.cl:after {display:block; content:"."; height:0; clear:both; visibility:hidden}

/*   style.css    */
.bg {
	height: 984px;
	position: relative;
	z-index: -1;
	width: 100%;
	margin: 0 auto;
}
.bg div {
	height: 328px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
}
#bg1 {
	background: url(images/bg_01.jpg) no-repeat 50% 0;
	top: 0px;
}
#bg2 {
	background: url(images/bg_02.jpg) no-repeat 50% 0;
	top: 328px;
}
#bg3 {
	background: url(images/bg_03.jpg) no-repeat 50% 0;
	top: 656px;	
}
h1, h2 {
	display: none;
}
ul.events {
	position: absolute;
	top: 365px;
	width: 582px;
	left: 50%;
	margin-left: -471px;
}
ul.events li {
	margin-right: 44px;
	margin-bottom: 16px;
	float: left;
}
ul.events li a {
	display: block;
	width: 247px;
	height: 76px;
	text-indent: -9999px;
	outline:none;
}

.mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	display: none;
	z-index: 99998;
}

.messagebox {
	position: absolute;
	display: none;
	width: 750px;
	height: 500px;
	border: 1px solid #900;
	background: #660000;
	text-align: center;
	z-index: 99999;
	color:#fff;
	font-family: "å¾®è½¯é›…é»‘";
}
div.info{
	text-align:left;
	width:100%;
	float:left;
	display:none;
}
.info table { border: 1px solid #000; width: 600px; margin-left: 30px; text-indent: 0;}
.info tr { color:#000; height:30px; font-size:14px; text-align: center;}
.info th {  background:#ee0; font-weight:700;}
.info td, .info th { border: 1px solid #000; text-align: center;vertical-align: middle;}

div.info ul{
	width:720px;
	height:420px;
	overflow:auto;
	word-wrap:break-word;
	float:left;
	margin-left:13px;
	background:#ddd;
	border:1px solid #310000;
	color:#371f05;
}
div.info ul li{
	width:680px;
	margin:20px 0 10px 20px;
	text-indent:0;
	line-height:22px;
	text-indent:24px;
}
div.info ul span{
	color:#990000;
	font-weight:bold;
	font-size:14px;
	margin-left:-24px;
}
div.info a{
	transition: all 0.1s ease-in 0.1s;
}
div.info a:hover{
	color:#000000;
}
.title{
	font-size:24px;
	/*font-weight:bold;*/
	height:60px;
	line-height:60px;
	text-indent:30px;
	color: #ffc;
}
.close{
	width:19px;
	height:19px;
	overflow:hidden;
	font-size:999px;
	float:right;
	background:url(images/close.jpg) no-repeat 0 0;
	margin:5px;
	cursor:pointer;
	margin:20px;
}
#event01 {
	background:url(images/event01.jpg) no-repeat 0 0;
}
#event12 {
	background:url(images/event12.jpg) no-repeat 0 0;
}

.fancybox-lock {
	overflow-y:hidden !important;
}</pre></body></html>