/*
  HTML5 Reset :: style.css
  ----------------------------------------------------------
  We have learned much from/been inspired by/taken code where offered from:

  Eric Meyer          :: http://meyerweb.com
  HTML5 Doctor        :: http://html5doctor.com
  and the HTML5 Boilerplate :: http://html5boilerplate.com

-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html,
body,
body div,
span,
object,
iframe,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
}

main,
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
    display: block;
}

/* Handle box-sizing while better addressing child elements: http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */

/* Responsive images and other embedded objects */

/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */

/* Note: keeping IMG here will cause problems if you're using foreground images as sprites. In fact, it *will* cause problems with Google Maps' controls at small size. If this is the case for you, try uncommenting the following: #map img { max-width: none; } */

/* we use a lot of ULs that aren't bulleted. you'll have to restore the bullets within content, which is fine because they're probably customized anyway */

ul,
ol {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 0.015625rem dotted #000;
    cursor: help;
}

/* tables still need cellspacing="0" in the markup */

table {
    border-collapse: separate;
    border-spacing: 0;
}

th {
    font-weight: bold;
    vertical-align: bottom;
}

td {
    font-weight: normal;
    vertical-align: top;
}

hr {
    display: block;
    height: 0.015625rem;
    border: 0;
    border-top: 0.015625rem solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

pre {
    white-space: pre;
    /* CSS2 */
    white-space: pre-wrap;
    /* CSS 2.1 */
    white-space: pre-line;
    /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word;
    /* IE */
}

input[type="radio"] {
    vertical-align: text-bottom;
}

input[type="checkbox"] {
    vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
    vertical-align: baseline;
}

.ie6 input {
    vertical-align: text-bottom;
}

select,
input,
textarea {
    font: 99% sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

small {
    font-size: 85%;
}

strong {
    font-weight: bold;
}

td,
td img {
    vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* standardize any monospaced elements */

pre,
code,
kbd,
samp {
    font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */

.clickable,
label,

input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */

button,
input,
select,
textarea {
    margin: 0;
}

/* make buttons play nice in IE */

button,
input[type=button] {
    width: auto;
    overflow: visible;
}

/* scale images in IE7 more attractively */

.ie7 img {
    -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover (commented out as usage is rare, and the filter syntax messes with some pre-processors) .ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));} */

/* let's clear some floats */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

.full,
.main .page,
.main .page .inner,
#cover .inner .layer {
    width: 100%;
    height: 100%;
}

.full,
.main .page,
.main .page .inner,
#cover .inner .layer {
    position: absolute;
    top: 0;
    left: 0;
}

.hide {
    display: none;
}

a {
    text-decoration: none !important;
    color: #333;
}

a:hover {
    color: #f33;
}

.hide {
    display: none !important;
}

.novisibility {
    visibility: hidden;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

html,
body {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

body {
    font-family: "Microsoft YaHei", "\5fae\8f6f\96c5\9ed1";
/*    font-size: 0.21875rem;
    width: 100%;
    max-width: 10rem;
    margin:0 auto;*/
}

body.noscroll {
    overflow: hidden;
}

audio {
    opacity: 0;
    opacity: 0;
}

.load-wrap {
    width: 100%;
    height: 100%;
    background: #c2d2ea;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.load-wrap .loadImg {
    width: 40%;
}

.load-wrap .load {
    text-align: center;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    position: relative;
    top: -0.3125rem;
}

.load-wrap .load .circle {
    display: inline-block;
    width: 0.9375rem;
    height: 0.9375rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.5) white;
    -webkit-animation: round 1s infinite linear;
    animation: round 1s infinite linear;
}

.load-wrap .load .num {
    color: #fff;
    font-size: 0.3125rem;
    position: relative;
    top: 0.3125rem;
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.main {
/*    width: 10rem;
    height: 16.875rem;
    margin: 0 auto;
    overflow: hidden;
    position: relative;*/
    width: 100%;position: relative;
    height:100%;
}

.main img {
    height: auto;
}
/*
.swiper-container,.swiper-container1,.swiper-container11 {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide .inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-slide .inner img {
  width: 100%;
}

.swiper-slide img {
  visibility: hidden;
}

.swiper-slide.swiper-slide-prev img,
.swiper-slide.swiper-slide-active img,
.swiper-slide.swiper-slide-next img {
  visibility: visible;
}*/
.swiper-container{ height:100%;width: 100%;position: relative;}
.ny_pic img {
    width:100%;
    height:100%;
}
#cover {background: url(images/fm.jpg) no-repeat; background-size:contain;}
.ny{background: url(images/ny.jpg) no-repeat; background-size:contain;}
#cover .inner .layer img {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

#cover .inner .layer1 img {
    width: 5.55rem;
    position: absolute;
    left: 2.971875rem;
    top: 1.303125rem;
}

/*#cover .inner .layer2 img {
    width: 1.275rem;
    position: absolute;
    left: 0.809375rem;
    top: 11.015625rem;
}*/

.layer2 img{
    width: 14.13%;
    height:19.42%;
    position: absolute;
    top:70%;
    left:13%;
}
#cover .inner .layer2 img.layer_2{left:33%;}
#cover .inner .layer2 img.layer_3{left:53%;}
#cover .inner .layer2 img.layer_4{left:73%;}

.ny{ position:relative;}
.ny .inner .ny_title img {
width: 40%;
    height: 6%;
    position: absolute;
    left: 32%;
    top: 10%;
}
.ny_pic{ 
    position: absolute;
/*    width: 7.53125rem;
    left: 1.278125rem;
    top: 2.605rem;*/
        width: 80%;
    height:56.25%;
    top: 20%;
    left: 12%;
}
.swiper-pagination{
    margin-top: 20px
}
.ny_pic .swiper-pagination-bullet{ width:10px; height:10px;}
.ny_pic .swiper-slide img{border-radius:10px; border:1px solid #b0cbf3;}
.ny_pic .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:-18px;top: 100%;}
.ny .inner .ny_back img {
    width: 1.45125rem;
    position: absolute;
    left: 4.278125rem;
    bottom: 1.825rem;
}
.ny .inner .ny_tishi img {
/*    width: 7.42125rem;
    position: absolute;
    left: 1.338125rem;
    top: 6.795rem;*/
position: absolute;
    left: 16%;
    top: 50%;
    width: 71%;
    height: 6%;

}
.swiper-slide.end {background: url(images/fd.jpg) no-repeat; background-size:contain;}
.swiper-slide.end .inner img {
    margin: 0 auto;
}

.swiper-slide.end .inner .end1 {
    position: absolute;
    width: 100%;
    height:100%;
    top:0;left:0;

}
.swiper-slide.end .inner .btn1 {
    width: 2.46875rem;
    position:absolute;
    left: 19%;
    top: 73%;
}

.swiper-slide.end .inner .btn2 {
    width: 2.46875rem;
    position:absolute;
    left:60%;
    top:73%;
}

#arrow {
    position: fixed;
    z-index: 999;
    bottom: 0.15625rem;
    left: 50%;
    margin-left: -0.484375rem;
    width: 0.984375rem;
    -webkit-animation: start 1.5s infinite ease-in-out;
    text-align: center;
    color: #fff;
    margin-left: -0.48rem;
}

@-webkit-keyframes start {
    0%, 30% {
        -webkit-transform: translate(0, 0.15625rem);
        opacity: 0;
    }

    60% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(0, -0.125rem);
        opacity: 0;
    }
}

@keyframes start {
    0%, 30% {
        -webkit-transform: translate(0, 0.15625rem);
        opacity: 0;
    }

    60% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(0, -0.125rem);
        opacity: 0;
    }
}

.tips {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;

    z-index: 999;
}

.tips img {
    position: absolute;
    top:0;left:0;
    width: 100%;
    height:100%;
/*    float: right;
    margin-top: 0.46875rem;
    margin-right: 0.46875rem;
    width: 2.84375rem;*/
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(46.875rem, 0, 0);
        transform: translate3d(46.875rem, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-0.390625rem, 0, 0);
        transform: translate3d(-0.390625rem, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(0.15625rem, 0, 0);
        transform: translate3d(0.15625rem, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-0.078125rem, 0, 0);
        transform: translate3d(-0.078125rem, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(46.875rem, 0, 0);
        transform: translate3d(46.875rem, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-0.390625rem, 0, 0);
        transform: translate3d(-0.390625rem, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(0.15625rem, 0, 0);
        transform: translate3d(0.15625rem, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-0.078125rem, 0, 0);
        transform: translate3d(-0.078125rem, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
/*# sourceMappingURL=../css/style.css.map */

.music_blk{z-index:999;position:fixed;right:5px;top:5px;}
.music{display:block;width:30px;height:30px;background:url('../images/music_on.png') no-repeat;background-size:100% 100%;}
.music_on{
    -webkit-animation:rotate 1.2s linear infinite;
    animation:rotate 1.2s linear infinite;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {transform: rotate(0)}
    100% {transform: rotate(360deg);}
}