@charset "utf-8";
/* CSS Document */
.s1{text-align: center;color: #FFF;overflow: auto;font-size:30pt; }
.s2{text-align: center;color: #FFF;overflow: auto;font-size:22pt; }
.bt {text-indent: -999px;overflow: hidden;cursor:pointer;}
/********************************主外框********************************/
.box {width: 100%;height: 1249px;background: url(../images/index_bg_01.jpg) top no-repeat; min-width:1000px;}
.box02 {width: 100%;height: 1008px;background: url(../images/index_bg_02.jpg)center top no-repeat; min-width:1000px;}
.box03 {width: 100%;height: 2910px;background: url(../images/index_bg_03.jpg)center top no-repeat;min-width:1000px; }

.weap {width: 1000px;margin: 0 auto;position: relative;}
/********************************內容物********************************/

.top_menu {width: 222px;height: 69px;position: absolute;background: url(../images/btn_menu.png) no-repeat;
	       z-index: 100;top:45px;right:80px ;left:auto;}
.top_menu a {float: left;width: 70px;height: 68px;position: relative;display: block;margin-right: 4px;}

.download_box{width: 656px;height: 176px;position: absolute;background: url(../images/btn_download.png) no-repeat;
             z-index: 100;top:1045px;left:173px ;}
.download_box a {float: left;width: 322px;height: 85px;position: relative;display: block;margin-bottom:5px;margin-right:6px;}

.vpop{width: 100px;height:100px;position: absolute;background: url(../images/btn_video.png) no-repeat;
	       z-index: 100;top:360px;left:auto ;right:60px;cursor: pointer;}

.number_box {width: 450px;height:150px;position: relative;z-index: 100;top:80px;left:285px ;
	         text-align: center;color: #FFF;overflow: auto;font-size:70pt;}

.apply_box{width: 690px;height:550px;position: relative;z-index: 100;top:270px;left:155px ;}
.apply_box ul{margin:0;padding:0; text-align:center; }
.apply_box li{list-style:none; padding:3px;}  
 
 .v00{float:left;margin-left:75px}
 .v01{float:left;margin:0 0 0 125px;}
 .v02{width: 550px;height:90px;padding:5px 10px; float:left;margin:15px 0 0 50px; font-size:30pt;}
 .v03{width: 633px;height:118px;background: url(../images/btn_apply.jpg) no-repeat; float:left;margin:35px 0 0 25px;}
 .radio_style{width: 30px;height:30px;}
 .v04{width:680px;height:25px; float:left;margin:5px 0 0 0 ; }
 .v04 a:hover{ color: #FFF500}

/*-- 影片彈跳視窗 start--*/
#video-popup-container {
  display:none;
  position: fixed;
  z-index: 996;
  width: 90%;
  left: 25%;
  margin-left: -20%;
  top: 10%;
  background-color: #fff;
}

#video-popup-iframe-container {
  position: absolute;
  z-index: 997;
  width: 100%;
  padding-bottom: 56.25%;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: #000;
}
#video-popup-close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 998;
  width: 58px;
  height: 58px;
background: url(../../images/close.png) no-repeat 0 0;
}

#video-popup-iframe {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}

#video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 995;
  top: 0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}
/*-- 影片彈跳視窗 end--*/

