a{text-decoration:none}
body{
	max-width: 750px;
	padding-bottom:160px;
	margin:0 auto;
	background:#e2e2e2 url(../image/bg.jpg) no-repeat center top;
}
.btnbx{text-align:center;padding:35px 0px;overflow:hidden;}
.btnbx img{
  display: block;
  margin: 0 auto;
  -webkit-transition: all ease 0.5s;
     -moz-transition: all ease 0.5s;
       -o-transition: all ease 0.5s;
          transition: all ease 0.5s;

}
.btnbx.cur img{
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);

}
/* .bg1{height:560px;background: url(../images/bg1.png) no-repeat center top;position:relative;z-index:4;} */
.bg2{background: url(../image/bg2.png) no-repeat center top;padding-top:170px;height:380px;}
.bg3{padding-bottom:65px;background: url(../image/bg3.png) no-repeat center top;}
.bg4{height:460px;background: url(../image/bg4.jpg) no-repeat center top;}
.logo{
	padding:45px 53px;
}
.game a{display:block;}
.game img{display:block;}
.re{
	padding-top:155px;
	width:510px;
	margin:0 auto;
}
.xias{text-align:center;}
.tongzhi{
	font-size:30px;
	color:#fff;
	padding-left:43px;
	padding-bottom:20px;
	line-height:32px;
}
.b3tl{padding:30px 0px;text-align:center;}
.tongzhi em{color:#ffea00;}
.wang{
	font-size:24px;
	color:#fff;
	padding-left:30px;
	line-height:46px;
}
.wang em{color:#ffea00;}
.like{
	padding-top:70px;
	padding-left:36px;
	display:block;
	padding-bottom:15px;
}
.hic{
	padding-left:43px;
}
.hic a{padding:0 5px;}
.ceul{
	padding-left: 74px;

}
.ceul li{
	margin-bottom:23px;
	background: url(../image/li.png) no-repeat center left;
}
.miaoinpt{
	width:107px;
	height:65px;
	line-height:64px;
	text-align:center;


	font-size:22px;
}
.miaoinpt1{color:#fff;}
.miaoinpt2{
	width:320px;
	line-height:60px;
	padding-left:12px;
	font-size:25px;
	text-align:left;
}
.dakaibtn{
	display:block;width:162px;
	height:65px;
	background: url(../image/enter.png) no-repeat center top;
	margin-left:20px;
}
.swiper-container1 img{
	display:block;
	width:100%;
	height:417px;
}
.lunte{
	padding-bottom:30px;
}

.lun2x{
	padding:0px 120px;
	padding-top:150px;
}
.lun2x img{
	display:block;
	width:100%;
}
.btn{
	padding-top:25px;
	width:160px;
	margin:0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}


.kefu{
	position:fixed;
	right: 10px;
	top: 200px;
	z-index:50;
}
.kefu a{display:block;}
.erwema{
	position:fixed;
	left: 10px;
	top: 300px;
	text-align:center;
	color:#ffff00;
	z-index:50;
	background:#002a08;
	border-radius: 6px;
	padding:4px;

}
.erwema img{
	display:block;
	margin-bottom:10px;
}
.foot{

	position:fixed;
	z-index:10;
	left:50%;
	margin-left:-375px;
	bottom:0px;
	width:710px;
	padding:0 20px;
	height:158px;
	background:#fdc14f;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.foot img{display:block;}
.ft{text-align:center;}
.cop{
	text-align:center;
	font-size:16px;
	line-height:24px;
	color:#b4b4b4;
	padding-top:10px;
}
.game{
	padding-top:175px;
	height:468px;
	background: url(../image/gabg.png) no-repeat center top;
}
.list{
	width:675px;
	margin:0 auto;

}
.list li{
	float:left;
	padding:12px 20px;
}
.list li a{
	display:block;
	background:#fff;
	height:170px;
	text-align:center;
	width:184px;
	color:#424242;
}
.list li a:hover{color:#b1780c;}
.gat{
	height:127px;
}
.gat img{display:block;}
.gaw{
	font-size:20px;
	line-height:42px;
	height:43px;
}
.dalunbox{
	padding-bottom:40px;
}
.telun{
   width:626px;

  margin:0 auto;
  padding-bottom:40px;
  overflow:hidden;

}
.daluntu{
  display:block;
  position:relative;
}
.telun img{
  width:626px;
  height:297px;
}
.lunbo1.swiper-container {
	padding-bottom:40px;
}
.lunbo1 .swiper-slide{
  -webkit-transform: scale(0.7);
     -moz-transform: scale(0.7);
      -ms-transform: scale(0.7);
       -o-transform: scale(0.7);
          transform: scale(0.7);
  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;
  -webkit-transition: all ease 0.2s;
     -moz-transition: all ease 0.2s;
       -o-transition: all ease 0.2s;
          transition: all ease 0.2s;

}
.lunbo1 .swiper-slide-prev,
.lunbo1 .swiper-slide-next{
  position:relative;
  z-index: 15;
  -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9);
}
.lunbo1 .swiper-slide-next+.swiper-slide{
  z-index: 10;
}
.lunbo1 .swiper-slide-active{
  position:relative;
  z-index: 20;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.telun .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom:0px;
}
.lunbo1 .swiper-pagination-bullet{
	background:#cbcbcb;
	opacity:1;
	width:20px;
	height:20px;
	margin:0px 10px;
}
.lunbo1 .swiper-pagination-bullet-active{
	background:#b1780c;
}

.kefu{
  position: fixed;
  right:20px;
  top: 300px;
}