#solutionMain .swiper-con .title-con,
#newsMain .main-left .con .title,
#newsMain .main-left .con .text,
#newsMain .main-right .item .title,
#newsMain .main-right .item .con {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

#newsMain .main-right .item .con {
	-webkit-line-clamp: 3;
}

#bannerSwiper .pagination-box {
	position: absolute;
	bottom: 66px;
	display: flex;
	justify-content: center;
	width: 100%;
}

#bannerSwiper .banner-swiper-pagination.swiper-pagination-bullets {
	display: flex;
	align-items: center;
	justify-content: space-around;

	width: auto;
	padding: 1.5rem 1.25rem;
	border-radius: 60px;
	background-color: #0000003b;
	z-index: 99;
}

#bannerSwiper .swiper-pagination-bullet {
	position: relative;
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	margin: 0 20px !important;
	border-radius: 0.5rem;
	background-color: #fff;
	opacity: 1;
}

#bannerSwiper .swiper-pagination-bullet::after {
	content: "";
	display: block;
	position: absolute;
	top: -0.8125rem;
	left: -0.8125rem;
	width: 2.125rem;
	height: 2.125rem;
	border-radius: 2.125rem;
	background-color: transparent;
	border: 2px solid transparent;
}

#bannerSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	border: 2px solid #fff;
}

.main-title {
	position: relative;
	display: inline-block;
	font-size: 2.125rem;
	font-weight: bold;
	color: #16a7a4;
}

.main-title::after,
.main-title::before {
	position: absolute;
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-color: #f8b551;
}

.main-title::after {
	top: 0px;
	left: -20px;
}

.main-title::before {
	bottom: 0;
	right: -20px;
}

/* productMain */

#productMain .main {
	display: flex;
	align-items: center;
	margin-top: 60px;
	background-color: #f7f6f9;
}

#productSwiper {
	width: 43.75rem;
	height: 39.375rem;
}

#productSwiper .btn-box {
	position: absolute;
	left: 30px;
	bottom: 34px;
	display: flex;
	align-items: center;
	z-index: 1;
}

.product-button-prev,
.product-button-next,
.solution-button-prev,
.solution-button-next {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.125rem;
	height: 3.125rem;
}

.solution-button-prev,
.product-button-prev {
	background-color: #16a7a4;
}

.solution-button-next,
.product-button-next {
	margin-left: 10px;
	background-color: #f8b551;
}

#productMain .main-right {
	padding: 2rem 1rem 1rem 2rem;
}

#productMain .main-right .title {
	line-height: 2.5rem;
	font-size: 1.5rem;
	font-weight: bold;
}

#productMain .main-right .top-list {
	width: 100%;
	margin-top: 1.875rem;
}

#productMain .main-right .top-list .img {
	width: 100%;
	height: auto;
}

#productMain .main-right .context {
	line-height: 1.875rem;
	margin-top: 2.5rem;
	font-size: 1rem;
	text-align: justify;
}

#productMain .main-right .bottom-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 1.25rem;
}

#productMain .main-right .list-item {
	width: 48%;
	margin-bottom: 1.25rem;
	cursor: pointer;
}

#productMain .main-right .list-item .item-title {
	display: inline-block;
	padding: 9px 0;
	border-bottom: 1px solid transparent;
	transition: all 0.3s;
}

#productMain .main-right .list-item .item-title::before {
	content: "·";
	display: inline-block;
}

#productMain .main-right .active .item-title {
	color: #16a7a4;
	border-color: #16a7a4;
}

#productMain .main-bototm {
	margin-top: 3.75rem;
}

#productMain .main-bototm .list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#productMain .main-bototm .list-item {
	max-width: 32%;
	cursor: pointer;
}

#productMain .main-bototm .list-item:hover .img-box::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background-color: #16a7a4;
}

#productMain .main-bototm .list-item:hover .img {
	transform: scale(1.1);
}

#productMain .main-bototm .img-box {
	position: relative;
	height: 16.875rem;
	border: 1px solid #d2d2d2;
	overflow: hidden;
}

#productMain .main-bototm .img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.7s;
}

#productMain .main-bototm .title {
	margin-top: 1.125rem;
	text-align: center;
	font-size: 1.25rem;
}


/* solutionMain */
#m-solutionSwiper {
	display: none;
}

#solutionMain {
	padding: 8.125rem 0 6.25rem;
	background-color: #fff;
	background-image: linear-gradient(#ffffff, #f5fefd, #effdfe, #f5fefd, #ffffff);
}

#solutionMain .main-sec-title {
	line-height: 1.875rem;
	margin-top: 14px;
	font-size: 1.125rem;
	color: #808080;
}

#solutionMain .swiper {
	margin-top: 3.45rem;
}

#solutionMain .swiper-slide {
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

#solutionMain .img-box {
	width: 100%;
	height: 28.75rem;
}

#solutionMain .img-box .img {
	width: 100%;
	height: 23.125rem;
	transition: all 0.3s;
}

#solutionMain .swiper-con {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5.5rem;
	padding: 0 1.55rem;
	transition: all 0.7s;
	border-bottom: 4px solid #0e9491;
	background-color: #ffffff;
	/* overflow: hidden; */
}

#solutionMain .swiper-con .title {
	display: flex;
	align-items: center;
	height: 5.5rem;
	line-height: 1.5rem;
	padding-right: 4.05rem;
	font-size: 1.3125rem;
	font-weight: bold;
}


#solutionMain .swiper-con .con {
	position: relative;
	margin-top: 12px;
	padding-top: 2.25rem;
	padding-right: 4.05rem;
	line-height: 1.75rem;
	font-size: 1rem;
	text-align: justify;
	z-index: 2;
}

#solutionMain .swiper-con .con::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 20px;
	height: 4px;
	background-color: #16a7a4;
}

#solutionMain .swiper-con .icon {
	position: absolute;
	bottom: 2.375rem;
	width: 1.75rem;
	height: 0.75rem;
	z-index: 1;
}

#solutionMain .swiper-con .icon-left {
	left: -28px;
	transition: all 0.6s;
	transition-timing-function: cubic-bezier(1, 0.09, 0.3, 0.93);
}

#solutionMain .swiper-slide .icon-right {
	left: 87%;
	transition: all 0.3s;
}

#solutionSwiper .swiper-slide:hover .img {
	height: 28.75rem;
}

#solutionSwiper .swiper-slide:hover .swiper-con {
	height: 28.75rem;
	padding-top: 1.25rem;
	background-color: #ffffffde;
}

#solutionMain .btn-box {
	display: flex;
	justify-content: center;
	margin-top: 2.75rem;
}


/* newsMain */
#newsMain .main {
	display: flex;
	margin-top: 4.375rem;
}

#newsMain .main-left .swiper {
	width: 39.375rem;
	height: 32.5rem;
	cursor: pointer;
	overflow: hidden;
}

#newsMain .main-left .img {
	width: 100%;
	height: 22.375rem;
}

#newsMain .main-left .con {
	padding: 1.75rem;
	padding-left: 0;
	background-color: #eeeeee;
}

#newsMain .main-left .con .title {
	line-height: 1.5rem;
	margin: 0.375rem 0;
	padding-left: 1.5rem;
	font-size: 1.25rem;
	font-weight: bold;
	transition: all 0.4s;
}

#newsMain .main-left .con .text {
	line-height: 1.625rem;
	margin-top: 1rem;
	padding-left: 1.75rem;
	font-size: 1rem;
}

#newsMain .main-left .con .icon {
	flex-shrink: 0;
	margin-left: 1.25rem;
	transition: all 0.4s;
	filter: grayscale(1);
}

#newsMain .main-left .swiper-slide:hover .title {
	color: #0e9491;
}

#newsMain .main-left .swiper-slide:hover .icon {
	filter: grayscale(0);
}

#newsMain .main-right .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: 1.25rem;
}

#newsMain .main-right .item {
	width: 49%;
	padding: 2.125rem 1.75rem 1.875rem 2.25rem;
	border-bottom: 4px solid transparent;
	transition: all 0.4s;
	cursor: pointer;
}

#newsMain .main-right .item .title {
	line-height: 1.5rem;
	margin: 0.4rem 0;
	font-size: 1.25rem;
	font-weight: bold;
}

#newsMain .main-right .item .con {
	line-height: 1.5rem;
	margin-top: 1.125rem;
	color: #525252;
}

#newsMain .main-right .item .item-bottom {
	display: flex;
	justify-content: space-between;
	padding-top: 1.875rem;
}

#newsMain .main-right .item .item-left {
	line-height: 1.375rem;
	font-size: 1.375rem;
}

#newsMain .main-right .item .icon {
	filter: grayscale(1);
	width: 28px;
	height: 12px;
}

#newsMain .main-right .item:hover,
#newsMain .main-right .item:hover .title,
#newsMain .main-right .item:hover .item-left {
	color: #0e9491;
	border-color: #0e9491;
}


/* aboutMain */
#aboutMain {
	margin-top: 4.375rem;
	padding-top: 4rem;
	background-image: url('../images/bg01.jpg');
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

#aboutMain .swiper {
	margin-top: 4rem;
}

#aboutMain .swiper-wrapper {
	margin-top: 2.125rem;
}

#aboutMain .swiper-slide {
	display: flex;
	justify-content: space-between;
}

#aboutMain .swiper-left {
	display: flex;
	padding-left: 2rem;
}

#aboutMain .video {
	width: 44.75rem;
	height: 25.625rem;
	border-radius: 12px;
	object-fit: fill;
}

#aboutMain .swiper-right {
	text-align: right;
	padding-left: 3.875rem;
	color: #fff;
}

#aboutMain .swiper-right .title {
	line-height: 2.125rem;
	font-size: 1.375rem;
	text-align: left;
}

#aboutMain .swiper-right .con {
	position: relative;
	line-height: 1.875rem;
	margin-top: 1.375rem;
	padding-top: 1.625rem;
	text-align: left;
}

#aboutMain .swiper-right .con::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 18px;
	height: 3px;
	background-color: #fff;
	border-radius: 3px;
}

#aboutMain .swiper-right .btn {
	padding: 15px 46px;
	margin-top: 1.875rem;
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
	background-color: #0e9491;
	border: 0;
	border-radius: 0;
}

#aboutMain .bottom-box {
	display: flex;
	justify-content: space-between;
}

#aboutMain .bottom-box .item {
	position: relative;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 20.125rem;
	transition: all 1s;
	opacity: 0.7;
	cursor: pointer;
}

#aboutMain .bottom-box .item:not(:last-child)::after {
	position: absolute;
	top: 17%;
	right: 0;
	content: "";
	display: block;
	width: 1px;
	height: 11.375rem;
	background-color: #fff9;
}

#aboutMain .bottom-box .icon {
	width: 3.75rem;
	height: 3.375rem;
}

#aboutMain .bottom-box .title {
	position: relative;
	line-height: 1.75rem;
	margin-top: 1.375rem;
	padding-top: 1.875rem;
	font-size: 1.5rem;
	color: #fff;
}

#aboutMain .bottom-box .title::before {
	position: absolute;
	top: 0;
	left: calc(50% - 9px);
	content: "";
	display: block;
	width: 18px;
	height: 3px;
	background-color: #fff;
	border-radius: 3px;
}

#aboutMain .bottom-box .item.active {
	opacity: 1;
	background-image: linear-gradient(#ffffff00, #0e94912b, #0e9491a8);
}

@media(max-width:1280px) {}

@media(max-width:750px) {
	.main-title {
		font-size: 1.5rem;
	}

	#bannerSwiper .pagination-box,
	#productSwiper .btn-box,
	#productMain .main-left {
		display: none;
	}

	#productMain .main-title,
	#productMain .main {
		margin-top: 10px !important;
	}

	#productMain .main {
		flex-direction: column;
	}

	#productMain .main-right {
		padding: 1.125rem
	}

	#productMain .main-right .title {
		font-size: 1.3rem;
	}

	#productMain .main-right .context {
		margin-top: 1rem;
		font-size: 1.2rem;
		text-indent: 2rem;
	}

	#productMain .main-right .top-list,
	#productMain .main-right .bottom-list {
		margin-top: 1rem;
	}

	#productMain .main-right .bottom-list {
		align-items: flex-start;
	}

	#productMain .main-right .list-item .item-title {
		padding: 5px 0;
	}

	#productMain .main-right .list-item {
		margin-bottom: 0.5rem;
	}

	#productMain .main-bototm {
		margin-top: 1.75rem;
	}

	#productMain .main-bototm .list {
		align-items: flex-start;
	}

	#productMain .main-bototm .img-box {
		height: 8rem;
		border: 0;
	}

	#productMain .main-bototm .title {
		margin-top: 0.8rem;
		font-size: 1rem;
		padding: 0 6px;
	}

	#solutionMain {
		padding: 2.5rem 0 2.5rem;
	}

	#solutionMain .main-sec-title {
		line-height: 2rem;
		margin-top: 10px;
	}

	#solutionMain .swiper {
		margin-top: 1.25rem;
	}

	#solutionSwiper {
		display: none;
	}

	#m-solutionSwiper {
		display: block;
	}

	#m-solutionSwiper .swiper-con {
		position: relative;
		display: flex;
		align-items: center;
		height: 4.5rem;
		padding: 0 1rem;
		border-bottom: 2px solid #0e9491;
	}

	#m-solutionSwiper .swiper-con .title {
		height: 4.5rem;
		line-height: 1.2rem;
		padding-right: 0;
		font-size: 1.125rem;
		font-weight: 500;
	}

	#m-solutionSwiper .img-box,
	#m-solutionSwiper .img-box .img {
		height: 12.125rem;
		object-fit: cover;
	}

	#newsMain .main {
		margin-top: 1.5rem;
		flex-direction: column;
	}

	#newsMain .main-left .swiper {
		width: 100%;
		height: 100%;
	}

	#newsMain .main-left .img {
		height: 18.5rem;
	}

	#newsMain .main-left .con {
		padding: 0.75rem;
	}

	#newsMain .main-left .con .title,
	#newsMain .main-left .con .text {
		padding-left: 0;
	}

	#newsMain .main-left .con .text {
		margin-top: 7px;
		text-indent: 1rem;
	}

	#newsMain .main-left .con .icon,
	#newsMain .main-right .item .icon {
		width: 20px;
		height: auto;
		margin-left: 1rem;
	}

	#newsMain .main-right .list {
		margin-left: 0;
	}

	#newsMain .main-right .item .con {
		margin-top: 10px;
	}

	#newsMain .main-right .item .item-bottom {
		padding-top: 1rem;
		align-items: center;
	}

	#newsMain .main-right .item {
		width: 100%;
		padding: 1rem;
		border-bottom: 1px solid #f1f1f1;
	}

	#aboutMain {
		margin-top: 1rem;
		padding: 1rem 0;
	}

	#aboutMain .swiper-left {
		padding-left: 0rem;
	}

	#aboutMain .swiper {
		margin-top: 2rem;
	}

	#aboutMain .swiper-slide {
		flex-direction: column;
		padding: 0 2%;
	}

	#aboutMain .video {
		width: 100%;
		height: 17rem;
		margin-top: 20px;
	}

	#aboutMain .swiper-right {
		padding-left: 0;
	}

	#aboutMain .swiper-right .title {
		margin-top: 1.5rem;
	}

	#aboutMain .swiper-right .con {
		line-height: 1.5rem;
		margin-top: 1.25rem;
		padding-top: 1.25rem;
		text-indent: 2rem;
	}

	#aboutMain .swiper-right .btn {
		margin-top: 1rem;
	}

	#aboutMain .bottom-box {
		display: none;
	}
}