@charset "utf-8";
html{overflow-x:hidden;}
body{background:#fff; font-size:12px; color:#6e6e6e;width:100%;vertical-align:top;margin:0;padding:0;font-family:"Microsoft YaHei","SimSun","SimHei",Arial,Tahoma,Helvetica;-webkit-text-size-adjust:none;}h1,h2,h3,h4,h5,h6,u,i,div,font,span,table,tr,td,dl,dd,dt,ul,ol,li,pre,form,fieldset,input,textarea,blockquote{margin:0px;padding:0px;}ol,ul,li{list-style:none;margin:0px;padding:0px;vertical-align:top;}dl,dt,dd{list-style:none;margin:0px;padding:0px;vertical-align:top;}font{margin:0px;padding:0px;font:normal;font-weight:normal;}p{margin:0px;padding:0px;}img{vertical-align:top;border:0;}h1,h2,h3,h4,h5,h6{margin:0px;padding:0px;font-size:12px;font-weight:normal;line-height:normal;}form{margin:0px;padding:0px;}abbr,acronym{border:0;}address,caption,cite,code,dfn,th,var{font-weight:normal;font-style:normal;}a{-webkit-text-size-adjust:none; -webkit-user-select: none;-webkit-tap-highlight-color: rgba(255, 255, 255, 0);-webkit-font-smoothing: antialiased;}a:link{color:#000;text-decoration:none;}a:visited{color:#000;text-decoration:none;}a:hover{color:#000;text-decoration:none;}a:active{color:#000;}a:focus{outline:none;}.clear:before,.clear:after{content:"";clear:both;display:block;height:0;visibility:hidden;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none;}input,textarea{background:none;border:0px none;margin:0;padding:0;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block; margin:0; padding:0;}.foAr{font-family:Arial,"Microsoft YaHei","SimSun";}html{overflow-x:hidden;}.fl{float:left;}.fr{float:right;}.show{display:block;}.hide{display:none;}.fontBankGothic{font-family:BankGothic,Arial;}

/*共用部分 begin*/

/*设置头部高度*/
header{
	width: 100%;
	height: 117px;
	line-height: 115px;
	position: fixed;
	top:0;
	left: 0;
	background: #343434;
	color: #fff;
	font-size: 1.5em;
	overflow:hidden;
	z-index: 999;
}
/*设置头部内容*/
.header_content{
	width: 80%;
	height: auto;
	margin:0 auto;
	text-align: center;
}

/*设置banner图片*/
.banner{
	display: inline-block;
	width: 104px;
	height:104px;
	vertical-align: middle;
}
/*设置文字说明*/
.wenan{
	display: inline-block;
	width: 210px;
	text-align: left;
	margin-left:17px;
	vertical-align: middle;
}
.wenan h1{
	font-size: 1.5em;
}
.wenan h2{
	font-size: 1.125em;
}

/*设置头部列表*/
.header_list{
	display: inline-block;
	list-style: none;
	vertical-align: middle;
	margin-left:20px;
}
.header_list li{
	float: left;
	margin-right: 8px;
}
.header_list li a{
	display: inline-block;
	width: 101px;
	height: 40px;
	line-height: 40px;
	background: #343434;
	border:1px solid #bbbbbb;
	border-radius: 20px;
	cursor: pointer;
	text-align: center;
	color:#fff;
}
.header_list li .current,.header_list li a:hover{
	background:#ff0000;
	border:1px solid #ff0000;
}
/*设置新闻*/
.header_list li a img{
	display: inline-block;
	position: relative;
	top:50%;
	margin-top: -14px;
	margin-right: 2px;
	width: 28px;
	height: 28px;
}

/*隐藏移动端i_header*/
.i_header{
	display: none;
	/*display: none \9;*/
}

/*设置左边浮动bar*/
.flow_bar{
	position: fixed;
	top:50%;
	left:30px;
	margin-top:-289px;
	z-index: 999;
}
.flow_bar .text_box{
	color:#fff;
	font-size:18px;
	line-height:22px;
	text-align: center;
}
.flow_bar_list{
	margin-top:-150px;
}
/*浮层上部*/
.top_bar{
	position: relative;
	width: 100%;
	text-align: center;
	background: url(/11/images/diandian.png)  center center  repeat-y;
}

/*设置ul列表*/
.top_bar_list{
	list-style: none;
	display: inline-block;
	width: 100%;
	/*background: url(/11/images/diandian.png) top center  repeat-y;*/
}
.top_bar_list li{
	height:auto;
	display:block;
	height: 70px;
	overflow:hidden;
}
.top_bar_list li a{
	display: inline-block;
	width: 58px;
	height: 58px;
	border-radius: 29px;
	-webkit-border-radius: 29px; 
	-moz-border-radius: 29px; 
	-o-border-radius: 29px; 
	cursor: pointer;
}
.top_bar_list li #home{
	background: url(/11/images/bar_icon_white/1.png)  center center  no-repeat;
}
.top_bar_list li #info{
	background: url(/11/images/bar_icon_white/2.png) center center  no-repeat;
}
.top_bar_list  li #images{
	background: url(/11/images/bar_icon_white/3.png) center center  no-repeat;
}
.top_bar_list li #bottominfo{
	background: url(/11/images/bar_icon_white/4.png) center center  no-repeat;
}
.top_bar_list li #home:hover{
	background: url(/11/images/bar_icon_black/1.png) center center  no-repeat;
}
.top_bar_list li #info:hover{
	background: url(/11/images/bar_icon_black/2.png) center center  no-repeat;
}
.top_bar_list li #images:hover{
	background: url(/11/images/bar_icon_black/3.png) center center  no-repeat;
}
.top_bar_list li #bottominfo:hover{
	background: url(/11/images/bar_icon_black/4.png) center center  no-repeat;
}

/*浮层下部*/
.bottom_bar{
	width: 142px;
	height: auto;
	background: #1e1e1e;
	text-align: center;
}
/*二维码*/
.erweima{
	display: inline-block;
	width:100%;
	height: 143px;
	background: url(/11/images/erweima.png) center center no-repeat;
	background-size: 100%;
	margin-top:-1px;
}
.bottom_bar h2{
	color: #fff;
	font-size: 1.25em;
	line-height: 56px;
	

}
.bottom_bar img{
	width: 136px;
	height: 40px;
	margin-bottom:8px;
}

/*共用部分 end*/

/*设置页面bg01*/
.top01{
	width: 100%;
	height: auto;
	position: relative;
	background-image: url("/11/images/bg01.jpg") 0 center no-repeat;
    height: 1136px;
}
.top01_bg{
	display: block;
	width: 1920px;
	height: 1136px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}

/*设置audio图片*/
.audio_img{
	display: block;
	width: 245px;
	height: 171px;
	position: absolute;
	top:75%;
	left:50%;
	margin:0 0 0 -122.5px;
}



/*设置游戏logo*/
.game_logo{
	width: 255px;
	height: 136px;
	background: url(/11/images/game_logo.png) center center  no-repeat;
	background-size:100% auto;
	position:absolute;
	top:13.3%;
	left:20%;
}
/*设置字样*/
.font_text{
	display: inline-block;
	width: 615px;
	height: 313px;
	background: url(/11/images/font_text.png) center center no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left:-615px;
}

/*隐藏移动端i_top01*/
	.i_top01{
		display: none;
	}

/*隐藏移动端列表页*/
.list_phone_topbar{
	display: none;
}
.list_phone_gameimg_info{
	display: none;
}
/*设置页面bg02*/
.top02{
	height: auto;
	background: url(/11/images/bg02.jpg) center center no-repeat;
	text-align: center;
	color:#393939;
	font-size: 1.125em;
	padding:20px 0;
	display: none;
}
/*中间内容*/
.main_content{
	position: relative;
	display: inline-block;
	width:1000px;
	height: 850px;
	margin-top: 5%;
	text-align: left;
/*	background: #f0f0f0;*/
}

/*标题*/
.main_content h2{
	font-size: 3em;	
}
/*游戏图片*/
.img_game{
	padding:30px 0;
}
.img_game img:nth-child(1){
	float: left;
	margin-right: 10px;
}
/*游戏tab*/
.info_tab{
	position: relative;
}
.goods-tab-selected{
	border-bottom: 2px solid #000;
	font-weight: bold;
}

.info_tab ul{
	position: relative;
	width: 49.2%;
	list-style: none;

}
.info_tab ul li{
	position: relative;
	float: left;
	font-size: 1.5em;
	width: 25%;
	text-align: center;
}
.info_tab ul li a{
	cursor: pointer;
}

/*设置新闻，公告，活动，论坛*/
/*新闻*/
.pages{
	display: inline-block;
	width: 100%;
/*	border:1px solid #ff0000;*/
	margin-top:30px;
}


.info_list li{
	height: 60px;
	line-height: 60px;
	border-bottom:1px solid #d9d9d9;
	margin-bottom:10px;
	font-size: 1.25em;
	letter-spacing:1px;
}
.info_list li span{
	color: #999999;
	float: right;
	font-size: 0.875em;
}
.info_list li .yuan_wrap{
	height:auto; float:left; overflow: hidden;
}
.info_list li .authorName{
	height:auto; float:right; overflow: hidden;
	color:#999;
}
.info_list li .yuan{
	width: 46px; height: 46px;
	line-height: 46px;
	border-radius: 23px;
	cursor: pointer;
	background: #d8b466;
	float: left;
	color: #fff;
	text-align: center;
}
.info_list li .links{
	float:left; height:auto; line-height:46px; 
	padding-left:23px;
}
.info_list li .authorName span,.info_list li .authorName time{
	float:left;
}
.info_list li .authorName time{
	padding-left:6px;
}

/*查看更多按钮*/
.more{
	display: block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	border-radius: 20px; 
	cursor: pointer;
	font-size: 1.5em;
	margin-top:40px;
	cursor: pointer;
	margin:0 auto;
}
.more:hover{
	background: #ff0000;
	color: #fff;
}

.phone_game_list{
	display: none;
}
/*设置pc列表页 begin*/
/*设置中间内容外部div*/
.pctop02_list{
	height: auto;
	background: url(/11/images/bg02.jpg) center -80px no-repeat #e8e8e8;
	background-size:100% auto;
	padding:150px 0 30px;
}


/*设置游戏图片*/
.game_img_info{
	width: 1000px;
	margin:0 auto;
}
.game_img_info img{
	width: 492px;
	height: 228px;
}
.game_img_info img:nth-child(1){
	margin-right:10px;
}

/*设置头部信息*/
.pctop02_list h2{
	width:1000px;
	margin:20px auto;
	font-size: 14px;
	color: #000;
}
.pctop02_list h2 .span_padding{
	padding-left:10px;
}
.mobile_page_box{
	display: none;
}
/*设置头部信息*/
.detail_title_h1{
	font-size:30px;
	width:1000px;
	margin:20px auto;
	color: #000;
}
/*设置tab*/
.pc_info_tab{
	width: 1000px;
	margin:0 auto;
	border-bottom:2px solid #dcdcdc;
}
.pc_info_tab ul{
	width: 60%;
	list-style: none;
	display: inline-block;
}
.pc_info_tab ul li{
	float: left;
	width: 25%;
	font-size: 1.5em;
	color: #000;
	text-align: center;
	cursor: pointer;
	padding:5px 0;
}
.pc_tab_selected{
	border-bottom: 2px solid #ff0000;
	font-weight: bold;
	color: #ff0000;
}
.pc_tab_selected a{
	color:#ff0000;
}
.phone_tab_selected{
	border-bottom: 2px solid #ff0000;
	font-weight: normal;
	color: #000;
}
/*设置pagecontent*/
.pagecontent{
	width: 1000px;
	/*border:1px solid #ff0000;*/
	margin:0 auto;
}
/*设置移动端*/
.list_phone_pagecontent{
	width: 640px;
	/*border:1px solid #ff0000;*/
	margin:0 auto;
}
/*设置不同频道的页面*/
.contents{
	padding:0 20px;
}
/*设置不同频道的移动页面*/
.phone_content{
	padding:0 10px;
}
.pc_info_list{
	width: 100%;
}
.pc_info_list li{
	height: 60px;
	line-height: 60px;
	border-bottom:1px solid #d9d9d9;
	font-size: 1.25em;
	letter-spacing:1px;
}
.pc_info_list li span{
	color: #999999;
	float: right;
	font-size: 0.875em;
}

/*分页*/
.page_fenye{
	width: 970px;
	margin:20px auto;
	padding-left:30px;
	letter-spacing:1em;
}
.page_fenye a{color:#666; font-size:16px;}
/*设置pc列表页 end*/


/*设置pc端 详情页 begin*/
.pctop02 h1{
	width:1000px;
	margin:20px auto;
	font-size:2.8em;
	color: #000;
}
/*设置详情内容*/
.text_content{
	border-top: 1px solid #a3a2a2;
	border-bottom: 1px solid #a3a2a2;
	width: 1000px;
	height:auto;
	margin:0 auto;
	padding:50px 0;
	font-size:16px;
	overflow:hidden;
}
.text_content img{
	max-width:100%;
	height: auto;
}

.bottom_txt{
	width: 1000px;
	margin:10px auto 50px;
	text-align: right;
	font-size: 16px;
}
.phone_content_p h3{
	text-align: right;
	font-size: 20px;
	margin-top:10px;
}
/*设置pc端详情页 end*/

/*隐藏移动端i_top02*/
	.i_top02{
		display: none;
	}

/*设置页面bg3*/
.top03{
	position: relative;
	height: auto;
}

.flexslider .slides li{
	position: relative;
}

/*设置每个页面上的游戏信息图片*/
.game_info_img{
	position: absolute;
	width: 40%;
	left: 15%;
	top: 10%;
	/*background: #000;*/
	overflow: hidden;
}
.ipad_game_info_img{
	display: none;
}
/*隐藏ipad*/
.ipad_more_text {
	display: none;
}
/*影藏ipad*/
.ipad_borderR_more{
	display: none;
}

/*新闻中心列表*/
.news_list_wrap{
	height:auto;
	overflow: hidden;
}

/*判断当屏幕最大尺寸是1024*/
@media screen  and (max-width:1200px){
		/*隐藏pc*/
	.flow_bar{
			display: none;
	}
}
@media screen and (min-width: 768px) and (max-width:1023px){
	.header_content{
		width: 100%;
	}
	/*.header_list li{
		margin-right: 0px;
	}*/
}
/*判断当屏幕768-1024*/
@media screen  and (min-width: 768px) and (max-width:1024px) {
	/*ipad 头部*/
	.header_content{
		width: 100%;
		text-align:left;
	}
	.header_content .banner{
		width:102px; 
		height:auto;
		padding:0 0 0 20px;
	}
	.header_list{
		float:right;
		display:block;
		padding:0 10px 0 0;
		margin:0;
	}

	.game_info_img{
		display: none;
		}
/*轮播图中的信息*/
	.ipad_game_info_img{
		display: block;
		position: absolute;
		width: 40%;
		left: 15%;
		top: 10%;
		overflow: hidden;
	}
	.ipad_game_info_img  h1{
	font-size: 2em;
	color:#fff;
	}
	.ipad_game_info_img h2{
	font-size: 1.125em;
	color:#ffd202;
	margin:10px 0;
	}
	.ipad_game_info_img  h3{
	font-size: 0.5em;
	margin-bottom:10px;
	color:#fff;
	}
	.ipad_game_info_img .info_game_bg{
	width: 100%;
	height: auto;
	}
	.more_text{
		display: none;
	}
	.borderR_more{
		display: none;
	}
	 .ipad_more_text{
			display: block;
			position: absolute;
			bottom:14%;
			width: 100%;
			text-align: center;
			font-size: 1em;
			color:#fff;
	}
	.ipad_borderR_more {
		display: block;
	  	position: absolute;
	 	bottom: 8%;
	  	left: 50%;
	 	margin-left: -75px;
		width: 150px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		color: #fff;
		font-size: 1em;
		letter-spacing:1px;
		background: #de6700;
		border-radius: 15px;
		cursor: pointer;
	}


}

/*设置标题*/
.game_info_img h1{
	font-size: 3em;
	color:#fff;
}
.game_info_img h2{
	font-size: 1.875em;
	color:#ffd202;
	margin:10px 0;
}
.game_info_img h3{
	font-size: 1.25em;
	margin-bottom:10px;
	color:#fff;
}
.info_game_bg{
	width: 100%;
	height: auto;
}
.flexslider .slides .info_game_bg > img{
	position: relative;
	display: inline-block;
	width: 100%;
}
.more_text{
	position: absolute;
	bottom:13%;
	width: 100%;
	text-align: center;
	font-size: 1.25em;
	color:#fff;
}

.borderR_more {
  	position: absolute;
 	bottom:4%;
  	left: 50%;
 	margin-left: -115px;
	width: 230px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 1.875em;
	letter-spacing:2px;
	background: #de6700;
	border-radius: 25px;
	cursor: pointer;
}

/*隐藏移动端i_top03*/
	.i_top03{
		display: none;
	}

/*设置页面bg4*/
.top04{
	display: block;
	width: 100%;
	height: auto;
	background: #000;
	color: #909090;
	padding:50px 0;
}

.footer_pics_box{
	width:960px;
	height:auto;
	margin: 0 auto;
	overflow: hidden;
}
.top04_list{
	width:1000px;
	margin: 0 auto;
	height:auto;
	overflow: hidden;
}
.top04_list li{
	float: left;
	width:25%; 
	height:64px;
	line-height:64px;
	overflow: hidden;
}
.top04_list li img{
	float: left;
	height: 64px;
	margin-right: 20px;
}
.top04_list li span{
	float:left;
	padding-top:15px;
	line-height:20px;
	font-size:15px;
	overflow: hidden;
}
.top04_list li span a{
	color: #909090;
}
.top04_list li span a:hover{
	text-decoration: underline;
}
.top04_list .kefu{
	color: #909090;
}
/*设置底部的子div*/
.top04 .footerDiv_box{
	margin:20px auto ;
	width:960px;
	padding:28px 0 0;
	overflow:hidden;
}

.top04 .footerDiv_box img{
	width: 208px;
	height: 56px;
	float:left;
	padding:16px 32px 0 0;
}
.top04 .footerDiv_box ul{
	overflow: hidden;
	text-align: left;
	font-size:12px;
	color: #909090;
	float:left;
}
.top04  #weixin_btn{
		cursor:pointer;
	}
/*隐藏移动端i_top04*/
	.i_top04{
		display: none;
	}


/*判断当屏幕最大尺寸为640*/
@media screen and (max-width:640px) {
	/*隐藏pc的header*/
	header{
		display: none;
	}

	/*移动端 begin*/
	.i_header{
		display: block;
		width:640px;
		height:auto;
		position:fixed;
		left:50%;
		margin-left:-320px;
		z-index: 999;
		color: #fff;
		font-size: 1.5em;
		overflow:hidden;
		background: rgba(0,0,0,.5);
	}
	/*设置banner图片*/
	.i_header .banner{
		width: 103px;
		height:102px;
		position: absolute;
		top:50%;
		margin:0 auto;
		margin-top: -51px;
		margin-right: 17px;
	}
	/*设置文字说明*/
	.i_header .wenan{
		width: 230px;
		height: auto;
		position: relative;
		left: 120px;
		vertical-align: middle;
	}
	.i_header .wenan h1{
		font-size: 34px;
	}
	.i_header .wenan h2{
		font-size: 24px;
	}

	/*设置头部立即下载按钮*/
	.i_header .download_btn{
		display: block;
		height: 80px;
		padding:0 20px;
		line-height: 80px;
		background: #ff8400;
		border-radius: 8px;
		cursor: pointer;
		font-size:1.875em;
		font-weight: bold;
		text-align: center;
		color: #fff;
		position: absolute;
		top:50%;
		right:20px;
		margin-top: -40px;
	}
	/*移动端 end*/

	/*左边浮层隐藏*/
	.flow_bar{
		display: none;
	}

	/*隐藏第一部分*/
	.top01{
		display: none;
	}
		
	/*设置移动端bg01 begin*/
	.i_top01{
		display: block;
		position: relative;
		height: auto;
		width:100%;
	}
	.i_top01 .top01_bg{
		position: absolute;
		top:134px;
		left:22px;
		width:240px; height:auto;
		margin-left:0px;
	}
	.i_top01 .phone_top01_bg{
	/*	width:640px;
		height: 1006px;
		margin: 0 auto;
		display: block;*/
	}
	.i_top01 .phone_video{
		display: block;
		width: 112px;
		height: 110px;
		position: absolute;
		left:50%;
		top:60%;
		margin-left:-56px;

	}
	/*底部button*/
	.i_top01 .phone_top01_bottm{
		width: 640px;
		height: 110px;
		background:#000;
		position: absolute;
		bottom: 0;
	}
	/*btn*/
	.i_top01 .phone_top01_bottm > div{
		float: left;
		width: 320px;
		height: 110px;
		line-height: 110px;
		text-align: center;
	}
	/*img*/
	.i_top01 .phone_top01_bottm > div img{
		display: inline-block;
		width: 80px;
		height: 80px;
		position: relative;
		top:50%;
		right: 17px;
		margin-top: -40px;
	}
	/*设置字体*/
	.i_top01 .phone_top01_bottm >div >div{
		display: inline-block;
		margin-top: 20px;
	}
	/*h2*/
	.i_top01 .phone_top01_bottm >div >div h2{
		font-size: 36px;
		color: #fff;
	}
	/*h3*/
	.i_top01 .phone_top01_bottm >div >div h3{
		font-size: 28px;
		color: #393631;
	}

	/*设置移动端bg01 end*/

	/*隐藏第二部分*/
	/*.top02{
		display: block;
	}*/

	/*设置移动端02 begin*/
	.i_top02{
		display: none;
		width: 640px;
		height: auto;
		margin:0 auto;
		background: #fff;
	}
	/*设置标题*/
	.i_top02 h2{
			font-size: 3em;	
			text-align: center;
		    margin: 20px 0 10px;
	}
	/*设置img*/
	.phone_game_img{
		display: block;
		width: 561px;
		height: 259px;
		margin:0 auto;
	}
	/*设置ul*/
	.phone_game_list{
		display: block;
		width: 561px;
		margin:10px auto;
		overflow: hidden;
		/*border:1px solid #ff0000;*/
	}
	/*li*/
	.phone_game_list li{
		height: auto;
		overflow: hidden;
		padding:3px 0;
		/*border:1px solid #000;*/

	}
	/*yuan*/
	.phone_game_list li .phone_yuan{
		width: 80px;
		height: 80px;
		line-height: 80px;
		text-align: center;
		border-radius: 10em;
		background: #d8b466;
		color: #fff;
		font-size: 2em;
		float: left;
		margin-top: 5px;
	}
	/*gameinfo*/
	.phone_game_list li .phone_gameinfo{
		display: block;
		position: relative;
		width:75%;
		overflow:hidden;
		float: left;
		margin-left: 30px;
		padding:6px 0;
		border-bottom:2px solid #d9d9d9;
	}
	/*more btn*/
	.phone_more_btn{
		width: 185px;
		height:55px;
		line-height:55px;
		text-align: center;
		font-size:1.875em;
		color: #000;
		border-radius: 30px;
		background: #fff;
		border:1px solid #999;
		margin: 10px auto;
		cursor: pointer;
	}
	/*hr*/
	.i_top02 hr{
		width: 561px;
		border:1px solid #999;
		margin-top:15px;
	}
	/*h2*/
	.phone_game_list li .phone_gameinfo h2{
		height: auto;
		font-size: 24px;
		text-align: left;
	}

	/*h3*/
	 .phone_game_list li .phone_gameinfo h3{
		color: #999;
		font-size: 18px;
		height:auto;
		overflow:hidden;
	}

	/*设置移动端02 end*/
		
	/*隐藏第三部分*/
	.top03{
		display: none;
	}
	

	/*移动端第三部分 begin*/
	.i_top03{
		display: block;
		width: 640px;
		height: auto;
		margin: 0 auto;
		background: #220000;
	}
	/*轮播*/
	.i_top03 .flexslider{
		width: 560px;
		height: 315px;
		overflow: hidden;
		padding: 100px 0;
		margin:0 auto;
	}

	/*图片*/
	.i_top03 .flexslider .slides .w{
		width: 560px;
		height: 315px;
	}
	/*移动端第三部分 end*/

	/*隐藏第四部分*/
	.top04{
		display: none;
	}

	/*设置移动第四部分 begin*/
	.i_top04{
		display: block;
		width: 640px;
		height: auto;
		background: #000;
		text-align: center;
		padding:30px 0;
		margin: 0 auto;
	} 
	/*设置btn*/
	.i_top04 .phone_download_btn{
		display: block;
		width: 560px;
		height: 80px;
		background: #de6700;
		border-radius: 40px;
		margin:0 auto;
		color: #fff;
		text-align: center;
		line-height: 80px;
		font-size:2.5em;
		letter-spacing:2px;
		text-shadow:1px 1px 1px #000 ;
		cursor: pointer;
	}
	/*设置字体*/
	.i_top04 h1{
		text-align: center;
		font-size: 2em;
		color: #999;
		margin:20px 0 5px 0;
	}
	.i_top04 h2{
		width: 100%;
		text-align: center;
		font-size:1.5em;
		color: #545454;
	}

	/*设置底部*/
	.i_top04 .phone_bottom_bar{
		display: inline-block;
		width: 480px;
		height: auto;
		margin:30px auto;
	}
	.i_top04 .phone_bottom_bar li{
		float: left;
		width: 25%;
		text-align: center;
	}
	.i_top04 .phone_bottom_bar li img{
		width: 64px;
		height: 64px;
	}
	.i_top04 .phone_bottom_bar li h3{
		font-size:1.5em;
		margin-top:10px;
		color: #999;
	}
	.i_top04 .phone_bottom_bar li a{
		display: block;
		height: auto;
		overflow: hidden;
	}
	
	/*设置移动第四部分 end*/

	/*列表页*/

	/*显示移动端*/
	/*设置移动端 列表页 begin*/
	/*头部bar*/
	.list_phone_topbar{
		display: block;
		width: 640px;
		padding-top:100px;
	}
	.back{
		display: block;
		width: 600px;
		margin:0 auto;
		font-size: 30px;
		color: #545454;
		padding:20px 0 10px;
	}
	.list_phone_topbar ul{
		width: 100%;
		list-style: none;
		display: inline-block;
	}
	.list_phone_topbar ul li{
		float: left;
		width: 20%;
		font-size: 36px;
		color: #545454;
		text-align: center;
		padding:2px 0;
	}

	/*游戏图片*/
	.list_phone_gameimg_info{
		display: block;
		width:580px;
		margin:40px auto;
	}
	.list_phone_gameimg_info img{
		width:280px;
		height: auto;
	}
	.list_phone_gameimg_info img:nth-child(1){
		margin-right:10px;
	}
	/*设置移动端列表页end*/
	/*设置移动内容页 begin*/

	/*设置内容*/
	.phone_content_p{
 	  border-top: 1px solid #000!important;
	  border-bottom: 1px solid #000!important;
	  height: auto;
	  margin: 0 auto;
	  padding:20px 0 10px;
 	  font-size:24px;
	}
	.phone_content_p p{
	width: 100%;
 	overflow: hidden;
	}
	.phone_content_p img{
	display: block;
	width: 449px;
	height: 253px;
	margin:30px auto;
	}
	.up_down{
		width: 600px;
		text-align: center;
		padding:30px 0;
		font-size: 20px;
	}
/*设置移动内容页end*/
	
}
@media screen and (min-width: 650px) and (max-width:768px){
	.i_top04{
		/*height:450px;*/
	} 
}


/*pc*/
.main_top02{
	height:auto;
	padding:0 0 20px 0;
	background:url(/11/images/bg02.jpg) no-repeat 50% -90px #e8e8e8;
	overflow: hidden;
}
.main_top02 .main_newsWrap{
	width:1000px; height: auto; 
	margin:0 auto; overflow:hidden;
}
.main_top02 .main_newsWrap h2{
	color:#393939; font-size:40px;
	padding:66px 0 25px; overflow:hidden;
}
.main_top02 .main_newsWrap .news_imgs_box{
	padding:0 0 36px 0;
	height:auto; overflow:hidden;
}
.main_top02 .main_newsWrap .news_imgs_box .imgs{
	width:1020px; height:auto; overflow:hidden;
}
.main_top02 .main_newsWrap .news_imgs_box img{
	width:492px; height:228px;
	padding-right:18px; float:left;
}
.news_info_tab{
	height: auto; overflow: hidden;
}
.news_info_tab ul{
	height: auto; overflow: hidden;
}
.news_info_tab ul li{
	float:left; width:132px; height:30px;
	line-height:30px; text-align: center;
	color:#000; font-size:18px; cursor:pointer;
}
.news_info_tab ul .current{
	border-bottom:2px solid #2a2a2a;
}

/*新闻列表*/
#index_newsList_box{
	height:auto; padding:20px 0 0;
	overflow:hidden;
}
.in_listInfo_box{
	height:auto; padding-bottom:20px;
	overflow:hidden;
}
.in_listInfo_box li{
	height:auto; overflow:hidden;
}
.in_listInfo_box .news_box_link{
	height:auto;
	border-bottom:1px solid #d7d7d7;
	display: block; overflow: hidden;
}
.in_listInfo_box .news_box_link .news_title{
	width:46px; height: 46px; 
	line-height:46px; font-size:15px; color:#fff;
	float:left; border-radius:50%; margin:12px 16px 0 0;
	background-color:#d8b466;
	text-align:center; overflow:hidden;
}
.in_listInfo_box .news_box_link .infor_box{
	width:938px; height:auto; 
	line-height:71px;
	float:left; overflow:hidden;
}
.in_listInfo_box .news_box_link .infor_box strong{
	float:left; color:#000; font-size:15px; font-weight:normal;
	width:auto; height:71px;
	overflow:hidden;
}
.in_listInfo_box .news_box_link .infor_box .author_box{
	float:right; height:71px;
	font-size:12px; color:#999;
}
.in_listInfo_box .news_box_link .infor_box .author_box time{
	padding-left:8px;
}
/*活动*/
.in_hdlist_box{
	padding-left:10px; height: auto; overflow: hidden;
}
.in_hdlist_box li{
	float:left; width: 465px; height: auto;
	margin:0 25px 20px 0; overflow: hidden;
}
.in_hdlist_box li .news_box_link{
	background-color:#eee; border-radius:7px;
}
.in_hdlist_box li .news_box_link .news_title{
	width:125px; height:auto; line-height:normal;
	border-radius:0px; background-color:transparent;
	padding:15px; margin:0; 
	overflow:hidden;
}
.in_hdlist_box li .news_box_link .news_title img{
	width:125px; height: 125px;
}
.in_hdlist_box li .news_box_link .infor_box{
	width:280px; float:left;
	line-height:normal;
}
.in_hdlist_box li .news_box_link .infor_box strong{
	float:none; display:block;
	height:auto; padding:12px 0 0 0;
}
.in_hdlist_box li .news_box_link .infor_box .time_date{
	display: block; color:#999; font-size:12px;
	padding:5px 0;
}
.in_hdlist_box li .news_box_link .infor_box .viewmore{
	display: block; padding:50px 0 0; font-size:14px;
	text-decoration:underline;
}

.news_more{
	width:126px; height:38px; line-height:38px;
	border:1px solid #dadada; border-radius:10em;
	background-color:#fff; text-align:center;
	display:block; font-size:18px; color:#000;
}
/*二级页的导航*/
.menu_news_wrap{display: none;}

/*分页*/
.page_box{
	height:auto; padding:5px 0 15px 0;
	color:#666; font-size:16px;
	overflow: hidden;
}
.page_box a{
	color:#666; line-height:30px;
	padding:10px;
}
.addAjaxMoreBtn{display: none;}

/*视频弹出层*/
.video_pop_wrap{
	width:600px;
	height:500px; 
 	border-radius:10px;
	border:1px solid #414146;
    position:fixed;
	left:50%;
	top:50%;
	z-index:19999;
	margin:-250px 0 0 -300px;
	overflow: hidden;
	background-color:#000;
	display:none;
	      }
.video_pop_wrap .close{
	 width:30px; height: 30px; 
	 position: absolute; top:8px;
	 color: #fff;
	 text-align: center;
	 font-size: 18px;
	  right:8px; z-index:9; overflow: hidden;
	}
.video_pop_wrap .videoWrap{height:auto; padding-top:30px; width:580px; height:440px; margin: 0 auto; overflow: hidden;}
.video_pop_wrap .videoWrap .videoBox{width:100%; height:440px;}
.oMask_index{position:fixed; top:0; left:0; z-index:9998; width: 100%; height: 100%; background-color:#000;
 background-color:rgba(0,0,0,0.7); overflow: hidden; display:none;}


 /*二维码弹出层*/

.share_weixin_ewm{
	position:fixed;
	top:50%;
	left:50%;
    z-index:99999999; 
	margin:-180px 0 0 -180px;
	width: 360px;
	height: 360px;
	font-size:14px;
	background-color:#fff; 
	border-radius:10px;
	color:#393939; 
	overflow: hidden;
	display:none;
}
.share_weixin_ewm .close{position:absolute; top:10px; right:5px; width:30px; height: 30px; line-height:30px; text-align: center; color:#393939;}
.share_weixin_ewm strong{display:block; height:50px; line-height:50px; padding-left:12px; border-bottom:1px solid #393939;}
.share_weixin_ewm img{width: 220px; height: 220px; display:block; margin:0 auto; padding:15px 0;}
.share_weixin_ewm .bottomfont{border-top:1px solid #393939; padding:9px 12px; line-height:20px;}

/*设置敬请期待样式*/
.phone_downbtnshow{
	display: none;
	position:fixed;
	top:50%;
	left:50%;
    z-index:99999999; 
	margin:-180px 0 0 -180px;
	width: 360px;
	height: auto;
	border-radius:10px;
	color:#393939; 
	overflow: hidden;
	display:none;
}
.phone_downbtnshow .close_down{
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;	
}
.phone_downbtnshow img{
	width: 100%;
	height: auto;
	display: block;
}

/*mobile*/
@media screen and (max-width:1024px){

	.in_listInfo_box .news_box_link{
		border:none;
	}
	.in_listInfo_box .news_box_link .infor_box{
		border-bottom:2px solid #dadada;
	}
	
	.in_hdlist_box li .news_box_link .infor_box{
		border:none;
	}

	.page_box{font-size:16px;}
}

@media screen and (max-width:640px){
	.main_top02{background:none #fff;width:640px;overflow: hidden;}
	.main_top02 .main_newsWrap{width:100%;}
	.main_top02 .main_newsWrap h2{padding:30px 0; font-size:36px; text-align:center;}
	.main_top02 .main_newsWrap .news_imgs_box .imgs{width:560px; height:260px; margin:0 auto; overflow:hidden;}
	.main_top02 .main_newsWrap .news_imgs_box img{width:560px; height:260px; float:none;}

	#index_newsList_box{padding-top:0px;}
	.news_info_tab{display: none;}
	#index_newsList_box{width:560px; margin: 0 auto; padding:0 0 20px 0; border-bottom:2px solid #dadada;}
	.in_listInfo_box{width:560px; height:auto; margin: 0 auto;}
	.in_listInfo_box .news_box_link .news_title{width: 80px; height: 80px; line-height:80px; font-size:26px;}
	.in_listInfo_box .news_box_link .infor_box{width:460px; line-height:normal; padding-top:20px;}
	.in_listInfo_box .news_box_link .infor_box strong,.in_listInfo_box .news_box_link .infor_box .author_box{float:none; height: auto; display:block;}
	.in_listInfo_box .news_box_link .infor_box strong{font-size:28px;}
	.in_listInfo_box .news_box_link .infor_box .author_box{font-size:19px; padding:0 0 10px 0;}
	
	.in_hdlist_box{padding:0;}
	.in_hdlist_box li{width:560px; float: none; margin-bottom:20px;}


	/*二级页的导航*/
	.menu_news_wrap{width:640px; height: auto; display: block; overflow:hidden;}
	.menu_news_wrap ul{
		width:650px; height: auto; 
		padding:120px 0 0 0; 
		 overflow:hidden;
	}
	.menu_news_wrap ul li{
		float:left; width:128px; height: 56px;
		text-align: center; border-bottom:2px solid #000;
	}
	.menu_news_wrap ul li a{
		color:#545454; font-size:36px;
		text-align:center; display:block;
		overflow: hidden;
	}
	.menu_news_wrap ul .current{
		border-bottom:2px solid #ff0000;
	}
	.in_hdlist_box ul li .news_box_link .news_title{
		width:185px;
	}
	.in_hdlist_box ul li .news_box_link .news_title img{
		width:185px;
	}
	.in_hdlist_box li .news_box_link .infor_box{width:400px; }
	.in_hdlist_box li .news_box_link .infor_box strong{font-size:24px; padding:4px 0 0 0;}
	.in_hdlist_box li .news_box_link .infor_box .time_date{font-size:20px;}
	.in_hdlist_box li .news_box_link .infor_box .viewmore{padding:10px 0 0; font-size:22px;}

	.news_more{width: 180px; height:56px; line-height:56px; font-size:24px; margin: 0 auto;}
	.page_box{display: none;}
	.addAjaxMoreBtn{
		width: 180px; height:56px; line-height:56px; text-align: center; margin: 0 auto;
		border:1px solid #dadada; border-radius:10em;
		background-color:#fff; text-align:center;
		color:#fff; font-size:24px; overflow: hidden;
		display: block;
	}

	.video_pop_wrap .close{
	 width:30px; 
	 height: 30px; 
	 top:8px;
	 font-size:24px;
	 right:8px; 
	}
	.pctop02_list{width:640px; padding:30px 0; background:none; overflow:hidden;}
	.pctop02_list .daohang{
		width:98%;
		margin:0 auto;
		padding:35px 0 0 2%;
		font-size: 26px;
	}
	.detail_title_h1{
		font-size:30px;
		width:600px;
		margin:20px auto;
		color: #000;
	}
	.text_content{width:600px; height:auto; padding:20px 0; font-size:26px; line-height:40px;}
	.text_content img{max-width:100%; height:auto;}

	.mobile_page_box{display: block; height:auto; text-align:center; padding:30px 0 0; overflow:hidden;}
	.mobile_page_box a{padding-right:20px; color:#000; font-size:22px;}
	.share_weixin_ewm{
		display: none;
	}

}

.page_box1{
	 color: #545454;
    font-size: 30px;
    height: 76px;
    line-height: 66px;
    overflow: hidden;
	text-align:center;
}
.page_box1 .pagebut:hover{
	color: #545454;
}
.page_box1 span.pagebut{
	color: #000;
}
.page_box1 .num{
	color: #545454;
	margin: 0 5px;
}

.page_box1 .current{
	color: #000;
	font-size: 30px;
    height: 76px;
    line-height: 66px;
    overflow: hidden;
	text-align:center;
}






@charset "utf-8";
html{overflow-x:hidden;}
body{background:#fff; font-size:12px; color:#6e6e6e;width:100%;vertical-align:top;margin:0;padding:0;font-family:"Microsoft YaHei","SimSun","SimHei",Arial,Tahoma,Helvetica;-webkit-text-size-adjust:none;}h1,h2,h3,h4,h5,h6,u,i,div,font,span,table,tr,td,dl,dd,dt,ul,ol,li,pre,form,fieldset,input,textarea,blockquote{margin:0px;padding:0px;}ol,ul,li{list-style:none;margin:0px;padding:0px;vertical-align:top;}dl,dt,dd{list-style:none;margin:0px;padding:0px;vertical-align:top;}font{margin:0px;padding:0px;font:normal;font-weight:normal;}p{margin:0px;padding:0px;}img{vertical-align:top;border:0;}h1,h2,h3,h4,h5,h6{margin:0px;padding:0px;font-size:12px;font-weight:normal;line-height:normal;}form{margin:0px;padding:0px;}abbr,acronym{border:0;}address,caption,cite,code,dfn,th,var{font-weight:normal;font-style:normal;}a{-webkit-text-size-adjust:none; -webkit-user-select: none;-webkit-tap-highlight-color: rgba(255, 255, 255, 0);-webkit-font-smoothing: antialiased;}a:link{color:#000;text-decoration:none;}a:visited{color:#000;text-decoration:none;}a:hover{color:#000;text-decoration:none;}a:active{color:#000;}a:focus{outline:none;}.clear:before,.clear:after{content:"";clear:both;display:block;height:0;visibility:hidden;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none;}input,textarea{background:none;border:0px none;margin:0;padding:0;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block; margin:0; padding:0;}.foAr{font-family:Arial,"Microsoft YaHei","SimSun";}html{overflow-x:hidden;}.fl{float:left;}.fr{float:right;}.show{display:block;}.hide{display:none;}.fontBankGothic{font-family:BankGothic,Arial;}

/*共用部分 begin*/

/*设置头部高度*/
header{
	width: 100%;
	height: 117px;
	line-height: 115px;
	position: fixed;
	top:0;
	left: 0;
	background: #343434;
	color: #fff;
	font-size: 1.5em;
	overflow:hidden;
	z-index: 999;
}
/*设置头部内容*/
.header_content{
	width: 80%;
	height: auto;
	margin:0 auto;
	text-align: center;
}

/*设置banner图片*/
.banner{
	display: inline-block;
	width: 104px;
	height:104px;
	vertical-align: middle;
}
/*设置文字说明*/
.wenan{
	display: inline-block;
	width: 210px;
	text-align: left;
	margin-left:17px;
	vertical-align: middle;
}
.wenan h1{
	font-size: 1.5em;
}
.wenan h2{
	font-size: 1.125em;
}

/*设置头部列表*/
.header_list{
	display: inline-block;
	list-style: none;
	vertical-align: middle;
	margin-left:20px;
}
.header_list li{
	float: left;
	margin-right: 8px;
}
.header_list li a{
	display: inline-block;
	width: 101px;
	height: 40px;
	line-height: 40px;
	background: #343434;
	border:1px solid #bbbbbb;
	border-radius: 20px;
	cursor: pointer;
	text-align: center;
	color:#fff;
}
.header_list li .current,.header_list li a:hover{
	background:#ff0000;
	border:1px solid #ff0000;
}
/*设置新闻*/
.header_list li a img{
	display: inline-block;
	position: relative;
	top:50%;
	margin-top: -14px;
	margin-right: 2px;
	width: 28px;
	height: 28px;
}

/*隐藏移动端i_header*/
.i_header{
	display: none;
	/*display: none \9;*/
}

/*设置左边浮动bar*/
.flow_bar{
	position: fixed;
	top:50%;
	left:30px;
	margin-top:-289px;
	z-index: 999;
}
.flow_bar .text_box{
	color:#fff;
	font-size:18px;
	line-height:22px;
	text-align: center;
}
.flow_bar_list{
	margin-top:-150px;
}
/*浮层上部*/
.top_bar{
	position: relative;
	width: 100%;
	text-align: center;
	background: url(/sina/images/diandian.png)  center center  repeat-y;
}

/*设置ul列表*/
.top_bar_list{
	list-style: none;
	display: inline-block;
	width: 100%;
	/*background: url(/sina/images/diandian.png) top center  repeat-y;*/
}
.top_bar_list li{
	height:auto;
	display:block;
	height: 70px;
	overflow:hidden;
}
.top_bar_list li a{
	display: inline-block;
	width: 58px;
	height: 58px;
	border-radius: 29px;
	-webkit-border-radius: 29px; 
	-moz-border-radius: 29px; 
	-o-border-radius: 29px; 
	cursor: pointer;
}
.top_bar_list li #home{
	background: url(/sina/images/bar_icon_white/1.png)  center center  no-repeat;
}
.top_bar_list li #info{
	background: url(/sina/images/bar_icon_white/2.png) center center  no-repeat;
}
.top_bar_list  li #images{
	background: url(/sina/images/bar_icon_white/3.png) center center  no-repeat;
}
.top_bar_list li #bottominfo{
	background: url(/sina/images/bar_icon_white/4.png) center center  no-repeat;
}
.top_bar_list li #home:hover{
	background: url(/sina/images/bar_icon_black/1.png) center center  no-repeat;
}
.top_bar_list li #info:hover{
	background: url(/sina/images/bar_icon_black/2.png) center center  no-repeat;
}
.top_bar_list li #images:hover{
	background: url(/sina/images/bar_icon_black/3.png) center center  no-repeat;
}
.top_bar_list li #bottominfo:hover{
	background: url(/sina/images/bar_icon_black/4.png) center center  no-repeat;
}

/*浮层下部*/
.bottom_bar{
	width: 142px;
	height: auto;
	background: #1e1e1e;
	text-align: center;
}
/*二维码*/
.erweima{
	display: inline-block;
	width:100%;
	height: 143px;
	background: url(/11/images/erweima.png) center center no-repeat;
	background-size: 100%;
	margin-top:-1px;
}
.bottom_bar h2{
	color: #fff;
	font-size: 1.25em;
	line-height: 56px;
	

}
.bottom_bar img{
	width: 136px;
	height: 40px;
	margin-bottom:8px;
}

/*共用部分 end*/

/*设置页面bg01*/
.top01{
	width: 100%;
	height: auto;
	position: relative;
	background-image: url("/sina/images/bg01.jpg") 0 center no-repeat;
    height: 1136px;
}
.top01_bg{
	display: block;
	width: 1920px;
	height: 1136px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}

/*设置audio图片*/
.audio_img{
	display: block;
	width: 245px;
	height: 171px;
	position: absolute;
	top:75%;
	left:50%;
	margin:0 0 0 -122.5px;
}



/*设置游戏logo*/
.game_logo{
	width: 255px;
	height: 136px;
	background: url(/sina/images/game_logo.png) center center  no-repeat;
	background-size:100% auto;
	position:absolute;
	top:13.3%;
	left:20%;
}
/*设置字样*/
.font_text{
	display: inline-block;
	width: 615px;
	height: 313px;
	background: url(/sina/images/font_text.png) center center no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left:-615px;
}

/*隐藏移动端i_top01*/
	.i_top01{
		display: none;
	}

/*隐藏移动端列表页*/
.list_phone_topbar{
	display: none;
}
.list_phone_gameimg_info{
	display: none;
}
/*设置页面bg02*/
.top02{
	height: auto;
	background: url(/sina/images/bg02.jpg) center center no-repeat;
	text-align: center;
	color:#393939;
	font-size: 1.125em;
	padding:20px 0;
	display: none;
}
/*中间内容*/
.main_content{
	position: relative;
	display: inline-block;
	width:1000px;
	height: 850px;
	margin-top: 5%;
	text-align: left;
/*	background: #f0f0f0;*/
}

/*标题*/
.main_content h2{
	font-size: 3em;	
}
/*游戏图片*/
.img_game{
	padding:30px 0;
}
.img_game img:nth-child(1){
	float: left;
	margin-right: 10px;
}
/*游戏tab*/
.info_tab{
	position: relative;
}
.goods-tab-selected{
	border-bottom: 2px solid #000;
	font-weight: bold;
}

.info_tab ul{
	position: relative;
	width: 49.2%;
	list-style: none;

}
.info_tab ul li{
	position: relative;
	float: left;
	font-size: 1.5em;
	width: 25%;
	text-align: center;
}
.info_tab ul li a{
	cursor: pointer;
}

/*设置新闻，公告，活动，论坛*/
/*新闻*/
.pages{
	display: inline-block;
	width: 100%;
/*	border:1px solid #ff0000;*/
	margin-top:30px;
}


.info_list li{
	height: 60px;
	line-height: 60px;
	border-bottom:1px solid #d9d9d9;
	margin-bottom:10px;
	font-size: 1.25em;
	letter-spacing:1px;
}
.info_list li span{
	color: #999999;
	float: right;
	font-size: 0.875em;
}
.info_list li .yuan_wrap{
	height:auto; float:left; overflow: hidden;
}
.info_list li .authorName{
	height:auto; float:right; overflow: hidden;
	color:#999;
}
.info_list li .yuan{
	width: 46px; height: 46px;
	line-height: 46px;
	border-radius: 23px;
	cursor: pointer;
	background: #d8b466;
	float: left;
	color: #fff;
	text-align: center;
}
.info_list li .links{
	float:left; height:auto; line-height:46px; 
	padding-left:23px;
}
.info_list li .authorName span,.info_list li .authorName time{
	float:left;
}
.info_list li .authorName time{
	padding-left:6px;
}

/*查看更多按钮*/
.more{
	display: block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	border-radius: 20px; 
	cursor: pointer;
	font-size: 1.5em;
	margin-top:40px;
	cursor: pointer;
	margin:0 auto;
}
.more:hover{
	background: #ff0000;
	color: #fff;
}

.phone_game_list{
	display: none;
}
/*设置pc列表页 begin*/
/*设置中间内容外部div*/
.pctop02_list{
	height: auto;
	background: url(/sina/images/bg02.jpg) center -80px no-repeat #e8e8e8;
	background-size:100% auto;
	padding:150px 0 30px;
}


/*设置游戏图片*/
.game_img_info{
	width: 1000px;
	margin:0 auto;
}
.game_img_info img{
	width: 492px;
	height: 228px;
}
.game_img_info img:nth-child(1){
	margin-right:10px;
}

/*设置头部信息*/
.pctop02_list h2{
	width:1000px;
	margin:20px auto;
	font-size: 14px;
	color: #000;
}
.pctop02_list h2 .span_padding{
	padding-left:10px;
}
.mobile_page_box{
	display: none;
}
/*设置头部信息*/
.detail_title_h1{
	font-size:30px;
	width:1000px;
	margin:20px auto;
	color: #000;
}
/*设置tab*/
.pc_info_tab{
	width: 1000px;
	margin:0 auto;
	border-bottom:2px solid #dcdcdc;
}
.pc_info_tab ul{
	width: 60%;
	list-style: none;
	display: inline-block;
}
.pc_info_tab ul li{
	float: left;
	width: 25%;
	font-size: 1.5em;
	color: #000;
	text-align: center;
	cursor: pointer;
	padding:5px 0;
}
.pc_tab_selected{
	border-bottom: 2px solid #ff0000;
	font-weight: bold;
	color: #ff0000;
}
.pc_tab_selected a{
	color:#ff0000;
}
.phone_tab_selected{
	border-bottom: 2px solid #ff0000;
	font-weight: normal;
	color: #000;
}
/*设置pagecontent*/
.pagecontent{
	width: 1000px;
	/*border:1px solid #ff0000;*/
	margin:0 auto;
}
/*设置移动端*/
.list_phone_pagecontent{
	width: 640px;
	/*border:1px solid #ff0000;*/
	margin:0 auto;
}
/*设置不同频道的页面*/
.contents{
	padding:0 20px;
}
/*设置不同频道的移动页面*/
.phone_content{
	padding:0 10px;
}
.pc_info_list{
	width: 100%;
}
.pc_info_list li{
	height: 60px;
	line-height: 60px;
	border-bottom:1px solid #d9d9d9;
	font-size: 1.25em;
	letter-spacing:1px;
}
.pc_info_list li span{
	color: #999999;
	float: right;
	font-size: 0.875em;
}

/*分页*/
.page_fenye{
	width: 970px;
	margin:20px auto;
	padding-left:30px;
	letter-spacing:1em;
}
.page_fenye a{color:#666; font-size:16px;}
/*设置pc列表页 end*/


/*设置pc端 详情页 begin*/
.pctop02 h1{
	width:1000px;
	margin:20px auto;
	font-size:2.8em;
	color: #000;
}
/*设置详情内容*/
.text_content{
	border-top: 1px solid #a3a2a2;
	border-bottom: 1px solid #a3a2a2;
	width: 1000px;
	height:auto;
	margin:0 auto;
	padding:50px 0;
	font-size:16px;
	overflow:hidden;
}
.text_content img{
	max-width:100%;
	height: auto;
}

.bottom_txt{
	width: 1000px;
	margin:10px auto 50px;
	text-align: right;
	font-size: 16px;
}
.phone_content_p h3{
	text-align: right;
	font-size: 20px;
	margin-top:10px;
}
/*设置pc端详情页 end*/

/*隐藏移动端i_top02*/
	.i_top02{
		display: none;
	}

/*设置页面bg3*/
.top03{
	position: relative;
	height: auto;
}

.flexslider .slides li{
	position: relative;
}

/*设置每个页面上的游戏信息图片*/
.game_info_img{
	position: absolute;
	width: 40%;
	left: 15%;
	top: 10%;
	/*background: #000;*/
	overflow: hidden;
}
.ipad_game_info_img{
	display: none;
}
/*隐藏ipad*/
.ipad_more_text {
	display: none;
}
/*影藏ipad*/
.ipad_borderR_more{
	display: none;
}

/*新闻中心列表*/
.news_list_wrap{
	height:auto;
	overflow: hidden;
}

/*判断当屏幕最大尺寸是1024*/
@media screen  and (max-width:1200px){
		/*隐藏pc*/
	.flow_bar{
			display: none;
	}
}
@media screen and (min-width: 768px) and (max-width:1023px){
	.header_content{
		width: 100%;
	}
	/*.header_list li{
		margin-right: 0px;
	}*/
}
/*判断当屏幕768-1024*/
@media screen  and (min-width: 768px) and (max-width:1024px) {
	/*ipad 头部*/
	.header_content{
		width: 100%;
		text-align:left;
	}
	.header_content .banner{
		width:102px; 
		height:auto;
		padding:0 0 0 20px;
	}
	.header_list{
		float:right;
		display:block;
		padding:0 10px 0 0;
		margin:0;
	}

	.game_info_img{
		display: none;
		}
/*轮播图中的信息*/
	.ipad_game_info_img{
		display: block;
		position: absolute;
		width: 40%;
		left: 15%;
		top: 10%;
		overflow: hidden;
	}
	.ipad_game_info_img  h1{
	font-size: 2em;
	color:#fff;
	}
	.ipad_game_info_img h2{
	font-size: 1.125em;
	color:#ffd202;
	margin:10px 0;
	}
	.ipad_game_info_img  h3{
	font-size: 0.5em;
	margin-bottom:10px;
	color:#fff;
	}
	.ipad_game_info_img .info_game_bg{
	width: 100%;
	height: auto;
	}
	.more_text{
		display: none;
	}
	.borderR_more{
		display: none;
	}
	 .ipad_more_text{
			display: block;
			position: absolute;
			bottom:14%;
			width: 100%;
			text-align: center;
			font-size: 1em;
			color:#fff;
	}
	.ipad_borderR_more {
		display: block;
	  	position: absolute;
	 	bottom: 8%;
	  	left: 50%;
	 	margin-left: -75px;
		width: 150px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		color: #fff;
		font-size: 1em;
		letter-spacing:1px;
		background: #de6700;
		border-radius: 15px;
		cursor: pointer;
	}


}

/*设置标题*/
.game_info_img h1{
	font-size: 3em;
	color:#fff;
}
.game_info_img h2{
	font-size: 1.875em;
	color:#ffd202;
	margin:10px 0;
}
.game_info_img h3{
	font-size: 1.25em;
	margin-bottom:10px;
	color:#fff;
}
.info_game_bg{
	width: 100%;
	height: auto;
}
.flexslider .slides .info_game_bg > img{
	position: relative;
	display: inline-block;
	width: 100%;
}
.more_text{
	position: absolute;
	bottom:13%;
	width: 100%;
	text-align: center;
	font-size: 1.25em;
	color:#fff;
}

.borderR_more {
  	position: absolute;
 	bottom:4%;
  	left: 50%;
 	margin-left: -115px;
	width: 230px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 1.875em;
	letter-spacing:2px;
	background: #de6700;
	border-radius: 25px;
	cursor: pointer;
}

/*隐藏移动端i_top03*/
	.i_top03{
		display: none;
	}

/*设置页面bg4*/
.top04{
	display: block;
	width: 100%;
	height: auto;
	background: #000;
	color: #909090;
	padding:50px 0;
}

.footer_pics_box{
	width:960px;
	height:auto;
	margin: 0 auto;
	overflow: hidden;
}
.top04_list{
	width:1000px;
	margin: 0 auto;
	height:auto;
	overflow: hidden;
}
.top04_list li{
	float: left;
	width:25%; 
	height:64px;
	line-height:64px;
	overflow: hidden;
}
.top04_list li img{
	float: left;
	height: 64px;
	margin-right: 20px;
}
.top04_list li span{
	float:left;
	padding-top:15px;
	line-height:20px;
	font-size:15px;
	overflow: hidden;
}
.top04_list li span a{
	color: #909090;
}
.top04_list li span a:hover{
	text-decoration: underline;
}
.top04_list .kefu{
	color: #909090;
}
/*设置底部的子div*/
.top04 .footerDiv_box{
	margin:20px auto ;
	width:960px;
	padding:28px 0 0;
	overflow:hidden;
}

.top04 .footerDiv_box img{
	width: 208px;
	height: 56px;
	float:left;
	padding:16px 32px 0 0;
}
.top04 .footerDiv_box ul{
	overflow: hidden;
	text-align: left;
	font-size:12px;
	color: #909090;
	float:left;
}
.top04  #weixin_btn{
		cursor:pointer;
	}
/*隐藏移动端i_top04*/
	.i_top04{
		display: none;
	}


/*判断当屏幕最大尺寸为640*/
@media screen and (max-width:640px) {
	/*隐藏pc的header*/
	header{
		display: none;
	}

	/*移动端 begin*/
	.i_header{
		display: block;
		width:640px;
		height:auto;
		position:fixed;
		left:50%;
		margin-left:-320px;
		z-index: 999;
		color: #fff;
		font-size: 1.5em;
		overflow:hidden;
		background: rgba(0,0,0,.5);
	}
	/*设置banner图片*/
	.i_header .banner{
		width: 103px;
		height:102px;
		position: absolute;
		top:50%;
		margin:0 auto;
		margin-top: -51px;
		margin-right: 17px;
	}
	/*设置文字说明*/
	.i_header .wenan{
		width: 230px;
		height: auto;
		position: relative;
		left: 120px;
		vertical-align: middle;
	}
	.i_header .wenan h1{
		font-size: 34px;
	}
	.i_header .wenan h2{
		font-size: 24px;
	}

	/*设置头部立即下载按钮*/
	.i_header .download_btn{
		display: block;
		height: 80px;
		padding:0 20px;
		line-height: 80px;
		background: #ff8400;
		border-radius: 8px;
		cursor: pointer;
		font-size:1.875em;
		font-weight: bold;
		text-align: center;
		color: #fff;
		position: absolute;
		top:50%;
		right:20px;
		margin-top: -40px;
	}
	/*移动端 end*/

	/*左边浮层隐藏*/
	.flow_bar{
		display: none;
	}

	/*隐藏第一部分*/
	.top01{
		display: none;
	}
		
	/*设置移动端bg01 begin*/
	.i_top01{
		display: block;
		position: relative;
		height: auto;
		width:100%;
	}
	.i_top01 .top01_bg{
		position: absolute;
		top:134px;
		left:22px;
		width:240px; height:auto;
	}
	.i_top01 .phone_top01_bg{
	/*	width:640px;
		height: 1006px;
		margin: 0 auto;
		display: block;*/
	}
	.i_top01 .phone_video{
		display: block;
		width: 112px;
		height: 110px;
		position: absolute;
		left:50%;
		top:60%;
		margin-left:-56px;

	}
	/*底部button*/
	.i_top01 .phone_top01_bottm{
		width: 640px;
		height: 110px;
		background:#000;
		position: absolute;
		bottom: 0;
	}
	/*btn*/
	.i_top01 .phone_top01_bottm > div{
		float: left;
		width: 320px;
		height: 110px;
		line-height: 110px;
		text-align: center;
	}
	/*img*/
	.i_top01 .phone_top01_bottm > div img{
		display: inline-block;
		width: 80px;
		height: 80px;
		position: relative;
		top:50%;
		right: 17px;
		margin-top: -40px;
	}
	/*设置字体*/
	.i_top01 .phone_top01_bottm >div >div{
		display: inline-block;
		margin-top: 20px;
	}
	/*h2*/
	.i_top01 .phone_top01_bottm >div >div h2{
		font-size: 36px;
		color: #fff;
	}
	/*h3*/
	.i_top01 .phone_top01_bottm >div >div h3{
		font-size: 28px;
		color: #393631;
	}

	/*设置移动端bg01 end*/

	/*隐藏第二部分*/
	/*.top02{
		display: block;
	}*/

	/*设置移动端02 begin*/
	.i_top02{
		display: none;
		width: 640px;
		height: auto;
		margin:0 auto;
		background: #fff;
	}
	/*设置标题*/
	.i_top02 h2{
			font-size: 3em;	
			text-align: center;
		    margin: 20px 0 10px;
	}
	/*设置img*/
	.phone_game_img{
		display: block;
		width: 561px;
		height: 259px;
		margin:0 auto;
	}
	/*设置ul*/
	.phone_game_list{
		display: block;
		width: 561px;
		margin:10px auto;
		overflow: hidden;
		/*border:1px solid #ff0000;*/
	}
	/*li*/
	.phone_game_list li{
		height: auto;
		overflow: hidden;
		padding:3px 0;
		/*border:1px solid #000;*/

	}
	/*yuan*/
	.phone_game_list li .phone_yuan{
		width: 80px;
		height: 80px;
		line-height: 80px;
		text-align: center;
		border-radius: 10em;
		background: #d8b466;
		color: #fff;
		font-size: 2em;
		float: left;
		margin-top: 5px;
	}
	/*gameinfo*/
	.phone_game_list li .phone_gameinfo{
		display: block;
		position: relative;
		width:75%;
		overflow:hidden;
		float: left;
		margin-left: 30px;
		padding:6px 0;
		border-bottom:2px solid #d9d9d9;
	}
	/*more btn*/
	.phone_more_btn{
		width: 185px;
		height:55px;
		line-height:55px;
		text-align: center;
		font-size:1.875em;
		color: #000;
		border-radius: 30px;
		background: #fff;
		border:1px solid #999;
		margin: 10px auto;
		cursor: pointer;
	}
	/*hr*/
	.i_top02 hr{
		width: 561px;
		border:1px solid #999;
		margin-top:15px;
	}
	/*h2*/
	.phone_game_list li .phone_gameinfo h2{
		height: auto;
		font-size: 24px;
		text-align: left;
	}

	/*h3*/
	 .phone_game_list li .phone_gameinfo h3{
		color: #999;
		font-size: 18px;
		height:auto;
		overflow:hidden;
	}

	/*设置移动端02 end*/
		
	/*隐藏第三部分*/
	.top03{
		display: none;
	}
	

	/*移动端第三部分 begin*/
	.i_top03{
		display: block;
		width: 640px;
		height: auto;
		margin: 0 auto;
		background: #220000;
	}
	/*轮播*/
	.i_top03 .flexslider{
		width: 560px;
		height: 315px;
		overflow: hidden;
		padding: 100px 0;
		margin:0 auto;
	}

	/*图片*/
	.i_top03 .flexslider .slides .w{
		width: 560px;
		height: 315px;
	}
	/*移动端第三部分 end*/

	/*隐藏第四部分*/
	.top04{
		display: none;
	}

	/*设置移动第四部分 begin*/
	.i_top04{
		display: block;
		width: 640px;
		height: auto;
		background: #000;
		text-align: center;
		padding:30px 0;
		margin: 0 auto;
	} 
	/*设置btn*/
	.i_top04 .phone_download_btn{
		display: block;
		width: 560px;
		height: 80px;
		background: #de6700;
		border-radius: 40px;
		margin:0 auto;
		color: #fff;
		text-align: center;
		line-height: 80px;
		font-size:2.5em;
		letter-spacing:2px;
		text-shadow:1px 1px 1px #000 ;
		cursor: pointer;
	}
	/*设置字体*/
	.i_top04 h1{
		text-align: center;
		font-size: 2em;
		color: #999;
		margin:20px 0 5px 0;
	}
	.i_top04 h2{
		width: 100%;
		text-align: center;
		font-size:1.5em;
		color: #545454;
	}

	/*设置底部*/
	.i_top04 .phone_bottom_bar{
		display: inline-block;
		width: 480px;
		height: auto;
		margin:30px auto;
	}
	.i_top04 .phone_bottom_bar li{
		float: left;
		width: 25%;
		text-align: center;
	}
	.i_top04 .phone_bottom_bar li img{
		width: 64px;
		height: 64px;
	}
	.i_top04 .phone_bottom_bar li h3{
		font-size:1.5em;
		margin-top:10px;
		color: #999;
	}
	.i_top04 .phone_bottom_bar li a{
		display: block;
		height: auto;
		overflow: hidden;
	}
	
	/*设置移动第四部分 end*/

	/*列表页*/

	/*显示移动端*/
	/*设置移动端 列表页 begin*/
	/*头部bar*/
	.list_phone_topbar{
		display: block;
		width: 640px;
		padding-top:100px;
	}
	.back{
		display: block;
		width: 600px;
		margin:0 auto;
		font-size: 30px;
		color: #545454;
		padding:20px 0 10px;
	}
	.list_phone_topbar ul{
		width: 100%;
		list-style: none;
		display: inline-block;
	}
	.list_phone_topbar ul li{
		float: left;
		width: 20%;
		font-size: 36px;
		color: #545454;
		text-align: center;
		padding:2px 0;
	}

	/*游戏图片*/
	.list_phone_gameimg_info{
		display: block;
		width:580px;
		margin:40px auto;
	}
	.list_phone_gameimg_info img{
		width:280px;
		height: auto;
	}
	.list_phone_gameimg_info img:nth-child(1){
		margin-right:10px;
	}
	/*设置移动端列表页end*/
	/*设置移动内容页 begin*/

	/*设置内容*/
	.phone_content_p{
 	  border-top: 1px solid #000!important;
	  border-bottom: 1px solid #000!important;
	  height: auto;
	  margin: 0 auto;
	  padding:20px 0 10px;
 	  font-size:24px;
	}
	.phone_content_p p{
	width: 100%;
 	overflow: hidden;
	}
	.phone_content_p img{
	display: block;
	width: 449px;
	height: 253px;
	margin:30px auto;
	}
	.up_down{
		width: 600px;
		text-align: center;
		padding:30px 0;
		font-size: 20px;
	}
/*设置移动内容页end*/
	
}
@media screen and (min-width: 650px) and (max-width:768px){
	.i_top04{
		/*height:450px;*/
	} 
}


/*pc*/
.main_top02{
	height:auto;
	padding:0 0 20px 0;
	background:url(/sina/images/bg02.jpg) no-repeat 50% -90px #e8e8e8;
	overflow: hidden;
}
.main_top02 .main_newsWrap{
	width:1000px; height: auto; 
	margin:0 auto; overflow:hidden;
}
.main_top02 .main_newsWrap h2{
	color:#393939; font-size:40px;
	padding:66px 0 25px; overflow:hidden;
}
.main_top02 .main_newsWrap .news_imgs_box{
	padding:0 0 36px 0;
	height:auto; overflow:hidden;
}
.main_top02 .main_newsWrap .news_imgs_box .imgs{
	width:1020px; height:auto; overflow:hidden;
}
.main_top02 .main_newsWrap .news_imgs_box img{
	width:492px; height:228px;
	padding-right:18px; float:left;
}
.news_info_tab{
	height: auto; overflow: hidden;
}
.news_info_tab ul{
	height: auto; overflow: hidden;
}
.news_info_tab ul li{
	float:left; width:132px; height:30px;
	line-height:30px; text-align: center;
	color:#000; font-size:18px; cursor:pointer;
}
.news_info_tab ul .current{
	border-bottom:2px solid #2a2a2a;
}

/*新闻列表*/
#index_newsList_box{
	height:auto; padding:20px 0 0;
	overflow:hidden;
}
.in_listInfo_box{
	height:auto; padding-bottom:20px;
	overflow:hidden;
}
.in_listInfo_box li{
	height:auto; overflow:hidden;
}
.in_listInfo_box .news_box_link{
	height:auto;
	border-bottom:1px solid #d7d7d7;
	display: block; overflow: hidden;
}
.in_listInfo_box .news_box_link .news_title{
	width:46px; height: 46px; 
	line-height:46px; font-size:15px; color:#fff;
	float:left; border-radius:50%; margin:12px 16px 0 0;
	background-color:#d8b466;
	text-align:center; overflow:hidden;
}
.in_listInfo_box .news_box_link .infor_box{
	width:938px; height:auto; 
	line-height:71px;
	float:left; overflow:hidden;
}
.in_listInfo_box .news_box_link .infor_box strong{
	float:left; color:#000; font-size:15px; font-weight:normal;
	width:auto; height:71px;
	overflow:hidden;
}
.in_listInfo_box .news_box_link .infor_box .author_box{
	float:right; height:71px;
	font-size:12px; color:#999;
}
.in_listInfo_box .news_box_link .infor_box .author_box time{
	padding-left:8px;
}
/*活动*/
.in_hdlist_box{
	padding-left:10px; height: auto; overflow: hidden;
}
.in_hdlist_box li{
	float:left; width: 465px; height: auto;
	margin:0 25px 20px 0; overflow: hidden;
}
.in_hdlist_box li .news_box_link{
	background-color:#eee; border-radius:7px;
}
.in_hdlist_box li .news_box_link .news_title{
	width:125px; height:auto; line-height:normal;
	border-radius:0px; background-color:transparent;
	padding:15px; margin:0; 
	overflow:hidden;
}
.in_hdlist_box li .news_box_link .news_title img{
	width:125px; height: 125px;
}
.in_hdlist_box li .news_box_link .infor_box{
	width:280px; float:left;
	line-height:normal;
}
.in_hdlist_box li .news_box_link .infor_box strong{
	float:none; display:block;
	height:auto; padding:12px 0 0 0;
}
.in_hdlist_box li .news_box_link .infor_box .time_date{
	display: block; color:#999; font-size:12px;
	padding:5px 0;
}
.in_hdlist_box li .news_box_link .infor_box .viewmore{
	display: block; padding:50px 0 0; font-size:14px;
	text-decoration:underline;
}

.news_more{
	width:126px; height:38px; line-height:38px;
	border:1px solid #dadada; border-radius:10em;
	background-color:#fff; text-align:center;
	display:block; font-size:18px; color:#000;
}
/*二级页的导航*/
.menu_news_wrap{display: none;}

/*分页*/
.page_box{
	height:auto; padding:5px 0 15px 0;
	color:#666; font-size:16px;
	overflow: hidden;
}
.page_box a{
	color:#666; line-height:30px;
	padding:10px;
}
.addAjaxMoreBtn{display: none;}

/*视频弹出层*/
.video_pop_wrap{
	width:600px;
	height:500px; 
 	border-radius:10px;
	border:1px solid #414146;
    position:fixed;
	left:50%;
	top:50%;
	z-index:19999;
	margin:-250px 0 0 -300px;
	overflow: hidden;
	background-color:#000;
	display:none;
	      }
.video_pop_wrap .close{
	 width:30px; height: 30px; 
	 position: absolute; top:8px;
	 color: #fff;
	 text-align: center;
	 font-size: 18px;
	  right:8px; z-index:9; overflow: hidden;
	}
.video_pop_wrap .videoWrap{height:auto; padding-top:30px; width:580px; height:440px; margin: 0 auto; overflow: hidden;}
.video_pop_wrap .videoWrap .videoBox{width:100%; height:440px;}
.oMask_index{position:fixed; top:0; left:0; z-index:9998; width: 100%; height: 100%; background-color:#000;
 background-color:rgba(0,0,0,0.7); overflow: hidden; display:none;}


 /*二维码弹出层*/

.share_weixin_ewm{
	position:fixed;
	top:50%;
	left:50%;
    z-index:99999999; 
	margin:-180px 0 0 -180px;
	width: 360px;
	height: 360px;
	font-size:14px;
	background-color:#fff; 
	border-radius:10px;
	color:#393939; 
	overflow: hidden;
	display:none;
}
.share_weixin_ewm .close{position:absolute; top:10px; right:5px; width:30px; height: 30px; line-height:30px; text-align: center; color:#393939;}
.share_weixin_ewm strong{display:block; height:50px; line-height:50px; padding-left:12px; border-bottom:1px solid #393939;}
.share_weixin_ewm img{width: 220px; height: 220px; display:block; margin:0 auto; padding:15px 0;}
.share_weixin_ewm .bottomfont{border-top:1px solid #393939; padding:9px 12px; line-height:20px;}

/*设置敬请期待样式*/
.phone_downbtnshow{
	display: none;
	position:fixed;
	top:50%;
	left:50%;
    z-index:99999999; 
	margin:-180px 0 0 -180px;
	width: 360px;
	height: auto;
	border-radius:10px;
	color:#393939; 
	overflow: hidden;
	display:none;
}
.phone_downbtnshow .close_down{
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;	
}
.phone_downbtnshow img{
	width: 100%;
	height: auto;
	display: block;
}

/*mobile*/
@media screen and (max-width:1024px){

	.in_listInfo_box .news_box_link{
		border:none;
	}
	.in_listInfo_box .news_box_link .infor_box{
		border-bottom:2px solid #dadada;
	}
	
	.in_hdlist_box li .news_box_link .infor_box{
		border:none;
	}

	.page_box{font-size:16px;}
}

@media screen and (max-width:640px){
	.main_top02{background:none #fff;width:640px;overflow: hidden;}
	.main_top02 .main_newsWrap{width:100%;}
	.main_top02 .main_newsWrap h2{padding:30px 0; font-size:36px; text-align:center;}
	.main_top02 .main_newsWrap .news_imgs_box .imgs{width:560px; height:260px; margin:0 auto; overflow:hidden;}
	.main_top02 .main_newsWrap .news_imgs_box img{width:560px; height:260px; float:none;}

	#index_newsList_box{padding-top:0px;}
	.news_info_tab{display: none;}
	#index_newsList_box{width:560px; margin: 0 auto; padding:0 0 20px 0; border-bottom:2px solid #dadada;}
	.in_listInfo_box{width:560px; height:auto; margin: 0 auto;}
	.in_listInfo_box .news_box_link .news_title{width: 80px; height: 80px; line-height:80px; font-size:26px;}
	.in_listInfo_box .news_box_link .infor_box{width:460px; line-height:normal; padding-top:20px;}
	.in_listInfo_box .news_box_link .infor_box strong,.in_listInfo_box .news_box_link .infor_box .author_box{float:none; height: auto; display:block;}
	.in_listInfo_box .news_box_link .infor_box strong{font-size:28px;}
	.in_listInfo_box .news_box_link .infor_box .author_box{font-size:19px; padding:0 0 10px 0;}
	
	.in_hdlist_box{padding:0;}
	.in_hdlist_box li{width:560px; float: none; margin-bottom:20px;}


	/*二级页的导航*/
	.menu_news_wrap{width:640px; height: auto; display: block; overflow:hidden;}
	.menu_news_wrap ul{
		width:650px; height: auto; 
		padding:120px 0 0 0; 
		 overflow:hidden;
	}
	.menu_news_wrap ul li{
		float:left; width:128px; height: 56px;
		text-align: center; border-bottom:2px solid #000;
	}
	.menu_news_wrap ul li a{
		color:#545454; font-size:36px;
		text-align:center; display:block;
		overflow: hidden;
	}
	.menu_news_wrap ul .current{
		border-bottom:2px solid #ff0000;
	}
	.in_hdlist_box ul li .news_box_link .news_title{
		width:185px;
	}
	.in_hdlist_box ul li .news_box_link .news_title img{
		width:185px;
	}
	.in_hdlist_box li .news_box_link .infor_box{width:400px; }
	.in_hdlist_box li .news_box_link .infor_box strong{font-size:24px; padding:4px 0 0 0;}
	.in_hdlist_box li .news_box_link .infor_box .time_date{font-size:20px;}
	.in_hdlist_box li .news_box_link .infor_box .viewmore{padding:10px 0 0; font-size:22px;}

	.news_more{width: 180px; height:56px; line-height:56px; font-size:24px; margin: 0 auto;}
	.page_box{display: none;}
	.addAjaxMoreBtn{
		width: 180px; height:56px; line-height:56px; text-align: center; margin: 0 auto;
		border:1px solid #dadada; border-radius:10em;
		background-color:#fff; text-align:center;
		color:#fff; font-size:24px; overflow: hidden;
		display: block;
	}

	.video_pop_wrap .close{
	 width:30px; 
	 height: 30px; 
	 top:8px;
	 font-size:24px;
	 right:8px; 
	}
	.pctop02_list{width:640px; padding:30px 0; background:none; overflow:hidden;}
	.pctop02_list .daohang{
		width:98%;
		margin:0 auto;
		padding:35px 0 0 2%;
		font-size: 26px;
	}
	.detail_title_h1{
		font-size:30px;
		width:600px;
		margin:20px auto;
		color: #000;
	}
	.text_content{width:600px; height:auto; padding:20px 0; font-size:26px; line-height:40px;}
	.text_content img{max-width:100%; height:auto;}

	.mobile_page_box{display: block; height:auto; text-align:center; padding:30px 0 0; overflow:hidden;}
	.mobile_page_box a{padding-right:20px; color:#000; font-size:22px;}
	.share_weixin_ewm{
		display: none;
	}

}

.page_box1{
	 color: #545454;
    font-size: 30px;
    height: 76px;
    line-height: 66px;
    overflow: hidden;
	text-align:center;
}
.page_box1 .pagebut:hover{
	color: #545454;
}
.page_box1 span.pagebut{
	color: #000;
}
.page_box1 .num{
	color: #545454;
	margin: 0 5px;
}

.page_box1 .current{
	color: #000;
	font-size: 30px;
    height: 76px;
    line-height: 66px;
    overflow: hidden;
	text-align:center;
}






