﻿.pc_index {
  display: block;
}
.wap_index {
  display: none;
}
.swiper1 .swiper-slide {
  background-color: #000;
}
.game_list {
  width: 1560px;
  margin: 0 auto;
  padding: 40px;
}
.game_list .tips {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 20px;
}
.game_list .tips .title {
  font-size: 30px;
  margin-right: 10px;
}
.game_list .tips .more {
  font-size: 18px;
  color: #d32f2f;
}
.game_list .tips .more span {
  vertical-align: middle;
}
.game_list .tips .more img {
  vertical-align: middle;
}
.game_list .swiper2 .xgame {
  padding-bottom: 48px;
}
.game_list .swiper2 .icon-game {
  display: flex;
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.game_list .swiper2 .icon-game img {
  width: 100%;
  height: 100%;
}
.game_list .swiper2 .swiper-slide {
  display: block;
  position: relative;
  width: 710px;
  height: 500px;
}
.game_list .swiper2 .swiper-slide .game_desc {
  width: 100%;
  height: 228px;
  color: #fff;
  position: absolute;
  bottom: 48px;
  left: 0;
  opacity: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.game_list .swiper2 .swiper-slide .game_desc .one {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 24px;
}
.game_list .swiper2 .swiper-slide .game_desc .two {
  font-size: 14px;
  line-height: 18px;
  margin-top: 12px;
  margin-bottom: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.game_list .swiper2 .swiper-slide:hover .game_desc {
  opacity: 1;
  background-image: linear-gradient(180deg, transparent, #000);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news {
  width: 1560px;
  margin: 0 auto;
  padding: 40px 40px 0;
}
.news .tips {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 20px;
}
.news .tips .title {
  font-size: 30px;
  margin-right: 10px;
}
.news .tips .more {
  font-size: 18px;
  color: #d32f2f;
}
.news .tips .more span {
  vertical-align: middle;
}
.news .tips .more img {
  vertical-align: middle;
}
.news .content {
  display: flex;
  justify-content: space-between;
}
.news .content .item {
  display: block;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
.news .content .item_img {
  width: 480px;
  height: 270px;
  overflow: hidden;
}
.news .content .item_img img {
  width: 100%;
  height: 100%;
  transition: 1.1s;
}
.news .content .item_img img:hover {
  transform: scale(1.1);
}
.news .content .detail {
  width: 480px;
  padding: 20px 30px;
}
.news .content .detail p:nth-child(1) {
  font-size: 18px;
  height: 45px;
  line-height: 22px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .content .detail p:nth-child(2) {
  font-size: 14px;
  line-height: 12px;
  color: #666;
  opacity: 0.5;
  margin-top: 20px;
}
.news .content .detail p:nth-child(3) {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
}
.bottom_bg {
  display: block;
  background: url("../image/home_bg.png") no-repeat center;
  height: 410px;
  margin-top: 80px;
}
.bottom_bg .content {
  margin: 0 180px;
  padding: 100px 0 0 70px;
}
.bottom_bg p:nth-child(1) {
  font-size: 44px;
  line-height: 53px;
  color: #fff;
  opacity: 0.999;
  margin-bottom: 44px;
}
.bottom_bg p:nth-child(2) {
  font-size: 22px;
  line-height: 26px;
  margin: 20px 0;
  color: #fff;
  opacity: 0.8;
}
.bottom_bg .more {
  cursor: pointer;
  width: 176px;
  height: 46px;
  font-size: 18px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ee2727;
  border: 1px solid #ee2727;
  opacity: 0.9999;
}
.space {
  height: 60px;
  font-size: 14px;
  color: #333;
  background: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.space .center {
  margin: 30px;
}
.home_swiper .swiper-pagination-bullet-active {
  background-color: rgba(36, 164, 159, 0.5) !important;
  position: relative;
}
.home_swiper .swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #24a49f;
  animation: progress linear 5s forwards;
}
.home_swiper .swiper-pagination-bullet-active.pause::after {
  animation-play-state: paused;
}
.home_swiper .swiper-slide {
  position: relative;
}
.home_swiper .swiper-slide .swiper_img {
  transform: translateX(0);
}
.home_swiper .swiper-slide a {
  position: relative;
}
.home_swiper .swiper-slide .logo {
  position: absolute;
  top: 40px;
  left: 180px;
  width: 218.4px;
  height: 142.4px;
  opacity: 0;
}
.home_swiper .swiper-slide .tit {
  position: absolute;
  top: 180px;
  left: 200px;
  width: 562px;
  height: auto;
  opacity: 0;
  transform: translateX(20px);
}
.home_swiper .swiper-slide .btn {
  position: absolute;
  top: 360px;
  left: 210px;
  width: 143.2px;
  height: 36.8px;
  opacity: 0;
  transform: translateX(20px);
}
.home_swiper .swiper-slide.swiper-slide-active .swiper_img {
  width: 102%;
  animation: fadeInImg 5s forwards;
}
.home_swiper .swiper-slide.swiper-slide-active .logo {
  animation: fadeInlogo 2s ease-out forwards;
}
.home_swiper .swiper-slide.swiper-slide-active .tit {
  animation: fadeInTit 1s ease-out forwards;
  animation-delay: 0.5s;
}
.home_swiper .swiper-slide.swiper-slide-active .btn {
  animation: fadeInTit 1s ease-out forwards;
  animation-delay: 1s;
}
@-webkit-keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes fadeInImg {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30px);
  }
}
@keyframes fadeInImg {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30px);
  }
}
@-webkit-keyframes fadeInlogo {
  0% {
    transform: translateX(20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInlogo {
  0% {
    transform: translateX(20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInTit {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  100% {
    transform: translateX(-20px);
    opacity: 1;
  }
}
@keyframes fadeInTit {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  100% {
    transform: translateX(-20px);
    opacity: 1;
  }
}
.call_center {
  background-color: #282a39;
  height: 220px;
  margin-top: 60px;
  padding-top: 50px;
}
.call_center .max-content {
  max-width: 1750px;
  margin: 0 auto;
}
.call_center .line {
  border-top: 1px solid #5d5f6b;
  width: 100%;
  z-index: 1;
  transform: translateY(200px);
}
.call_center .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 50px;
  position: relative;
}
.call_center .title .title_left img {
  width: 300px;
  height: 32px;
}
.call_center .title .title_right {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 16px;
  color: #23a49f;
  border: 1px solid #23a49f;
  border-radius: 2px;
  cursor: pointer;
}
.call_center .title .title_right:hover {
  background-color: #23a49f;
  color: #fff;
}
.call_center .services ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.call_center .services ul li {
  cursor: pointer;
  background-color: #272938;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.call_center .services ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.call_center .services ul li .image {
  width: 80px;
  height: 60px;
}
.call_center .services ul li .word {
  color: #fff;
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
}
.call_center .services ul li:hover .word {
  color: #6efffc;
}
.call_center .services ul li:nth-child(1) .image {
  margin-left: 8px;
  background: url('../image/6.png') no-repeat;
  background-size: 100% 100%;
}
.call_center .services ul li:nth-child(1):hover .image {
  background: url('../image/6-1.png') no-repeat;
  background-size: 100% 100%;
}
.call_center .services ul li:nth-child(2) .image {
  background: url('../image/7.png') no-repeat;
  background-size: 100% 100%;
}
.call_center .services ul li:nth-child(2):hover .image {
  background: url('../image/7-1.png') no-repeat;
  background-size: 100% 100%;
}
.call_center .services ul li:nth-child(3) .image {
  background: url('../image/8.png') no-repeat;
  background-size: 100% 100%;
}
.call_center .services ul li:nth-child(3):hover .image {
  background: url('../image/8-1.png') no-repeat;
  background-size: 100% 100%;
}
.call_center .services ul li:nth-child(4) .image {
  background: url('../image/9.png') no-repeat;
  background-size: 100% 100%;
}
.call_center .services ul li:nth-child(4):hover .image {
  background: url('../image/9-1.png') no-repeat;
  background-size: 100% 100%;
}
.call_center .services ul li:nth-child(5) .image {
  margin-left: 6px;
  width: 58px;
  background: url('../image/10.png') no-repeat;
  background-size: 100% 100%;
}
.call_center .services ul li:nth-child(5):hover .image {
  background: url('../image/10-1.png') no-repeat;
  background-size: 100% 100%;
}
.call_center .services ul li:nth-child(6) .image {
  background: url('../image/11.png') no-repeat;
  background-size: 100% 100%;
}
.call_center .services ul li:nth-child(6):hover .image {
  background: url('../image/11-1.png') no-repeat;
  background-size: 100% 100%;
}
.outlink {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
}
.outlink a {
  color: #676566;
  font-size: 12px;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  background-color: #303231;
  border-radius: 100px;
  margin-right: 12px;
  cursor: pointer;
}
.outlink a:nth-child(1) {
  width: 200px;
}
.outlink a:hover {
  background-color: #444744;
  color: #b1b1b1;
}
