
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, font, figure, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, header {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
html, body {
	width: 100%;
	height: 100%;
}
body{
    background:url(../img/beijing01.jpg) no-repeat center center;
	font-family: 'Microsoft Yahei', 宋体, 'Arial Narrow', HELVETICA;
}
header, nav, article, section, aside, time, video, button, figure, footer {
	display: block;
}
input {
	cursor: pointer;
}
strong {
	font-weight: bold;
}
:focus {
	outline:0;
}
a {
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
*::-moz-selection { background-color: #000; color: #fff; text-shadow: none; }
*::-webkit-selection { background-color: #000; color: #fff; text-shadow: none; }
*::selection { background-color: #000; color: #fff; text-shadow: none; }
html {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
body {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 15px;
	line-height: 20px;
	color: #1f1f1f;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #e8e8e8;
	-webkit-font-smoothing: antialiased;
}
h1, h2 {
	font-size: 14px;
	line-height: 18px;
}
a {
	color: #3c0202;
	border-bottom: 1px solid #3c0202;
	text-decoration: none;
	font-style: italic;
	-webkit-transition: color 0.25s ease-out, border-color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out, border-color 0.25s ease-out;
	-o-transition: color 0.25s ease-out, border-color 0.25s ease-out;
	-ms-transition: color 0.25s ease-out, border-color 0.25s ease-out;
	transition: color 0.25s ease-out, border-color 0.25s ease-out;
}
.inner a {
	color: #cccccc;
	border-bottom: 1px solid #cccccc;
}
a:hover,
.inner a:hover {
	
	color: #9e9e9e;
	border-bottom-color: #9e9e9e;
}
header {
	position: fixed;
	z-index: 1;
	top: -90px;
	left: 0px;
	width: 100%;
	height: 75px;
}
header h1 {
	float: left;
	margin: 20px 0 0 35px;
	width: 185px;
	height: 47px;
	text-indent: -9999px;
	 
	cursor: pointer;
}
header h2 {
	clear: both;
	float: left;
	margin: 0 0 0 35px;
	text-indent: -9999px;
	width: 185px;
	height: 23px;
	 
}
 
header nav {
	float: right;
	margin: 20px 35px 0 0;
}
#preload-home {
	position: fixed;
	float: left;
	width: 100%;
	height: 100%;
	background: url(css-img/preload-home.gif) no-repeat center center;
}
html {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
}
#orientation {
	display: none;
}
@media only screen and (max-width: 1024px) {
	header {
		z-index: 90;
	}
	header h1 {
	}
}
@media only screen and (max-width: 720px) {
	header {
		z-index: 90;
	}
	header h1 {
		display: none;
	}
	header nav {
		position: absolute;
		left: 50%;
		margin-left: -20px;
	}
	header h2 {
		display: none;
	}
}
body > section#player-gallery {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}
section.gallery {
	position: absolute;
	left: 0px;
	top: 50%;
	float: left;
	width: 100%;
	height: 400px;
	margin-top: -200px;
	border: 0px solid transparent;
	display: none;
	opacity: 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	section.gallery {
		height: 500px;
		margin-top: -250px;
	}
}
section.gallery.selected {
	display: block;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	transform: translate3d(0, 0, 0);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: all ease-out 0.25s;
	-moz-transition: all ease-out 0.25s;
	-o-transition: all ease-out 0.25s;
	-ms-transition: all ease-out 0.25s;
	transition: all ease-out 0.25s;
}
section.gallery.dragging {
	-webkit-transform: scale(0.75, 0.75);
	-moz-transform: scale(0.75, 0.75);
	-ms-transform: scale(0.75, 0.75);
	-o-transform: scale(0.75, 0.75);
	transform: scale(0.75, 0.75);
}
section.gallery figure {
	position: absolute;
	top: 0px;
	left: 0px;
	float: left;
	width: 99999px;
	height: 100%;
	border: 1px solid #e8e8e8;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-o-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	-webkit-transform: translateZ(-100px);
	-moz-transform: translateZ(-100px);
	-o-transform: translateZ(-100px);
	-ms-transform: translateZ(-100px);
	transform: translateZ(-100px);
}
section.gallery cite {
	position: absolute;
	float: left;
	width: 400px;
	left: 50%;
	bottom: -90px;
	margin-left: -200px;
	font-style: italic;
	text-align: center;
	z-index: 12;
	opacity: 0;
	display: none;
}
section.gallery figure div {
	position: relative;
	float: left;
	height: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
	border: 1px solid transparent;
}
section.gallery figure div span {
	position:absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
	opacity: 0;
}
section.gallery figure div span.shadow-left {
	background-image: linear-gradient(right , rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 27%, rgba(0,0,0,0) 100%);
	background-image: -o-linear-gradient(right , rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 27%, rgba(0,0,0,0) 100%);
	background-image: -moz-linear-gradient(right , rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 27%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient(right , rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 27%, rgba(0,0,0,0) 100%);
	background-image: -ms-linear-gradient(right , rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 27%, rgba(0,0,0,0) 100%);
}
section.gallery figure div span.shadow-right {
	background-image: linear-gradient(left , rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 27%, rgba(0,0,0,0) 100%);
	background-image: -o-linear-gradient(left , rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 27%, rgba(0,0,0,0) 100%);
	background-image: -moz-linear-gradient(left , rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 27%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient(left , rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 27%, rgba(0,0,0,0) 100%);
	background-image: -ms-linear-gradient(left , rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 27%, rgba(0,0,0,0) 100%);
}
section.gallery figure img {
	position: relative;
	float: left;
	height: 100%;
}
section.gallery figure span.selected {
	cursor: pointer;
}
.csstransforms3d section.gallery figure div {
	-webkit-perspective: 500;
	-moz-perspective: 500;
	-o-perspective: 500;
	-ms-perspective: 500;
	perspective: 500;
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-o-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
.no-csstransforms3d section.gallery figure div {
	-webkit-transition: all ease-out 0.25s;
	-moz-transition: all ease-out 0.25s;
	-o-transition: all ease-out 0.25s;
	-ms-transition: all ease-out 0.25s;
	transition: all ease-out 0.25s;
	-moz-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}
.no-csstransforms3d section.gallery figure div span {
	display: none;
}
.no-csstransforms3d section.gallery figure div.selected {
	z-index: 10;
	-webkit-transition: all ease-out 0.5s;
	-moz-transition: all ease-out 0.5s;
	-o-transition: all ease-out 0.5s;
	-ms-transition: all ease-out 0.5s;
	transition: all ease-out 0.5s;
	-webkit-transform: scale(1.25, 1.25);
	-moz-transform: scale(1.25, 1.25);
	-o-transform: scale(1.25, 1.25);
	-ms-transform: scale(1.25, 1.25);
	transform: scale(1.25, 1.25);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	-o-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	-ms-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	-moz-transition-delay: 0.25s;
	-webkit-transition-delay: 0.25s;
	-o-transition-delay: 0.25s;
	-ms-transition-delay: 0.25s;
	transition-delay: 0.25s;
}
nav#gallery-ui {
	position: absolute;
	z-index: 10;
	left: 50%;
	bottom: 50px;
	float: left;
	width: 566px;
	height: 26px;
	margin-left: -273px;
	display: none;
}
nav#gallery-ui ul {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	background: url(css-img/sprite-ui.png) no-repeat 0px -150px;
}
nav#gallery-ui ul li {
	position: absolute;
	float: left;
	display: inline;
	width: 352px;
	left: 97px;
}
nav#gallery-ui ul li:first-child {
	width: 91px;
	left: 0px;
}
nav#gallery-ui ul li:last-child {
	width: 91px;
	left: 465px;
}
nav#gallery-ui ul li a {
	float: left;
	cursor: ew-resize;
	width: 38px;
	height: 23px;
	background: url(css-img/sprite-ui.png) no-repeat -29px 0px;
	text-indent: -9999px;
	opacity: 1;
	border-bottom: 1px solid transparent;
	-webkit-transition: opacity ease-out 0.2s;
	-moz-transition: opacity ease-out 0.2s;
	-o-transition: opacity ease-out 0.2s;
	-ms-transition: opacity ease-out 0.2s;
	transition: opacity ease-out 0.2s;
}
nav#gallery-ui ul li:first-child a {
	width: 11px;
	background-position: 0px 0px;
	opacity: 0.5;
	cursor: pointer;
}
nav#gallery-ui ul li:last-child a {
	width: 11px;
	background-position: -15px 0px;
	opacity: 0.5;
	cursor: pointer;
}
nav#gallery-ui ul li a:hover {
	opacity: 1;
}
nav#gallery-ui ul li span {
	float: left;
	font-size: 12px;
	line-height: 23px;
	opacity: 0;
	color: #4c4c4c;
	width: 74px;
	height: 23px;
	text-align: center;
	font-style: italic;
	cursor: default;
	-webkit-transition: opacity ease-in 0.1s;
	-moz-transition: opacity ease-in 0.1s;
	-o-transition: opacity ease-in 0.1s;
	-ms-transition: opacity ease-in 0.1s;
	transition: opacity ease-in 0.1s;
}
nav#gallery-ui ul li span.over {
	opacity: 1;
}
.corner {
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #cc0000;
	z-index: 120;
	margin-left: -5px;
	margin-top: -5px;
	cursor: move;
}
@media only screen and (max-height: 900px) {
	section.gallery figure {
		-webkit-transform: translateZ(-500px);
		-moz-transform: translateZ(-500px);
		-o-transform: translateZ(-500px);
		-ms-transform: translateZ(-500px);
		transform: translateZ(-500px);
	}
	section.gallery {
		height: 350px;
		margin-top: -175px;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-height: 900px) {
	section.gallery {
		height: 500px;
		margin-top: -250px;
	}
}
@media only screen and (max-height: 750px) {
	section.gallery figure {
		-webkit-transform: translateZ(-800px);
		-moz-transform: translateZ(-800px);
		-o-transform: translateZ(-800px);
		-ms-transform: translateZ(-800px);
		transform: translateZ(-800px);
	}
	section.gallery {
		height: 250px;
		margin-top: -125px;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-height: 750px) {
	section.gallery {
		height: 500px;
		margin-top: -250px;
	}
}
@media only screen and (max-height: 600px) {
	section.gallery figure {
		-webkit-transform: translateZ(-900px);
		-moz-transform: translateZ(-900px);
		-o-transform: translateZ(-900px);
		-ms-transform: translateZ(-900px);
		transform: translateZ(-900px);
	}
	nav#gallery-ui {
		bottom: 50px;
	}
	section.gallery {
		height: 200px;
		margin-top: -100px;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-height: 600px) {
	section.gallery {
		height: 500px;
		margin-top: -250px;
	}
}
@media only screen and (max-height: 500px) {
	section.gallery figure {
		-webkit-transform: translateZ(-1400px);
		-moz-transform: translateZ(-1400px);
		-o-transform: translateZ(-1400px);
		-ms-transform: translateZ(-1400px);
		transform: translateZ(-1400px);
	}
	section.gallery {
		height: 150px;
		margin-top: -75px;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-height: 500px) {
	section.gallery {
		height: 500px;
		margin-top: -240px;
	}
}
@media only screen and (max-width: 1024px) {
	section.gallery {
		top: 45%;
	}
	nav#gallery-ui {
		bottom: auto;
		width: 100%;
		left: 0px;
		top: 50%;
		margin-top: -13px;
		margin-left: 0px;
		pointer-events: none;
	}
	nav#gallery-ui ul {
		background: none;
		pointer-events:none;
	}
	nav#gallery-ui ul li.drag {
		display: none;
		pointer-events: auto;
	}
	nav#gallery-ui ul li span {
		display: none;
	}
	nav#gallery-ui ul li:last-child {
		left: auto;
		right: 0px;
		pointer-events: auto;
	}
	nav#gallery-ui ul li:first-child {
		width: 40px;
		height: 40px;
		margin-left: 34px;
		background-color: #fff;
		-webkit-box-shadow: 0 0 10px #919190;
		-moz-box-shadow: 0 0 10px #919190;
		-o-box-shadow: 0 0 10px #919190;
		-ms-box-shadow: 0 0 10px #919190;
		box-shadow:  0 0 10px #919190;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		-o-border-radius: 30px;
		-ms-border-radius: 30px;
		border-radius: 30px;
		pointer-events: auto;
	}
	nav#gallery-ui ul li a {
		pointer-events: auto;
	}
	nav#gallery-ui ul li:first-child a {
		margin-left: 13px;
		margin-top: 7px;
		opacity: 0.8;
	}
	nav#gallery-ui ul li:last-child {
		width: 40px;
		height: 40px;
		margin-right: 34px;
		background-color: #fff;
		-webkit-box-shadow: 0 0 10px #919190;
		-moz-box-shadow: 0 0 10px #919190;
		-o-box-shadow: 0 0 10px #919190;
		-ms-box-shadow: 0 0 10px #919190;
		box-shadow:  0 0 10px #919190;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		-o-border-radius: 30px;
		-ms-border-radius: 30px;
		border-radius: 30px;
	}
	nav#gallery-ui ul li:last-child a {
		margin-left: 16px;
		margin-top: 8px;
		opacity: 0.8;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 1024px) {
	section.gallery {
		margin-top: -230px;
	}
}
@media only screen and (max-width: 720px) {
	nav#gallery-ui ul li:first-child {
		margin-left: 10px;
	}
	nav#gallery-ui ul li:last-child {
		margin-right: 10px;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 720px) {
	section.gallery {
		margin-top: -250px;
	}
}
section#player {
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 20px;
	float: left;
	width: 348px;
	height: 100px;
	margin-left: -174px;
	overflow: hidden;
	display: none;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	transform: translate3d(0, 0, 0);
}
section#player figure {
	position: absolute;
	float: left;
	top: 0px;
	left: 0px;
	width: 9999px;
	height: 100px;
}
section#player figure img {
	position: relative;
	float: left;
	opacity: 0;
}
section#player figure canvas#spectrum-canvas {
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
}
section#player > p {
	position: absolute;
	z-index: 10;
	float: left;
	width: 40px;
	height: 40px;
	margin: 30px 0 0 148px;
	line-height: 40px;
	text-align: center;
	font-style: italic;
	color: #7e7d7c;
	background-color: #e8e8e8;
	-webkit-box-shadow: 0 0 10px #919190;
	-moz-box-shadow: 0 0 10px #919190;
	-o-box-shadow: 0 0 10px #919190;
	-ms-box-shadow: 0 0 10px #919190;
	box-shadow:  0 0 10px #919190;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: all ease-out 0.2s 0.2s;
	-moz-transition: all ease-out 0.2s 0.2s;
	-o-transition: all ease-out 0.2s 0.2s;
	-ms-transition: all ease-out 0.2s 0.2s;
	transition: all ease-out 0.2s 0.2s;
}
section#player > p span {
	font-size: 12px;
}
section#player > p.hidden {
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: all ease-out 0.2s 0s;
	-moz-transition: all ease-out 0.2s 0s;
	-o-transition: all ease-out 0.2s 0s;
	-ms-transition: all ease-out 0.2s 0s;
	transition: all ease-out 0.2s 0s;
}
nav#player-ui {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 57px;
	float: left;
	width: 565px;
	height: 26px;
	margin-left: -277px;
	display: none;
}
nav#player-ui ul {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}
nav#player-ui ul li {
	position: absolute;
	float: left;
	display: inline;
	width: 91px;
	left: 0px;
}
nav#player-ui ul li:last-child {
	width: 91px;
	left: 470px;
}
nav#player-ui ul li span {
	float: left;
	font-size: 12px;
	line-height: 23px;
	opacity: 0;
	color: #4c4c4c;
	width: 74px;
	height: 23px;
	text-align: center;
	font-style: italic;
	cursor: default;
	-webkit-transition: opacity ease-in 0.1s;
	-moz-transition: opacity ease-in 0.1s;
	-o-transition: opacity ease-in 0.1s;
	-ms-transition: opacity ease-in 0.1s;
	transition: opacity ease-in 0.1s;
}
nav#player-ui ul li:first-child span {
	margin-right: 2px;
}
nav#player-ui ul li span.over {
	opacity: 1;
}
nav#player-ui ul li a {
	float: left;
	opacity: 0.5;
	cursor: pointer;
	width: 11px;
	height: 23px;
	background: url(css-img/sprite-ui.png) no-repeat -473px -40px;
	text-indent: -9999px;
	opacity: 1;
	border-bottom: 1px solid transparent;
	-webkit-transition: opacity ease-out 0.2s;
	-moz-transition: opacity ease-out 0.2s;
	-o-transition: opacity ease-out 0.2s;
	-ms-transition: opacity ease-out 0.2s;
	transition: opacity ease-out 0.2s;
}
nav#player-ui ul li:last-child a {
	background-position: -488px -40px;
}
nav#player-ui ul li a:hover {
	opacity: 1;
}
@media only screen and (max-height: 600px) {
	nav#player-ui {
		top: 37px;
	}
	section#player {
		top: 0px
	}
}
@media only screen and (max-width: 1024px) {
	section#player {
		top: auto;
		bottom: 20px;
		z-index: 30;
	}
	nav#player-ui {
		top: auto;
		bottom: 54px;
		z-index: 90;
		pointer-events: none;
	}
	section#player > p {
		margin: 30px 0 0 180px;
		background-color: #fff;
	}
	section#player > p.hidden {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	nav#player-ui ul li:first-child,
	nav#player-ui ul li:last-child,
	nav#player-ui a {
		pointer-events: auto;
	}
	nav#player-ui ul li span {
		opacity: 1;
	}
}
@media only screen and (max-width: 720px) {
	section#player {
		bottom: -10px;
	}
	nav#player-ui {
		bottom: 24px;
	}
	nav#player-ui ul li {
		left: 130px;
	}
	nav#player-ui ul li:last-child {
		left: 344px;
	}
	section#player figure {
		display: none;
	}
}
/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Sound Creatures > An adaptation of Blue Monday
 *
 * Copyright (c) 2010-2011 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Silvia Benvenuti & is-real-ness
 * Skin Version: 4.0 (jPlayer 2.1.0)
 * Date: 1st September 2011 - 22nd June 2012
 */
div.jp-audio,
div.jp-video {
	
	font-size:1em;  
	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
	position:relative;
}
div.jp-audio {
	width:348px;
}
div.jp-video-270p {
	width:480px;
}
div.jp-video-360p {
	width:640px;
}
div.jp-video-full {
	
	width:480px;
	height:270px;
	
	position:static !important; position:relative
}
div.jp-video-full div.jp-jplayer {
	top: 0;
	left: 0;
	position: fixed !important; position: relative; 
	overflow: hidden;
	z-index:1000;
}
div.jp-video-full div.jp-gui {
	position: fixed !important; position: static; 
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	z-index:1000;
}
div.jp-video-full div.jp-interface {
	position: absolute !important; position: relative; 
	bottom: 0;
	left: 0;
	z-index:1000;
}
div.jp-interface {
	position: relative;
	width:100%;
}
div.jp-audio div.jp-type-single div.jp-interface {
	height:80px;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
	height:80px;
}
div.jp-video div.jp-interface {
	border-top:1px solid #009be3;
}
div.jp-controls-holder {
	clear: both;
	width:440px;
	margin:0 auto;
	position: relative;
	overflow:hidden;
	top:-8px; 
}
div.jp-interface ul.jp-controls {
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	list-style-type:none;
	margin:0;
	padding: 0;
}
div.jp-audio ul.jp-controls {
}
div.jp-video div.jp-type-single ul.jp-controls {
	width: 60px;
}
div.jp-video div.jp-type-playlist ul.jp-controls {
	width: 134px;
	margin-left: 172px;
}
div.jp-video ul.jp-controls,
div.jp-interface ul.jp-controls li {
	display:inline;
	float: left;
}
div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	border-bottom: 1px solid transparent;
}
a.jp-play,
a.jp-pause {
	width:60px;
	height:60px;
	float: left;
	margin: 20px 0 0 138px;
	background-color: #e8e8e8;
	-webkit-box-shadow: 0 0 10px #919190;
	-moz-box-shadow: 0 0 10px #919190;
	-o-box-shadow: 0 0 10px #919190;
	-ms-box-shadow: 0 0 10px #919190;
	box-shadow: 0 0 10px #919190;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;
	-ms-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}
a.jp-play {
	background-image: url(css-img/sprite-ui.png);
	background-position: -14px -39px;
	background-repeat: no-repeat;
}
a.jp-play:hover {
	background-color: #f6f6f6;
	-webkit-box-shadow: inset 0 0 15px #666;
	-moz-box-shadow: 0 0 15px #666;
	-o-box-shadow: 0 0 15px #666;
	-ms-box-shadow: 0 0 15px #666;
	box-shadow: 0 0 15px #666;
}
a.jp-pause {
	background-image: url(css-img/sprite-ui.png);
	background-position: -14px -89px;
	background-repeat: no-repeat;
	display: none;
}
a.jp-pause:hover {
	background-color: #f6f6f6;
	-webkit-box-shadow: inset 0 0 15px #666;
	-moz-box-shadow: 0 0 15px #666;
	-o-box-shadow: 0 0 15px #666;
	-ms-box-shadow: 0 0 15px #666;
	box-shadow: 0 0 15px #666;
}
a.jp-stop, a.jp-previous, a.jp-next {
	width:28px;
	height:28px;
	margin-top:6px;
}
div.jp-interface ul.jp-controls a.jp-stop,
div.jp-interface ul.jp-controls a.jp-volume-max {
	display: none;
}
a.jp-stop {
	background: url(jplayer.blue.monday.jpg) 0 -83px no-repeat;
	margin-left:10px;
}
a.jp-stop:hover {
	background: url(jplayer.blue.monday.jpg) -29px -83px no-repeat;
}
a.jp-previous {
	background: url(jplayer.blue.monday.jpg) 0 -112px no-repeat;
}
a.jp-previous:hover {
	background: url(jplayer.blue.monday.jpg) -29px -112px no-repeat;
}
a.jp-next {
	background: url(jplayer.blue.monday.jpg) 0 -141px no-repeat;
}
a.jp-next:hover {
	background: url(jplayer.blue.monday.jpg) -29px -141px no-repeat;
}
div.jp-progress {
	overflow:hidden;
	background-color: #c0c0c0;
}
div.jp-audio div.jp-progress {
	position: absolute;
	left: 0px;
	top:3px;
	height:96px;
}
div.jp-audio div.jp-type-single div.jp-progress {
	width:348px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
	left:166px;
	width:130px;
}
div.jp-video div.jp-progress {
	top:0px;
	left:0px;
	width:100%;
	height:10px;
}
div.jp-seek-bar {
	background-color: #c0c0c0;
	width:0px;
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background-color: #919190;
	width:0px;
	height:100%;
}
div.jp-seeking-bg {
	background-color: #ffffff;
}
a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
	width:18px;
	height:15px;
	margin-top:12px;
}
div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	margin-left: 210px;
}
div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
	margin-left: 154px;
}
div.jp-audio a.jp-volume-max {
	margin-left: 56px;
}
div.jp-video a.jp-mute,
div.jp-video a.jp-unmute,
div.jp-video a.jp-volume-max {
	position: absolute;
	top:12px;
	margin-top:0;
}
div.jp-video a.jp-mute,
div.jp-video a.jp-unmute {
	left: 50px;
}
div.jp-video a.jp-volume-max {
	left: 134px;
}
a.jp-mute {
	background: url(jplayer.blue.monday.jpg) 0 -170px no-repeat;
}
a.jp-mute:hover {
	background: url(jplayer.blue.monday.jpg) -19px -170px no-repeat;
}
a.jp-unmute {
	background: url(jplayer.blue.monday.jpg) -60px -170px no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background: url(jplayer.blue.monday.jpg) -79px -170px no-repeat;
}
a.jp-volume-max {
	background: url(jplayer.blue.monday.jpg) 0 -186px no-repeat;
}
a.jp-volume-max:hover {
	background: url(jplayer.blue.monday.jpg) -19px -186px no-repeat;
}
div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url(jplayer.blue.monday.jpg) 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.jp-audio div.jp-volume-bar {
	top:37px;
	left:330px;
	display: none;
}
div.jp-video div.jp-volume-bar {
	top:17px;
	left:72px;
}
div.jp-volume-bar-value {
	background: url(jplayer.blue.monday.jpg) 0 -256px repeat-x;
	width:0px;
	height:5px;
}
div.jp-audio div.jp-time-holder {
	position:absolute;
	top:50px;
}
div.jp-audio div.jp-type-single div.jp-time-holder {
	left:110px;
	width:186px;
}
div.jp-audio div.jp-type-playlist div.jp-time-holder {
	left:166px;
	width:130px;
}
div.jp-current-time,
div.jp-duration {
	width:60px;
	font-size:.64em;
	font-style:oblique;
}
div.jp-current-time {
	float: left;
	display:inline;
}
div.jp-duration {
	float: right;
	display:inline;
	text-align: right;
}
div.jp-video div.jp-current-time {
	margin-left:20px;
}
div.jp-video div.jp-duration {
	margin-right:20px;
}
div.jp-title {
	font-weight:bold;
	text-align:center;
}
div.jp-title,
div.jp-playlist {
	width:100%;
	background-color:#ccc;
	border-top:1px solid #009be3;
}
div.jp-type-single div.jp-title,
div.jp-type-playlist div.jp-title,
div.jp-type-single div.jp-playlist {
	border-top:none;
}
div.jp-title ul,
div.jp-playlist ul {
	list-style-type:none;
	margin:0;
	padding:0 20px;
	font-size:.72em;
}
div.jp-title li {
	padding:5px 0;
	font-weight:bold;
}
div.jp-playlist li {
	padding:5px 0 4px 20px;
	border-bottom:1px solid #eee;
}
div.jp-playlist li div {
	display:inline;
}
div.jp-type-playlist div.jp-playlist li:last-child {
	padding:5px 0 5px 20px;
	border-bottom:none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:7px;
}
div.jp-type-playlist div.jp-playlist a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
	font-weight:bold;
	color:#666;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a{
	color:#666;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
	color:#0d88c1;
}
span.jp-artist {
	font-size:.8em;
	color:#666;
}
div.jp-video-play {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	cursor:pointer;
	background-color:rgba(0,0,0,0); 
}
div.jp-video-270p div.jp-video-play {
	height:270px;
}
div.jp-video-360p div.jp-video-play {
	height:360px;
}
div.jp-video-full div.jp-video-play {
	height:100%;
	z-index:1000;
}
a.jp-video-play-icon {
	position:relative;
	display:block;
	width: 112px;
	height: 100px;
	margin-left:-56px;
	margin-top:-50px;
	left:50%;
	top:50%;
	background: url(jplayer.blue.monday.video.play.png) 0 0 no-repeat;
	text-indent:-9999px;
}
div.jp-video-play:hover a.jp-video-play-icon {
	background: url(jplayer.blue.monday.video.play.png) 0 -100px no-repeat;
}
div.jp-jplayer audio,
div.jp-jplayer {
	width:0px;
	height:0px;
}
div.jp-jplayer {
}
ul.jp-toggles {
	list-style-type:none;
	padding:0;
	margin:0 auto;
	overflow:hidden;
}
div.jp-audio .jp-type-single ul.jp-toggles {
	width:25px;
}
div.jp-audio .jp-type-playlist ul.jp-toggles {
	width:55px;
	margin: 0;
	position: absolute;
	left: 325px;
	top: 50px;
}
div.jp-video ul.jp-toggles {
	margin-top:10px;
	width:100px;
}
ul.jp-toggles li {
	display:block;
	float:right;
}
ul.jp-toggles li a {
	display:block;
	width:25px;
	height:18px;
	text-indent:-9999px;
	line-height:100%; 
	border-bottom: 1px solid transparent;
}
ul.jp-toggles {
	display: none;
}
a.jp-full-screen {
	background: url(jplayer.blue.monday.jpg) 0 -310px no-repeat;
	margin-left: 20px;
}
a.jp-full-screen:hover {
	background: url(jplayer.blue.monday.jpg) -30px -310px no-repeat;
}
a.jp-restore-screen {
	background: url(jplayer.blue.monday.jpg) -60px -310px no-repeat;
	margin-left: 20px;
}
a.jp-restore-screen:hover {
	background: url(jplayer.blue.monday.jpg) -90px -310px no-repeat;
}
a.jp-repeat {
	background: url(jplayer.blue.monday.jpg) 0 -290px no-repeat;
}
a.jp-repeat:hover {
	background: url(jplayer.blue.monday.jpg) -30px -290px no-repeat;
}
a.jp-repeat-off {
	background: url(jplayer.blue.monday.jpg) -60px -290px no-repeat;
}
a.jp-repeat-off:hover {
	background: url(jplayer.blue.monday.jpg) -90px -290px no-repeat;
}
a.jp-shuffle {
	background: url(jplayer.blue.monday.jpg) 0 -270px no-repeat;
	margin-left: 5px;
}
a.jp-shuffle:hover {
	background: url(jplayer.blue.monday.jpg) -30px -270px no-repeat;
}
a.jp-shuffle-off {
	background: url(jplayer.blue.monday.jpg) -60px -270px no-repeat;
	margin-left: 5px;
}
a.jp-shuffle-off:hover {
	background: url(jplayer.blue.monday.jpg) -90px -270px no-repeat;
}
.jp-no-solution {
	position:absolute;
	width:390px;
	margin-left:-202px;
	left:50%;
	top: 10px;
	padding:5px;
	font-size:.8em;
	background-color:#eee;
	border:2px solid #009be3;
	color:#000;
	display:none;
}
.jp-no-solution a {
	color:#000;
	border-bottom: 1px solid transparent;
}
.jp-no-solution span {
	font-size:1em;
	display:block;
	text-align:center;
	font-weight:bold;
}
@media only screen and (max-width: 1024px) {
	a.jp-play,
	a.jp-pause {
		width:40px;
		height:40px;
		margin: 30px 0 0 136px;
		background-color: #fff;
	}
	a.jp-play {
		background-position: -24px -48px;
	}
	a.jp-pause {
		background-position: -23px -99px;
	}
	a.jp-play:hover,
	a.jp-pause:hover {
		background-color: #fff;
		-webkit-box-shadow: 0 0 10px #919190;
		-moz-box-shadow: 0 0 10px #919190;
		-o-box-shadow: 0 0 10px #919190;
		-ms-box-shadow: 0 0 10px #919190;
		box-shadow: 0 0 10px #919190;
	}
}
@media only screen and (max-width: 720px) {
	div.jp-audio div.jp-type-single div.jp-progress,
	div.jp-audio div.jp-type-single div.jp-seek-bar,
	div.jp-audio div.jp-type-single div.jp-play-bar {
		opacity: 0;
		pointer-events: none;
	}
}
body > section#info {
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	width: 100%;
	height: 100%;
	background-color: #000;
	display: none;
}
body > section#info article {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 630px;
	height: 400px;
	float: left;
	margin: -250px 0 0 -315px;
	text-align: center;
	font-style: italic;
	color: #e8e8e8;
	opacity: 0.5;
	-webkit-transition: all ease-out 0.3s 0.1s;
	-moz-transition: all ease-out 0.3s 0.1s;
	-o-transition: all ease-out 0.3s 0.1s;
	-ms-transition: all ease-out 0.3s 0.1s;
	transition: all ease-out 0.3s 0.1s;
}
body > section#info article h2,
body > section#info article p {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 17px;
	padding-bottom: 16px;
	text-align: center;
}
body > section#info article p span {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 4px;
	font-size: 12px;
}
body > section#info article h2 {
	text-decoration: underline;
	padding-bottom: 20px;
}
body > section#info article p.last {
	padding-bottom: 30px;
}
body > section#info.selected article {
	opacity: 1;
	margin-top: -200px;
	-webkit-transition: all ease-out 0.5s 0.7s;
	-moz-transition: all ease-out 0.5s 0.7s;
	-o-transition: all ease-out 0.5s 0.7s;
	-ms-transition: all ease-out 0.5s 0.7s;
	transition: all ease-out 0.5s 0.7s;
}
body > section#info cite {
	position: absolute;
	left: 50%;
	bottom: 40px;
	width: 630px;
	float: left;
	margin-left: -315px;
	font-size: 13px;
	text-align: center;
	font-style: italic;
	color: #e8e8e8;
	opacity: 0;
	-webkit-transition: opacity ease-out 0.3s 0.1s;
	-moz-transition: opacity ease-out 0.3s 0.1s;
	-o-transition: opacity ease-out 0.3s 0.1s;
	-ms-transition: opacity ease-out 0.3s 0.1s;
	transition: opacity ease-out 0.3s 0.1s;
}
body > section#info.selected cite {
	opacity: 1;
	-webkit-transition: opacity ease-out 0.8s 0.5s;
	-moz-transition: opacity ease-out 0.8s 0.5s;
	-o-transition: opacity ease-out 0.8s 0.5s;
	-ms-transition: opacity ease-out 0.8s 0.5s;
	transition: opacity ease-out 0.8s 0.5s;
}
body > section#info a {
	color: #e8e8e8;
	border-bottom-color: #ccc;
}
body > section#info a:hover {
	color: #9e9e9e;
	border-bottom-color: #9e9e9e;
}
@media only screen and (max-width: 700px) {
	body > section#info article h2,
	body > section#info article p,
	body > section#info cite  {
		font-size: 12px;
	}
	body > section#info article {
		left: 5%;
		top: 15%;
		padding: 0 5%;
		width: 80%;
		height: 75%;
		overflow-y: scroll;
  		-webkit-overflow-scrolling: touch;
		float: left;
		margin: 0px;
		-webkit-transition: all ease-out 0s 0s;
		-moz-transition: all ease-out 0s 0s;
		-o-transition: all ease-out 0s 0s;
		-ms-transition: all ease-out 0s 0s;
		transition: all ease-out 0s 0s;
	}
	body > section#info.selected article {
		margin: 0px;
		-webkit-transition: all ease-out 0s 0s;
		-moz-transition: all ease-out 0s 0s;
		-o-transition: all ease-out 0s 0s;
		-ms-transition: all ease-out 0s 0s;
		transition: all ease-out 0s 0s;
	}
	body > section#info cite {
		left: 0px;
		width: 100%;
		margin-left: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
		text-indent: -9999px;
		bottom: 30px;
		background-image: linear-gradient(bottom , rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 47%, rgba(0,0,0,0) 100%);
		background-image: -o-linear-gradient(bottom , rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 47%, rgba(0,0,0,0) 100%);
		background-image: -moz-linear-gradient(bottom , rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 47%, rgba(0,0,0,0) 100%);
		background-image: -webkit-linear-gradient(bottom , rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 47%, rgba(0,0,0,0) 100%);
		background-image: -ms-linear-gradient(bottom , rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 47%, rgba(0,0,0,0) 100%);
	}
}
body > section#main-image {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: url(css-img/close.cur), pointer;
	-webkit-perspective: 1000px;
	   -moz-perspective: 1000px;
	    -ms-perspective: 1000px;
	     -o-perspective: 1000px;
	        perspective: 1000px;
	-webkit-transform-origin: 50% 50%;
	   -moz-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	     -o-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
	-webkit-transform-style:preserve-3d;
	   -moz-transform-style:preserve-3d;
	    -ms-transform-style:preserve-3d;
	     -o-transform-style:preserve-3d;
	        transform-style:preserve-3d;
}
body > section#main-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	float: left;
	width: 300px;
	height: 300px;
	margin: -160px 0 0 -160px;
	border: 10px solid #ccc;
	padding-top: 200px;
	opacity: 0;
	-webkit-transition: all ease-out 0.3s 0.2s;
	-moz-transition: all ease-out 0.3s 0.2s;
	-o-transition: all ease-out 0.3s 0.2s;
	-ms-transition: all ease-out 0.3s 0.2s;
	transition: all ease-out 0.3s 0.2s;
}
body > section#main-image.selected img {
	padding-top: 0px;
	opacity: 1;
	-webkit-transition: all ease-out 0.3s 0.5s;
	-moz-transition: all ease-out 0.3s 0.5s;
	-o-transition: all ease-out 0.3s 0.5s;
	-ms-transition: all ease-out 0.3s 0.5s;
	transition: all ease-out 0.3s 0.5s;
}
body > section#main-image figure {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	background: none;
	-webkit-transition: all linear 0.5s;
	-moz-transition: all linear 0.5s;
	-o-transition: all linear 0.5s;
	-ms-transition: all linear 0.5s;
	transition: all linear 0.5s;
}
body > section#main-image figure.move3D {
	-webkit-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	transition: all linear 0.1s;
}
body > section#main-image.selected figure {
	background: url(css-img/preload.gif) no-repeat center center;
}
body > section#main-image figure div {
	float: left;
	top: 50%;
	height: 50%;
	width: 30px;
	height: 30px;
	margin: -15px 0 0 -15px;
}
body > section#main-image figcaption {
	position: absolute;
	left: 50%;
	bottom: 20px;
	width: 630px;
	float: left;
	margin-left: -315px;
	font-size: 14px;
	text-align: center;
	font-style: italic;
	color: #e8e8e8;
	opacity: 0;
	-webkit-transition: all ease-out 0.3s 0.1s;
	-moz-transition: all ease-out 0.3s 0.1s;
	-o-transition: all ease-out 0.3s 0.1s;
	-ms-transition: all ease-out 0.3s 0.1s;
	transition: all ease-out 0.3s 0.1s;
}
body > section#main-image.selected figcaption {
	bottom: 30px;
	opacity: 1;
	-webkit-transition: all ease-out 0.4s 0.75s;
	-moz-transition: all ease-out 0.4s 0.75s;
	-o-transition: all ease-out 0.4s 0.75s;
	-ms-transition: all ease-out 0.4s 0.75s;
	transition: all ease-out 0.4s 0.75s;
}
body > section#main-image a {
	font-size: 15px;
	color: #e8e8e8;
	border-bottom-color: #ccc;
}
body > section#main-image a:hover {
	color: #ccc;
	border-bottom-color: #aaa;
}

/*0617新增*/
 
header nav,header h2{ display:none;}
header h1{width:215px; height: 79px; background: url(../img/logo.jpg) no-repeat;}
footer{ position:absolute; bottom:0; height: 30px; background: #292e32; border-top:1px solid #a89e9e; line-height: 37px; height: 37px; font-size:14px; font-family: "microsoft yahei"; width:100%; color:#8a8f91; }
footer p{ color:#8a8f91;  float:left; margin-left:30px;}
footer p a{ font-style: normal; color:#8a8f91; text-decoration:none; border-bottom: 0; }
footer p span{ font-size:16px; margin:0 24px;}
footer h6{ float:right;}
section.gallery figure{ border:none}
nav#gallery-ui{background: url(../img/icon_bg.png) no-repeat center; height: 65px;}
nav#gallery-ui ul{ height: 26px; margin-top:20px;}
section#player,nav#player-ui{ height: 0; overflow: hidden;}

/*06-23*/
header a{width:215px; height: 79px; /*background: url(../img/logo.jpg) no-repeat;*/display:block;border:none;}
header a:hover{text-decoration:none;}
.inner a{border:none;}
.ui-draggable{position:absolute;z-index:200;}
.category{text-align:center;width:1px;height:1px;overflow:hidden;}
nav#gallery-ui ul li .list-num{position:absolute;left:0;width:352px;}
.lft-n{float:left;width:160px;}
.rig-n{float:right;width:155px;}
nav#gallery-ui ul li p{width:50px;opacity:1.0;background:none;cursor:default;display:block;float:left;padding:0;position:relative;}
nav#gallery-ui ul li p b{height:15px;width:6px;text-indent:-9999em;display:block;font-size:8px;font-weight:normal;cursor:pointer;background:url(../img/n_bg1.jpg) no-repeat center 10px;margin:0 auto;}
nav#gallery-ui ul li p em{text-align:center;background:url(../img/n_bg2.png) no-repeat;position:absolute;top:0px;left:9px;display:none;width:32px;height:49px;color:#ff7324;line-height:33px;font-family:Arial;}
nav#gallery-ui ul li .rig-n p em{text-align:left;text-indent:7px;}

/*1407-09*/
body{-webkit-transition:1s all ease;transition:1s all ease;}
.bg-c1{background:url(../img/beijing01.jpg) no-repeat center center;background-size:cover;}
.bg-c2{background:url(../img/beijing01.jpg) no-repeat center center;background-size:cover;}
.bg-c3{background:url(../img/beijing01.jpg) no-repeat center center;background-size:cover;}
section.gallery figure div span{opacity:1.0;}
.openLink01{position:absolute;left:0;top:0;z-index:30;}
.opentv01{position:absolute;left:0;top:0;z-index:30;}
.opentv02{position:absolute;right:0;top:0;z-index:30;}
.menu-lft{position:absolute;top:0;z-index:100;width:300px;height:180px;left:8%;}
.menu-rig{position:absolute;top:0;z-index:100;width:300px;height:180px;right:8%;}
.btn-m{position:relative;float:left;width:88px;height:87px;background-size:100%;background-repeat:no-repeat;}
.btn-m a{display:block;width:88px;height:87px;text-decoration:none;text-indent:-9999em;border-bottom:none;position:absolute;opacity:0.7}
.btn-m a:hover{text-decoration:none;animation: none;opacity:1;}

.nav-btn1{margin-top:5%;}
.nav-btn2{margin-top:25%;}
.nav-btn3{margin-left:5%;margin-top:10%;}

.nav-btn4{margin-top:5%;}
.nav-btn5{margin-top:25%;}
.nav-btn6{margin-left:5%;margin-top:10%;}

.nav-btn1 a{background-image:url(../img/menu-n1.png);}
.nav-btn2 a{background-image:url(../img/menu-n2.png);}
.nav-btn3 a{background-image:url(../img/menu-n3.png);}

.nav-btn4 a{background-image:url(../img/menu-n4.png);}
.nav-btn5 a{background-image:url(../img/menu-n5.png);}
.nav-btn6 a{background-image:url(../img/menu-n6.png);}
		
/*******1*****/
.element{
animation-name:myfirst;
animation-duration:5s;
animation-timing-function:linear;
animation-delay:2s;
animation-iteration-count:infinite;
animation-direction:alternate;
animation-play-state:running;
/* Firefox: */
-moz-animation-name:myfirst;
-moz-animation-duration:5s;
-moz-animation-timing-function:linear;
-moz-animation-delay:2s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:alternate;
-moz-animation-play-state:running;
/* Safari and Chrome: */
-webkit-animation-name:myfirst;
-webkit-animation-duration:5s;
-webkit-animation-timing-function:linear;
-webkit-animation-delay:2s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:alternate;
-webkit-animation-play-state:running;
/* Opera: */
-o-animation-name:myfirst;
-o-animation-duration:5s;
-o-animation-timing-function:linear;
-o-animation-delay:2s;
-o-animation-iteration-count:infinite;
-o-animation-direction:alternate;
-o-animation-play-state:running;
}
@keyframes myfirst
{
0%   {left:0px; top:0px;}
25%  {left:10px; top:0px;}
50%  {left:10px; top:5%;}
75%  {left:0px; top:5%;}
100% {left:0px; top:0px;}
}

@-moz-keyframes myfirst /* Firefox */
{
   

0%   {left:0px; top:0px;}
25%  {left:10px; top:0px;}
50%  {left:10px; top:5%;}
75%  {left:0px; top:5%;}
100% {left:0px; top:0px;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
0%   {left:0px; top:0px;}
25%  {left:10px; top:0px;}
50%  {left:10px; top:5%;}
75%  {left:0px; top:5%;}
100% {left:0px; top:0px;}
}

@-o-keyframes myfirst /* Opera */
{
0%   {left:0px; top:0px;}
25%  {left:10px; top:0px;}
50%  {left:10px; top:5%;}
75%  {left:0px; top:5%;}
100% {left:0px; top:0px;}
}

/*******2*****/
.element2{
animation-name:myfirst2;
animation-duration:5s;
animation-timing-function:linear;
animation-delay:2s;
animation-iteration-count:infinite;
animation-direction:alternate;
animation-play-state:running;
/* Firefox: */
-moz-animation-name:myfirst2;
-moz-animation-duration:5s;
-moz-animation-timing-function:linear;
-moz-animation-delay:2s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:alternate;
-moz-animation-play-state:running;
/* Safari and Chrome: */
-webkit-animation-name:myfirst2;
-webkit-animation-duration:5s;
-webkit-animation-timing-function:linear;
-webkit-animation-delay:2s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:alternate;
-webkit-animation-play-state:running;
/* Opera: */
-o-animation-name:myfirst2;
-o-animation-duration:5s;
-o-animation-timing-function:linear;
-o-animation-delay:2s;
-o-animation-iteration-count:infinite;
-o-animation-direction:alternate;
-o-animation-play-state:running;
}
@keyframes myfirst2
{
0%   {left:5px; top:0px;}
25%  {left:15px; top:0px;}
50%  {left:10px; top:7%;}
75%  {left:5px; top:7%;}
100% {left:5px; top:0px;}
}

@-moz-keyframes myfirst2 /* Firefox */
{
0%   {left:5px; top:0px;}
25%  {left:15px; top:0px;}
50%  {left:10px; top:7%;}
75%  {left:5px; top:7%;}
100% {left:5px; top:0px;}
}

@-webkit-keyframes myfirst2 /* Safari and Chrome */
{
0%   {left:5px; top:0px;}
25%  {left:15px; top:0px;}
50%  {left:10px; top:7%;}
75%  {left:5px; top:7%;}
100% {left:5px; top:0px;}
}

@-o-keyframes myfirst2 /* Opera */
{
0%   {left:5px; top:0px;}
25%  {left:15px; top:0px;}
50%  {left:10px; top:7%;}
75%  {left:5px; top:7%;}
100% {left:5px; top:0px;}
}
