.fp-watermark{
	display: none;
}
.topNav{
	background: black;
	width: 100%;
	height: 78px;
	line-height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	padding: 0 15%;
}
.voice{
	position: fixed;
	width: 50px;
	height: 50px;
	right: 75px;
	top: 15px;
	cursor: pointer;
	z-index: 99;
}
.topNav .logo{
	display: inline-block;
	position: relative;
	top: 18px;
}
.navbar{
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}
.navbar span{
	display: inline-block;
	width: 150px;
	height: 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}
.navbar .active{
	background: url(../images/xuanzhong.png) no-repeat;
	background-size: 100%;
}
.navbar span:hover{
	background: url(../images/xuanzhong.png) no-repeat;
	background-size: 100%;
}
.navbar span img{
	width: 13px;
	margin-left: 10px;
	position: relative;
	top: -3px;
}
.navbar2{
	background: rgba(0,0,0,0.65);
	width: 100%;
	height: 78px;
	position: fixed;
	top: 78px;
	left: 0;
	z-index: 91;
	display: none;
}
.navbaerItem:hover .navbar2{
	display: block;
}
.tishi{
	position: absolute;
	top: 124px;
	right: 60px;
	width: 80px;
	height: 102px;
	z-index: 1000;
}
.biaoqian{
	position: fixed;
	top: 280px;
	right: 60px;
	width: 163px;
	height: 364px;
	z-index: 1000;
}
.fp-overflow{
	overflow: hidden !important;
}
/* 第一页 */
.page1{
	width: 100%;
	height: 100%;
	position: relative;
	/* background: url(../images/page1.png) no-repeat; */
	/* background-size: 100% 100%; */
}
 /*video默认全屏按钮*/
.page1 video::-webkit-media-controls-fullscreen-button{ display: none !important; }

  /*video默认aduio音量按钮*/
.page1 video::-webkit-media-controls-mute-button { display: none !important;}
 /*video默认setting按钮*/
.page1 video::-internal-media-controls-overflow-button{ display: none !important;}

 /*隐藏controls中的音量控制*/
.page1 video::-webkit-media-controls-volume-slider, video::-webkit-media-controls-mute-button {
  display: none;
}

/*其实这倒不是什么大问题，但是为了样式统一，以及方便监控事件，可以在css中取消这个按钮*/
.page1 video::-webkit-media-controls-start-playback-button {
  opacity: 0;
}

/*禁用video的controls（要慎重！不要轻易隐藏掉，会导致点击视频不能播放）*/
video::-webkit-media-controls {
  display:none !important;
}
.page1 video{
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.page1 .model{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.05);
	z-index: 99;
}
.page1 .robot{
	position: absolute;
	bottom: 250px;
	left: 22%;
	width: 1000px;
	height: 420px;
	z-index: 11;
	animation:scale 2s infinite linear;
	-webkit-animation:scale 2s infinite linear;
}
.page1 .slogan{
	position: absolute;
	bottom: 230px;
	left: 32%;
	width: 750px;
	/* height: 200px; */
	z-index: 11;
	animation:scale2 5s;
	-webkit-animation:scale2 .5s;
}
.page1 .fot_icon{
	position: absolute;
	bottom: 80px;
	left: 50%;
	z-index: 100;
	transform: translateX(-50%);
}
.page1 .icon1,.page1 .icon2{
	width: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.page1 .icon5{
	width: 140px;
	height: 140px;
	z-index: 11;
	margin-left: 20px;
}
.page1 .xiazai{
	display: inline-block;
}
.page1 .icon3,.icon4{
	display: block;
	width: 160px;
	margin-left: 20px;
	cursor: pointer;
}
.page1 .icon6{
	position: absolute;
	width: 80px;
	bottom: 40px;
	left: 50%;
	z-index: 11;
	transform: translateX(-50%);
}
.feipan{
	position: absolute;
	width: 110px;
	top: 100px;
	left: 23%;
	animation:move 3s infinite;
	-webkit-animation:move 3s infinite;
	z-index: 9999;
}
.daodan{
	position: absolute;
	width: 110px;
	top: 100px;
	right: 23%;
	animation:scale 1s infinite;
	-webkit-animation:scale 1s infinite;
	z-index: 9999;
}

@keyframes move {
	0% {
		transform: translateY(0px);	
	}
	50% {
		transform: translateY(5px);	
	}
	100% {
		transform: translateY(0px);	
	}
}
@-webkit-keyframes move {
	0% {
		transform: translateY(0px);	
	}
	50% {
		transform: translateY(5px);	
	}
	100% {
		transform: translateY(0px);	
	}
}

@keyframes scale {
	0% {transform: scale(1);}
	50% {transform: scale(1.1);}
	100% {transform: scale(1);}
}

@-webkit-keyframes scale {
	0% {transform: scale(1);}
	50% {transform: scale(1.1);}
	100% {transform: scale(1);}
}

@keyframes scale2 {
	0% {transform: scale(10);}
	100% {transform: scale(1);}
}

@-webkit-keyframes scale2 {
	0% {transform: scale(10);}
	100% {transform: scale(1);}
}


/* 第二页 */
.page2{
	position: relative;
}
.mySwiper1{
	height: 100%;
}
.mySwiper1 .swiper-slide{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.mySwiper1 .swiper-slide .banner{
	display: block;
	width: 100%;
	height: 100%;
}
.mySwiper1 .bg1{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 200px;
	animation:scale3 3s infinite linear;
	-webkit-animation:scale3 3s infinite linear;
}
.mySwiper1 .bg2{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 200px;
	animation:move 3s infinite;
	-webkit-animation:move 3s infinite;
}
.mySwiper1 .tip{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 120px;
	width: 700px;
}
.mySwiper1 .taitan{
	width: 1192px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.mySwiper1 .paginationBox{
	width: auto;
	height: 400px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 15%;
}
.mySwiper1 .pagination .swiper-pagination-bullet{
	width: 100px;
	height: 100px;
	filter: brightness(0.5);
}
.mySwiper1 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 100px;
	height: 100px;
	filter: brightness(1);
}
.mySwiper1 .pagination .swiper-pagination-bullet:hover{
	transform: scale(1.2);
}
.mySwiper1 .pagination .swiper-pagination-bullet:nth-of-type(1){
	background: url(../images/icon9.png) no-repeat;
	background-size: 100%;
}
.mySwiper1 .pagination .swiper-pagination-bullet:nth-of-type(2){
	background: url(../images/icon8.png) no-repeat;
	background-size: 100%;
}
.mySwiper1 .pagination .swiper-pagination-bullet:nth-of-type(3){
	background: url(../images/icon10.png) no-repeat;
	background-size: 100%;
}
.mySwiper1 .pagination .swiper-pagination-bullet:nth-of-type(4){
	background: url(../images/icon11.png) no-repeat;
	background-size: 100%;
}
.mySwiper1 .prev{
	position: absolute;
	width: 58px;
	height: 37px;
	background: url(../images/icon13.png) no-repeat;
	background-size: 100% 100%;
	left: 50%;
	transform: translateX(-50%);
	top: -50px;
	cursor: pointer;
}
.mySwiper1 .next{
	position: absolute;
	width: 58px;
	height: 37px;
	background: url(../images/icon12.png) no-repeat;
	background-size: 100% 100%;
	left: 50%;
	transform: translateX(-50%);
	bottom: -50px;
	cursor: pointer;
}
.mySwiper1 .swiper-pagination-bullet{
	opacity: 1;
	display: block;
}
@keyframes scale3 {
	0% {transform: scale(1);}
	50% {transform: scale(1.03);}
	100% {transform: scale(1);}
}

@-webkit-keyframes scale3 {
	0% {transform: scale(1);}
	50% {transform: scale(1.03);}
	100% {transform: scale(1);}
}


/* 第三页 */
.mySwiper2{
	height: 100%;
	position: relative;
}
.mySwiper2 .swiper-slide{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.mySwiper2 .swiper-slide .banner{
	display: block;
	width: 100%;
	height: 100%;
}
.mySwiper2 .title{
	width: 900px;
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
}
.mySwiper2 .img1{
	position: absolute;
	width: 170px;
	top: 10%;
	left: 7%;
	animation:scale4 3s infinite linear;
	-webkit-animation:scale4 3s infinite linear;
}
.mySwiper2 .img2{
	position: absolute;
	width: 100px;
	top: 20%;
	right: 80px;
	animation:scale4 3s infinite linear;
	-webkit-animation:scale4 3s infinite linear;
}
.mySwiper2 .img3{
	position: absolute;
	width: 328px;
	bottom: 0;
	left: 0;
	animation: scale 2s infinite linear;
	-webkit-animation: scale 2s infinite linear;
}
.mySwiper2 .img4{
	position: absolute;
	width: 370px;
	bottom: 0;
	right: 0;
	animation: scale 2s infinite linear;
	-webkit-animation: scale 2s infinite linear;
}
.mySwiper2 .main{
	width: 700px;
	height: 350px;
	background: url(../images/paotai/bg1.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 20%;
	transform: translateY(-50%);
}
.mySwiper2 .jn{
	width: 700px;
	height: 350px;
	background: url(../images/paotai/bg1.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.mySwiper2 .videoBox{
	vertical-align: top;
	width: 700px;
	height: 600px;
	position: absolute;
	right: -60%;
}
.mySwiper2 .videoPlay{
	width: 318px;
	height: 447px;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	z-index: 20;
	cursor: pointer;
}
.mySwiper2 .swiper-slide1 .videoPlay{
	background: url(../images/paotai/jieshao1.png) no-repeat;
	background-size: 100% 100%;
}
.mySwiper2 .swiper-slide1 .main{
	background: url(../images/paotai/bg1.png) no-repeat;
	background-size: 100% 100%;
}
.mySwiper2 .swiper-slide2 .videoPlay{
	background: url(../images/paotai/jieshao3.png) no-repeat;
	background-size: 100% 100%;
}
.mySwiper2 .swiper-slide2 .main{
	background: url(../images/paotai/bg3.png) no-repeat;
	background-size: 100% 100%;
}
.mySwiper2 .swiper-slide3 .videoPlay{
	background: url(../images/paotai/jieshao2.png) no-repeat;
	background-size: 100% 100%;
}
.mySwiper2 .swiper-slide3 .main{
	background: url(../images/paotai/bg2.png) no-repeat;
	background-size: 100% 100%;
}
.mySwiper2 .swiper-slide4 .videoPlay{
	background: url(../images/paotai/jieshao4.png) no-repeat;
	background-size: 100% 100%;
}
.mySwiper2 .swiper-slide4 .main{
	background: url(../images/paotai/bg4.png) no-repeat;
	background-size: 100% 100%;
}
.mySwiper2 video{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover !important;
}
.mySwiper2 .play{
	position: absolute;
	width: 127px;
	height: 127px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}
.mySwiper2 .dipan{
	width: 700px;
	height: 174px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.mySwiper2 .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 100px;
	height: 100px;
	opacity: 1;
	border-radius: 0;
	filter: brightness(0.5);
}
.mySwiper2 .swiper-pagination-bullets .swiper-pagination-bullet-active {
	filter: brightness(1);
}
.mySwiper2 .swiper-pagination-bullets .swiper-pagination-bullet:hover {
	transform: scale(1.2);
}
.mySwiper2 .pagination .swiper-pagination-bullet:nth-of-type(1){
	background: url(../images/paotai/icon1.png) no-repeat;
	background-size: 100% 100%;
}
.mySwiper2 .pagination .swiper-pagination-bullet:nth-of-type(2){
	background: url(../images/paotai/icon2.png) no-repeat;
	background-size: 100% 100%;
}
.mySwiper2 .pagination .swiper-pagination-bullet:nth-of-type(3){
	background: url(../images/paotai/icon3.png) no-repeat;
	background-size: 100% 100%;
}
.mySwiper2 .pagination .swiper-pagination-bullet:nth-of-type(4){
	background: url(../images/paotai/icon4.png) no-repeat;
	background-size: 100% 100%;
}
.paginationBox{
	position: absolute;
	left: 25%;
	width: auto;
	bottom: 33%;
	z-index: 999;
}
#page3 .prev {
	position: absolute;
	left: -50px;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 53px;
	background: url(../images/paotai/left.png) no-repeat;
	background-size: 100% 100%;
}

#page3 .next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -50px;
	width: 32px;
	height: 53px;
	background: url(../images/paotai/right.png) no-repeat;
	background-size: 100% 100%;
}

@keyframes scale4 {
	0% {
		transform: scale(1);
		transform: translateX(0px);
	}
	50% {
		transform: scale(1.07);
		transform: translateX(4px);
	}
	75% {
		transform: scale(0.95);
		transform: translateX(-4px);
	}
	100% {
		transform: scale(1);
		transform: translateX(0px);
	}
}
@-webkit-keyframes scale4 {
	0% {
		transform: scale(1);
		transform: translateX(0px);
	}
	50% {
		transform: scale(1.07);
		transform: translateX(4px);
	}
	75% {
		transform: scale(0.95);
		transform: translateX(-4px);
	}
	100% {
		transform: scale(1);
		transform: translateX(0px);
	}
}

/* 第四屏 */
.page4{
	position: relative;
	background: url(../images/fiveImg/bg.png) no-repeat;
	background-size: 100% 100%;
}
.page4 .title{
	position: absolute;
	width: 700px;
	top: 15%;
	left: 50%;
	transform: translateX(-50%);
}
.page4 .icon1{
	position: absolute;
	width: 176px;
	height: 107px;
	top: 20%;
	left: 10%;
	animation:move 3s infinite linear;
	-webkit-animation:move 3s infinite linear;
}
.page4 .icon2{
	position: absolute;
	width: 334px;
	height: 440px;
	right: 0;
	bottom: 0;
	animation:scale 3s infinite linear;
	-webkit-animation:scale 3s infinite linear;
}
.page4 .swiper-slide{
	filter: brightness(0.5);
}
.page4 .swiper-slide.swiper-slide-active{
	filter: brightness(1);
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 149px;
	height: 77px;
	opacity: 1;
	border-radius: 0;
	filter: brightness(0.5);
}
#certify .pagination .swiper-pagination-bullet:nth-of-type(1){
	background: url(../images/fiveImg/img1.png) no-repeat;
	background-size: 100% 100%;
}
#certify .pagination .swiper-pagination-bullet:nth-of-type(2){
	background: url(../images/fiveImg/img2.png) no-repeat;
	background-size: 100% 100%;
}
#certify .pagination .swiper-pagination-bullet:nth-of-type(3){
	background: url(../images/fiveImg/img3.png) no-repeat;
	background-size: 100% 100%;
}
#certify .pagination .swiper-pagination-bullet:nth-of-type(4){
	background: url(../images/fiveImg/img4.png) no-repeat;
	background-size: 100% 100%;
}
#certify .pagination .swiper-pagination-bullet:nth-of-type(5){
	background: url(../images/fiveImg/img5.png) no-repeat;
	background-size: 100% 100%;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	filter: brightness(1);
}

#certify {
	position: absolute;
	width: 1200px;
	height: 450px;
	top: 35%;
	left: 50%;
	transform: translateX(-50%) scale(1.2);
}

#certify .paginationBox {
	position: absolute;
	width: 100%;
	height: 78px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#certify .pagination {
	width: 745px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

#certify .button-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 130px;
	width: 32px;
	height: 53px;
	background: url(../images/fiveImg/left.png) no-repeat;
	background-size: 100% 100%;
}

#certify .button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 130px;
	width: 32px;
	height: 53px;
	background: url(../images/fiveImg/right.png) no-repeat;
	background-size: 100% 100%;
}

#certify .swiper-container {
	overflow: initial;
}

#certify  .swiper-slide {
	width: 520px;
	height: 310px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block;
}

/* 第五页 */
.page5{
	width: 100%;
	height: 250px;
	background: black;
}
.textBox{
	display: block;
	width: 700px;
	margin: 0 auto;
	color: #fff;
	position: relative;
	padding-left: 30px;
}
.textBox .logo2{
	width: 200px;
	position: absolute;
	left: -214px;
	top: 50%;
	transform: translateY(-50%);
}
.textBox p {
	margin: 0;
	line-height: 22px;
}
.cup {
	cursor: pointer;
	color: #409EFF;
}
.line{
	display: block;
	width: 1px;
	height: 80px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 6px;
	transform: translateY(-50%);
}

/* 视频播放弹窗 */
.videoPlayModel, .textModel{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999999999;
	background: rgba(0,0,0,0.5);
}
.videoPlayModel .videoMain{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 80%;
}
.videoPlayModel .videoMain video{
	width: 100%;
	height: 100%;
}
/* 隐私协议 */
.textModelMain{
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	width: 700px;
	height: 70%;
	border-radius: 8px;
	background: #fff;
	overflow-y: scroll;
	padding: 16px;
	word-wrap: break-word;
}
.textModelMain h1{
	text-align: center;
}
.textModelMain a{
	color: #409EFF;
}
.textModelMain a:hover{
	color: #409EFF;
}
.textModelMain a:active{
	color: #409EFF;
}