.home .homeLogo {
	width: 100%;
	height: auto
}

.home .home_logo5 {
	animation: myfirst-60d80761 1s infinite
}

@keyframes myfirst-60d80761 {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(.85)
	}

	to {
		transform: scale(1)
	}
}

.home .home_text {
	margin: 15px 0;
	width: 100%;
	text-align: center;
	color: red
}

.home .home_logo7 {
	padding: 0 10px;
	box-sizing: border-box;
	margin-top: -8px
}

.home .home_img {
	width: 93%;
	height: 240px;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: -6px auto 0;
	display: flex;
	align-items: center;
	justify-content: space-around
}

.home .home_img .home_img_1 {
	width: 30%
}

.home .home_img .home_img_1 .img_container {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

.home .home_img .home_img_1 .homeImg {
	width: 92%;
	margin-bottom: 10px;
	object-fit: cover
}

.home .home_img .home_img_2 {
	width: 30%
}

.home .home_img .home_img_2 .img_container {
	width: 100%
}

.home .home_img .home_img_2 .homeImg {
	width: 92%;
	margin-bottom: 10px;
	object-fit: cover
}

.home .home_img .verticalMarquee {
	height: 240px;
	overflow: hidden
}

.home .home_img .verticalMarquee .imgContainer {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

.home .home_img .verticalMarquee .marqueeContent {
	display: flex;
	flex-direction: column;
	animation: scroll-up-60d80761 16s linear infinite
}

.home .home_img .verticalMarquee .homeImgs {
	width: 92%;
	margin-bottom: 10px;
	object-fit: cover
}

.home .home_img .vertical-marquee {
	height: 240px;
	overflow: hidden
}

.home .home_img .vertical-marquee .marquee-content {
	display: flex;
	flex-direction: column;
	animation: scroll-up-60d80761 20s linear infinite
}

@keyframes scroll-up-60d80761 {
	0% {
		transform: translateY(-50%)
	}

	to {
		transform: translateY(0)
	}
}

.home .customer_service {
	position: fixed;
	left: 0;
	right: -250px;
	top: -5px;
	width: 7.8rem;
	margin: 0 auto;
	animation: float-60d80761 2s ease-in-out infinite
}

.home .customer_service .service_img {
	width: 100px;
	/* height: 175px; */
	min-height: 175px;
	top: 24vh;
	right: 0;
	position: absolute
}

@keyframes float-60d80761 {

	0%,
	to {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-10px)
	}
}

.home .service_box {
	position: fixed;
	bottom: 135px;
	left: 50%;
	right: 50%;
	transform: translate(-50%);
	width: 100%;
	max-width: 450px
}

.home .service_box .service_box_img {
	display: block;
	width: 100%;
	height: auto;
	animation: btnMyfirst-60d80761 2s infinite
}

.home .footer {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	width: 100%;
	max-width: 450px;
	background: #f0f6ff
}

.home .footer .footer_image {
	max-width: 450px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 10px;
	box-sizing: border-box
}

.home .footer .footer_image .serviceImg {
	width: 177px;
	height: 37px;
	animation: btnMyfirst-60d80761 2s infinite
}

@keyframes btnMyfirst-60d80761 {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(.85)
	}

	to {
		transform: scale(1)
	}
}

.home .footer .btn_img {
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 0 12px 12px;
	box-sizing: border-box
}

.home .footer .btn_img .bt_1 {
	width: 70px;
	height: 70px
}

.home .footer .btn_img .btn_2_1 {
	width: 114px;
	height: 30px
}

.home .footer .btn_img .text-switch {
	width: 130px;
	height: 32px;
	background-image: var(--1bf41564);
	background-size: contain;
	background-repeat: no-repeat
}

.home .footer .btn_img .btn_3 {
	width: 112px;
	height: 35px
}