.home-banner {
	position: relative;
	width: 100%;
}

.pcSwiper {
	display: block;
}

.phoneSwiper {
	display: none;
}

.home-banner-pic {
	position: relative;
	width: 100%;
}

.home-banner-content {
	position: absolute;
	width: 1200px;
	top: 300px;
	margin: auto;
	left: 0;
	right: 0;
}

.home-banner-title {
	position: relative;
	width: 100%;
	font-weight: bold;
	font-size: 60px;
	color: #ffffff;
	line-height: 70px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.home-banner-sub-title {
	position: relative;
	width: 100%;
	margin-top: 5px;
	font-weight: 400;
	font-size: 33px;
	color: #ffffff;
	line-height: 39px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.home-banner-button {
	position: relative;
	width: 200px;
	height: 50px;
	display: block;
	margin-top: 70px;
	border-radius: 10px;
	border: 1px solid #ffffff;
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	line-height: 50px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	cursor: pointer;
}

.swiper-pagination .swiper-pagination-bullet {
	width: 48px;
	height: 6px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.3);
}
.swiper-pagination .swiper-pagination-bullet-active {
	background: #fff;
}

/* *********************************************** */

.home-product {
	position: relative;
	width: 1200px;
	margin: 0px auto;
}

.home-title {
	position: relative;
	width: 100%;
	margin-top: 50px;
}

.home-cn {
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 50px;
	font-weight: 500;
	font-size: 30px;
	color: #000000;
	line-height: 35px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	z-index: 1;
}

.home-en {
	position: relative;
	width: 100%;
	left: 0;
	bottom: 23px;
	text-align: center;
	font-weight: bold;
	font-size: 34px;
	color: #136cff;
	opacity: 0.1;
	line-height: 40px;
	text-align: center;
	font-style: normal;
	text-transform: uppercase;
}

/* ******************************************************************* */

.home-product-list {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}

.home-product-item {
	position: relative;
	width: 32%;
	background: #ffffff;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px 10px 10px 10px;
}

.home-product-title {
	position: relative;
	width: 100%;
	background: linear-gradient(180deg, rgba(19, 108, 255, 0.1) 0%, rgba(19, 108, 255, 0) 100%);
	padding: 32px 20px 0px 30px;
	display: flex;
	align-items: start;
	justify-content: space-between;
}

.home-product-item:nth-child(2) .home-product-title {
	background: linear-gradient(180deg, rgba(0, 191, 220, 0.1) 0%, rgba(0, 191, 220, 0) 100%);
}

.home-product-item:nth-child(3) .home-product-title {
	background: linear-gradient(180deg, rgba(106, 74, 209, 0.1) 0%, rgba(106, 74, 209, 0) 100%);
}

.home-product-title-text {
	position: relative;
	width: 72%;
}

.home-product-title-text-cn {
	position: relative;
	width: 100%;
	font-weight: 500;
	font-size: 20px;
	color: #136cff;
	line-height: 23px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.home-product-item:nth-child(2) .home-product-title-text-cn {
	color: #00bfdc;
}

.home-product-item:nth-child(3) .home-product-title-text-cn {
	color: #6a4ad1;
}

.home-product-title-text-en {
	position: relative;
	width: 100%;
	font-weight: 400;
	font-size: 12px;
	color: rgba(19, 108, 255, 0.7);
	line-height: 14px;
	text-align: left;
	font-style: normal;
	text-transform: uppercase;
	margin-top: 5px;
}

.home-product-item:nth-child(2) .home-product-title-text-en {
	color: rgba(0, 191, 220, 0.7);
}

.home-product-item:nth-child(3) .home-product-title-text-en {
	color: rgba(106, 74, 209, 0.7);
}

.home-product-title-pic {
	position: relative;
	width: 28%;
	aspect-ratio: 1/1;
	background-image: url("../../img/home/product1.png");
	background-size: cover;
	top: -20px;
	left: 10px;
	transform: scale(1.1);
}

.home-product-item:nth-child(2) .home-product-title-pic {
	background-image: url("../../img/home/product2.png");
}

.home-product-item:nth-child(3) .home-product-title-pic {
	background-image: url("../../img/home/product3.png");
}

.home-product-item-tag {
	position: relative;
	width: 90%;
	padding-top: 20px;
	margin: 0px auto;
	border-top: 1px solid rgba(19, 108, 255, 0.1);
	margin-bottom: 20px;
	overflow: hidden;
}

/* .home-product-item-tag-bg {
	position: relative;
	display: inline-grid;
	grid-template-rows: 1fr 1fr;
	grid-auto-flow: column;
	white-space: nowrap;
	gap: 10px;
	padding: 10px;
	animation: slide 20s linear infinite;
}

.home-product-item:nth-child(1) .home-product-item-tag-bg {
	animation: slide 40s linear infinite;
} */

.home-product-item-tag-bg {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 10px;
}

.home-product-item:nth-child(3) .home-product-item-tag-bg {
	position: relative;
	width: 100%;
	text-align: center;
	animation: none;
}

/* .home-product-item-tag-button {
	position: relative;
	display: inline-block;
	padding: 12px 60px;
	background: rgba(19, 108, 255, 0.15);
	border-radius: 8px 8px 8px 8px;
	white-space: nowrap;
	font-weight: 400;
	font-size: 17px;
	color: #136cff;
	line-height: 20px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	cursor: pointer;
	transition: all 0.3s;
} */

.home-product-item-tag-button {
	position: relative;
	width: 49%;
	padding: 12px 0px;
	background: rgba(19, 108, 255, 0.15);
	border-radius: 8px 8px 8px 8px;
	white-space: nowrap;
	font-weight: 400;
	font-size: 17px;
	color: #136cff;
	line-height: 20px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	cursor: pointer;
	transition: all 0.3s;
	margin: 5px 0;
}

.home-product-item:nth-child(3) .home-product-item-tag-button {
	width: 70%;
	margin: 5px auto;
}

.home-product-item:nth-child(2) .home-product-item-tag-button {
	background: rgba(0, 191, 220, 0.15);
	color: #00bfdc;
}

.home-product-item:nth-child(3) .home-product-item-tag-button {
	background: rgba(106, 74, 209, 0.15);
	color: #6a4ad1;
}

@keyframes slide {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(calc(-50% + 5px));
	}
}

.home-product-item-tag-bg:hover {
	animation-play-state: paused;
}

.home-product-item:nth-child(1) .home-product-item-tag-bg:hover {
	animation-play-state: paused;
}

.home-product-item-tag-button:hover {
	background: #136cff;
	color: #ffffff;
}

.home-product-item:nth-child(2) .home-product-item-tag-button:hover {
	background: #00bfdc;
	color: #ffffff;
}

.home-product-item:nth-child(3) .home-product-item-tag-button:hover {
	background: #6a4ad1;
	color: #ffffff;
}

.home-product-item:nth-child(1) .no-style:hover {
	background: #00bfdc;
	color: #ffffff;
}

.home-product-item:nth-child(2) .nop-style:hover {
	background: #6a4ad1;
	color: #ffffff;
}

.home-product-item:nth-child(1) .no-style {
	background: none;
	color: transparent;
}

.home-product-item:nth-child(2) .no-style {
	background: none;
	color: transparent;
}

.home-product-item:nth-child(1) .no-style:hover {
	background: none;
	color: transparent;
}

.home-product-item:nth-child(2) .no-style:hover {
	background: none;
	color: transparent;
}

/* ******************************************************* */

.home-about {
	position: relative;
	width: 100%;
}

.pc-about {
	display: block;
}

.phone-home-about {
	display: none;
}

.home-about-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("../../img/home/about-bg.png");
	background-size: cover;
}

.home-about-content {
	position: relative;
	width: 1200px;
	margin: 0px auto;
	padding: 60px 0;
	display: flex;
	align-items: start;
	justify-content: space-between;
}

.home-about-left {
	position: relative;
	width: 20%;
}

.home-about-left-title {
	position: relative;
	width: 100%;
	font-weight: 500;
	font-size: 40px;
	color: #ffffff;
	line-height: 47px;
	font-style: normal;
	text-transform: none;
}

.home-about-left-sub-title {
	position: relative;
	width: 100%;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
	font-style: normal;
	text-transform: none;
	margin: 10px 0;
}

.home-about-left-menu {
	position: relative;
	width: 100%;
	height: 200px;
	border-left: 1px solid #fff;
	margin-top: 20px;
}

.home-about-left-menu-item {
	position: relative;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
	font-style: normal;
	text-transform: none;
	cursor: pointer;
}

.home-about-left-menu-item-curr {
	background: rgba(0, 213, 236, 1);
}

.home-about-right {
	position: relative;
	width: 78%;
	height: 500px;
	border-radius: 10px 10px 10px 10px;
	background-color: rgba(255, 255, 255, 0.7);
}

.home-about-right-content {
	position: absolute;
	width: calc(100% - 100px);
	height: 300px;
	top: 50px;
	left: 50px;
	font-weight: 400;
	font-size: 15px;
	color: #333333;
	line-height: 32px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.home-about-right-content-light {
	color: #136cff;
}

.home-about-right-content p {
	position: relative;
	text-indent: 2em;
	padding: 0px;
	margin: 0px;
	text-align: justify;
}

.home-about-right-content:nth-child(2) {
	display: none;
}

.home-about-right-content-item {
	padding-left: 20px !important;
}

.home-about-right-content-item-first {
	margin-top: 20px !important;
}

.home-about-right-content-item:after {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 32px;
	width: 6px;
	height: 6px;
	background-color: #666666;
	border-radius: 50%;
}

.home-about-right-button {
	position: absolute;
	left: 50px;
	bottom: 50px;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #136cff;
	font-weight: 400;
	font-size: 14px;
	color: #136cff;
	line-height: 24px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	padding: 8px 47px;
	cursor: pointer;
}

.home-about-right-pic {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.home-about-right-pic-item {
	position: relative;
	width: 19%;
}

.home-about-right-pic-item-img {
	position: relative;
	width: 100%;
	display: block;
}

.home-about-right-pic-item-text {
	position: relative;
	width: 100%;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-top: 20px;
	padding: 0 5px;
}

/* ************************************************** */
.pc-cooperate {
	display: block;
}

.phone-cooperate {
	display: none;
}

.home-cooperate {
	position: relative;
	width: 100%;
	padding-bottom: 100px;
}

.home-cooperate-content {
	position: relative;
	width: 1200px;
	margin: 0px auto;
	margin-top: 20px;
}

.home-cooprate-img {
	width: 80%;
	height: 80%;
	margin: 0px auto;
	object-fit: cover;
}

.home-cooprate-text {
	position: relative;
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 29px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

.home-cooperate-content .swiper-wrapper {
	transition-timing-function: linear !important;
	margin: 0 auto;
}

/* ********************************************************* */
.home-tryout {
	position: relative;
	width: 100%;
	padding: 55px 0;
}

.home-tryout .home-title {
	margin-top: 0;
}

.home-tryout .home-cn {
	margin-top: 0;
	padding-top: 20px;
}

.home-tryout-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url("../../img/home/tryout-bg.png");
	background-size: cover;
}

.home-tryout-button {
	position: relative;
	display: block;
	width: 150px;
	height: 40px;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #136cff;
	font-weight: 400;
	font-size: 14px;
	color: #136cff;
	line-height: 40px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin: 0px auto;
	cursor: pointer;
}

@media screen and (max-width: 1199px) {
	.pcSwiper {
		display: none;
	}

	.phoneSwiper {
		display: block;
	}
	.home-banner-content {
		width: 100%;
		top: 30px;
	}

	.home-banner-title {
		font-size: 1.5rem;
		padding-left: 10vw;
		margin-top: 5vw;
		line-height: 50px;
	}

	.home-banner-sub-title {
		font-size: 1rem;
		padding: 0 10vw;
		white-space: wrap;
		line-height: 25px;
	}

	.home-banner-button {
		margin-top: 0;
		left: 10vw;
		top: 6vw;
		width: 30vw;
		height: 8vw;
		border-radius: 5px 5px 5px 5px;
		border: 1px solid #ffffff;
		font-family: Source Han Sans CN, Source Han Sans CN;
		font-weight: 500;
		font-size: 12px;
		color: #ffffff;
		line-height: 8vw;
		text-align: center;
		font-style: normal;
		text-transform: none;
	}

	.swiper-pagination .swiper-pagination-bullet {
		width: 20px;
		height: 4px;
		border-radius: 8px;
		background: rgba(255, 255, 255, 0.3);
	}
	.swiper-pagination .swiper-pagination-bullet-active {
		background: #fff;
	}

	.home-title {
		margin-top: 10px;
	}
	.home-cn {
		font-family: Source Han Sans CN, Source Han Sans CN;
		font-weight: 500;
		font-size: 20px;
		color: #000000;
		line-height: 23px;
		text-align: center;
		font-style: normal;
		text-transform: none;
		padding-top: 30px;
	}
	.home-en {
		font-family: Roboto, Roboto;
		font-weight: bold;
		font-size: 16px;
		color: #136cff;
		line-height: 19px;
		text-align: center;
		font-style: normal;
		text-transform: none;
		bottom: 14px;
	}
	.home-product {
		width: 100%;
	}
	.home-product-list {
		flex-wrap: wrap;
	}
	.home-product-item {
		width: 90%;
		margin: 10px auto;
		border-radius: 10px;
		overflow: hidden;
	}
	.home-product-title-text-cn {
		font-size: 18px;
		font-weight: bold;
	}

	.pc-about {
		display: none;
	}

	.phone-home-about {
		display: block;
	}

	.phone-home-about-menu {
		position: relative;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.phone-home-about-menu-item {
		position: relative;
		padding: 0 10px;
		font-family: Source Han Sans CN, Source Han Sans CN;
		font-weight: 400;
		font-size: 16px;
		color: #666666;
		line-height: 22px;
		text-align: center;
		font-style: normal;
		text-transform: none;
		margin-top: 10px;
	}

	.phone-home-about-menu-item-curr {
		color: #136cff;
	}

	.phone-home-about-menu-item-curr::after {
		content: "";
		position: absolute;
		bottom: -10px;
		margin: auto;
		left: 0;
		right: 0;
		width: 30px;
		height: 3px;
		background: #136cff;
		border-radius: 3px 3px 3px 3px;
	}

	.phone-home-about-content {
		position: relative;
		width: 100%;
		padding: 24px;
		margin-top: 20px;
	}

	.phone-home-about-honer {
		position: relative;
		width: 100%;
		display: flex;
		align-items: stretch;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.phone-home-about-honer-item {
		position: relative;
		width: 48%;
		margin-bottom: 24px;
	}

	.phone-home-about-honer-pic {
		position: relative;
		width: 100%;
	}

	.phone-home-about-honer-img {
		position: relative;
		width: 100%;
		display: block;
	}

	.phone-home-about-honer-text {
		position: relative;
		width: 100%;
		text-align: center;
		font-family: Source Han Sans CN, Source Han Sans CN;
		font-weight: 400;
		font-size: 12px;
		color: #000000;
		line-height: 18px;
		text-align: center;
		font-style: normal;
		text-transform: none;
		margin-top: 10px;
	}

	.phone-home-about-introduce {
		position: relative;
		width: 100%;
	}

	.phone-home-about-button {
		position: relative;
		margin: 0px auto;
		width: 110px;
		height: 28px;
		text-align: center;
		border-radius: 6px 6px 6px 6px;
		border: 1px solid #136cff;
		font-family: Source Han Sans CN, Source Han Sans CN;
		font-weight: 400;
		font-size: 12px;
		color: #136cff;
		line-height: 28px;
		text-align: center;
		font-style: normal;
		text-transform: none;
		margin-bottom: 10px;
	}

	.pc-cooperate {
		display: none;
	}

	.phone-cooperate {
		display: block;
	}

	.home-cooperate {
		padding-bottom: 0;
	}

	.phone-home-cooperate-content {
		position: relative;
		width: 100%;
		display: flex;
		align-items: stretch;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 5vw;
	}

	.phone-home-cooperate-item {
		position: relative;
		width: 28%;
		margin-bottom: 20px;
	}

	.phone-home-cooprate-img {
		position: relative;
		width: 100%;
	}
	.phone-home-cooprate-text {
		position: relative;
		width: 100%;
		text-align: center;
		font-family: Source Han Sans CN, Source Han Sans CN;
		font-weight: 400;
		font-size: 12px;
		color: #000000;
		line-height: 20px;
		text-align: center;
		font-style: normal;
		text-transform: none;
		margin-top: 20px;
	}
}
