*{
	padding:0;
	margin:0;
}
.leftNav{
	width:120px;
	height:100%;
	background:#040405;
	position: fixed;
	top:0;
	left:0;
	z-index: 99;
	text-align: center;
}
.leftNav .navlogo img{
	width:90px;
	height: 31px;
	margin-top:50px ;
}
.showimg{
	opacity: .5;
}

.leftNav ul li{
	width:100%;
	height:77px;
	border-radius: 100%;
	margin:100px auto;
	list-style: none;
	color:white;
}

.liang{
	opacity: 1;
	
}
.leftNav ul .liang img{
	border:2px solid #4cd7e9
}
.leftNav ul .liang span{
	color:#4cede9;
}

/* .leftNav ul li:hover{
	opacity: 1;
} */
.leftNav ul li:hover span{
	color:#4cede9;
	
}
.leftNav ul li span{
	display: block;
	margin-top:20px;
	color:white;
}
.leftNav ul li img{
	width:77px;
	height:77px;
	border-radius: 100%;
	border: 2px solid #4cd7e9;
	/* transition: all ease 3s; */
	/* filter: grayscale(100%); */
}
.swiper-container .swiper-wrapper .slide1{
	
	background-color: black;
	overflow: hidden;
}
.swiper-container .swiper-wrapper .slide1 .slideContent{
	width:937px;
	height:418px;
	position:absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-26%);
}
.swiper-container .swiper-wrapper .slide1 .slideContent .baimg1{
	position: absolute;
	top:-20%;
	width:160%;
	left:-10%;
}
.swiper-container .swiper-wrapper .slide1 .slideContent .baimg2{
	position:absolute;
	top:0;
	left:-10%;
	width:120%;
}
.swiper-container .swiper-wrapper .slide1 .slideContent .baimg3{
	position: absolute;
	top:-75%;
	left:-10%;
}
.swiper-container .swiper-wrapper .slide1 .slideContent .slideText{
	width:50%;
	height:100%;
	position: absolute;
	right:0;
	top:0;
}
.swiper-container .swiper-wrapper .slide1 .slideContent .slideText p{
	color:#E0E0E0;
	position: absolute;
	top:50%;
	right:-20%;
	width:100%;
	text-align: right;
	font-size:20px;
}
.swiper-container .swiper-wrapper .slide1 .slideContent .slideText .shipin{
	width:245px;
	height:120px;
	
	position: absolute;
	right: -25%;
	top:10%;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-container .swiper-wrapper .slide1 .slideContent .slideText .shipin .yuanquan{
	width:60px;
	height:60px;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	border-radius: 100%;
	position:absolute;
}
.swiper-container .swiper-wrapper .slide1 .slideContent .slideText .shipin .yuanquan:hover{
	animation: yuanquanmove 2s infinite linear;
}
.layui-icon-triangle-r{
	display: block;
	/* position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%); */
	display: flex;
	justify-content: center;
	align-items: center;
	/* width:50%;
	height:50%; */
}
.layui-icon-triangle-r:hover .yuanquan{
	animation: yuanquanmove 2s infinite linear;
}
@keyframes yuanquanmove {
		            from {
		                transform: rotate(0);
		            }
		            to {
		                transform: rotate(360deg);
		            }
		        }
.swiper-container .swiper-wrapper .slide1 .slideContent .slideText .join{
	width:180px;
	height:40px;
	position:absolute;
	bottom:0;
	right:-15%;
	border: none;
	background: #19a3ff;
	color:#FFFFFF;
	text-align: center;
	line-height: 40px;
}
.swiper-container .swiper-wrapper .slide1 .slideContent .slideText .join a{
	color:#FFFFFF;
	display: block;
	width:100%;
	height:100%;
}
.swiper-container .swiper-wrapper .slide1 .slideContent .slideText .join a .jiantou{
	margin-left:20px;
	font-size:20px;
	transition: all ease .5s; 
	box-sizing: border-box;
}
.swiper-container .swiper-wrapper .slide1 .slideContent .slideText .join a:hover .jiantou{
	margin-left:30px;
}
.swiper-container .swiper-wrapper .slide1 .slideLogo{
	position: absolute;
	top:100px;
	right:30%;
}
.swiper-container .swiper-wrapper .slide1 .slideLogo .slideLogoimg1{
	width:60px;
	height: 60px;
	margin-right:20px;
}

.shoujiNav{
	display: none;
}
.shoujiMenu{
	display: none;
}







@media all and (max-width:768px){
	.leftNav{
		display: none;
	}
	.slideContent{
		display: none;
	}
	.swiper-container .swiper-wrapper .slide1 .slideLogo{
		top:50px;
		left:20px;
	}
	.swiper-container .swiper-wrapper .slide1 .slideLogo .slideLogoimg1{
		width:40px;
		height:40px;
	}
	.swiper-container .swiper-wrapper .slide1 .slideLogo .slideLogoimg2{
		width:60px;
	}
	.swiper-container .swiper-wrapper .slide1{
	
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50%;
	}
	.swiper-container .swiper-wrapper .slide1:after{
		 position: absolute;
		    top: 0;
		    left: 0;
		    content: "";
		    /* background-color: rgba(0,0,0,2); */
		    opacity: 0.2;
		    z-index: 1;
		    width: 100%;
		    height: 100%;
	}
	.swiper-container .swiper-wrapper .slide1.change:after{
		background-color: rgba(0,0,0,2);
	}
	.shoujiNav{
		width:100%;
		background:#33333a;
		height:40px;
		display: block;
		position: fixed;
		top:0;
		z-index:2;
	}
	.shoujiNav img{
		width:71px;
		height:25.5px
	}
	.shoujiNav .shoujiNavContent{
		width:90%;
		height:100%;
		margin:0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.shoujiNav .shoujiNavContent span{
		color: #19a3ff;
		font-size:20px;
	}
	.shoujiMenu{
		width:40%;
		height:100%;
		background: #33333a;
		position: fixed;
		top:40px;
		right:-100%;
		z-index: 100;
		transition: all ease .5s; 
		display: block;
	}
	.shoujiMenu ul li{
		padding:20px 20px;
		border-bottom: 1px solid #3d3d48;
	}
	.shoujiMenu ul li img{
		width:37px;
		height:37px;
		border-radius: 100%;
		margin-right:20px;
		/* opacity: .5; */
	}
	.shoujiMenu ul li .firstImg{
		opacity: 1;
	}
	.shoujiMenu ul li span{
		color:#E0E0E0;
	}
	.textP{
		width:250px;
		/* height:70px; */
		position: absolute;
		bottom:220px;
		right:0px;
		padding:10px;
		background:rgba(51,51,58,.6);
	}
	.textP p{
		text-align: right;
		color:#E0E0E0;
	}
	.textP .btnn{
		width:100px;
		height:30px;
		background:#19a3ff;
		position: absolute;
		right:50%;
		bottom:-20px;
	}
	.textP .btnn a{
		color:white;
		display: block;
		width:100%;
		height:100%;
		line-height: 30px;
		text-align: center;
	}
	.textP .btnn a span{
		margin-left:10px;
	}
	.down{
		position: absolute;
		bottom:60px;
		left:50%;
		transform: translate(-50%);
		animation: downMove 1s infinite linear; ;
	}
	.down span{
		font-size:50px;
		color:#19a3ff
	}
	@keyframes downMove{
		0%{
			margin-bottom:30px;
		}
		100%{
			margin-bottom: 0px;
		}
	}
}


@media all and (min-width:768px) and (max-width:1024px) {
	.leftNav{
		display: none;
	}
	.slideContent{
		display: none;
	}
	.swiper-container .swiper-wrapper .slide1 .slideLogo{
		top:90px;
		left:20px;
	}
	.swiper-container .swiper-wrapper .slide1 .slideLogo .slideLogoimg1{
		width:40px;
		height:40px;
	}
	.swiper-container .swiper-wrapper .slide1 .slideLogo .slideLogoimg2{
		width:60px;
	}
	.swiper-container .swiper-wrapper .slide1{
		background-image:url(../image/minimg.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50%;
	}
	.swiper-container .swiper-wrapper .slide1:after{
		 position: absolute;
		    top: 0;
		    left: 0;
		    content: "";
		    /* background-color: rgba(0,0,0,2); */
		    opacity: 0.2;
		    z-index: 1;
		    width: 100%;
		    height: 100%;
	}
	.swiper-container .swiper-wrapper .slide1.change:after{
		background-color: rgba(0,0,0,2);
	}
	.shoujiNav{
		width:100%;
		background:#33333a;
		height:40px;
		display: block;
		position: fixed;
		top:0;
		z-index: 2;
	}
	.shoujiNav img{
		width:71px;
		height:25.5px
	}
	.shoujiNav .shoujiNavContent{
		width:90%;
		height:100%;
		margin:0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.shoujiNav .shoujiNavContent span{
		color: #19a3ff;
		font-size:20px;
	}
	.shoujiMenu{
		width:40%;
		height:100%;
		background: #33333a;
		position: fixed;
		top:40px;
		right:-100%;
		z-index: 100;
		transition: all ease .5s; 
		display: block;
	}
	.shoujiMenu ul li{
		padding:20px 20px;
		border-bottom: 1px solid #3d3d48;
	}
	.shoujiMenu ul li img{
		width:37px;
		height:37px;
		border-radius: 100%;
		margin-right:20px;
		/* opacity: .5; */
	}
	.shoujiMenu ul li .firstImg{
		opacity: 1;
	}
	.shoujiMenu ul li span{
		color:#E0E0E0;
	}
	.textP{
		width:250px;
		/* height:70px; */
		position: absolute;
		bottom:220px;
		right:0px;
		padding:10px;
		background:rgba(51,51,58,.6);
	}
	.textP p{
		text-align: right;
		color:#E0E0E0;
	}
	.textP .btnn{
		width:100px;
		height:30px;
		background:#19a3ff;
		position: absolute;
		right:50%;
		bottom:-20px;
	}
	.textP .btnn a{
		color:white;
		display: block;
		width:100%;
		height:100%;
		line-height: 30px;
		text-align: center;
	}
	.textP .btnn a span{
		margin-left:10px;
	}
	.down{
		position: absolute;
		bottom:60px;
		left:50%;
		transform: translate(-50%);
		animation: downMove 1s infinite linear; ;
	}
	.down span{
		font-size:50px;
		color:#19a3ff
	}
	@keyframes downMove{
		0%{
			margin-bottom:30px;
		}
		100%{
			margin-bottom: 0px;
		}
	}
}


@media all and (min-width:768px) and (max-width:1024px) {
	.shoujiNav{
		height:80px;
	}
	.shoujiNav .shoujiNavContent img{
		width:146px;
		height: 53px;
	}
	.shoujiNav .shoujiNavContent span{
		font-size:40px;
	}
	.shoujiMenu{
		top:80px;
	}
	.shoujiMenu ul li{
		padding:30px;
	}
	.shoujiMenu ul li img{
		width:75px;
		height:75px;
	
	}
	.shoujiMenu ul li span{
		font-size:30px;
	}
	.swiper-container .swiper-wrapper .slide1 .slideLogo .slideLogoimg1{
		width:80px;
		height:80px;
	}
	.swiper-container .swiper-wrapper .slide1 .slideLogo .slideLogoimg2{
		width:120px;
	}
	.textP{
		bottom:300px;
		width:600px;
		height:220px;
	}
	.textP .btnn{
		width:230px;
		height:70px;
	}
	.textP .btnn a{
		font-size:28px;
		line-height:70px;
	}
	.textP p{
		font-size:25px;
		line-height:45px;
	}
	.down{
		bottom:100px;
	}
}
