
@import url("reset.min.css");
@import url("hover.css");
body {
	background:url(../images/index-bj.jpg) center center no-repeat; background-size:cover;
	overflow: hidden; position:relative;
}

canvas {
	display: block;
}

a { color: #101010; text-decoration: none; 
transition:all 0.5s ease-out 0s;
-webkit-transition:all 0.5s ease-out 0s;
-moz-transition:all 0.5s ease-out 0s;
-ms-transition:all 0.5s ease-out 0s;
-o-transition:all 0.5s ease-out 0s;}

/*大屏幕*/
.g-index{ width:100%; height:100%; position:relative;}
.m-left-door{ width:50%; height:100%; position:absolute; top:0; left:0; z-index:9; background:url(../images/left-door.png) right top no-repeat;

animation:myMoveLeft 3s ease-out 0s 1 alternate forwards;
-webkit-animation:myMoveLeft 3s ease-out 0s 1 alternate forwards;
-moz-animation:myMoveLeft 3s ease-out 0s 1 alternate forwards;
-ms-animation:myMoveLeft 3s ease-out 0s 1 alternate forwards;
-o-animation:myMoveLeft 3s ease-out 0s 1 alternate forwards;

animation-delay:0.5s;
-webkit-animation-delay:0.5s;
-moz-animation-delay:0.5s;
-ms-animation-delay:0.5s;
-o-animation-delay:0.5s;}

.m-right-door{ width:50%; height:100%; position:absolute; top:0; right:0; z-index:9; background:url(../images/right-door.png) left top no-repeat;

animation:myMoveRight 3s ease-out 0s 1 alternate forwards;
-webkit-animation:myMoveRight 3s ease-out 0s 1 alternate forwards;
-moz-animation:myMoveRight 3s ease-out 0s 1 alternate forwards;
-ms-animation:myMoveRight 3s ease-out 0s 1 alternate forwards;
-o-animation:myMoveRight 3s ease-out 0s 1 alternate forwards;

animation-delay:0.5s;
-webkit-animation-delay:0.5s;
-moz-animation-delay:0.5s;
-ms-animation-delay:0.5s;
-o-animation-delay:0.5s;}






.f-enter{ width:470px; height:0; text-align:center; position:absolute; left:50%; top:150px; margin-left:-235px; opacity:1; z-index:999999;}

.m-enter-logo{ width:338px; height:322px; margin:0 auto; opacity:0;
animation:myMoveScale 3s ease-out 0s 1 alternate forwards;
-webkit-animation:myMoveScale 3s ease-out 0s 1 alternate forwards;
-moz-animation:myMoveScale 3s ease-out 0s 1 alternate forwards;
-ms-animation:myMoveScale 3s ease-out 0s 1 alternate forwards;
-o-animation:myMoveScale 3s ease-out 0s 1 alternate forwards;


animation-delay:1s;
-webkit-animation-delay:1s;
-moz-animation-delay:1s;
-ms-animation-delay:1s;
-o-animation-delay:1s;}

.m-enter-logo img{ width:100%;}

.m-enter-icon{ width:165px; height:30px; position:relative; margin:60px auto 55px; opacity:0;}
.m-enter-icon a{ width:165px; height:30px; line-height:30px; text-align:center; font-size:14px; color:#d4c290; border:1px solid #d4c290; position:relative; display:block; z-index:9999;
transition:all 0.5s ease-out 0s;
-webkit-transition:all 0.5s ease-out 0s;
-moz-transition:all 0.5s ease-out 0s;
-ms-transition:all 0.5s ease-out 0s;
-o-transition:all 0.5s ease-out 0s;}
.m-enter-zzc{ width:0; height:30px; position:absolute; left:50%; top:0; opacity:0; margin-bottom:0;
transition:all 0.5s ease-out 0s;
-webkit-transition:all 0.5s ease-out 0s;
-moz-transition:all 0.5s ease-out 0s;
-ms-transition:all 0.5s ease-out 0s;
-o-transition:all 0.5s ease-out 0s;}
.m-enter-icon a:hover{ color:#fff;}
.m-enter-icon:hover .m-enter-zzc{ left:0; width:165px; background:#d4c290; opacity:1;}

.m-enter-by{ width:300px; height:33px; line-height:33px; text-align:center;font-size: 30px; color:#d4c290;  margin:0 auto; opacity:0; position:relative; top:40px;
text-shadow: 1px 1.732px 0px rgb( 0, 0, 0 );
-webkit-text-shadow: 1px 1.732px 0px rgb( 0, 0, 0 );
-moz-text-shadow: 1px 1.732px 0px rgb( 0, 0, 0 );
-ms-text-shadow: 1px 1.732px 0px rgb( 0, 0, 0 );
-o-text-shadow: 1px 1.732px 0px rgb( 0, 0, 0 );}


.m-enter-tel{ width:470px; height:30px; line-height:30px; text-align:center; font-size:20px; color:#977f5f; margin:0 auto; opacity:0; position:relative; top:20px;}

.m-enter-add{ width:470px; height:25px; line-height:25px; text-align:center; font-size:12px; color:#977f5f; margin:0 auto 20px; opacity:0; position:relative; top:20px;}
.m-enter-icp{ width:470px; height:50px; line-height:25px; text-align:center; font-size:12px; color:#977f5f; margin:0 auto 25px; opacity:0; position:relative; top:20px;}
.m-enter-icp a{color:#977f5f;}
.m-enter-icp a:hover{ color:#9e0f0c;}

.m-enter-code{ width:80px; height:80px; position:relative; margin:0 auto; opacity:0; position:relative; top:20px;}
.m-enter-code img{ width:80px; height:80px;}









/*小屏幕*/
@media screen and (max-height: 850px){
.g-index{ width:100%; height:100%; position:relative;}
.m-guang{ width:74px; height:100%; position:absolute; left:50%; top:0; margin-left:-40px; z-index:999;}
.m-left-door{ width:50%; height:100%; position:absolute; top:0; left:0; z-index:9; background:url(../images/left-door.png) right top no-repeat;

animation:myMoveLeftSmall 3s ease-out 0s 1 alternate forwards;
-webkit-animation:myMoveLeftSmall 3s ease-out 0s 1 alternate forwards;
-moz-animation:myMoveLeftSmall 3s ease-out 0s 1 alternate forwards;
-ms-animation:myMoveLeftSmall 3s ease-out 0s 1 alternate forwards;
-o-animation:myMoveLeftSmall 3s ease-out 0s 1 alternate forwards;

animation-delay:0.5s;
-webkit-animation-delay:0.5s;
-moz-animation-delay:0.5s;
-ms-animation-delay:0.5s;
-o-animation-delay:0.5s;}

.m-right-door{ width:50%; height:100%; position:absolute; top:0; right:0; z-index:9; background:url(../images/right-door.png) left top no-repeat;

animation:myMoveRightSmall 3s ease-out 0s 1 alternate forwards;
-webkit-animation:myMoveRightSmall 3s ease-out 0s 1 alternate forwards;
-moz-animation:myMoveRightSmall 3s ease-out 0s 1 alternate forwards;
-ms-animation:myMoveRightSmall 3s ease-out 0s 1 alternate forwards;
-o-animation:myMoveRightSmall 3s ease-out 0s 1 alternate forwards;

animation-delay:0.5s;
-webkit-animation-delay:0.5s;
-moz-animation-delay:0.5s;
-ms-animation-delay:0.5s;
-o-animation-delay:0.5s;}



.f-enter{ width:470px; height:0; text-align:center; position:absolute; left:50%; top:30px; margin-left:-235px; opacity:1; z-index:999999;}

.m-enter-logo{ width:273px; height:260px; margin:0 auto; opacity:0;
animation:myMoveScale 3s ease-out 0s 1 alternate forwards;
-webkit-animation:myMoveScale 3s ease-out 0s 1 alternate forwards;
-moz-animation:myMoveScale 3s ease-out 0s 1 alternate forwards;
-ms-animation:myMoveScale 3s ease-out 0s 1 alternate forwards;
-o-animation:myMoveScale 3s ease-out 0s 1 alternate forwards;


animation-delay:1s;
-webkit-animation-delay:1s;
-moz-animation-delay:1s;
-ms-animation-delay:1s;
-o-animation-delay:1s;}

.m-enter-icon{ width:165px; height:30px; position:relative; margin:30px auto 35px; opacity:0;}
.m-enter-icon a{ width:165px; height:30px; line-height:30px; text-align:center; font-size:14px; color:#d4c290; border:1px solid #d4c290; position:relative; display:block; z-index:9999;
transition:all 0.5s ease-out 0s;
-webkit-transition:all 0.5s ease-out 0s;
-moz-transition:all 0.5s ease-out 0s;
-ms-transition:all 0.5s ease-out 0s;
-o-transition:all 0.5s ease-out 0s;}
.m-enter-zzc{ width:0; height:30px; position:absolute; left:50%; top:0; opacity:0; margin-bottom:0;
transition:all 0.5s ease-out 0s;
-webkit-transition:all 0.5s ease-out 0s;
-moz-transition:all 0.5s ease-out 0s;
-ms-transition:all 0.5s ease-out 0s;
-o-transition:all 0.5s ease-out 0s;}
.m-enter-icon a:hover{ color:#fff;}
.m-enter-icon:hover .m-enter-zzc{ left:0; width:165px; background:#d4c290; opacity:1;}


.m-enter-tel{ width:470px; height:30px; line-height:30px; text-align:center; font-size:20px; color:#977f5f; margin:0 auto; opacity:0; position:relative; top:20px;}

.m-enter-add{ width:470px; height:25px; line-height:25px; text-align:center; font-size:12px; color:#977f5f; margin:0 auto 20px; opacity:0; position:relative; top:20px;}
.m-enter-icp{ width:470px; height:50px; line-height:25px; text-align:center; font-size:12px; color:#977f5f; margin:0 auto 25px; opacity:0; position:relative; top:20px;}
.m-enter-icp a{color:#977f5f;}
.m-enter-icp a:hover{ color:#9e0f0c;}

.m-enter-code{ width:80px; height:80px; position:relative; margin:0 auto; opacity:0; position:relative; top:20px;}
.m-enter-code img{ width:80px; height:80px;}



}

/*小屏幕*/
@media screen and (max-height: 650px){

.f-enter{ width:470px; height:0; text-align:center; position:absolute; left:50%; top:10px; margin-left:-235px; opacity:1; z-index:999999;}

.m-enter-logo{ width:231px; height:220px; margin:0 auto; opacity:0;
animation:myMoveScale 3s ease-out 0s 1 alternate forwards;
-webkit-animation:myMoveScale 3s ease-out 0s 1 alternate forwards;
-moz-animation:myMoveScale 3s ease-out 0s 1 alternate forwards;
-ms-animation:myMoveScale 3s ease-out 0s 1 alternate forwards;
-o-animation:myMoveScale 3s ease-out 0s 1 alternate forwards;


animation-delay:1s;
-webkit-animation-delay:1s;
-moz-animation-delay:1s;
-ms-animation-delay:1s;
-o-animation-delay:1s;}
}












/*花瓣飘落*/
#snowflake { width: 100%; height: 100%; position: absolute; top: 0; left: 0; overflow: hidden; }
.snowRoll { position: absolute; z-index:9999999; opacity: 0; -webkit-animation-name: mysnow; -webkit-animation-duration: 20s; -moz-animation-name: mysnow; -moz-animation-duration: 20s; height: 80px; }
@-webkit-keyframes mysnow {  0% {
	 bottom: 100%;
	}
	 50% {
	 -webkit-transform: rotate(1080deg);
	}
	 100% {
	 -webkit-transform: rotate(0deg) translate3d(50px, 50px, 50px);
	}
}
@-moz-keyframes mysnow {  0% {
	 bottom: 100%;
	}
	 50% {
	 -moz-transform: rotate(1080deg);
	}
	 100% {
	 -moz-transform: rotate(0deg) translate3d(50px, 50px, 50px);
	}
}


/*大屏幕向左移动*/
@keyframes myMoveLeft
{
from {left:0px;}
to {left:-410px;}
}

@-webkit-keyframes myMoveLeft 
{
from {left:0px;}
to {left:-410px;}
}
@-moz-keyframes myMoveLeft 
{
from {left:0px;}
to {left:-410px;}
}
@-ms-keyframes myMoveLeft 
{
from {left:0px;}
to {left:-410px;}
}
@-o-keyframes myMoveLeft 
{
from {left:0px;}
to {left:-660px;}
}

/*大屏幕向右移动*/
@keyframes myMoveRight
{
from {right:0px;}
to {right:-410px;}
}

@-webkit-keyframes myMoveRight 
{
from {right:0px;}
to {right:-410px;}
}
@-moz-keyframes myMoveRight 
{
from {right:0px;}
to {right:-410px;}
}
@-ms-keyframes myMoveRight 
{
from {right:0px;}
to {right:-410px;}
}
@-o-keyframes myMoveRight 
{
from {right:0px;}
to {right:-410px;}
}



/*大屏幕logo放大*/
@keyframes myMoveScale
{
	0% {
	 transform: scale(0); opacity:0;
	}
	 100% {
	 transform: scale(1); opacity:1;
	}
}

@-webkit-keyframes myMoveScale
{
	0% {
	 transform: scale(0); opacity:0;
	}
	 100% {
	 transform: scale(1); opacity:1;
	}
}

@-ms-keyframes myMoveScale
{
	0% {
	 transform: scale(0); opacity:0;
	}
	 100% {
	 transform: scale(1); opacity:1;
	}
}

@-moz-keyframes myMoveScale
{
	0% {
	 transform: scale(0); opacity:0;
	}
	 100% {
	 transform: scale(1); opacity:1;
	}
}


@-o-keyframes myMoveScale
{
	0% {
	 transform: scale(0); opacity:0;
	}
	 100% {
	 transform: scale(1); opacity:1;
	}
}








/*小屏幕向左移动*/
@keyframes myMoveLeftSmall
{
from {left:0px;}
to {left:-350px;}
}

@-webkit-keyframes myMoveLeftSmall 
{
from {left:0px;}
to {left:-350px;}
}
@-moz-keyframes myMoveLeftSmall 
{
from {left:0px;}
to {left:-350px;}
}
@-ms-keyframes myMoveLeftSmall 
{
from {left:0px;}
to {left:-350px;}
}
@-o-keyframes myMoveLeftSmall 
{
from {left:0px;}
to {left:-350px;}
}

/*小屏幕向右移动*/
@keyframes myMoveRightSmall
{
from {right:0px;}
to {right:-350px;}
}

@-webkit-keyframes myMoveRightSmall 
{
from {right:0px;}
to {right:-350px;}
}
@-moz-keyframes myMoveRightSmall 
{
from {right:0px;}
to {right:-350px;}
}
@-ms-keyframes myMoveRightSmall 
{
from {right:0px;}
to {right:-350px;}
}
@-o-keyframes myMoveRightSmall 
{
from {right:0px;}
to {right:-350px;}
}


.f-skip{
	position: fixed;
	right: 30px;
	top: 30px;
	width: 70px;
	height: 70px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 1000;
}
.f-skip a{ color:#fff;}
.f-skip a:hover{ color:#fff;}
.m-skip:after{
	width: 70px;
	height: 70px;
	box-sizing: border-box;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 50%;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-name: intervalHamburgerBorder;
	animation-name: intervalHamburgerBorder;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes intervalHamburgerBorder {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@-moz-keyframes intervalHamburgerBorder {
	0% {
		opacity: 1;
		-moz-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-moz-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@-ms-keyframes intervalHamburgerBorder {
	0% {
		opacity: 1;
		-ms-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
}
@keyframes intervalHamburgerBorder {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
.skip-yuan{width: 80px; height: 80px; background:#fce0b7;position: relative; transform: scale(0.7); position: absolute; left:-5px; top:-5px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;}
.skip-yuan2{width: 60px; height: 60px; line-height:60px; text-align:center; position: absolute; left: 10px; top: 10px; font-size:18px; color:#7e4919; background:#fad193; 
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;}

