@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  width: 100%;
  background: #000d5d;
  position: relative;
  font-family: "微軟正黑體", "Microsoft JhengHei";
}

a {
  font-family: "微軟正黑體", "Microsoft JhengHei";
  text-decoration: none;
}

#jSplash {
  width: 378px;
  height: 378px;
  background: url(../img/loading.gif) no-repeat;
  margin: auto;
}

.wrap {
  width: 100%;
  height: 920px;
  min-width: 1200px;
  position: relative;
  background: url(../img/bg.jpg) no-repeat center top;
  background-size: 100% 960px;
  overflow: hidden;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1600px) {
  .wrap {
    height: 850px;
  }
}

.type {
  width: 378px;
  height: 378px;
  margin: auto;
  position: absolute;
  top: 46px;
  right: 0;
  left: 0;
  z-index: 11;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1600px) {
  .type {
    width: 270px;
    height: 270px;
    top: 40px;
  }
}
.type img {
  width: 100%;
}

.logo1 {
  width: 151px;
  height: 34px;
  display: block;
  background: url(../img/mobile-01.png) 0 0 no-repeat;
  position: absolute;
  top: 13px;
  left: 20px;
}

.logo2 {
  width: 34px;
  height: 34px;
  background: url(../img/fb-icon.png) 0 0 no-repeat;
  display: block;
  position: absolute;
  top: 13px;
  right: 20px;
}
.logo2:hover {
  background-position: 0 -34px;
}


*/
@-moz-keyframes btnAni {
  0% {
    top: 380px;
  }
  50% {
    top: 385px;
  }
  100% {
    top: 390px;
  }
}
@-webkit-keyframes btnAni {
  0% {
    top: 380px;
  }
  50% {
    top: 385px;
  }
  100% {
    top: 390px;
  }
}
@keyframes btnAni {
  0% {
    top: 380px;
  }
  50% {
    top: 385px;
  }
  100% {
    top: 390px;
  }
}
.btn1 {
  width: 370px;
  height: 275px;
  display: block;
  background: url(../img/pl.png) 0 0 no-repeat;
  position: absolute;
  top: 630px;
  left: 24%;
  z-index: 10;
}
@media only screen and (max-width: 1600px) {
  .btn1 {
    position: absolute;
    top: 570px;
    left: 18%;
    z-index: 10;
  }
}
.btn1:hover {
  background-position: 0 -275px;
}
.btn2 {
  width: 370px;
  height: 367px;
  display: block;
  background: url(../img/pr.png) 0 0 no-repeat;
  position: absolute;
  top: 538px;
  right: 24%;
  z-index: 10;
}
@media only screen and (max-width: 1600px) {
  .btn2 {
    position: absolute;
    top: 478px;
    right: 18%;
    z-index: 10;
  }
}
.btn2:hover {
  background-position: 0 -367px;
}


.ml {
  width: 488px;
  height: 906px;
  position: absolute;
  top: 114px;
  left: 0%;
  z-index: 9;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1600px) {
  .ml {
    position: absolute;
    top: 134px;
    left: -1%;
    z-index: 9;
  }
}
.ml img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .ml img {
    width: 80%;
  }
}

.mr {
  width: 359px;
  height: 923px;
  position: absolute;
  top: 97px;
  right: 5.2%;
  z-index: 9;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1600px) {
  .mr {
    position: absolute;
    top: 117px;
    right: 0%;
    z-index: 9;
  }
}
.mr img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .mr img {
    width: 80%;
  }
}

.l_text {
  width: 362px;
  height: 145px;
  position: absolute;
  top: 137px;
  left: 17.1%;
  z-index: 11;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l_text img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .l_text {
    position: absolute;
    top: 169px;
    left: 15.5%;
    z-index: 11;
    width: 342px;
  }
  .l_text img {
    display: block;
    width: 90%;
  }
}
@media only screen and (max-width: 1400px) {
  .l_text {
    position: absolute;
    top: 195px;
    left: 16.5%;
    z-index: 11;
    width: 302px;
  }
  .l_text img {
    display: block;
    width: 90%;
  }
}

.r_text {
  width: 317px;
  height: 165px;
  position: absolute;
  top: 162px;
  right: 19.3%;
  z-index: 11;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.r_text img {
    display: block;
    width: 100%;
}
@media only screen and (max-width: 1600px) {
  .r_text {
    position: absolute;
    top: 162px;
    right: 16.5%;
    z-index: 11;
    width: 297px;
  }
  .r_text img {
    display: block;
    width: 90%;
  }
}
@media only screen and (max-width: 1400px) {
  .r_text {
    position: absolute;
    top: 181px;
    right: 18%;
    z-index: 11;
    width: 257px;
  }
  .r_text img {
    display: block;
    width: 90%;
  }
}


.l_icon {
  width: 393px;
  height: 130px;
  position: absolute;
  top: 434px;
  left: 23%;
  z-index: 8;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1600px) {
  .l_icon {
    position: absolute;
    width: 363px;
    top: 401px;
    left: 20%;
    z-index: 8;
  }
}
@media only screen and (max-width: 1400px) {
  .l_icon {
    position: absolute;
    width: 303px;
    top: 403px;
    left: 25%;
    z-index: 8;
  }
}
.l_icon img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .l_icon img {
    width: 90%;
  }
}

.r_icon {
  width: 432px;
  height: 132px;
  position: absolute;
  top: 395px;
  right: 19.8%;
  z-index: 8;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1600px) {
  .r_icon {
    position: absolute;
    width: 402px;
    top: 335px;
    right: 14.8%;
    z-index: 8;
  }
}
@media only screen and (max-width: 1400px) {
  .r_icon {
    position: absolute;
   width: 342px;
    top: 345px;
    right: 19%;
    z-index: 8;
  }
}
.r_icon img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .r_icon img {
    width: 90%;
  }
}

.footer {
  width: 1200px;
  height: 20px;
  text-align: center;
  font-size: 16px;
  margin: 10px auto;
  position: relative;
  color: #fff;
}
