body{
    width: 100%;
    height: 100vh;
    background: url(../images/gLBg.png) left top/100% 100%;
	overflow:hidden;
}


.menuTop{
    display: flex;
    margin:20vh auto 0;
    width: 95%;
    justify-content: center;
}
.menuTop img{
    width: 100%;
}
.content img{
    display: block;
    width: 100%;
}
 .left{
    width: 45%;
    max-width: 407px;
    margin-right: 2%;
}
 .wz{
    width: 50%;
    max-width: 695px;
    animation: magnify 6.5s;

}
.wz img{
    width: 100%;
    height: 100%;
}
.dayan{
    position: absolute;
    top: 10%;
    width: 170px;
    height: 140px;
    animation: dayan 8s forwards;
}
.menu{
    width: 215px;
    height: 63px;
    background: url(../images/menu.png) left top/100% 100%;
    position: fixed;
    right: 40px;
    top: 40px;
    z-index:20;
    overflow: hidden;
  }
  .menu.on{
    height: 329px;
    background: url(../images/menuslit.png) left top/100% 100%;
  }
  .menuCon{
    display: flex;
    position: relative;
  }
  .menuCon .muenulist::before{
    position: absolute;
    content:"" ;
    width: 1px;
    height: 30px;
    background-color: #ffffff;
    left: -10px;
    top: 42%;
    transform: translateY(-50%);
  }
  .menuCon .xiangji::before{
    position: absolute;
    content:"" ;
    width: 1px;
    height: 30px;
    background-color: #ffffff;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .menu a{
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  
  .menu img {
      width: 100% !important;
  }

.menu .music{
    display: block;
    width: 52px;
    margin: 9px 0 0 17px;
    cursor: pointer;
}
.menu .xiangji{
    display: block;
    width: 52px;
    margin: 9px 0 0 5px;
    cursor: pointer;
    position: relative;
}
.menu .muenulist{
    display: block;
    width: 44px;
    margin: 14px 0 0 18px;
    cursor: pointer;
    position: relative;
}
.menu .menuconAll{
    margin-top: 20px;
    position: relative;
    padding-top: 2px;
}
.menu .menuconAll::before{
    position: absolute;
    content: "";
    width: 160px;
    height: 14px;
    /* background: url(../images/menuslit_xhx.jpg) left top/100% 100%; */
    left: 50%;
    top: -15px;
    transform: translateX(-50%);
}


.menu .menuconAll a{
    display: flex;
    width: 100%;
    align-items: center;
    height: 44px;
    justify-content: center;
    margin-top: 5px;
}
.menu .menuconAll a .menuconAllImg1{
    width: 130px;
    display: none;
}
.menu .menuconAll a .menuconAllImg2{
    width: 130px;
}
.menu .menuconAll a:hover .menuconAllImg1{
    display: block;
}
.menu .menuconAll a:hover .menuconAllImg2{
    display: none;
}

.postImg{
	display:none;
	position:fixed;
	width:70%;
	max-width:1100px;
	top:5%;
	z-index:1000;

    left: 50%;
    transform: translate(-50%);
}
.postimgCon img{
    display: none;
}
.postimgCon img.on{
    display: block;
}
 .postImg .postimgCon,.postImg img{
    width: 100%;
    /* overflow: hidden; */
    position: relative;
}

.postImg .postimgCon .postImgEwm{
    position: absolute;
    width: 143px;
    height: 183px;
    background: url(../images/postEwmBg.png) left top/100% 100%;
    overflow: hidden;
    right: -168px;
    bottom: 0;
}
.postImg .postimgCon .postImgEwm img{
    width: 120px;
    height: 120px;
    margin: 11px 0 0 10px;
    display: block;
}

.postImg .postimgClose{
    width: 30px;
    margin: 19px auto;
}
.postImg .postimgClose img{
    cursor: pointer;
}
.selectPost{
     width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.selectPost .postmgClick{
    width: 18%;
}
.selectPost .postmgClick.on{
    border: 1px solid #fff;
}
.postTs{
    width: 100%;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 10px auto;
  }

.tips {
 z-index: 10000;
 width: 100px;
 height: 100px;
 text-align: center;
 position: fixed;
 left: 42%;
 top: 50%;
 transform: translate(-50%, -50%);
 display: none;
}
.tip-modal {
    width: 300px;
    padding: 2% 2%;
    background: RGBA(0, 0, 0, 0.5);
    border-radius: 15px;
    font-size: 24px;
    color: #ffffff;
    line-height: 70px;
    vertical-align: middle;
}
.mark,
.mark1 {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, .7);
    left: 0;
    top: 0;
    display: none
}

.timer {
    display: flex;
    width: 50px;
    height: 50px;
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 2px #fff;
    border-radius: 50%;
    position: relative;
    margin: 18px auto 0px;
}

.timer:before {
    position: relative;
    content: '';
    width: 15px;
    height: 2px;
    top: 25px;
    left: 25px;
    transform-origin: 1px 1px;
    animation: hrhand 2.3s linear infinite;
    background: #fff;
    z-index: 33;
    display: none;
}

.timer:after {
    position: relative;
    content: '';
    width: 20px;
    height: 2px;
    top: 25px;
    left: 10px;
    background: #fff;
    transform-origin: 1px 1px;
    z-index: 33;
    animation: minhand 2s linear infinite;
}

@keyframes minhand {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes hrhand {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }

}



@keyframes dayan{
    from{
        top: 30%;
        right: -10%;
    }
    to{
        top: 20%;
        right: 10%;
    }
}

@keyframes magnify{
    0%{
        opacity: 0;
    }
    70%{
        transform: scale(1.1);
    }
    100%{
        opacity: 1;
    }
}
.content .indexwz1{
	max-width:1076px;
	margin-top:18vh;
	margin-bottom:7vh;
}
.nav{
    display: flex;
    width: 62%;
    margin: 0 auto;
	height:240px;
    justify-content: space-between;
    margin: 6% auto 0%;
}


.nav a{
    display: block;
	position:relative;
	width:120px;
	
}
.nav a span{
	display:none;
	    position: absolute;
    right: -101px;
    top: 113px;
	color: #ffffff;
}
.nav a:hover span{
	display:block;
}
.nav a img{
	position:absolute;
	left:0;
	top:500px;
	display: block;
	width: 100%;
}

/* .nav a:nth-child(2n){
    margin-top: 76px;
} */
.title{
    margin: 0 auto;
    position: relative;
}
.title #shou{
    width: 45px;
    height: 45px;
    position: absolute;
    left: 50%;
    top:85%;
    animation: shou 2s linear infinite;
}
.title #xing{
    width: 330px;
    /* height: 34px; */
    position: absolute;
    top: 0%;
    animation: xing 4s linear forwards;
}
.title .bottomname{
    width: 207px;
    display: block;
    margin:0 auto;
    position: relative;
    z-index: 10;
}
@keyframes shou{
    0%{
        opacity: 0;
        transform: scale(.1);
    }
    50%{
        opacity: 1;
        transform: scale(1.1);
    }
    100%{
        opacity: 0;
        transform: scale(.1);
    }
}

@keyframes xing{
    from{
        left: -100%;
    }
    to{

        left: 42%;
    }
}

.title img{
    width: 100%;
    height: 100%;
}

.nav a:nth-child(1) img{
	   animation: 2s 1s minhand forwards;
}
.nav a:nth-child(2) img{
	   animation: 2s 1.5s minhand forwards;
}
.nav a:nth-child(3) img{
	   animation: 2s 2s minhand forwards;
}
.nav a:nth-child(4) img{
	   animation: 2s 2.5s minhand forwards;
}
.nav a:nth-child(5) img{
	   animation: 2s 3s minhand forwards;
}
.nav a:nth-child(6) img{
	   animation: 2s 3.5s minhand forwards;
}
.nav a:nth-child(7) img{
	   animation: 2s 4s minhand forwards;
}

@keyframes minhand {
    0% {
        top:500px
    }
    100% {
        top:0
    }
}


.cloud{
    z-index: -1;
    display: flex;
    position: absolute;
    bottom: 18%;
    left: 0;
    animation: cloud linear 30s infinite;
}

.cloudTop{
    z-index: -1;
    display: flex;
    position: absolute;
    top: 0%;
    left: 0;
    animation: cloudyd1 linear 25s infinite;
}

@keyframes cloud{
    0%{
        transform: translate(0);
    }
    50%{
        transform: translate(80px);
    }
    100%{
        transform: translate(0);
    }
}
@keyframes cloudyd1{
    0%{
        transform: translate(0);
    }
    50%{
        transform: translate(120px);
    }
    100%{
        transform: translate(0);
    }
}