


.btn_nav .nav_logo{
  width: 260px;
  height: 120px;
}

.btn_order{
  background-size: 100% auto;
  background-repeat: no-repeat;
  color: #334655;
  font-weight: bold;
}







.arrow{
  position: absolute;
  z-index: 99;
  left: 50%;
  margin-left: -55px;
  bottom: 30px;
  width: auto;
  text-align: center;
  color: #fff;
  font-size: 20px;
  height: 25px;
  line-height: 25px;
  padding-left: 30px;
  opacity: .8;
  text-transform: uppercase;
}
.arrow::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 23px;
  background: url(../img/images/arrow.png) no-repeat;
  background-size: 63px auto;
  animation: runGift 1s steps(3,end) infinite;
  -webkit-animation: runGift 1s steps(3,end) infinite
}


@keyframes runGift {
  to {
      background-position: -63px 0
  }
}

@-webkit-keyframes runGift {
  to {
      background-position: -63px 0
  }
}


.btn_nav .nav_jt{display: none;}


.main_top_nav{
  position: absolute;
  width: auto;
  height: 70px;
  left: 50%;
  transform: translate(-50%);
}


.main_top_nav li{
  cursor: pointer;
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 70px;
  text-align: center;
  width: 180px;

}
.main_top_nav li a{
  color: #fff;
  opacity: .8;
  text-transform: uppercase;
}
.main_top_nav li.on::after{
  content: '';
  position: absolute;
  z-index: -1;
  left: -105px;
  width: 348px;
  height: 70px;
  background: url(../img/images/navbg.png) center center no-repeat;
  background-size: 348px auto;
}
.main_top_nav li.on a{
  font-weight: bold;
  opacity: 1;
}






.langbox{
  left: auto;
  right: 130px;
  top: 20px;
}

.langbox .showLang{
  left: -130px;

}
.slgon{
  transform: translate(-50%, -25%);
  margin: 0;
}

.slgon_txt{
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  margin-top: 110px;
  text-align: center;
  color: #fff;
  transform: translate(-50%, -50%);
  font-family: "din";
  font-size: 57px;
  /* text-shadow: 0 0 100px rgba(0, 0, 0, 0.6), 0 0 100px rgba(0, 0, 0, 0.6), 0 0 100px rgba(0, 0, 0, 0.6); */
}






.s0-content{
  display: flex;
  width: 620px;
  justify-content: center;
  align-items: center;
  gap: 30px;
  left: 50%;
  transform: translate(-50%);
  margin-left: auto;
  margin-top: 250px;
}

.s0-content .signBtn::after{
  content: '';
  position: absolute;
  left:-375px;
  top: -40px;
  z-index: -1;
width: 1010px;
height: 148px;
background: url(../img/liubo.png) center center no-repeat;
background-size: 100% auto;

}







.videoPlay{
  opacity: 0;
  width: 211px;
  height: 153px;
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  margin-top: -70px;
  background: url(../img/images/videoPlay.png) center center no-repeat;
  background-size: 100% auto;
}

.videoPlay .play{
  position: absolute;
  left: 50%;
 margin-left: -56px;
  top: 10px;
  width: 112px;
  height: 111px;
  background: url(../img/images/videoPlayCircle.png) center center no-repeat;
  background-size: 100% auto;
  animation: playButtonCircleAni 6s linear infinite
}


@keyframes playButtonCircleAni {
  0% {
      transform: rotate(0) 
  }

  to {
      transform: rotate(360deg) 
  }
}
.videoPlay p{
  font-size: 12px;
  color: #fff;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%);
}





.active .videoPlay,.active .slgon_txt{opacity:1;-webkit-transition:opacity 1s;transition:opacity 1s;pointer-events:auto}








.msg_swiper .swiper-slide{
  width: 370px;
  margin-right: 70px;
}


.swiper-slide .itemlist{
  opacity: 0;
  display: flex;
  justify-content: space-between;
}
.active .swiper-slide .itemlist{opacity: 1;}
.swiper-slide .user_img{
  width: 70px;
}
.swiper-slide .user_img .txbox{
  position: relative;
  margin-top: 20px;
  width: 70px;
  height: 69px;
  background: url(../img/images/p3_txbox.png) no-repeat;
  background-size: 100%  auto;
  
}

.user_img .maskimg{
  width: 70px;
  height: 69px;
  -webkit-mask: url(../img/images/p3_mask.png);
  -webkit-mask-size: 100% 100%;
}
.user_img p{
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-top: 5px;
  word-break: break-all;
}



.swiper-slide .user-word{
  width: 290px;
  height: 395px;
  background: url(../img/images/p3_bg.png) no-repeat;
  background-size: 100%  auto;
}
.swiper-slide .user-word p{
  width: 230px;
  height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-left:40px;
  margin-top: 45px;
  line-height: 24px;
  font-size: 24px;
  line-height: 35px;
}


.txtBox .link{
  text-decoration: underline;
  text-underline-offset: 5px;
}



/* 新闻 */
.p3_tit{
  margin-top: -268px;
}
.active .p3_tit{
  left: 210px;
}
.p3_main{
  width: 1500px;
  height: 490px;
  top: 260px;
  left: 50%;
  margin-left: -750px;
}


.p3_main  .newsbox{
  width: 744px;
  height: 439px;
  position: relative;
  margin-top: 48px;
}
.newsbox .kuang{
  position: absolute;
  z-index: 20;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 744px;
  height: 439px;
  background: url(../img/images/newsbox.png) center center no-repeat;
  background-size: 100% auto;
}


.newsbox .lunboBox{
  position: absolute;
  top: 23px;
  z-index: 15;
  left: 3px;
  width: 737px;
  height: 415px;
  overflow: hidden;
  -webkit-mask: url(../img/images/imgMask.png);
  -webkit-mask-size: 100.8%  100%;
}
.newsbox .lunboBox .swiper{
  height: 100%;
}
.newsbox .lunboBox  .swiper-slide{
  width: 100%;
  height: 360px;
}
.newsbox .lunboBox img{
  position: relative;
  width: 100%;
  height: 100%;
}

.newsbox .lunboBox p{
  position: relative;
  font-size: 20px;
  height: 55px;
  line-height: 55px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  margin: -3px auto 0;
  white-space: nowrap;
}
.newsbox .lunboBox p::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: .15;
}
.newsbox  .swiper-pagination{
  bottom: -30px;
  text-align: right;
}

.newsbox  .swiper-pagination-bullet{
  background-color: #99b9c5;
  opacity: .5;
  vertical-align: middle;
}

.newsbox  .swiper-pagination-bullet-active{
  opacity: 1;
  width: 16px;
  height: 16px;
  background: url(../img/images/pointSelected.png) center center no-repeat;
  background-size: 14px auto;
}




.news-zone {
  position: absolute;
  width: 700px;
  height: 500px;
  left: 800px;
  transition: .5s
}

.news-tab {
  position: absolute;
  width: 686px;
  height: 65px;
  left: 0;
  top: 20px;
  display: flex;
  flex-direction: row;
}

.news-tab-item {
  position: relative;
  width: 140px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  /* border-right: 1px solid rgba(255,255,255,.5); */
  cursor: pointer
}
.news-tab-item.active::after{
  content: '';
  position: absolute;
  bottom: -35px;
  left: -56px;
  width: 256px;
  height: 40px;
  background: url(../img/images/newsTabSelected.png) center center no-repeat;
  background-size: 100% auto;
}
.news-more {
  position: absolute;
  width: 27px;
  height: 24px;
right: 30px;
  top: 0px;
  background-image: url(../img/images/newsMoreButton.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer
}
.news-more a{
  display: block;
  width: 100%;
  height: 100%;
}

.news-list {
  position: absolute;
  width: 686px;
  height: 406px;
  left: 0;
 bottom: 13px;
  background-image: url(../img/images/newsboxbg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat
}

.news-list-container {
  position: absolute;
  width: 696px;
  height: 406px;
  left: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column
}

.news-list-container::-webkit-scrollbar {
  width: 4px
}

.news-list-container::-webkit-scrollbar-track {
  background: rgba(255,255,255,.2);
  border-radius: 4px
}

.news-list-container::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,.8);
  border-radius: 4px
}

.news-list-container::-webkit-scrollbar-thumb:hover {
  background: rgba(255,255,255,1)
}

.news-item {
  position: relative;
  width: 655px;
  height: 66px;
  left: 13px;
  flex-shrink: 0;
  border-bottom: 1px solid rgba(255,255,255,.3);
  cursor: pointer
}

.news-item:last-child {
  border-bottom: none
}

.news-item-type {
  position: absolute;
  width: 60px;
  height: 24px;
  left: 7px;
  top: 22px;
  line-height: 24px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,1)
}

.news-item-type-bg {
  position: absolute;
  width: 49px;
  height: 22px;
  left: 7px;
  top: 26px;
  line-height: 22px;
  text-align: center;
  font-size: 14px;
  color: rgba(255,255,255,.8);
  background-size: 100% 100%
}

.news-item-title-container {
  position: absolute;
  width: 340px;
  height: 66px;
  left: 70px;
  top: 3px;

}

.news-item-title {
  position: absolute;
  width: 364px;
  height: 66px;
  left: 0;
  top: 0;
  line-height: 66px;
  color: #fff;
  font-size: 18px;

  transition: .5s
}
.news-item-title a{
  color: #fff;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-item-title a:hover {
  color: #eacb05
}

.news-item-time {
  position: absolute;
  width: auto;
  height: 66px;
  right: 0;
  top: 3px;
  line-height: 66px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  /* opacity: .42; */
}
/* page3 */

.s3_right{width: 1100px;}
.msg_bot{width: 1100px;}

.common .text{
  word-break: keep-all;
  white-space: pre;
}


/* page4 */

.page4Com{
  position: absolute;
  z-index: 99;
  width: 1920px;
  left: 50%;
  height: 60px;
  margin-left: -960px;

}

.s-slide4 .page{
  z-index: 20;
}


.msg_bot .btnPrev .cir, .msg_bot .btnNext .cir{
  background-size: 42px auto;
}
.buttonPrev .iconButton, .buttonNext .iconButton{
  width: 67px;
  height: 67px;
}

.buttonPrev .cir, .buttonPrev .prev, .buttonPrev .next, .buttonNext .cir, .buttonNext .prev, .buttonNext .next{
  width: 67px;
  height: 67px;
}

.buttonPrev .prev, 

.buttonNext .next
{
  background-size: 67px auto;
}

.buttonPrev span, .buttonNext span{
	    display: none;
  font-size: 26px;
}
.feature_textBox{
  position: absolute;
  bottom: 250px;
  left: 50px;
}
.feature_textBox .feature_text{
display: none;
}

.lang_zh-tw  .feature_textBox .feature_text:nth-child(1) {
  background-image: url(../img/images/zh-tw/feature1_text.png);
  width: 846px;
  height: 126px; }
.lang_zh-tw  .feature_textBox .feature_text:nth-child(2) {
  background-image: url(../img/images/zh-tw/feature2_text.png);
  width: 807px;
  height: 126px; }
.lang_zh-tw  .feature_textBox .feature_text:nth-child(3) {
  background-image: url(../img/images/zh-tw/feature3_text.png);
  width: 806px;
  height: 126px; }
.lang_zh-tw  .feature_textBox .feature_text:nth-child(4) {
  background-image: url(../img/images/zh-tw/feature4_text.png);
  width: 754px;
  height: 126px; }
.lang_zh-tw  .feature_textBox .feature_text:nth-child(5) {
  background-image: url(../img/images/zh-tw/feature5_text.png);
  width: 768px;
  height: 126px; }

.lang_ja  .feature_textBox .feature_text:nth-child(1) {
  background-image: url(../img/images/ja/feature1_text.png);
  width: 872px;
  height: 124px; }
.lang_ja  .feature_textBox .feature_text:nth-child(2) {
  background-image: url(../img/images/ja/feature2_text.png);
  width: 909px;
  height: 106px; }
.lang_ja  .feature_textBox .feature_text:nth-child(3) {
  background-image: url(../img/images/ja/feature3_text.png);
  width: 804px;
  height: 106px; }
.lang_ja  .feature_textBox .feature_text:nth-child(4) {
  background-image: url(../img/images/ja/feature4_text.png);
  width: 975px;
  height: 119px; }
.lang_ja  .feature_textBox .feature_text:nth-child(5) {
  background-image: url(../img/images/ja/feature5_text.png);
  width: 754px;
  height: 119px; }

.lang_ko  .feature_textBox .feature_text:nth-child(1) {
  background-image: url(../img/images/ko/feature1_text.png);
  width: 866px;
  height: 105px; }
.lang_ko  .feature_textBox .feature_text:nth-child(2) {
  background-image: url(../img/images/ko/feature2_text.png);
  width: 844px;
  height: 105px; }
.lang_ko  .feature_textBox .feature_text:nth-child(3) {
  background-image: url(../img/images/ko/feature3_text.png);
  width: 815px;
  height: 105px; }
.lang_ko  .feature_textBox .feature_text:nth-child(4) {
  background-image: url(../img/images/ko/feature4_text.png);
  width: 754px;
  height: 105px; }
.lang_ko  .feature_textBox .feature_text:nth-child(5) {
  background-image: url(../img/images/ko/feature5_text.png);
  width: 781px;
  height: 105px; }

.lang_en  .feature_textBox .feature_text:nth-child(1) {
  background-image: url(../img/images/en/feature1_text.png);
  width: 943px;
  height: 114px; }
.lang_en  .feature_textBox .feature_text:nth-child(2) {
  background-image: url(../img/images/en/feature2_text.png);
  width: 932px;
  height: 111px; }
.lang_en  .feature_textBox .feature_text:nth-child(3) {
  background-image: url(../img/images/en/feature3_text.png);
  width: 848px;
  height: 114px; }
.lang_en  .feature_textBox .feature_text:nth-child(4) {
  background-image: url(../img/images/en/feature4_text.png);
  width: 810px;
  height: 114px; }
.lang_en  .feature_textBox .feature_text:nth-child(5) {
  background-image: url(../img/images/en/feature5_text.png);
  width: 943px;
  height: 112px; }



/* pop */


.popvideo { width: 1200px; height: 675px; }

.popvideo .videoCont { width: 100%; height: 100%; }


.lang_en .common .text{    font-size: 22px;}
.lang_ja .news-item-type-bg{
  font-size: 12px;
  width: 65px;
  height: 24px;
  line-height: 24px;
}
.lang_ja .news-item-title-container{
  left: 80px;
  top: 5px; 
}
.lang_ja .common .text{    font-size: 16px;}
.lang_ko .common .text{    font-size: 22px;}









