@charset "utf-8";
/* CSS Document */
body {
	background:url(../images/bg_body_bm.jpg) right bottom fixed no-repeat, url(../images/bg_main.gif) repeat top left;
	background:#fff url(../images/bg_main.gif) repeat top left\0;
	*background:#fff url(../images/bg_main.gif) repeat top left;
	margin-top:0;
	-webkit-text-size-adjust:none;
	font:12px/2 "Century Gothic", "微软雅黑", Arial, sans-serif;
}
.iframe-page {
	background-image:none
}
hr {
	background-color:#bbb;
	border:none 0px #fff;
	border-top:solid 1px #bbb;
	color:#bbb
}
ul, li {
	margin:0;
	padding:0
}
ul {
	list-style:none
}
a {
	color:#666
}
a:link {
	color:#1282d8;
TEXT-DECORATION: none;
}
a:visited {
	color:#69c;
TEXT-DECORATION: none;
} 
a:hover {
	color:#09F;
TEXT-DECORATION: none;
}
a:active {
	color:#69f;
TEXT-DECORATION: none;
}
a.gray:link, a.gray:active, a.gray:visited {
	color:#999;
TEXT-DECORATION: none;
} 
.cf:before, .cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
.cf {
    zoom:1;
}
.inb {
	display:inline-block;
	*display:inline;
	zoom:1
}
.main {
	border-top:solid 1px #ccc;
    width:100%;
	min-width:980px;
	min-height:500px;
	margin:0 auto;
	margin-top:80px;
	position:relative;
	background:-moz-linear-gradient(top, rgba(160,160,160,.5), rgba(185,185,185,0) 5px);
	background:-webkit-gradient(linear, 0 0, 0 5, from(rgba(160,160,160,.5)), to(rgba(185,185,185,0)))
}
.headerShadowline {
	min-width:980px;
	position:relative;
	height:10px
}
.headertop {
	height:60px;
	margin:0 auto;
	padding:10px 0;
	position:absolute;
	top:5px;
	left:0;
	z-index:2
}
.logo {
	z-index:999;
}
a.logo img {
	border:none
}
.pagetitle {
	border-left:solid 1px #bbb;
	padding-left:10px;
	color:#999;
	font-size:18px;
}
.nav {
	/*border-bottom:solid 1px #e0e0e0
	height:30px;*/
}
.navCenter {
	height:30px;
	width:100%;
	margin:0 auto;
}
.navCenter .current {
	background:url(../images/arrowdown.gif) center 26px no-repeat;
	/*background:-moz-linear-gradient(top, rgba(240,240,240,1), rgba(255,255,255,0) 30px);
	background:-webkit-gradient(linear, 0 0, 0 30, from(rgba(240,240,240,1)), to(rgba(255,255,255,0)));
	border-top:solid 1px #09f;*/
}
.menutab {
	width:20%;
	*width:19.9%;
	height:30px;
	text-align:center;
	font:14px/2 "Century Gothic", "微软雅黑", Arial, sans-serif
}
.subbar {
	position:absolute;
	display:inline-block;
	vertical-align:top;
	left:0;
	width:30%;
	height:100%;	
	background-color:#ccc;
	background:rgba(199,199,199,.7);
	box-shadow:-3px 0 5px rgba(153,153,153,.5) inset;
}
.subhead {
	font-size:.8em;
	color:#aaa
}
.mainmod {
	position:relative;
	display:inline-block;
	*display:inline;
	zoom:1;
	vertical-align:top;
	left:30%;
	width:70%;
	border-left:solid 1px #e0e0e0;
}
.mainmod h1 {
	color:#666;
	margin:0 auto;
	padding:20px 20px 1px 20px;
	font:22px/38px "Century Gothic", "微软雅黑", Arial, sans-serif;
	border-bottom:solid 1px #bbb;
}
.mainmod h2 {
	color:#666;
	padding:6px 20px 1px 20px;
	font:18px/32px "Century Gothic", "微软雅黑", Arial, sans-serif;
}
.mainmod .text {
	padding-top:6px;
	padding-bottom:30px;
	position:relative;
	/*background:-moz-linear-gradient(top, rgba(240,240,240,1), rgba(255,255,255,0) 30px);
	background:-webkit-gradient(linear, 0 0, 0 30, from(rgba(240,240,240,1)), to(rgba(255,255,255,0)));	*/
}
.mainmod p {
	color:#666;
	word-wrap:break-word;
	font:12px/20px "Century Gothic", "微软雅黑", Arial, sans-serif;
	margin:0 auto 4px;
	padding-left:20px;
	padding-right:20px;
	text-align:left
}
.copyright {
	text-align:center;
	color:#999;
	font-size:10px
}
#goTopBtn {
	background:url(../images/bg_gototop.gif) center 10px no-repeat #bbb;
	color:#333;
	border-radius:3px;
	bottom:30px;
	display:block;
	filter: alpha(opacity=60);
	opacity: 0.6;
	position:fixed;
	text-align:center;
	width:40px;
	height:25px;
	padding-top:15px;
	cursor:pointer;
	right:10px;
	_position:absolute;
	z-index:9999;
	border-bottom:solid 1px #bbb;	
	border-top:solid 1px #bbb
}
a#goTopBtn:hover {
	color:#333;
	filter: alpha(opacity=100);
	opacity: 1;	
	border-top:solid 1px #aaa;
}
/* dock S */
#dock {
	bottom:0;
	position:absolute;
	top:40px;
	right:0;
	color:#999;
	width:100%;
	float:none
}

.dock-container {
	position: relative;
	top: -8px;
	height: 50px;
	margin-left: -10px;
}
a.dock-item {
	display: block;
	width: 32px;
	position: absolute;
	bottom: 0;
	text-align: center;
	text-decoration: none;
	color: #69f;
}
.dock-item span {
	display: none;
	padding-left: 20px;
}
.dock-item img {
	border: 0;
	margin: 5px 10px 0px;
	width: 100%;
}
/* dock E */
/* accordion S */
.AccordionPanelContent ul {
	margin-top:0px;
	padding-left:0px;
	list-style:none;
	/*border-left:solid 1px #bbb;
	border-right:solid 1px #bbb;*/
}
.AccordionPanelContent ul li {
	padding:3px 0px 5px
}
.Accordion {
	overflow: hidden;
	margin-top:20px;
	margin-bottom:30px;
	text-indent:12px;
}

.AccordionPanel {
	margin: 0px;
	margin-right:10px;
	padding: 0px;
}

.AccordionPanelTab {
	height:36px;
	font:14px/36px "Century Gothic", "微软雅黑", Arial, sans-serif;
	border-bottom:solid 1px #aaa;	
	margin: 0px;
	padding: 2px 2px 1px;
	cursor: pointer;
	/*background:url(../images/works/bg_bt.gif) center bottom no-repeat;*/
	-moz-user-select: none;
	-khtml-user-select: none;
	color:#666
}

.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	/*margin-bottom:20px;
	background:-moz-linear-gradient(top, rgba(240,240,240,1), rgba(255,255,255,0) 30px);
	background:-webkit-gradient(linear, 0 0, 0 30, from(rgba(240,240,240,1)), to(rgba(255,255,255,0)));	
	margin-top:1px;
	border-top:solid 1px #ddd;
	border-bottom:solid 1px #ddd;*/	
}
.AccordionPanelContent ul {
	margin-bottom:20px
}
.AccordionPanelTab a, .AccordionPanelContent a {
	display:block
}
.Tab_sel a, .Tab_sel a:link, .Tab_sel a:active, .Tab_sel a:visited {
	color:#09f
}
.Tab_sel {
	border-bottom:solid 2px #09f
}
.AccordionPanelOpen .AccordionPanelTab {
}
.AccordionPanelTabHover {
	color: #555555;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #555555;
}

.AccordionFocused .AccordionPanelTab {
}

.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
}
.chap_sel {
	background:url(../images/arrow-blue.gif) 12px 12px no-repeat
}
.chap_sel a, chap_sel a:link, chap_sel a:hover, chap_sel a:active, chap_sel a:visited {
	color:#448ccb;
	text-indent:22px
}
/* accordion E */

/* imageflow S */
.imageflow {
	height:370px;
	position:relative;
	overflow:hidden;
	margin-bottom:10px
}
#imageFlow {
	position: absolute;
	width: 100%;
	height: 80%;
	left: 0%;
	top: 10%;
}
#imageFlow .diapo {
	position: absolute;
	left: -1000px;
	cursor: pointer;
	-ms-interpolation-mode: nearest-neighbor;
}
#imageFlow .link {
	border: dotted #fff 1px;
	margin-left: -1px;
	margin-bottom: -1px;
}
#imageFlow .bank {
	visibility: hidden;
}
#imageFlow .text {
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 16%;
	text-align: center;
	color: #666;
	z-index: 1000;
	/*xhtml1-transitional*/
	padding:0;
	top:230px;
}
#imageFlow .title {
	font-size: 1.1em;
	font-weight: bold;
}
#imageFlow .legend {
	font-size: 1em;
}
#imageFlow .scrollbar {
	position: absolute;
	left: 10%;
	bottom: 10%;
	width: 80%;
	height: 16px;
	z-index: 1000;
	top:300px
}
#imageFlow .track {
	position: absolute;
	left: 1%;
	width: 98%;
	height: 0;
	filter: alpha(opacity=30);
	opacity: 0.3;
	border-top:solid 1px #666;
	border-bottom:solid 1px #fff;
	top:7px
}
#imageFlow .arrow-left {
	position: absolute;
	filter: alpha(opacity=0);
	opacity: 0;
}
#imageFlow .arrow-right {
	position: absolute;
	filter: alpha(opacity=0);
	opacity: 0;
	right: 0px;
}
#imageFlow .bar {
	position: absolute;
	height: 16px;
	left: 25px;
	cursor:pointer
}
/* imageflow E */

/*! fancyBox S */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Century Gothic", "微软雅黑", Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}
/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Century Gothic", "微软雅黑", Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
.fancybox img {
	filter: alpha(opacity=100);
	opacity: 1;
	border:none
}

/* FancyButtons */

#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 6%;
}

#fancybox-buttons.bottom {
	bottom: 30px;
}

#fancybox-buttons ul {
	display: block;
	opacity:.8;
	width: 136px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05), 0 0 3px rgba(255,255,255,.3);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
	filter:alpha(opacity=80);
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-image: url('../images/fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

#fancybox-buttons a:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}

/*! fancyBox E */

/* site map S */
.textSitemap {
	line-height:30px;
	color:#999
}
.topcate {
	position:relative;
	padding:0 20px;
	margin-bottom:20px
}
.tcTitle {
	font:bold 14px/2 "Century Gothic", "微软雅黑", Arial, sans-serif;
	text-indent:10px
}
.tcCon {
	position:relative;
	/*padding-left:10px*/
}
.arrow-brace {
	position:absolute;
	border:none 0px #fff;
	top:-16px;
	_top:-23px;
	left:0px;
	height:6px;
	width:6px;
	background:url(../images/arrow_rb.gif) right center no-repeat;
}
.subNav {
	font-weight:bold;
	padding-right:8px
}
.tcCon a, .tcCon a:link, .tcCon a:hover, .tcCon a:active, .tcCon a:visited {
	padding-left:8px;
	padding-right:8px;
	height:28px;
	border-bottom:solid 2px #fff;
	margin-right:2px
}
.tcCon a:hover {
	border-bottom:solid 2px #09F;
}
/* site map E */

/* home S */
.dl {
	display:block;
	background:url(../images/home/icon_dl.gif) right center no-repeat;
	width:80px;
	height:25px;
	font:10px/25px "Century Gothic", "微软雅黑", Arial, sans-serif;	
}
.pv {    
	background:url(../images/home/icon_pv.gif) right center no-repeat;
	height:25px;
	padding-right:22px
}
/* home E */

/* work S */
p.lyric {
    text-indent:0;
    text-align:center;
}
/* work E */

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
}
ul.MenuBarActive
{
	z-index: 1000;
}
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
}
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
	right:0;
	width:300px;
	background-color: #999;
	background-color:rgba(99,99,99,.6);
}
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
ul.MenuBarHorizontal ul li
{
}
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{	
	padding-right:1.5em
}
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #999;
	background-color:rgba(99,99,99,.6);
	color: #FFF;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.5) inset
}
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #999;
	background-color:rgba(99,99,99,.6);
	color: #FFF;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.5) inset
}
ul.MenuBarSubmenuVisible a {
	color: #FFF;
	width:282px;
}
ul.MenuBarSubmenuVisible a:hover {
	background-color: #666;
	background-color:rgba(99,99,99,.6);
}
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(../images/arrowdown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(../images/arrowdown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		float: left;
	}
}

/* Tiny Scrollbar */
#scrollbar1 { width: 780px; margin:0 auto}
#scrollbar1 .viewport { width: 760px; height: 560px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#scrollbar1 .scrollbar{ background: transparent url(../images/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 15px; }
#scrollbar1 .track { background: transparent url(../images/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
#scrollbar1 .thumb .end { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#scrollbar1 .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }