/* banner */
#banner_box{
	width: 100%;
}
.swiper-container{
	min-width: 1100px;
	margin: 0 auto;
}
.swiper-container img{
	width: 100%;
}
.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
    background: #ffa500;
}
#news_box{
	width: 100%;
}
.news_in{
	width: 1100px;
	margin: 40px auto;
}
.news_in .news_title,
.news_in .news_list,
.news_in .news_more{
	float: left;
}
.news_in .news_title,
.news_in .news_list{
	margin-right: 10px;
}
.news_in .news_title,
.news_in .news_more{
	width: 120px;
	height: 120px;
}
.news_in .news_title{
	position: relative;
	background: #fff url('../images/icon_news2.png') no-repeat center 30px;
}
.news_in .news_title .title_box{
	position: absolute;
    width: 100%;
    bottom: 13px;
}
.news_in .news_title .title_box p:nth-of-type(1){
	font-size: 17px;
	line-height: 23px;
}
.news_in .news_list{
	width: 840px;
}
.news_in .news_list li{
	float: left;
	width: 415px;
	height: 55px;
	box-sizing: border-box;
	line-height: 55px;
	padding: 0 20px 0 36px;
	background: #fff url('../images/icon_news_li.png') no-repeat 17px center;
	cursor: pointer;
}
.news_in .news_list li:hover{
	background-image: url('../images/icon_news_li_hover.png');
}
.news_in .news_list li:nth-of-type(1),
.news_in .news_list li:nth-of-type(2){
	margin-bottom: 10px;
}
.news_in .news_list li:nth-of-type(1),
.news_in .news_list li:nth-of-type(3){
	margin-right: 10px;
}
.news_in .news_list li a{
	font-size: 14px;
	color: #737373;
}
.news_in .news_list li:hover a{
	color: #ff9900;
}
.news_in .news_list li span{
	float: right;
	font-size: 11px;
	color: #999;
}
.news_in .news_more{
	width: 120px;
	height: 120px;
	background: url('../images/icon_more.png') no-repeat center;
	cursor: pointer;
}
.news_in .news_more:hover{
	background-image: url('../images/icon_more_hover.png');
}
.news_in .news_more a{
	display: block;
    width: 100%;
    height: 100%;
}
#game_box{
	width: 100%;
	background: #fff;
}
.game_in{
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.game_in .game_header{
	width: 100%;
	height: 130px;
	margin: 0 auto;
	background: url('../images/title_bg.png') no-repeat center;
	position: relative;
}
.game_in .game_header .title_box{
	position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 49px;
}
.game_in .game_list{
	width: 100%;
}
.game_in .game_list li{
	float: left;
	width: 30%;
	margin-right: 5%;
}
.game_in .game_list li:last-child{
	margin-right: 0;
}
.game_in .game_list li>a{
	width: 100%;
	display: block;
}
.game_in .game_list li>a img{
	display: block;
	margin: 0 auto;
}
.game_in .game_list li .game{
	width: 100%;
	margin-top: 10px;
	cursor: pointer;
	position: relative;
	height: 45px;
}
.game_in .game_list li .game p{
	text-align: center;
	line-height: 22px;
	color: #333;
}
.game_in .game_list li .game p:nth-of-type(2){
	font-size: 12px;
	color: #999;
}
.game_in .game_list li .game span{
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	display: none;
	line-height: 38px;
	font-size: 16px;
	width: 144px;
	color: #ff9900;
	text-align: center;
	border: 1px solid #ff9900;
    border-radius: 20px;
    bottom: 3px;
    background: #fff;
}
.game_in .game_list li .game span:active{
	background: #ff9900;
	color: #fff;
}
.game_in .game_list li .game span a{
	color: #ff9900;
}
.game_in .game_list li .game span a:active{
	color: #fff;
}
#partner_box{
	width: 100%;
}
.partner_in{
	width: 1140px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.partner_in .partner_header{
	width: 100%;
	height: 130px;
	margin: 0 auto;
	background: url('../images/title_bg.png') no-repeat center;
	position: relative;
}
.partner_in .partner_header .title_box{
	position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 49px;
}
.partner_in .partner_list{
	margin-top: 20px;
	width: 100%;
}
.partner_in .partner_list li{
	float: left;
	width: 150px;
	height: 60px;
	margin:0 20px;
	margin-bottom:20px;
}
.partner_in .partner_list li:last-child{
	margin-right: 0;
}
.partner_in .partner_list li img{
	width: 100%;
}