.index_1920_bg {
	background-image: url(images/index_1920_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 100%;
}
.index_1920 {
	background-image: url(images/index_1920.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}
.index_950 {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/*浮動選單開始*/
.bar {
	width: 100%;
	height: 60px;
	position: fixed;
	bottom: 0px;
	z-index: 3;
	background-image: url(images/menubar_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
/*浮動選單結束*/

/* 無敵開始 */
.wrapper_wode {
	position: relative;
	width: 950px;
	height: 415px;
	overflow: hidden;
	margin: 0 auto;
}
.wrapper_wode ul.pic {
	position: absolute;
	width: 10450px;
}
.wrapper_wode ul.pic a { display:block; float:left;}
.wrapper_wode ul.pic li img {

}
.wrapper_wode h2, .wrapper_wode h3 {
	cursor: pointer;
	position: absolute;
	top: 130px;
	z-index: 5;
}
.wrapper_wode h2 {
	left: 890px;
}
.wrapper_wode ul.pic li { float: left;}

/* 無敵結束 */



/* 品特開始 */
#wrapper {
	position: relative;
	width: 950px;
	height: 444px;
	overflow: hidden;
	margin: 0 auto;
}
#wrapper ul.pic {
	position: absolute;
	width: 9999px;
}
#wrapper ul.pic a { display:block; float:left;}
#wrapper ul.pic li img { width:950px; height:444px;}
#wrapper ul.pic li.box2 img, #wrapper ul.pic li.box3 img { width:317px;}
#wrapper ul.pic li.box3 span img { width:317px; height:222px;}
#wrapper ul.pic li.box4 img { width:317px;}
#wrapper h2, #wrapper h3 {
	cursor: pointer;
	position: absolute;
	top: 130px;
	z-index: 5;
}
#wrapper h2 { left: 890px; }
#wrapper ul.pic li { float: left;}
#wrapper ul.page { margin: 0 auto; position:relative; z-index:99; top:423px;width:200px;float:right;}
#wrapper ul.page li { float: left; margin-right: 10px; width: 10px; height: 10px; background-color:#999; border-radius: 5px; }
/* 品特結束 */


/*TIME開始*/
.Time {
	width: 160px;
	height: 30px;
	position: absolute;
	z-index: 9999;
	left: 724px;
	top: 419px;
	font-family: "微軟正黑體";
	font-size: 18px;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
/*TIME結束*/


/*main動畫開始*/
.moomgirl {
	position: absolute;
	z-index: 9999;
	left: 0px;
	top: 0px;
	height: 425px;
	width: 401px;
	margin-top: 220px;
	margin-left: 450px;
}

.moomgirlMOV {
   animation-duration: 3s;/* 指定秒數*/
   animation-name: movietest;/* 指定跑的動畫名稱*/
   animation-iteration-count: infinite; /*重複次數。指定為 infinite，讓動畫一直持續重複播放。*/
   animation-direction: alternate; /* 讓動畫來回播放*/
   
  -webkit-animation-duration: 3s; 
  -webkit-animation-name: movietest;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-direction: alternate; 
  
  -moz-animation-duration: 3s;
  -moz-animation-name: movietest;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: alternate; */
  }

 @keyframes movietest{
	/* 用from 或是 0%*/
	from { 
    left: -20px; top:0px;
  }
   50%{ top:-10px;}
 /* 用to 或是 100%*/
  to { 
      left:50px;top:0px;
  }
/*main動畫結束*/
