.container {
  width: 7.5rem;
  height: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.page1 {
  width: 100%;
  height: 100%;
  background: url('../img/h5bg.jpg') no-repeat top;
  background-size: 100% 16rem;
  position: relative;
}
.logoimg {
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0.31rem;
  width: 4.79rem;
  z-index: 10;
}
.top-right-btn {
  position: absolute;
  top: 0.29rem;
  right: 0.24rem;
  display: flex;
  align-items: center;
  height: 0.35rem;
  z-index: 10;
}
.top-right-btn a {
  display: block;
}
.top-right-btn .icon {
  margin-left: 0.26rem;
  width: 0.34rem;
  display: block;
}
.page1 .btn1 {
  display: block;
  width: 4.32rem;
  height: 1.09rem;
  background: url('../img/p1btn.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 20%;
  left: 50%;
  margin-left: -2.16rem;
  animation: shake 1s infinite ease-in-out;
}          
.page1 .video-btn {
  width: 1.62rem;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32%;
}
.page1 .video-btn img {
  display: block;
  width: 100%;
}
@keyframes shake {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bot-btn {
  width: 6.47rem;
  height: 3.72rem;
  display: block;
  position: absolute;
  bottom: -0.2rem;
  left: 50%;
  margin-left: -3.23rem;
  background: url('../img/p5btn.gif') no-repeat;
  background-size: 100% 100%;
  z-index: 5;
}
.page2 {
  width: 100%;
  height: 100%;
  background: url('../img/h5p2bg.jpg') no-repeat top;
  background-size: 100% 16rem;
  position: relative;
}
.page2 .title-top {
  font-size: 0.26rem;
  color: #e7f9ff;
  text-align: center;
  -webkit-text-stroke-color: #0e3553;
  -webkit-text-stroke-width: 0.01rem;
  padding-top: 2.06rem;
  font-weight: 600;
}
.page2 .content-box {
  width: 7.5rem;
  margin: 0.2rem auto;
  position: relative;
}
.page2 .content-box .img {
  display: block;
  width: 100%;
}
.page2 .content-box .img-item1 {
  width: 2.32rem;
  position: absolute;
  top: 0;
  left: 0.97rem;
}
.page2 .content-box .active {
  width: 1.16rem;
  height: 0.82rem;
  display: block;
  position: absolute;
}
.page2 .content-box .img-item1 .active {
  left: -0.5rem;
  top: 1rem;
}
.page2 .content-box .img-item2 {
  width: 4.02rem;
  display: block;
  position: absolute;
  top: 0.1rem;
  right: 0.54rem;
}
.page2 .content-box .img-item2 .active {
  right: 0.43rem;
  top: 0.66rem;
}
.page2 .content-box .img-item3 {
  width: 3.15rem;
  display: block;
  position: absolute;
  top: 2.34rem;
  left: 0.66rem;
}
.page2 .content-box .img-item3 .active {
  left: -0.4rem;
  top: 1rem;
}
.page2 .content-box .img-item4 {
  width: 3.69rem;
  display: block;
  position: absolute;
  top: 2.5rem;
  right: 0.66rem;
}
.page2 .content-box .img-item4 .active {
  right: 0rem;
  top: 0.8rem;
}
.page2 .content-box .img-item5 {
  width: 4.31rem;
  display: block;
  position: absolute;
  top: 4.45rem;
  left: 1.74rem;
}
.page2 .content-box .img-item5 .active {
  left: 0.6rem;
  top: 2.1rem;
}
.page2 .content-box .disabled {
  filter: grayscale(100%);
}
.page2 .content-box .disabled .active {
  display: none;
}
.page3 {
  width: 100%;
  height: 100%;
  background: url('../img/h5p3bg.jpg') no-repeat top;
  background-size: 100% 16rem;
  position: relative;
}
.page3 .img {
  display: block;
  width: 6.55rem;
  margin: 2.86rem auto 0.4rem auto;
}
.page3 .btn {
  width: 4.24rem;
  height: 1.12rem;
  display: block;
  background: url('../img/p3btn.png') no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  animation: shake 1s infinite ease-in-out;
}
.page4 {
  width: 100%;
  height: 100%;
  background: url('../img/h5p4bg.jpg') no-repeat top;
  background-size: 100% 16rem;
  position: relative;
  padding-top: 2.5rem;
}
.page4 #p4-swiper {
  width: 7rem;
  margin: 0 auto;
  position: relative;
}
.page4 .swiper-slide .role-img {
  width: 4rem;
  height: 4rem;
  opacity: 0.5;
  margin-left: -1.5rem;
  filter: grayscale(100%);
}
.page4 .swiper-slide .roleimg1 {
  background: url('../img/hzimg.png') no-repeat;
  background-size: 138rem 6rem;
  background-position: 0 0;
}
.page4 .swiper-slide .roleimg2 {
  background: url('../img/zyimg.png') no-repeat;
  background-size: 180rem 6rem;
  background-position: 0 0;
}
.page4 .swiper-slide .roleimg3 {
  background: url('../img/zgimg.png') no-repeat;
  background-size: 180rem 6rem;
  background-position: 0 0;
}
.page4 .swiper-slide .roleimg4 {
  background: url('../img/dcimg.png') no-repeat;
  background-size: 180rem 6rem;
  background-position: 0 0;
}
.page4 .swiper-slide .roleimg5 {
  background: url('../img/gyimg.png') no-repeat;
  background-size: 180rem 6rem;
  background-position: 0 0;
}
.page4 .swiper-slide-active .role-img {
  width: 8rem;
  height: 8rem;
  background-size: 240rem 8rem;
  margin: 0 auto;
  margin-top: -1rem;
  margin-left: -0.5rem;
  opacity: 1;
  filter: grayscale(0);
  background-position: 0 0;
  animation: move 3s steps(30) infinite;
  animation-fill-mode: backwards;
}
.page4 .swiper-slide-active .roleimg1 {
  background-size: 184rem 8rem;
  animation: move1 3s steps(23) infinite;
}
@keyframes move {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: -240rem 0;
  }
}
@keyframes move1 {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: -184rem 0;
  }
}
.page4 .title-box {
  width: 2.2rem;
  height: 0.4rem;
  background-size: 2.2rem 0.2rem;
  text-align: center;
  line-height: 0.4rem;
  position: absolute;
  left: 50%;
  transform:translateX(-50%);
  top: 3.5rem;
}
.page4 .title-box .p {
  width: 100%;
  display: block;
}
.page4 .item-list {
  width: 5.2rem;
  height: 1.1rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.page4 .item-list .img {
  width: 0.87rem;
  display: block;
}
.page4 .next {
  width: 0.26rem;
  height: 0.39rem;
  background: url('../img/p4next.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -0.6rem;
  top: 0.35rem;
  z-index: 5;
  cursor: pointer;
}
.page4 .prev {
  width: 0.26rem;
  height: 0.39rem;
  background: url('../img/p4prev.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -0.6rem;
  top: 0.35rem;
  z-index: 5;
  cursor: pointer;
}
.page4 .txt-img {
  display: block;
  position: absolute;
  width: 6.31rem;
  left: 50%;
  transform:translateX(-50%);
  top: 8rem;
}
.page5 {
  width: 100%;
  height: 100%;
  background: url('../img/h5p5bg.jpg') no-repeat top;
  background-size: 100% 16rem;
  position: relative;
  padding-top: 2.7rem;
}
.page5-swiper-box {
  width: 6.5rem;
  margin: 0 auto;
  position: relative;
}
.page5 .swiper-container {
  width: 6.5rem;
  margin: 0 auto;
  position: relative;
}
.page5 .swiper-slide {
  position: relative;
  height: 3.35rem;
}
.page5 .swiper-slide-active {
  position: relative;
  height: 5.64rem;
}
.page5 .swiper-slide .img-box {
  width: 2.17rem;
  height: 3.35rem;
  background: url('../img/p5swiperbg.png') no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  margin-top: 1.19rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page5 .swiper-slide .img-box .img {
  width: 2.09rem;
  height: 3.27rem;
  margin-top: 0.04rem;
  margin-left: 0.04rem;
  border-radius: 0.15rem;
}
.page5 .swiper-slide .img-box .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.page5 .swiper-slide-active .img-box {
  width: 3.63rem;
  height: 5.64rem;
  margin-top: 0;
  z-index: 5;
}
.page5 .swiper-slide-active .img-box .img {
  width: 3.51rem;
  height: 5.56rem;
  margin-top: 0.04rem;
  margin-left: 0.04rem;
  border-radius: 0.2rem;
}
.page5 .swiper-slide-active .img-box .bg {
  display: none;
}
.page5 .next {
  width: 0.26rem;
  height: 0.39rem;
  background: url('../img/p5next.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -0.4rem;
  top: 2.74rem;
  z-index: 5;
  cursor: pointer;
}
.page5 .prev {
  width: 0.26rem;
  height: 0.39rem;
  background: url('../img/p5prev.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -0.4rem;
  top: 2.74rem;
  z-index: 5;
  cursor: pointer;
}
.page5 .logo-btn-box {
  width: 4.28rem;
  height: 0.57rem;
  margin: 0.45rem auto 0.22rem auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page5 .logo-btn-box .img {
  width: 0.57rem;
  display: block;
}
.page5 .logo-btn-box .btn {
  width: 1.65rem;
  display: block;
}
.page5 .txt-box {
  width: 6rem;
  margin: 0 auto;
  font-size: 0.22rem;
  color: #0b3161;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cover {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  background: rgba(0, 0, 0, 0.8);
}
.cover .cover-content {
  width: 6rem;
  height: 100vh;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cover .img {
  width: 6rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cover .close {
  width: 0.44rem;
  display: block;
  position: absolute;
  top: 30%;
  right: 0;
  cursor: pointer;
}
.full-video {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 103;
}
.full-video iframe {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}