

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
/*涓讳綋瀹藉害*/
.inner-auto {
	width: 1200px;
	margin: 0 auto;
}
/*宸︽诞鍔�*/
.fl {
	float: left;
}


/*鍙虫诞鍔�*/
.fr {
	float: right;
}


/*娓呴櫎娴姩*/
.clear {
	zoom: 1;
}
.clear:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
	visibility: hidden;
	line-height: 0;
}


/*鏂囧瓧涓€琛屾孩鍑�*/
.oneline {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}


/*鏂囧瓧涓よ婧㈠嚭*/
.twoline {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

/*鏂囧瓧4琛屾孩鍑�*/
.fourline {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

/*闅愯棌*/
.hide {
	display: none;
}
/*鏄剧ず*/
.show {
	display: block;
}


.game-intro{
	width: 100%;
	height: 126px;
	color: #fff;
	background-color: #ffaa02;
}
.game-intro h1{
	font-size: 50px;
	line-height: 126px;
}
.game-intro h3{
	margin-top: 24px;
	font-size: 30px;
}
.game-intro p{
	font-size: 34px;
}
.game-list{
	padding: 50px 0 70px;
	background-color: #fff;
}
.game-list .title{
	padding-top: 42px;
	text-align: center;
}
.game-list .title h2{
	font-size: 36px;
	font-weight: bold;
}
.game-list .title p{
	margin:20px 0;
	font-size: 21px;
}
.gali-content{
    margin-top: 30px;
}
.gali-content img{
	width: 589px;
	height: auto;
}
.gali-content p{
	width: 556px;
	padding-top: 80px;
	font-size: 22px;
}


.gamelist2{
	padding-top: 0;
}
.game-severe{
	margin-top: 63px;
}
.game-severe ul{
	position: relative;
	width: 1125px;
	margin: 0 auto;
}
.game-severe ul li{
	position: relative;
	z-index: 6;
	float: left;
    margin-right: 120px;
    text-align: center;
}
.game-severe ul li:nth-child(4){
	margin-right: 0;
}
.game-severe ul li p{
	width: 190px;
	margin: 20px 0 0;
	font-size: 18px;
}
.game-severe ul .center{
	position: absolute;
	top: 63px;
	left: 0;
	right: 0;
	width: 917px;
	height: 13px;
	margin: 0 auto;
	background-color: #00a0e9;
}

.game-brand{
	height: 710px;
	padding: 50px 0 100px;
}	
.game-brand ul{
	width: 1050px;
	margin: 0 auto;
}
.game-brand ul li{
	float: left;
	position: relative;
	box-sizing: border-box;
	width: 232px;
	height: 320px;
	padding: 28px 18px 15px;
	margin: 60px 176px 0 0;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}
.game-brand ul li:nth-child(3n){
	margin-right: 0;
}
.game-brand ul li h3{
	font-size: 20px;
	text-align: center;
	background-image: -webkit-linear-gradient(bottom, rgb(195, 161, 120), rgb(243, 236, 227));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.game-brand ul li p{
	padding: 0 10px 0 18px;
	margin-top: 14px;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}
.game-brand ul li img{
	position: absolute;
	bottom: 16px;
	left: 0;
	right: 0;
	width: 190px;
	height: 133px;
	margin: 0 auto;
}
.game-brand ul li:hover{
	box-shadow: 0px 0px 15px 3px rgba(60, 60, 60, 1);
	-webkit-transform: translateX(-8px);
	-ms-transform: translateX(-8px);
	transform: translateY(-8px);
}

.gamelist3 .title p{
	margin: 10px 0;
}

.game-left{
	position: fixed;
	left: 0;
	bottom: 200px;
	z-index: 999;
	width: 370px;
	height: 226px;
	overflow: hidden;
}