<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("Files/jquery-ui-1.8.16.custom.css");
@import url("Files/reset.css");
@import url("Files/superfish.css");
@import url("Files/colorbox.css");

body {margin: 0 auto;text-align: center; }
/*#main {
    position: relative;
    margin: 0 auto;
    width: 968px;
    text-align: left;
	background-color:#91A7F2;
}*/


/* Backgrounds */
#bg, #bg li, #bg .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1200px;
	overflow:hidden;
}
#bg {
    overflow: hidden;
    z-index: -1;
	
}
#bg ul {
    position: relative;
}
#bg li {
    display: none;
    
    overflow: hidden;
    z-index: 1;
}
#bg li.current {
    z-index: 10;
}
#bg li.previous {
    z-index: 9;
}
#bg img {
    display: block;
    width: auto;
    max-width: none;
}
/*#bg .title {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    margin: 0 0 0 -463px;
    width: 926px;
    z-index: 2;
}*/

#bg .title {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin: 0;
    width: 926px;
    z-index: 5;
}
#bg .image {
    z-index: 1;
}
#bg .image img {
    position: fixed;
    top: 0;
    left: 50%;
    display: block;
    margin: 0 0 0 -623px;
}

/*#bg .caption {
    position: relative;
    top: 884px;
    display: block;
    margin: 0 auto;
    width: 927px;
    z-index: 2;
	position:fixed;
}
#bg .caption span {
    float: right;
    margin: 0 6px 0 0;
    padding: 8px 8px;
    background: #000000;
    background: rgba(0, 0, 0, 0.65);
    color: #ffffff;
    font-family: "微软雅黑", arial, verdana, sans-serif;
    font-size: 12px;
    font-style: italic;
}*/


#bg .caption {
    position: relative;
    top:25%;
    display: block;
    margin: 0 auto;
    width: 968px;
	height:100px;
    z-index: 2;
	
	
}
#bg .caption span {
    
    margin: 0 auto;
    padding:0;
    color:rgba(255, 255, 255, 0.45);
    font-family:verdana; 
    font-size: 110px;
	line-heigh:80px;	
    font-style:normal;
	font-weight:lighter;	
}

#bg .caption span .small {
    
    margin: 0 auto;
    padding:0;
    color:rgba(255, 255, 255, 0.65);
    font-family:HelveticaObl-Thin;
	font-size: 48px;
    font-style: normal;
	font-weight:lighter;
}

#bg .caption　.img {
border:0;

	
}

/* nei Backgrounds */
#neibg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#neibg img {
    width: 100%;
    max-width: 100%;
} 
.closewindow {margin-bottom: 1em;}</pre></body></html>