@font-face {
	font-family: 'typicons';
	src:url('../fonts/typicons/typicons.eot');
	src:url('../fonts/typicons/typicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/typicons/typicons.ttf') format('truetype'),
		url('../fonts/typicons/typicons.woff') format('woff'),
		url('../fonts/typicons/typicons.svg#typicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

.perspective {
	width: 100%;
	height: 100%;
}

.perspective {
	background: #324ea1;
	position: relative;
}

.container_mulu {
	background: #fff;
	min-height: 100%;
	position: relative;

	z-index: 10;
	
	
}

.container_mulu::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;
	 margin-left: -20PX;
	
	opacity: 0;
	background: rgba(3,94,126,0.2);

	/* the transition delay of the height needs to be synced with the container transition time */
	-webkit-transition: opacity 0.4s, height 0s 0.4s;
	transition: opacity 0.4s, height 0s 0.4s;
}

.effect-airbnb.animate .container_mulu {
	-webkit-transform: translateZ(-1500px) translateX(100%) rotateY(-45deg);
	transform: translateZ(-150px)  translateX(30%) rotateY(-60deg);
	 border: 10px solid;
	border-image:url("../images/topm/chbj22.png") 115 255 stretch;
	margin: 0;
	padding: 0;

	border-width:60px 0px 60px 120px;

	background:NONE;
	
	
}




.wrapper {
	position: relative;
}



/* Modal view */
.perspective.modalview {
	position: fixed;
	-webkit-perspective: 1500px;
	perspective: 1500px;
}

.modalview .container_mulu {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	

}

.modalview .wrapper {
	-webkit-transform: translateZ(-1px); /* solves a rendering bug in Chrome on Windows */
}

.animate .container_mulu::after {
	opacity: 1;
	height: 100%;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

/* Outer Nav */
.outer-nav {
	position: absolute;
	height: 0;
	font-size: 2em;
}

.outer-nav.vertical {
	top: 8%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.outer-nav.horizontal {
	left: 50%;
	width: 75%;
	max-width: 1000px;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.outer-nav.left {
	left: 8%;
}

.outer-nav.right {
	right: 25%;
}

.outer-nav.top {
	top: 25%;
}

.outer-nav.bottom {
	bottom: 25%;
}

.outer-nav a {
	display: inline-block;
	white-space: nowrap;
	font-weight: 300;
	line-height: 40px;

	color: #fff;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.outer-nav a:hover {
	color: #ffdccd;
}

.outer-nav.vertical a {
	display: block;
}

.outer-nav.horizontal a {
	margin: 15px 20px;
}

.outer-nav a::before {
	display: inline-block;
	font-family: 'typicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	margin-right: 10px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.icon-news::before { content: "\e600" }
.icon-home::before { content: "\e601" }
.icon-image::before { content: "\e602" }
.icon-upload::before { content: "\e603" }
.icon-star::before { content: "\e604" }
.icon-mail::before { content: "\e605" }
.icon-lock::before { content: "\e606" }
.icon-chart-pie::before { content: "\e607" }

/* Individual Effects */

/* Effect airbnb */
.effect-airbnb {
/*	background: #324ea1 ;*/
/*background: rgba(0,0,0,0.8);*/
	background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
  width: 100%; 
  height: 100%;
  background-image: url('../images/xingkong5.jpg');
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center auto;
  top: 0px;
  left: auto;

}

.effect-airbnb .container_mulu {
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.4s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;


 
	
}

/*.effect-airbnb.animate .container_mulu {
	-webkit-transform: translateZ(-1500px) translateX(100%) rotateY(-45deg);
	transform: translateZ(-150px)  translateX(30%) rotateY(-60deg);
	 border: 50px solid;
	border-image:url("../images/topm/chbj21.png") 100 180 stretch;
	padding: 0px;
	border-width:50px 0px 50px 100px;

	background:NONE;
	
	
}
*/


.no-csstransforms3d .effect-airbnb.animate .container_mulu {
	left: 75%;
}

.effect-airbnb .outer-nav a {
	opacity: 0;
	-webkit-transform: translateX(-150px);
	transform: translateX(-150px);
	-webkit-transition: -webkit-transform 0.6s, opacity  0.6s;
	transition: transform 0.4s, opacity 0.9s;
}

.effect-airbnb.animate .outer-nav a {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0) translateY(0px);; 


}

.effect-airbnb.animate .outer-nav a:nth-child(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.1s;
}

.effect-airbnb.animate .outer-nav a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.15s;
}

.effect-airbnb.animate .outer-nav a:nth-child(4) {
	-webkit-transition-delay: 0.13s;
	transition-delay: 0.2s;
}

.effect-airbnb.animate .outer-nav a:nth-child(5) {
	-webkit-transition-delay: 0.18s;
	transition-delay: 0.25s;
}

.effect-airbnb.animate .outer-nav a:nth-child(6) {
	-webkit-transition-delay: 0.23s;
	transition-delay: 0.3s;
}

.effect-airbnb.animate .outer-nav a:nth-child(7) {
	-webkit-transition-delay: 0.26s;
	transition-delay: 0.35s;
}

.effect-airbnb.animate .outer-nav a:nth-child(8) {
	-webkit-transition-delay: 0.29s;
	transition-delay: 0.4s;
}
.effect-airbnb.animate .outer-nav a:nth-child(9) {
	-webkit-transition-delay: 0.32s;
	transition-delay: 0.45s;
}
.effect-airbnb.animate .outer-nav a:nth-child(10) {
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.5s;
}
.effect-airbnb.animate .outer-nav a:nth-child(11) {
	-webkit-transition-delay: 0.38;
	transition-delay: 0.55s;
}
.effect-airbnb.animate .outer-nav a:nth-child(12) {
	-webkit-transition-delay: 0.28s;
	transition-delay: 0.6s;
}