*{
	margin: 0;
	padding: 0;
	
}
img{
	font-size: 0;
}
html,body{
	width: 100%;
	height: 100%;
	background-color: #000;
	min-width: 1200px;
}
ul,li{
	list-style: none;
}
.main{
	width: 1200px;
	margin: 0 auto;
	display: block;
	max-width: 100%;
	
}
.mainOne{
	overflow: hidden;
}
.mainOneLeft{
	float: left;
	width: 68%;
}
.mainOneRight{
	float: right;
	width: 30%;
}
.topOne{
	overflow: hidden;
}
.topOneLeft{
	float: left;
	width: 38%;
}
.topOneRight{
	float: left;
	width: 59.5%;
	margin-left: 2%;
}
.maintit{
	width: 100%;
	text-align: center;
}
.mainTwo{
	background-color: #fff;
	padding: 5px;
	margin-top: 30px;
}
.mainCont p{
	text-align: center;
	padding: 10px 0;
	font-size: 17px;
}
.mainP{
	padding: 20px;
	text-align: justify;
}
.mainBorder{
	border: 2px solid #333;
	margin: 30px 0;
}
.bannerCon{
	height: 600px;
}
  .swiper-container {
      width: 100%;
      height: 100%;

    }
    .swiper-slide {
      text-align: center;
      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-slide img{
		width: 100%;
	}
	
	.news{
		background-color: #fff;
		margin-top: 20px;
		position: relative;
	}
	.newline{
		height: 1px;
	    background-color: #DDDDDD;
	    width: 83%;
	    margin-left: 14%;
	    position: relative;
	    top: 29px;
	}
	.newsIcon{
		position: absolute;
		width: 80px;
		top: 20px;
		left: 20px;
	}
	.newsCont{
		width: 70%;
		margin: 30px auto;
		margin-top: 50px;
	}
	.newUl li{
		text-align: justify;
	}
	.titleN{
		text-align: center;
		font-size: 18px;
		color: #EC1C24;
	}
	.newUl{
		padding: 20px 0;
		color: #999;
		font-size: 14px;
		line-height: 27px;
		
	}
	.gameList{
		overflow: hidden;
	}
	.gameList img{
		float: left;
		width: 30%;
	}
	.gameList img+img{
		margin-left: 5%;
	}