@charset "utf-8";

@keyframes edf{
  from {

	  opacity:0;
	  margin-left:-30%;

  }

  to {
	  
   opacity:1;
   margin-left:0;

  }
}


@keyframes edfx{
  from {

	  opacity:0;
	  margin-left:30%;

  }

  to {
	  
   opacity:1;
   margin-left:0;

  }
}



@keyframes ii{
  from {

	  opacity:0;


  }

  to {
	  
   opacity:1;


  }
}



*{
    height: 100%;
	
}




html, body {
    height: 100%;
	
}




body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'cwTeXHei',"微軟正黑體", Arial!important;
	background-color: #FFFFFF;
	-webkit-appearance: none!important;
	outline: none!important;
	overflow:hidden;
}





#index_banner {
	height: 100%;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
}
img{
height: auto;
	width: 100%;	
	
	}
#index_banner .index_slider {
	height: 100%;
	width: 100%;
	position: relative;
}
#ins .se .bg {
	height: auto;
	width: 100%;
}
#ins {
	height: 100%;
	width: 100%;
	position: relative;
}
#index_banner .index_slider .logo {
	position: absolute;
	width: 6%;
	left: 4.5%;
	top: 5%;
	height: auto;
	z-index: 300;
}

#index_banner .index_slider .logo img {
	width: 100%;
	height: auto;
	z-index: 100;
}
#ins .se {
	height: 100%;
	width: 100%;
}
#index_banner .index_slider .enterbut {
	height: 80px;
	width: 80px;
	margin-right: 0px;
	margin-left: -40px;
	position: absolute;
	left: 50%;
	bottom: 10%;
	z-index: 100;
}
#index_banner .index_slider .enterbut a {
	background-image: url(../images/in_banner.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;
	background-size: 95% 95%;
	display: block;
	opacity:0.5;
		-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#index_banner .index_slider .enterbut a:hover {
	opacity:0.8;
	background-size: 100% 100%;
		-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#index_banner .index_slider .enterbut a span {
	font-size: 16px;
	color: #003912;
	text-align: center;
	display: block;
	width: 100%;
	position: absolute;
	top: 102%;
	font-weight: bold;
}
#ins .se .flower {
	position: absolute;
	z-index: 50;
	left: 0px;
	top: 0px;
	background-size: 25% auto;
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 100%;
	width: 100%;
}

#ins .se .bottom_pc{
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
	


}


#ins .se .bottom_pc.b {
	background-position: center center;
	background-size: auto 100%;

}

#ins .se .bottom_pc.d {
	background-position: center center;
	background-size: auto 100%;

}

#ins .se .bottom_pc.e {
	background-position: right center;
	background-size: auto 100%;

}
#ins .se .bottom_pc.f {
	background-position: left bottom;
	background-size: auto 100%;

}

#ins .se .bottom_pc.c {
	background-position: center center;
	background-size:cover;
}
#ins .se .bottom_pc.a {
	background-position: right center;
	background-size: auto 100%;
}

#ins .se .slogen {
	width: 7%;
	position: absolute;
	top: 5%;
	right: 6%;
	height: auto;
	z-index: 100;
}

#ins .se .before {
	position: absolute;
	z-index: 80;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;



}
.slick-current .bottom_pc.o{

    -webkit-animation: ii 1s both ease-in-out;
    animation: ii 1s both ease-in-out;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.8s;

}

.slick-current .bottom_pc.x{

    -webkit-animation: edf 1s both ease-in-out;
    animation: edf 1s both ease-in-out;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.8s;

}

.slick-current .before {

    -webkit-animation: edfx 1.3s both ease-in-out;
    animation: edfx 1.3s both ease-in-out;
    -webkit-animation-delay: 1s;
    animation-delay: 1.5s;

}
.slick-current .before.c {

    -webkit-animation: ii 1.3s both ease-in-out;
    animation: ii 1.3s both ease-in-out;
    -webkit-animation-delay: 1s;
    animation-delay: 1.5s;

}


#ins .se .before.b {
	background-position: center center;
	background-size:auto 100%;
}

#ins .se .before.c {
	background-position: right center;
	background-size:cover;
}
#ins .se .before.d {
	background-position: center center;
	background-size:auto 100%;
}

@media screen and (max-width:980px)
{

#index_banner .index_slider .enterbut {
	height: 60px;
	width: 60px;
	margin-left: -30px;
}


}




@media screen and (max-width:768px)
{

#index_banner .index_slider .enterbut {
	height: 50px;
	width: 50px;
	margin-left: -25px;
}
#index_banner .index_slider .logo {
	width: 8%;

}
#ins .se .slogen {
	width: 9%;

}

}
@media screen and (max-width:420px)
{
#index_banner .index_slider .logo {
	width: 15%;

}
#ins .se .slogen {
	width: 18%;

}

}

@media screen and (orientation:portrait) {

#ins .se .flower {

	background-size: 50% auto;

}

#ins .se .bottom_pc{
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#ins .se .bottom_pc.b {
    background-position: 40% center;
    background-size: auto 100%;
}

#ins .se .bottom_pc.d {
	background-position: center center;
	background-size: auto 100%;

}

#ins .se .bottom_pc.e {
    background-position: center center;
    background-size: auto 100%;
}
#ins .se .bottom_pc.f {
    background-position: 50% bottom;
    background-size: auto 100%;
}

#ins .se .bottom_pc.c {
    background-position: 20% bottom;
    background-size: 200%;
}
#ins .se .bottom_pc.a {
    background-position: 30% center;
    background-size: 150% auto;
}

#ins .se .before {
	position: absolute;
	z-index: 80;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
}
#ins .se .before.b {
    background-position: 60% center;
    background-size: auto 100%;
}

#ins .se .before.c {
    background-position: 70% center;
    background-size: cover;
}
#ins .se .before.d {
	background-position: center center;
	background-size:auto 100%;
}



}
