/*视频弹窗*/
.pop-box {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  z-index: 99999;
}

.pop-box .videoBox {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1000px;
  height: 560px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pop-box .videoBox .video{
  width: 100%;
  height: 100%;
}

.pop-box .videoBox .video-close {
  position: absolute;
  top: 5px;
  right: 5px;
  background: url(../images/vedio_cloes.png) no-repeat;
  width: 36px;
  height: 36px;
  transition: 0.5s;
}

.pop-box .videoBox .video-close:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*头部大图banner*/
.head-banner {
  position: relative;
  width: 100%;
  height: 1010px;
  overflow: hidden;
}

.head-banner-item {
  position: absolute;
  width: 100%;
  padding-top: 100px;
  height: 950px;
  top: 0;
  left: 0;
  background-position: center top;
  background-repeat: no-repeat;
  display: none;
  z-index: 1;
}

.head-banner-item:first-child {
  display: block;
}

.head-zzc {
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 100%;
  height: 338px;
  z-index: 9;
  background: url(../images/banner_bottom_zzc.png) no-repeat center top;
}

/*banner轮播图*/
.banner-item-cont {
  width: 1010px;
  margin: 100px auto 0;
}

.banner-item-cont .game-logo, .banner-item-cont .game-title {
  font-size: 0;
  margin-bottom: 20px;
}

.banner-item-cont .game-logo {
  height: 140px;
}

.banner-item-cont .game-logo img{
  width:140px;
  height:140px;
}

.banner-item-cont .game-title {
  display: inline-block;
  height:36px;
  overflow:hidden;
  width: 100%;
}
.banner-item-cont .game-title .banner-title {
  max-width: 900px;
  height: 36px;
  line-height: 36px;
  font-size: 36px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.icon-play {
  width: 36px;
  height: 36px;
  background: url(../images/icon_playBtn.png) no-repeat;
  cursor: pointer;
}
.banner-item-cont .game-content {
  width: 420px;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
.banner-item-cont .game-content .banner-content {
  font-size: inherit;
  line-height: inherit;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  max-height: 112px;
  overflow: hidden;
}
.banner-item-cont .game-detailBtn {
  display: block;
  width: 160px;
  height: 50px;
  text-align: center;
  background: url(../images/banner_btnBg.png) no-repeat;
}
.banner-item-cont .game-detailBtn span {
  font-size: 22px;
  line-height: 50px;
  color: #fff;
}

.con-wrap {
  position: absolute;
  left: 50%;
  top: 770px;
  width: 1260px;
  height: 180px;
  margin-left: -630px;
  z-index: 10;
}

.con-wrap .con-box {
  position: relative;
  float: left;
  width: 360px;
  height: 180px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  cursor: pointer;
  overflow: hidden;
}

.con-wrap .con-box.on {
  width: 540px;
}

.con-wrap .con-box.of {
  overflow: visible;
}

.con-wrap .con-box .zzc {
  opacity: 0;
  filter:alpha(opacity=0);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url(../images/banner_zzc.png) no-repeat center;
}

.con-wrap .con-box .people {
  opacity: 0;
  filter:alpha(opacity=0);
  position: absolute;
  left: -7px;
  bottom: 0;
  width: 540px;
  height: 310px;
  z-index: 9;
}

.con-wrap .con-box .people img {
  width: 100%;
  height: 100%;
}

.con-wrap .con-box .code-box {
  display: none;
  position: absolute;
  left: 295px;
  top: 27px;
  width: 210px;
  height: 130px;
  z-index: 10;
}

.con-wrap .con-box .code-box .code-logo {
  width: 96px;
  height: 96px;
}

.con-wrap .con-box .code-box .code-cont {
  width: 104px;
  height: 96px;
  background: url(../images/banner_qrcode_bg.png) no-repeat;
}

.con-box .code-box .code-cont img {
  width: 90px;
  height: 90px;
  margin: 3px 0 0 11px;
}

.con-box .code-box .code-text {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-top: 5px;
  width: 100%;
  height: 17px;
  text-align: center;
}

.con-box .code-box .code-text .text {
  color: #fff;
  font-size: 17px;
  line-height: 17px;
  vertical-align: top;
}

.con-box .code-box .code-text .icon-download {
  display: inline-block;
  width: 25px;
  height: 17px;
  background: url(../images/icon_download.png) no-repeat center;
}


.con-box.st02 .code-box, .con-box.st03 .code-box {
  display: none;
}


.con-wrap .con-box .zzc,
.con-wrap .con-box .people{
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.con-wrap .con-box.on .people,
.con-wrap .con-box.on .zzc,
.con-wrap .con-box:hover .zzc {
  opacity: 1;
}

.con-wrap .con-box.on .people {
  filter:alpha(opacity=100);
}

.con-wrap .con-box.on .zzc,
.con-wrap .con-box:hover .zzc {
  filter:alpha(opacity=80);
}

/*主体内容区域*/ 
.main-wrap {
  position: relative;
  width: 1260px;
  left: 50%;
  margin-left: -630px;
  margin-top: -40px;
}

.main-wrap .main-box {
  float: left;
}

.main-box.game-box {
  width: 200px;
}

.main-box.news-box {
  margin-left: 77px;
  width: 420px;
}

.main-box.job-box {
  margin-left: 100px;
  width: 180px;
}

.main-box.aboutUs-box {
  float: right;
  width: 180px;
}

.main-box .box-title {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #5a5a5a;
  font-family: '微软雅黑';
  font-weight: 700;
  border-bottom: 1px solid #88c3fd;
}

.main-box .box-list {
  width: 100%;
  padding-top: 8px;
}

.main-box .box-list .box-item {
  width: 100%;
  height: 30px;
  line-height: 30px;
}

.main-box .box-list .box-item a {
  display: inline-block;
  margin-top: 7px;
}

.main-box .box-list .box-item span {
  float: left;
  height: 16px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #2b2b2b;
  transition: all .2s ease-in-out;
}

.main-box.game-box .box-list .box-item span {
  max-width: 170px;
}

.main-box.news-box .box-list .box-item span {
  max-width: 300px;
}

.main-box.job-box .box-list .box-item span {
  max-width: 180px;
}

.main-box .box-list .box-item .time {
  float: right;
  margin-top: 8px;
}


.main-box .box-list .box-item a:hover .text {
  color: #0080f9;
}

.main-box .box-list .box-item .icon {
  display: inline-block;
  width: 24px;
  height: 16px;
}

.main-box .box-list .box-item .icon-hot {
  margin-left: 5px;
  background: url(../images/icon_hot.png) no-repeat top;
}

.main-box .box-list .box-item .icon-weixin {
  background: url(../images/icon_weixin.png) no-repeat center;
}

.main-box .box-list .box-item .icon-weibo {
  background: url(../images/icon_weibo.png) no-repeat center;
}

.modal-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  z-index: 999;
}

.modal-wrap .modal-box {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -380px;
  margin-top: -200px;
  width: 760px;
  height: 400px;
  background: url(../images/pop_bg.jpg) no-repeat center/cover;
}

.modal-box .modal-header {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  background-color: #fff;
}

.modal-header .modal-close {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/btn_pop_close.png) no-repeat center/contain;
  cursor: pointer;
}

.modal-body {
  padding: 60px 45px 0;
}

.modal-body .left-box {
  float: left;
  position: relative;
  width: 270px;
  height: 218px;
  padding-top: 20px;
}

.modal-body .left-box .box-item {
  color: #2c2c2c;
}

.modal-body .left-box .box-item .title {
  font-size: 16px;
  line-height: 26px;
}

.modal-body .left-box .box-item .email {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
}

.modal-body .left-box .box-item.icon-box {
  height: 25px;
  line-height: 25px;
  margin-top: 25px;
}

.modal-body .left-box .box-item .icon {
  float: left;
  height: 22px;
  margin: 0 10px;
  background-repeat: no-repeat;
  background-position: bottom;
  cursor: pointer;
}

.modal-body .left-box .box-item .icon-facebook {
  width: 10px;
  background-image: url(../images/icon_facebook.png);
}

.modal-body .left-box .box-item .icon-facebook:hover {
  background-image: url(../images/icon_facebook_on.png);
}

.modal-body .left-box .box-item .icon-instargam {
  width: 23px;
  background-image: url(../images/icon_instargam.png);
}

.modal-body .left-box .box-item .icon-instargam:hover {
  background-image: url(../images/icon_instargam_on.png);
}

.modal-body .left-box .box-item .icon-youtube {
  width: 27px;
  background-image: url(../images/icon_youtube.png);
}

.modal-body .left-box .box-item .icon-youtube:hover {
  background-image: url(../images/icon_youtube_on.png);
}

.modal-body .left-box .box-item .icon-twitter {
  width: 25px;
  background-image: url(../images/icon_twitter.png);
}

.modal-body .left-box .box-item .icon-twitter:hover {
  background-image: url(../images/icon_twitter_on.png);
}

.modal-body .right-box {
  float: right;
  position: relative;
  width: 376px;
  height: 218px;
}

.modal-body .right-box .box-cont {
  float: left;
  width: 178px;
  text-align: center;
  font-size: 0;
}

.modal-body .right-box .box-cont:last-child {
  margin-left: 20px;
}

.modal-body .box-cont .link {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #2b2b2b;
}

.modal-body .box-cont .link .icon {
  float: left;
  width: 22px;
  height: 20px;
  margin-right: 5px;
}

.modal-body .box-cont .link .icon-weixin {
  background: url(../images/icon_pop_weixin.png) no-repeat center;
}

.modal-body .box-cont .link .icon-weibo {
  background: url(../images/icon_pop_weibo.png) no-repeat center;
}

.modal-body .box-cont .link .text {
  float: left;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.modal-body .box-cont .code-box {
  position: relative;
  width: 178px;
  height: 178px;
  border: 1px solid #d2edff;
}

.modal-body .box-cont .code-box img {
  display: block;
  width: 154px;
  height: 154px;
  margin: 11px;
}

.box-cont .code-box .code-logo-box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border-radius: 5px;
  background: #fff;
}

.box-cont .code-box .code-logo-box .code-logo {
  width: 36px;
  height: 36px;
  margin: 2px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  background: url(../images/icon_code_logo.png) no-repeat center;
  background-size: 85%;
}

