@charset "utf-8";
.user-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.tap-highlight-color {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-moz-keyframes loading {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes loading {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes loading {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes music {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes music {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes music {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes music {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@keyframes music {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes Pulse {
  0% {
    -moz-transform: scale3d(1, 1, 1);
  }
  50% {
    -moz-transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -moz-transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes Pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes Pulse {
  0% {
    -o-transform: scale3d(1, 1, 1);
  }
  50% {
    -o-transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -o-transform: scale3d(1, 1, 1);
  }
}
@-ms-keyframes Pulse {
  0% {
    -ms-transform: scale3d(1, 1, 1);
  }
  50% {
    -ms-transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -ms-transform: scale3d(1, 1, 1);
  }
}
@keyframes Pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes arrow {
  0%,
  30% {
    opacity: 0;
    -moz-transform: translate(0, 10px);
  }
  60% {
    opacity: 1;
    -moz-transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: translate(0, -8px);
  }
}
@-webkit-keyframes arrow {
  0%,
  30% {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -8px);
  }
}
@-o-keyframes arrow {
  0%,
  30% {
    opacity: 0;
    -o-transform: translate(0, 10px);
  }
  60% {
    opacity: 1;
    -o-transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -o-transform: translate(0, -8px);
  }
}
@-ms-keyframes arrow {
  0%,
  30% {
    opacity: 0;
    -ms-transform: translate(0, 10px);
  }
  60% {
    opacity: 1;
    -ms-transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -ms-transform: translate(0, -8px);
  }
}
@keyframes arrow {
  0%,
  30% {
    opacity: 0;
    transform: translate(0, 10px);
  }
  60% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, -8px);
  }
}
@-moz-keyframes SlideInDown {
  0% {
    -moz-transform: translate3d(0, -100%, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes SlideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes SlideInDown {
  0% {
    -o-transform: translate3d(0, -100%, 0);
  }
  100% {
    -o-transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes SlideInDown {
  0% {
    -ms-transform: translate3d(0, -100%, 0);
  }
  100% {
    -ms-transform: translate3d(0, 0, 0);
  }
}
@keyframes SlideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes clockwise {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes clockwise {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes clockwise {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes anticlockwise {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes anticlockwise {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@-o-keyframes anticlockwise {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(-360deg);
  }
}
@-ms-keyframes anticlockwise {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(-360deg);
  }
}
@keyframes anticlockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-moz-keyframes allBtn {
  0% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(1.12);
  }
}
@-webkit-keyframes allBtn {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.12);
  }
}
@-o-keyframes allBtn {
  0% {
    -o-transform: scale(1);
  }
  100% {
    -o-transform: scale(1.12);
  }
}
@-ms-keyframes allBtn {
  0% {
    -ms-transform: scale(1);
  }
  100% {
    -ms-transform: scale(1.12);
  }
}
@keyframes allBtn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}
html {
  overflow-y: scroll;
  font-family: '微软雅黑', "黑体";
  font-size: 12px;
  color: #000;
  background: #ffffff;
}
body {
  width: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
img {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul,
li {
  list-style: none outside none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  border: none;
  background: none;
}
input,
textarea,
select {
  *font-size: 100%;
}
textarea {
  resize: none;
}
legend {
  color: #000000;
}
a,
a:link {
  text-decoration: none;
}
a,
button,
input,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.clearBox {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearfix_a:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}
.clearfix_a {
  *zoom: 1;
}
.clearfix_b:before,
.clearfix_b:after {
  content: "";
  display: table;
  line-height: 0;
}
.clearfix_b:after {
  clear: both;
}
.clearfix_b {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.inlineBlockFloat {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
html,
body {
  font-family: "微软雅黑,Helvetica";
  line-height: 1.3;
  color: #000000;
  background-color: #ffffff;
}
@media screen and (min-width: 320px) and (max-width: 375px) {
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 375px) and (max-width: 414px) {
  html {
    font-size: 14.0625px;
  }
}
@media screen and (min-width: 414px) and (max-width: 640px) {
  html {
    font-size: 15.525px;
  }
}
@media screen and (min-width: 640px) and (max-width: 720px) {
  html {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) and (max-width: 750px) {
  html {
    font-size: 27px;
  }
}
@media screen and (min-width: 750px) and (max-width: 800px) {
  html {
    font-size: 28.125px;
  }
}
@media screen and (min-width: 800px) {
  html {
    font-size: 30px;
  }
}
html {
  height: 100%;
  overflow: hidden;
  min-height: 100%;
  background-color: #000000;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
body {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  max-width: 520px;
  margin: 0 auto;
  background-color: #ffffff;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
a {
  display: block;
  outline: none;
}
input[type=number] {
  -moz-appearance: textfield
;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#page {
  position: relative;
  width: 100%;
  height: 100%;
}
#page #pageBody {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#page #pageBody .common {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#page #pageBody .common .swiper-container {
  height: 100%;
}
#bg_music_img {
  margin-left: 37.22222222%;
  width: 7.22222222%;
  position: absolute;
  left: 50%;
  top: 3.47222222%;
  z-index: 99;
}
#bg_music_img .on {
  position: absolute;
  left: 0;
  top: 0;
  -moz-animation: music 4s linear 0s infinite normal both;
  -webkit-animation: music 4s linear 0s infinite normal both;
  -o-animation: music 4s linear 0s infinite normal both;
  -ms-animation: music 4s linear 0s infinite normal both;
  animation: music 4s linear 0s infinite normal both;
}
#bg_music_img .off {
  display: none;
}
#bg_music_img.active .on {
  display: none;
}
#bg_music_img.active .off {
  display: block;
}
#arrowBot {
  display: none;
  margin-left: -5%;
  width: 8.33333333%;
  position: absolute;
  left: 50%;
  bottom: 2.60416667%;
  -moz-animation: arrow 2s ease-in-out 0s infinite normal both;
  -webkit-animation: arrow 2s ease-in-out 0s infinite normal both;
  -o-animation: arrow 2s ease-in-out 0s infinite normal both;
  -ms-animation: arrow 2s ease-in-out 0s infinite normal both;
  animation: arrow 2s ease-in-out 0s infinite normal both;
  z-index: 9;
}
#alert {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
#alert .dialog {
  position: absolute;
  left: 10%;
  top: 30%;
  width: 80%;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: auto;
  padding-bottom: 4rem;
}
#alert .dialog p {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  color: #816b56;
  padding: 0 20px;
}
#alert .dialog .button {
  cursor: pointer;
  position: absolute;
  bottom: 12px;
  font-size: 1.2rem;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #c5181f;
  color: #ffffff;
}
#alert .dialog .sureBtn {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#confirm {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 99;
}
#confirm .dialog {
  position: absolute;
  left: 10%;
  top: 30%;
  width: 80%;
  background: #e5f6fd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-bottom: 4rem;
}
#confirm .dialog p {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  color: #816b56;
}
#confirm .dialog .button {
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  font-size: 1.2rem;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #c5181f;
  color: #ffffff;
}
#confirm .dialog .sureBtn {
  left: 20%;
}
#confirm .dialog .cancelBtn {
  right: 20%;
}
#loading {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
}
#loading .loadingImg {
  margin-left: -4.23611111%;
  width: 8.47222222%;
  position: absolute;
  left: 50%;
  top: 39.93055556%;
  -moz-animation: loading 2s linear 0s infinite normal both;
  -webkit-animation: loading 2s linear 0s infinite normal both;
  -o-animation: loading 2s linear 0s infinite normal both;
  -ms-animation: loading 2s linear 0s infinite normal both;
  animation: loading 2s linear 0s infinite normal both;
}
#share {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.6);
}
#share .share_i {
  margin-left: -35.97222222%;
  width: 71.94444444%;
  position: absolute;
  left: 50%;
  top: 8.68055556%;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
.swiper-slide {
  -webkit-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
  writing-mode: lr-tb;
}
#index .panel-page01 {
  background: url("../images/img_001.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page01 .top {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 4.51388889%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0%, -200%);
  -moz-transform: translate(0%, -200%);
  -ms-transform: translate(0%, -200%);
  -o-transform: translate(0%, -200%);
  transform: translate(0%, -200%);
}
#index .panel-page01 .top.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease 0.5s;
  -moz-transition: all 0.6s ease 0.5s;
  -ms-transition: all 0.6s ease 0.5s;
  -o-transition: all 0.6s ease 0.5s;
  transition: all 0.6s ease 0.5s;
}
#index .panel-page01 .top .img_png {
  width: 100%;
  height: 0;
  padding-top: 11.38888889%;
  position: relative;
}
#index .panel-page01 .top .list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index .panel-page01 .top .list .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page01 .top .list .item.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#index .panel-page01 .top .top_sprite {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/img_003.png") 0 80% no-repeat;
  background-size: 100% auto;
}
#index .panel-page01 .tip {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 15.79861111%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
#index .panel-page01 .tip.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease 0.9s;
  -moz-transition: all 0.6s ease 0.9s;
  -ms-transition: all 0.6s ease 0.9s;
  -o-transition: all 0.6s ease 0.9s;
  transition: all 0.6s ease 0.9s;
}
#index .panel-page01 .titleWrap {
  margin-left: -41.66666667%;
  width: 83.33333333%;
  position: absolute;
  left: 50%;
  top: 20.3125%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -ms-transform: scale(10);
  -o-transform: scale(10);
  transform: scale(10);
}
#index .panel-page01 .titleWrap.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease 1.5s;
  -moz-transition: all 0.6s ease 1.5s;
  -ms-transition: all 0.6s ease 1.5s;
  -o-transition: all 0.6s ease 1.5s;
  transition: all 0.6s ease 1.5s;
}
#index .panel-page01 .titleWrap .img_png {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}
#index .panel-page01 .titleWrap .circle_b {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index .panel-page01 .titleWrap .circle_s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-animation: anticlockwise 10s linear 0s infinite normal both;
  -webkit-animation: anticlockwise 10s linear 0s infinite normal both;
  -o-animation: anticlockwise 10s linear 0s infinite normal both;
  -ms-animation: anticlockwise 10s linear 0s infinite normal both;
  animation: anticlockwise 10s linear 0s infinite normal both;
}
#index .panel-page01 .titleWrap .title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index .panel-page01 .a6Wrap {
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page01 .a6Wrap.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.6s linear 1.7s;
  -moz-transition: all 0.6s linear 1.7s;
  -ms-transition: all 0.6s linear 1.7s;
  -o-transition: all 0.6s linear 1.7s;
  transition: all 0.6s linear 1.7s;
}
#index .panel-page01 .a6Wrap .img_png {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}
#index .panel-page01 .a6Wrap .circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-animation: clockwise 20s linear 0s infinite normal both;
  -webkit-animation: clockwise 20s linear 0s infinite normal both;
  -o-animation: clockwise 20s linear 0s infinite normal both;
  -ms-animation: clockwise 20s linear 0s infinite normal both;
  animation: clockwise 20s linear 0s infinite normal both;
}
#index .panel-page01 .a6Wrap .a6 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index .panel-page01 .a6Wrap01 {
  margin-left: -38.88888889%;
  width: 7.77777778%;
  position: absolute;
  left: 50%;
  bottom: 22.56944444%;
}
#index .panel-page01 .a6Wrap02 {
  margin-left: -21.38888889%;
  width: 7.77777778%;
  position: absolute;
  left: 50%;
  bottom: 22.56944444%;
}
#index .panel-page01 .a6Wrap03 {
  margin-left: -3.88888889%;
  width: 7.77777778%;
  position: absolute;
  left: 50%;
  bottom: 22.56944444%;
}
#index .panel-page01 .a6Wrap04 {
  margin-left: 13.61111111%;
  width: 7.77777778%;
  position: absolute;
  left: 50%;
  bottom: 22.56944444%;
}
#index .panel-page01 .a6Wrap05 {
  margin-left: 31.11111111%;
  width: 7.77777778%;
  position: absolute;
  left: 50%;
  bottom: 22.56944444%;
}
#index .panel-page01 .start_l {
  width: 36.11111111%;
  position: absolute;
  left: 0;
  bottom: 5.20833333%;
  -webkit-transform: translate(-200%, 0%);
  -moz-transform: translate(-200%, 0%);
  -ms-transform: translate(-200%, 0%);
  -o-transform: translate(-200%, 0%);
  transform: translate(-200%, 0%);
}
#index .panel-page01 .start_l.active {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.3s ease-in 2.1s;
  -moz-transition: all 0.3s ease-in 2.1s;
  -ms-transition: all 0.3s ease-in 2.1s;
  -o-transition: all 0.3s ease-in 2.1s;
  transition: all 0.3s ease-in 2.1s;
}
#index .panel-page01 .start_r {
  width: 36.11111111%;
  position: absolute;
  right: 0;
  bottom: 5.20833333%;
  -webkit-transform: translate(200%, 0%);
  -moz-transform: translate(200%, 0%);
  -ms-transform: translate(200%, 0%);
  -o-transform: translate(200%, 0%);
  transform: translate(200%, 0%);
}
#index .panel-page01 .start_r.active {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.3s ease-in 2.1s;
  -moz-transition: all 0.3s ease-in 2.1s;
  -ms-transition: all 0.3s ease-in 2.1s;
  -o-transition: all 0.3s ease-in 2.1s;
  transition: all 0.3s ease-in 2.1s;
}
#index .panel-page01 .startWrap {
  margin-left: -13.88888889%;
  width: 27.77777778%;
  position: absolute;
  left: 50%;
  bottom: 3.81944444%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page01 .startWrap.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.6s linear 2.4s;
  -moz-transition: all 0.6s linear 2.4s;
  -ms-transition: all 0.6s linear 2.4s;
  -o-transition: all 0.6s linear 2.4s;
  transition: all 0.6s linear 2.4s;
}
#index .panel-page01 .startWrap .img_png {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}
#index .panel-page01 .startWrap .circle_b {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-animation: clockwise 10s linear 0s infinite normal both;
  -webkit-animation: clockwise 10s linear 0s infinite normal both;
  -o-animation: clockwise 10s linear 0s infinite normal both;
  -ms-animation: clockwise 10s linear 0s infinite normal both;
  animation: clockwise 10s linear 0s infinite normal both;
}
#index .panel-page01 .startWrap .circle_s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-animation: anticlockwise 10s linear 0s infinite normal both;
  -webkit-animation: anticlockwise 10s linear 0s infinite normal both;
  -o-animation: anticlockwise 10s linear 0s infinite normal both;
  -ms-animation: anticlockwise 10s linear 0s infinite normal both;
  animation: anticlockwise 10s linear 0s infinite normal both;
}
#index .panel-page01 .startWrap .start {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-animation: allBtn 0.8s linear 0s infinite alternate both;
  -webkit-animation: allBtn 0.8s linear 0s infinite alternate both;
  -o-animation: allBtn 0.8s linear 0s infinite alternate both;
  -ms-animation: allBtn 0.8s linear 0s infinite alternate both;
  animation: allBtn 0.8s linear 0s infinite alternate both;
}
#index .panel-page02 {
  background: url("../images/img_014.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page02 .text01 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 11.80555556%;
  -webkit-transform: translate(0%, 2000px);
  -moz-transform: translate(0%, 2000px);
  -ms-transform: translate(0%, 2000px);
  -o-transform: translate(0%, 2000px);
  transform: translate(0%, 2000px);
}
#index .panel-page02 .text01.active {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s ease-out 0s;
  -moz-transition: all 0.8s ease-out 0s;
  -ms-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
}
#index .panel-page02 .text02 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 30.20833333%;
  -webkit-transform: translate(0%, 2000px);
  -moz-transform: translate(0%, 2000px);
  -ms-transform: translate(0%, 2000px);
  -o-transform: translate(0%, 2000px);
  transform: translate(0%, 2000px);
}
#index .panel-page02 .text02.active {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s ease-out 0.4s;
  -moz-transition: all 0.8s ease-out 0.4s;
  -ms-transition: all 0.8s ease-out 0.4s;
  -o-transition: all 0.8s ease-out 0.4s;
  transition: all 0.8s ease-out 0.4s;
}
#index .panel-page02 .text03 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 51.73611111%;
  -webkit-transform: translate(0%, 2000px);
  -moz-transform: translate(0%, 2000px);
  -ms-transform: translate(0%, 2000px);
  -o-transform: translate(0%, 2000px);
  transform: translate(0%, 2000px);
}
#index .panel-page02 .text03.active {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s ease-out 0.8s;
  -moz-transition: all 0.8s ease-out 0.8s;
  -ms-transition: all 0.8s ease-out 0.8s;
  -o-transition: all 0.8s ease-out 0.8s;
  transition: all 0.8s ease-out 0.8s;
}
#index .panel-page02 .text04 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 67.70833333%;
  -webkit-transform: translate(0%, 2000px);
  -moz-transform: translate(0%, 2000px);
  -ms-transform: translate(0%, 2000px);
  -o-transform: translate(0%, 2000px);
  transform: translate(0%, 2000px);
}
#index .panel-page02 .text04.active {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s ease-out 1.2s;
  -moz-transition: all 0.8s ease-out 1.2s;
  -ms-transition: all 0.8s ease-out 1.2s;
  -o-transition: all 0.8s ease-out 1.2s;
  transition: all 0.8s ease-out 1.2s;
}
#index .panel-page03 {
  background: url("../images/img_019.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page03 .text01 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 14.58333333%;
  -webkit-transform: translate(0%, 2000px);
  -moz-transform: translate(0%, 2000px);
  -ms-transform: translate(0%, 2000px);
  -o-transform: translate(0%, 2000px);
  transform: translate(0%, 2000px);
}
#index .panel-page03 .text01.active {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s ease-out 0s;
  -moz-transition: all 0.8s ease-out 0s;
  -ms-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
}
#index .panel-page03 .text02 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 41.84027778%;
  -webkit-transform: translate(0%, 2000px);
  -moz-transform: translate(0%, 2000px);
  -ms-transform: translate(0%, 2000px);
  -o-transform: translate(0%, 2000px);
  transform: translate(0%, 2000px);
}
#index .panel-page03 .text02.active {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s ease-out 0.4s;
  -moz-transition: all 0.8s ease-out 0.4s;
  -ms-transition: all 0.8s ease-out 0.4s;
  -o-transition: all 0.8s ease-out 0.4s;
  transition: all 0.8s ease-out 0.4s;
}
#index .panel-page03 .text03 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 52.60416667%;
  -webkit-transform: translate(0%, 2000px);
  -moz-transform: translate(0%, 2000px);
  -ms-transform: translate(0%, 2000px);
  -o-transform: translate(0%, 2000px);
  transform: translate(0%, 2000px);
}
#index .panel-page03 .text03.active {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s ease-out 0.8s;
  -moz-transition: all 0.8s ease-out 0.8s;
  -ms-transition: all 0.8s ease-out 0.8s;
  -o-transition: all 0.8s ease-out 0.8s;
  transition: all 0.8s ease-out 0.8s;
}
#index .panel-page04 {
  background: url("../images/img_023.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page04 .title {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 4.16666667%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
#index .panel-page04 .title.active {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -ms-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}
#index .panel-page04 .text01 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 19.44444444%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
#index .panel-page04 .text01.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease 0.2s;
  -moz-transition: all 0.6s ease 0.2s;
  -ms-transition: all 0.6s ease 0.2s;
  -o-transition: all 0.6s ease 0.2s;
  transition: all 0.6s ease 0.2s;
}
#index .panel-page04 .shadow_l {
  margin-left: -42.08333333%;
  width: 31.38888889%;
  position: absolute;
  left: 50%;
  top: 46.35416667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
#index .panel-page04 .shadow_l.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease 0.6s;
  -moz-transition: all 0.6s ease 0.6s;
  -ms-transition: all 0.6s ease 0.6s;
  -o-transition: all 0.6s ease 0.6s;
  transition: all 0.6s ease 0.6s;
}
#index .panel-page04 .shadow_r {
  margin-left: 10.69444444%;
  width: 31.38888889%;
  position: absolute;
  left: 50%;
  top: 46.35416667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
#index .panel-page04 .shadow_r.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease 0.6s;
  -moz-transition: all 0.6s ease 0.6s;
  -ms-transition: all 0.6s ease 0.6s;
  -o-transition: all 0.6s ease 0.6s;
  transition: all 0.6s ease 0.6s;
}
#index .panel-page04 .subject {
  margin-left: -23.19444444%;
  width: 46.38888889%;
  position: absolute;
  left: 50%;
  top: 38.19444444%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
#index .panel-page04 .subject.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease 0.6s;
  -moz-transition: all 0.6s ease 0.6s;
  -ms-transition: all 0.6s ease 0.6s;
  -o-transition: all 0.6s ease 0.6s;
  transition: all 0.6s ease 0.6s;
}
#index .panel-page04 .subject .magnifierWrap {
  left: 3.59281437%;
  top: 45.63758389%;
  position: absolute;
  width: 81.43712575%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(20);
  -moz-transform: scale(20);
  -ms-transform: scale(20);
  -o-transform: scale(20);
  transform: scale(20);
}
#index .panel-page04 .subject .magnifierWrap.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s ease-out 1.2s;
  -moz-transition: all 0.8s ease-out 1.2s;
  -ms-transition: all 0.8s ease-out 1.2s;
  -o-transition: all 0.8s ease-out 1.2s;
  transition: all 0.8s ease-out 1.2s;
}
#index .panel-page04 .subject .magnifierWrap .magnifier_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page04 .subject .magnifierWrap .magnifier_bg.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s linear 1.8s;
  -moz-transition: all 0.2s linear 1.8s;
  -ms-transition: all 0.2s linear 1.8s;
  -o-transition: all 0.2s linear 1.8s;
  transition: all 0.2s linear 1.8s;
}
#index .panel-page04 .subject .magnifierWrap .magnifier {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index .panel-page05 {
  background: url("../images/img_023.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page05 .title {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 4.16666667%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
#index .panel-page05 .title.active {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -ms-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}
#index .panel-page05 .text01 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 19.44444444%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
#index .panel-page05 .text01.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease 0.2s;
  -moz-transition: all 0.6s ease 0.2s;
  -ms-transition: all 0.6s ease 0.2s;
  -o-transition: all 0.6s ease 0.2s;
  transition: all 0.6s ease 0.2s;
}
#index .panel-page05 .shadow_l {
  margin-left: -42.08333333%;
  width: 31.38888889%;
  position: absolute;
  left: 50%;
  top: 46.35416667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
#index .panel-page05 .shadow_l.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease 0.6s;
  -moz-transition: all 0.6s ease 0.6s;
  -ms-transition: all 0.6s ease 0.6s;
  -o-transition: all 0.6s ease 0.6s;
  transition: all 0.6s ease 0.6s;
}
#index .panel-page05 .shadow_r {
  margin-left: 10.69444444%;
  width: 31.38888889%;
  position: absolute;
  left: 50%;
  top: 46.35416667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
#index .panel-page05 .shadow_r.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease 0.6s;
  -moz-transition: all 0.6s ease 0.6s;
  -ms-transition: all 0.6s ease 0.6s;
  -o-transition: all 0.6s ease 0.6s;
  transition: all 0.6s ease 0.6s;
}
#index .panel-page05 .subject {
  margin-left: -23.19444444%;
  width: 46.38888889%;
  position: absolute;
  left: 50%;
  top: 38.19444444%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
#index .panel-page05 .subject.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease 0.6s;
  -moz-transition: all 0.6s ease 0.6s;
  -ms-transition: all 0.6s ease 0.6s;
  -o-transition: all 0.6s ease 0.6s;
  transition: all 0.6s ease 0.6s;
}
#index .panel-page05 .subject .magnifierWrap {
  left: -43.11377246%;
  bottom: 32.2147651%;
  position: absolute;
  width: 77.24550898%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(20);
  -moz-transform: scale(20);
  -ms-transform: scale(20);
  -o-transform: scale(20);
  transform: scale(20);
}
#index .panel-page05 .subject .magnifierWrap.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s ease-out 1.2s;
  -moz-transition: all 0.8s ease-out 1.2s;
  -ms-transition: all 0.8s ease-out 1.2s;
  -o-transition: all 0.8s ease-out 1.2s;
  transition: all 0.8s ease-out 1.2s;
}
#index .panel-page05 .subject .magnifierWrap .magnifier_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page05 .subject .magnifierWrap .magnifier_bg.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s linear 1.8s;
  -moz-transition: all 0.2s linear 1.8s;
  -ms-transition: all 0.2s linear 1.8s;
  -o-transition: all 0.2s linear 1.8s;
  transition: all 0.2s linear 1.8s;
}
#index .panel-page05 .subject .magnifierWrap .magnifier {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index .panel-page06 {
  background: url("../images/img_023.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page06 .title {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 4.16666667%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
#index .panel-page06 .title.active {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -ms-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}
#index .panel-page06 .text01 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 19.44444444%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
#index .panel-page06 .text01.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease 0.2s;
  -moz-transition: all 0.6s ease 0.2s;
  -ms-transition: all 0.6s ease 0.2s;
  -o-transition: all 0.6s ease 0.2s;
  transition: all 0.6s ease 0.2s;
}
#index .panel-page06 .shadow_l {
  margin-left: -42.08333333%;
  width: 31.38888889%;
  position: absolute;
  left: 50%;
  top: 46.35416667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
#index .panel-page06 .shadow_l.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease 0.6s;
  -moz-transition: all 0.6s ease 0.6s;
  -ms-transition: all 0.6s ease 0.6s;
  -o-transition: all 0.6s ease 0.6s;
  transition: all 0.6s ease 0.6s;
}
#index .panel-page06 .shadow_r {
  margin-left: 10.69444444%;
  width: 31.38888889%;
  position: absolute;
  left: 50%;
  top: 46.35416667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
#index .panel-page06 .shadow_r.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease 0.6s;
  -moz-transition: all 0.6s ease 0.6s;
  -ms-transition: all 0.6s ease 0.6s;
  -o-transition: all 0.6s ease 0.6s;
  transition: all 0.6s ease 0.6s;
}
#index .panel-page06 .subject {
  margin-left: -23.19444444%;
  width: 46.38888889%;
  position: absolute;
  left: 50%;
  top: 38.19444444%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
#index .panel-page06 .subject.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease 0.6s;
  -moz-transition: all 0.6s ease 0.6s;
  -ms-transition: all 0.6s ease 0.6s;
  -o-transition: all 0.6s ease 0.6s;
  transition: all 0.6s ease 0.6s;
}
#index .panel-page06 .subject .magnifierWrap {
  left: -23.05389222%;
  bottom: 57.38255034%;
  position: absolute;
  width: 77.24550898%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(20);
  -moz-transform: scale(20);
  -ms-transform: scale(20);
  -o-transform: scale(20);
  transform: scale(20);
}
#index .panel-page06 .subject .magnifierWrap.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s ease-out 1.2s;
  -moz-transition: all 0.8s ease-out 1.2s;
  -ms-transition: all 0.8s ease-out 1.2s;
  -o-transition: all 0.8s ease-out 1.2s;
  transition: all 0.8s ease-out 1.2s;
}
#index .panel-page06 .subject .magnifierWrap .magnifier_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page06 .subject .magnifierWrap .magnifier_bg.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s linear 1.8s;
  -moz-transition: all 0.2s linear 1.8s;
  -ms-transition: all 0.2s linear 1.8s;
  -o-transition: all 0.2s linear 1.8s;
  transition: all 0.2s linear 1.8s;
}
#index .panel-page06 .subject .magnifierWrap .magnifier {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index .panel-page07 {
  background: url("../images/img_023.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page07 .title {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 4.16666667%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
#index .panel-page07 .title.active {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -ms-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}
#index .panel-page07 .text01 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 20.48611111%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
#index .panel-page07 .text01.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease 0.2s;
  -moz-transition: all 0.6s ease 0.2s;
  -ms-transition: all 0.6s ease 0.2s;
  -o-transition: all 0.6s ease 0.2s;
  transition: all 0.6s ease 0.2s;
}
#index .panel-page07 .shadow_l {
  margin-left: -42.08333333%;
  width: 31.38888889%;
  position: absolute;
  left: 50%;
  top: 46.35416667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
#index .panel-page07 .shadow_l.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease 0.6s;
  -moz-transition: all 0.6s ease 0.6s;
  -ms-transition: all 0.6s ease 0.6s;
  -o-transition: all 0.6s ease 0.6s;
  transition: all 0.6s ease 0.6s;
}
#index .panel-page07 .shadow_r {
  margin-left: 10.69444444%;
  width: 31.38888889%;
  position: absolute;
  left: 50%;
  top: 46.35416667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
#index .panel-page07 .shadow_r.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease 0.6s;
  -moz-transition: all 0.6s ease 0.6s;
  -ms-transition: all 0.6s ease 0.6s;
  -o-transition: all 0.6s ease 0.6s;
  transition: all 0.6s ease 0.6s;
}
#index .panel-page07 .subject {
  margin-left: -23.19444444%;
  width: 46.38888889%;
  position: absolute;
  left: 50%;
  top: 38.19444444%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
#index .panel-page07 .subject.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease 0.6s;
  -moz-transition: all 0.6s ease 0.6s;
  -ms-transition: all 0.6s ease 0.6s;
  -o-transition: all 0.6s ease 0.6s;
  transition: all 0.6s ease 0.6s;
}
#index .panel-page07 .subject .magnifierWrap {
  left: -15.26946108%;
  top: 6.37583893%;
  position: absolute;
  width: 77.24550898%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(20);
  -moz-transform: scale(20);
  -ms-transform: scale(20);
  -o-transform: scale(20);
  transform: scale(20);
}
#index .panel-page07 .subject .magnifierWrap.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s ease-out 1.2s;
  -moz-transition: all 0.8s ease-out 1.2s;
  -ms-transition: all 0.8s ease-out 1.2s;
  -o-transition: all 0.8s ease-out 1.2s;
  transition: all 0.8s ease-out 1.2s;
}
#index .panel-page07 .subject .magnifierWrap .magnifier_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page07 .subject .magnifierWrap .magnifier_bg.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s linear 1.8s;
  -moz-transition: all 0.2s linear 1.8s;
  -ms-transition: all 0.2s linear 1.8s;
  -o-transition: all 0.2s linear 1.8s;
  transition: all 0.2s linear 1.8s;
}
#index .panel-page07 .subject .magnifierWrap .magnifier {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index .panel-page08 {
  background: url("../images/img_023.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page08 .title {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 4.16666667%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
#index .panel-page08 .title.active {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -ms-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}
#index .panel-page08 .text01 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 20.3125%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
#index .panel-page08 .text01.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease 0.2s;
  -moz-transition: all 0.6s ease 0.2s;
  -ms-transition: all 0.6s ease 0.2s;
  -o-transition: all 0.6s ease 0.2s;
  transition: all 0.6s ease 0.2s;
}
#index .panel-page08 .shadow_l {
  margin-left: -42.08333333%;
  width: 31.38888889%;
  position: absolute;
  left: 50%;
  top: 46.35416667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
#index .panel-page08 .shadow_l.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease 0.6s;
  -moz-transition: all 0.6s ease 0.6s;
  -ms-transition: all 0.6s ease 0.6s;
  -o-transition: all 0.6s ease 0.6s;
  transition: all 0.6s ease 0.6s;
}
#index .panel-page08 .shadow_r {
  margin-left: 10.69444444%;
  width: 31.38888889%;
  position: absolute;
  left: 50%;
  top: 46.35416667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
#index .panel-page08 .shadow_r.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease 0.6s;
  -moz-transition: all 0.6s ease 0.6s;
  -ms-transition: all 0.6s ease 0.6s;
  -o-transition: all 0.6s ease 0.6s;
  transition: all 0.6s ease 0.6s;
}
#index .panel-page08 .subject {
  margin-left: -23.19444444%;
  width: 46.38888889%;
  position: absolute;
  left: 50%;
  top: 38.19444444%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
#index .panel-page08 .subject.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease 0.6s;
  -moz-transition: all 0.6s ease 0.6s;
  -ms-transition: all 0.6s ease 0.6s;
  -o-transition: all 0.6s ease 0.6s;
  transition: all 0.6s ease 0.6s;
}
#index .panel-page08 .subject .magnifierWrap {
  left: -34.13173653%;
  bottom: 39.59731544%;
  position: absolute;
  width: 77.24550898%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(20);
  -moz-transform: scale(20);
  -ms-transform: scale(20);
  -o-transform: scale(20);
  transform: scale(20);
}
#index .panel-page08 .subject .magnifierWrap.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s ease-out 1.2s;
  -moz-transition: all 0.8s ease-out 1.2s;
  -ms-transition: all 0.8s ease-out 1.2s;
  -o-transition: all 0.8s ease-out 1.2s;
  transition: all 0.8s ease-out 1.2s;
}
#index .panel-page08 .subject .magnifierWrap .magnifier_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page08 .subject .magnifierWrap .magnifier_bg.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s linear 1.8s;
  -moz-transition: all 0.2s linear 1.8s;
  -ms-transition: all 0.2s linear 1.8s;
  -o-transition: all 0.2s linear 1.8s;
  transition: all 0.2s linear 1.8s;
}
#index .panel-page08 .subject .magnifierWrap .magnifier {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index .panel-page09 {
  background: url("../images/img_045.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page09 .top {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 4.51388889%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0%, -200%);
  -moz-transform: translate(0%, -200%);
  -ms-transform: translate(0%, -200%);
  -o-transform: translate(0%, -200%);
  transform: translate(0%, -200%);
}
#index .panel-page09 .top.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease 0.9s;
  -moz-transition: all 0.6s ease 0.9s;
  -ms-transition: all 0.6s ease 0.9s;
  -o-transition: all 0.6s ease 0.9s;
  transition: all 0.6s ease 0.9s;
}
#index .panel-page09 .top .img_png {
  width: 100%;
  height: 0;
  padding-top: 11.38888889%;
  position: relative;
}
#index .panel-page09 .top .list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index .panel-page09 .top .list .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page09 .top .list .item.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#index .panel-page09 .top .top_sprite {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/img_003.png") 0 80% no-repeat;
  background-size: 100% auto;
}
#index .panel-page09 .title {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 14.40972222%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
#index .panel-page09 .title.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease 0.9s;
  -moz-transition: all 0.6s ease 0.9s;
  -ms-transition: all 0.6s ease 0.9s;
  -o-transition: all 0.6s ease 0.9s;
  transition: all 0.6s ease 0.9s;
}
#index .panel-page09 .phone {
  margin-left: -20.41666667%;
  width: 40.83333333%;
  position: absolute;
  left: 50%;
  top: 29.86111111%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.01);
  -moz-transform: scale(0.01);
  -ms-transform: scale(0.01);
  -o-transform: scale(0.01);
  transform: scale(0.01);
}
#index .panel-page09 .phone.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease 0.5s;
  -moz-transition: all 0.6s ease 0.5s;
  -ms-transition: all 0.6s ease 0.5s;
  -o-transition: all 0.6s ease 0.5s;
  transition: all 0.6s ease 0.5s;
}
#index .panel-page09 .phone .icon_l {
  left: -47.61904762%;
  top: 21.55477032%;
  position: absolute;
  width: 47.61904762%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(150%, 0%) scale(0.2);
  -moz-transform: translate(150%, 0%) scale(0.2);
  -ms-transform: translate(150%, 0%) scale(0.2);
  -o-transform: translate(150%, 0%) scale(0.2);
  transform: translate(150%, 0%) scale(0.2);
}
#index .panel-page09 .phone .icon_l.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s ease 0.9s;
  -moz-transition: all 0.8s ease 0.9s;
  -ms-transition: all 0.8s ease 0.9s;
  -o-transition: all 0.8s ease 0.9s;
  transition: all 0.8s ease 0.9s;
}
#index .panel-page09 .phone .icon_r {
  right: -47.61904762%;
  top: 24.38162544%;
  position: absolute;
  width: 47.61904762%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-150%, 0%) scale(0.2);
  -moz-transform: translate(-150%, 0%) scale(0.2);
  -ms-transform: translate(-150%, 0%) scale(0.2);
  -o-transform: translate(-150%, 0%) scale(0.2);
  transform: translate(-150%, 0%) scale(0.2);
}
#index .panel-page09 .phone .icon_r.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s ease 0.9s;
  -moz-transition: all 0.8s ease 0.9s;
  -ms-transition: all 0.8s ease 0.9s;
  -o-transition: all 0.8s ease 0.9s;
  transition: all 0.8s ease 0.9s;
}
#index .panel-page09 .phone .magnifierWrap {
  left: -29.93197279%;
  top: 40.98939929%;
  position: absolute;
  width: 95.91836735%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(20);
  -moz-transform: scale(20);
  -ms-transform: scale(20);
  -o-transform: scale(20);
  transform: scale(20);
}
#index .panel-page09 .phone .magnifierWrap.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s ease-out 1.7s;
  -moz-transition: all 0.8s ease-out 1.7s;
  -ms-transition: all 0.8s ease-out 1.7s;
  -o-transition: all 0.8s ease-out 1.7s;
  transition: all 0.8s ease-out 1.7s;
}
#index .panel-page09 .phone .magnifierWrap .magnifier_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page09 .phone .magnifierWrap .magnifier_bg.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s linear 2.3s;
  -moz-transition: all 0.2s linear 2.3s;
  -ms-transition: all 0.2s linear 2.3s;
  -o-transition: all 0.2s linear 2.3s;
  transition: all 0.2s linear 2.3s;
}
#index .panel-page09 .phone .magnifierWrap .magnifier {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index .panel-page09 .text {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 84.72222222%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
#index .panel-page09 .text.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease 0.9s;
  -moz-transition: all 0.6s ease 0.9s;
  -ms-transition: all 0.6s ease 0.9s;
  -o-transition: all 0.6s ease 0.9s;
  transition: all 0.6s ease 0.9s;
}
.popup {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.01);
  -moz-transform: scale(0.01);
  -ms-transform: scale(0.01);
  -o-transform: scale(0.01);
  transform: scale(0.01);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.7);
}
.popup.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
