﻿
body,div,ul,li{
	padding:0;
	margin:0;
	font-size:16px;
	font-family:"標楷體";
	list-style:none;
}
h1,h2,h3,h4,h5{
	font-family:"標楷體";
	
}
a{text-decoration: none;}
.bg{
	position:fixed;
	background-image: url(/Images/bg.jpg);
	height:100%;
	background-position:0 auto;
	width:100%;
	z-index:-1;
	top:0;
}
.plr_l{
	background-image: url(/Images/bg_pillar_l.png);
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-size:100% 100%;
	/* width:196px; */
	width:8%;
	z-index:5;
	background-repeat:no-repeat;
	background-position:top right;

}
.plr_r{
	background-image: url(/Images/bg_pillar_r.png);
	height:100%;
	position:absolute;
	top:0;
	width:8%;
	background-repeat:no-repeat;
	background-size:100% 100%;
	z-index:5;
	right:0;
}

.plr_t{
	background-image: url(/Images/bg_top.png);
	position:absolute;
	top:-66px;
	left:0;
	height:250px;
	width:100%;
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center top;
}
.fsc{
	/* background-image: url(../Images/bg_pillar.png); */
	width:100%;
	/* height:100%; */
	/* background-position:center top; */
	position:relative;
	text-align:center;
	z-index:3;
}
.floor{
	background-image: url(/Images/floor.png);
	width:100%;
	height:124px;
	background-position:center bottom;
	position:absolute;
	bottom:0px;
	z-index:-1;
	text-align:center;
}
.floor img{
	margin:5px 0;
	position:absolute;
	z-index:2;
	top:10px;
	left:0;
	right:0;
	margin:0 auto;
}
.enter_index{
	margin:10px 0 0;
}
.fsc .logo_big{
	position:relative;
	height:200px;
	/* top:-130px; */
}
.fsc .logo_big .logo_defalt {
	/* background-image: url(../Images/logo_big2.png); */
	/* background-size:100%; */
	/* height:500px; */
	/* background-position:center top; */
	position:relative;
	/* top:-160px; */
	width:100%;
	max-width:700px;
	/* background-repeat:no-repeat; */
	margin:80px auto 0;
    /**/
    display: none;
}
.fsc .logo_big .logo_anim {
	/* position:relative;
	width: 1000px; */
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.fsc .logo_big .logo_anim .movie_show {
	/*background-image: url(../Images/fsc_light.png);
	width:1000px;*/
	/* background-size:100%; */
	position:relative;
	/* top:-20px; */
	/*height:334px;*/
	/* background-position:center 0; */
	/*background-repeat:no-repeat;
	margin:0 auto;
	left:0;
	right:0;*/	
	height: 0;
	padding-bottom: 33.4%;
	overflow: hidden;
}
.fsc .logo_big .logo_anim .movie_show > div {
	content: "";
	display: block;
	background: url("/images/fsc_light_new.png") left top no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1200%;
	animation-name: _LogoMovingTop;
	animation-timing-function: steps(11);
	animation-play-state: running;
	animation-duration: 2.6s;
	animation-iteration-count: infinite;
}
@keyframes _LogoMovingTop {
	from { top: 0; }
	to { top: -1100%; }
}
@media screen and (max-width:768px) {
    .fsc .logo_big .logo_defalt {
        display: block;
    }
    .fsc .logo_big .logo_anim {
        display: none;
    }
}
/* .pillar .logo_big img{
	position:absolute;
	top:-180px;
	left:0;
	right:0;
	margin:0 auto;
} */
.fsc .bt_area{
	width:57%;
	margin:70px auto 0;
	/* top:250px; */
	/* top:-335px; */
	position:relative;
}
.fsc .bt_area ul li{
	display:inline-block;
	width:17%;
}
.fsc .bt_area ul li img{
	width:100%;
}
/* .fsc .bt_go{margin:30px 0 0;} */
@media only screen and (min-width: 1240px){
	/* .fsc .logo_big{top:-30px;} */
	/* .fsc .bt_area{width:90%;}
.fsc .logo_big .logo_anim .movie_show{top:0;}
.fsc .logo_big .logo_defalt{top:-120px;}
	.plr_t{top:-130px;} */


}
@media only screen and (min-width: 1600px){
	.fsc .bt_area{width:70%;}
	.fsc .logo_big{height:315px;margin:35px auto 0;}
	.fsc .bt_area{margin:0 auto;}
	.enter_index{
	margin:30px 0 0;
}
}
@media only screen and (max-width: 1200px){
	.fsc .bt_area{width:90%;}
}
@media only screen and (max-width: 1023px){
	.plr_r,.plr_l{display:none;}
	.fsc .logo_big img{width:100%;}
	.fsc .bt_area{margin:0 auto;}
	.fsc .bt_area ul li{width:23%;}
	.fsc .logo_big .logo_defalt{background-size:100%;}
	.fsc .logo_big{height:auto; }
	.plr_t{top:-15px;}
	.floor{bottom:auto;}
}
@media only screen and (max-width: 767px){
	.fsc .bt_area ul li{width:31%;}
	.fsc .logo_big .logo_defalt{margin:30px auto 0;}
	.plr_t{top:-15px;}
}
@media only screen and (max-width: 479px){
	/* .fsc .logo_big{height:190px;} */
	.floor{display:none;}
.fsc .bt_area ul li{width:44%;}
}
@media only screen and (max-width: 330px){
}