﻿
@keyframes slogan-in {
  0% {
    opacity: 0;
    transform: scale(10) translate(-50%);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(0);
  }
}
@keyframes bg-in {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes xiazaiIn {
  0% {
    opacity: 0;
    transform: scale(1) translateX(-50%) translateY(100px);
  }
  100% {
    transform: scale(1) translateX(-50%) translateY(0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animation {
  opacity: 0;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.container {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.container .main {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.header {
  height: 82px;
  background: url(../image/header-bg.jpg) no-repeat center;
}
.header ul {
  padding-top: 24px;
}
.header ul li {
  float: left;
  height: 34px;
  /*background: url(../image/nav-txt.png) no-repeat;*/
  transition: all 0.3s;
}
.header ul li a {
  display: block;
  height: 100%;
  
  color:#fff;
  font-size:20px;
}
.header ul li:nth-child(1) {
  width: 44px;
  background-position: 0 0;
  margin-left: 160px;
}
.header ul li:nth-child(2) {
  width: 90px;
  background-position: -140px 0;
  margin-left: 100px;
}
.header ul li:nth-child(3) {
  width: 90px;
  background-position: -638px 0;
  margin-left: 412px;
}
.header ul li:nth-child(4) {
  width: 90px;
  background-position: -802px 0;
  margin-left: 77px;
}
.header ul li:hover {
  /*background: url(../image/nav-txthover.png) no-repeat;*/
}
.header ul li:hover:nth-child(1) {
  background-position: 0 0;
}
.header ul li:hover:nth-child(2) {
  background-position: -140px 0;
}
.header ul li:hover:nth-child(3) {
  background-position: -638px 0;
}
.header ul li:hover:nth-child(4) {
  background-position: -802px 0;
}
.header .logo {
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -124px;
  width: 248px;
  height: 116px;
  background: url(../image/logo.png);
  z-index: 2;
}
.top-wrapper {
  height: 925px;
  position: relative;
  overflow: hidden;
}
.top-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../image/bg1.jpg) no-repeat top center;
  position: absolute;
  left: 0;
  top: 0;
  animation: bg-in 0.5s linear backwards;
}
.top-wrapper .video-btn {
  position: absolute;
  top: 363px;
  left: 50%;
  margin-left: 260px;
  width: 96px;
  height: 97px;
  animation: scaleIn 0.3s 0.6s backwards ease-in;
}
.top-wrapper .video-btn::after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  animation: fadeIn 2s 0.5s infinite linear;
  background: url(../image/video-btn.png) no-repeat center;
}
.top-wrapper .img819 {
  position: absolute;
  top: 425px;
  left: 50%;
  transform: translateX(-50%);
  animation: slogan-in 0.2s 0.5s backwards ease-in;
}
.top-wrapper .gopay {
  position: absolute;
  width: 114px;
  height: 135px;
  top: 730px;
  left: 26%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.5);
  background: url(../image/gopay_btn.png) no-repeat center;
  animation: xiazaiIn 0.3s 0.6s backwards ease-in;
  transition: all 0.3s;
}
.top-wrapper .gopay:hover {
  filter: brightness(120%);
}
.top-wrapper .xiazai {
  position: absolute;
  top: 720px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  border-radius: 10px;
  animation: xiazaiIn 0.3s 0.6s backwards ease-in;
}
.top-wrapper .xiazai span {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 132px;
  height: 10px;
  background: url(../image/xz-line.png) no-repeat;
  animation: move 2s linear infinite;
}
.top-wrapper .xiazai .qrcode {
  display: inline-block;
  width: 134px;
  height: 134px;
  margin-right: 6px;
}
.top-wrapper .xiazai .dd-box {
  display: inline-block;
  margin-left: 10px;
}
.top-wrapper .xiazai .dd-box a {
  display: block;
  width: 216px;
  height: 64px;
  background: url(../image/down-btn.png) no-repeat;
}
.top-wrapper .xiazai .dd-box a.ios {
  background-position: 0 0;
  margin-bottom: 6px;
}
.top-wrapper .xiazai .dd-box a.ios:hover {
  background-position: -218px 0;
}
.top-wrapper .xiazai .dd-box a.android {
  background-position: 0 -70px;
}
.top-wrapper .xiazai .dd-box a.android:hover {
  background-position: -218px -70px;
}
@keyframes move {
  50% {
    top: 124px;
  }
}
@keyframes fadeIn {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.news-wrapper {
  height: 478px;
  background: url(../image/bg2.jpg) no-repeat center;
}
.news-wrapper .news-banner {
  padding-top: 80px;
  overflow: hidden;
}
.news-wrapper .news-banner .banner {
  float: left;
  width: 600px;
  height: 300px;
}
.news-wrapper .news-banner .banner .banner-container {
  width: 100%;
  height: 100%;
}
.news-wrapper .news-banner .banner .banner-container .swiper-slide {
  width: 100%;
  height: 100%;
}
.news-wrapper .news-banner .banner .banner-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.news-wrapper .news-banner .banner .banner-container .swiper-slide:hover img {
  transform: scale(1.1);
}
.news-wrapper .news-banner .banner .banner-container .swiper-pagination {
  text-align: right;
  padding-right: 22px;
}
.news-wrapper .news-banner .banner .banner-container .swiper-pagination .swiper-pagination-bullet {
  width: 17px;
  height: 14px;
  background-color: #ffffff;
  border-radius: 0;
  opacity: 1;
  transform: skewX(-30deg);
  margin: 0 5px;
}
.news-wrapper .news-banner .banner .banner-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 45px;
  height: 14px;
  background-color: #ffd41a;
}
.news-wrapper .news-banner .news {
  float: left;
  width: 600px;
  height: 300px;
  padding-left: 16px;
}
.news-wrapper .news-banner .news .news-nav {
  padding-top: 6px;
  padding-bottom: 15px;
  border-bottom: 2px solid #3399ff;
  position: relative;
}
.news-wrapper .news-banner .news .news-nav .news-nav-a {
  color: #999;
}
.news-wrapper .news-banner .news .news-nav .news-nav-a a {
  font-size: 18px;
  color: #000;
  margin: 0 17px;
  transition: all 0.3s;
  position: relative;
}
.news-wrapper .news-banner .news .news-nav .news-nav-a a:hover {
  color: #3399ff;
}
.news-wrapper .news-banner .news .news-nav .news-nav-a a:hover::before {
  content: '';
  position: absolute;
  bottom: -22px;
  left: 11px;
  width: 13px;
  height: 13px;
  background: url(../image/point.png) no-repeat;
}
.news-wrapper .news-banner .news .news-nav .news-nav-a a.on {
  color: #3399ff;
}
.news-wrapper .news-banner .news .news-nav .news-nav-a a.on::before {
  content: '';
  position: absolute;
  bottom: -22px;
  left: 11px;
  width: 13px;
  height: 13px;
  background: url(../image/other-icons.png) no-repeat;
  background-position: -125px 0;
}
.news-wrapper .news-banner .news .news-nav .more {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 22px;
  height: 22px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: url(../image/other-icons.png) no-repeat;
  background-position: -46px 0;
  transition: all 0.3s;
}
.news-wrapper .news-banner .news .news-nav .more:hover {
  transform: rotate(360deg);
}
.news-wrapper .news-banner .news p {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}
.news-wrapper .news-banner .news p a {
  color: #3399ff;
}
.news-wrapper .news-banner .news p a:hover {
  color: #f74bb1;
}
.news-wrapper .news-banner .news .ggasos-box {
  position: relative;
  width: 584px;
  height: 196px;
  overflow: hidden;
}
.news-wrapper .news-banner .news .ggasos-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 1000%;
  height: 196px;
}
.news-wrapper .news-banner .news .ggasos-wrapper .ggasos {
  width: 584px;
  float: left;
}
.news-wrapper .news-banner .news .ggasos-wrapper .ggasos li {
  line-height: 38px;
}
.news-wrapper .news-banner .news .ggasos-wrapper .ggasos li .time {
  float: right;
  color: #666;
  font-size: 14px;
}
.news-wrapper .news-banner .news .ggasos-wrapper .ggasos li a {
  display: block;
  width: 80%;
  color: #000;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-wrapper .news-banner .news .ggasos-wrapper .ggasos li a:hover {
  color: #3399ff;
}
.news-wrapper .tt {
  display: block;
  margin: 62px auto 0;
}
.news-wrapper .video-center {
  margin-top: 90px;
  overflow: hidden;
  position: relative;
}
.news-wrapper .video-center .sp-nav {
  margin-left: 50px;
}
.news-wrapper .video-center .sp-nav a {
  float: left;
  width: 189px;
  height: 43px;
  background: url(../image/shiting-btns.png) no-repeat;
}
.news-wrapper .video-center .sp-nav a.aa1 {
  background-position: 0 0;
}
.news-wrapper .video-center .sp-nav a.aa1:hover {
  background-position: 0 -43px;
}
.news-wrapper .video-center .sp-nav a.aa2 {
  background-position: -189px 0;
}
.news-wrapper .video-center .sp-nav a.aa2:hover {
  background-position: -189px -43px;
}
.news-wrapper .video-center .sp-nav a.aa3 {
  background-position: -378px 0;
}
.news-wrapper .video-center .sp-nav a.aa3:hover {
  background-position: -378px -43px;
}
.news-wrapper .video-center .sp-nav a.on.aa1 {
  background-position: 0 -43px;
}
.news-wrapper .video-center .sp-nav a.on.aa2 {
  background-position: -189px -43px;
}
.news-wrapper .video-center .sp-nav a.on.aa3 {
  background-position: -378px -43px;
}
.news-wrapper .video-center .others {
  position: absolute;
}
.news-wrapper .video-center .others span {
  position: absolute;
  top: 26px;
  left: 614px;
  width: 430px;
  height: 1px;
  background: #77ceda;
}
.news-wrapper .video-center .others .more {
  position: absolute;
  top: 14px;
  left: 1064px;
  width: 60px;
  color: #ccffff;
  font-size: 14px;
}
.news-wrapper .video-center .others .more i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../image/other-icons.png) no-repeat;
  background-position: -105px 0;
  vertical-align: middle;
}
.news-wrapper .video-center .video-wrapper {
  margin: 80px auto 0;
  overflow: hidden;
  height: 436px;
  width: 1062px;
  position: relative;
}
.news-wrapper .video-center .video-wrapper .video-1 {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.news-wrapper .video-center .video-wrapper .video-1.on {
  display: block;
}
.news-wrapper .video-center .video-wrapper li {
  float: left;
  width: 304px;
  height: 200px;
  margin: 0 25px 30px;
  background: url(../image/border-b.png) no-repeat;
}
.news-wrapper .video-center .video-wrapper li a {
  display: block;
  width: 300px;
  height: 164px;
  padding-top: 6px;
  padding-left: 6px;
  position: relative;
}
.news-wrapper .video-center .video-wrapper li a img {
  display: block;
  width: 100%;
  height: 100%;
}
.news-wrapper .video-center .video-wrapper li a i {
  position: absolute;
  width: 48px;
  height: 48px;
  left: 50%;
  top: 50%;
  margin: -24px 0 0 -24px;
  background: url(../image/other-icons.png) no-repeat;
  background-position: -154px 0;
  opacity: 0;
  transition: all 0.4s;
}
.news-wrapper .video-center .video-wrapper li a:hover i {
  opacity: 1;
}
.news-wrapper .video-center .video-wrapper li p {
  font-size: 14px;
  color: #ccffff;
  margin-top: 10px;
  padding-left: 6px;
}
.player-wrapper {
  height: 990px;
  background: url(../image/bg3.jpg) no-repeat center;
  overflow: hidden;
}
.player-wrapper .tt {
  display: block;
  margin: 0 auto;
  padding-top: 60px;
}
.player-wrapper .light1 {
  position: absolute;
  top: 700px;
  right: 600px;
  width: 86px;
  height: 239px;
  background: url(../image/light.png) no-repeat;
  animation: light1 3s linear infinite;
}
.player-wrapper .light2 {
  position: absolute;
  top: 578px;
  right: -130px;
  width: 66px;
  height: 182px;
  background: url(../image/light2.png) no-repeat;
  animation: light1 3s linear infinite;
}
.player-wrapper .player-nav {
  font-size: 0;
  margin-top: 68px;
}
.player-wrapper .player-nav a {
  display: inline-block;
  width: 181px;
  height: 61px;
  margin-left: -30px;
  background: url(../image/player-btn.png) no-repeat;
}
.player-wrapper .player-nav a:nth-child(1) {
  background-position: 0 -80px;
}
.player-wrapper .player-nav a:nth-child(1):hover {
  background-position: 0 0;
}
.player-wrapper .player-nav a:nth-child(1).on {
  background-position: 0 0;
}
.player-wrapper .player-nav a:nth-child(2) {
  background-position: -181px -80px;
}
.player-wrapper .player-nav a:nth-child(2):hover {
  background-position: -181px 0;
}
.player-wrapper .player-nav a:nth-child(2).on {
  background-position: -181px 0;
}
.player-wrapper .player-nav a:nth-child(3) {
  background-position: -362px -80px;
}
.player-wrapper .player-nav a:nth-child(3):hover {
  background-position: -362px 0;
}
.player-wrapper .player-nav a:nth-child(3).on {
  background-position: -362px 0;
}
.player-wrapper .player-nav a:nth-child(4) {
  background-position: -543px -80px;
}
.player-wrapper .player-nav a:nth-child(4):hover {
  background-position: -543px 0;
}
.player-wrapper .player-nav a:nth-child(4).on {
  background-position: -543px 0;
}
.player-wrapper .player-nav a:nth-child(5) {
  background-position: -724px -80px;
}
.player-wrapper .player-nav a:nth-child(5):hover {
  background-position: -724px 0;
}
.player-wrapper .player-nav a:nth-child(5).on {
  background-position: -724px 0;
}
.player-wrapper .player .player-content .role {
  display: flex;
  height: 722px;
}
.player-wrapper .player .player-content .role.on .name {
  transition: all 0.3s ease-in-out 0.2s;
  opacity: 1;
  transform: translateX(0);
}
.player-wrapper .player .player-content .role.on .desc {
  transition: all 0.3s ease-in-out 0.3s;
  opacity: 1;
  transform: translateX(0);
}
.player-wrapper .player .player-content .role.on .sanwei {
  transition: all 0.3s ease-in-out 0.6s;
  opacity: 1;
  transform: translateX(0);
}
.player-wrapper .player .player-content .role.on .right {
  transition: all 0.3s ease-in-out 0.4s;
  opacity: 1;
  transform: translateX(0);
}
.player-wrapper .player .player-content .left {
  width: 50%;
}
.player-wrapper .player .player-content .left .name {
  margin-top: 70px;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateX(-60%);
}
.player-wrapper .player .player-content .left .name .icon {
  display: inline-block;
  width: 35px;
  height: 39px;
  vertical-align: top;
  margin-right: 10px;
  background: url(../image/c-icon.png) no-repeat;
}
.player-wrapper .player .player-content .left .name .icon.cc {
  background-position: 0 0;
}
.player-wrapper .player .player-content .left .name .icon.pf {
  background-position: -44px 0;
}
.player-wrapper .player .player-content .left .name .icon.sf {
  background-position: -86px 0;
}
.player-wrapper .player .player-content .left .name .icon.sg {
  background-position: -130px 0;
}
.player-wrapper .player .player-content .left .name .icon.pg {
  background-position: -173px 0;
}
.player-wrapper .player .player-content .left .desc {
  font-size: 15px;
  color: #fff;
  line-height: 30px;
  padding-right: 90px;
  opacity: 0;
  transform: translateX(-60%);
}
.player-wrapper .player .player-content .left .desc span {
  margin-right: 20px;
}
.player-wrapper .player .player-content .left .sanwei {
  width: 520px;
  margin-top: 70px;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-60%);
}
.player-wrapper .player .player-content .left .sanwei p {
  float: left;
  font-size: 15px;
  color: #fff;
  line-height: 30px;
  vertical-align: middle;
  margin-right: 25px;
  margin-bottom: 20px;
}
.player-wrapper .player .player-content .left .sanwei p span {
  display: inline-block;
  width: 200px;
  height: 16px;
  background-color: #2b82e5;
  border: solid 2px #2b82e5;
  vertical-align: middle;
}
.player-wrapper .player .player-content .left .sanwei p span i {
  display: block;
  width: 40%;
  height: 100%;
  background: #1aedff;
}
.player-wrapper .player .player-content .right {
  width: 50%;
  position: relative;
  opacity: 0;
  transform: translateX(60%);
}
.player-wrapper .player .player-content .right img {
  position: absolute;
  top: -92px;
  left: 136px;
  pointer-events: none;
}
.player-wrapper .player .player-content .right img.xike {
  top: -116px;
  left: 170px;
}
.player-wrapper .player .player-content .right img.ruxiao {
  top: -112px;
  left: 136px;
}
.player-wrapper .player .player-content .right img.daige {
  top: -99px;
  left: 136px;
}
.player-wrapper .player .player-content .right img.heize {
  top: -92px;
  left: 136px;
}
.player-wrapper .player .player-content .right img.qiaomubaihe {
  top: -164px;
  left: -184px;
}
.player-wrapper .player .player-content .right img.lvxiaoming {
  top: -99px;
  left: 166px;
}
.player-wrapper .player .player-content .right img.shichuiqiuzhi {
  top: -209px;
  left: -174px;
}
.player-wrapper .player .player-content .right img.naina {
  top: -164px;
  left: -174px;
}
.player-wrapper .player .player-content .right img.linglong {
  top: -122px;
  left: 96px;
}
.player-wrapper .player .player-content .right img.bang {
  top: -110px;
  left: 96px;
}
.player-wrapper .player .player-content .right img.xiaoji {
  top: -80px;
  left: 96px;
}
.player-wrapper .player .player-content .right img.xiaozhen {
  top: -87px;
  left: 146px;
}
.player-wrapper .player .player-content .right img.king {
  top: -99px;
  left: 110px;
}
.player-wrapper .player .player-content .right img.weidini {
  top: -109px;
  left: 70px;
}
.player-wrapper .player .player-content .player-cc {
  position: relative;
}
.player-wrapper .player .player-content .player-cc .cc-nav {
  position: absolute;
  top: 478px;
  left: 0;
}
.player-wrapper .player .player-content .player-cc .cc-nav a {
  display: inline-block;
  width: 100px;
  height: 136px;
  margin: 0 4px;
  background: url(../image/c-tou-icon.png) no-repeat 0 bottom;
  vertical-align: bottom;
}
.player-wrapper .player .player-content .player-cc .cc-nav a:nth-child(1) {
  background-position: 0 bottom;
}
.player-wrapper .player .player-content .player-cc .cc-nav a:nth-child(2) {
  background-position: -109px bottom;
}
.player-wrapper .player .player-content .player-cc .cc-nav a:nth-child(3) {
  background-position: -218px bottom;
}
.player-wrapper .player .player-content .player-cc .cc-nav a.on {
  background: url(../image/c-tou-icon-hover.png) no-repeat 0 bottom;
}
.player-wrapper .player .player-content .player-cc .cc-nav a.on:nth-child(1) {
  background-position: 0 bottom;
}
.player-wrapper .player .player-content .player-cc .cc-nav a.on:nth-child(2) {
  background-position: -109px bottom;
}
.player-wrapper .player .player-content .player-cc .cc-nav a.on:nth-child(3) {
  background-position: -218px bottom;
}
.player-wrapper .player .player-content .player-pf {
  position: relative;
}
.player-wrapper .player .player-content .player-pf .pf-nav {
  position: absolute;
  top: 478px;
  left: 0;
}
.player-wrapper .player .player-content .player-pf .pf-nav a {
  display: inline-block;
  width: 100px;
  height: 136px;
  margin: 0 4px;
  background: url(../image/pf-tou-icon.png) no-repeat 0 bottom;
  vertical-align: bottom;
}
.player-wrapper .player .player-content .player-pf .pf-nav a:nth-child(1) {
  background-position: 0 bottom;
}
.player-wrapper .player .player-content .player-pf .pf-nav a:nth-child(2) {
  background-position: -109px bottom;
}
.player-wrapper .player .player-content .player-pf .pf-nav a:nth-child(3) {
  background-position: -218px bottom;
}
.player-wrapper .player .player-content .player-pf .pf-nav a.on {
  background: url(../image/pf-tou-icon-hover.png) no-repeat 0 bottom;
}
.player-wrapper .player .player-content .player-pf .pf-nav a.on:nth-child(1) {
  background-position: 0 bottom;
}
.player-wrapper .player .player-content .player-pf .pf-nav a.on:nth-child(2) {
  background-position: -109px bottom;
}
.player-wrapper .player .player-content .player-pf .pf-nav a.on:nth-child(3) {
  background-position: -218px bottom;
}
.player-wrapper .player .player-content .player-sf {
  position: relative;
}
.player-wrapper .player .player-content .player-sf .sf-nav {
  position: absolute;
  top: 478px;
  left: 0;
}
.player-wrapper .player .player-content .player-sf .sf-nav a {
  display: inline-block;
  width: 100px;
  height: 136px;
  margin: 0 4px;
  background: url(../image/sf-tou-icon.png) no-repeat 0 bottom;
  vertical-align: bottom;
}
.player-wrapper .player .player-content .player-sf .sf-nav a:nth-child(1) {
  background-position: 0 bottom;
}
.player-wrapper .player .player-content .player-sf .sf-nav a:nth-child(2) {
  background-position: -109px bottom;
}
.player-wrapper .player .player-content .player-sf .sf-nav a:nth-child(3) {
  background-position: -218px bottom;
}
.player-wrapper .player .player-content .player-sf .sf-nav a.on {
  background: url(../image/sf-tou-icon-hover.png) no-repeat 0 bottom;
}
.player-wrapper .player .player-content .player-sf .sf-nav a.on:nth-child(1) {
  background-position: 0 bottom;
}
.player-wrapper .player .player-content .player-sf .sf-nav a.on:nth-child(2) {
  background-position: -109px bottom;
}
.player-wrapper .player .player-content .player-sf .sf-nav a.on:nth-child(3) {
  background-position: -218px bottom;
}
.player-wrapper .player .player-content .player-sg {
  position: relative;
}
.player-wrapper .player .player-content .player-sg .sg-nav {
  position: absolute;
  top: 478px;
  left: 0;
}
.player-wrapper .player .player-content .player-sg .sg-nav a {
  display: inline-block;
  width: 100px;
  height: 136px;
  margin: 0 4px;
  background: url(../image/sg-tou-icon.png) no-repeat 0 bottom;
  vertical-align: bottom;
}
.player-wrapper .player .player-content .player-sg .sg-nav a:nth-child(1) {
  background-position: 0 bottom;
}
.player-wrapper .player .player-content .player-sg .sg-nav a:nth-child(2) {
  background-position: -109px bottom;
}
.player-wrapper .player .player-content .player-sg .sg-nav a:nth-child(3) {
  background-position: -218px bottom;
}
.player-wrapper .player .player-content .player-sg .sg-nav a.on {
  background: url(../image/sg-tou-icon-hover.png) no-repeat 0 bottom;
}
.player-wrapper .player .player-content .player-sg .sg-nav a.on:nth-child(1) {
  background-position: 0 bottom;
}
.player-wrapper .player .player-content .player-sg .sg-nav a.on:nth-child(2) {
  background-position: -109px bottom;
}
.player-wrapper .player .player-content .player-sg .sg-nav a.on:nth-child(3) {
  background-position: -218px bottom;
}
.player-wrapper .player .player-content .player-pg {
  position: relative;
}
.player-wrapper .player .player-content .player-pg .pg-nav {
  position: absolute;
  top: 478px;
  left: 0;
}
.player-wrapper .player .player-content .player-pg .pg-nav a {
  display: inline-block;
  width: 100px;
  height: 136px;
  margin: 0 4px;
  background: url(../image/pg-tou-icon.png) no-repeat 0 bottom;
  vertical-align: bottom;
}
.player-wrapper .player .player-content .player-pg .pg-nav a:nth-child(1) {
  background-position: 0 bottom;
}
.player-wrapper .player .player-content .player-pg .pg-nav a:nth-child(2) {
  background-position: -109px bottom;
}
.player-wrapper .player .player-content .player-pg .pg-nav a:nth-child(3) {
  background-position: -218px bottom;
}
.player-wrapper .player .player-content .player-pg .pg-nav a.on {
  background: url(../image/pg-tou-icon-hover.png) no-repeat 0 bottom;
}
.player-wrapper .player .player-content .player-pg .pg-nav a.on:nth-child(1) {
  width: 109px;
  background-position: 0 bottom;
}
.player-wrapper .player .player-content .player-pg .pg-nav a.on:nth-child(2) {
  background-position: -117px bottom;
}
.player-wrapper .player .player-content .player-pg .pg-nav a.on:nth-child(3) {
  width: 123px;
  background-position: -219px bottom;
}
.player-wrapper .player .player-content .players {
  height: 722px;
}
@keyframes light1 {
  0%,
  100% {
    opacity: 1;
    transform: rotate(-15deg);
  }
  50% {
    opacity: 0.5;
    transform: rotate(15deg);
  }
}
.game-features {
  height: 822px;
  background: url(../image/bg4.jpg) no-repeat center;
}
.game-features .tt {
  display: block;
  margin: 0 auto;
  padding-top: 30px;
}
.game-features .swiper-container {
  margin-top: 70px;
}
.game-features .swiper-slide {
  width: 990px;
  height: 484px;
}
.game-features .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.game-features .swiper-button-prev {
  width: 40px;
  height: 77px;
  left: -80px;
  margin-top: 54px;
  background: url(../image/left-btn.png);
  transition: all 0.3s;
}
.game-features .swiper-button-prev:hover {
  transform: scale(1.1);
}
.game-features .swiper-button-next {
  width: 40px;
  height: 77px;
  right: -80px;
  margin-top: 54px;
  background: url(../image/right-btn.png);
  transition: all 0.3s;
}
.game-features .swiper-button-next:hover {
  transform: scale(1.1);
}
.game-features .swiper-pagination-bullet {
  width: 14px;
  height: 10px;
  border: 1px solid #007aff;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
  margin: 0 5px;
  vertical-align: middle;
}
.game-features .swiper-pagination-bullet-active {
  width: 24px;
  height: 14px;
  background: #007aff;
}
.game-features .game-swiper-pagination {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  background: url(../image/pagination-bg.png) no-repeat center;
}
.cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: none;
}
.tk {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -264px;
  margin-top: -248px;
  width: 528px;
  height: 496px;
  background: url(../image/popup-bg.png);
  z-index: 1000;
  display: none;
}
.tk .yy-inner {
  width: 406px;
  margin: 0 auto;
  padding-top: 86px;
}
.tk .yy-inner .device_wrap {
  font-size: 28px;
  color: #fff;
  overflow: hidden;
}
.tk .yy-inner .device_wrap .ios {
  float: left;
}
.tk .yy-inner .device_wrap .Android {
  float: right;
}
.tk .yy-inner .device_wrap label {
  vertical-align: middle;
}
.tk .yy-inner .device_wrap input {
  width: 24px;
  height: 24px;
  -webkit-appearance: none;
  background: url(../image/popup_wrap_checkbox.png);
  cursor: pointer;
}
.tk .yy-inner .device_wrap input[type="radio"]:checked {
  background: url(../image/checkbox_checked.png) no-repeat center;
}
.tk .yy-inner .phone_input_wrap {
  width: 407px;
  height: 59px;
  line-height: 59px;
  background: url(../image/input_bg.png);
  position: relative;
  margin-top: 30px;
}
.tk .yy-inner .phone_input_wrap .peo {
  position: absolute;
  top: 12px;
  left: 10px;
}
.tk .yy-inner .phone_input_wrap .line {
  position: absolute;
  top: 10px;
  left: 58px;
}
.tk .yy-inner .phone_input_wrap .phone {
  position: absolute;
  top: 4px;
  left: 68px;
  height: 50px;
  border: 0;
  width: 82%;
  font-size: 20px;
  background-color: transparent;
}
.tk .yy-inner .code_input_wrap {
  width: 407px;
  height: 59px;
  line-height: 59px;
  background: url(../image/inputbg.png) no-repeat left 0;
  position: relative;
  margin-top: 30px;
}
.tk .yy-inner .code_input_wrap .lock {
  position: absolute;
  top: 12px;
  left: 10px;
}
.tk .yy-inner .code_input_wrap .line {
  position: absolute;
  top: 10px;
  left: 58px;
}
.tk .yy-inner .code_input_wrap .smscode {
  position: absolute;
  top: 4px;
  left: 68px;
  height: 50px;
  border: 0;
  width: 46%;
  font-size: 20px;
  background-color: transparent;
}
.tk .yy-inner .code_input_wrap .getcode_btn {
  position: absolute;
  left: 276px;
  width: 131px;
  height: 60px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: url(../image/popup_wrap_btnbg1.png);
}
.tk .yy-inner .confirm_btn {
  display: block;
  width: 406px;
  height: 60px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  margin-top: 30px;
  background: url(../image/popup_wrap_btnbg.png);
}
.tk .yy-inner .tips {
  color: #ff7867;
  font-size: 20px;
  margin-top: 30px;
}
.tk .close-btn {
  position: absolute;
  top: 0;
  right: -56px;
  width: 50px;
  height: 50px;
  background: url(../image/close-btn.png);
  transition: all 0.8s;
}
.tk .close-btn:hover {
  transform: rotate(360deg);
}
.com-tk {
  width: 720px;
  height: 512px;
  margin-left: -360px;
  margin-top: -256px;
  padding: 140px 0 0 74px;
  background: url(../image/community-bg.png) no-repeat;
}
.com-tk .wx,
.com-tk .wb,
.com-tk .qq {
  float: left;
  width: 158px;
  color: #fff;
  margin-right: 48px;
}
.com-tk .wx .p1,
.com-tk .wb .p1,
.com-tk .qq .p1 {
  font-size: 24px;
  margin-bottom: 16px;
}
.com-tk .wx .p2,
.com-tk .wb .p2,
.com-tk .qq .p2 {
  font-size: 18px;
}
.com-tk .wx .p2 span,
.com-tk .wb .p2 span,
.com-tk .qq .p2 span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: url(../image/other-icons.png) no-repeat;
  background-position: -138px 0;
}
.com-tk .wx .qqs,
.com-tk .wb .qqs,
.com-tk .qq .qqs {
  border: 1px solid #fff;
  line-height: 40px;
  padding: 16px 0;
}
.com-tk .wx .jiaqun,
.com-tk .wb .jiaqun,
.com-tk .qq .jiaqun {
  display: block;
  width: 158px;
  height: 43px;
  background: url(../image/other-icons.png) no-repeat;
  background-position: -202px 0;
}
.com-tk img {
  display: block;
  width: 158px;
  margin-bottom: 16px;
}
.com-tk p {
  text-align: center;
}
/* 新闻版块 css */
.news-container {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  background: #f3f3f3;
}
.news-container .main {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.news-container .wrap {
  min-height: 1720px;
  background: url(../image/news-container-bg.jpg) no-repeat top center;
}
.news-container .content {
  padding-top: 378px;
  position: relative;
}
.news-container .content .img-tt {
  display: block;
  margin: 44px auto 0;
}
.news-container .content .contab {
  text-align: center;
  margin-top: 36px;
  border-bottom: 1px solid #d6d6d6;
}
.news-container .content .contab a {
  display: inline-block;
  position: relative;
  width: 86px;
  height: 50px;
  color: #000;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  margin: 0 10px;
}
.news-container .content .contab a:hover {
  color: #379afc;
}
.news-container .content .contab a:hover::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 85px;
  height: 13px;
  background: url(../image/line.png) no-repeat;
}
.news-container .content .contab a.on::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 85px;
  height: 13px;
  background: url(../image/line.png) no-repeat;
}
.news-container .content .list {
  margin-top: 4px;
}
.news-container .content .list li {
  height: 160px;
  transition: all 0.4s;
}
.news-container .content .list li:hover {
  background-color: rgba(55, 145, 252, 0.1);
}
.news-container .content .list li:hover a::before {
  transform: translateX(0);
  opacity: 1;
}
.news-container .content .list li a {
  position: relative;
  display: block;
  width: 1110px;
  height: 100%;
  margin: 0 auto;
  padding-top: 40px;
  box-sizing: border-box;
}
.news-container .content .list li a::before {
  content: '';
  position: absolute;
  top: 56px;
  right: 0;
  width: 21px;
  height: 39px;
  transform: translateX(-20px);
  opacity: 0;
  transition: all 0.4s;
  background: url(../image/other-icons.png) no-repeat;
  background-position: -68px 0;
}
.news-container .content .list li a .title {
  font-weight: normal;
}
.news-container .content .list li a .title i {
  display: inline-block;
  width: 70px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background: #379afc;
}
.news-container .content .list li a .title span {
  color: #333;
  font-size: 18px;
  line-height: 30px;
  margin-left: 24px;
}
.news-container .content .list li a .desc {
  margin-top: 18px;
  width: 872px;
  font-size: 14px;
  color: #666;
  margin-left: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-container .content .pagination {
  text-align: center;
  margin-top: 30px;
}
.news-container .content .pagination a {
  display: inline-block;
  width: 50px;
  height: 30px;
  font-size: 16px;
  color: #379afc;
  border: 1px solid #379afc;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
}
.news-container .content .pagination a.on {
  color: #ffffff;
  background: #379afc;
}
.news-container .content .pagination a:hover {
  color: #ffffff;
  background: #379afc;
}
.news-container .content .pagination a:hover.prev,
.news-container .content .pagination a:hover.next {
  background: transparent;
}
.news-container .content .pagination a.prev {
  margin-right: 10px;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #379afc transparent transparent;
}

.news-container .content .pagination li{
	    padding: 0 2px;
	list-style:none;
display:inline-block;
	
}




.news-container .content .pagination a.next {
  margin-left: 10px;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #379afc;
}
.news-container .back-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  background: url(../image/other-icons.png) no-repeat;
  background-position: 0 0;
}
.news-container .info-title {
  border-bottom: 1px solid #d6d6d6;
  padding: 64px 0 24px 0;
}
.news-container .info-title .title {
  margin-bottom: 24px;
  color: #3399ff;
  font-size: 30px;
  font-weight: normal;
}
.news-container .info-title p span {
  margin-right: 30px;
  font-size: 14px;
  color: #666;
}
.news-container .info {
  padding: 44px 100px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.news-container .info img {
  display: block;
  width: 60%;
  margin: 20px auto;
}
.news-container .video-list {
  margin-top: 60px;
  overflow: hidden;
}
.news-container .video-list li {
  float: left;
  width: 382px;
  height: 270px;
  margin-right: 27px;
  margin-bottom: 60px;
}
.news-container .video-list li:nth-child(3n) {
  margin-right: 0;
}
.news-container .video-list li a {
  display: block;
  position: relative;
}
.news-container .video-list li a:hover i {
  opacity: 1;
}
.news-container .video-list li a img {
  display: block;
  width: 100%;
  height: 210px;
}
.news-container .video-list li a p {
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
  color: #333;
  font-size: 14px;
  background: #fafafa;
}
.news-container .video-list li a i {
  position: absolute;
  width: 48px;
  height: 48px;
  left: 50%;
  top: 50%;
  margin: -58px 0 0 -24px;
  background: url(../image/other-icons.png) no-repeat;
  background-position: -154px 0;
  opacity: 0;
  transition: all 0.4s;
}
