.pre_banner_3d{
    margin:auto;
    width:1200px;
    height:700px;
    position:relative;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.contrves{
    width:100%;
    height:auto;
    position:absolute;
    
}

.banner_tree{
    width:100%;
    height:700px;
    position:absolute;
    bottom:0;
    overflow: hidden;
}

.color_font{
    background:#63B504;
    color:#fff;
    width: 60px;
    height: 60px;
    position:absolute;
    top:0;bottom:0;
    margin:auto;
    z-index: 50;
    cursor: pointer;
}
.left_btn{
    left:0;
	background: url(../img/left.png) no-repeat left center;
}
.right_btn{
    right:0;
	background: url(../img/right.png) no-repeat left center;
}
.img_phone{
    width:100%;
    height:100%;
}
.show_s_ui{
    width:100%;
    height:100%;
    position:relative;
}
.show_s_ui>li{
    /*width:215px;
    height:362px;*/
	width:260px;
    height:353px;
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    cursor: pointer;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity:1;
 
}
.show_s_ui>li>div{
    position: absolute;
    top:0;
    width:100%;
    height:100%;
    background:#fff;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
    display:none;
}
.show_s_ui>li>img{
    width:100%;
    height:100%;
}
#middel_shows{
    /*width:295px;
    height:503px;*/
	width:468px;
    height:622px;
	z-index:999;
    left:30.5%;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity:1;
}
#left_shows{
    left:8%;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
}
#right_shows{
    left:70.3%;
    opacity: 1;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}


