dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, span, a, input, textarea, p, blockquote, th, td, header, nav, footer, article, section, aside, time, figure { margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }

h1, h2, h3, h4, h5, h6 { font-size: 14px; font-weight: normal; }

ul { list-style: none; }

legend { display: none; }

fieldset, img { border: none; vertical-align: middle; }

em, cite, i { font-style: normal; }

img { width: 100%; }

div, span, a, li, ul { box-sizing: border-box; }

input, button, textarea { outline: none; border: 0; vertical-align: middle; border: 0; font-family: Microsoft YaHei; }

input[type="submit"], input[type="reset"], input[type="button"], button { -webkit-appearance: none; border-radius: 0; }

select { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

textarea { resize: none; }

html { height: 100%; -webkit-text-size-adjust: none; overflow: hidden; }

body { font: 12px/18px Microsoft YaHei; position: relative; margin: 0 auto; color: #000; min-width: 320px; word-break: break-all; height: 100%; overflow: hidden; max-width: 640px; background-color: #fff; }

body a { color: #000; text-decoration: none; cursor: pointer; -webkit-tap-highlight-color: transparent; }

body a:hover, body a:active, body a:focus { text-decoration: none; outline: none; }

@-webkit-keyframes bounce { 0%,20%,53%,80%,100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  40%,43% { -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0); }
  70% { -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -webkit-transform: translate3d(0, -15px, 0); transform: translate3d(0, -15px, 0); }
  90% { -webkit-transform: translate3d(0, -4px, 0); transform: translate3d(0, -4px, 0); } }
@keyframes bounce { 0%,20%,53%,80%,100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  40%,43% { -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0); }
  70% { -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -webkit-transform: translate3d(0, -15px, 0); transform: translate3d(0, -15px, 0); }
  90% { -webkit-transform: translate3d(0, -4px, 0); transform: translate3d(0, -4px, 0); } }
.bounce { -webkit-animation: bounce 1.2s linear infinite; animation: bounce 1.2s linear infinite; }

@-webkit-keyframes flash { 0%,50%,100% { opacity: 1; }
  25%,75% { opacity: 0; } }
@keyframes flash { 0%,50%,100% { opacity: 1; }
  25%,75% { opacity: 0; } }
.flash { -webkit-animation: flash 1.5s linear infinite; animation: flash 1.5s linear infinite; }

.upDown { -webkit-animation: upDown 2s linear infinite; animation: upDown 2s linear infinite; }

@keyframes upDown { from { -webkit-transform: translateY(0px); transform: translateY(0px); }
  50% { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
  to { -webkit-transform: translateY(0px); transform: translateY(0px); } }
@-webkit-keyframes upDown { from { -webkit-transform: translateY(0px); transform: translateY(0px); }
  50% { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
  to { -webkit-transform: translateY(0px); transform: translateY(0px); } }
.swiper-container { margin: 0 auto; position: relative; overflow: hidden; z-index: 1; }

.swiper-container-vertical > .swiper-wrapper { -webkit-box-orient: vertical; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; }

.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-transition-property: -webkit-transform; transition-property: transform; box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper { -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper { -webkit-box-lines: multiple; -moz-box-lines: multiple; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper { -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; margin: 0 auto; }

.swiper-slide { -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; width: 100%; height: 100%; position: relative; }

.swiper-wp8-vertical { -ms-touch-action: pan-x; touch-action: pan-x; }

.swiper-container-vertical > .swiper-pagination { right: 10px; top: 50%; -webkit-transform: translate3d(0, -50%, 0); -ms-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); }
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet { margin: 5px 0; display: block; }

.percent2, .title-line, .title-line2, .logos, .img01, .txt01, .title11, .txt11, .txt13, .map11, .map12, .txt21, .txt22, .txt31, .txt41, .txt42, .txt51, .title61, .form, .img71, .img72, .code, .jbname { position: absolute; left: 0; right: 0; margin: auto; }

.animate { opacity: 0; }

.auto-x { position: absolute; left: 0; right: 0; margin: auto; }

.auto-y { position: absolute; top: 0; bottom: 0; margin: auto; }

.full-page { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }

.swiper-container { overflow: hidden; width: 100%; height: 100%; position: absolute; left: 0; top: 0; max-width: 640px; right: 0; margin: auto; }

.swiper-wrapper { height: 100%; }

.swiper-slide { width: 100%; height: 100%; overflow: hidden; position: relative; float: left; color: #fff; background: url(../images/bg4.jpg?v02190755) 0 0 no-repeat; background-size: 100% 100%; }
.swiper-slide.bg0 { background-image: url(../images/bg0.jpg?v02190755); }
.swiper-slide.bg1 { background-image: url(../images/bg1.jpg?v02190755); }
.swiper-slide.bg2 { background-image: url(../images/bg2.jpg?v02190755); }
.swiper-slide.bg4 { background-image: url(../images/bg4.jpg?v02190755); }

.go-next { position: absolute; left: 0; right: 0; bottom: 10px; width: 22px; height: 14px; z-index: 1000; margin: auto; display: none; }

.go-next img { width: 100%; display: block; }

.next-button { left: 0; right: 0; margin: 0 auto; width: 134px; height: 44px; background-position: left -112px; }

.next-button:active { background-position: left -156px; }

.loading { position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; z-index: 200; background: url("../images/bg2.jpg?v02190755") left top no-repeat; background-size: 100% 100%; }

.percent { height: 30px; line-height: 30px; font-size: 20px; color: #9cd3e8; position: absolute; top: 45%; left: 0; text-align: center; right: 0; margin: auto; white-space: nowrap; }

.percent2 { width: 70px; height: 70px; top: 41%; -webkit-animation: rotate2 1.2s linear infinite; animation: rotate2 1.2s linear infinite; -webkit-transform-origin: 50%; -ms-transform-origin: 50%; transform-origin: 50%; }

@-webkit-keyframes rotate2 { 0% { -webkit-transform: rotate(0); transform: rotate(0); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@keyframes rotate2 { 0% { -webkit-transform: rotate(0); transform: rotate(0); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
.shares { position: absolute; left: 0; width: 100%; top: 0; height: 100%; z-index: 300; background: rgba(0, 0, 0, 0.7); display: none; }

.share { width: 86.88%; height: 8.93%; top: 81%; opacity: 1; }

.active .share { animation: l-r 1s linear forwards; -webkit-animation: l-r 1s linear forwards; }

#music { position: absolute; width: 24px; height: 24px; right: 8px; top: 8px; z-index: 10; opacity: 0.5; }

.music { width: 100%; height: 100%; background: url(../images/music.png?v02190755) no-repeat center center; background-size: 100%; }

.play { animation: rotate 1.2s linear infinite; -webkit-animation: rotate 1.2s linear infinite; }

#music > span { color: #fff; position: absolute; left: -56px; top: 0; line-height: 36px; font-size: 14px; opacity: 0; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; }

#music > span.zshow { left: -36px; opacity: 1; }

.musics { width: 9px; height: 13px; position: absolute; left: -6px; bottom: 0; }

.musics span { position: absolute; right: 0; bottom: 0; width: 100%; height: 100%; background: url(../images/musics.png?v02190755) no-repeat center center; background-size: 100%; }

@keyframes rotate { 0% { -webkit-transform: rotate(0); transform: rotate(0); }
  100% { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); } }
@-webkit-keyframes rotate { 0% { -webkit-transform: rotate(0); }
  100% { -webkit-transform: rotate(-360deg); } }
.title-line, .title-line2, .txt11 p, .txt13 p { text-shadow: 0px 1px 2px #050f26; }

.title-line { background: url("../images/line1.png?v02190755") center bottom no-repeat; background-size: 100% .14rem; width: 100%; font-size: .28rem; color: #9fd9f6; font-weight: bold; text-align: center; line-height: .8rem; height: .8rem; }

.title-line2 { background: url("../images/line2.png?v02190755") center bottom no-repeat; background-size: 4.7rem .12rem; width: 100%; font-size: .48rem; color: #9fd9f6; font-weight: bold; text-align: center; line-height: 1.8rem; height: 1.8rem; }

.logos { width: 100%; top: 2%; }

.img01 { width: 100%; top: 0; }

.txt01 { width: 100%; text-align: center; top: 52%; font-size: .24rem; }
.txt01 li { margin: .05rem 0; }
.txt01 time { border: #fff 1px solid; border-radius: 3px; padding: 0 5px; display: inline-block; font-size: .18rem; height: .22rem; line-height: .22rem; }
.txt01 .li02 { margin-bottom: .2rem; margin-top: .1rem; }
.txt01 .li02 span { border-bottom: #fff 1px solid; font-size: .28rem; padding-bottom: .1rem; }
.txt01 .li03 span { border: #fff 1px solid; border-radius: 3px; padding: 0 5px; display: inline-block; font-size: .18rem; line-height: .24rem; }
.txt01 .li05 { font-size: .2rem; margin-top: 0; }

.title11 { width: 100%; top: 5%; }

.txt11, .txt13 { width: 70%; border: #8dc6e8 1px solid; text-align: center; padding: .1rem 0; }
.txt11 p, .txt13 p { text-align: center; color: #9fd9f6; }

.txt11 { top: 20%; }

.txt13 { top: 78%; }

.map11, .map12 { width: 100%; top: 42%; height: 2.75rem; }

.title12-1 { top: 11%; }

.title12-2 { top: 34%; }

.title12-3 { top: 69%; }

.line21 { position: absolute; left: 50%; height: 85%; top: 5%; width: 1px; background-color: #7291b0; }

.txt21 { width: .3rem; height: 85%; top: 5%; padding-top: 8%; }
.txt21 li { height: 16.66%; }
.txt21 .li21-1 { height: 12%; }
.txt21 .li21-2 { height: 20%; }

.txt22 { font-size: .16rem; color: #9fd9f6; line-height: .3rem; top: 5%; }
.txt22 li { position: relative; }
.txt22 .t22-left { padding-right: 53%; text-align: right; }
.txt22 .t22-right { padding-left: 53%; text-align: left; }
.txt22 .li23 { top: -.3rem; }
.txt22 .li24 { top: -.5rem; }
.txt22 .li25 { top: -.8rem; }
.txt22 .li26 { top: -.6rem; }

.title31 { top: 12%; }

.txt31 { width: 4.45rem; text-align: justify; font-size: .22rem; line-height: .48rem; color: #9fd9f6; top: 32%; }
.txt31 p { text-align: justify; text-indent: 2em; }

.title41 { font-size: .3rem; line-height: 1rem; top: 18%; height: 1rem; }

.title42 { font-size: .3rem; line-height: 1rem; top: 50%; height: 1rem; }

.txt41, .txt42 { width: 4.45rem; text-align: justify; font-size: .22rem; line-height: .48rem; color: #9fd9f6; }
.txt41 p, .txt42 p { text-align: justify; text-indent: 2em; }

.txt41 { top: 29%; }

.txt42 { top: 61%; }

.title51 { font-size: .3rem; line-height: 1rem; top: 18%; height: 1rem; }

.txt51 { width: 4.45rem; text-align: justify; font-size: .18rem; line-height: .36rem; color: #9fd9f6; top: 29%; }
.txt51 p { text-align: justify; text-indent: 2em; }

.title61 { width: 100%; top: 8%; }

.form { width: 50%; top: 29%; }
.form input[type=text] { width: 100%; height: .55rem; border-radius: .1rem; border: none; background-color: rgba(255, 255, 255, 0.3); line-height: .55rem; padding: 0 .2rem; font-size: .24rem; color: #fff; }
.form li { line-height: .55rem; margin-bottom: .6rem; }
.form input:-moz-placeholder { color: #fff; }
.form ::-webkit-input-placeholder { color: #fff; }
.form .btn-submit { width: 1.53rem; height: 1.53rem; border-radius: 100%; border: #9fd9f6 1px solid; background-color: transparent; color: #9fd9f6; font-size: .24rem; display: block; margin: 0 auto; }

.img71 { width: 100%; top: 0; }

.img72 { width: 100%; top: 38%; }

.code { width: 1.6rem; height: 1.6rem; top: 80%; }

.jbname { width: 100%; top: 70%; text-align: center; color: #fff; font-size: .8rem; }

@media screen and (max-height: 416px) { .img01 { top: -5%; }
  .txt01 { top: 55%; }
  .title11 { top: 2%; }
  .txt11 { top: 18%; }
  .txt13 { top: 80%; }
  .map11, .map12 { width: 90%; }
  .title12-1 { top: 8%; }
  .title12-2 { top: 32%; }
  .title12-3 { top: 70%; }
  .line21 { top: 2%; height: 95%; }
  .txt21 { height: 95%; top: 2%; }
  .txt21 li { height: 16.66%; }
  .txt21 .li21-1 { height: 13%; }
  .txt21 .li21-2 { height: 20%; }
  .txt22 { line-height: .28rem; top: 2%; }
  .txt22 .li22 { top: -.3rem; }
  .txt22 .li23 { top: -.3rem; }
  .txt22 .li24 { top: -.8rem; }
  .txt22 .li25 { top: -.8rem; }
  .txt22 .li26 { top: -1rem; }
  .title31 { top: 8%; }
  .txt31 { top: 30%; }
  .title41 { top: 15%; }
  .title42 { top: 50%; }
  .txt41 { top: 28%; }
  .title51 { top: 4%; }
  .txt51 { top: 17%; }
  .title61 { top: 7%; }
  .form { top: 27%; }
  .form li { margin-bottom: .3rem; }
  .img71 { top: -5%; }
  .img72 { top: 38%; width: 80%; }
  .code { width: 1.3rem; height: 1.3rem; top: 82%; }
  .jbname { top: 70%; font-size: .6rem; } }
@media screen and (min-width: 384px) and (max-height: 520px) { .img01 { top: -5%; }
  .txt01 { top: 55%; }
  .title11 { top: 2%; }
  .txt11 { top: 18%; }
  .txt13 { top: 80%; }
  .map11, .map12 { width: 90%; }
  .title12-1 { top: 8%; }
  .title12-2 { top: 32%; }
  .title12-3 { top: 70%; }
  .line21 { top: 2%; height: 95%; }
  .txt21 { height: 95%; top: 2%; }
  .txt21 li { height: 16.66%; }
  .txt21 .li21-1 { height: 13%; }
  .txt21 .li21-2 { height: 20%; }
  .txt22 { line-height: .28rem; top: 2%; }
  .txt22 .li22 { top: -.3rem; }
  .txt22 .li23 { top: -.3rem; }
  .txt22 .li24 { top: -.8rem; }
  .txt22 .li25 { top: -.8rem; }
  .txt22 .li26 { top: -1rem; }
  .title31 { top: 8%; }
  .txt31 { top: 30%; }
  .title41 { top: 15%; }
  .title42 { top: 50%; }
  .txt41 { top: 28%; }
  .title51 { top: 4%; }
  .txt51 { top: 17%; }
  .title61 { top: 7%; }
  .form { top: 27%; }
  .form li { margin-bottom: .3rem; }
  .img71 { top: -5%; }
  .img72 { top: 38%; width: 80%; }
  .code { width: 1.3rem; height: 1.3rem; top: 82%; }
  .jbname { top: 70%; font-size: .6rem; } }
