* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-appearance: none;
    outline: none;
    word-break: break-all;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
html,body{
	height:100%;
}
body{
	font-family:"microsoft yahei";
}
.swiper-container {
  /*  width: 320px;
    height: 480px;*/
	width: 100%;
    height: 100%;
	background:#000;

  
}  

.swiper-slide{
	width:100%;
	height:100% !important;
	/*background: url(../images/bg.png);*/
}

.wrap_01, .logo, .top_two_logo, .top_two_01, .top_two_02, .top_two_03, .slider2_1, .slider2_2, .slider2_3, .slider2_4, .slider2_5{background-size: 100% 100% !important;}
/*slider1*/
.swiper-slide1{
	background: url(../../images/PCimages/slider_1.png) no-repeat center;
	background-size: 100% 100%;
}
.erCode img{
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: -295px;
	right: -329px;
}
.top_one{
	width: 483px;
	height: 483px;
	margin: 85px auto;
	position: relative;
}
.top_wrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 483px;
	height: 483px;
}
.slider1_dot{
	width: 500px;
	height: 500px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -250px;
	background: url(../../images/PCimages/slider1_dot.png) no-repeat center;
	background-size: 100% 100%;
	animation: opacityA 1.5s linear 0.9s infinite alternate;
    -ms-animation: opacityA 1.5s linear 0.9s infinite alternate;
    -webkit-animation: opacityA 1.5s linear 0.9s infinite alternate;
    -moz-animation: opacityA 1.5s linear 0.9s infinite alternate;
    -o-animation: opacityA 1.5s linear 0.9s infinite alternate;
}

@-webkit-keyframes opacityA {
	0% {opacity:1;}
	20% {opacity:0.8;}
	50% {opacity:0.5;}
	75% {opacity:0.3;}
	100% {opacity:0.2;}
}
@-moz-keyframes opacityA {
	0% {opacity:1;}
	20% {opacity:0.8;}
	50% {opacity:0.5;}
	75% {opacity:0.3;}
	100% {opacity:0.2;}
}
@keyframes opacityA {
	0% {opacity:1;}
	20% {opacity:0.8;}
	50% {opacity:0.5;}
	75% {opacity:0.3;}
	100% {opacity:0.2;}
}

.wrap_01{
    animation: roundA 15s linear 0.9s infinite alternate;
    -ms-animation: roundA 15s linear 0.9s infinite alternate;
    -webkit-animation: roundA 15s linear 0.9s infinite alternate;
    -moz-animation: roundA 15s linear 0.9s infinite alternate;
    -o-animation: roundA 15s linear 0.9s infinite alternate;
}

.wrap_01 {
    transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    width: 500px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -250px 0 0 -250px;
    z-index: 4;
    /*margin: -2.7rem 0 0 -2.7rem;*/
    background: url(../../images/PCimages/round_01.png) no-repeat;
}
.logo{
	width: 200px;
	height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -100px;
	margin-top: -100px;
	background: url(../../images/PCimages/logo.png) no-repeat;
}
/*@-webkit-keyframes roundA {
	from {-webkit-transform: scale(0.9);}
	to {-webkit-transform: scale(1.2);}
}
@-moz-keyframes roundA {
	from {-moz-transform: scale(0.9);}
	to {-moz-transform: scale(1.2);}
}*/
@keyframes roundA {
	0%{transform: scale(0.9) rotate(0deg);}
	50% {transform: scale(1.0) rotate(180deg);}
	100%{transform: scale(1.1) rotate(360deg);}
}



/*slider2*/
.swiper-slide2{
	background: url(../../images/PCimages/slider_2.png) no-repeat center;
	background-size: 100% 100%;
}
.top_two{
	width: 483px;
	height: 483px;
	margin: 0 auto;
	position: relative;
}
.top_two_logo{
	width: 170px;
	height: 170px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -85px;
	margin-top: -85px;
	background: url(../../images/PCimages/logo.png) no-repeat;
}
.top_two_01{
	width: 190px;
	height: 190px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -95px;
	margin-top: -95px;
	background: url(../../images/PCimages/slider2_whole1.png) no-repeat center;
	animation: wholeA 5s linear infinite;
    -ms-animation: wholeA 5s linear infinite;
    -webkit-animation: wholeA 5s linear infinite;
    -moz-animation: wholeA 5s linear infinite;
    -o-animation: wholeA 5s linear infinite;
}
.top_two_02{
	width: 231px;
	height: 231px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -115.5px;
	margin-top: -115.5px;
	background: url(../../images/PCimages/whole.png) no-repeat center;
}
.top_two_03{
	width: 231px;
	height: 231px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -115.5px;
	margin-top: -115.5px;
	background: url(../../images/PCimages/dolt.png) no-repeat center;
	animation: wholeB 10s linear 0.9s infinite;
    -ms-animation: wholeB 10s linear 0.9s infinite;
    -webkit-animation: wholeB 10s linear 0.9s infinite;
    -moz-animation: wholeB 10s linear 0.9s infinite;
    -o-animation: wholeB 10s linear 0.9s infinite;
}
.letter{
	width: 700px;
	height: 80px;
	background: url(../../images/PCimages/slider2_letter.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	bottom: 175px;
	left: 50%;
	margin-left: -350px;
}

.slider2_1{
	background: url(../../images/PCimages/slider2_1.png) no-repeat center;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 46px;
	left: 156px;
}
.slider2_2{
	background: url(../../images/PCimages/slider2_2.png) no-repeat center;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 161px;
	left: 41px;
}
.slider2_3{
	background: url(../../images/PCimages/slider2_3.png) no-repeat center;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 129px;
	left: 360px;
}
.slider2_4{
	background: url(../../images/PCimages/slider2_4.png) no-repeat center;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 323px;
	left: 86px;
}
.slider2_5{
	background: url(../../images/PCimages/slider2_5.png) no-repeat center;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 290px;
	left: 353px;
}

@-webkit-keyframes wholeA {
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes wholeA {
	from {-moz-transform: rotate(0deg);}
	to {-moz-transform: rotate(360deg);}
}
@keyframes wholeA {
	from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}

@-webkit-keyframes wholeB {
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(-360deg);}
}
@-moz-keyframes wholeB {
	from {-moz-transform: rotate(0deg);}
	to {-moz-transform: rotate(-360deg);}
}
@keyframes wholeB {
	from {transform: rotate(0deg);}
	to {transform: rotate(-360deg);}
}


/*slider3*/
.swiper-slide3{
	background: url(../../images/PCimages/slider_3.png) no-repeat center;
	background-size: 100% 100%;
}
.top_three{
	width: 700px;
	height: 483px;
	margin: 0 auto;
	position: relative;
}
.top_three_dashed{
	width: 687px;
	height: 254px;
	position: absolute;
	background: url(../../images/PCimages/slider3_dashed.png) no-repeat center;
	background-size: 100% 100%;
	top: 123px;
	left: 15px;
}
.slider3_1{
	width: 158px;
	height: 95px;
	position: absolute;
	top: 115px;
	left: 79px;
	background: url(../../images/PCimages/slider3_01.png) no-repeat center;
	background-size: 100% 100%;
}
.slider3_2{
	width: 216px;
	height: 86px;
	position: absolute;
	top: 69px;
	left: 454px;
	background: url(../../images/PCimages/slider3_02.png) no-repeat center;
	background-size: 100% 100%;
}
.slider3_3{
	width: 284px;
	height: 104px;
	position: absolute;
	top: 348px;
	left: 147px;
	background: url(../../images/PCimages/slider3_03.png) no-repeat center;
	background-size: 100% 100%;
}
.slider3_4{
	width: 257px;
	height: 84px;
	position: absolute;
	top: 296px;
	left: 439px;
	background: url(../../images/PCimages/slider3_04.png) no-repeat center;
	background-size: 100% 100%;
}
.slider3_ts{
	background: url(../../images/PCimages/slider3_ts.png) no-repeat center;
	background-size: 100% 100%;
	width: 966px;
	height: 707px;
	position: absolute;
	bottom: -423px;
	left: 50%;
	margin-left: -483px;
}


/*slider4*/
.swiper-slide4{
	background: url(../../images/PCimages/slider_4.png) no-repeat center;
	background-size: 100% 100%;
}
.top_four{
	width: 483px;
	height: 483px;
	margin: 0 auto;
	position: relative;
}
.slider4_1{
	width: 150px;
	height: 150px;
	position: absolute;
	top: 160px;
	left: 48px;
	background: url(../../images/PCimages/slider4_1.png) no-repeat center;
	background-size: 100% 100%;
}
.slider4_2{
	width: 150px;
	height: 150px;
	position: absolute;
	top: 160px;
	right: 48px;
	background: url(../../images/PCimages/slider4_2.png) no-repeat center;
	background-size: 100% 100%;
}
.slider4_3{
	width: 128px;
	height: 30px;
	position: absolute;
	top: 321px;
	right: 310px;
	background: url(../../images/PCimages/slider4_3.png) no-repeat center;
	background-size: 100% 100%;
}
.slider4_4{
	width: 150px;
	height: 40px;
	position: absolute;
	top: 320px;
	right: 48px;
	background: url(../../images/PCimages/slider4_4.png) no-repeat center;
	background-size: 100% 100%;
}
.top_four_wrap h1{
	color: #fff;
	position: absolute;
	top: 398px;
	left: 113px;
}
.slider4_5{
	background: url(../../images/PCimages/slider4_5.png) no-repeat center;
	background-size: 100% 100%;
	width: 201px;
	height: 43px;
	position: absolute;
	bottom: -327px;
	left: 50%;
	margin-left: -100.5px;
}



img{
	display:block;
}
.swiper-pagination-bullet {
width: 6px;
height: 6px;
background: #fff;
opacity: .4;
}
.swiper-pagination-bullet-active {
opacity: 1;
}
@-webkit-keyframes start {
	0%,30% {opacity: 0;-webkit-transform: translate(0,10px);}
	60% {opacity: 1;-webkit-transform: translate(0,0);}
	100% {opacity: 0;-webkit-transform: translate(0,-8px);}
}
@-moz-keyframes start {
	0%,30% {opacity: 0;-moz-transform: translate(0,10px);}
	60% {opacity: 1;-moz-transform: translate(0,0);}
	100% {opacity: 0;-moz-transform: translate(0,-8px);}
}
@keyframes start {
	0%,30% {opacity: 0;transform: translate(0,10px);}
	60% {opacity: 1;transform: translate(0,0);}
	100% {opacity: 0;transform: translate(0,-8px);}
}
.ani{
	position:absolute;
	}
.txt{
	position:absolute;
}
#array{
	position:absolute;z-index:999;-webkit-animation: start 1.5s infinite ease-in-out;
}
.ys{ text-align: center; font-size: 3em; display: block; width: 100%; max-height: 5em; font-family: Arial; font-weight: bold; color: #939393; }

.swiper-button-next{
	background-image: none;
	top: auto;
}

footer{
	position: absolute;
	z-index: 99999;
	width: 100%;
	height: 30px;
	bottom: 30px;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
 }
 .last>p{
	color: #000000;
	text-align: center;
}

.merge{position: fixed;left: 0;top: 0;z-index: 999;background-color: rgba(0,0,0,0.6);width: 100%;height: 100%;}
.merge img{position: absolute;width: 50rem;height: 30rem;top: 40%;left: 50%;margin-left: -25rem;margin-top: -15rem;}
