@charset "utf-8";
body {
	/* 填写默认字体 */
	font-family: "Mona Sans", "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
	color: #1e1d28;
	min-height: initial !important;
}

@font-face {
	font-family: 'iconfont';
	src: url('../fonts/iconfont/iconfont.woff2?t=1681287520508') format('woff2'), url('../fonts/iconfont/iconfont.woff?t=1681287520508') format('woff'), url('../fonts/iconfont/iconfont.ttf?t=1681287520508') format('truetype');
}

@font-face {
	font-family: 'Mona Sans';
	src: local('Mona Sans Medium'), local('MonaSans-Medium'), url('../fonts/monasans/MonaSans-Medium.woff2') format('woff2'), url('../fonts/monasans/MonaSans-Medium.woff') format('woff'), url('../fonts/monasans/MonaSans-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Mona Sans';
	src: local('Mona Sans Light'), local('MonaSans-Light'), url('../fonts/monasans/MonaSans-Light.woff2') format('woff2'), url('../fonts/monasans/MonaSans-Light.woff') format('woff'), url('../fonts/monasans/MonaSans-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Mona Sans';
	src: local('Mona Sans Regular'), local('MonaSans-Regular'), url('../fonts/monasans/MonaSans-Regular.woff2') format('woff2'), url('../fonts/monasans/MonaSans-Regular.woff') format('woff'), url('../fonts/monasans/MonaSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.iconfonts {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grahccale;
}


/* slick 懒加载图片去边框 */

.slick-loading {
	opacity: 0;
}


/* 去除翻译插件边框 */

.goog-te-gadget-simple {
	border: none !important;
}


/* h1隐藏 */

.fszero {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	z-index: -100;
}


/* 去除input记忆填充底色 */

input:-webkit-autofill {
	box-shadow: 0 0 0 1000px white inset !important;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
	-webkit-text-fill-color: #333 !important;
	transition: background-color 5000s ease-in-out 0s !important;
}


/* ph去除载入效果 */

@media screen and (max-width: 1200px) {
	.wow {
		animation: none;
	}
}

ul {
	padding: 0;
}

:root {
	font-size: 16px;
	--main-color: #DA5209;
	--flex-margin: -15px;
	--flex-padding: 15px;
	scroll-behavior: initial;
}


/* 翻译插件展位 */

.google-translate {
	min-width: 108px;
}

.fancybox-content {
	height: 800px !important;
}

.c_pcbtn {
	display: none;
}

.translated-ltr .header,
.translated-rtl .header {
	top: 40px;
}

.google-translate a {
	pointer-events: none;
}

.header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	--height: 106px;
	padding: 0 40px;
}

.header::after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 180px;
	opacity: 0.3;
	background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
	mix-blend-mode: overlay;
}

.header .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-logo {
	width: 216px;
	display: block;
	line-height: var(--height);
}

.header-logo img {
	width: 100%;
}

@media screen and (min-width: 1200px) {
	.hd_list {
		display: flex;
	}
	.hd_item {
		position: relative;
		margin-right: 100px;
	}
	.hd_item:last-child {
		margin-right: 0;
	}
	.hd_link {
		color: #FFF !important;
		font-family: "Mona Sans";
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		text-transform: uppercase;
		height: var(--height);
		align-items: center;
		display: flex;
	}
	.hd_second {
		position: absolute;
		background-color: #fff;
		padding: 16px 22px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
		left: 50%;
		top: 100%;
		transform: translateX(-50%);
	}
	.hd_second_link {
		white-space: nowrap;
		font-size: 16px;
		line-height: 1.65;
		display: inline-block;
		padding: 6px 0;
		color: #333;
	}
	.hd_second_item.active .hd_second_link {
		color: var(--main-color);
	}
	.hd_second_link:hover {
		color: var(--main-color);
	}
}

.hd_second {
	display: none;
}

.hd_three {
	display: none;
}

.header-controls {
	display: flex;
	align-items: center;
}

.header-contact {
	color: #FFF !important;
	font-family: "Mona Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.header-language {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
	color: #FFF;
	font-family: "Mona Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin-left: 42px;
	text-decoration: none !important;
}

@media screen and (min-width: 1200px) {
	.header-language:hover {
		background-color: var(--main-color);
		color: #fff;
	}
	.header-contact:hover {
		text-decoration: underline;
		color: var(--main-color);
	}
}

.home-banner {
	overflow: hidden;
	position: relative;
}

.home-banner .swiper-container {
	width: 100%;
}

.home-banner .swiper-slide {
	overflow: hidden;
}

.home-banner .swiper-container {
	width: 100%;
}

.home-banner .swiper-slide {
	overflow: hidden;
}

.home-banner .slide-link {
	position: relative;
	display: block;
	width: 100%;
}

.home-banner .slide-link img {
	width: 100%;
}

.home-banner .slide-video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.home-banner .slide-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-banner .swiper-pagination {
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	bottom: 24px;
	--wh: 12px;
	--interval: 12px;
}

.home-banner .swiper-pagination .swiper-pagination-bullet {
	width: var(--wh);
	height: var(--wh);
	background-color: #fff !important;
	opacity: 0.5 !important;
	margin: 0 var(--interval);
	transition: all 0.5s;
}

.home-banner .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1 !important;
}

.home-banner-arrow {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 45px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 2;
	padding: 0 40px;
}

.home-banner-arrow .prev,
.home-banner-arrow .next {
	color: #FFF;
	font-family: "Mona Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	cursor: pointer;
}

.home-banner-arrow .prev span,
.home-banner-arrow .next span {
	margin: 0 10px;
}

@media screen and (min-width: 1200px) {
	.home-banner-arrow .prev:hover span,
	.home-banner-arrow .next:hover span {
		margin: 0 10px;
		text-decoration: underline;
	}
}

.mod-tits .mod-subtit {
	color: #000;
	font-family: "Mona Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.8px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.mod-title72 {
	color: #000;
	font-family: "Mona Sans";
	font-size: 72px;
	font-style: normal;
	font-weight: 500;
	line-height: 97.222%;
	letter-spacing: -3.6px;
	text-transform: capitalize;
}

.mod-title72 span {
	color: var(--main-color);
}


/* bread */

.bread {
	width: 100%;
	--text-color: #fff;
	--text-interval: 8px;
	--text-fontsize: 18px;
	--hover-color: #fff;
}

.mod_bread {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.mod_bread_item {
	display: flex;
	align-items: center;
}

.mod_bread_link {
	display: flex;
	align-items: center;
}

.mod_bread_link img {
	width: 20px;
	flex-shrink: 0;
	margin-right: 28px;
}

.mod_bread_link .text {
	color: var(--text-color);
	font-size: var(--text-fontsize);
	transition: all 0.36s;
	line-height: 138.889%;
	text-transform: capitalize;
}

.mod_bread_item>span {
	margin: 0 var(--text-interval);
	display: inline-block;
	font-size: var(--text-fontsize);
	color: var(--text-color);
	line-height: 138.889%;
}

.mod_bread_item:last-child>span {
	display: none;
}

.mod_bread_link:hover .text {
	color: var(--hover-color) !important;
	text-decoration: underline;
}

.mod_bread_link:hover span {
	color: var(--hover-color) !important;
	text-decoration: underline;
}


/* bread-end */

.page-banner::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 460px;
	opacity: 0.7;
	background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 41.58%);
	z-index: 1;
	left: 0;
	top: 0;
}

.page-banner-bread {
	position: absolute;
	width: 100%;
	padding: 27px 40px;
	z-index: 2;
	border: 1px solid rgba(255, 255, 255, 0.01);
	background: rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	left: 0;
	bottom: 0;
}

.about-info {
	padding: 76px 40px 100px;
	overflow: hidden;
}

.about-info .flex {
	display: flex;
}

.about-info .left {
	width: 500px;
	margin-right: 170px;
}

.about-info .right {
	width: 49.47916666%;
}

.about-info .right .text p {
	color: #1E1E1E;
	font-family: "Mona Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 177.778%;
}

.about-info-list {
	margin: 90px var(--flex-margin) 0;
}

.about-info-item {
	padding: 0 var(--flex-padding);
}

.about-info-content {
	cursor: pointer;
}

.about-info-content .img_box {
	border-radius: 20px;
	padding-top: 69.56521739%;
}

.about-info-content .imgs {
	margin-bottom: 20px;
	position: relative;
}

.about-info-content .imgs>img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	transition: all 0.5s;
}

.about-info-content .tits {
	color: #000;
	font-family: "Mona Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 125%;
	text-transform: uppercase;
	transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
	.about-info-content:hover .img_box img {
		transform: scale(1.05);
	}
	.about-info-content:hover .imgs {
		margin-bottom: 20px;
		position: relative;
	}
	.about-info-content:hover .imgs>img {
		transform: translate(-50%, -50%) scale(1.1);
	}
	.about-info-content:hover .tits {
		color: var(--main-color);
	}
}

.mod-arrow {
	display: flex;
	justify-content: flex-end;
}

.mod-arrow .mod-prev {
	margin-right: 6px;
}

.mod-arrow .mod-prev,
.mod-arrow .mod-next {
	margin-top: 65px;
}

.mod-prev,
.mod-next {
	width: 60px;
	height: 60px;
	border-radius: 8px;
	background-color: #F3F3F3;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: all;
	transition: all 0.5s;
	cursor: pointer;
}

.mod-prev span,
.mod-next span {
	font-size: 22px;
	color: #1E1E1E;
}

.mod-prev {
	transform: rotate(180deg);
}

@media screen and (min-width: 1200px) {
	.mod-prev:hover,
	.mod-next:hover {
		background-color: #000000;
	}
	.mod-prev:hover span,
	.mod-next:hover span {
		color: #fff;
	}
}

.page-banner-text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
	width: 100%;
	text-align: center;
	padding: 0 80px;
	color: #FFF;
	font-family: "Mona Sans";
	font-size: 46px;
	font-style: normal;
	font-weight: 300;
	line-height: 113.043%;
	text-transform: capitalize;
}

.about-data {
	position: relative;
	z-index: 1;
	min-height: 41.6666666vw;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
}

.about-data>img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	z-index: -1;
}

.about-data-list {
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(5.4000001px);
	-webkit-backdrop-filter: blur(5.4000001px);
	padding: 36px 40px;
	display: flex;
	justify-content: center;
}

.about-data-item {
	display: flex;
	align-items: center;
}

.about-data-item::after {
	content: "";
	display: block;
	width: 1px;
	height: 50px;
	background-color: #D6D6D6;
	flex-shrink: 0;
	margin: 0 90px;
}

.about-data-item:last-child::after {
	display: none;
}

.about-data-content .number {
	display: flex;
	align-items: center;
	margin-bottom: 1px;
}

.about-data-content .number .val,
.about-data-content .number .unit {
	color: #FFF;
	font-family: "Mona Sans";
	font-size: 72px;
	font-style: normal;
	font-weight: 400;
	line-height: 141.667%;
}

.about-data-content .text {
	color: #FFF;
	font-family: "Mona Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 138.889%;
}

.about-workshop {
	padding: 100px 40px 130px;
}

.about-workshop .hds {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 58px;
}

.about-workshop-list {
	margin: 0 var(--flex-margin);
}

.about-workshop-item {
	padding: 0 var(--flex-padding);
}

.about-workshop-content {
	cursor: pointer;
}

.about-workshop-content .img_box {
	padding-top: 100%;
	border-radius: 20px;
	margin-bottom: 30px;
}

.about-workshop-content .type {
	padding: 4px 10px;
	border-radius: 6px;
	background-color: #DA5209;
	display: inline-block;
	color: #000;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 13px;
}

.about-workshop-content .tits {
	color: #000;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.product-nav {
	display: flex;
	background-color: #D0D0D0;
}

.product-nav-item:first-child {
	border-left: none;
}

.product-nav-item {
	width: 25%;
	display: flex;
	padding: 10px 40px;
	justify-content: space-between;
	align-items: center;
	min-height: 80px;
	border-left: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
}

.product-nav-item span {
	color: #000;
	font-family: "Mona Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 138.889%;
	letter-spacing: -0.9px;
	text-transform: capitalize;
	padding-right: 25px;
}

.product-nav-item .iconfont {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	transform: rotate(-45deg);
	opacity: 0;
}

.product-nav:not(:hover) .product-nav-item.active {
	background-color: var(--main-color);
}

.product-nav:not(:hover) .product-nav-item.active .iconfont {
	width: 18px;
}

@media screen and (min-width: 1200px) {
	.product-nav-item:hover {
		background-color: var(--main-color);
	}
	.product-nav-item:hover .iconfont {
		opacity: 1;
	}
}

.product-content {
	padding: 63px 40px 120px;
}

.product-content .text {
	margin-top: 40px;
	width: 75.54347826%;
	margin-left: auto;
	padding-right: 13.020833vw;
}

.product-content .text h3 {
	color: #1E1E1E;
	font-family: "Mona Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 111.111%;
	margin-bottom: 12px;
}

.product-content .text p {
	color: #1E1E1E;
	font-family: "Mona Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 185.714%;
}

.product-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 60px;
}

.product-flex .left {
	width: 340px;
}

.product-flex .right {
	width: 75.54347826%;
	overflow: hidden;
}

.product-second li {
	margin-bottom: 10px;
}

.product-second li:last-child {
	margin-bottom: 0;
}

.product-second a {
	padding: 14px 24px;
	border-radius: 10px;
	background: #F3F3F3;
	color: #000;
	font-family: "Mona Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	display: block;
}

@media screen and (min-width: 1200px) {
	.product-second a:hover {
		background-color: #1E1E1E;
		color: var(--main-color);
	}
}

.product-second li.active a {
	background-color: #1E1E1E;
	color: var(--main-color);
}

.product-list {
	margin: 0 -48px -58px;
}

.product-item {
	padding: 0 48px;
	margin-bottom: 58px;
}

.product-link {
	display: block;
}

.product-link .img_box {
	padding-top: 100%;
	border-radius: 20px;
	border: 1px solid #EDEDED;
	margin-bottom: 30px;
}

.product-link .type {
	color: #666;
	font-family: "Mona Sans";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.product-link .tits {
	color: #1E1E1E;
	font-family: "Mona Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
	.product-link:hover .img_box img {
		transform: scale(1.05);
	}
	.product-link:hover .tits {
		color: var(--main-color);
	}
}


/* 分页 */

.mod_page {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	--margin-x: 5px;
	--fs: 14px;
	--iconfs: 12px;
	--wh: 32px;
	--bg: #F3F3F3;
	--page-color: #222;
	margin-top: 90px;
}

.mod_page_item {
	margin: 0 var(--margin-x);
}

.mod_page .prev,
.mod_page .next {
	margin: 0 var(--margin-x) !important;
}

.mod_page_item a {
	color: var(--page-color);
	transition: all 0.36s;
	display: block;
	text-align: center;
	border-radius: 50%;
	width: var(--wh);
	line-height: var(--wh);
	font-size: var(--fs);
	background-color: var(--bg);
	border-radius: 6px;
}

.mod_page .prev a,
.mod_page .next a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: var(--wh);
}

.mod_page .prev span {
	transform: rotate(180deg);
}

.mod_page .next span {
	transform: rotate(0deg);
}

.mod_page .prev span,
.mod_page .next span {
	font-size: var(--iconfs);
}

.mod_page_item.act a {
	background-color: var(--main-color);
	color: #fff;
}

@media screen and (min-width: 1200px) {
	.mod_page_item a:hover {
		background-color: var(--main-color);
	}
	.mod_page_item.prev a:hover span,
	.mod_page_item.next a:hover span {
		color: #fff;
	}
	.mod_page_item:not(.prev,
	.next) a:hover {
		color: #fff;
	}
}

.mod_page_item.omit {
	pointer-events: none;
}


/* 分页-end */

.news-content {
	padding: 95px 40px 120px;
}

.news-primary {
	margin-top: 70px;
	padding-left: 11.1979166%;
}

.news-list {
	margin: 0 var(--flex-margin) -80px;
}

.news-item {
	padding: 0 var(--flex-padding);
	margin-bottom: 80px;
}

.news-link .img_box {
	padding-top: 65.38461538%;
	border-radius: 20px;
	margin-bottom: 30px;
}

.news-link .content {
	padding: 0 10px;
	display: flex;
	justify-content: space-between;
}

.news-link .content .time {
	color: #444;
	font-family: "Mona Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.news-link .content .tits {
	display: block;
	color: #1E1E1E;
	font-family: "Mona Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 133.333%;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-link .content .more {
	width: 54px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background-color: #F3F3F3;
}

.news-link .content .more span {
	font-size: 18px;
	color: #1E1E1E;
	font-weight: bold;
	transform: rotate(-45deg);
}

.news-link .content .info {
	width: calc(100% - 54px);
	padding-right: 70px;
}

@media screen and (min-width: 1200px) {
	.news-link:hover .img_box img {
		transform: scale(1.05);
	}
	.news-link:hover .content .more {
		background-color: #1E1E1E;
	}
	.news-link:hover .content .more span {
		color: #fff;
	}
}

.contact .page-banner-bread {
	position: static;
}

.contact-content {
	padding: 90px 40px 140px;
}

.contact-content .text {
	margin-top: 40px;
	color: #000;
	font-family: "Mona Sans";
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -1.3px;
	text-transform: capitalize;
}

.contact-content .imgs {
	margin-bottom: 50px;
	margin-top: 84px;
}

.contact-content .imgs .img_box {
	padding-top: 36.95652173%;
	border-radius: 20px;
}

.contact-form {
	width: 1130px;
	margin-left: auto;
	margin-right: auto;
}

.contact-form .item {
	margin-bottom: 32px;
}

.contact-form .item input {
	padding: 24px 0;
	color: #333;
	text-align: center;
	font-family: "Mona Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 100%;
	border-bottom: 1px solid #E9E9E9;
	transition: all 0.5s;
}

.contact-form .item input::-webkit-input-placeholder,
.contact-form .item textarea::-webkit-input-placeholder {
	/* WebKit browsers，webkit内核浏览器 */
	color: #666;
}

.contact-form .item input:-moz-placeholder,
.contact-form .item textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #666;
}

.contact-form .item input::-moz-placeholder,
.contact-form .item textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #666;
}

.contact-form .item input:-ms-input-placeholder,
.contact-form .item textarea:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #666;
}

.contact-form .item textarea {
	padding: 24px 0;
	color: #333;
	text-align: center;
	font-family: "Mona Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 100%;
	height: 130px;
	border-bottom: 1px solid #E9E9E9;
	transition: all 0.5s;
}

.contact-form .item textarea:focus,
.contact-form .item input:focus {
	border-bottom: 1px solid #7D7D7D;
}

.contact-form .item:last-child {
	margin-top: 80px;
	margin-bottom: 0;
	text-align: center;
}

.contact-form .item.checkbox-item {
	border-bottom: none;
	padding: 24px 0;
}

.contact-form .item.checkbox-item .tits {
	color: #000;
	text-align: center;
	font-family: "Mona Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.contact-form .item.checkbox-item .texts {
	text-align: center;
}

.contact-form .item.checkbox-item .texts p {
	color: #888;
	font-family: "Mona Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.contact-form .item.checkbox-item .checkbox-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 24px;
}

.contact-form .item.checkbox-item .checkbox-group label {
	cursor: pointer;
	margin: 0 8px;
	display: block;
}

.contact-form .item.checkbox-item .checkbox-group label p {
	padding: 4px 24px;
	border-radius: 6px;
	border: 1px solid #D6D6D6;
	transition: all 0.5s;
	color: #B8B8B8;
	text-align: center;
	font-family: "Mona Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 138.889%;
	letter-spacing: -0.9px;
	text-transform: capitalize;
}

.contact-form .item.checkbox-item .checkbox-group label input:checked~p {
	background: #000;
	border-color: #000;
	color: #fff;
}

.prodeta-info {
	padding: 110px 0 50px;
	overflow: hidden;
}

.prodeta-info .subtit {
	color: #666;
	font-family: "Mona Sans";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	text-align: center;
	margin-bottom: 10px;
}

.prodeta-info .title {
	color: #1E1E1E;
	font-family: "Mona Sans";
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 30px;
	text-align: center;
}

.prodeta-info-slick {
	position: relative;
	z-index: 1;
}

.prodeta-info-slick .carter_arrow {
	width: 100%;
}

#certify {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	width: 84.11347518%;
}

#certify .swiper-slide {
	width: 560px;
	background: #fff;
}

#certify .img_box {
	padding-top: 100%;
	border-radius: 20px;
	border: 1px solid #EDEDED;
	background: #FFF;
}

#certify .swiper-slide {
	position: relative;
}

#certify .swiper-slide .play {
	width: 50px;
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 2;
	transition: all 0.5s;
}

#certify .swiper-slide .play img {
	width: 100%;
}

#certify .swiper-slide[data-fancybox] {
	cursor: pointer;
}

@media screen and (min-width: 1200px) {
	#certify .swiper-slide[data-fancybox]:hover {
		cursor: pointer;
	}
	#certify .swiper-slide[data-fancybox]:hover .play {
		transform: scale(1.1);
	}
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

.prodeta-control {
	display: flex;
	--padd: calc((100% - 1410px) / 2);
}

.prodeta-control .left {
	width: 35%;
	padding-left: var(--padd);
	padding-top: 22px;
	padding-bottom: 22px;
	background-color: var(--main-color);
	padding-right: 30px;
}

.prodeta-control .right {
	width: 65%;
	padding-right: var(--padd);
	padding-left: 46px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #1E1E1E;
}

.prodeta-control .right .data {
	display: flex;
	align-items: center;
}

.prodeta-control .right .data .iconfont {
	font-size: 26px;
	color: #DA5209;
	margin-right: 17px;
	transform: translateY(2px);
}

.prodeta-control .right .data p {
	color: #DA5209;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.prodeta-control .right .share {
	display: flex;
	align-items: center;
}

.prodeta-control .right .share p {
	color: #FFF;
	font-family: "Bricolage Grotesque";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-right: 15px;
}

.inquire-btn {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.inquire-btn p {
	color: #1E1E1E;
	font-family: "Mona Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin-right: 20px;
	transition: all 0.5s;
}

.inquire-btn span {
	font-size: 20px;
	color: #1E1E1E;
}

@media screen and (min-width: 1200px) {
	.inquire-btn:hover p {
		text-decoration: underline;
	}
	.inquire-btn:hover span {
		transform: scale(1.05);
	}
}

.prodeta-description {
	padding-top: 80px;
}

.prodeta-description,
.prodeta-parameters {
	padding-bottom: 80px;
}

.prodeta-description .edit,
.prodeta-parameters .edit {
	margin-top: 12px;
}

.prodeta-description .edit p,
.prodeta-parameters .edit p {
	color: #1E1E1E;
	font-family: "Mona Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 185.714%;
	text-transform: capitalize;
}

.prodeta-tit {
	color: #1E1E1E;
	font-family: "Mona Sans";
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
}

.prodeta-consult {
	padding-bottom: 90px;
}

.prodeta-consult .mod_form {
	--form-margin: -6px;
	--form-padding: 6px;
	--form-item-botton: 12px;
	--form-item-br: 0px;
	--form-item-width: 50%;
	--form-item-bg: #F5F5F5;
	--form-item-height: 50px;
	--form-item-padding: 20px;
	--form-label-size: 15px;
	--form-color: #666;
	--form-textarea-height: 160px;
	display: flex;
	flex-wrap: wrap;
	margin: 30px var(--form-margin) 0;
}

.prodeta-consult .mod_form .mod_form_item {
	width: var(--form-item-width);
	padding: 0 var(--form-padding);
	margin-bottom: var(--form-item-botton);
}

.prodeta-consult .mod_form .mod_form_item .conts {
	position: relative;
	background-color: var(--form-item-bg);
	border-radius: var(--form-item-br);
}

.prodeta-consult .mod_form .mod_form_item .conts label {
	position: absolute;
	left: var(--form-item-padding);
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	transition: all 0.36s;
	font-size: var(--form-label-size);
	line-height: 1.2;
	color: var(--form-color);
}

.prodeta-consult .mod_form .mod_form_item .conts input {
	width: 100%;
	height: var(--form-item-height);
	padding: 0 var(--form-item-padding);
	font-size: var(--form-label-size);
	color: var(--form-color);
}

.prodeta-consult .mod_form .mod_form_item .conts textarea {
	height: var(--form-textarea-height);
	font-size: var(--form-label-size);
	padding: 22px var(--form-item-padding);
	width: 100%;
	color: var(--form-color);
}

.prodeta-consult .mod_form .mod_form_item .conts button {
	margin-top: 28px;
}

.prodeta-consult .mod_form .mod_form_item .conts.active label {
	top: 0 !important;
}

.prodeta-consult .mod_form .mod_form_item.selects.open .conts .selects-icon {
	transform: translateY(-50%) rotate(180deg);
}

.prodeta-consult .mod_form .mod_form_item.selects .conts {
	cursor: pointer;
}

.prodeta-consult .mod_form .mod_form_item.selects .conts input {
	pointer-events: none;
}

.prodeta-consult .mod_form .mod_form_item.selects .conts .select-list {
	position: absolute;
	width: 100%;
	padding: 15px var(--form-item-padding);
	background-color: #e6e6e6;
	left: 0;
	top: calc(100% + 5px);
	z-index: 2;
	border-radius: var(---form-item-br);
	display: none;
}

.prodeta-consult .mod_form .mod_form_item.selects .conts .select-list li {
	padding: 5px 0;
	cursor: pointer;
	transition: all 0.5s;
	font-size: 15px;
	line-height: 1.75;
}

.prodeta-consult .mod_form .mod_form_item.selects .conts .select-list li.active {
	color: var(--main-color);
}

@media screen and (min-width: 1200px) {
	.prodeta-consult .mod_form .mod_form_item.selects .conts .select-list li:hover {
		color: var(--main-color);
	}
}

.prodeta-consult .mod_form .mod_form_item.selects .conts .selects-icon {
	position: absolute;
	width: 10px;
	right: var(--form-item-padding);
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.5s;
	cursor: pointer;
}

.prodeta-consult .mod_form .mod_form_item.button .conts {
	background-color: transparent;
	text-align: left;
	border: none;
}

.prodeta-consult .mod_form .mod_form_item.button {
	margin-bottom: 0;
}

.prodeta-consult .mod_form .mod_form_item.textarea .conts label {
	top: 30px;
}

.prodeta-consult .mod_form .mod_form_item.proname .conts {
	display: flex;
	align-items: center;
	background-color: #000;
}

.prodeta-consult .mod_form .mod_form_item.proname .conts label {
	position: static;
	flex-shrink: 0;
	transform: none;
	padding-left: var(--form-item-padding);
	margin-bottom: 0;
	color: #FFF;
}

.prodeta-consult .mod_form .mod_form_item.proname .conts input {
	width: 100%;
	padding-left: 5px;
	color: #FFF;
}

.prodeta-consult .mod_form .mod_form_item.block {
	width: 100%;
}

.mod-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.mod-submit p {
	min-width: 130px;
	padding: 0 20px;
	height: 60px;
	border-radius: 8px;
	background-color: #000000;
	margin-right: 6px;
	color: #F3F3F3;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
}

.mod-submit .iconfont {
	width: 60px;
	height: 60px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000000;
	color: #fff;
	font-size: 20px;
}

@media screen and (min-width: 1200px) {
	.mod-submit:hover p {
		background-color: var(--main-color);
	}
	.mod-submit:hover .iconfont {
		background-color: var(--main-color);
	}
}

.prodeta-related-list {
	margin: 32px -50px 0;
}

.prodeta-related-item {
	padding: 0 50px;
}

.prodeta-related {
	padding-bottom: 90px;
	overflow: hidden;
}

.home-about {
	padding-top: 180px;
	padding-bottom: 130px;
}

.home-about-info {
	text-align: center;
	margin-bottom: 100px;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

.home-about-info .text {
	margin-top: 30px;
}

.home-about-info .text p {
	color: #1E1E1E;
	text-align: center;
	font-family: "Mona Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 144.444%;
}

.home-about-info .mod-submit {
	margin-top: 100px;
}

.home-about-info .mod-submit p {
	padding: 0 30px;
}

.home-about-jumb {
	position: relative;
	z-index: 1;
	padding: 9.8958333vw 0;
}

.home-about-jumb>img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	z-index: -1;
}

.home-about-jumb .more {
	width: 240px;
	height: 240px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	text-align: center;
	font-family: "Mona Sans";
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -1.6px;
	margin-left: auto;
	margin-right: 13.54166666vw;
	background-color: var(--main-color);
}

@media screen and (min-width: 1200px) {
	.home-about-jumb .more:hover {
		transform: scale(1.1);
	}
}

.home-about-data .about-data-list {
	background-color: #fff;
	padding-top: 90px;
	padding-bottom: 0px;
}

.home-about-data .about-data-content .number .val,
.home-about-data .about-data-content .number .unit {
	color: #1E1E1E;
}

.home-about-data .about-data-content .text {
	color: #1E1E1E;
}

.home-advantages {
	margin-bottom: 140px;
	padding: 0 40px;
	overflow: hidden;
}

.home-advantages .flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.home-advantages .left {
	width: 40.48913043%;
}

.home-advantages .left .img_box {
	padding-top: 106.666666%;
	border-radius: 20px;
}

.home-advantages .right {
	width: 54.347826%;
}

.home-advlist {
	margin-top: 80px;
}

.home-advitem:nth-child(1) .content .text {
	display: block;
}

.home-advitem.active::after {
	width: 100%;
}

.home-advitem.active .content {
	margin-top: 0;
}

.home-advitem.active .iconfont {
	background-color: #1E1E1E;
	color: #fff;
}

.home-advitem {
	padding: 30px 0;
	display: flex;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.home-advitem::after {
	content: "";
	position: absolute;
	width: 85%;
	height: 1.2px;
	background-color: #EBEBEB;
	left: 0;
	bottom: 0;
	transition: all 0.5s;
}

.home-advitem .iconfont {
	width: 60px;
	height: 60px;
	background-color: #F3F3F3;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 96px;
	transition: all 0.5s;
	font-size: 20px;
	color: #1E1E1E;
}

.home-advitem .content {
	margin-top: 13px;
	transition: all 0.5s;
}

.home-advitem .content .tits {
	color: #000;
	font-family: "Mona Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}

.home-advitem .content .text {
	padding-top: 14px;
	width: 580px;
	display: none;
}

.home-advitem .content .text p {
	color: #888;
	font-family: "Mona Sans";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 173.333%;
	text-transform: capitalize;
}

.home-precision {
	margin-bottom: 140px;
	padding: 0 40px;
	overflow: hidden;
}

.home-precision-list {
	margin: 80px -40px 0;
}

.home-precision-item {
	padding: 0 40px;
}

.home-news {
	padding: 140px 40px;
	overflow: hidden;
}

.home-news .mod-submit p,
.home-news .mod-submit .iconfont {
	background-color: #F3F3F3;
	color: #1E1E1E;
}

@media screen and (min-width: 1200px) {
	.home-news .mod-submit:hover p,
	.home-news .mod-submit:hover .iconfont {
		background-color: var(--main-color);
		color: #fff;
	}
}

.home-news-more {
	text-align: center;
	margin-top: 60px;
}

.home-news-list {
	margin: 80px -70px 0;
}

.home-news-item {
	padding: 0 70px;
}

.home-news-link {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
	--top: 30px;
}

.home-news-link .img_box {
	padding-top: 65.3846153%;
	border-radius: 20px;
}

.home-news-link .content {
	padding: var(--top) 10px 0;
	display: flex;
	justify-content: space-between;
}

.home-news-link .left {
	width: calc(100% - 54px);
	padding-right: 70px;
}

.home-news-link .left .time {
	color: #444;
	font-family: "Mona Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 1px;
}

.home-news-link .left .tits {
	color: #1E1E1E;
	font-family: "Mona Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 133.333%;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.home-news-link .more {
	width: 54px;
	height: 54px;
	border-radius: 8px;
	background: #F3F3F3;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
}

.home-news-link .more span {
	color: #1E1E1E;
	font-size: 18px;
	font-weight: bold;
	transform: rotate(-45deg);
}

@media screen and (min-width: 1200px) {
	.home-news-link:hover .img_box img {
		transform: scale(1.05);
	}
	.home-news-link:hover .more {
		background-color: #1E1E1E;
	}
	.home-news-link:hover .more span {
		color: #fff;
	}
}

.home-news-list .slick-slide:nth-child(odd) .home-news-link {
	flex-direction: column-reverse !important;
}

.home-news-list .slick-slide:nth-child(odd) .home-news-link .content {
	padding-top: 0 !important;
	padding-bottom: var(--top);
}

.footer {
	background-color: #1E1E1E;
	padding-left: 40px;
	padding-right: 40px;
}

.footer-top {
	padding-top: 64px;
	padding-bottom: 110px;
}

.footer-top .hds {
	display: flex;
}

.footer-top .hds .left {
	margin-right: 90px;
}

.footer-top .hds .left .subtit {
	color: #FFF;
	font-family: "Mona Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.footer-top .hds .left .title {
	background: linear-gradient(180deg, #FFF 6.44%, #DA5209 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "Mona Sans";
	font-size: 100px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.footer-top .hds a {
	text-align: center;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--main-color);
	color: #FFF;
	font-family: "Mona Sans";
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 123.077%;
	letter-spacing: -1.3px;
	text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
	.footer-top .hds a:hover {
		transform: scale(1.1);
	}
}

.footer-top .flex {
	display: flex;
	justify-content: space-between;
	margin-top: 90px;
}

.footer-info {
	width: 510px;
}

.footer-info .tits {
	font-family: "Mona Sans";
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	background: linear-gradient(180deg, #FFF 6.44%, #7C7C7C 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 11px;
}

.footer-info .text {
	margin-bottom: 32px;
}

.footer-info .text p {
	color: #979797;
	font-family: "Mona Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.footer-info form {
	display: flex;
	justify-content: space-between;
}

.footer-info form input {
	width: calc(100% - 130px - 8px);
	padding: 0 17px;
	border-radius: 8px;
	background: #2F2F2F;
	color: #fff;
	font-family: "Mona Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.footer-info form input::-webkit-input-placeholder {
	/* WebKit browsers，webkit内核浏览器 */
	color: #6B6B6B;
}

.footer-info form input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #6B6B6B;
}

.footer-info form input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #6B6B6B;
}

.footer-info form input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #6B6B6B;
}

.footer-info form button {
	width: 130px;
	height: 50px;
	border-radius: 8px;
	background: #FFF;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1E1E1E;
	font-family: "Mona Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
	.footer-info form button:hover {
		background-color: var(--main-color);
		color: #fff;
	}
}

.footer-contact .title {
	color: #FFF;
	font-family: "Mona Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 23px;
}

.footer-contact li {
	margin-bottom: 16px;
}

.footer-contact li p,
.footer-contact li a {
	color: #979797;
	font-family: "Mona Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.footer-contact li a {
	margin-right: 32px;
}

.footer-contact li a:last-child {
	margin-right: 0;
}

@media screen and (min-width: 1200px) {
	.footer-contact li a:hover {
		color: #fff;
	}
}

.footer-media-link {
	display: flex;
	align-items: center;
	margin-bottom: 22px;
}

.footer-media-link span {
	font-size: 20px;
	color: #979797;
	margin-right: 18px;
}

.footer-media-link p {
	color: #979797;
	font-family: "Mona Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-right: 16px;
	transition: all 0.5s;
}

.footer-media-link i {
	font-size: 16px;
	font-weight: bold;
	color: #979797;
	transform: translateY(1px) rotate(-45deg);
	opacity: 0;
}

.footer-media-link:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
	.footer-media-link:hover span {
		color: #fff;
	}
	.footer-media-link:hover p {
		color: #fff;
	}
	.footer-media-link:hover i {
		color: #fff;
		opacity: 1;
	}
}

.footer-bottom {
	padding: 30px 0;
	border-top: #323232 1px solid;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-bottom .left {
	display: flex;
	align-items: center;
}

.footer-bottom .left,
.footer-bottom .left a,
.footer-bottom .left span {
	color: #A7A7A7;
	font-family: "Mona Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 187.5%;
}

@media screen and (min-width: 1200px) {
	.footer-bottom .left a:hover {
		color: #fff;
	}
}

.footer-bottom .left span {
	margin: 0 16px;
}

.footer-bottom .right {
	display: flex;
}

.footer-bottom .right a {
	margin-right: 22px;
	color: #666;
	font-family: "Mona Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 187.5%;
	text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
	.footer-bottom .right a:hover {
		color: #fff;
	}
}

.footer-bottom .right a:last-child {
	margin-right: 0;
}

.about-workshop .mod-arrow .mod-prev,
.about-workshop .mod-arrow .mod-next {
	margin-top: 0;
}

.product-phnav {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -20px;
	display: none;
	padding: 40px 40px 0;
}

@media screen and (max-width: 768px) {
	.product-phnav {
		padding: 40px 20px 0;
	}
}

.product-phnav a {
	font-size: 16px;
	color: #444;
	display: inline-block;
	padding: 4px 0;
	margin-right: 25px;
	margin-bottom: 20px;
}

.product-phnav a.active {
	color: var(--main-color);
	text-decoration: underline;
}

@media screen and (max-width: 1200px) {
	.product-phnav {
		display: flex;
	}
}


/* sitemap */

.sitemap_cont {
	padding: 100px 0;
}

.sitemap_cont_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.sitemap_cont_item {
	width: 20%;
	padding: 0 10px;
}

.sitemap_cont_link {
	display: block;
	text-align: center;
	line-height: 50px;
	background-color: var(--main-color);
	color: #fff !important;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.sitemap_cont_link:hover {
	text-decoration: underline;
}

.sitemap_second_list {
	margin-top: 15px;
}

.sitemap_second_item {
	margin-bottom: 10px;
}

.sitemap_second_link {
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	transition: all 0.36s;
	display: block;
	color: #222;
	padding: 4px 0;
}

.sitemap_second_link:hover {
	color: var(--main-color);
	text-decoration: underline;
}

@media screen and (max-width: 1680px) {
	.sitemap_cont {
		padding: 90px 0;
	}
	.sitemap_cont_link {
		line-height: 45px;
	}
	.sitemap_second_item {
		margin-bottom: 8px;
	}
}

@media screen and (max-width: 1440px) {
	.sitemap_cont_item {
		padding: 0 8px;
	}
	.sitemap_cont {
		padding: 80px 0;
	}
	.sitemap_cont_list {
		margin: 0 -8px;
	}
	.sitemap_cont_link {
		line-height: 40px;
		font-size: 16px;
	}
	.sitemap_second_link {
		padding: 4px 0;
		line-height: 26px;
		font-size: 15px;
	}
}

@media screen and (max-width: 1200px) {
	.sitemap_cont {
		padding: 70px 0;
	}
}

@media screen and (max-width: 991px) {
	.sitemap_cont_item {
		padding: 0 5px;
	}
	.sitemap_cont_list {
		margin: 0 -5px;
		flex-wrap: wrap;
	}
	.sitemap_cont_item {
		width: 33.333333%;
		margin-bottom: 20px;
	}
	.sitemap_cont {
		padding: 60px 0;
	}
}

@media screen and (max-width: 768px) {
	.sitemap_cont {
		padding: 55px 0;
	}
	.sitemap_cont_list {
		flex-direction: column;
	}
	.sitemap_cont_item {
		width: 100%;
		margin-bottom: 10px;
	}
	.sitemap_second_list {
		margin-top: 10px;
	}
}


/* sitemap-end */

.privacy_cont {
	padding: 100px 0;
}

.privacy_cont .title {
	margin-bottom: 40px;
	font-size: 32px;
	font-weight: bold;
}

.privacy_cont .edit p {
	font-size: 16px;
	line-height: 32px;
	color: #333;
}

@media screen and (max-width: 1680px) {
	.privacy_cont {
		padding: 90px 0;
	}
	.privacy_cont .title {
		margin-bottom: 35px;
		font-size: 30px;
	}
}

@media screen and (max-width: 1440px) {
	.privacy_cont {
		padding: 80px 0;
	}
	.privacy_cont .title {
		margin-bottom: 35px;
		font-size: 28px;
	}
}

@media screen and (max-width: 1200px) {
	.privacy_cont {
		padding: 70px 0;
	}
	.privacy_cont .title {
		margin-bottom: 30px;
		font-size: 26px;
	}
}

@media screen and (max-width: 991px) {
	.privacy_cont {
		padding: 60px 0;
	}
	.privacy_cont .title {
		margin-bottom: 25px;
		font-size: 24px;
	}
}

@media screen and (max-width: 768px) {
	.privacy_cont {
		padding: 55px 0;
	}
	.privacy_cont .title {
		margin-bottom: 20px;
		font-size: 24px;
	}
}


/* newdate */

.newdate_info_tit {
	margin-bottom: 20px;
	font-size: 34px;
	line-height: 1.2;
	font-weight: bold;
}

.newdate_info_date {
	font-size: 16px;
	line-height: 1.5;
}

.newdate_info {
	padding: 60px 0 20px;
	border-bottom: 1px solid #ccc;
}

.news_info {
	margin-bottom: 50px;
}

.news_info li {
	list-style: inherit;
}

.news_info ol,
.news_info ul {
	padding-left: 1rem;
}

.news_primary {
	padding-top: 50px !important;
	padding-bottom: 100px !important;
}

.news_info h2 {
	font-size: 28px;
	line-height: 1.3;
	font-weight: bold;
	color: #222222;
	margin-bottom: 20px;
}

.news_info p {
	font-size: 16px;
	line-height: 1.6;
	color: #444444;
	margin-bottom: 20px;
}

.news_info img {
	height: auto !important;
}

.newdate_main .pdrf_shares {
	margin-top: 50px;
}

.newdate_page {
	margin-top: 40px;
}

.newdate_page a:hover {
	color: var(--main-color);
}

.newdate_prev {
	margin-bottom: 20px;
}

.pdrf_shares_text {
	flex-shrink: 0;
	font-size: 22px;
	line-height: 1.2;
	margin-right: 5px;
}

.pdrf_shares {
	display: flex;
	align-items: center;
}

.newdate_page a {
	color: #666;
	font-size: 16px;
	line-height: 1.4;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

@media screen and (max-width: 1680px) {
	.newdate_info_tit {
		margin-bottom: 20px;
		font-size: 30px;
	}
	.newdate_info {
		padding: 55px 0 20px;
	}
	.news_info h2 {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.news_primary {
		padding-top: 40px !important;
		padding-bottom: 80px !important;
	}
	.pdrf_shares_text {
		font-size: 20px;
	}
	.news_info {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 1440px) {
	.newdate_info_tit {
		margin-bottom: 15px;
		font-size: 24px;
	}
	.newdate_info {
		padding: 50px 0 15px;
	}
	.news_primary {
		padding-top: 35px !important;
		padding-bottom: 60px !important;
	}
	.newdate_info_date {
		font-size: 14px;
	}
	.news_info h2 {
		font-size: 20px;
		margin-bottom: 12px;
	}
	.news_info p {
		font-size: 14px;
		line-height: 1.7;
		margin-bottom: 12px;
	}
	.news_info {
		margin-bottom: 30px;
	}
	.pdrf_shares_text {
		font-size: 18px;
	}
	.newdate_page {
		margin-top: 30px;
	}
	.newdate_page a {
		font-size: 14px;
		line-height: 1.4;
	}
	.newdate_prev {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 1200px) {
	.newdate_info_tit {
		font-size: 22px;
	}
	.newdate_info {
		padding: 40px 0 12px;
	}
	.news_primary {
		padding-top: 30px !important;
		padding-bottom: 50px !important;
	}
	.pdrf_shares_text {
		font-size: 16px;
	}
	.news_info h2 {
		font-size: 18px;
	}
}

@media screen and (max-width: 768px) {
	.newdate_info {
		padding: 35px 0 12px;
	}
	.newdate_info_tit {
		margin-bottom: 13px;
		font-size: 22px;
		line-height: 1.4;
	}
	.news_primary {
		padding-top: 25px !important;
		padding-bottom: 40px !important;
	}
}


/* newdate-end */

.ct_aside1 {
	position: fixed;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	z-index: 10;
	--wh: 46px;
	--fs: 22px;
}

.ct_aside1_list {
	margin-bottom: 15px;
	transition: all 0.36s;
	background-color: rgba(0, 0, 0, 0.1);
	padding: 14px;
}

.ct_aside1_item {
	margin-bottom: 24px;
	position: relative;
	transition: all 0.36s;
	cursor: pointer;
}

.ct_aside1_item:last-child {
	margin-bottom: 0;
}

.ct_aside1_link {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent !important;
	font-size: var(--fs);
}

.ct_aside1_link span {
	color: rgba(255, 255, 255, 0.6);
	transition: all 0.36s;
}

.ct_aside1_item.active .ct_aside1_link {
	background-color: #031417;
}

.ct_aside1_item:hover .ct_aside1_link {
	background-color: #031417;
}

.ct_aside1_switch {
	width: var(--wh);
	height: var(--wh);
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}

.ct_aside1_switch {
	background-color: var(--main-color);
	position: relative;
	transition: all 0.36s;
	cursor: pointer;
	display: none;
}

.ct_aside1_switch::after,
.ct_aside1_switch::before {
	content: "";
	position: absolute;
	background-color: #fff;
	transition: all 0.36s;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.ct_aside1_switch::after {
	width: 2px;
	height: 15px;
}

.ct_aside1_switch::before {
	height: 2px;
	width: 15px;
}

.ct_aside1_switch.active {
	background-color: #031417;
	transform: rotate(-135deg);
}

.ct_aside1_cont {
	position: absolute;
	right: calc(100% + 5px);
	top: 50%;
	transform: translateY(-50%) translateX(100px);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
	transition: all 0.36s;
	opacity: 0;
	pointer-events: none;
}

.ct_aside1_item.active .ct_aside1_cont {
	pointer-events: all;
	opacity: 1;
	transform: translateY(-50%) translateX(0px);
}

.ct_aside1_cont::after {
	content: "";
	position: absolute;
	width: 5px;
	height: 100%;
	top: 0;
	left: 100%;
}

.ct_aside1_cont .qr {
	width: 100px;
	padding: 2px;
	border-radius: 4px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
	background-color: #fff;
}

.ct_aside1_cont .qr img {
	width: 100%;
}

.ct_aside1_cont a {
	display: inline-block;
	padding: 17px 22px;
	background-color: #fff;
	border-radius: 4px;
	color: #333;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
	white-space: nowrap;
}


/* type-animatelist */

.ct_aside1_list.animatelist {
	transform: translateX(100px);
}

.ct_aside1_list.active {
	transform: translateX(0px);
}


/* type-animateitem */

.ct_aside1_list.animateitem .ct_aside1_item {
	transform: translateX(100px);
}

.ct_aside1_list.active .ct_aside1_item {
	transform: translateX(0px);
}


/* type-animateitem-rotate */

.ct_aside1_list.animateitem-rotate .ct_aside1_item {
	transform: translateX(80px) rotate(360deg);
}

.ct_aside1_list.active .ct_aside1_item {
	transform: translateX(0px) rotate(0deg);
}

@media screen and (max-width: 768px) {
	.ct_aside1_list {
		display: none;
	}
	.ct_aside1 {
		top: initial;
		right: 10px;
		bottom: 80px;
		transform: translateY(0);
	}
	.ct_aside1_switch {
		display: block;
	}
	.ct_aside1_list {
		padding: 12px;
	}
}


/* hover */

@media screen and (min-width: 1200px) {
	.ct_aside1_switch:hover {
		background-color: #031417;
	}
	.ct_aside1_item:hover .ct_aside1_cont {
		pointer-events: all;
		opacity: 1;
		transform: translateY(-50%) translateX(0px);
	}
	.ct_aside1_item:hover .ct_aside1_link span {
		color: #fff;
	}
}

.home-class {
	display: flex;
}

@media screen and (min-width: 1200px) {
	.home-class-link:hover {
		width: 32.8125%;
		flex-shrink: 0;
	}
}

.home-class-link {
	width: 25%;
	display: block;
	height: 52.08333333vw;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 85px 40px;
	overflow: hidden;
}

.home-class-link>img {
	position: absolute;
	width: auto;
	height: 100%;
	top: 0;
	max-width: initial;
	z-index: -2;
	left: 50%;
	transform: translateX(-50%);
}

.home-class-link::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(30, 30, 30, 0) 44.57%, #1E1E1E 90.75%);
	z-index: -1;
}

.home-class-content .tits {
	color: #FFF;
	font-family: "Mona Sans";
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.05em;
	text-transform: capitalize;
}

.home-class-content .text {
	padding-top: 38px;
	width: 370px;
	max-width: 100%;
	display: none;
}

.home-class-content .text p {
	color: #FFF;
	font-family: "Mona Sans";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 106.667%;
	letter-spacing: 0.15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.home-class-content .more {
	display: flex;
	align-items: center;
	margin-top: 40px;
	transition: all 0.5s;
}

.home-class-content .more p {
	color: #FFF;
	font-family: "Mona Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -0.8px;
	margin-right: 14px;
}

.home-class-content .more .iconfont {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.slide-video {
	pointer-events: none;
}

.slide-video img {
	display: none;
}

.header-contacts.header {
	position: sticky;
	background-color: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
}

.header-contacts.header::after {
	display: none;
}

.header-contacts.header .hd_link {
	color: #000 !important;
}

.header-contacts.header .header-contact {
	color: #000 !important;
}

@media screen and (max-width: 1200px) {
	.header-contacts.header .hd_link {
		color: #fff !important;
	}
}

.header-contacts.header .burger span {
	background-color: #000;
}

.header {
	transition: all 0.5s;
}

.header.active:not(.header-contacts) {
	background-color: #000;
}

.header.active:not(.header-contacts) .header-language {
	background-color: var(--main-color);
	color: #fff;
}


/* 搜索页 */

.product_search {
	margin-bottom: 20px;
}

.product_search_tit {
	font-family: Redbold;
	font-size: 22px;
	color: #14151a;
	margin-bottom: 15px;
}

.product_search_text {
	background-color: #f3f5f8;
	padding: 12px 20px;
	color: #999999;
	font-size: 14px;
	line-height: 1.6;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 1440px) {
	/* 搜索页 */
	.product_search_tit {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.product_search_text {
		padding: 10px 15px;
	}
	.product_search {
		margin-bottom: 15px;
	}
	/* 搜索页-end */
}


/*20260831*/

.for_code {
	position: relative;
}

.for_code .spam_code_img {
	position: absolute;
	top: 50%;
	right: 2px;
	display: block;
	width: 90px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 991px) {
	.for_code .spam_code_img {
		width: 80px;
	}
}

.for_code .spam_code_img img {
	max-width: 100%;
	height: auto !important;
}