@charset "UTF-8";
/*首页顶图*/
/*.s1{}
.s2{}*/
/*板块*/
.wrap {
  position: relative; }

.wrap1, .wrap4 {
  padding-top: 38px;
  margin-bottom: 66px; }

.wrap3 {
  padding-top: 58px;
  background: url(../img/wrap2.jpg) top center no-repeat; }

/*顶部展图*/
.banner {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden; }

.banner .bn_list {
  position: relative;
  width: 100%;
  height: 100%; }

.banner .bn_item {
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  margin-left: -960px; }

.banner .bn_page {
  text-align: center;
  line-height: 100%;
  position: relative;
  top: -38px;
  z-index: 2; }

.banner .bn_page span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #fff;
  width: 20px;
  height: 18px;
  border-radius: 12px;
  margin: 0 5px;
  cursor: pointer; }

.banner .bn_page span.on {
  background: #e62232;
  width: 28px; }

/*新闻*/
.news {
  float: left;
  width: 480px;
  height: 325px;
  background: #1c1f21;
  color: #fff;
  padding: 0 42px;
  margin-left: 120px; }

.news a {
  text-decoration: none;
  color: #fff; }

.news .hot_news {
  height: 68px;
  line-height: 68px;
  overflow: hidden;
  font-size: 20px;
  border-bottom: 1px dashed #b0b0b0; }

.news .hot_news a {
  color: #e9191c;
  width: 100%;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all; }

.news .news_list {
  padding-top: 21px;
  padding-bottom: 10px; }

.news .news_list li {
  height: 36px;
  line-height: 36px;
  overflow: hidden; }

.news .news_list a {
  font-size: 16px;
  width: 427px;
  display: block;
  height: 100%;
  float: left;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all; }

.news .news_list li img {
  vertical-align: middle; }

.news .news_list span {
  width: 52px;
  display: block;
  height: 100%;
  overflow: hidden;
  float: left; }

.news .news_list a:hover {
  text-decoration: underline;
  color: #e9191c; }

.news .new_more {
  display: block;
  text-align: right; }

.news .new_more:hover {
  text-decoration: underline;
  color: #e9191c; }

.entrance {
  float: right;
  width: 500px; }

.entrance a {
  display: block;
  width: 295px;
  float: left;
  overflow: hidden;
  cursor: pointer; }

.entrance a.fame {
  height: 325px; }

.entrance a.s_job, .entrance a.x_job {
  height: 151px;
  margin-left: 20px; }

.entrance a.x_job {
  margin-top: 22px; }

/*了解多益*/
.ud_tt {
  width: 276px;
  height: 111px;
  margin: 0 auto;
  font-size: 44px;
  color: #000;
  font-weight: bold;
  line-height: 76px;
  text-align: center;
  background: url(../img/index.png) 0 0 no-repeat; }

.ud_tt span {
  display: block;
  font-size: 20px;
  color: #cbcbcb;
  line-height: 12px;
  font-weight: normal; }

.ud_box {
  margin-top: 36px;
  margin-bottom: 66px; }

.ud_box ul {
  overflow: hidden; }

.ud_box li {
  float: left;
  width: 400px;
  height: 450px;
  position: relative; }

.ud_box .ud_info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.ud_box .ud_info i {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  filter: alpha(opacity=60);
  opacity: 0.6; }

.ud_box .ud_info .more_info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  text-indent: -99em;
  overflow: hidden;
  cursor: pointer; }

.ud_box .ud_info .ud1 {
  background: url(../img/ud_1.png) center center no-repeat; }

.ud_box .ud_info .ud2 {
  background: url(../img/ud_2.png) center center no-repeat; }

.ud_box .ud_info .ud3 {
  background: url(../img/ud_3.png) center center no-repeat; }

/*视频站*/
.wrap3 .ud_tt {
  color: #fff; }

.wrap3 .ud_tt span {
  color: #fff; }

.vd_box {
  margin-top: 58px;
  overflow: hidden;
  margin-bottom: 70px;
  margin-left: -22px; }

.vd_item {
  width: 589px;
  float: left;
  margin-left: 22px;
  color: #fff; }

.vd_item .vd_img {
  height: 320px;
  width: 100%;
  overflow: hidden;
  position: relative; }

.vd_item .vd_img i {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  filter: alpha(opacity=30);
  opacity: 0.3;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }

.vd_item .vd_img img {
  width: 100%;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }

.vd_item .vd_img:hover i {
  filter: alpha(opacity=15);
  opacity: 0.15; }

/*.vd_item .vd_img:hover img{-webkit-transform:scale(1.02); -moz-transform:scale(1.02); -ms-transform: scale(1.02); transform:scale(1.02);}*/
.vd_item .vd_info {
  padding: 6px 42px 18px 42px;
  background: #1a1828; }

.vd_item .vd_info h3 {
  text-align: center;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-size: 20px;
  color: #e32a2f; }

.vd_item .vd_info span {
  display: block;
  width: 60px;
  height: 2px;
  margin: -2px auto 0;
  background: #e32a2f; }

.vd_item .vd_info p {
  height: 46px;
  overflow: hidden;
  margin-top: 12px; }

.vd_item .vd_more {
  overflow: hidden;
  margin-top: 33px; }

.vd_item .vd_more a {
  display: block;
  float: right;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 98px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #fff; }

.vd_img .play_btn {
  display: block;
  width: 108px;
  height: 108px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -54px;
  margin-left: -54px; }

.vd_img .play_btn span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.vd_img .play_btn .icon1 {
  background: url(../img/vd_play_btn1.png) center center no-repeat; }

.vd_img .play_btn .icon2 {
  background: url(../img/vd_play_btn2.png) center center no-repeat; }

.vd_img .play_btn .icon3 {
  background: url(../img/vd_play_btn3.png) center center no-repeat; }

.vd_img .play_btn .icon1 {
  -webkit-animation: videoIcon1 5s linear infinite;
  animation: videoIcon1 5s linear infinite; }

.vd_img .play_btn .icon2 {
  -webkit-animation: videoIcon2 5s linear infinite;
  animation: videoIcon2 5s linear infinite; }

/*动漫*/
.wrap-dm {
  overflow: hidden;
  margin-bottom: 108px; }

.wrap-dm .ud_tt {
  position: relative; }

.wrap-dm .ud_tt h3 {
  font-size: 36px;
  line-height: 52px;
  font-weight: bold;
  padding-top: 28px; }

.wrap-dm .ud_tt p {
  position: absolute;
  bottom: 0;
  right: -100px;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal; }

.wrap-dm .dm_box {
  height: 450px;
  margin-top: 36px; }

.wrap-dm .dm_box ul {
  height: 450px; }

.wrap-dm .dm_box li {
  float: left;
  width: 240px;
  height: 450px; }

.wrap-dm .dm_box li a {
  display: block;
  height: 450px;
  line-height: 99em;
  overflow: hidden; }

.wrap-dm .dm_box li.dm1 {
  background: url(../img/dongman/6_bg.jpg) no-repeat;
  margin-right: 240px; }

.wrap-dm .dm_box li.dm2 {
  background: url(../img/dongman/7_bg.jpg) no-repeat;
  margin-right: 240px; }

.wrap-dm .dm_box li.dm3 {
  background: url(../img/dongman/8_bg.jpg) no-repeat; }

.dm_more {
  overflow: hidden;
  margin-top: 33px; }

.dm_more a {
  display: block;
  float: right;
  color: #000;
  font-weight: bold;
  text-align: center;
  width: 98px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #000; }

/*神武嘻哈馆*/
.wrap-xiha {
  overflow: hidden;
  padding-top: 58px;
  background: url(../img/wrap2.jpg) top center no-repeat; }

.wrap-xiha .ud_tt {
  position: relative; }

.wrap-xiha .ud_tt h3 {
  font-size: 36px;
  line-height: 52px;
  font-weight: bold;
  padding-top: 28px;
  color: #fff; }

.wrap-xiha .ud_tt p {
  position: absolute;
  bottom: 0;
  right: -100px;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  color: #fff; }

.wrap-mx {
  overflow: hidden;
  padding-top: 58px; }

.wrap-mx .ud_tt {
  position: relative; }

.wrap-mx .ud_tt h3 {
  font-size: 36px;
  font-weight: bold;
  padding-top: 28px;
  color: #000; }

.wrap-mx .ud_tt p {
  position: absolute;
  bottom: 0;
  right: -100px;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  color: #000; }

/*了解渐入*/
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0.2;
    -webkit-transform: scale(1.16);
    transform: scale(1.16); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes scaleIn {
  0% {
    opacity: 0.2;
    -webkit-transform: scale(1.16);
    transform: scale(1.16); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

/*视频按钮*/
@-webkit-keyframes videoIcon1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes videoIcon1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes videoIcon2 {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes videoIcon2 {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

video {
  width: 800px;
  aspect-ratio: auto 800 / 450;
  height: 450px; }

.game_main {
  clear: both; }

.game_main .main {
  display: table; }

.game_main .title {
  font-size: 30px;
  font-weight: bold;
  color: #464646;
  height: 55px;
  line-height: 55px;
  margin-top: 38px; }

.game_main .title span {
  letter-spacing: 1px; }

.game_main .title b {
  display: inline-block;
  width: 5px;
  height: 27px;
  vertical-align: middle;
  border-radius: 2px;
  background: #ee1c25;
  margin-right: 18px;
  margin-top: -2px; }

.game_recom {
  margin-top: 22px;
  margin-bottom: 30px;
  overflow: hidden; }

.game_recom ul {
  text-align: center; }

.game_recom li {
  width: 190px;
  height: 277px;
  border: 1px solid #efefef;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  overflow: hidden;
  margin: 0 50px;
  display: inline-block;
  position: relative;
  text-align: center; }

.game_recom li h4 {
  display: block;
  font-size: 19px;
  color: #464646;
  font-weight: bold;
  height: 24px;
  line-height: 24px; }

.game_recom li .game_recom_mes {
  width: 100%;
  height: 19px;
  line-height: 19px;
  font-size: 14px;
  color: #9d9d9d; }

.game_recom .game_recom_pic {
  width: 190px;
  height: 221px; }

.game_recom li:hover .gamecon_tips {
  bottom: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.gamecon_tips {
  width: 190px;
  height: 277px;
  background: rgba(238, 28, 37, 0.95);
  position: absolute;
  left: 0;
  bottom: -277px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.gamecon_tips a {
  width: 100%;
  height: 100%;
  display: block; }

.gamecon_logo {
  padding-top: 36px;
  height: 100px;
  margin-bottom: 6px; }

.gamecon_logo img {
  width: auto;
  height: 100px; }

.gamecon_tips strong {
  display: block;
  font-size: 20px;
  color: #fff;
  height: 25px;
  line-height: 25px; }

.gamecon_tips p {
  font-size: 13px;
  color: #fff;
  height: 20px;
  line-height: 20px; }

.gamecon_tag {
  text-align: center;
  margin-top: 3px; }

.gamecon_tag i {
  color: #ff9788;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  display: inline-block;
  padding: 2px 4px;
  font-style: normal;
  border: 1px solid #ff9788;
  border-radius: 2px; }

.gamecon_btn {
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  text-align: center; }

.gamecon_btn a {
  width: 82px;
  height: 24px;
  line-height: 26px;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px; }

.hotimg-preview {
  position: relative;
  width: 100%;
  height: 600px; }

.hotimg-preview .img-swiper {
  width: 100%;
  height: 100%; }

.hotimg-preview .img-swiper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block; }

.hotimg-preview .img-swiper .hotimg-bimg {
  height: 100%;
  width: 100%;
  position: relative; }

.hotimg-preview .img-swiper .hotimg-bimg img {
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0; }

.img-swiper-con {
  width: 1200px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
  z-index: 2; }

.img-swiper-con h3 {
  height: 112px;
  margin-top: 20px;
  margin-left: 7px; }

.img-swiper-con h3 img {
  height: 112px;
  width: auto;
  display: block; }

.img-swiper-con strong {
  display: block;
  color: #fff;
  font-size: 40px;
  line-height: 56px;
  margin-top: 19px;
  margin-left: 22px;
  white-space: pre-line; }

.img-swiper-con strong span {
  display: block; }

.img-swiper-con p {
  width: 434px;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  margin-top: 22px;
  margin-left: 22px;
  position: relative; }

.img-swiper-con p i {
  display: block;
  width: 60px;
  height: 3px;
  background: #ee1c25;
  position: absolute;
  left: 0;
  top: -10px; }

.img-swiper-con b {
  display: block;
  width: 165px;
  height: 44px;
  background: #ee1c25;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 44px;
  margin-top: 26px;
  margin-left: 22px;
  border-radius: 2px; }

.img-swiper-con b:hover {
  background: #ff1f2a; }

.hotimg-preview .preview-swiper-box {
  width: 960px;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10; }

.hotimg-preview .preview-swiper {
  width: 840px;
  height: 100px; }

.hotimg-preview .preview-swiper .swiper-slide {
  width: 160px;
  height: 90px;
  cursor: pointer;
  position: relative;
  overflow: hidden; }

.hotimg-preview .preview-swiper .swiper-slide .preview-swiper-con {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center; }

.hotimg-preview .preview-swiper .swiper-slide .preview-swiper-con i {
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5); }

.hotimg-preview .preview-swiper .swiper-slide .preview-swiper-con strong {
  width: 100%;
  color: #d4d3d4;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  position: absolute;
  left: 0;
  top: 22px;
  display: block;
  z-index: 3; }

.hotimg-preview .preview-swiper .swiper-slide .preview-swiper-con p {
  width: 100%;
  font-size: 14px;
  color: #d4d3d4;
  line-height: 24px;
  position: absolute;
  left: 0;
  top: 54px;
  z-index: 3; }

.hotimg-preview .preview-swiper .swiper-slide .preview-swiper-con b {
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ee1c25;
  display: none; }

.hotimg-preview .preview-swiper .swiper-slide.active .preview-swiper-con i, .hotimg-preview .preview-swiper .swiper-slide:hover .preview-swiper-con i {
  background: rgba(0, 0, 0, 0.08);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.hotimg-preview .preview-swiper .swiper-slide.active strong, .hotimg-preview .preview-swiper .swiper-slide.active p, .hotimg-preview .preview-swiper .swiper-slide:hover strong, .hotimg-preview .preview-swiper .swiper-slide:hover p {
  color: #fff;
  text-shadow: 0 0 5px #666; }

.hotimg-preview .preview-swiper .swiper-slide.active b, .hotimg-preview .preview-swiper .swiper-slide:hover b {
  display: block; }

.hotimg-preview .preview-swiper .swiper-slide img {
  width: 100%;
  height: 100%; }

.hotimg-preview .hotimg-preview-next, .hotimg-preview .hotimg-preview-prev {
  position: absolute;
  top: 64%;
  cursor: pointer;
  width: 60px;
  height: 60px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.hotimg-preview .hotimg-preview-next.swiper-button-disabled, .hotimg-preview .hotimg-preview-prev.swiper-button-disabled {
  opacity: 0.3; }

.hotimg-preview .hotimg-preview-next {
  right: 0;
  background: url(../img/sprite/icon/hot_next.png) no-repeat 0 0/35px 46px;
  width: 35px;
  height: 46px; }

.hotimg-preview .hotimg-preview-prev {
  left: 0;
  background: url(../img/sprite/icon/hot_prev.png) no-repeat 0 0/35px 46px;
  width: 35px;
  height: 46px; }

.hotimg_mask {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 74px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2; }

.news_main {
  padding-bottom: 32px;
  clear: both;
  margin-bottom: 66px; }

.news_main .main {
  display: block; }

.news_main .title {
  font-size: 30px;
  font-weight: bold;
  color: #464646;
  height: 55px;
  line-height: 55px;
  margin-top: 38px; }

.news_main .title span {
  letter-spacing: 1px; }

.news_main .title b {
  display: inline-block;
  width: 5px;
  height: 27px;
  vertical-align: middle;
  border-radius: 2px;
  background: #ee1c25;
  margin-right: 18px;
  margin-top: -2px; }

.news_main .title a {
  display: block;
  float: right;
  margin-top: 18px;
  font-size: 0;
  background: url(../img/sprite/icon/game_more.png) no-repeat 0 0/17px 17px;
  width: 17px;
  height: 17px; }

.news_main_con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-left: 21px;
  margin-right: 21px;
  min-height: 300px; }

.news_main_left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden; }

.news_main_right {
  width: 446px;
  margin-left: 20px;
  overflow: hidden; }

.newsList {
  overflow: hidden; }

.newsList ul {
  overflow: hidden; }

.newsList li {
  height: 58px;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  width: 100%;
  border-bottom: 1px dashed #e4e4e4; }

.newsList li span {
  float: left;
  display: block;
  margin-top: 16px;
  font-size: 0;
  background: url(../img/sprite/icon/news_dot.png) no-repeat 0 0/9px 7px;
  width: 9px;
  height: 7px; }

.newsList li a {
  display: block;
  color: #585858;
  height: 58px;
  line-height: 58px;
  margin-left: 8px;
  margin-right: 100px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.newsList li a:hover {
  color: #ee1c25;
  text-indent: 5px; }

.newsList li b {
  color: #878787;
  font-weight: normal;
  float: right;
  line-height: 58px;
  margin-top: -58px; }

.news_swiper {
  width: 446px;
  height: 300px;
  border-radius: 4px;
  overflow: hidden; }

.news_swiper .swiper-slide {
  height: 100%; }

.news_swiper_item {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none; }

.news_swiper_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.news_swiper_item span {
  color: #fff;
  font-size: 24px;
  letter-spacing: 4px; }

.news_swiper_pagination {
  bottom: 10px !important; }

.news_swiper_pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5; }

.news_swiper_pagination .swiper-pagination-bullet-active {
  background: #ee1c25;
  opacity: 1; }
