﻿@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	margin: 0px 0px 0px 0px;
}
body {
	background-color: #000;
	overflow-x: hidden;
}
.bigcontainer {
	width: 100%;
}
.test {
	border: 1px solid red;
}
.fl {
	float: left;
}
.cl {
	clean: both;
}
.bl {
	display: block;
}
.ab {
	position: absolute;
}
.rl {
	position: relative;
}
video {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%);
	object-fit: contain;
}
.page_01 {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 950px;
	background: url(../images/bg_01.jpg) no-repeat center;
}
.downcontainer1 {
	height: 569px;
	background: url(../images/bg_02.jpg) no-repeat center;
}
.downcontainer1_2{
	height: 617px;
	background: url(../images/bg_03.jpg) no-repeat center;
	}
.downcontainer2 {
	height: 569px;
	background: url(../images/bg_04.jpg) no-repeat center;
}
.downcontainer3 {
	height: 635px;
	background: url(../images/bg_05.jpg) no-repeat center;
}

.downcontainer4 {
	height: 768px;
	background: url(../images/bg_06.jpg) no-repeat center;
}
.downcontainer5 {
	height: 536px;
	background: url(../images/bg_07.jpg) no-repeat center;
}

#leftnav {
	position: fixed;
	right: 30px;
	top: 20%;
	width: 98px;
	height: 436px;
	background: url(../images/leftnav.png) no-repeat;
	z-index: 20;
}
#leftnav a {
	width: 98px;
	height: 97px;
	display: block;
	text-align:center;
	padding-right:5px;
}
.gif {
	width: 1920px;
	text-align: center;
	margin: 0 auto;
}
.navs {
	width: 800px;
	height: 267px;
	left:44%;
	margin-left: -50px;
	top: 649px;
}
.nav1,.nav2,.nav21,.nav3,.nav4 {
	width: 87px;
	height: 266px;
	margin-right:50px;
}

.nav1 {
	margin-left:90px;
	background:url(../images/downland.png) no-repeat;
}
.nav1:hover,.nav2:hover,.nav21:hover,.nav3:hover,.nav4:hover{cursor: pointer;}
.nav1:hover,.nav2:hover,.nav21:hover,.nav3:hover,.nav4:hover {
	margin-top:-10px;	
}

.nav21 {
	background:url(../images/downland2.png) no-repeat;
}

.nav2 {
	background:url(../images/pay.png) no-repeat;
}

.nav3 {
	background:url(../images/js.png) no-repeat;
}

.nav4 {
	background:url(../images/show.png) no-repeat;
}




#weixin {
	display: none;
	position: fixed;
	top: 25%;
	left: 38%;
	z-index: 50;
	background: white;
}
#over {
	width: 100%;
	height: 100%;
	opacity: 0.5;/*设置背景色透明度,1为完全不透明,IE需要使用filter:alpha(opacity=80);*/
	filter: alpha(opacity=80);
	display: none;
	position: fixed;
	z-index: 40;
	background: silver fixed;
	background-size: cover;
}

/* 幻灯片所需CSS */
.slider1Preview {
	width:500px;
	height:0px;
}

/*底部幻灯片*/
.slideTxtBox{width:1100px;height:520px;left: 50%;margin-left: -560px;top:30px;}
.slideTxtBox .uls li{width:320px;height:450px;float:left;list-style-type:none;margin-left:35px;}
.slideTxtBox .small{width:250px;height:281px;margin-top:50px;margin-left:55px;border:1px solid #2c2a29;}  
.slideTxtBox .normal{width:364px;height:409px;border:1px solid #2c2a29;} 

.slideTxtBox .prev,.slideTxtBox .next{width:22px;height: 44px;top:180px;}
.slideTxtBox .prev{background: url(../images/prev.png);left:20px;}
.slideTxtBox .next{background: url(../images/next.png);left:1100px;}


.bxslider{width:1000px;height:600px;top:-40px; margin:0 auto;}
.bxslider .uls li{width:295px;height:650px;float:left;list-style-type:none; margin-left:30px; }
.bxslider .small{width:291px;height:586px;margin-top:50px;border:1px solid #2c2a29;}  

.bxslider .prev,.bxslider .next{width:22px;height: 44px;top:280px;}
.bxslider .prev{background: url(../images/prev.png);left:-10px;}
.bxslider .next{background: url(../images/next.png);left:1000px;}


.points{margin:0 auto;position:relative; left:50%;}
.points li{float:left; word-spacing: 5px;width:20px;height:20px; font-size:25px;}
.on{color:#cecece;}

.bar {
	width: 100px;
	position: fixed;
	top: 102px;
	right: 30px;
	z-index: 1000;
}
.bar .nor {
	color: #fff;
	width: 100px;
	height: 70px;
	display: block;
	text-align: center;
	text-decoration: none;
	font: 14px/70px "微软雅黑";
	background: url(../images/op.png) center repeat;
	margin-bottom: 1px;
	outline: none;
}
.bar .nor:hover, .bar .cur {
	background: #610004;
}
.bar .home {
	font: 18px/70px "微软雅黑";
	outline: none;
}
.bar .home:hover {
	background: #610004;
}
.bar .top {
	width: 100px;
	height: 42px;
	display: block;
	text-align: center;
	background: url(../images/op.png) center repeat;
	outline: none;
}
.bar .top img {
	display: block;
	margin: 0 auto;
	padding-top: 11px;
}
.show{
	width:1280px;
	margin:0 auto;
	padding-top:0px;
	padding-left:90px;
	}
	
.flash {
	left:50%;
	width:780px;
	height:480px;
	margin-left:-400px;
	margin-top:68px;
}
.v{display:block; position:absolute; left:50%; margin-left:-395px; top:120px; width:770px; height:420px;}
.v video{ width:100%; height:100%;}

.imgbox{ display:block; position:absolute; left:50%; margin-left:-405px; top:63px; width:790px; height:490px;}
.ibox{display:block; position:absolute; left:50%; margin-left:-522px; top:65px; width:1025px; height:565px;}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #000;

  /* 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;
}
.swiper-button-prev{ left:-100px !important; top:47% !important;outline:none;}
.swiper-button-next{ right:-90px !important;top:46% !important;outline:none;}
.swiper-button-prev:after, .swiper-button-next:after, .swiper-container-rtl .swiper-button-next:after{ content:''!important;}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ background:rgba(255,255,255,.5)}

.ibox .swiper-pagination{bottom:-50px!important;}

.ibox .swiper-button-prev{left:-60px !important; top:50% !important;}
.ibox .swiper-button-next{right:-70px !important;top:50% !important;}

	/*游戏展示*/
.center1{margin:0 auto;width:1280px;}	/*让内容区块居中*/
	#Game_show{width:100%;height:3480px;position:relative;margin:0px auto 0px auto;padding-bottom:100px;z-index:1500;background:url(../images/bg_07.jpg) repeat Center bottom;}
	#Game_show h3{text-align:center;margin-bottom:20px;}
	/*图片列表*/

	.PicList{float:left;}
	.PicList li{float:left;position:relative;margin-right:10px;margin-bottom:10px;padding-top:31px;padding:8px 30px;float:left;width:390px;height:auto;padding:10px;margin-top:20px;background:#000;border:2px solid #a98246;}
	.PicList li:nth-child(3n){margin-right:0px;}
	.PicList strong{height:46px;line-height:46px;text-align:center;overflow:hidden;font-size:22px;font-weight:normal;color:#a98246;margin-bottom:3px;letter-spacing:4px;display:block;}
	.PicList .photo{width:390px;margin:0 auto;background-color:#000000;display:block;}
	
	.PicList2{float:left;}
	.PicList2 li{float:left;position:relative;margin-right:10px;margin-bottom:10px;padding-top:31px;padding:8px 30px;float:left;width:603px;height:auto;padding:10px;margin-top:20px;background:#000;border:2px solid #a98246;}
	.PicList2 li:nth-child(2n){margin-right:0px;}
	.PicList2 strong{height:46px;line-height:46px;text-align:center;overflow:hidden;font-size:22px;font-weight:normal;color:#a98246;margin-bottom:3px;letter-spacing:4px;display:block;}
	.PicList2 .photo{width:603px;margin:0 auto;background-color:#000000;display:block;}
	
	.PicList3{float:left;}
	.PicList3 li{float:left;position:relative;margin-right:10px;margin-bottom:10px;padding-top:31px;padding:8px 30px;float:left;width:1240px;height:auto;padding:10px;margin-top:20px;background:#000;border:2px solid #a98246;}
	.PicList3 li:nth-child(3n){margin-right:0px;}
	.PicList3 strong{height:46px;line-height:46px;text-align:center;overflow:hidden;font-size:22px;font-weight:normal;color:#a98246;margin-bottom:3px;letter-spacing:4px;display:block;}
	.PicList3 .photo{width:1240px;margin:0 auto;background-color:#000000;display:block;}
	