@charset "utf-8";
@-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 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 start {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes start {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes start {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes start {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes start {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes allBtn {
  0% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(1.1);
  }
}
@-webkit-keyframes allBtn {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
  }
}
@-o-keyframes allBtn {
  0% {
    -o-transform: scale(1);
  }
  100% {
    -o-transform: scale(1.1);
  }
}
@-ms-keyframes allBtn {
  0% {
    -ms-transform: scale(1);
  }
  100% {
    -ms-transform: scale(1.1);
  }
}
@keyframes allBtn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
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;
}
body,
html {
  font-family: "Arial";
  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;
}
body {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
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%;
  margin: 0px;
  padding: 0px;
}
#page #pageBody {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
   margin: 0px;
  padding: 0px;

}
#page #pageBody .common {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#bg_music_img {
  margin-left: 34.66666667%;
  width: 5.33333333%;
  position: absolute;
  left: 50%;
  top: 8.7893864%;
  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;
}
#logo {
  margin-left: -40%;
  width: 10.4%;
  position: absolute;
  left: 50%;
  top: 6.79933665%;
  z-index: 99;
}
#arrow_a {
  display: none;
  margin-left: -5.33333333%;
  width: 10.66666667%;
  position: absolute;
  left: 50%;
  bottom: 1.65837479%;
  -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: 99;
}
#arrow_b {
  display: none;
  margin-left: -5.33333333%;
  width: 10.66666667%;
  position: absolute;
  left: 50%;
  bottom: 1.65837479%;
  -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: 99;
}
#mask {
  display: none;
  z-index: 99900;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #65b2c6;
  background-size: cover;
}
#mask .tip {
  position: relative;
  width: 100%;
  height: 100%;
  background: url('../images/tip_v.png') center center no-repeat;
  background-size: contain;
}
.backvideo {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1003;
  display: none;
  background: #f6f6da;
}
#poppop{
	 position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2003;
    display: none; 
     background-color: rgba(0, 0, 0, 0);
}
#poppop .jump {
  width: 35.866666%;
  top: 0px;
  left: 0px;
  position: absolute;

}

/*#poppop .jump.active {
 
 
    -moz-animation: allBtn 0.5s ease-in 0s infinite alternate both;
  -webkit-animation: allBtn 0.5s  ease-in 0s infinite alternate both;
  -o-animation: allBtn 0.5s ease-in 0s infinite alternate both;
  -ms-animation: allBtn 0.5s  ease-in 0s infinite alternate both;
  animation: allBtn 0.5s ease-in 0s infinite alternate both;
 
 
  
}*/



#poppop .endJump{
	width:35.866666%;
  top: 0px;
  left: 0px;
  position: absolute;
  display: none;
}



#alert {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1999;
}
#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: #000;
  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: #2ab549;
  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: 999;
}
#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: 9999;
  background-color: rgba(0, 0, 0, 0.6);
}
#loading .loadingImg {
  margin-left: -4.06666667%;
  width: 8.13333333%;
  position: absolute;
  left: 50%;
  top: 38.14262023%;
  -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: 999;
  background-color: rgba(0, 0, 0, 0.6);
}
#share .share_i {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 4.29187396%;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
.swiper-slide {
  -webkit-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
  writing-mode: lr-tb;
}
#pageBody .panel-page01 {
	position: absolute;
	width: 100%;
  height: 100%;
  background: #f6f6da;
  top: 0;
  left: 0;
  background: url("../images/001.jpg") center center no-repeat;
  background-size: cover;
}

#pageBody .panel-page01 .people{
	position: absolute;
	width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  background: url("../images/002.png") center center no-repeat;
  background-size: cover;
   opacity: 0;
  -webkit-transform: translate(0%, 10%);
  -moz-transform: translate(0%, 10%);
  -ms-transform: translate(0%, 10%);
  -o-transform: translate(0%, 10%);
  transform: translate(0%, 10%);
}
#pageBody .panel-page01 .people.active{
	
	 opacity: 1;
  -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 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

#pageBody .panel-page01 .bubble{
	position: absolute;
	width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  background: url("../images/003.png") center center no-repeat;
  background-size: cover;
  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);
}
#pageBody .panel-page01 .bubble.active{

opacity: 1;
  -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 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  display: block;
	
}


#pageBody .panel-page01 .leftBtn{
	
	position: absolute;
	width: 37.46666%;
  bottom: 3.298%;
  left: 10.4%;
	 opacity: 0;
  -webkit-transform: translate(-10%,0%);
  -moz-transform: translate(-10%,0%);
  -ms-transform: translate(-10%,0%);
  -o-transform: translate(-10%,0%);
  transform: translate(-10%,0%);
}
#pageBody .panel-page01 .leftBtn.active{

opacity: 1;
  -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 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;

	
}
#pageBody .panel-page01 .rightBtn{
	
	position: absolute;
	width: 37.46666%;
  bottom: 3.298%;
  left: 48.9333%;
	 opacity: 0;
  -webkit-transform: translate(10%,0%);
  -moz-transform: translate(10%,0%);
  -ms-transform: translate(10%,0%);
  -o-transform: translate(10%,0%);
  transform: translate(10%,0%);
}

#pageBody .panel-page01 .rightBtn.active{

  opacity: 1;
  -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 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;

	
}



#pageBody .panel-page01 .playBtn {
  width: 14.66666667%;
  height: 9.12106136%;
  position: absolute;
  top: 41.45936982%;
  right: 49.33333333%;
  background: #000;
}

/*****************************************************************************************/


#pageBody .panel-page02 {
	position: absolute;
	width: 100%;
  height: 100%;
  background: #f6f6da;
  top: 0;
  left: 0;
  background-size: cover;
  overflow-y: auto;
}

#pageBody .panel-page02 .part1{
	
	width: 100%;
  position: relative;
	margin-top: -5%;
}
#pageBody .panel-page02 .part1 .link1{
	  position: absolute;
    top: 25%;
    left: 6%;
    /*background: yellow;*/
    width: 42%;
    height: 16%;
}
#pageBody .panel-page02 .part1 .link2{
	  position: absolute;
    top: 25%;
    left: 54%;
    /*background: yellow;*/
    width: 42%;
    height: 16%;
}

#pageBody .panel-page02 .part1 .link3{
	  position: absolute;
    top:  46%;
    left: 6%;
    /*background: yellow;*/
    width: 42%;
    height: 16%;
}
#pageBody .panel-page02 .part1 .link4{
	     position: absolute;
    top: 46%;
    left: 54%;
    /*background: yellow;*/
    width: 42%;
    height: 16%;
}
#pageBody .panel-page02 .part1 .link5{
	  position: absolute;
    top: 67%;
    left: 6%;
    /*background: yellow;*/
    width: 42%;
    height: 16%;
}
#pageBody .panel-page02 .part1 .link6{
	  position: absolute;
    top: 66%;
    left: 54%;
    /*background: yellow;*/
    width: 42%;
    height: 16%;
}


#pageBody .panel-page02 .part2{
	
	width: 100%;
   position: relative;
	margin-top: -2%;	
	
	
}

#pageBody .panel-page02 .part2 .reStartBtn{
	  position: absolute;
    top: 22%;
    left: 54%;
    /*background: yellow;*/
    width: 42%;
    height: 16%;
}

#pageBody .panel-page02 .part2 .shareBtn{
	  position: absolute;
    top: 67%;
    left: 54%;
    /*background: yellow;*/
    width: 42%;
    height: 16%;
}












.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: 9;
  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);
}
