/**
 * Date: 2019.6.28
 * Update: 2019.7.9
 * Developer: Mine
 * Theme: 新三国志大战M
 */
/* ===================================================
主页
====================================================== */
html,
body {
  height: auto;
}
#goToTop {
  background: url(../images/home/top.png) no-repeat 0 0 / 100% 100%;
  width: 104px;
  height: 104px;
  position: fixed;
  right: 50px;
  bottom: 100px;
  z-index: 100;
  cursor: pointer;
  transition: all 1s ease;
  opacity: 0.8;
}
#goToTop:hover {
  opacity: 1;
  transform: rotateY(360deg);
}
.animation_play {
  animation: play 0.8s ease-in infinite;
}
@keyframes play {
  0% {
    -o-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }

  50% {
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -o-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
}
.wrap {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
}
.scrollAni1 {
  opacity: 0;
}
.bg-container {
  width: 100%;
  min-width: 1200px;
  position: relative;
}
.bg01 {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1280px;
  background: url(../images/home/kv.png) no-repeat center top;
  background-size: 100% auto;
  width: 2560px;
  height: 1036px;
  z-index: 1;
  transition: all 0ms ease 0s;
}
.bg02 {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1280px;
  background: url(../images/home/bg1.jpg) no-repeat center top;
  background-size: 100% auto;
  width: 2560px;
  height: 1471px;
  transition: all 0ms ease 0s;
}
.contents {
  position: relative;
  background: url(../images/home/bg2.jpg) no-repeat;
  background-size: 100% auto;
  background-position: center 971px;
  width: 100%;
  min-width: 1200px;
  min-height: 100%;
  z-index: 1;
  /* padding-bottom: 300px; */
  overflow: hidden;
}
/* banner */
.s0 {
  margin: 0 auto;
  width: 100%;
  height: 971px;
  position: relative;
}
.s0-twologo {
  width: 171px;
  height: 40px;
  position: absolute;
  left: 120px;
  top: 70px;
}
.s0 .s0-logo {
  display: block;
  width: 509px;
  height: 374px;
  position: absolute;
  left: 50%;
  margin-left: -254.5px;
  top: 400px;
}
.s0 .s0-logo-1 {
  display: block;
  width: 509px;
  height: 374px;
  position: absolute;
  left: 50%;
  margin-left: -254.5px;
  top: 400px;
  animation: blowup 1.5s ease;
  opacity: 0;
  z-index: 5;
}
@keyframes blowup {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}
.s0-slo {
  width: 649px;
  height: 350px;
  position: absolute;
  left: 50%;
  margin-left: -345.5px;
  bottom: -5px;
}
.s0-slo-light {
  background: url(../images/home/s1-slo-light.png) no-repeat;
  width: 850px;
  height: 200px;
  background-position: 0 0;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -418px;
  z-index: 10;
}
.s0-zhaomu {
  background: url(../images/home/zhaomu.png) no-repeat;
  width: 300px;
  height: 300px;
  background-position: 0 0;
  position: absolute;
  bottom: -15px;
  right: 25px;
  z-index: 10;
}
/* pv */
.s1 {
  background: url(../images/home/s1-bg.png) no-repeat 0 0 / 100% 100%;
  width: 2560px;
  height: 283px;
  margin: 124px auto 0;
  position: relative;
  left: 50%;
  margin-left: -1280px;
}
.s1-video {
  background: url(../images/home/s1-pv-bg.png) no-repeat 0 0 / 100% 100%;
  width: 619px;
  height: 365px;
  position: absolute;
  left: -18px;
  top: -88px;
  z-index: 2;
}
.s1-video-border {
  width: 604px;
  height: 350px;
  position: absolute;
  top: 5px;
  left: 10px;
}
.s1-video-play-btn {
  background: url(../images/home/s1-play-0.png) no-repeat 0 0 / 100% 100%;
  width: 111px;
  height: 111px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -55.5px;
  margin-top: -75.5px;
  cursor: pointer;
  transition: all 0.5s;
}
.s1-video-play-btn:hover {
  background-image: url(../images/home/s1-play-1.png);
}
.s1-slo1 {
  width: 546px;
  height: 72px;
  position: absolute;
  right: -40px;
  top: -62px;
}
.s1-slo2 {
  width: 580px;
  height: 77px;
  position: absolute;
  right: -75px;
  top: -9px;
}
/* .s1-downloadbox {
  position: relative;
  top: 0px;
  right: 0px;
} */
.s1-erweima-bg {
  background: url(../images/home/s1-erweima-bg.png) no-repeat 0 0 / 100% 100%;
  width: 202px;
  height: 201px;
  position: relative;
  top: 72px;
  left: 602px;
}
.s1-erweima-insidebox {
  width: 169px;
  height: 170px;
  position: absolute;
  left: 16px;
  top: 11px;
  overflow: hidden;
}
.s1-erweima {
  width: 169px;
  height: 170px;
  position: absolute;
  left: 0;
  top: 0;
}
.s1-erweima-insidebox:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 21px;
  background: url(../images/home/s1-erweima-light.png) no-repeat center 0;
  z-index: 99;
  top: 0px;
  left: 0px;
  -moz-animation: myScan 2s infinite ease;
  animation: myScan 2s infinite ease;
  -webkit-animation: myScan 2s infinite ease;
}
/*扫码动画*/
@-webkit-keyframes myScan {
  from {
    top: -21px;
    opacity: 0.8;
  }
  to {
    top: 180px;
    opacity: 1;
  }
}
@-moz-keyframes myScan {
  from {
    top: -21px;
    opacity: 0.8;
  }
  to {
    top: 180px;
    opacity: 1;
  }
}
@keyframes myScan {
  from {
    top: -21px;
    opacity: 0.8;
  }
  to {
    top: 180px;
    opacity: 1;
  }
}
@-webkit-keyframes myScan {
  from {
    top: -21px;
    opacity: 0.8;
  }
  to {
    top: 180px;
    opacity: 1;
  }
}
.s1-GP {
  position: absolute;
  top: 130px;
  left: 810px;
}
.s1-GP img {
  width: 185px;
  height: 59px;
}
.s1-APP {
  position: absolute;
  top: 200px;
  left: 810px;
  cursor: pointer;
}
.s1-APP img {
  width: 185px;
  height: 59px;
}
/* news */
.s2 {
  position: relative;
  margin-top: 75px;
}
.s2 .s2-slo {
  display: block;
  width: 418px;
  height: 102px;
  margin: 0 auto 28px;
}
.s2-content {
  margin: 0 auto;
  width: 997px;
  overflow: hidden;
}
.s2-content li {
  float: right;
  background: url(../images/home/s2-newsbg.png) no-repeat 0 0 / 100% 100%;
  width: 786px;
  height: 86px;
  margin-top: 22px;
  position: relative;
  opacity: 1;
  cursor: pointer;
  padding: 20px 36px;
}
.s2-content li a {
  display: block;
  width: 100%;
  height: 100%;
}
.s2-content li:first-child {
  margin-top: 0;
}
.s2-content li .s2-time {
  color: #ccc;
  font-size: 16px;
  line-height: 1;
  font-family: "TBMM_0PP";
  transition: all 0.5s ease;
}
.s2-content li .s2-title {
  width: 80%;
  color: #ccc;
  font-size: 22px;
  line-height: 2;
  letter-spacing: 0.5px;
  font-family: "TBMH_0PP";
  margin-left: -3px;
  transition: all 0.5s 0.1s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.s2-content li:hover .s2-time,
.s2-content li:hover .s2-title,
.s2-content li:hover .s2-jiantou {
  opacity: 1;
  transform: translateX(15px);
  color: #fff;
}
.s2-content .gonggao::before,
.s2-content .huodong::before,
.s2-content .xinwen::before,
.s2-content .weihu::before {
  content: "";
  display: block;
  background: url(../images/home/s2-category01.png) no-repeat 0 0 / 100% 100%;
  width: 216px;
  height: 64px;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: -215px;
}
.s2-content .huodong::before {
  background: url(../images/home/s2-category02.png) no-repeat 0 0 / 100% 100%;
}
.s2-content .xinwen::before {
  background: url(../images/home/s2-category03.png) no-repeat 0 0 / 100% 100%;
}
.s2-content .weihu::before {
  background: url(../images/home/s2-category04.png) no-repeat 0 0 / 100% 100%;
}
.s2-jiantou {
  width: 23px;
  height: 35px;
  float: right;
  margin-left: -10px;
  margin-top: -54px;
  opacity: 0.5;
  transition: all 0.5s 0.2s ease;
}
.s2-more {
  margin: 45px auto 0;
}
.more-box {
  background: url(../images/home/more-bg.png) no-repeat 0 0 / 100% 100%;
  width: 659px;
  height: 90px;
  display: block;
  cursor: pointer;
  line-height: 110px;
  text-align: center;
  position: relative;
}
.more-box .more-words {
  height: 29px;
  transition: all 0.32s ease-in-out;
  cursor: pointer;
}
.more-box .more-jiantou {
  width: 20px;
  height: 31px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -15.5px;
  transition: 0.5s ease;
}
.more-box:hover .more-words {
  transform: scale(1.1);
}
.more-box:hover .more-jiantou {
  transform: translateX(5px);
}
/* introduce */
.s3 {
  position: relative;
}
.s3-slo {
  display: block;
  width: 431px;
  height: 104px;
  margin: 105px auto 0;
}
.s3-prev {
  background: url(../images/home/s3-swiper-btn.png) no-repeat;
  background-position: 0 0;
  width: 73px;
  height: 73px;
  left: 100px;
  margin-top: -32px;
}
.s3-next {
  background: url(../images/home/s3-swiper-btn.png) no-repeat;
  background-position: -1098px 0;
  width: 73px;
  height: 73px;
  right: 100px;
  margin-top: -32px;
}
.s3-prev:hover {
  background-image: url(../images/home/s3-swiper-btn-hover.png);
}
.s3-next:hover {
  background-image: url(../images/home/s3-swiper-btn-hover.png);
}
.s3-swiper-container {
  width: 1370px;
  height: 750px;
  left: 50%;
  margin-left: -685px;
  margin-top: -40px;
}

.s3-swiper-container .swiper-slide {
  opacity: 0 !important;
}
.s3-swiper-container .swiper-slide-active {
  opacity: 100 !important;
}
.s3-swiper-container .swiper-slide-active .s3-slo2,
.s3-swiper-container .swiper-slide-active .s3-figure,
.s3-swiper-container .swiper-slide-active .s3-card,
.s3-swiper-container .swiper-slide-active .s3-painter,
.s3-swiper-container .swiper-slide-active .s3-cv,
.s3-swiper-container .swiper-slide-active .s3-play,
.s3-swiper-container .swiper-slide-active .s3-info {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 100 !important;
}
.s3-bg {
  width: 1181px;
  /* height: 679px; */
  position: absolute;
  top: 60px;
  left: 100px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
.s3-slo2 {
  width: 706px;
  /* height: 104px; */
  position: absolute;
  top: 104px;
  left: 476px;
  -webkit-transition: all 1s 0.1s;
  -moz-transition: all 1s 0.1s;
  -ms-transition: all 1s 0.1s;
  transition: all 1s 0.1s;
  -webkit-transform: translate(1370px, 0);
  -moz-transform: translate(1370px, 0);
  -ms-transform: translate(1370px, 0);
  transform: translate(1370px, 0);
  opacity: 0;
}
.s3-figure {
  width: 669px;
  /* height: 698px; */
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: all 1s 0.3s;
  -moz-transition: all 1s 0.3s;
  -ms-transition: all 1s 0.3s;
  transition: all 1s 0.3s;
  -webkit-transform: translate(-1370px, 0);
  -moz-transform: translate(-1370px, 0);
  -ms-transform: translate(-1370px, 0);
  transform: translate(-1370px, 0);
  opacity: 0;
}
.s3-card {
  width: 338px;
  /* height: 464px; */
  position: absolute;
  top: 253px;
  left: 186px;
  -webkit-transition: all 1s 0.2s;
  -moz-transition: all 1s 0.2s;
  -ms-transition: all 1s 0.2s;
  transition: all 1s 0.2s;
  -webkit-transform: translate(-1370px, 0);
  -moz-transform: translate(-1370px, 0);
  -ms-transform: translate(-1370px, 0);
  transform: translate(-1370px, 0);
  opacity: 0;
}
.s3-painter {
  width: 61px;
  /* height: 352px; */
  position: absolute;
  top: 287px;
  left: 534px;
  -webkit-transition: all 1s 0.1s;
  -moz-transition: all 1s 0.1s;
  -ms-transition: all 1s 0.1s;
  transition: all 1s 0.1s;
  -webkit-transform: translate(-1370px, 0);
  -moz-transform: translate(-1370px, 0);
  -ms-transform: translate(-1370px, 0);
  transform: translate(-1370px, 0);
  opacity: 0;
}
.s3-cv {
  width: 59px;
  /* height: 251px; */
  position: absolute;
  top: 288px;
  left: 600px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(-1370px, 0);
  -moz-transform: translate(-1370px, 0);
  -ms-transform: translate(-1370px, 0);
  transform: translate(-1370px, 0);
  opacity: 0;
}
.s3-play {
  width: 59px;
  height: 59px;
  position: absolute;
  top: 530px;
  left: 595px;
  cursor: pointer;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(-1370px, 0);
  -moz-transform: translate(-1370px, 0);
  -ms-transform: translate(-1370px, 0);
  transform: translate(-1370px, 0);
  opacity: 0;
}
.s3-info {
  width: 445px;
  /* height: 374px; */
  position: absolute;
  top: 287px;
  left: 700px;
  -webkit-transition: all 1s 0.1s;
  -moz-transition: all 1s 0.1s;
  -ms-transition: all 1s 0.1s;
  transition: all 1s 0.1s;
  -webkit-transform: translate(1370px, 0);
  -moz-transform: translate(1370px, 0);
  -ms-transform: translate(1370px, 0);
  transform: translate(1370px, 0);
  opacity: 0;
}
@-webkit-keyframes twinkling {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@-moz-keyframes twinkling {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes twinkling {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
.audio-one {
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 557px;
  left: 632px;
  animation: twinkling 0.5s infinite ease-in-out;
}
.audio-two {
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 551px;
  left: 630px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  animation: twinkling 0.5s infinite ease-in-out;
}
.audio-three {
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 564px;
  left: 630px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  animation: twinkling 0.5s infinite ease-in-out;
}
.s3-more {
  margin: 45px auto 0;
}
.s3-info-sunquan {
  width: 508px;
}
.s3-figure-liubei {
  width: 433px;
  top: 0px;
  left: 144px;
}
.s3-figure-sunquan {
  width: 464px;
  top: 0px;
  left: 110px;
}
/* video */
.s4 {
  background: url(../images/home/s4-bg.png) no-repeat 0 0 / 100% 100%;
  width: 2560px;
  height: 461px;
  position: relative;
  top: 0px;
  left: 50%;
  margin-left: -1280px;
  margin-top: 105px;
}
#myVideo {
  width: 100%;
  position: absolute;
  z-index: -1;
}
.s4-video-mask {
  width: 100%;
  height: 465px;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
}
.s4-video-list {
  width: 1000px;
  position: relative;
  top: 70px;
  left: 50%;
  margin-left: -500px;
  height: 222px;
  display: flex;
  justify-content: space-around;
}
.s4-video-list .s4-video-item {
  background: url(../images/home/s4-video-border.png) no-repeat 0 0 / 100% 100%;
  width: 416px;
  height: 222px;
  margin-top: 40px;
  margin-left: 22px;
  position: relative;
  cursor: pointer;
}
.s4-video-list .s4-video-item:first-child {
  margin-left: 20px;
}
.s4-video-list .s4-video-item .s4-play-btn {
  width: 75px;
  height: 75px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -37.5px;
  margin-top: -37.5px;
  cursor: pointer;
}
.s4-video-showbox {
  width: 402px;
  height: 208px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -201px;
  margin-top: -104px;
  overflow: hidden;
}
.s4-video-img {
  display: block;
  width: 404px;
  height: 210px;
  transition: all 0.5s ease;
}
.s4-video-list .s4-video-item:hover .s4-video-img {
  transform: scale(1.2);
}
.s4-work-name {
  width: 100%;
  color: #fff;
  font-size: 20px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "TBFZTKRLP";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  -moz-text-shadow: #000 2px 0 0, #000 0 2px 0, #000 -2px 0 0, #000 0 -2px 0;
  text-shadow: #000 2px 0 0, #000 0 2px 0, #000 -2px 0 0, #000 0 -2px 0;
  -webkit-text-shadow: #000 2px 0 0, #000 0 2px 0, #000 -2px 0 0, #000 0 -2px 0;
}
/* .s4-more {
  margin: 50px auto 0;
} */
/* SNS */
.s5 {
  width: 1005;
  height: 906px;
  position: relative;
  margin: 105px auto 0;
}
.s5 .s5-slo {
  width: 300px;
  height: 71px;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  z-index: 2;
}
.s5-bg {
  width: 1054px;
  height: 606px;
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -527px;
  z-index: -1;
}
.s5-bg-left {
  width: 499px;
  height: 287px;
  position: absolute;
  top: 142px;
  left: 565px;
}
.s5-bg-right {
  width: 554px;
  height: 319px;
  position: absolute;
  top: 445px;
  left: 55px;
}
.s5 .s5-tw {
  background: url(../images/home/s5-tw-bg.png) no-repeat 0 0 / 100% 100%;
  width: 418px;
  height: 508px;
  position: absolute;
  left: 118px;
  top: 114px;
  padding: 17px;
}
.s5-tw-slo {
  width: 472px;
  height: 91px;
  position: absolute;
  top: -60px;
  left: 16px;
}
.s5-tw-content {
  margin-top: -2.8px;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.s5-diaochan {
  width: 606px;
  height: 793px;
  position: absolute;
  right: 0px;
  top: 150px;
}
/* ===================================================
首页底部
====================================================== */
.h-footer {
  background: url(../images/home/footer-bg.png) no-repeat center top;
  width: 100%;
  height: 704px;
  min-width: 1200px;
  position: relative;
  overflow: hidden;
}
.h-community-slo {
  width: 331px;
  height: 74px;
  position: absolute;
  top: 98px;
  left: 84px;
}
.h-footer-GP {
  width: 156px;
  height: 46px;
  position: absolute;
  top: 182px;
  left: 90px;
}
.h-footer-APP {
  width: 192px;
  height: 57px;
  position: absolute;
  top: 182px;
  left: 262px;
  cursor: pointer;
}
.h-footer-right {
  width: 584px;
  height: 140px;
  position: absolute;
  right: 104px;
  top: 92px;
}
.h-footer-link {
  position: absolute;
  color: #0082db;
  font-size: 16px;
  text-decoration: underline;
  font-family: "TBFZTKRLP";
}
.h-footer-link:hover {
  color: #ffa200;
}
.h-footer-link1 {
  top: 508px;
  left: 303px;
}
.h-footer-link2 {
  top: 508px;
  left: 432px;
}
.h-footer-link3 {
  top: 508px;
  left: 554px;
}
.h-footer-link4 {
  top: 508px;
  left: 768px;
}

.h-community-box {
  position: relative;
  top: 377px;
  left: 0px;
  text-align: center;
}
.h-community-box a {
  display: inline-block;
  width: 98px;
  height: 99px;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.h-community-box a:first-child {
  margin-left: 0;
}
.h-footer-tw {
  background: url(../images/home/twitter-0.png) no-repeat;
}
.h-footer-fb {
  background: url(../images/home/facebook-0.png) no-repeat;
}
.h-footer-youtube {
  background: url(../images/home/youtube-0.png) no-repeat;
}
.h-footer-tw:hover {
  background: url(../images/home/twitter-1.png) no-repeat;
}
.h-footer-fb:hover {
  background: url(../images/home/facebook-1.png) no-repeat;
}
.h-footer-youtube:hover {
  background: url(../images/home/youtube-1.png) no-repeat;
}