html,body{
  height: 100%;
  margin:0;
  min-width: 1200px;
}
.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
ul{
  padding:0;
  margin: 0;
}
li{
  list-style-type: none;
}
a{
  text-decoration:none
}
div{
  box-sizing: border-box;
}
.clearfix {
  zoom: 1;
}
.one-line{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contain{
  width: 1200px;
  margin: 0 auto;
}
.header{
  height: 70px;
  background-color: #032b21;
  opacity: 0.7;
  border-bottom: 1px solid #e5d2a8;
}
.header .logo{
 position: relative;
  top: 17px;
  margin-right:50px;
}
.header .menu-item{
	height: 17px;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 2px;
  color: #c2b280;
  text-decoration:none
}
.header .icon:after{
  content: url(../images/menu-icon.png?v=20201019);
  display: inline-block;
  margin: 0 30px;
}
.container{
  background: url(../images/index-bg.jpg) center no-repeat;

}
.pageOne{
  height: 1270px;
}
.pageOne .solgan{
  position: relative;
  left: -200px;
}
.pageOne .download-wrap{
  float:right;
  margin-top: 20px;
}
.pageOne .download-wrap>img{
  float: left;
}
.pageOne .download-wrap img{
  cursor: pointer;
}
.pageOne .download-wrap .downloads{
 width: 160px;
 float: left;
 margin: 0 14px;
}
.pageOne .download-wrap .gift{
  width: 160px;
  float: left;
  margin-top: -33px;
}
.pageOne .pageOne-swiper{
  margin-top: 180px;
  width: 700px;
  position: relative;
  float: left;
}
.pageOne .swiper-slide a::before{
  content: '';
  display: inline-block;
  position: absolute;
  width:100%;
  height: 100%;
  background: url(../images/p1-swiper-bg.png) center center no-repeat;
  top:0;
  left: 0;
  z-index: 10;
}
.pageOne .swiper-pagination{
  position: absolute;
  bottom: 40px;
  left:50%;
  transform: translateX(-50%);
}
.pageOne  .swiper-pagination-bullet{
	display: inline-block;
	width: 13px;
	height: 13px;
  background: url(../images/swiper-pending.png) center center no-repeat;
  opacity: 1;
  margin-right: 10px;
}

.pageOne .swiper-pagination-bullet-active{
	display: inline-block;
	width: 13px;
	height:13px;
	background: url(../images/swiper-active.png) center center no-repeat;
}
.pageOne .news-wrap{
  background: url(../images/news-bg.png) center center no-repeat;
  width: 480px;
  height: 420px;
  float: right;
  margin-top: 18px;
  padding: 0 32px;
  box-sizing: border-box;
}
.pageOne .news-wrap .news-menu{
  border-bottom: 1px solid #1a3834;
  padding:0 0 3px 0;
  margin-top: 16px;
}
.pageOne .news-wrap .news-menu a{
  width: 25%;
  float: left;
  text-align: center;
  border-bottom: 1px solid #1a3834;
  display: inline-block;
  height: 75px;
  padding-bottom: 10px;
}
.pageOne .news-wrap .news-menu .hot{
  background: url(../images/hot-pending.png) center center no-repeat;
}
.pageOne .news-wrap .news-menu .hot.active-menu{
  background: url(../images/hot-active.png) center center no-repeat;
}
.pageOne .news-wrap .news-menu .news{
  background: url(../images/news-pending.png) center center no-repeat;
}
.pageOne .news-wrap .news-menu .news.active-menu{
  background: url(../images/news-active.png) center center no-repeat;
}
.pageOne .news-wrap .news-menu .active{
  background: url(../images/active-pending.png) center center no-repeat;
}
.pageOne .news-wrap .news-menu .active.active-menu{
  background: url(../images/active-active.png) center center no-repeat;
}
.pageOne .news-wrap .news-menu .notice{
  background: url(../images/notice-pending.png) center center no-repeat;
}
.pageOne .news-wrap .news-menu .notice.active-menu{
  background: url(../images/notice-active.png) center center no-repeat;
}
.pageOne .news-wrap .news-list{
  display:none
}
.pageOne .news-wrap .news-list.hot{
  display: block;
}
.pageOne .news-wrap .news-list .news-item:nth-child(1){
  height: 42px;
  line-height: 42px;
  background-color: #184c45;
  padding: 0 0 0 10px;
  font-size: 20px;
  color: #e5daa7; 
  box-sizing: border-box;
  border: none;
}
.pageOne .news-wrap .news-list .news-item:nth-child(1) a{
  font-size: 20px;
  color: #e5daa7; 
}
.pageOne .news-wrap .news-list .news-item{
  border-bottom: 1px dashed #ecf2a7;
  padding:10px 0;
}
.pageOne .news-wrap .news-list .news-item a{
  color:#2f2f2f;
  font-size: 16px;}
.pageOne .news-wrap .news-list .news-item a span{
  display: inline-block;
  overflow: hidden;
}
.pageOne .news-wrap .news-list .news-item .title{
  width: 280px;

}
.pageTwo{
  height:648px;
  margin-top: -40px;
  padding-top: 20px;
  box-sizing: border-box;
}
.pageTwo .job-desc{
  width: 200px;
  float: left;
}
.pageTwo .job-list:before{
  content: '';
  background: url(../images/joblist-icon.png);
  width: 10px;
  height: 158px;
  display: inline-block;
  margin-left: 20px;
}
.pageTwo .job-list:after{
  content: '';
  background: url(../images/joblist-icon.png);
  width: 10px;
  height: 158px;
  display: inline-block;
  margin-left: 20px;
  transform: rotate(180deg);
}
.pageTwo .job-list img{
  vertical-align: middle;
  margin-right: 10px;
}
.pageTwo .job-list li{
	font-size: 20px;
	letter-spacing: 10px;
  color: #e6dba9;
  padding: 10px;
  cursor: pointer;
}
.pageTwo .job-list .job-tab::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url(../images/job-icon.png) no-repeat center;
  background-size: contain;
}
.pageTwo .job-list .job-tab:nth-child(1).job-tab-active::before{
  width: 40px;
  height: 40px;
  background: url(../images/job-list-mo.png) no-repeat center;
  background-size: contain;
}
.pageTwo .job-list .job-tab:nth-child(2).job-tab-active::before{
  width: 40px;
  height: 40px;
  background: url(../images/job-list-duan.png) no-repeat center;
  background-size: contain;
}
.pageTwo .job-list .job-tab:nth-child(3).job-tab-active::before{
  width: 40px;
  height: 40px;
  background: url(../images/job-list-qi.png) no-repeat center;
  background-size: contain;
}

.pageTwo .job-wrap{
  margin-left: 200px;
  position: relative;
}
.pageTwo .job-wrap .job-title{
  background: url(../images/job-title-bg.png) center center no-repeat;
  width:951px;
  height: 47px;
	font-size: 26px;
	line-height: 47px;
	letter-spacing: 3px;
  color: #e6dba9;
  text-align: center;
  margin-bottom: 20px;
}
.pageTwo .job-wrap .desc{
	font-size: 20px;
	letter-spacing: 2px;
  color: #e6dba9;
  height:45px;
}
.pageTwo .job-wrap .detail{
  margin-top:50px;
}
.pageTwo .job-wrap .detail .video-wrap{
  width:568px;
  height: 319px;
  background: url(../images/video-bg.png) center center no-repeat;
  float: left;
  position: relative;
}
.pageTwo .job-wrap .detail .video-wrap .job-pic{
  width: 538px;
  height: 240px;
  margin-top: 37px;
  margin-left: 17px;
}
 .video-btn{
  background: url(../images/video-btn.png) center center no-repeat;
  position: absolute;
  width: 66px;
  height: 66px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.pageTwo .job-wrap .detail .tool-list{
  float:left;
  width: 400px;
}
.pageTwo .job-wrap .detail .tool-list .tool-wrap{
  float: left;
  margin: 0 20px 20px;
  position: relative;
}
.pageTwo .job-wrap .detail .tool-list .desc-toot-wrap{
  width: 305px;
  height: 315px;
  position: absolute;
  top: 30px;
  background: url(../images/tool-desc.png) no-repeat center;
  background-size: contain;
  display: none;
  z-index: 99;
  padding: 10px;
  overflow: auto;
  scrollbar-width: none; /* firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.pageTwo .job-wrap .detail .tool-list .desc-toot-wrap::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}
.pageTwo .job-wrap .detail .tool-list .tool-wrap:nth-child(3n-1) .desc-toot-wrap,.pageTwo .job-wrap .detail .tool-list .tool-wrap:nth-child(3n-2) .desc-toot-wrap{
  left: 50px;
}
.pageTwo .job-wrap .detail .tool-list .tool-wrap:nth-child(3n) .desc-toot-wrap{
  right:-70px;
}
.pageTwo .job-wrap .detail .tool-list .tool-wrap .tool-name{
  text-align: center;
  color: #feeccf;
}
.pageTwo .job-wrap .detail .tool-list .tool-item{
  width:83px;
  height: 83px;
  border: solid 3px #feeccf;
  border-radius: 50%;
  padding: 3px 5px 5px 3px;
  box-sizing: border-box;
}
.pageTwo .job-wrap .detail .tool-list .tool-item img{
  width: 100%;
  height: 100%;
  border: solid 1px #feeccf;
  border-radius: 50%;
}
.pageTwo .job-wrap .job-more{
  position: absolute;
  bottom: 50px;
  right:0;
}
.pageThree{
  background-position: top -500px left 0;
  background-size: 100% 100%;
  height: 1178px;
  margin-top: -200px;
  padding-top: 200px;
}
.pageThree .contain{
  position: relative;
  height: 100%;
}
.pageThree .game-material{
  background: url(../images/game-material.png) center center no-repeat;
  width: 590px;
  height:325px;
  position: absolute;
  z-index: 10;
  box-sizing: border-box;
  padding:90px 30px 0;
}
.pageThree .game-tips{
  background: url(../images/game-tips.png) center center no-repeat;
  width: 676px;
  height:308px;
  position: absolute;
  right:0;
  top: 70px;
  padding: 100px 30px 10px 80px;
  box-sizing: border-box;
}
.pageThree .game-tips .left-ul{
  border-right: 2px solid #fff
}
.pageThree .game-tips ul{
  float: left;
  width: 290px;
}
.pageThree .game-tips ul li{
  margin: 10px;
  font-size: 14px;
}
.pageThree .game-tips ul li a {
  color:#fff
}
.pageThree .game-tips ul .title{
  width: 220px;
  display: inline-block;
}
.pageThree .game-tips ul .date{
  float: right;
  right: 20px;
  bottom: 20px;
}
.pageThree .btn-more{
  position: absolute;
  bottom: 30px;
  right: 20px;
}
.pageThree .pageThree-top{
  float:left;
  width: 180px;
}
.pageThree .material-list{
  float: left;
}
.pageThree .material-list .material-item{
  border-bottom: 1px solid #3e2f00;
  margin-bottom: 15px;
}
.pageThree .material-list .title{
	font-size: 16px;
  color: #424242;
  margin-right: 10px;
  vertical-align: super;
  font-weight: 700;
}
.pageThree .material-list ul{
  display: inline-block;
}
.pageThree .material-list ul li{
  float: left;
  width: 70px;
}
.pageThree .material-list ul li a{
  font-size: 14px;
  color: #424242;
}
.pageThree .pic-video{
  background: url(../images/pic-video.png) center center no-repeat;
  height: 353px;
  position: absolute;
  bottom: 200px;
  width: 100%;
  padding-top: 130px;
  box-sizing: border-box;
}
.pageThree .pic-video .tab-wrap{
  position: absolute;
  right: 30px;
  top: 52px;
}
.pageThree .swiper-slide img{
  border: solid 3px #e9dfb1 ;
  height: 172px;
}
.muma_wrap {
  width: 190px;
  margin-right: 30px;
  float: left;
}
.muma_slide {
  width: 186px;
  height: 500px;
  position: relative;
}

.muma_slide ul li {
  position: absolute;
}

.muma_slide ul li img {
  width: 100%;
  height: 100%;
}

.muma_transion {
  transition: all .2s;
}

.muma_small_box {
  width: 123px;
  height: 191px;
  top: 14px;
  z-index: 2;
}

.muma_small_next {
  left: 0;
  opacity: 0.8;
}

.muma_small_max {
  left: 0;
  opacity: 0;
}

.muma_small_pre {
  left: 67px;
  opacity: 0.8;
}

.muma_small_pre_max {
  left: 67px;
  opacity: 0;
}

.muma_big {
  width: 137px;
  height: 212px;
  top: 0;
  left: 27px;
  opacity: 1;
  z-index: 4;
}
.muma_left_move {
  width: 27px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.muma_right_move {
  width: 27px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.pageThree .pic-video .tab-wrap .tab{
  font-size: 12px;
  color: #fff;
  background: url(../images/tab-bg.png)center center no-repeat;
  display: inline-block;
  width:62px;
  height: 27px;
  text-align: center;
  line-height: 27px;
  letter-spacing: 2px;
  cursor: pointer;
}
.pageThree .pic-video .tab-wrap .active{
  font-size: 16px;
  color: #e2d59a;
  background: url(../images/tab-active.png)center center no-repeat;
  width: 75px;
  height: 32px;
  line-height: 32px;
  letter-spacing: 2px;;
}
.pageThree .pic-swiper{
  height:176px;
  width:900px;
  margin: 0 auto;
}
.pageThree .pic-swiper .swiper-container {
  width: 100%;
  height: 100%;
}
.pageThree .pic-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.pageThree .pic-swiper .swiper-button-next{
  background: url(../images/swiper-right.png) center center no-repeat;
  width: 35px;
  height: 69px;
  right: 50px;
}
.pageThree .pic-swiper .swiper-button-prev{
  background: url(../images/swiper-left.png) center center no-repeat;
  width: 35px;
  height: 69px;
  left: 50px;
}
.pageFour{
  height: 768px;
  margin-top: -600px;
  padding-top: 500px;
  box-sizing: border-box;
  color: #e2d59a;
}
.pageFour .forumn,.pageFour .phone{
  width: 380px;
  float: left;
  margin-right: 50px;
}
.pageFour .title{
	font-size: 24px;
  color: #e2d59a;
  border-bottom: 4px solid  #e6dba8;
  padding-bottom: 10px;
}
.pageFour .forumn-list {
  margin-top: 20px;
}
.pageFour .forumn-list a{
  display: inline-block;
  width: 23%;
  color: #e2d59a;
  padding:0 8px;
  box-sizing: border-box;
}
.pageFour .forumn-list a div{
  text-align: center;
}
.pageFour .phone .num-wrap{
  margin-top:20px;
  padding-left: 13px;
}
.pageFour .phone .num-wrap>div{
  display: inline-block;
  margin-left: 23px;
}
.pageFour .phone .num-wrap .num{
  font-size: 28px;
}
.pageFour .wechat{
  background: url(../images/p4wechat-bg.png) center center no-repeat;
  width:340px;
  height: 186px;
  float: right;
}
.pageFour .wechat img{
  margin: 25px;
}
.pageFour .wechat .gongzhonghao{
  margin-bottom: 40px;
}
.pending-dialog{
  position: fixed;
  top:0;
  bottom:0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.35);
  z-index: 3000;
  display: none;
}
.pending-dialog .content{
  background: url(../images/pending.png);
  color: #fff;
  width: 242px;
  height: 97px;
  position: fixed;
  top: 50%;
  left: 50%;
  line-height: 97px;
  text-align: center;
}
.pop-container {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: none;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	z-index: 101;
}
.mask {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	overflow: hidden;
	background: rgba(0, 0, 0, .75);
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	display: none
}

.pop-container .pop-close {
	position: absolute;
	width: 35px;
	height: 33px;
	right: -52px;
	top: 0;
	display: block;
	background: url(../images/pop-close.png) no-repeat;
	z-index: 106;
  transition: all .3s ease;
  background-size: 100%;
}

.pop-container .pop-close:hover {
	transition: all .3s ease;
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.pending-dialog{
  position: fixed;
  top:0;
  bottom:0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.35);
  z-index: 20000;
  display: none;
}
.pending-dialog .content{
  background: url(../images/pending.png);
  color: #fff;
  width: 242px;
  height: 97px;
  position: fixed;
  top: 50%;
  left: 50%;
  line-height: 97px;
  text-align: center;
  transform: translate(-50%,-50%);
}
.nav{
  height: 70px;
  background-color: #032b21;
  opacity: 0.7;
  border-bottom: 1px solid #e5d2a8;
  position: absolute;
  z-index: 999;
  top: 52px;
  width: 100%;
  display: none;
}
.nav h1,.nav h2{
  display: inline-block;
}
.nav a{
  cursor: pointer;
}
.nav .logo{
 position: relative;
  top: 17px;
  margin-right:50px;
}
.nav .menu-item{
	height: 17px;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 2px;
  color: #c2b280;
  text-decoration:none
}
.nav .icon:after{
  content: url(../images/menu-icon.png?v=20201019);
  display: inline-block;
  margin: 0 30px;
}
.news-page{
  background: url(../images/newspage_bg.jpg) center center no-repeat;
  height: 1080px;
  background-size: 100% 100%;
}
.news-page .contain{
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: 30px;
}
.news-wrap{
  width: 100%;
  height: 1080px;
  background: url(../images/news_list_bg.png) center center no-repeat;
  background-size: 100% 100%;
}
.news-wrap .news-box{
  width: 100%;
  height: 100%;
  overflow: auto;
}
.news-wrap .news-box .news-list{
  width:890px;
  float:left;
  padding: 20px 0 18px 29px;
  height: 100%;
  position: relative;
}
.news-wrap .news-box .news-tab {
  background: #baa079;
  height: 47px;
  margin-top: 10px;
}
.news-wrap .news-box .news-tab a {
  display: inline-block;
  width: 19%;
  text-align: center;
  height: 47px;
  font-size: 18px;
  color: #fff;
  line-height: 47px;
  position: relative;
}
/* .news-wrap .news-box .news-tab .active {
  border-bottom:  4px solid #e4d8a2;
  position: relative;
} */
.news-wrap .news-box .news-tab .active:after {
  content: '';
  width: 104px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
}
.news-wrap .news-box .news li {
  position: relative;
  border-bottom: 1px solid #c7bcab;
}
.news-wrap .news-box .news li img {
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
.news-wrap .news-box .news a {
  color: #887454;
  display: inline-block;
  width: 95%;
  height: 67px;
  padding: 6px;
  line-height: 67px;
  font-size: 20px;
}
.news-wrap .news-box .news a .tag {
  display: inline-block;
  overflow: hidden;
  margin-left: 20px;
}
.news-wrap .news-box .news a .title{
  display: inline-block;
  font-size: 20px;
  margin-left: 20px;
  max-width: 620px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-wrap .news-box .news a .date{
  float: right;
  font-size: 15px;
}
.news-wrap .other-news{
  float:right;
  height: 100%;
  width: 300px;
  padding: 20px 15px;
}
.news-wrap .other-news .activity{
  height: 413px;
}
.news-wrap .other-news .title{
 border-bottom: 2px solid #baa079;
}
.news-wrap .other-news .activity li img{
  margin-right: 10px;
}
.news-wrap .other-news .activity li a{
  color:#887454;
  display: block;
  width: 95%;
  height: 56px;
  padding: 6px;
  line-height: 56px;
  border-bottom: 1px dashed rgba(83,84,71,0.2);
  box-sizing: border-box;
}
.news-wrap .other-news .media-list{
  margin-top:37px;
  text-align: center;
}
.news-wrap .other-news .media-list img{
  display: block;
  position: relative;
  margin-bottom: 10px;;
  left: 50%;
  transform: translateX(-50%);

}
.pagi{
  text-align: center;
  margin-top: 40px;
}
.pagination a.active {
  color: #fff;
  background-color: #baa079;
  border-color: #baa079;
}
.pagination a {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #baa079;
  width: 42px;
  text-align: center;
  margin: 0 4px;
  border: 1px solid #baa079;
}
.detail .contain{
  margin: 0 auto 40px
}
.detail .news-page{
  position: relative;
}
/* .detail .news-wrap{
  height: auto
} */
.detail .news-box{
  padding: 20px 90px;
  color: #887454;
}
.detail .banner{
  height: 77px;
  line-height: 77px;
  padding-bottom: 5px
}
.detail .banner .banner-inner{
  height: 72px;
  line-height: 72px;
}
.detail .banner .back{
  display: block;
  background: url(../images/btn_news_back.png);
  width: 123px;
  height: 48px;
  float: left;
  margin-top: 12px;
}
.detail .banner .position{
  float: right;
  color: #887454;
  position: relative;
}

.detail .banner .position a{
  color: #887454;
}
.detail .banner .position span{
  color: #887454
}
.detail .news-title-wrap {
  border-bottom: 1px solid rgba(83,84,71,0.2);
  padding-bottom: 5px;
}
.detail .news-title-wrap .news-title{
	font-size: 36px;
  color: #887454;
  text-align: center;
}
.detail .news-title-wrap .date{
  float:left
}
.detail .news-title-wrap .share{
  float:right
}
.detail .news-title-wrap .share a {
  display: inline-block;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: url(../images/sns_ico.png) no-repeat;
  vertical-align: middle;
  margin-left: 6px;
  transition: all ease .3s;
}
.detail .news-title-wrap .share .weibo{
  background-position: -36px 0;
}
.detail .news-title-wrap .share .wx{
  background-position: -3px 0;
}
.detail .news-title-wrap .share .qzone{
  background-position: -68px 0;
}
.detail .detail-content{
  margin-top: 20px;
  color: #333333;
  max-height: 830px;
  overflow-y: auto;
}
.detail .detail-content p {
  color: #333333;
  line-height: 25px;
  margin-bottom: 10px;
}
.detail-content::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;  /*高宽分别对应横竖滚动条的尺寸*/
}
.detail-content::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 6px;
  background: #baa079;

}
.detail-content::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 6px;
  background: none;
}
.page-footer {
  position: relative;
  z-index: 50;
}
.pc-footer {
  background: #000;
}
.pc-footer div{
  box-sizing: content-box;
}