body {
  font-family: 'Microsoft Yahei';
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background: #fff;
  -webkit-touch-callout: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-touch-callout: inherit;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
}
img {
  display: block;
  border: none;
}
.swiper-container {
  overflow: hidden;
  width: 1920px;
  height: 1080px;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  background-size: 100% 100%;
}
.swiper-slide {
  font-size: 18px;
  position: relative;
}
.swiper-slide img.ani {
  position: absolute;
  top: 0;
  left: 0;
}
.swiper-slide .innerwrap {
  height: 100%;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.swiper-slide .logo20 {
  position: absolute;
  bottom: 66px;
  left: 84px;
}
.swiper-slide .nav {
  cursor: pointer;
  position: absolute;
  top: 75px;
  right: 75px;
}
.navlist {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f9c115;
  z-index: 99;
  display: none;
}
.navlist #close {
  position: absolute;
  top: 75px;
  right: 75px;
  cursor: pointer;
}
.navlist ul {
  width: 800px;
  margin-left: 600px;
  margin-top: 290px;
}
.navlist ul li {
  width: 100%;
  color: #fff;
  font-size: 30px;
  margin-bottom: 36px;
  cursor: pointer;
  padding-left: 50px;
}
.navlist ul li:hover {
  color: #624404;
  background: url("../img/cover/listdot.png") 19px 15px no-repeat;
}
.navlist ul li.activelist {
  color: #624404;
  background: url("../img/cover/listdot.png") 19px 15px no-repeat;
}
.slide1 {
  background-image: url("../img/cover/bg.jpg");
  background-position: 0 0;
  background-size: 100% 100%;
}
.slide1 .innerwrap .p {
  position: absolute;
}
.slide1 .innerwrap .p.p1 {
  width: 15.36%;
  left: 5.52%;
  top: 25.19%;
}
.slide1 .innerwrap .p.p2 {
  width: 19.01%;
  left: 20.73%;
  top: 3.98%;
}
.slide1 .innerwrap .p.p3 {
  width: 3.3%;
  right: 4.4%;
  bottom: 5.1%;
}
.slide1 .innerwrap .txtwrap {
  position: absolute;
  bottom: 6.02%;
  left: 40.35%;
  color: #0c2737;
  font-size: 1rem;
}
.slide1 .innerwrap .compasswrap {
  width: 1040px;
  height: 700px;
  position: absolute;
  top: 200px;
  left: 1000px;
}
.slide1 .innerwrap .compasswrap .compass {
  position: absolute;
  top: 0;
  left: 0;
  width: 645px;
  height: 645px;
  background: url("../img/cover/p3.png") 0 0;
}
.slide1 .innerwrap .compasswrap .compass .cricle {
  position: absolute;
  top: 165px;
  left: 165px;
  width: 315px;
  height: 315px;
  background: url("../img/cover/p4.png") 0 0;
  -webkit-animation: circle 25s .2s linear infinite;
}
.slide1 .innerwrap .compasswrap .compass .needle {
  position: absolute;
  left: 308px;
  top: 309px;
  width: 169px;
  height: 30px;
  background: url("../img/cover/p5.png") 0 0;
  -webkit-transform-origin: 14px 15px   ;
  -ms-transform-origin: 14px 15px ;
  transform-origin: 14px 15px ;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.slide1 .innerwrap .compasswrap ul {
  position: relative;
}
.slide1 .innerwrap .compasswrap ul li {
  position: absolute;
}
.slide1 .innerwrap .compasswrap ul li.active a {
  color: #624404;
}
.slide1 .innerwrap .compasswrap ul li.active i {
  border: 2px solid #624404;
  background: #624404;
}
.slide1 .innerwrap .compasswrap ul li a {
  color: #fff;
  font-size: 26px;
}
.slide1 .innerwrap .compasswrap ul li i {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.slide1 .innerwrap .compasswrap ul .al1 {
  left: 550px;
  top: 310px;
  z-index: 9;
}
.slide1 .innerwrap .compasswrap ul .al1 i {
  left: -50px;
  top: 7px;
}
.slide1 .innerwrap .compasswrap ul .al1 .msg {
  text-indent: 36px;
  display: none;
  position: absolute;
  top: -110px;
  left: -700px;
  width: 546px;
  background: #fff;
  color: #624404;
  font-size: 20px;
  padding: 25px 25px;
  line-height: 32px;
  background: rgba(255, 255, 255, 0.55);
}
.slide1 .innerwrap .compasswrap ul .al1.active .msg {
  display: block;
}
.slide1 .innerwrap .compasswrap ul .al2 {
  left: 360px;
  top: 30px;
  text-align: left;
}
.slide1 .innerwrap .compasswrap ul .al2 i {
  left: 24px;
  top: 107px;
}
.slide1 .innerwrap .compasswrap ul .al3 {
  left: -210px;
  top: 30px;
  text-align: right;
}
.slide1 .innerwrap .compasswrap ul .al3 i {
  left: 387px;
  top: 147px;
}
.slide1 .innerwrap .compasswrap ul .al4 {
  left: -230px;
  top: 310px;
  text-align: right;
}
.slide1 .innerwrap .compasswrap ul .al4 i {
  left: 350px;
  top: 6px;
}
.slide1 .innerwrap .compasswrap ul .al5 {
  left: -180px;
  top: 470px;
  text-align: right;
}
.slide1 .innerwrap .compasswrap ul .al5 i {
  left: 370px;
  top: -9px;
}
.slide1 .innerwrap .compasswrap ul .al6 {
  left: 440px;
  top: 490px;
  text-align: left;
}
.slide1 .innerwrap .compasswrap ul .al6 i {
  left: -50px;
  top: -3px;
}
.slidecommon {
  background: url("../img/bg/bg1.jpg") 0 0 no-repeat;
  color: #2d815f;
}
.slidecommon .dotwrap {
  position: absolute;
  top: 0;
  left: 0;
}
.slidecommon .dotwrap .dot {
  width: 20px;
  height: 20px;
  background: #2d815f;
  position: absolute;
  border-radius: 50%;
}
.slidecommon .dotwrap .dot.dot1 {
  left: 447px;
  top: 464px;
}
.slidecommon .dotwrap .dot.dot2 {
  left: 680px;
  top: 693px;
}
.slidecommon .dotwrap .dot.dot3 {
  left: 1113px;
  top: 462px;
}
.slidecommon .picwrap {
  position: absolute;
  top: 154px;
  left: 481px;
  width: 500px;
  height: 370px;
  z-index: 9;
}
.slidecommon .picwrap img {
  width: 100%;
}
.slidecommon .picwrap #ptitle {
  width: 100%;
  text-align: center;
  font-family: "宋体", "songti";
  font-size: 20px;
  line-height: 55px;
  -webkit-transform-origin: 0 0 0 0;
  -ms-transform-origin: 0 0 0 0;
  transform-origin: 0 0 0 0;
}
.slidecommon .txtWrap {
  width: 370px;
  height: auto;
  position: absolute;
  left: 1300px;
  top: 278px;
}
.slidecommon .txtWrap h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  -webkit-transform-origin: 0 0 0 0;
  -ms-transform-origin: 0 0 0 0;
  transform-origin: 0 0 0 0;
}
.slidecommon .txtWrap p {
  text-indent: 30px;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-transform-origin: 0 0 0 0;
  -ms-transform-origin: 0 0 0 0;
  transform-origin: 0 0 0 0;
}
.slidecommon .plane {
  position: absolute;
  top: 450px;
  left: 415px;
  width: 57px;
  height: 589px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.slidecommon .plane img {
  width: 100%;
}
.slide3 {
  background: url("../img/bg/bg2.jpg") 0 0 no-repeat;
  color: #564e63!important;
}
.slide3 .plane {
  left: 344px;
  top: 493px;
}
.slide3 .picwrap {
  top: 454px;
  left: 941px;
}
.slide3 .txtWrap {
  left: 505px;
  top: 308px;
}
.slide3 .dot4 {
  left: 376px;
  top: 507px;
}
.slide3 .dot5 {
  left: 1135px;
  top: 385px;
}
.slide4 {
  background: url("../img/bg/bg3.jpg") 0 0 no-repeat;
  color: #b91a29!important;
}
.slide4 .plane {
  left: 692px;
  top: 658px;
}
.slide4 .picwrap {
  left: 582px;
  top: 273px;
}
.slide4 .txtWrap {
  width: 400px;
  left: 1377px;
  top: 250px;
}
.slide4 .dotwrap .dot {
  background: #b91a29;
}
.slide4 .dot6 {
  left: 724px;
  top: 672px;
}
.slide4 .dot7 {
  left: 1369px;
  top: 618px;
}
.slide4 .dot8 {
  left: 1737px;
  top: 600px;
}
.slide5 {
  background: url("../img/bg/bg4.jpg") 0 0 no-repeat;
  color: #387f94!important;
}
.slide5 .plane {
  left: 518px;
  top: 455px;
}
.slide5 .picwrap {
  left: 1127px;
  top: 150px;
}
.slide5 .txtWrap {
  left: 504px;
  top: 574px;
}
.slide5 .dotwrap .dot {
  background: #387f94;
}
.slide5 .dot9 {
  left: 550px;
  top: 469px;
}
.slide5 .dot10 {
  left: 994px;
  top: 695px;
}
.slide5 .dot11 {
  left: 1375px;
  top: 569px;
}
.slide6 {
  background: url("../img/bg/bg5.jpg") 0 0 no-repeat;
  color: #dd850c!important;
}
.slide6 .plane {
  left: 426px;
  top: 489px;
}
.slide6 .picwrap {
  left: 636px;
  top: 107px;
}
.slide6 .txtWrap {
  width: 550px!important;
  left: 985px;
  top: 594px;
}
.slide6 .dotwrap .dot {
  background: #dd850c;
}
.slide6 .dot12 {
  left: 458px;
  top: 503px;
}
.slide6 .dot13 {
  left: 1179px;
  top: 473px;
}
.slide6 .dot14 {
  left: 1569px;
  top: 639px;
}
div.tips {
  font-size: 1.4rem;
  line-height: 2.2rem;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
  color: #000;
  background: #f2f0f1;
}
div.tips img {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 30%;
  margin-left: -15%;
}
div.tips div.p {
  position: absolute;
  top: 50%;
  width: 100%;
}
div.tips div.p p {
  width: 100%;
  text-align: center;
}
.vn {
  visibility: hidden;
}
#arrow {
  position: absolute;
  z-index: 100;
  top: 50%;
  right: 5%;
  height: 16%;
  margin-top: -8%;
}
#arrow img {
  height: 100%;
}
#arrow {
  -webkit-animation: upArrow 1.6s .2s ease infinite;
}
@-webkit-keyframes upArrow {
  0%,
  30% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-8px, 0);
            transform: translate(-8px, 0);
    opacity: 0;
  }
}
#music {
  position: absolute;
  z-index: 99;
  top: 5%;
  left: 90%;
  overflow: hidden;
  width: 6%;
}
#music.active img.mm1 {
  visibility: visible;
  -webkit-animation: circle 3s infinite linear
  /*匀速 循环*/
}
#music.active img.mm2 {
  visibility: hidden;
}
#music img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#music img.mm1 {
  visibility: hidden;
  -webkit-animation: circle 3s infinite linear
  /*匀速 循环*/
}
#music img.mm2 {
  visibility: visible;
}
@keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.hide {
  display: none;
}
.preload {
  position: absolute;
  z-index: 999999;
  width: 100vw;
  height: 100vh;
  background-color: #ec2e42;
  background-position: center center;
  background-size: cover;
}
.preload .load-area {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 60px;
  margin-top: -80px;
  margin-left: -200px;
  -webkit-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}
.preload .load-area .bar {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 4px;
  background-color: #999;
}
.preload .load-area .bar .progress {
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  border-radius: 100px;
  background-color: red;
}
.preload .load-area .num {
  font-family: Helvetica;
  font-size: 30px;
  line-height: 4px;
  position: absolute;
  top: 10%;
  width: 100%;
  text-align: center;
  color: #fff;
}
.preload {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: #f9ecdd;
  background-position: center center;
  background-size: cover;
}
.preload .load-area {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 60px;
  margin-top: -80px;
  margin-left: -200px;
}
.preload .load-area .bar {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 4px;
  background-color: #999;
}
.preload .load-area .bar .progress {
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  border-radius: 100px;
  background-color: red;
}
.preload .load-area .num {
  font-family: Helvetica;
  font-size: 30px;
  line-height: 4px;
  position: absolute;
  top: 200%;
  width: 100%;
  text-align: center;
  color: #333;
}
.loader {
  font-size: 10px;
  position: absolute;
  top: 10%;
  left: 50%;
  margin-left: -2.5rem;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  text-indent: -9999em;
  border-top: 0.6em solid rgba(255, 255, 255, 0.2);
  border-right: 0.6em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.6em solid rgba(255, 255, 255, 0.2);
  border-left: .6em solid #c00;
}
.loader,
.loader:after {
  width: 5em;
  height: 5em;
  border-radius: 50%;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.bdsharebuttonbox {
  position: absolute;
  left: 1500px;
  top: 970px;
}
.bdsharebuttonbox i {
  float: left;
  font-size: 20px;
  font-style: normal;
  line-height: 58px;
}
.bdsharebuttonbox a {
  display: block;
  width: 44px!important;
  height: 44px!important;
  border-radius: 50% !important;
  background: #f00;
  padding: 0;
}
.bdshare-button-style0-24 a,
.bdshare-button-style0-24 .bds_more {
  padding: 0!important;
  background-image: url('http://www.people.com.cn/img/2012wbn/images/ops_icons_02.png') !important;
}
.bdshare-button-style0-24 .bds_people {
  background-color: #cb0000;
  background-position: 8px 9px!important;
}
.bdshare-button-style0-24 .bds_tsina {
  background-color: #d9534f;
  background-position: 10px -41px !important;
}
.bdshare-button-style0-24 .bds_qzone {
  background-color: #5cb85c;
  background-position: 10px -142px !important;
}
.bdshare-button-style0-24 .bds_weixin {
  background-color: #f0ad4e;
  background-position: 10px -91px !important;
}
.flash {
  -webkit-animation-duration: 3s!important;
  animation-duration: 3s!important;
}
body {
  background: #f2a300;
}
