*{
	margin: 0;
	padding: 0;
}
html, body{
	height: 100%;
}
img{
	display: block;
}
a{
	color: #000000;
	text-decoration: none;
}

.swiper-container{
	width: 100%;
	height: 100%;
	position: relative;
}

.swiper-wrapper{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.swiper-slide-header{
	position: fixed;
	width: 100%;
	height: 90px;
	left: 0;
	top: 0;
	z-index: 100;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.swiper-slide-headers{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.swiper-slide-hr-left{
	width: 123px;
	height: 51px;
}
.swiper-slide-hr-left img{
	width: 100%;
	height: 100%;
}
.img01{
	display: block;
}
.img02{
	display: none;
}
.swiper-slide-hr-right{
	display: flex;
	align-items: center;
}
.swiper-slide-hr-rt-item{
	display: inline-block;
	height: 90px;
	line-height: 90px;
	padding: 0 25px;
	font-size: 22px;
	cursor: pointer;
	position: relative;
}
.witheColor{
	color: #ffffff !important;
}
.swiper-slide-hr-rt-item div{
	width: 30px;
	height: 9px;
	background: #FFFFFF;
	border-radius: 5px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 16px;
	margin: auto;
	opacity: 0;
	transform: scale(0.8);
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.swiper-slide-hr-rt-item:first-child div{
	opacity: 1;
	transform: scale(1);
}
.swiper-slide-hr-rt-item:hover div{
	opacity: 1;
	transform: scale(1);
}
.redColor{
	background: #FF5F4C !important;
}

.swiper-slide{
	width: 100%;
	height: 100%;
	position: relative;
}

.swiper-pagination {
	right: 30px;
}
.swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	background: #303133;
	border-radius: 50%;
}
.swiper-pagination-bullet-active {
	width: 18px;
	height: 34px;
	background: #FF5F4C;
	border-radius: 9px;
}

/* .swiper-slide1{
	background: rebeccapurple;
}
.swiper-slide2{
	background: yellow;
}
.swiper-slide3{
	background: red;
}
.swiper-slide4{
	background: blue;
} */

.bg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.swiper-slide-div{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.swiper-slide-bottom{
	height: 100%;
	padding-top: 90px;
	box-sizing: border-box;
	position: relative;
}
.swiper-slide-bottom01{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.swiper-slide-bm01-left{
	width: 300px;
	height: 300px;
	display: flex;
	flex-wrap: wrap;
}
.swiper-slide-bm01-left-item{
	width: 100px;
	height: 100px;
	cursor: pointer;
}
.swiper-slide-bm01-left-item img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.img03{
	display: block;
	box-shadow: 5px 5px 5px #c24927;
}
.img04{
	display: none;
	box-shadow: 5px 5px 5px #8d2009;
}

.swiper-slide-bm01-right{
	height: 450px;
}
.swiper-slide-bm01-rt01{
	width: 700px;
	height: 136px;
}
.swiper-slide-bm01-rt01 img{
	width: 100%;
	height: 100%;
}
.swiper-slide-bm01-rt02{
	display: flex;
	justify-content: space-between;
	margin-top: 68px;
}
.swiper-slide-bm01-rt02-item{
	width: 150px;
}
.swiper-slide-bm01-rt02-im-top{
	width: 100%;
	height: 48px;
	background: #000000;
	border-radius: 9px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-slide-bm01-rt02-im-top img{
	width: 32px;
	height: 32px;
}
.swiper-slide-bm01-rt02-im-tp-right{
	height: 100%;
	padding-top: 6px;
	box-sizing: border-box;
}
.swiper-slide-bm01-rt02-im-tp-right div:first-child{
	height: 16px;
	font-size: 11px;
	color: #999999;
}
.swiper-slide-bm01-rt02-im-tp-right div:last-child{
	height: 21px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}

.swiper-slide-bm01-rt02-im-bottom{
	width: 150px;
	height: 170px;
	position: relative;
	display: none;
}
.swiper-slide-bm01-rt02-item:hover .swiper-slide-bm01-rt02-im-bottom{
	display: block;
}
.swiper-slide-bm01-rt02-im-bm01{
	width: 12px;
	height: 10px;
	position: relative;
	left: 0;
	right: 0;
	top: 10px;
	margin: auto;
}
.swiper-slide-bm01-rt02-im-bm01 img{
	width: 100%;
	height: 100%;
}
.swiper-slide-bm01-rt02-im-bm02{
	width: 150px;
	height: 150px;
	background: #FFFFFF;
	border-radius: 10px;
	position: absolute;
	left: 0;
	right: 0;
	top: 20px;
	margin: auto;
}
.swiper-slide-bm01-rt02-im-bm02 img{
	width: 144px;
	height: 144px;
	margin: 4px auto 0;
}
.coming-soon{
	font-size: 18px;
	text-align: center;
	line-height: 144px;
}
.swiper-slide-bm01-rt02-im-bm03{
	width: 150px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}
.swiper-slide-bm01-rt02-im-bm03:hover a{
	color: #409EFF;
	text-decoration: underline;
}
.swiper-slide-bm01-rt02-im-top02{
	display: none;
	text-align: center;
	line-height: 48px;
}
.swiper-slide-bm01-rt02-im-top02 a{
	color: #ffffff;
	text-decoration: underline;
}
.swiper-slide-bm01-rt02-item02:hover .swiper-slide-bm01-rt02-im-top01{
	display: none;
}
.swiper-slide-bm01-rt02-item02:hover .swiper-slide-bm01-rt02-im-top02{
	display: block;
}

.swiper-slide-bottom02{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.swiper-slide-bm02-lt01{
	width: 395px;
	height: 120px;
}
.swiper-slide-bm02-lt01 img{
	width: 100%;
	height: 100%;
}
.swiper-slide-bm02-lt02{
	margin-top: 58px;
}
.swiper-slide-bm02-lt02 div{
	font-size: 18px;
	color: #333333;
	margin-bottom: 40px;
}
.swiper-slide-bm02-lt02 div:nth-child(1){
	font-size: 20px;
	color: #FF5F4C;
}
.swiper-slide-bm02-lt02 div:last-child{
	margin-bottom: 0;
}
.swiper-slide-bm02-right{
	width: 379px;
	height: 766px;
	position: relative;
	cursor: pointer;
}
.img100{
	width: 100%;
	height: 100%;
	transition: transform 0.5s ease-in-out;
}
.img100:hover{
    transform: scale(1.1);
}
.img101{
	width: 158px;
	position: absolute;
	left: -22%;
	top: 8%;
	z-index: 2;
	transition: transform 0.3s ease-in-out;
}
.img101:hover{
	transform: translateX(-20px);
}
.img102{
	width: 234px;
	position: absolute;
	right: -44%;
	top: 18%;
	z-index: -1;
}
.img103{
	width: 143px;
	position: absolute;
	right: -20%;
	top: 40%;
	z-index: 2;
	transition: transform 0.3s ease-in-out;
}
.img103:hover{
	transform: translateX(20px);
}
.img104{
	width: 297px;
	position: absolute;
	left: -54%;
	top: 56%;
	z-index: -1;
}
.img105{
	width: 142px;
	position: absolute;
	left: -30%;
	top: 72%;
	z-index: 2;
	transition: transform 0.3s ease-in-out;
}
.img105:hover{
	transform: translateX(-20px);
}

.swiper-slide-bm03-lt01{
	width: 511px;
	height: 119px;
}
.swiper-slide-bm03-lt01 img{
	width: 100%;
	height: 100%;
}
.swiper-slide-bm03-lt02{
	margin-top: 30px;
}
.swiper-slide-bm03-lt02-item{
	margin-bottom: 14px;
}
.swiper-slide-bm03-lt02-item div:first-child{
	font-size: 20px;
	color: #FF5F4C;
	margin-bottom: 8px;
}
.swiper-slide-bm03-lt02-item div:last-child{
	height: 23px;
	font-size: 18px;
	color: #333333;
}
.swiper-slide-bm03-lt02-item:last-child{
	margin-bottom: 0;
}
.swiper-slide-bm03-right{
	width: 379px;
	height: 766px;
	position: relative;
	cursor: pointer;	
}
.img200{
	width: 100%;
	height: 100%;
	transition: transform 0.5s ease-in-out;
}
.img200:hover{
    transform: scale(1.1);
}
.img201{
	width: 240px;
	position: absolute;
	left: -18%;
	top: 15%;
	z-index: 2;
	animation: heartbeat-irregular 2s infinite ease-in-out;
}
@keyframes heartbeat-irregular {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(1.3);
    }
    50% {
        transform: scale(1);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
.img202{
	width: 234px;
	position: absolute;
	right: -40%;
	top: 16%;
	z-index: -1;
}
.img203{
	width: 205px;
	position: absolute;
	right: -34%;
	top: 30%;
	z-index: 2;
	animation: bounce 1s infinite ease-in-out;
}
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px); /* 上跳 20px */
    }
}
.img204{
	width: 306px;
	position: absolute;
	left: -46%;
	top: 44%;
	z-index: -1;
}
.img205{
	width: 142px;
	position: absolute;
	left: -30%;
	top: 72%;
	z-index: 2;
	transition: transform 0.3s ease-in-out;
}
.img205:hover{
	transform: translateX(-20px);
}

.swiper-slide-bottom04{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.swiper-slide-bm04-top{
	width: 864px;
	margin-bottom: 8%;
}
.swiper-slide-bm04-top img{
	width: 100%;
	height: 100%;
}
.swiper-slide-bm04-bottom{
	padding: 0 60px;
	display: flex;
	justify-content: space-between;
}
.swiper-slide-bm04-bm-item{
	width: 230px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.swiper-slide-bm04-bm-im-top{
	position: relative;
	width: 230px;
	height: 466px;
}
.img300{
	width: 100%;
	height: 100%;
	transition: transform 0.3s ease-in-out;
}
.swiper-slide-bm04-bm-im-top:hover .img300{
	transform: translateY(-20px) scale(1.05);
}
.swiper-slide-bm04-bm-im-bottom{
	text-align: center;
	margin-top: 40px;
}
.swiper-slide-bm04-bm-im-bottom div:first-child{
	height: 29px;
	font-size: 24px;
}
.swiper-slide-bm04-bm-im-bottom div:last-child{
	height: 25px;
	font-size: 20px;
	color: #FF5F4C;
	margin-top: 10px;
}
.img301{
	width: 157px;
	position: absolute;
	left: -86px;
	top: 24px;
	z-index: 2;
}
.img302{
	width: 159px;
	position: absolute;
	right: -104px;
	bottom: 36px;
	z-index: 2;
	animation: heartbeat 1s infinite ease-in-out;
}
@keyframes heartbeat {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}
.img304{
	width: 146px;
	position: absolute;
	left: -74px;
	top: 30px;
	z-index: 2;
}
.img305{
	width: 150px;
	position: absolute;
	right: -88px;
	bottom: 66px;
	z-index: 2;
	animation: pulse 1.2s infinite ease-in-out;
}
@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.3); }
}
.img307{
	width: 242px;
	position: absolute;
	right: -106px;
	top: -26px;
	z-index: 2;
	animation: flash 1s infinite alternate;
}
@keyframes flash {
    0% { opacity: 0.3; transform: scale(1); }
    100% { opacity: 1; transform: scale(1.3); } /* 逐渐变亮 + 放大 */
}
.img308{
	width: 137px;
	position: absolute;
	left: -64px;
	bottom: 32px;
	z-index: 2;
	animation: flash02 .5s infinite alternate;
}
@keyframes flash02 {
    0% { opacity: 0.3; transform: scale(1); }
    100% { opacity: 1; transform: scale(1.3); } /* 逐渐变亮 + 放大 */
}

.swiper-slide5{
	height: 160px !important;
}
.swiper-slide4-bottom{
	width: 100%;
	height: 160px;
	background: #FF5F4C;
}
.swiper-slide4-bottom .swiper-slide-div{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.swiper-slide4-bm-top{
	display: flex;
	align-items: center;
	height: 70px;
}
.swiper-slide4-bm-t01{
	width: 123px;
	height: 51px;
}
.swiper-slide4-bm-t01 img{
	width: 100%;
	height: 100%;
}
.swiper-slide4-bm-t02{
	width: 1px;
	height: 70px;
	background: #FFFFFF;
	margin: 0 35px;
}
.swiper-slide4-bm-t03{
	height: 54px;
	font-size: 40px;
	color: #ffffff;
}
.swiper-slide4-bm-bottom{
	width: 100%;
	height: 21px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 26px;
}
.swiper-slide4-bm-bottom div{
	width: 30%;
	height: 21px;
	font-size: 16px;
	color: #ffffff;
}

.img13{
	width: 1287px;
	height: 196px;
	position: absolute;
	left: 0;
	top: 314px;
}
.img134{
	top: 154px;
}

@media (max-height: 1000px) {
	.swiper-slide-bm02-right{
		width: 280px;
		height: auto;
	}
	.img101{
		width: 120px;
	}
	.img102{
		width: 148px;
	}
	.img103{
		width: 100px;
	}
	.img104{
		width: 230px;
	}
	.img105{
		width: 102px;
	}
	.swiper-slide-bm03-right{
		width: 280px;
		height: auto;
	}
	.img201{
		width: 160px;
	}
	.img202{
		width: 170px;
	}
	.img203{
		width: 154px;
	}
	.img204{
		width: 240px;
	}
	.img205{
		width: 104px;
	}
	.swiper-slide-bm04-top{
		width: 750px;
		margin-bottom: 6%;
	}
	.swiper-slide-bm04-bm-im-top{
		width: 160px;
		height: auto;
	}
	.img301{
		width: 120px;
	}
	.img302{
		width: 120px;
	}
	.img304{
		width: 120px;
	}
	.img305{
		width: 120px;
	}
	.img307{
		width: 170px;
		right: -80px;
	}
	.img308{
		width: 110px;
		left: -52px;
	}
}
