@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
body{
	width: 100%;
	overflow-x: hidden;
}
li{
	list-style: none;
}
.container img{
	width: 100%;
}
.title{
	width: 1255px;
	margin: 0 auto;
}
.title_one{
	width: 1260px;
	margin: 0 auto;
}
.clearfix:after{
	content: ".";
	display:block;
	clear: both;
	line-height: 0;
	overflow: hidden;
	font-size:0;
}
/*****以上是公共样式*************/
/***第一屏样式开始********/
.page1box{
	min-width: 1200px;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}
.page1box .front-bg{
	width: 1920px;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	z-index: -1;
}
.page1box .page1{
	width: 1200px;
	height: 920px;
	margin: 0 auto;
	position: relative;
}
.page1 .gomain{
	display: block;
	width: 116px;
	height: 40px;
	position: absolute;
	top: 18px;
	right: 10px;
}

/*新增下载banner*/
.download_banner{
	position: absolute;
	left: 50%;
	top: 695px;
	transform: translate(-50%,0);
	width: 517px;
	height: 147px;
	background: url("../img/index/download_banner_bg.png") center no-repeat;
	z-index: 10000;
}
.download_banner_txt{
	writing-mode: vertical-lr;
	color: #000;
	font-size: 16px;
	position: absolute;
	left: 30px;
	top: 25px;
	letter-spacing: 1px;

}
.download_banner_code{
	display: block;
	width: 107px!important;
	height: 107px;
	position: absolute;
	left: 55px;
	top: 22px;
}
.download_banner_android{
	width: 196px;
	height: 50px;
	background: url("../img/index/download_banner_android.png") center no-repeat;
	position: absolute;
	left: 167px;
	top: 22px;
}
.download_banner_ios{
	width: 196px;
	height: 50px;
	background: url("../img/index/download_banner_ios.png") center no-repeat;
	position: absolute;
	left: 167px;
	top: 76px;
}
.download_banner_new_server{
	width: 133px;
	height: 113px;
	background: url("../img/index/download_banner_new_server.png") center no-repeat;
	position: absolute;
	left: 369px;
	top: 15px;
}
/***第一屏样式结s束********/
/***第二屏样式开始********/
.page2box{
	width: 100%;
	height: 1218px;
	background: url("../img/index/activity_bg.png") center no-repeat;
	margin-top: -156px;
	overflow: hidden;
}
.page2box .page2{
	width: 1400px;
	margin: 0 auto;
}
.activity_title{
	margin-top: 205px;
}
.activity{
	width: 1463px;
	height: 762px;
	background: url("../img/index/activity_content_bg.png");
	margin: 53px auto 0;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.act_center{
	width: 678px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.act_left{
	float: left;
}
.act_right{
	float: right;
}
.act_right,.act_left{
	margin-top: 70px;
	position: relative;
	z-index: 10;
}
.act_item{
	width: 365px;
	height: 110px;
	margin-bottom: 53px;
	position: relative;
}
.act_left div:first-child{
	margin-left: 91px;
}
.act_left div:nth-child(2){
	margin-left: 10px;
}
.act_left div:last-child{
	margin-left: 54px;
}
.act_right div:first-child{
	margin-left: 15px;
}
.act_right div:nth-child(2){
	margin-left: 80px;
}
.act_right div:nth-child(3){
	margin-left: 90px;
}
.act_right div:last-child{
	margin-left: 30px;
}
.icon_border{
	width: 110px;
	height: 110px;
	border-radius: 100%;
	border: 2px solid #5a5e5c;
	box-sizing: border-box;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 10;
}
.act_right .icon_border{
	left: 0;
}
.icon_border::after{
	content: "";
	display: block;
	width: 101px;
	height: 101px;
	border-radius: 100%;
	border:4px solid #4b5255;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
/***第二屏样式结束********/
/***第三屏样式开始********/
.page3box{
	width: 100%;
	height: 1103px;
	background:url('../img/index/professional_bg.jpg') center top no-repeat;
	overflow: hidden;
}
.page3box .page3{
	width: 1200px;
	height: 1103px;
	margin: 0 auto;
	position: relative;
}
.pro_distance{
	margin-top: 50px;
}
.professional_icon{
	width: 106px;
	margin-left: 5px;
	float: left;
	position: relative;
	z-index: 5;
}
.professional_icon li{
	margin-bottom: 5px;
	cursor: pointer;
}
.professional_person_box{
	float: left;
	position: relative;
	left: -13px;
	z-index: 0;
}
.professional_describe{
	width: 335px;
	margin-left: 22px;
}
.professional_person{
	width: 1368px;
	background: url("../img/index/pro_person_dw.png") no-repeat;
	position: absolute;
	top: -38px;
	left: 0;
}
.professional_person img{
	width: 1368px;
}
/***第三屏样式结束********/
/***第四屏样式开始********/

.page4box{
	width: 100%;
	height: 854px;
	background:url(../img/index/feature_bg.jpg) center top no-repeat;
	overflow: hidden;
	position: relative;
}
.page4box .page4{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.feature_box{
	width: 1200px;
	margin: 92px auto 0;
}
.swiper-container{
	width: 100%;
}
.feature_box .swiper-wrapper .swiper-slide{
	width: 890px ;
	height: 505px;
	border: 1px solid #d5c19e;
	box-sizing: border-box;
	cursor: pointer;
}
.feature_box .swiper-slide img{
	width: 880px;
	height: 495px;
	margin: 5px;
}
.swiper-pagination.dot{
	width: 354px;
	height: 26px;
	background: url("../img/index/feature_icon_bg.png") no-repeat center;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
	text-align: left;
}
.dot .swiper-pagination-bullet{
	width: 26px;
	height: 26px;
	margin-right: 54px;
	background: url("../img/index/feature_icon.png");
	opacity: 1;
}
.dot span:last-child{
	margin-right: 0;
}
.dot .swiper-pagination-bullet-active{
	background: url("../img/index/feature_icon_choosed.png");
}
/***第四屏样式结束********/
/***第五屏样式开始********/
.page5box{
	width: 100%;
	height: 621px;
	background:url(../img/index/download_bg.jpg) center top no-repeat;
	overflow: hidden;
}
.page5box .page5{
	width: 1200px;
	margin: 119px auto 0;
}
.download_ercode_box{
	width: 386px;
	height: 231px;
	background: url("../img/index/download_ercode_bg.png");
}
.download_game_ercode_box{
	margin-left: 45px;
}
.download_game_btn_box{
	margin-left: 36px;
}
.download_game_text{
	width: 24px;
	float: left;
	margin-left: 106px;
	margin-top: 33px;
}
.download_game_ercode{
	width: 178px;
	height: 178px;
	float: right;
	margin-top: 26px;
	margin-right: 30px;
}
.download_game_btn_box{
	width: 272px;
}
.download_game_btn_box a{
	margin-bottom: 20px;
	display: block;
}
.d_item{
	float: left;
}
/***第五屏样式结束********/
/*****左边导航按钮样式开始***********/
.navbox{
	width: 56px;
	height: 379px;
	background:url('../img/index/nav_left_bg.png') no-repeat;
	position: fixed;
	top: 50%;
	left: 27px;
	transform: translateY(-50%);
	z-index: 100;
}
.navbox div{
	cursor: pointer;
}
.navbox .navtop{
	width: 36px;
	height: 36px;
	margin: 17px 0 53px 11px ;
}
.navbox .navpg{
	width: 23px;
	height: 23px;
	margin-left: 18px;
	margin-bottom: 23px;
	background: url('../img/index/nav_icon.png') no-repeat;
}
.navbox .nav_act{
	background:url('../img/index/nav_icon_choosed.png') no-repeat;
}

/*分享模块*/
.share_list{
	position: absolute;
	right: -8px;
	top: 65px;
	display: flex;
}
.share_weixin{
	width: 29px;
	height:30px;
	margin:4px;
	cursor: pointer;
	position: relative;
	background:url('../img/index/icon_weixin.png') no-repeat;
}
.share_weixin:hover:after{
	display: block;
}
.share_weixin::after{
	content: "";
	width: 150px;
	height: 150px;
	display: none;
	position: absolute;
	top: 110%;
	left: -100%;
	background:url('../img/index/gongzhong_code.jpg') no-repeat;
	background-size: 100% 100%;
}
.share_comunity{
	width: 29px;
	height:30px;
	margin:4px;
	cursor: pointer;
	position: relative;
	background:url('../img/index/icon_shumen.png') no-repeat;
}
.share_comunity:hover:after{
	display: block;
}
.share_comunity::after{
	content: "";
	width: 150px;
	height: 150px;
	display: none;
	position: absolute;
	top: 110%;
	left: -100%;
	background:url('../img/index/comun_code.jpg') no-repeat;
	background-size: 100% 100%;
}
.share_weibo{
	width: 29px;
	height:30px;
	margin:4px;
	background:url('../img/index/icon_weibo.png') no-repeat;
}
.share_weibo a{
	display: block;
	width: 29px;
	height: 30px;
}
.share_service{
	width: 29px;
	height:30px;
	margin:4px;
	background:url('../img/index/icon_service.png') no-repeat;
}
.share_service a{
	display: block;
	width: 29px;
	height: 30px;
}
