@charset "utf-8";
/* -----------首页分割线----------start------ */
/* 跳转 */
.jump {
	border-radius: 100rem;
	font-size: 1.6rem;
}
.jump::after {
	content: '\e63f';
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
/* 首页栏目标题 */
.indexTitle {
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
	justify-content: flex-start;
	color: var(--primary-color);
}
.indexTitle > div {
	font-size: 6rem;
	font-weight: bold;
	text-transform: capitalize;
}
.indexTitle > p {
	text-transform: capitalize;
	font-size: 3.6rem;
	color: #333;
}
/* 轮播 */
.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 > .current {
	z-index: 2;
	left: 10%;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	row-gap: 4rem;
	width: 40%;
}
.indexBanner .home_banner .indexBannerBox > .current .describe {
	color: #fff;
}
.indexBanner .home_banner .indexBannerBox > .current .bannerTitle {
	font-size: 5.4rem;
	line-height: 1.5 !important;
}
.indexBanner .home_banner .indexBannerBox > .current .bannerIntro {
	transform-origin: left center;
	font-size: 1.6rem;
}
.indexBanner .home_banner .indexBannerBox > .current > .customerButton {
	align-self: start;
}
/* 第二张 */
.indexBanner .home_banner .indexBannerBox > .current2 .describe {
	background-color: var(--primary-color);
	align-self: start;
	padding: 1rem;
	font-size: 3.2rem;
}

/* 第三张 */
.indexBanner .home_banner .indexBannerBox > .current3 .describe {
	color: #ddb57e;
	font-size: 2.4rem;
}

.indexBanner .home_banner .indexBannerBox > .inner {
	position: absolute;
}
.indexBanner .home_banner .indexBannerBox > .inner .describe {
	opacity: 0;
	transform: scale(0.7);
}

.indexBanner .home_banner .indexBannerBox > .inner > .bannerTitle {
	color: var(--text-color-epic);
	font-weight: bold;
	transform: translateY(-50%);
	opacity: 0;
	line-height: 1;
}
.indexBanner .home_banner .indexBannerBox > .inner > .bannerIntro {
	line-height: var(--line-height-bouble);
	color: var(--text-color-epic);
	transform: scale(0.7);
	opacity: 0;
}
.indexBanner .home_banner .indexBannerBox > .inner > .customerButton {
	transform: translateY(50%);
	background-color: transparent;
	border: 1px solid #fff;
	padding: 0.5rem 2rem;
	border-radius: 100rem;
	font-size: 1.6rem;
}

.indexBanner .home_banner .indexBannerBox > .inner > .customerButton::after {
	content: '\e63f';
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.slideActive > img {
	transform: scale(1) !important;
	transition: var(--transition-large);
}
.slideActive > .inner > .describe {
	opacity: 1 !important;
	transform: scale(1) !important;
	transition: all 2s ease;
}
.slideActive > .inner > .bannerTitle {
	opacity: 1 !important;
	transform: translateY(0) !important;
	transition: all 2s ease;
}
.slideActive > .inner > .bannerIntro {
	opacity: 1 !important;
	transform: scale(1) !important;
	transition: all 2.2s ease;
}
.slideActive > .inner > .customerButton {
	transform: translateY(0) !important;
	transition: all 2.4s ease;
}

.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);
}
/* 关于我们 */
.introduceBox {
	width: 100%;
	background-color: #fff;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.introduce {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 5rem;
	padding-bottom: 4rem;
	position: relative;
	width: 90%;
	margin-left: auto;
	overflow: hidden;
}
.introduce .content {
	width: 45%;
	display: flex;
	flex-direction: column;
	row-gap: 2rem;
}
.introduce .imgBox {
	width: 70%;
	position: absolute;
	right: 0;
	top: 0;
}
.introduce .imgBox img {
	width: 100%;
	object-fit: contain;
}
.introduce .precis {
	color: #666;
	font-size: 2rem;
	line-height: 2;
}
.introduce .precis > p {
	margin-top: 2rem;
}
.introduce .customerButton {
	width: 15rem;
	height: 4.5rem;
	font-size: 1.8rem;
	text-transform: capitalize;
	border-radius: 100rem;
	background-color: #fff;
	border: #999 solid 1px;
	color: #333;
}
.introduce .customerButton > i {
	color: var(--primary-color);
}
.statistics {
	display: flex;
	justify-content: space-between;
}
.statistics .model {
	flex: 1;
	display: flex;
	background-color: #fff;
	padding: 4rem;
	justify-content: space-between;
	text-transform: capitalize;
}
.statistics .model:first-child {
	background-color: var(--primary-color);
	color: #fff;
}
.statistics .model::before {
	color: #999;
	font-size: 4.2rem;
}
.statistics .model:first-child::before {
	color: #fff;
}
.statistics .model .count {
	padding-top: 15%;
}
.statistics .model .count .count-number {
	font-size: 7.2rem;
	padding-right: 1rem;
	font-weight: bold;
}
.statistics .model .count .count_text {
	font-size: 2rem;
}
.statistics .model .count p {
	text-align: center;
	line-height: 1;
}
/* 产品中心 */
.productBox {
	width: 100%;
	background-color: #f9f9f9;
	padding: 5rem 0;
	display: flex;
	flex-direction: column;
	row-gap: 3rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
}
.product_banner {
	padding: 5rem 0 !important;
}
.product_banner .productList {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.product_banner .productList .content {
	display: flex;
	flex-direction: column;
	row-gap: 5rem;
	width: 40%;
}
.product_banner .productList .content .text > div {
	font-size: 6rem;
}
.product_banner .productList .content .text > p {
	font-size: 2rem;
	color: #666;
	line-height: 2;
	margin-top: 2rem;
}
.product_banner .productList .content .buttonBox {
	position: static;
}
.product_banner .productList .content .buttonBox > div {
	width: 5rem;
	height: 5rem;
	border: 2px solid #fff;
	color: #fff;
	font-size: 2.4rem;
	border-radius: 0;
	background: transparent;
}
.product_banner .productList .content .buttonBox > div:hover {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}

.product_banner .productList .preview {
	/* bg4.png */
	width: 70rem;
	height: 70rem;
	padding: 6rem;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product_banner .productList .preview .exterior {
	width: 70rem;
	height: 70rem;
	background-image: url('/img/bg4.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 0;
	animation: rotation 30s infinite linear;
	position: absolute;
	top: 0;
	left: 0;
}
.product_banner .productList .preview img {
	width: 100%;
	object-fit: contain;
	background-color: #fff;
	border-radius: 50%;
}
@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.productBox .goto {
	display: block;
	width: 40rem;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	column-gap: 3rem;
	align-items: center;
	justify-content: space-between;
	padding: 5rem;
	box-shadow: -1px -1px 6px 0 rgba(0, 0, 0, 0.15);
	text-transform: capitalize;
}
.productBox .goto > i {
	color: var(--primary-color);
}
.productBox .goto::after {
	content: '';
	width: 15rem;
	height: 1px;
	background-color: #666;
}
.productBox .goto:hover span {
	color: var(--primary-color);
}
/* 解决方案 */
.apply {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 5rem;
}
.apply .indexTitle div {
	text-align: center;
	color: #fff;
}
.apply .indexTitle p {
	text-align: center;
	color: #fff;
}
.apply .item {
	margin-top: 3rem;
	display: flex;
	overflow: hidden;
}
.apply .item .box {
	width: calc(100% / 5);
	aspect-ratio: 2/3;
	border-right: 1px solid color-mix(in srgb, var(--border-color-epic) 30%, transparent);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	row-gap: 2rem;
	position: relative;
	cursor: pointer;
}
.apply .item .box::after {
	content: '';
	display: block;
	width: 0.1rem;
	height: 100px;
	background: linear-gradient(0deg, transparent, var(--background-color-base), transparent);
	position: absolute;
	right: -0.1rem;
	/* top: 40%; */
}
.apply .item .box:nth-child(1):after {
	animation: linemove 2s infinite alternate linear;
}
.apply .item .box:nth-child(2):after {
	animation: linemove1 2s infinite alternate linear;
}
.apply .item .box:nth-child(3):after {
	animation: linemove2 2s infinite alternate linear;
}
.apply .item .box:nth-child(4):after {
	animation: linemove3 2s infinite alternate linear;
}
.apply .item .box:nth-child(5):after {
	display: none;
}
.apply .item .box {
	position: relative;
}
.apply .item .box::before {
	content: '';
	display: block;
	width: 0%;
	height: 100%;
	opacity: 0.9;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0px);
	top: 0px;
	background: linear-gradient(transparent, var(--primary-color));
	transition: var(--transition-medium);
}
.apply .item .box > div {
	position: absolute;
	bottom: 25%;
	font-size: 2.4rem;
	color: #fff;
	z-index: 1;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	row-gap: 1rem;
	line-height: 1;
	text-transform: lowercase;
}
.apply .item .box > div::before {
	font-size: 4.8rem;
}
.actived::before {
	width: 100% !important;
}
.actived > div {
	position: static !important;
}
.actived > div::before {
	width: 8rem;
	height: 8rem;
	border-radius: 50%;
	border: 1px dashed #fff;
	font-size: 6rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
@keyframes linemove {
	0% {
		top: 0%;
	}
	100% {
		top: 100%;
	}
}
@keyframes linemove1 {
	0% {
		top: 25%;
	}
	50% {
		top: 75%;
	}
	100% {
		top: 0%;
	}
}
@keyframes linemove2 {
	0% {
		top: 50%;
	}
	50% {
		top: 100%;
	}
	100% {
		top: 0%;
	}
}
@keyframes linemove3 {
	0% {
		top: 100%;
	}
	100% {
		top: 0%;
	}
}
/* 最新消息 */
.newBox {
	background-color: var(--background-color-ordinary);
	padding-top: 5rem;
	padding-bottom: 5rem;
	overflow: hidden;
}
.news {
	row-gap: 5rem;
}

.news > h3 {
	font-size: 4.8rem;
	text-align: center;
	color: #333;
}
.newsType {
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	column-gap: 3rem;
	flex-wrap: nowrap;
	flex-shrink: 0;
}
.newsType > a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 18rem;
	text-align: center;
	border: 1px solid #bdbdbd;
	height: 100%;
	color: #bdbdbd;
	opacity: 1;
	font-size: 1.6rem;
	border-radius: 0;
	padding: 1rem 0;
	background-color: transparent;
	border-radius: 50rem;
	text-transform: capitalize;
}
.newsType > a::after {
	content: '\e672';
	font-family: 'iconfont' !important;
	font-size: 1.6rem;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	color: var(--primary-color);
}
.newsType a:first-of-type,
.newsType a:hover {
	/* background-color: var(--primary-color); */
	color: var(--primary-color);
	border-color: var(--primary-color);
}

.newsContent {
	overflow: hidden;
	column-gap: 2rem;
	height: 62rem;
	row-gap: 2rem;
}
.newsContent .one {
	width: calc(30% - 2rem);
	display: flex;
	flex-direction: column;
}
.newsContent .one .poreview {
	width: 100%;
	aspect-ratio: 4/3;
	overflow: hidden;
}
.newsContent .one .poreview img {
	width: 100%;
	object-fit: contain;
	transition: var(--transition-medium);
}
.newsContent .one .latestTxet {
	padding: 2rem 1.4rem;
	display: flex;
	flex-direction: column;
	color: var(--text-color-rare);
	row-gap: 2rem;
	background-color: #fff;
}
.newsContent .one .latestTxet > span {
	font-size: var(--font-size-base);
}
.newsContent .one .latestTxet > .title {
	font-size: var(--font-size-large);
	font-weight: bold;
	color: #000;
}
.newsContent .one .latestTxet > .depict {
	font-size: var(--font-size-base);
	line-height: 2;
	-webkit-line-clamp: 3;
}
.newsContent .one .latestTxet > span::before {
	padding-right: 0.4rem;
}
.newsContent .one .latestTxet > .jump {
	align-self: start;
	margin-top: 1.2rem;
}

.newsContent .literature {
	width: calc(40% - 2rem);
	height: calc((100% - 4rem) / 3);
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	padding: 1.4rem;
	row-gap: 1rem;
	overflow: hidden;
}
.newsContent .literature .poreview {
	width: 30%;
	aspect-ratio: 4/3;
	overflow: hidden;
}
.newsContent .literature .poreview img {
	width: 100%;
	object-fit: contain;
	transition: var(--transition-medium);
}
.newsContent .literature .box {
	width: calc(100% - 30% - 2rem);
	display: flex;
	flex-direction: column;
	row-gap: 0.8rem;
}
.newsContent .literature .title {
	font-size: var(--font-size-large);
	font-weight: bold;
	color: var(--text-color-ordinary);
}
.newsContent .literature .depict {
	font-size: var(--font-size-base);
	color: var(--text-color-rare);
	line-height: 2;
}

.newsContent .one:hover .poreview > img,
.newsContent .literature:hover .poreview > img {
	transform: scale(1.02);
}

/* -----------首页分割线----------end------ */
