@charset "utf-8";
/* -----------首页分割线----------start------ */
/* 跳转 */
.jump {
	border-radius: 100rem;
	font-size: 1.6rem;
}
.jump::after {
	content: '\e62b';
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
/* 首页栏目标题 */
.indexTitle > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	row-gap: 1rem;
	font-size: 4.2rem;
	color: #0084ca;
	text-transform: capitalize;
	font-weight: bold;
	letter-spacing: 1px;
}
.indexTitle > div::after {
	content: '';
	height: 1px;
	width: 8rem;
	background-color: #0084ca;
}
.indexTitle > p {
	text-align: center;
	margin-top: 2rem;
}
/* 轮播 */
.indexBanner {
	width: 100%;
}
.indexBanner .home_banner .indexBannerBox {
	position: relative;
	overflow: hidden;
}
.indexBanner .home_banner .indexBannerBox > img {
	width: 100%;
	object-fit: contain;
	/* transform: scale(1.1); */
}
.indexBanner .home_banner .indexBannerBox > .inner {
	position: absolute;
	z-index: 2;
	left: 10%;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	row-gap: 3rem;
	width: 45%;
	align-items: flex-start;
}
.indexBanner .home_banner .indexBannerBox > .inner > .bannerIcon {
	/* transform: translateY(-50%);
	opacity: 0; */
	object-fit: contain;
}
.indexBanner .home_banner .indexBannerBox > .inner > .bannerTitle {
	font-size: 3.6rem;
	color: var(--text-color-epic);
	font-weight: bold;
	/* transform: translateY(-50%);
	opacity: 0; */
}
.indexBanner .home_banner .indexBannerBox > .inner > .bannerIntro {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: var(--line-height-bouble);
	color: var(--text-color-epic);
	/* transform: translateY(50%);
	opacity: 0; */
}
.indexBanner .home_banner .indexBannerBox > .inner > .bannerIntro > img {
	margin: 0 3px;
}
.indexBanner .home_banner .indexBannerBox > .inner > .jump {
	/* transform: translateY(50%); */
	padding: 1rem 2rem;
	border-radius: 0;
	column-gap: 2rem;
}
/* .slideActive > img {
	transform: scale(1) !important;
	transition: var(--transition-large);
}
.slideActive > .inner > .bannerIcon {
	opacity: 1 !important;
	transform: translateY(0) !important;
	transition: var(--transition-large);
}
.slideActive > .inner > .bannerTitle {
	opacity: 1 !important;
	transform: translateY(0) !important;
	transition: var(--transition-large);
}
.slideActive > .inner > .bannerIntro {
	opacity: 1 !important;
	transform: translateY(0) !important;
	transition: var(--transition-large);
}
.slideActive > .inner > .jump {
	transform: translateY(0) !important;
	transition: var(--transition-large);
} */

.indexBanner .home_banner .buttonBox {
	bottom: 5%;
	position: absolute;
	right: 10%;
	z-index: 99;
	display: flex;
	column-gap: 3rem;
}
.indexBanner .home_banner .index_prev,
.indexBanner .home_banner .index_next {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4rem;
	height: 4rem;
	background-color: var(--background-color-ordinary);
	color: var(--text-color-rare);
	border: 0.1rem solid var(--border-color-elite);
	/* opacity: 0.8; */
	background-image: none;
	cursor: pointer;
	border-radius: 50%;
	font-size: var(--font-size-oversize);
}
.indexBanner .home_banner .index_prev:hover,
.indexBanner .home_banner .index_next:hover {
	background-color: var(--primary-color);
	border-color: transparent;
	opacity: 1;
	color: var(--text-color-epic);
}

/* 产品中心 */
.productBox {
	width: 100%;
	background-color: #fff;
	padding: 6rem 0 8rem;
	display: flex;
	flex-direction: column;
	row-gap: 3rem;
}
.product {
	position: relative;
	/* height: 72rem; */
}
.product .buttonBox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(80% + 14rem);
	justify-content: space-between;
}
.product .buttonBox .prev,
.product .buttonBox .next {
	border-width: 2px;
	width: 5.5rem;
	height: 5.5rem;
	font-size: 2.4rem;
}
/* .product_banner .ProductList {
	display: flex;
	row-gap: 2rem;
	flex-direction: column;
} */

.product_banner .swiper-wrapper .swiper-slide {
	height: auto;
}
.product_banner .content .imgBox {
	overflow: hidden;
	aspect-ratio: 4/3;
}
.product_banner .content .imgBox > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: var(--transition-base);
}
.product_banner .content .textual {
	height: 5rem;
	align-items: center;
	display: flex;
	column-gap: 1rem;
	background-color: #f5f5f5;
	font-size: 2rem;
	justify-content: space-between;
}
.product_banner .content .textual > img {
	height: 100%;
}
.product_banner .content .textual > div {
	text-align: center;
}
.product_banner .content .textual > .btn {
	font-size: 1.6rem;
	color: #fff;
	aspect-ratio: 1/1;
	height: 100%;
	background-color: var(--primary-color);
	display: flex;
	align-items: center;
	justify-content: center;
}
.product_banner .content:hover .imgBox > img {
	transform: scale(1.02);
}
.product_banner .content:hover .textual {
	color: var(--primary-color);
}

/* 关于我们 */
.introduceBox {
	width: 100%;
	background-color: #fff;
	padding: 10rem 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 79rem;
	display: flex;
	flex-direction: column;
	row-gap: 5rem;
}
.introduceBox .introduceTitle {
	display: flex;
	flex-direction: column;
	color: #fff;
	row-gap: 0.8rem;
	height: auto;
}
.introduceBox .introduceTitle > div {
	font-size: 4.2rem;
	font-weight: bold;
	letter-spacing: 1px;
}
.introduceBox .introduceTitle > p {
	font-size: 2.4rem;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	row-gap: 0.5rem;
}
.introduceBox .introduceTitle > p::after {
	content: '';
	width: 6rem;
	height: 1px;
	background-color: #fff;
}
.introduce {
	row-gap: 5rem;
}
.introduce .material {
	column-gap: 5rem;
	width: 50%;
	color: #fff;
	line-height: 2;
	font-size: 2rem;
}
.introduce .btnBox {
	column-gap: 5rem;
}
.introduce .btnBox .goto {
	background-color: #fff;
	padding: 0 0.5rem;
	color: var(--primary-color);
	width: 14rem;
	height: 4rem;
	border-radius: 1rem;
}
.introduce .btnBox .goto::after {
	content: '';
	background-color: var(--primary-color);
	height: 1px;
	width: 10%;
}
.introduce .btnBox .goto:hover {
	background-color: var(--primary-color);
	color: #fff;
}
.introduce .btnBox .goto:hover::after {
	background-color: #fff;
}

/* 行业应用*/
.approachBox {
	width: 100%;
	background-color: #fff;
	padding: 5rem 0;
	display: flex;
	flex-direction: column;
	row-gap: 3rem;
}
.approachBox .approach {
	gap: 2rem;
}
.approachBox .approach .item {
	width: calc((100% - 2rem * 2) / 3);
	aspect-ratio: 2/1;
	position: relative;
	overflow: hidden;
}
.approachBox .approach .item > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: var(--transition-base);
}
.approachBox .approach .item > span {
	left: 1.5rem;
	top: 1.5rem;
	position: absolute;
	font-size: 1.8rem;
	color: #fff;
	z-index: 1;
}
.approachBox .approach .item:hover > img {
	transform: scale(1.02);
}
/* 最新消息 */
.newBox {
	background-color: var(--background-color-ordinary);
	padding-top: 5rem;
	padding-bottom: 5rem;
	overflow: hidden;
}
.describe {
	margin-top: 2rem;
	position: relative;
}
.describe .goto {
	position: absolute;
	right: 0;
	display: flex;
	column-gap: 0.5rem;
	font-size: 1.8rem;
}
.describe .goto > i {
	transform: rotate(45deg);
	font-size: 1.8rem;
}
.describe .goto:hover {
	color: var(--primary-color);
}
.newsList {
	column-gap: 2rem;
	margin-top: 4rem;
}
.newsList .newItem {
	width: calc((100% - 2rem) / 3);
	background-color: #fff;
	display: flex;
	flex-direction: column;
	border-radius: 2rem;
	overflow: hidden;
}
.newsList .newItem .preview {
	aspect-ratio: 2/1;
	overflow: hidden;
	border-radius: 2rem;
}
.newsList .newItem .preview > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 2rem;
	transition: 0.3s all ease-in-out;
}
.newsList .newItem .newsText {
	padding: 1.4rem 1.4rem 2.8rem;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.newsList .newItem .newsText > p {
	font-size: 1.8rem;
	color: #454545;
	line-height: 2;
}
.newsList .newItem .newsText > .btnBox {
	margin-top: 2rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #ddd;
	color: #454545;
}
.newsList .newItem .newsText > .btnBox {
	font-size: 1.8rem;
}
.newsList .newItem .newsText > .btnBox i {
	font-size: 1.8rem;
	transform: rotate(45deg);
}
.newsList .newItem:hover .preview > img {
	transform: scale(1.01);
}
.newsList .newItem:hover .newsText .btnBox {
	color: var(--primary-color);
}
/* -----------首页分割线----------end------ */
