.swiper-container{
    width: 100%;
    height: 100%;
}
.guide{
    background: #000 url("../img/bg1.jpg") no-repeat bottom;
    background-size: 100%;
}
.tit1{
    position: absolute;
    width: 12rem;
    left: 2.1rem;
    top: 17%;
    height: 7.8rem;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 800;
    color: #5DBEFF;
}
.lun{
    position: absolute;
    width: 16rem;
    left: 0rem;
    top: 25%;
}
.guang{
    width: 2rem;
    height: 2rem;
    position: absolute;
    left: 7rem;
    top: 41%;
    -webkit-animation: zhuan2 20s linear infinite;
}
.guang1 {
    width: 12rem;
    position: absolute;
    left: -5rem;
    top: -6rem;
}
.guang2{
    width: 13rem;
    position: absolute;
    left: -5rem;
    top: -3rem;
}
.huan{
    position: absolute;
    width: 3.6rem;
    bottom: 7rem;
    left: 6.2rem;
    -webkit-animation: zhuan1 20s linear infinite;
}
.huan{
    border-radius: 50%;
    -webkit-animation:  zhuan1 20s linear infinite;
}
.guang{
    position: absolute;
    width: 16rem;
    height: 16rem;
    top: 39.5%;
    left: -2%;
    -webkit-animation: zhuan2 20s linear infinite;
}

.h1{
    position: absolute;
    width: 13.5rem;
    top: 2rem;
    opacity: 0.24;
    left: 1.25rem;
    -webkit-animation: zhuan2 30s linear infinite;
}
.h2{
    position: absolute;
    width: 10rem;
    top: 3.8rem;
    opacity: 0.24;
    left: 3rem;
    -webkit-animation: zhuan1 30s linear infinite;
}
@-webkit-keyframes zhuan1 {
    from{
        -webkit-transform: rotateZ(0deg);
    }
    to{
        -webkit-transform: rotateZ(360deg);
    }
}
@-webkit-keyframes zhuan2 {
    from{
        -webkit-transform: rotateZ(0deg);
    }
    to{
        -webkit-transform: rotateZ(-360deg);
    }
}
.tai{
    position: absolute;
    width: 15rem;
    left: 0.5rem;
    top: 60%;
    -webkit-animation: tai 3s linear infinite;
}
@-webkit-keyframes tai {
    from{
        opacity: 1;
    }
    50%{
        opacity: 0.6;
    }
    to{
        opacity: 1;
    }
}
.fig{
    position: absolute;
    left: 8rem;
    width: 2rem;
    bottom: 2rem;
    pointer-events: none;
    -webkit-animation:  p3 2.5s linear infinite;
    z-index: 2;
}


@-webkit-keyframes huan1 {
    from{
        opacity: 1;
        -webkit-transform: scale(1);
    }
    to{
        opacity: 0;
        -webkit-transform: scale(1.3);
    }
}

/*menu*/
.menu{
    position: absolute;
    width: 94%;
    left: 3%;
    height: 6rem;
    z-index: 9999;
    bottom: 1rem;
}
.switch-scene{
    width: 100%;
    height: 3.6rem;
    background: rgba(0,0,0,0.25);
    overflow: scroll;
}
.switch-scene::-webkit-scrollbar {
    height:0px;
}
.scene-box{
    width: 23rem;
    height: 100%;
    overflow: hidden;
}
.scene-cont{
    position: relative;
    float: left;
    height: 3.2rem;
    width: 5.12rem;
    margin: 0.2rem;
    border: 0.2rem solid #ccc;
    box-sizing: border-box;
}
.scene-cont.active{
    border-color: #5DBEFF;
}
.scene-cont img{
    width:100%;
    height: 100%;
    box-sizing: border-box;
}
.bottom{
    opacity: 0;
}

.active .top{
    opacity: 0;
}
.active.zhanshi .top{
    opacity: 1;
}
.active .bottom{
    opacity: 1;
}
.mark{
    position: absolute;
    top: 1.3rem;
    width: 0.9rem;
    left: 0.4rem;
    -webkit-transition: all 1s cubic-bezier(0.7, 0.07, 0.35, 0.96);
}
.switch-mode{
    width: 100%;
    height: 2rem;
    background: rgba(60,60,60,0.6) ;
    background-size: 100% auto;
}
.switch-mode img{
    height: 100%;
    box-sizing: border-box;
    padding: 0.5rem;
    /*margin-left: 2rem;*/
}
.mode-box{
    width: 3rem;
    height: 100%;
    margin: 0 0 0 6.5rem;
}
.mode-box li{
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
}
.mode-cont img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.info{
    color: #45E2F1;
    pointer-events: none;
}
#main{
    background: url("../img/bgmain.jpeg") no-repeat;
    background-size: 100% 100%;
}
.vr{
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 2rem;
}
.active.vr{
    color: #7A7B7D;
}
/*展框*/
.zhankuang{
    background: #000;
    z-index: 99999;
}
.back,.tel{
	position: absolute;
    bottom: 3rem;
    left: 2rem;
    width: 4rem;
    height: 1.5rem;
    font-family: "微软雅黑";
    font-size: 0.7rem;
    color: #fff;
    border: 1px solid #fff;
    background: #ccc;
    text-align: center;
    line-height:0.5rem;
    border-radius: 0.5rem;
    outline: none;
}
.tel{
	left: 10rem;
	background: #F62D2D;
}
 .tel img{
 	display: block;
    width: 1.3rem;
    margin: 0.1rem auto;
 }
.big{
	float: left;
	width: 100%;
	height: 100%;	
}

/*小三角*/
.sanjiao{
position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1.4rem;
    z-index: 999;
    visibility: hidden;
    padding: 1rem;
    padding-bottom: 0;
}
.sanjiao_1{
	visibility: visible;
}

/*菜单*/
.menu_hide{
	height: 0rem;
	-webkit-animation: down 2s linear;
	-webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes down{
	from{
		transform: translateY(0);
	}
	to{
		transform: translateY(5rem);
	}
}
.loading{
    z-index: 9999999;
    background: rgba(0,0,0,0.65);
}
.loading span{
    display: block;
    width: 100%;
    position: absolute;
    top: 45%;
    color: #5DBEFF;
    font-size: 16px;
    text-align: center;
}
.close{
    position: fixed;
    right: 0.4rem;
    top: 0.4rem;
    width: 1.4rem;
    height: 1.4rem;
    z-index: 10000;
}
.close1{
    position: fixed;
    right: 0.4rem;
    top: 0.4rem;
    width: 1.4rem;
    height: 1.4rem;
    z-index: 10000;
}
video{
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
}

.cont{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.cont img{
    position: relative;
    width: 100%;
    top: 30%;
}
.swiper-pagination{
    color: #ffffff;
}
#tishi{
    background: rgba(0,0,0,0.7) url("../img/f.png") no-repeat center;
    background-size: 200px;
    z-index: 10000;
}
#tishi span{
    position: absolute;
    top: calc( 50% + 120px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    color: #ffffff;
    font-size: 0.7rem;
}
.scene-cont span{
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 0.8rem;
    line-height: 0.8rem;
    width: 100%;
    color: #fff;
    font-size: 0.65rem;
    text-align: center;
    background: rgba(0,0,0,0.65);
}
.active span{
    color: #5DBEFF;
}
.active.zhanshi{
    color: #7A7B7D;
}
.swiper-button-next, .swiper-button-prev{
    -webkit-animation: op3 2s linear infinite;
}
@-webkit-keyframes op3 {
    from{opacity: 1}
    50%{opacity: 0}
    to{opacity: 1}
}
.p1{
    position: absolute;
    width: 11rem;
    top: 4rem;
    left: 2.5rem;
    -webkit-animation: bounceIn 0.8s 0.4s both;
}
.p2{
    position: absolute;
    width: 16rem;
    top: 7rem;
    left: 0rem;
    -webkit-animation: bounceIn 0.8s 0.6s both;
}
.p3{
    position: absolute;
    width: 4rem;
    bottom: 3.5rem;
    left: 6rem;
    z-index: 1;
    /*-webkit-animation:  p3 2.5s 1.5s linear infinite;*/
}
@-webkit-keyframes p3 {
    from{
        opacity: 1;
    }
   50%{
       opacity: 0;
   }
    to{
        opacity: 1;
    }
}
.p4{
    position: absolute;
    width: 10.775rem;
    bottom: 0%;
    right: 0rem;
    /*-webkit-animation: bounceInUp 0.8s 0.6s both;*/
}
.p6{
    position: absolute;
    width: 2.875rem;
    top: 0.5rem;
    left: 0.5rem;
}
.hd{
    background: rgba(0,0,0,0.7) url("../img/hd.png") no-repeat center;
    background-size: 11rem;
    z-index: 1;
}

.fig11{
    position: absolute;
    left: 8rem;
    width: 2rem;
    top: 53.5%;
    pointer-events: none;
    -webkit-animation: fig11 2s linear infinite;
}
@-webkit-keyframes fig11 {
    from{
        opacity: 0;
        -webkit-transform: translateX(0);
    }
    15%{
        opacity: 1;
    }
    85%{
        opacity: 1;
    }
    to{
        opacity: 0;
        -webkit-transform: translateX(-3rem);
    }
}



/*dmt*/
.dmt-menu{
    background: url("../img/dmt/bgmenu.png") no-repeat center;
    background-size: 100%;
}
.bt-box{
    position: absolute;
    width: 15rem;
    left: 0.5rem;
    top: 37%;
}
.bt-box img{
    float: left;
    margin: 0 0.55rem;
    width: 1.4rem;
    -webkit-animation: tai 1.5s linear infinite;
}
.fig8{
    position: absolute;
    left: 1.5rem;
    width: 2rem;
    top: 53.5%;
    pointer-events: none;
    -webkit-animation: tai8 1.5s linear infinite;
}
@-webkit-keyframes tai8 {
    from{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
.psw{
    background: #000;
}
.psw video{
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateY(0);
}
.v-title{
    margin-top: 2rem;
    text-indent: 1rem;
    height: 1.5rem;
    line-height: 1.5rem;
    color: #ffffff;
}


canvas{
    -webkit-transform: scale(1);
    opacity: 1;
}

canvas.scale{
    -webkit-transition: all 2s linear;
    -webkit-transform: scale(1.6);
    opacity: 0.3;
}
.iframe-box{
    border: none;
    z-index: 99999;
}
.iframe-box.show1{
    opacity: 1;
    pointer-events: auto;
}
.hai{
    position: absolute;
    width: 3rem;
    right: 1.2rem;
    top: 3%;
    -webkit-animation: bounceInRight 1.5s 0.9s both;
}
.c5,.c6,.c7,.c8{
    width: 100%;
}
.cont-s{
    position: absolute;
    top: 50%;
    width: 100%;
}
.brsd{
    position: absolute;
    width: 2.4rem;
    bottom: 0.5rem;
    left:6.8rem;
}
.zhanshi .top{
    position: absolute;
    width: 4rem;
    height: auto;
    left: -0.5rem;
    top: 0.65rem;
    padding: 0;
}

.p3{
    position: absolute;
    width: 3rem;
    top: 85%;
    left: 6.5rem;
    z-index: 1;
    opacity: 0;
    -webkit-animation:  p3 2.5s  linear infinite;
}
.start{
    background: #fff;
}
.fig{
    position: absolute;
    left: 8rem;
    width: 2rem;
    top: 72%;
    pointer-events: none;
    -webkit-animation: p3 2.5s linear infinite;
    z-index: 2;
}
.bg{
    background: url("../img/bg.jpg") no-repeat center center;
    background-size: 100% auto;
}
.title{
    position: relative;
    width: 63.2%;
    margin: 4rem auto 0;
}
.bt-start{
    width: 1.85rem;
    position: absolute;
    bottom: 3rem;
    left: 7.075rem;
}
.huan1{
    position: absolute;
    width: 3.15rem;
    left: 6.425rem;
    bottom: 2.37rem;
    -webkit-animation: huan1 1.8s linear infinite;
    pointer-events: none;
}
.bg.act{
    -webkit-animation: bg 2s linear both;
    -webkit-transform-origin: 50% 58%;
}
@-webkit-keyframes bg {
    from{
        opacity:1;
        -webkit-transform: scale(1);
    }
    to{
        opacity:1;
        -webkit-transform: scale(2.5);
    }
}