﻿@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	outline: none
}
a {
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
html, body {
	height: 100%;
}
body {
	background: #070604;
	min-width: 1160px;
	position: relative
}
.bL {
	background: url(/images/left_bg.jpg) left top repeat-y;
}
.bR {
	background: url(/images/right_bg.jpg) right top repeat-y;
}
.topmod {
	background: rgba(0,0,0,.8);
	height: 110px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1160px;
}
.topmod ul {
	display: table;
	list-style: none;
	width: 1160px;
	margin: 0 auto;
	height: 100%;
}
.topmod ul li {
	display: table-cell;
	height: 100%;
	color: #fff;
	vertical-align: middle;
	text-align: left;
	min-width: 192px;
}
.topmod ul li:nth-child(2) {
	text-align: center
}
.topmod ul li:nth-child(2) a {
	color: #fff;
	margin: 0 15px;
	font: 22px/1 "微软雅黑";
}
.topmod ul li:nth-child(3) {
	text-align: right
}
.topmod ul li:nth-child(3) a {
	color: #fff;
	margin: 0 5px;
	font: 18px/1 "微软雅黑";
}
.topmod ul li a:hover, .topmod ul li a.active {
	color: #ffd100
}
.slideBox {
	position: relative;
	width: 100%;/* 设置焦点图最大宽度 */
	margin-bottom: 36px;
}
.slideBox .hd {
	position: absolute;
	height: 35px;
	line-height: 35px;
	bottom: -35px;
	z-index: 1;
	width: 100%
}
.slideBox .hd ul {
	text-align: center
}
.slideBox .hd li {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	text-indent: -9999px;
	background: #4a4a48;
	margin: 10px 6px;
}
.slideBox .hd li.on {
	background: #ffd200;
}
.slideBox .bd {
	position: relative;
	z-index: 0;
}
.slideBox .bd li {
	position: relative;
}
.slideBox .bd li img {
	background: url(/images/loading.gif) center center no-repeat;
	vertical-align: top;
	width: 100%;/* 图片宽度100%，达到自适应效果 */
}
.footer {
	border-top: 1px solid #7d6330;
	overflow: hidden;
	width: 100%;
	height: 80px;
	text-align: center;
	font: 16px/80px "微软雅黑";
	color: #7d6330;
	margin-top: 30px;
}
.Left_C {
	position: absolute;
	z-index: 1;
	top: 130px;
	left: 0;
	width: 533px;
	height: 813px;
	background-repeat: no-repeat;
	background-position: left top
}
.Right_C {
	position: absolute;
	z-index: 1;
	top: 130px;
	right: 0;
	width: 533px;
	height: 813px;
	background-repeat: no-repeat;
	background-position: right top
}
.btnmod {
	margin: 50px auto;
	text-align: center;
	position: relative;
	animation-delay: 1.7s;
	-webkit-animation-name: zde;
	animation-name: zde;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	animation-fill-mode: forwards
}
@-webkit-keyframes zde {
 0% {
 z-index: 0
}
 100% {
 z-index: 2
}
}
@keyframes zde {
 0% {
 z-index: 0
}
 100% {
 z-index: 2
}
}
.btnmod li {
	list-style: none;
	display: inline-block;
	width: 406px;
	height: 119px;
	margin: 0 10px;
	text-indent: -999em
}
.btnmod li:hover, .btnmod li.active {
	background-position: 0 -119px;
}
.btnmod li.active:hover {
	animation: none
}
.btnmod li:hover {
	-webkit-animation-name: hvr-push;
	animation-name: hvr-push;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
 @-webkit-keyframes hvr-push {
 50% {
 -webkit-transform: scale(0.8);
 transform: scale(0.8);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
@keyframes hvr-push {
 50% {
 -webkit-transform: scale(0.8);
 transform: scale(0.8);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
.btnmod li a {
	display: block;
	width: 100%;
	height: 100%
}
.btnmod li:nth-child(1) {
	background-image: url(/images/game_slt_pt.png)
}
.btnmod li:nth-child(2) {
	background-image: url(/images/game_slt_sw.png)
}
.gamearea {
	width: 1160px;
	margin: 0 auto;
	position: relative;
	z-index: 2
}
.infoarea {
	width: 1160px;
	margin: 0 auto;
	position: relative;
	z-index: 2
}
.infoarea h1 {
	font: 60px/1.5 "微软雅黑";
	color: #fff;
	margin-bottom: 20px
}
.infoarea h1 .promo {
	float: right;
}
.infoarea h1 .promo a {
	vertical-align: middle;
}
.infoarea h1 .promo a:hover {
	vertical-align: top;
}
.btn_back a {
	background: url(/images/btn-back.png);
	display: inline-block;
	width: 54px;
	height: 30px;
	border: 0;
	text-indent: -999em
}
.btn_back:after {
	content: "";
	display: inline-block;
	height: 1px;
	background: #585858;
	width: 1100px;
	margin-left: 6px
}
.element-item .link a:after {
	content: " ＋";
	display: inline-block;
	font-size: 20px;
	　
}
.element-item:hover {
	border: 2px solid #e3c75c;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.element-item {
	position: relative;
	display: inline-block;
	width: 274px;
	margin: 0 8px 50px;
	color: #262524;
	height: auto;
	padding-bottom: 15px;
	border: 2px solid transparent;
	overflow: hidden;
	min-height: 335px;
}
.element-item .link a {
	color: #ffd100;
	padding: 0 5px;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	font: 16px/18px "微软雅黑";
}

@media only screen and (max-width: 1580px) {
.Left_C {
	display: none;
}
.Right_C {
	display: none;
}
}
