* {margin:0;padding:0;outline:0}
a {text-decoration:none}
body,html {font-size:20px;font-family:'Microsoft YaHei,微软雅黑';height:100%;width:100%;overflow:hidden;position:relative;}
-webkit-input-placeholder {color:#ccc}
::-moz-placeholder {color:#ccc}
:-ms-input-placeholder {color:#ccc}
input:-moz-placeholder {color:#ccc}
html {font-size:20px;height:100%}
@media only screen and (min-width:320px) and (min-height:480px) {html {font-size:20px!important}
}
@media only screen and (min-width:320px) and (min-height:568px) {html {font-size:20px!important}
}
@media only screen and (min-width:360px) and (min-height:640px) {html {font-size:22.5px!important}
}
@media only screen and (min-width:375px) and (min-height:667px) {html {font-size:23.5px!important}
}
@media only screen and (min-width:414px) and (min-height:736px) {html {font-size:25.9px!important}
}
@media only screen and (min-width:736px) {html {font-size:46px!important}
}
* {padding:0px;margin:0px;font-family:'microsoft yahei light','microsoft yahei','sans-serif','simsun';font-size:14px;font-weight:50;}
.bg {background-image:url(../images/BG_02@2X.png);background-repeat:repeat;text-align:center;/*background-image:-webkit-linear-gradient(90deg,#000,#0D0D0D);background-image:linear-gradient(180deg,#000,#0D0D0D);*/  background-color:#fff;color:#fff;overflow:hidden;}
.swbody {position:absolute;height:100%;}
.pa {position:absolute;}
.pr {position:relative;}
.hide {display:none;}
/*cont-all*/.cont-all {position:relative;width:100%;height:100%;top:0px;left:0px;}
/*.all {width:750px;height:1214px;margin:0 auto;}
*//*头部*/header .menu {position:fixed;background-image:url(../images/BG@2x.png);top:0px;right:0px;left:0px;height:120px;z-index:500;align-items:center;/*子元素垂直居中*/display:flex;transition:all 0.8s ease-out;-moz-transition:all 0.8s ease-out;/* Firefox 4 */-webkit-transition:all .8s ease-out;/* Safari and Chrome */}
header .menu .left {margin:0 auto;flex:2;align-items:center;/*子元素垂直居中*/}
header .menu .right {margin:0 auto;flex:1;align-items:center;/*子元素垂直居中*/}
header .menu .left .text {display:inline-block;vertical-align:middle;text-align:left;margin-left:20px;}
header .menu .right a {display:inline-block;vertical-align:middle;float:right;margin-right:30px;position:relative;}
header .menu .left span {display:inline-block;vertical-align:middle;margin-left:30px;position:relative;}
.swiper-wrapper .swiper-slide img.picshow {width:55%;}
.p1 {font-size:30px;font-family:"Microsoft YaHei";font-weight:normal;color:#ff6c00;}
.p2 {font-size:18px;font-weight:normal;font-family:"Microsoft YaHei";color:#fff;margin-bottom:5px;}
/*load*/.load {width:100%;height:100%;background-color:#000;text-align:center;position:fixed;z-index:100;}
.loadpic {position:absolute;top:50%;left:50%;margin-left:-75px;margin-top:-75px;color:#929292;font-size:14px;}
.loading {position:absolute;height:3px;width:220px;top:45%;left:50%;margin-left:-110px;margin-top:150px;background-color:#929294;border-radius:2px;border-radius:3px;}
.load-word {color:#fff;position:absolute;top:47%;left:50%;margin-left:-150px;margin-top:160px;width:300px;text-align:center;}
.load-wait {height:3px;width:2%;display:block;border-radius:3px;background-image:-webkit-linear-gradient(0deg,#00c5fe,#19e5cc);}
.load-go {left:0px;height:3px;width:3px;border-radius:50%;background-color:#fff;opacity:0.5;top:0px;z-index:-2;box-shadow:0 0 40px 10px #fff;}
.bgten {background-image:url(../images/BG_10@2X.png);background-size:cover;background-repeat:no-repeat;}
.bgnine {background-image:url(../images/BG_09@2X.png);background-size:cover;background-repeat:no-repeat;}
.bgeight {background-image:url(../images/BG_08@2X.png);background-size:cover;background-repeat:no-repeat;}
.bgseven {background-image:url(../images/BG_07@2X.png);background-size:cover;background-repeat:no-repeat;}
.bgsix {background-image:url(../images/BG_06@2X.png);background-size:cover;background-repeat:no-repeat;}
.bgfive {background-image:url(../images/BG_05@2X.png);background-size:cover;background-repeat:no-repeat;}
.bgfour {background-image:url(../images/BG_04@2X.png);background-size:cover;background-repeat:no-repeat;}
.bgthree {background-image:url(../images/BG_03@2X.png);background-size:cover;background-repeat:no-repeat;}
.bgtwo {background-image:url(../images/BG_02@2X.png);background-size:cover;background-repeat:no-repeat;}
.bgone {background-image:url(../images/BG_01@2X.png);background-size:cover;background-repeat:no-repeat;}
.swiper-slide-active .wordshow {-webkit-animation:wordshow 1.9s linear backwards;-webkit-animation-delay:1s;}
@-webkit-keyframes wordshow {0% {opacity:0;/*-webkit-transform:scale(0);*//*-webkit-transform:translateY(-150px);*/}
100% {opacity:1;/*-webkit-trasnform:scale(1);*//*-webkit-transform:translateY(0px);*/}
}
.swiper-slide-active .picshow {-webkit-animation:picshow 1s linear backwards;}
@-webkit-keyframes picshow {0% {opacity:0;-webkit-transform:translateY(150px);}
100% {opacity:1;-webkit-transform:translateY(0px);}
}
.swiper-wrapper .swiper-slide img{height: auto !important;}
.play {position:absolute;top:60%;left:47%;overflow:hidden;height:83px;width:82px;display:inline-block;cursor:pointer;background-image:url(../images/play_02@2x.png);transition:all 0.4s .6s ease-in;-moz-transition:all 0.4s .6s ease-in;/* Firefox 4 */-webkit-transition:all .4s .6s ease-in;/* Safari and Chrome */-o-transition:all .4s 0.6s ease-in;/* Opera */opacity:1;z-index:10;}
.text-03 {height:282px;width:380px;overflow:hidden;left:15%;top:9%;z-index:10;}
.text-04 {height:276px;width:400px;overflow:hidden;left:10%;top:9%;z-index:10;}
.text-05 {height:295px;width:301px;overflow:hidden;left:10%;top:11%;z-index:10;}
.swiper-wrapper .swiper-slide img.picshow.text-05 {width:43%;}
.text-06-1 {height:579px;width:398px;overflow:hidden;left:44%;top:35%;z-index:10;}
.text-07 {height:216px;width:628px;overflow:hidden;left:5%;top:55%;z-index:10;}
.swiper-wrapper .swiper-slide img.picshow.text-07 {width:90%;}
.text-08 {height:433px;width:542px;overflow:hidden;left:17%;top:7%;z-index:10;}
.swiper-wrapper .swiper-slide img.picshow.text-08 {width:70%;}
.text-10-1 {height:90px;width:90px;overflow:hidden;left:20%;/*top:33%;*/top:80%;background-image:url(../images/weibo@2x.png);}
.text-10-2 {height:90px;width:90px;left:44%;/*top:33%;*/top:80%;background-image:url(../images/tieba@2x.png);}
.text-10-3 {height:90px;width:90px;left:63%;/*top:33%;*/top:80%;background-image:url(../images/QQ@2x.png);}
.video-content .play {background-color:rgba(0,0,0,0.8);position:absolute;top:0px;left:0px;right:0px;bottom:0px;text-align:center;z-index:1;}
.video-content .play span {cursor:pointer;display:inline-block;position:absolute;top:50%;left:50%;margin:-40px 0 0 -40px;height:83px;width:82px;transition:all 0.4s 0s ease-in;-moz-transition:all 0.4s .0s ease-in;-webkit-transition:all .4s .0s ease-in;-o-transition:all .4s 0.0s ease-in;background-image:url(../images/play_02@2x.png);}
.video-content .play span:hover {background-image:url(../images/play_02@2x.png);}
@media screen and (max-width:750px) {.mask .video-content {width:80%;left:10%;margin-left:0;margin-top:calc(-80vw * 9 / 16 / 2)}
.mask .close {padding:70px 30px;}
}
.video-mask {position:fixed;top:0px;right:0px;bottom:0px;left:0px;background-color:rgba(0,0,0,0.8);z-index:2000;}
.video-content {position:absolute;left:5%;top:30%;}
.video-js {width:880px;height:495px;box-shadow:0 0 4px 3px rgba(255,255,255,0.3);}
.close {position:fixed;right:0px;top:0px;cursor:pointer;padding:70px;z-index:1000;}
.swiper-slide-active .picshow2 {-webkit-animation:picshow2 2s linear backwards;}
@-webkit-keyframes picshow2 {0% {opacity:0;/*-webkit-transform:translateY(150px);*/}
100% {opacity:1;/*-webkit-transform:translateY(0px);*/}
}
.pic-1 {width:508px;height:206px;overflow:hidden;left:111px;top:100%;}
.pic-2 {width:750px;height:680px;overflow:hidden;top:44%;left:0%;}
.pic-3 {width:750px;height:902px;overflow:hidden;top:24%;left:0%;}
.pic-4 {width:689px;height:549px;overflow:hidden;top:37%;left:0%;}
.pic-5 {width:689px;height:549px;overflow:hidden;left:8%;top:42%;}
.swiper-wrapper .swiper-slide img.pic-5 {width:83%;}
.pic-6 {width:651px;height:502px;overflow:hidden;top:0px;left:0;}
.pic-7 {width:669px;height:490px;overflow:hidden;top:9%;left:5%;}
.swiper-wrapper .swiper-slide img.pic-7 {width:90%;}
.pic-8 {width:750px;height:733px;overflow:hidden;top:32%;left:0%;}
.pic-9 {width:658px;height:739px;overflow:hidden;top:17%;left:5%;}
.swiper-wrapper .swiper-slide img.pic-9 {width:90%;}
.pic-10 {width:452px;height:956px;overflow:hidden;top:20%;left:15%;}
.swiper-slide-active  .floor {-webkit-animation:floor 6s  infinite both;}
@-webkit-keyframes floor {0% {opacity:0.2;-webkit-transform:translate(0px,0px);}
50% {opacity:0.8;-webkit-transform:translate(10px,10px);}
100% {opacity:0.2;-webkit-transform:translateY(0px,0px);}
}
.next img {width:25px;height:16px;}
.next-gif {bottom:65px;z-index:2;width:100%;text-align:center;-webkit-animation:nextgif 2s both infinite;}
.next-gif img {width:25px;height:16px;}
@-webkit-keyframes nextgif {0% {opacity:0;-webkit-transform:translateY(0px);}
50% {opacity:1;-webkit-transform:translateY(5px);}
100% {opacity:0;-webkit-transform:translateY(0px);}
}
.next {cursor:pointer;bottom:70px;z-index:2;width:100%;text-align:center;-webkit-animation:next 2s both infinite;}
@-webkit-keyframes next {0% {opacity:0;-webkit-transform:translateY(0px);}
50% {opacity:1;-webkit-transform:translateY(20px);}
100% {opacity:0;-webkit-transform:translateY(0px);}
}
