.loadbg {

	position: relative;
	width: 100%;
	height: 871px;
	background: url(../images/load_bg.png) center center no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 60px;
	
}

.loaddoor {
	background: url(../images/loaddoor.png) center center no-repeat;
	/* position: absolute; */
	/* left: 165px; */
	/* top: 154px; */
	width: 422px;
	height: 430px;
	margin-bottom: 115px;
	position: relative;
}

.loadtext {
	position: absolute;
	left: 6px;
	top: 235px;
	width: 100%;
	height: 50px;
	text-align: center;
	color: #0046e0;
	font-size: 28px;
}
.loadpage>div{
	width: 100%;
	height: 100%;
}
.indexbg {
	background: #fff url(../images/index_bg.png) top center no-repeat;
	min-height: 1400px;
	width: 750px;
	margin: 0 auto;
	overflow-x: hidden;
}

.loadGif{
	overflow: hidden;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	height: 100vh!important;
	background-color: #fafcfe;
}
.loadGif>img{
	width: 100%;
	margin-bottom: 200px;
}

.title {
	position: absolute;
	left: 93px;
	top: 45px;
	width: 565px;
	height: 74px;
	background: url(../images/index_title.png) top center no-repeat;
}

.kv {
	position: relative;
	left: 93px;
	top: 185px;
	width: 564px;
	height: 860px;
}
.kv img{
	max-width: 564px!important;
}


.swiper {
	width: 100%;
	/* height: 300px; */
	/* position: absolute;
	left: 0%;
	top: 0%; */
	/* margin-left: -150px;
	margin-top: -150px; */
	-webkit-perspective: 1200px;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
	position: relative;
}

.swiper-slide img:nth-child(1) {
	position: static;
	display: block;
	width: 100%;
	box-shadow:0 10px 10px -5px rgba(0,0,0,0.1);
}
.swiper-slide img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 精确居中 */
  z-index: 2; /* 保证显示在最上层 */
}


.swiper-pagination-bullet{
	width: 41px!important;
	height: 10px!important;
	border-radius:10px!important;
	background: #cee6f8!important;
	opacity: 1 !important;
	
}
.swiper-pagination-bullet-active{
	width: 73px!important;
	background: linear-gradient(to right, #3071f9 0%, #60b5fe 100%)!important;
	
}

.comming_soon{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 792px;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
}
.comming_soon>div{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.comming_soon>div>img{
	width: 261px;
	height: 80px;
}
.bmenu{
	position: absolute;
	left: 80px;
	top: 1080px;
	width: 591px;
	height: 259px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.bmenu>div{
	width: 133px;
	height: 209px;
}
.bmenu>div:nth-child(4){
	background: url(../images/menu_4.png) top center no-repeat;
}
.bmenu>div:nth-child(4).on{
	background: url(../images/menu_4_on.png) top center no-repeat;
}
.bmenu>div:nth-child(2){
	background: url(../images/menu_2.png) top center no-repeat;
}
.bmenu>div:nth-child(2).on{
	background: url(../images/menu_2_on.png) top center no-repeat;
}
.bmenu>div:nth-child(3){
	background: url(../images/menu_1.png) top center no-repeat;
}
.bmenu>div:nth-child(3).on{
	background: url(../images/menu_1_on.png) top center no-repeat;
}
.bmenu>div:nth-child(1){
	background: url(../images/menu_3.png) top center no-repeat;
}
.bmenu>div:nth-child(1).on{
	background: url(../images/menu_3_on.png) top center no-repeat;
}