html {
	width: 100%;
	background: url(../images/phone_bg.jpg)no-repeat;
	background-size: cover;
	
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    height: auto;
	margin: 0;
	padding: 0;
	
	
}
html,body,ul,ol,li,p{margin:0;padding:0;font-family:"微软雅黑";}
body {
	width: 100%;
	
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	
}
ul ,li {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	cursor:pointer;
}
button{
outline:none;
}

.home_top {
	position: relative;
}
.home_top_nav {
	height: 60px;
	
	background: url(../images/home/nav.png)no-repeat;
	background-size: 100% 100%;
	border-bottom: 2px solid #e5944e;
}
.home_top_nav ul {
	width: 100%;
	display: flex;
	justify-content: space-around;
	
}
.home_top_nav ul li {
	display: inline-block;
	
}
.home_top_nav ul li .lijixiazai_top{
	background: url(../images/s_xz.png)no-repeat;
	background-size: 100% 100%;
	    width: 100px;
    height: 40px;
	border: 0;
	
}
.home_top_logo {
	width: 150px;
	    margin: 10px auto;
		text-align: center;
}
.home_gotogamediv {
	display: flex;
    
    flex: auto;
    justify-content: center;
    margin: auto;
    width: 100%;
    text-align: center;
}
.home_gotogame {
	background: url(../images/home/go_game.png)no-repeat;
	background-size: 100% 100%;
	width: 371px;
	height: 132px;
	border: 0;
}
.home_news_content_left {
	margin-top: 270px;
	margin-left: 37px;
	width: 100%;
	
	line-height: 35px;
	font-size: 21px;
}
.home_news_content_right_right {
	margin-top: 270px;
	margin-right: 37px;
	width: 135px;
	
	line-height: 35px;
	font-size: 21px;
}

/*********************************lunbo***********************************/
/*********************************lunbo***********************************/

.pre_banner_3d a{
    text-decoration: none;
    border:none;
}

.pre_banner_3d{
    margin:auto;
    width:100%;
    height:auto;
    position:relative;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.contrves{
    margin: 5px auto 0px;
   

}
.nav_banners{
    width:300px;
	margin: 0 auto;
    height:auto;
   
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content:space-between;
}
.blue_nav{
   background: url(../images/home/lunbo_active.png)no-repeat;
   background-size: 100% 100%;
    color:#fff;
	position: relative;
	z-index: 10;
}
.nav_banners>li{
	width: 40px;
	height: 40px;
    display:inline-block;
	text-align: center;
    cursor: pointer;
}
.nav_banners>li img {
	margin-top: 5px;
}
.banner_tree{
    width:100%;
    height:240px;
    
}
.show_phone_s{
    width:414px;
    height:715px;
    position:absolute;
    top:0;
    left:0;
    bottom: 0;
    right:0;
    margin:0 auto;
    z-index: 10
}
.color_font{
   
    
    width: 35px;
    height: 90px;
    font-size:24px;
    text-align: center;
    
    border-radius: 5px;
    font-weight: 700;
    position:absolute;
    top:75px;
  
    z-index: 50;
    cursor: pointer;
}
.left_btn{
    left:5px;
	background: url(../images/home/lunbo_icon_left.png)no-repeat;
	background-size: 100% 100%;
}
.right_btn{
    right:5px;
	background: url(../images/home/lunbo_icon_right.png)no-repeat;
	background-size: 100% 100%;
}
.img_phone{
    width:100%;
    height:100%;
}
.show_s_ui{
    width:100%;
    height:100%;
    position:relative;
}
.show_s_ui>li{
    width:250px;
    height:425px;
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    z-index: 30;
    cursor: pointer;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity: 0;
    font-size:40px;
}
.show_s_ui>li>div{
    position: absolute;
    top:0;
    width:100%;
    height:100%;
    background:#fff;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    opacity: 0.2;
    display:none;
}
.show_s_ui>li>img{
    width:100%;
    height:100%;
}
#middel_shows{
    width:295px;
    height:503px;
    left:1%;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity:1;
}
#left_shows{
    left:8%;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    opacity: 0.6;
}
#right_shows{
    left:71%;
    opacity: 0.6;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
#small_left,#small_right{
    width:154px;
    height:249px;
    opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
#small_left{
    left:-15%;
}
#small_right{
    left:102.5%;
}
.home_youxiteshe_content_right_title {
	background: url(../images/home/text_bg.png)no-repeat;
	background-size: 100% 100%;
	text-align: center;
    font-size: 18px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
    color: #fff;
	margin: 10px 0;
}
