@charset "utf-8";

/* common */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	border: none;
	text-decoration: none;
	transition: all .4s ease;
}

body {
	margin: 0 auto;
	font-family: Inter-Regular, Arial, sans-serif;
	font-size: 16px;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
	color: #333333;
}

ul {
	list-style: none;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-size: 62.5%;
}

.image {
	display: block;
}

.image img {
	display: block;
}



a img {
	display: block;
}

img {
	border: none;
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}


.standardEdit a {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}

.standardEdit a:hover {
	color: #E60E15 !important;
}



a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: Inter-Regular, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	border: none;
	outline: none;
}

textarea {
	resize: none;
}

@media screen and (max-width:1333px) {

	input,
	textarea,
	select {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}
}

@media screen and (max-width:999px) {

	input,
	textarea,
	select {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}
}

.safeRange {
	max-width: 1500px;
	width: calc(100% - 160px);
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.safeRange {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:538px) {
	.safeRange {
		width: calc(100% - 30px);
	}
}



@media screen and (max-width:1660px) {
	.standardRange {
		padding: 80px 0 80px 0 !important;
	}
}


@media screen and (max-width:1333px) {
	.standardRange {
		padding: 60px 0 60px 0 !important;
	}
}

@media screen and (max-width:999px) {
	.standardRange {
		padding: 50px 0 50px 0 !important;
	}
}

@media screen and (max-width:768px) {
	.standardRange {
		padding: 40px 0 40px 0 !important;
	}
}





@media screen and (max-width:1660px) {
	.standardTxt .title1 {
		font-size: 36px !important;
		line-height: 48px !important;
	}

	.standardTxt .title2 {
		font-size: 30px !important;
		line-height: 42px !important;
	}
}

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 30px !important;
		line-height: 42px !important;
	}

	.standardTxt .title2 {
		font-size: 26px !important;
		line-height: 38px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .btn {
		font-size: 16px !important;
	}
}

@media screen and (max-width:999px) {
	.standardTxt .title1 {
		font-size: 26px !important;
		line-height: 38px !important;
	}

	.standardTxt .title2 {
		font-size: 22px !important;
		line-height: 34px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 14px !important;
		line-height: 26px !important;
	}

	.standardTxt .btn {
		font-size: 14px !important;
	}

}

@media screen and (max-width:768px) {
	.standardTxt .title1 {
		font-size: 22px !important;
		line-height: 34px !important;
	}

	.standardTxt .title2 {
		font-size: 20px !important;
		line-height: 32px !important;
	}
}








.oneRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.twoRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.threeRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.foreRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}


.clear {
	clear: both;
}

/* xnav */
header .xnav {
	display: none;
}

@media screen and (max-width:999px) {
	header .xnav {
		display: block;
	}

	header .xnav .nav {
		position: fixed;
		width: 35px;
		height: 24px;
		background: #E60E15;
		right: 80px;
		top: 30px;
		transform: translateY(-50%);
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999;
	}

	header .xnav .nav span {
		display: block;
		width: 20px;
		height: 2px;
		background: #ffffff;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: 50%;
		transition: 0.8s;
		z-index: 99999991
	}

	header .xnav .nav .nav1 {
		margin-top: -1px;
	}

	header .xnav .nav .nav2 {
		margin-top: -8px;
	}

	header .xnav .nav .nav3 {
		margin-top: 6px;
	}

	header .xnav .nav:hover .nav1 {
		width: 25px;
	}

	header .xnav .navh .nav1 {
		transform: rotate(45deg)
	}

	header .xnav .navh .nav2 {
		transform: rotate(-45deg);
		width: 10px;
		margin-left: -1px;
		margin-top: -5px;
	}

	header .xnav .navh .nav3 {
		transform: rotate(-45deg);
		width: 9px;
		margin-top: 3px;
		margin-left: -8px;
	}

	header .xnav .navh:hover .nav2 {
		margin-top: -8px;
		margin-left: 7px;
	}

	header .xnav .navh:hover .nav3 {
		margin-top: 5px;
		margin-left: -12px;
	}

	header .xnav .smdaohang {
		position: fixed;
		width: 300px;
		height: 0px;
		overflow: auto;
		top: 0px;
		right: 0px;
		background: rgba(230, 14, 21, 0.95);
		z-index: 9999999;
		transition: 0.8s;
		text-align: center;
	}

	header .xnav .smdaohangh {
		right: 0px;
		top: 0px;
		height: 100%;
	}

	header .xnav .topnav {
		margin: auto;
		margin-top: 30px;
		padding: 20px;
	}

	header .xnav ul.topnav li {
		text-align: left;
		position: relative;
	}

	header .xnav ul.topnav li a {
		padding: 5px;
		padding-left: 0px;
		color: #fff;
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding-right: 50px;
		font-family: Inter-Regular, Arial, sans-serif;
	}

	header .xnav ul.topnav ul {
		display: none;
		transition: none;
	}

	header .xnav ul.topnav ul li {
		clear: both;
	}

	header .xnav ul.topnav ul li a {
		padding-left: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		outline: 0;
	}


	header .xnav ul.topnav ul ul li a {
		padding-left: 40px;
	}

	header .xnav ul.topnav ul ul ul li a {
		padding-left: 60px;
	}

	header .xnav ul.topnav span {
		display: block;
		position: absolute;
		right: 0px;
		top: 7px;
		width: 20px;
		height: 20px;
		background: #fff;
		background: rgba(255, 255, 255, 0.6);
		cursor: pointer;
		border-radius: 50%;
		transition: 0.5s;
	}

	header .xnav ul.topnav span:before {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: 0px;
		transform: rotate(45deg);
		transform-origin: right center
	}

	header .xnav ul.topnav span:after {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: -1px;
		transform: rotate(-45deg);
		transform-origin: right center;
		transition: 0.5s;
	}

	header .xnav ul.topnav span.yizi {
		transform: rotate(90deg)
	}

	header .xnav .smdaohang form {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 240px;
		height: 26px;
		border: 1px solid #fff;
		position: relative;
		background: #fff;
		border-radius: 13px;
	}

	header .xnav .smdaohang form input {
		color: #333333;
	}

	header .xnav .smdaohang form .iptc {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		background-color: #fff;
		width: 80%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: left;
		border-radius: 10px;
	}

	header .xnav .smdaohang form .ipsc {
		width: 20%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: right;
		background: transparent;
		position: relative;
		z-index: 99;
	}

	header .xnav .smdaohang form i {
		position: absolute;
		right: 10px;
		top: 4px;
	}
}

/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, 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');
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
	touch-action: pan-y
}

.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-3d {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
	transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
	scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
	transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-lock {
	display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move;
	touch-action: none
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}




/* ---------------------index----------------------------- */


/* allnav */

nav {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 9999;
	background: transparent;
}

nav.active {
	background-color: #000;
}

nav.active {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

html {
	scroll-padding-top: 80px;
}

nav .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


nav .logo {
	width: 309px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}


nav .logo:hover img {
	transform: none;
}

nav .navList {
	display: flex;
	align-items: center;
}

nav .navList>ul {
	display: flex;
	align-items: center;
	margin-right: 65px;
}


nav .navList>ul>li {
	margin-right: 80.5px;
	position: relative;
}

nav .navList>ul>li:last-child {
	margin: 0;
}

nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 132px;
	line-height: 132px;
	color: rgba(255, 255, 255, .6);
	font-size: 16px;
	text-transform: uppercase;
}


nav.active .navList>ul>li>a {
	height: 80px;
	line-height: 80px;
}

nav .navList>ul>li.active>a {
	color: #FFF;
}

nav .navList>ul>li:hover>a {
	color: #FFF;
}

nav .btns {
	display: flex;
	align-items: center;
}


nav .btns .search {
	height: 132px;
	display: flex;
	align-items: center;
	position: relative;
}

nav.active .btns .search {
	height: 80px;
}


nav .btns .search .searchBtn {
	cursor: pointer;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #E60E15;
	display: flex;
	align-items: center;
	justify-content: center;
}


nav .btns .search .searchBtn i {
	font-size: 13px;
	color: #ffffff;
	display: block;
	font-weight: bold;
	transform: translateY(0px);
}

nav .btns .search .searchBtn:hover {
	background-color: #ffffff;
}

nav .btns .search .searchBtn:hover i {
	color: #E60E15;
}

nav.active .btns .search form {
	top: 100%;
}

nav .btns .search form {
	position: absolute;
	right: 0;
	top: 69%;
	background-color: #ffffff;
	height: 32px;
	width: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	overflow: hidden;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
}

nav .btns .search form.active {
	width: 220px;
	padding: 0 10px;
}

nav .btns .search form input {
	width: 100%;
	height: 100%;
	background-color: transparent;
	color: #222222;
	font-size: 14px !important;
}

nav .btns .search form input::-webkit-input-placeholder {
	color: #676767;
	font-size: 14px !important;
}

nav .btns .search form input:-moz-placeholder {
	color: #676767;
	font-size: 14px !important;
}

nav .btns .search form input::-moz-placeholder {
	color: #676767;
	font-size: 14px !important;
}

nav .btns .search form input:-ms-input-placeholder {
	color: #676767;
	font-size: 14px !important;
}


nav .btns .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 32px;
	width: 32px;
}

nav .btns .search form .subBtn i {
	font-weight: bold;
	color: #676767;
}


nav .btns .search form .subBtn:hover i {
	color: #E60E15;
}

nav .btns .search form .subBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: transparent;
}



/* moreList */

.moreList,
.moreList ul {
	position: absolute;
	background-color: #FFF;
	width: max-content;
	max-width: 280px;
	display: none;
	transition: .4s ease top;
	padding: 15px 0 15px 0;
	z-index: 2;
}

.moreList ul {
	left: 100%;
	top: -15px;
}

.moreList {
	top: 69%;
	left: 50%;
	transform: translateX(-50%);
}


nav.active .moreList {
	top: 100%;
}


.moreList li {
	position: relative;
	margin-top: 10px;
}


.moreList li:nth-child(1) {
	margin-top: 0;
}

.moreList a {
	padding: 0 20px;
	color: #676767;
	font-size: 14px;
	line-height: 26px;
}

.moreList li:hover>a,
.moreList li.active>a {
	color: #E60E15;
}


@media screen and (max-width:1660px) {
	nav .navList>ul>li>a {
		height: 100px;
		line-height: 100px;
	}

	nav .btns .search {
		height: 100px;
	}

	nav .navList>ul>li {
		margin-right: 50px;
	}

	nav .navList>ul {
		margin-right: 50px;
	}

	nav .logo {
		width: 280px;
	}

	.moreList,
	nav .btns .search form {
		top: 80%;
	}

}

@media screen and (max-width:1333px) {
	nav .navList>ul>li {
		margin-right: 40px;
	}

	nav .logo {
		width: 240px;
	}

	nav .navList>ul {
		margin-right: 50px;
	}
}

@media screen and (max-width:1200px) {
	nav .navList>ul>li {
		margin-right: 24px;
	}

	nav .logo {
		width: 240px;
	}

	nav .navList>ul {
		margin-right: 30px;
	}

	nav .btns .search .searchBtn {
		width: 32px;
		height: 32px;
	}
}

@media screen and (max-width:999px) {
	.bannerRange {
		height: 60px;
	}

	nav {
		background-color: #000000;
	}

	nav .navList {
		display: none;
	}

	nav .con {
		height: 60px;
	}

	nav .logo {
		width: 220px;
	}

	html {
		scroll-padding-top: 60px;
	}
}

@media screen and (max-width:768px) {
	header .xnav .nav {
		right: 25px;
		top: 25px;
	}

	nav .logo {
		width: 180px;
	}

	nav .con {
		height: 50px;
	}

	.bannerRange {
		height: 50px;
	}

	html {
		scroll-padding-top: 50px;
	}
}

@media screen and (max-width:538px) {
	header .xnav .nav {
		right: 15px;
	}
}





a.lineTit span {
	display: inline;
	background-image:
		radial-gradient(circle at 50% 100%, currentColor 0%, currentColor 100%);
	background-repeat: no-repeat;
	background-size: 0 1px;
	transition: background-size 0.4s ease;
	background-position: right 100%;
}

a.lineTit:hover span {
	background-size: 100% 1px;
	background-position: left 100%;
}

a.title1 {
	display: inline-block;
}

.title1 {
	color: #000;
	font-family: GildaDisplay-Regular;
	font-size: 60px;
	line-height: 72px;
}

a.title1 {
	display: inline-block;
}

a.title1:hover {
	color: #E60E15;
}

.whiteColor,
.whiteColor p {
	color: #ffffff;
}

.defaultColor {
	color: #333333;
}


.blackColor {
	color: #000000;
}


.themeColor {
	color: #E60E15;
}

.greyColor,
.greyColor p {
	color: #999999;
}

a.whiteColor:hover,
a.blackColor:hover,
a.defaultColor:hover {
	color: #E60E15;
}

.fontBold {
	font-family: GildaDisplay-Regular;
}

.fontRegular {
	font-family: Inter-Regular;
}

.fontSbold {
	font-family: Inter-SemiBold;
}


.standardEdit p strong {
	font-family: Inter-SemiBold;
	font-weight: normal;
	color: #222;
}

.lrt {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.lrc {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.lrb {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.cBtn {
	padding: 9px 22px;
	background-color: #E60E15;
	color: #FFF;
	font-size: 16px;
	line-height: 32px;
	width: max-content;
	max-width: 100%;
	border: 1px solid #E60E15;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 3.6px;
}

.cBtn:hover {
	background-color: transparent;
	color: #E60E15;
}

.swiperBox {
	position: relative;
}

.swiperBox .sBtns>div {
	position: absolute;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
}


.swiperBox .sBtns>div.prev {
	left: -71px;
	margin-right: 0;
}

.swiperBox .sBtns>div.next {
	right: -71px;
}

.sBtns {
	display: flex;
	align-items: center;
}

.sBtns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 31px;
	height: 31px;
	background-color: rgba(0, 0, 0, .5);
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;

}

.sBtns>div.prev {
	margin-right: 16px;
}

.sBtns>div:hover {
	background-color: #E60E15;
}

.sBtns>div.swiper-button-disabled {
	pointer-events: none;
}

.greyBg {
	background-color: #F4F4F4;
}

.textCenter,
.textCenter p {
	text-align: center;
}

.font14 {
	font-size: 14px !important;
	line-height: 28px !important;
}


.font16 {
	font-size: 16px;
	line-height: 30px;
}


.font18 {
	font-size: 16px;
	line-height: 30px;
}

.font20 {
	font-size: 20px;
	line-height: 30px;
}

.font24 {
	font-size: 24px;
	line-height: 35px;
}

.font35 {
	font-size: 35px;
	line-height: 45px;
}

.font30 {
	font-size: 30px;
	line-height: 40px;
}

.font48 {
	font-size: 48px;
	line-height: 58px;
}

.font46 {
	font-size: 46px;
	line-height: 56px;
}

.standardEdit p {
	font-size: 16px;
	line-height: 30px;
}

.imgBg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -3;
}

.imgBg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


/*  animation*/

.animationItem,
.animation {
	opacity: 0;
	transition: 1s ease all;
}


.fadeUp {
	transform: translateY(50px);
}


.fadeRight {
	transform: translateX(50px);
}


.fadeLeft {
	transform: translateX(-50px);
}

.animationActive {
	opacity: 1;
	transform: translate(0, 0) scale(1);
}

@media screen and (max-width:999px) {

	.animationItem,
	.animation {
		opacity: 1;
		transform: translate(0, 0) scale(1);
		transition: .4s ease all;
	}
}



/* indexbanner */

.indexBanner {
	position: relative;
	transition: none;
	padding-bottom: 50%;
}

.indexBanner .swiper {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
}


.indexBanner a:hover img {
	transform: scale(1);
}


.indexBanner .swiper-slide {
	position: relative;
}

.indexBanner .swiper-slide .image {
	height: 100%;
}

.indexBanner .swiper-slide .image img {
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.indexBanner .swiper-slide video,
.indexBanner .swiper-slide iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}



.indexBanner img {
	display: block;
}

.indexBanner a:hover img {
	transform: scale(1, 1);
}


.indexBanner .signs {
	position: absolute;
	z-index: 99;
	left: 50%;
	transform: translateX(-50%);
	bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0 20px;
}


.indexBanner .swiper-pagination {
	position: static;
	margin: 5px 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: auto;
}


.indexBanner .swiper-pagination span {
	margin: 0 17.5px !important;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	opacity: 1;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	background-color: #FFF;
}

.indexBanner .swiper-pagination span::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 8px;
	height: 8px;
	transform: translateX(-50%) translateY(-50%);
	background-color: #ffffff;
	border-radius: 50%;
}



.indexBanner .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: transparent;
}


.bannerMsg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.banner3 {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
	display: flex;
	align-items: center;
	padding-bottom: 6.1%;
}

.bannerMsg .title {
	color: #FFF;
	font-family: Inter-SemiBold;
	font-size: 42px;
	line-height: 52px;
	width: max-content;
	max-width: 100%;
}


.bannerMsg .title:hover {
	color: #E60E15;
}

.bannerMsg .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 22.5px;
	border: 1px solid #ffffff;
	color: #ffffff;
	border-radius: 8px;
	width: max-content;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 3.6px;
}


.bannerMsg .btn:hover {
	background-color: #E60E15;
	color: #ffffff;
	border-color: #E60E15;
}

.banner3 .btn {
	margin-top: 51px;
}

.bannerMsg .tit {
	color: rgba(255, 255, 255, .8);
	font-size: 22px;
	line-height: 32px;
}


.bannerMsg .titBox {
	width: max-content;
	max-width: 100%;
	position: relative;
}

.bannerMsg .titBox::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -17px;
	height: 4px;
	width: 100%;
	background-color: #E60E15;
}


.bannerMsg .titBox .title {
	line-height: 60px;
}

.banner2 {
	display: flex;
	align-items: center;
	padding-bottom: 7.9%;
}

.banner2 .tit {
	margin-top: 46px;
}

.banner2 .btn {
	margin-top: 98px;
}

.banner4 {
	display: flex;
	align-items: center;
	padding-bottom: 0.6%;
}

.banner4 .title {
	line-height: 60px;
}

.banner4 .tit {
	margin-top: 29px;
}

.banner4 .btn {
	margin-top: 85px;
}


@media screen and (max-width:1660px) {
	.bannerMsg .title {
		font-size: 30px;
		line-height: 42px;
	}

	.banner3 .btn {
		margin-top: 30px;
	}

	.bannerMsg .btn {
		padding: 6px 20px;
		border-radius: 5px;
		letter-spacing: 3px;
	}

	.bannerMsg .titBox .title {
		line-height: 42px;
	}

	.bannerMsg .titBox::after {
		height: 2px;
	}

	.bannerMsg .tit {
		font-size: 18px;
		line-height: 30px;
	}

	.banner2 .tit {
		margin-top: 40px;
	}

	.banner2 .btn {
		margin-top: 60px;
	}

	.banner2 {
		padding-bottom: 4%;
	}

	.banner4 .title {
		line-height: 42px;
	}

	.banner4 .tit {
		margin-top: 30px;
	}

	.banner4 .btn {
		margin-top: 60px;
	}


}

@media screen and (max-width:1333px) {
	.bannerMsg .title {
		font-size: 26px;
		line-height: 38px;
	}

	.bannerMsg .btn {
		font-size: 16px;
		line-height: 28px;
		letter-spacing: 1.6px;
	}

	.banner3 {
		padding-bottom: 2%;
	}

	.indexBanner .signs {
		bottom: 20px;
	}

	.indexBanner .swiper-pagination span {
		margin: 0 14px !important;
	}

	.banner2 {
		padding-bottom: 2%;
	}

	.bannerMsg .titBox .title {
		line-height: 38px;
	}

	.bannerMsg .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.banner2 .btn {
		margin-top: 30px;
	}


	.banner4 .title {
		line-height: 38px;
	}

	.banner4 .tit {
		margin-top: 30px;
	}

	.banner4 .btn {
		margin-top: 40px;
	}

}

@media screen and (max-width:999px) {
	.bannerMsg .title {
		font-size: 24px;
		line-height: 36px;
	}

	.bannerMsg .btn {
		font-size: 14px;
		line-height: 26px;
		padding: 4px 14px;
		letter-spacing: 1px;
	}

	.indexBanner .swiper-pagination span {
		width: 12px;
		height: 12px;
		margin: 0 12px !important;
	}

	.indexBanner .swiper-pagination span::after {
		width: 6px;
		height: 6px;
	}

	.bannerMsg .titBox .title {
		line-height: 36px;
	}


	.bannerMsg .titBox::after {
		bottom: -12px;
	}

	.banner2 .tit {
		margin-top: 30px;
	}


	.banner4 .title {
		line-height: 38px;
	}

	.banner4 .tit {
		margin-top: 30px;
	}

	.banner4 .btn {
		margin-top: 30px;
	}

	.banner4 {
		padding-bottom: 2%;
	}
}

@media screen and (max-width:768px) {
	.bannerMsg .title {
		font-size: 22px;
		line-height: 34px;
	}

	.bannerMsg .titBox .title {
		line-height: 34px;
	}

	.banner4 .title {
		line-height: 34px;
	}

	.indexBanner .swiper-pagination span {
		margin: 0 10px !important;
	}
}

@media screen and (max-width:750px) {
	.indexBanner {
		padding-bottom: 80%;
	}

	.bannerMsg {
		display: none;
	}
}

@media screen and (max-width:538px) {
	.indexBanner .swiper-pagination span {
		margin: 0 8px !important;
	}
}


/* indexM1-1 */

.iProductCategory {
	padding: 99px 0 93px 0;
	position: relative;
}

.iTit {
	margin: 0 auto;
	width: 100%;
	max-width: 1084px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.iTit  h1{
	font: inherit;
}

.iTit  h2{
	font: inherit;
}

.iTit .sign {
	width: 260px;
	flex-shrink: 0;
	border-bottom: 1px solid #D9D9D9;
	display: flex;
	align-items: center;
	margin-right: 50px;
	padding: 8px 0;
	margin-top: 10px;
}

.iTit .sign i {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	flex-shrink: 0;
	margin-right: 8.5px;
	background-color: #E60E15;
}


.iTit .box {
	flex: 1;
}

.iTit .box .tips {
	margin-top: 19px;
	color: #676767;
}


.iProductCategory .swiperBox {
	margin-top: 48px;
}


.iProductCategory .image {
	overflow: hidden;
}

.iProductCategory .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.iProductCategory .title {
	background-color: #282828;
	border-radius: 4px;
	padding: 4px 3px 3px 21px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 16px;
}


.iProductCategory .title:hover {
	background-color: #E60E15;
}


.iProductCategory .title i {
	flex-shrink: 0;
	margin-left: 20px;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 19px;
}


.iProductCategory .txts {
	margin-top: 15px;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	color: #676767;
}


.iProductCategory .txts p {
	font-size: 16px;
}


.iProductCategory .swiperBox .sBtns>div {
	top: 29.4%;
}

@media screen and (max-width:1660px) {
	.iTit .box .tips {
		margin-top: 20px;
	}

	.iProductCategory .swiperBox {
		margin-top: 50px;
	}

	.swiperBox .sBtns>div.prev {
		left: -56px;
	}

	.swiperBox .sBtns>div.next {
		right: -56px;
	}

	.font20 {
		font-size: 18px;
		line-height: 30px;
	}

	.iProductCategory .title i {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}

	.iProductCategory .title {
		padding: 4px 4px 4px 10px;
	}

	.iProductCategory .txts {
		padding: 0 10px;
		margin-top: 16px;
	}

	.iTit .sign {
		margin-top: 0;
	}
}

@media screen and (max-width:1333px) {
	.iProductCategory .swiperBox {
		margin-top: 40px;
	}

	.iTit .sign {
		width: 240px;
	}

	.iProductCategory .title i {
		width: 35px;
		height: 35px;
	}
}

@media screen and (max-width:999px) {
	.iProductCategory .swiperBox {
		margin-top: 30px;
	}

	.iTit {
		flex-direction: column;
		align-items: flex-start;
	}

	.iTit .box {
		margin-top: 10px;
	}

	.font20 {
		font-size: 16px;
		line-height: 28px;
	}

	.iProductCategory .title i {
		width: 30px;
		height: 30px;
		font-size: 12px;
	}

	.sBtns>div {
		font-size: 12px;
	}

	.iProductCategory .txts {
		-webkit-line-clamp: 3;
	}
}

@media screen and (max-width:768px) {
	.swiperBox .sBtns>div {
		position: static;
		margin-top: 20px;
		transform: translateY(0);
	}

	.swiperBox .sBtns>div.prev {
		margin-right: 20px;
	}

	.swiperBox .sBtns {
		justify-content: center;
	}

	.iProductCategory .swiperBox {
		margin-top: 26px;
	}
}


/* indexM2-1 */

.iProducts {
	position: relative;
	padding-bottom: 100px;
}

.iProducts .title {
	padding: 100px 0 78px 0;
	position: relative;
}


.iProducts .title .sign {
	color: #999;
}

.iProducts .title .imgBg {
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	height: calc(100% + 75px);
	z-index: -1;
}

.iProducts .title .tips {
	color: #999;
}


.iProducts .list {
	display: flex;
	flex-wrap: wrap;
}

.iProducts .list .item {
	flex: 1;
	height: 540px;
	margin-right: 3px;
	position: relative;
	transition: 1s ease all;
}


.iProducts .list .item:last-child {
	margin-right: 0;
}

.iProducts .list .item.active {
	flex: 5.33;
}

.iProducts .list .tit {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 10px 10px;
	justify-content: center;
	height: 68px;
	display: none;
}

.iProducts .list .item.active .tit {
	opacity: 0;
	pointer-events: none;
}


.iProducts .list .msg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 37px 30px;
	opacity: 0;
	pointer-events: none;
}

.iProducts .list .item.active .msg {
	opacity: 1;
}

.iProducts .list .item.active .msg * {
	pointer-events: all;
}

.iProducts .list .txts {
	margin-top: 7px;
	height: 60px;
	display: none;
}

.iProducts .list .iBtn {
	margin-top: 35px;
}

.iBtn {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #E60E15;
	color: #ffffff;
}

.iBtn i {
	font-size: 20px;
}

.iBtn:hover {
	background-color: #ffffff;
	color: #E60E15;
}

.iProducts .list .image {
	height: 100%;
	overflow: hidden;
}

.iProducts .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.iProducts .list .image:hover img {
	transform: none;
}

.iProducts .list .image::after,
.iProducts .list .image::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .4s ease all;
}

.iProducts .list .image::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);
}

.iProducts .list .image::before {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 100%);
	opacity: 0;
}

.iProducts .list .item.active .image::before {
	opacity: 1;
}

.iProducts .list .item.active .image::after {
	opacity: 0;
}

@media screen and (max-width:1660px) {
	.iProducts .title {
		padding: 80px 0 50px 0;
	}

	.iProducts .title .imgBg {
		height: calc(100% + 50px);
	}

	.iProducts .list .item {
		height: 460px;
	}

	.iProducts .list .item.active {
		flex: 3.6;
	}

	.font18 {
		font-size: 16px;
		line-height: 28px;
	}

	.iProducts .list .tit {
		height: 110px;
	}

	.iProducts .list .msg {
		padding: 30px 20px;
	}

	.iProducts .list .txts {
		margin-top: 16px;
	}

	.iProducts .list .iBtn {
		margin-top: 20px;
	}

	.iBtn {
		width: 36px;
		height: 36px;
	}

	.iBtn i {
		font-size: 14px;
	}

	.iProducts {
		padding-bottom: 80px;
	}
}

@media screen and (max-width:1333px) {
	.iProducts .title {
		padding: 60px 0 40px 0;
	}

	.iProducts .list .item {
		height: 400px;
	}

	.iProducts .list .item.active {
		flex: 2.6;
	}

	.iProducts {
		padding-bottom: 60px;
	}
}

@media screen and (max-width:999px) {

	.iProducts .list {
		justify-content: space-between;
	}

	.iProducts .list .item:nth-child(n) {
		flex: none;
		width: 48%;
		margin-right: 0%;
		height: auto;
		margin-top: 26px;
	}

	.iProducts .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.iProducts .list .tit {
		display: none;
	}

	.iProducts .list .msg {
		position: static;
		margin-top: 16px;
		opacity: 1;
		height: auto;
		padding: 0;
		pointer-events: all;
	}

	.iProducts .list .image {
		height: auto;
	}

	.iProducts .list .image::after,
	.iProducts .list .image::before {
		display: none;
	}

	.iProducts .list .item .name {
		color: #111111;
	}

	.iProducts .list .txts {
		color: #676767;
	}

	.font16 {
		font-size: 14px;
		line-height: 26px;
	}

	.iProducts .list .txts {
		height: 52px;
	}

	.iBtn {
		width: 32px;
		height: 32px;
	}

	.iBtn i {
		font-size: 12px;
	}

	.iBtn:hover {
		background-color: #E60E15;
	}

	.iBtn:hover i {
		color: #ffffff;
	}

	.iProducts .title {
		padding: 50px 0 30px 0;
	}

	.iProducts .title .imgBg {
		height: calc(100% + 30px);
	}

	.iProducts {
		padding-bottom: 50px;
	}

}

@media screen and (max-width:768px) {
	.iProducts .title {
		padding: 40px 0 26px 0;
	}

	.iProducts .title .imgBg {
		height: calc(100% + 26px);
	}

	.iProducts {
		padding-bottom: 40px;
	}
}

@media screen and (max-width:450px) {
	.iProducts .list .item:nth-child(n) {
		width: 100%;
		margin-top: 26px;
	}

	.iProducts .list .item:nth-child(1) {
		margin-top: 0;
	}

	.iProducts .list .txts {
		height: auto;
	}
}


/* indexM3-1 */

.iAboutUs {
	padding: 0 0 98px 0;
	position: relative;
}

.iAboutUs::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 23%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	z-index: -2;
	pointer-events: none;
}

.iAboutUs .imgMsgBox {
	margin-top: 38px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.iAboutUs .imgMsgBox .image {
	width: 43.74%;
	overflow: hidden;
}

.iAboutUs .imgMsgBox .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}

.iAboutUs .imgMsgBox .msg {
	width: 52.21%;
}

.iAboutUs .imgMsgBox .msg .txts {
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
}


.iAboutUs .cBtn {
	margin-top: 67px;
}

.iAboutUs .numList {
	margin-top: 60px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.iAboutUs .numList .item {
	width: 18.67%;
	text-align: center;
}

.iAboutUs .numList .num {
	color: #111111;
}

.iAboutUs .numList .name {
	margin-top: 10px;
	text-align: center;
	color: rgba(51, 51, 51, 0.8);
}

@media screen and (max-width:1660px) {
	.iAboutUs {
		padding-bottom: 80px;
	}

	.iAboutUs .cBtn {
		margin-top: 30px;
	}

	.cBtn {
		border-radius: 4px;
		font-size: 16px;
		line-height: 28px;
		padding: 6px 20px;
		letter-spacing: 3px;
	}

	.iAboutUs .numList,
	.iAboutUs .imgMsgBox {
		margin-top: 50px;
	}

	.font48 {
		font-size: 36px;
		line-height: 48px;
	}

	/* .iAboutUs .imgMsgBox .msg {
		padding: 30px 0;
	} */
}

@media screen and (max-width:1333px) {
	.iAboutUs {
		padding-bottom: 60px;
	}

	.iAboutUs .numList,
	.iAboutUs .imgMsgBox {
		margin-top: 40px;
	}

	.font48 {
		font-size: 30px;
		line-height: 42px;
	}

	.iAboutUs .numList {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.iAboutUs .numList .item {
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
	}

	.iAboutUs .numList .item:nth-child(3n) {
		margin-right: 0;
	}

	.iAboutUs .numList .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.iAboutUs .numList .name {
		margin-top: 5px;
	}

	.cBtn {
		padding: 5px 18px;
		letter-spacing: 2.6px;
	}
}

@media screen and (max-width:999px) {
	.iAboutUs {
		padding-bottom: 50px;
	}

	.iAboutUs .numList,
	.iAboutUs .imgMsgBox {
		margin-top: 30px;
	}

	.font48 {
		font-size: 24px;
		line-height: 26px;
	}

	.iAboutUs .cBtn {
		margin-top: 26px;
	}

	.cBtn {
		font-size: 14px;
		line-height: 26px;
		padding: 4px 14px;
		letter-spacing: 2px;
	}

	/* .iAboutUs .imgMsgBox .msg {
		padding: 26px 0;
	} */
}

@media screen and (max-width:768px) {

	.iAboutUs .numList,
	.iAboutUs .imgMsgBox {
		margin-top: 26px;
	}

	.iAboutUs {
		padding-bottom: 40px;
	}

	.font48 {
		font-size: 22px;
		line-height: 34px;
	}
}

@media screen and (max-width:538px) {
	.iAboutUs .imgMsgBox {
		flex-direction: column;
		align-items: flex-start;
	}

	.iAboutUs .imgMsgBox .image {
		width: 100%;
	}

	.iAboutUs .imgMsgBox .msg {
		width: 100%;
		margin-top: 26px;
	}

	.iAboutUs .imgMsgBox .msg .txts {
		-webkit-line-clamp: 4;
	}

	.iAboutUs .numList {
		justify-content: space-between;
	}

	.iAboutUs .numList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}

	.iAboutUs .numList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.iAboutUs .imgMsgBox .msg {
		padding: 0;
	}
}

/* indexM4-1 */


.iAbility {
	padding: 100px 0 100px 0;
	position: relative;
}

.iAbility .list {
	margin-top: 53px;
	display: flex;
}

.iAbility .list .item {
	width: 115px;
	height: 605px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	margin-right: 20px;
	transition: 1s ease all;
}

.iAbility .list .item:last-child {
	margin-right: 0;
}

.iAbility .list .item.active {
	flex: 1;
}

.iAbility .list .item .title {
	flex-shrink: 0;
	width: 115px;
	background-color: rgba(103, 103, 103, .2);
	padding: 30px 0 21px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}


.iAbility .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	margin-bottom: 20px;
}

.iAbility .btns i {
	width: 24px;
	height: 3px;
	background-color: #111111;
	border-radius: 10px;
}

.iAbility .btns i.move {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.iAbility .item.active .btns i.move {
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.iAbility .title {
	cursor: pointer;
}

.iAbility .title .tit {
	color: #111111;
	writing-mode: vertical-rl;
	transform: rotateY(180deg) rotateX(180deg);
	will-change: transform;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.iAbility .show {
	flex: 1;
	position: relative;
	opacity: 0;
	transform-origin: right bottom;
	transform: scale(.4);
}

.iAbility .item.active .show {
	opacity: 1;
	transform: scale(1);
}

.iAbility .image {
	overflow: hidden;
}


.iAbility .image {
	height: 100%;
}

.iAbility .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.iAbility .image:hover img {
	transform: none;
}

.iAbility .msg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 21px 83px;
	background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 57.11%);
	pointer-events: none;
}

.iAbility .msg * {
	pointer-events: all;
}

.iAbility .msg .txts {
	height: 90px;
	margin-top: 12px;
}

@media screen and (max-width:1660px) {
	.iAbility .list {
		margin-top: 50px;
	}

	.font35 {
		font-size: 28px;
		line-height: 40px;
	}

	.iAbility .list .item .title {
		padding: 30px 0;
	}

	.iAbility .msg {
		padding: 30px 20px;
	}

	.font30 {
		font-size: 26px;
		line-height: 38px;
	}

	.iAbility .list .item {
		height: 460px;
		width: 80px;
		margin-right: 10px;
	}

	.iAbility .list .item .title {
		width: 80px;
	}

	.iAbility .msg .txts {
		margin-top: 16px;
	}
}

@media screen and (max-width:1333px) {
	.iAbility .list {
		margin-top: 40px;
	}

	.font35 {
		font-size: 24px;
		line-height: 36px;
	}

	.iAbility .btns i {
		width: 20px;
	}

	.font30 {
		font-size: 22px;
		line-height: 34px;
	}

}

@media screen and (max-width:999px) {
	.iAbility .msg .txts {
		height: auto;
		color: #676767;
		-webkit-line-clamp: 2;
	}

	.iAbility .list {
		margin-top: 30px;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.iAbility .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		height: auto;
		flex: none;
		margin-top: 26px;
	}


	.iAbility .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.iAbility .list .item:nth-child(n) .show {
		opacity: 1;
		height: auto;
		transform: scale(1);
	}

	.iAbility .list .item .title {
		display: none;
	}

	.iAbility .msg {
		pointer-events: all;
		padding: 0;
		margin-top: 16px;
		position: static;
		height: auto;
		background: none;
	}

	.iAbility .image {
		height: auto;
	}

	.font30 {
		font-size: 20px;
		line-height: 32px;
	}

	.iAbility .msg .tit {
		color: #111111;
	}
}

@media screen and (max-width:768px) {
	.font30 {
		font-size: 18px;
		line-height: 30px;
	}

	.iAbility .list {
		margin-top: 26px;
	}
}

@media screen and (max-width:450px) {
	.iAbility .list .item:nth-child(n) {
		width: 100%;
		margin-right: 0;
		margin-top: 26px;
	}

	.iAbility .list .item:nth-child(1) {
		margin-top: 0;
	}
}



/* indexM5-1 */

.iCase {
	padding: 100px 0 100px 0;
	position: relative;
}

.iCase .iTit .sign {
	text-transform: uppercase;
}

.iCase .iTit .box .tips {
	color: #999999;
}



.iCase .swiperBox {
	margin-top: 58px;
}

.iCase .swiper-slide .image {
	overflow: hidden;
}

.iCase .swiper-slide .image img {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.iCase .swiper-slide .tit {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 7px 20px;
	background-color: rgba(0, 0, 0, 0.5);
}

.iCase .signs {
	margin-top: 49px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.iCase .swiper-pagination {
	position: static;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.iCase .swiper-pagination span {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	opacity: 1;
	margin: 0 10px !important;
	background-color: transparent;
	transition: .4s ease all;
	cursor: pointer;
	border: 1px solid transparent;
	position: relative;
}


.iCase .swiper-pagination span::after,
.iCase .swiper-pagination span::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	border-radius: 50%;
	box-sizing: border-box;
	transition: .4s ease all;
}

.iCase .swiper-pagination span::before {
	background-color: #999;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
}

.iCase .swiper-pagination span::after {
	width: 8px;
	height: 8px;
	background-color: #E60E15;
	opacity: 0;
}

.iCase .swiper-pagination span.swiper-pagination-bullet-active::before {
	background-color: transparent;
}

.iCase .swiper-pagination span.swiper-pagination-bullet-active {
	border: 1px solid #E60E15;
}

.iCase .swiper-pagination span.swiper-pagination-bullet-active::after {
	opacity: 1;
}

@media screen and (max-width:1660px) {
	.iCase .swiperBox {
		margin-top: 50px;
	}

	.iCase .swiper-pagination span::before {
		width: 100%;
		height: 100%;
	}

	.iCase .signs {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.iCase .swiper-slide .tit {
		padding: 5px 15px;
	}

	.iCase .swiperBox {
		margin-top: 40px;
	}

}

@media screen and (max-width:999px) {
	.iCase .swiperBox {
		margin-top: 30px;
	}

	.iCase .swiper-pagination span {
		margin: 0 8px !important;
	}

	.iCase .swiper-slide .tit {
		position: static;
		background: none;
		padding: 0;
		margin-top: 16px;
	}
}

@media screen and (max-width:768px) {
	.iCase .swiperBox {
		margin-top: 26px;
	}

	.iCase .swiper-pagination span {
		margin: 0 6px !important;
		width: 12px;
		height: 12px;
	}
}


/* indexM6-1 */

.iService {
	padding: 100px 0 100px 0;
	position: relative;
}

.iService .imgBg {
	height: 101.732%;
}

.iService::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	z-index: -2;
	pointer-events: none;
}

.iService .imgBg img {
	opacity: 0.5;
}

.iService .swiperBox {
	margin-top: 48px;
}

.iService .swiper-slide {
	position: relative;
}


.iService .swiper-slide .image {
	overflow: hidden;
}

.iService .swiper-slide .image:hover img {
	transform: none;
}

.iService .swiper-slide .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.iService .swiper-slide .tit {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(17, 17, 17, 0.5);
	border-radius: 12px 12px 0 0;
	font-family: GildaDisplay-Regular;
	font-size: 35px;
	line-height: 45px;
	z-index: 2;
}

.iService .swiper-slide .msg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 0 50px;
	background-color: rgba(40, 40, 40, 0.9);
	opacity: 0;
	pointer-events: none;
	z-index: 3;
}

.iService .swiper-slide:hover .msg {
	opacity: 1;
	pointer-events: all;
}

.iService .swiper-slide:hover .tit {
	opacity: 0;
	pointer-events: none;
}

.iService .swiper-slide .msg .txts {
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.6);
	height: 90px;
}

.iService .swiper-slide .msg .iBtn {
	margin-top: 58px;
}

@media screen and (max-width:1660px) {
	.iService .swiper-slide .msg {
		padding: 0 30px;
	}

	.iService .swiperBox {
		margin-top: 50px;
	}

	.iService .swiper-slide .msg .txts {
		margin-top: 20px;
		height: 84px;
	}

	.iService .swiper-slide .msg .iBtn {
		margin-top: 30px;
	}

}

@media screen and (max-width:1333px) {
	.iService .swiperBox {
		margin-top: 40px;
	}

	.iService .swiper-slide .msg {
		padding: 0 20px;
	}

	.iService .swiper-slide .msg .iBtn {
		margin-top: 20px;
	}

	.iService .swiper-slide .msg .txts {
		margin-top: 16px;
	}
}

@media screen and (max-width:999px) {
	.iService .swiperBox {
		margin-top: 30px;
	}

	.iService .swiper-slide .msg {
		position: static;
		padding: 0;
		margin-top: 16px;
		background: none;
		pointer-events: all;
		opacity: 1;
	}

	.iService .swiper-slide .tit {
		display: none;
	}

	.iService .swiper-slide .msg .name {
		color: #111111;
	}


	.iService .swiper-slide .msg .txts {
		height: 56px;
		-webkit-line-clamp: 2;
		color: #676767;
	}

	.font35 {
		font-size: 22px;
		line-height: 34px;
	}

}

@media screen and (max-width:768px) {
	.font35 {
		font-size: 20px;
		line-height: 30px;
	}
}



/* indexM7-1 */


.touch {
	padding: 64px 60px 118px;
	position: relative;
}

.touch .imgBg::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}


.touch .imgBg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.touch form {
	width: 100%;
	max-width: 616px;
}

.touch form ul {
	display: flex;
	flex-wrap: wrap;
}

.touch form ul li {
	position: relative;
	width: 100%;
	height: 50px;
	margin-top: 19px;
}


.touch form ul li:nth-child(-n+3) {
	margin-top: 0;
	width: 32.5%;
	margin-right: 1.25%;
}

.touch form ul li:nth-child(3n) {
	margin-right: 0;
}


.touch form ul li.company {
	height: 61px;
}

.touch form ul li.message {
	height: 70px;
	margin-top: 10px;
}

.touch form ul li::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.5);
}

.touch form ul li.must label::after {
	content: "*";
	margin-left: 4px;
	color: #FFFCF5;
}

.touch form input,
.touch form textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	resize: none;
}

.touch form label {
	position: absolute;
	left: 0;
	top: calc(50% - 1px);
	transform: translateY(-50%);
	font-size: 16px;
	line-height: 30px;
	color: #FFFCF5;
	pointer-events: none;
	transition: .4s ease all;
}

.touch form .company label,
.touch form .message label {
	top: 0;
	transform: translateY(0%);
}

.touch form input:focus+label,
.touch form input:not(:placeholder-shown)+label,
.touch form textarea:focus+label,
.touch form textarea:not(:placeholder-shown)+label {
	opacity: 0;
}

.touch form input::-webkit-input-placeholder,
.touch form textarea::-webkit-input-placeholder {
	color: transparent;
}

.touch form ul li.subBtn {
	height: auto;
	margin-top: 30px;
}

.touch form ul li.subBtn::after {
	display: none;
}

.touch form ul li.subBtn input {
	width: max-content;
	height: auto;
	max-width: 100%;
	padding: 10px 30px;
	background-color: #E60E15;
	font-family: Inter-SemiBold;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
	border-radius: 8px;
}

.touch form ul li.subBtn input:hover {
	background-color: #FFFFFF;
	color: #E60E15;
}

@media screen and (max-width:1660px) {
	.touch {
		padding: 80px 40px;
	}

	.touch form ul li.subBtn input {
		padding: 6px 20px;
		font-size: 16px;
		border-radius: 4px;
	}

	.touch form ul li:nth-child(-n+3) {
		width: 32%;
		margin-right: 2%;
	}

	.touch form ul li:nth-child(3n) {
		margin-right: 0;
	}

	.touch form ul li.company {
		height: 64px;
	}
}

@media screen and (max-width:1333px) {
	.touch form ul li {
		height: 40px;
	}

	.touch {
		padding: 60px 30px;
	}

	.touch form label {
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.touch {
		padding: 50px 20px;
	}

	.touch form label {
		font-size: 14px;
		line-height: 26px;
	}

	.touch form ul li.subBtn {
		margin-top: 26px;
	}

	.touch form ul li.subBtn input {
		padding: 4px 14px;
	}
}

@media screen and (max-width:768px) {
	.touch {
		padding: 40px 20px;
	}
}

@media screen and (max-width:538px) {
	.touch {
		padding: 40px 15px;
	}

	.touch form ul li:nth-child(n) {
		width: 100%;
		margin-top: 16px;
		margin-right: 0;
	}

	.touch form ul li:nth-child(1) {
		margin-top: 0;
	}

	.touch form ul li.subBtn {
		margin-top: 20px;
	}
}



/* indexM8-1 */

.iNews {
	padding: 100px 0 100px 0;
	position: relative;
}

.iNews .swiperBox {
	margin-top: 58px;
}

.iNews .swiper-slide {
	position: relative;
	overflow: hidden;
}

.iNews .swiper-slide .image {
	position: relative;
	overflow: hidden;
}

.iNews .swiper-slide .image:hover img {
	transform: none;
}


.iNews .swiper-slide .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.iNews .swiper-slide .msg {
	position: absolute;
	left: 40px;
	bottom: 36px;
	width: 78.1%;
	padding: 31px 45px 30px;
	background-color: rgba(255, 255, 255, 0.60);
	opacity: 0;
	pointer-events: none;
	transition: opacity .4s ease;
	z-index: 2;
}

.iNews .swiper-slide .msg .time {
	display: flex;
	align-items: center;
	color: #676767;
}

.iNews .swiper-slide .msg .time img {
	width: 26px;
	height: 26px;
	display: block;
	margin-right: 7px;
	flex-shrink: 0;
}

.iNews .swiper-slide .msg .tit {
	margin-top: 39px;
	height: 70px;
}

.iNews .swiper-slide .date {
	position: absolute;
	right: 40px;
	bottom: 136px;
	width: 8.1%;
	padding: 13px 0 17px;
	background-color: #E60E15;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	opacity: 0;
	pointer-events: none;
	transition: opacity .4s ease;
	z-index: 2;
}

.iNews .swiper-slide .date .day {
	font-size: 36px;
	line-height: 40px;
}

.iNews .swiper-slide .date .month {
	font-size: 16px;
	line-height: 24px;
	opacity: 0.8;
	margin-top: 6px;
}

.iNews .swiper-slide:hover .msg,
.iNews .swiper-slide:hover .date {
	opacity: 1;
	pointer-events: all;
}

@media screen and (max-width:1660px) {
	.iNews .swiperBox {
		margin-top: 50px;
	}

	.iNews .swiper-slide .msg {
		padding: 30px;
	}

	.font24 {
		font-size: 22px;
		line-height: 34px;
	}

	.iNews .swiper-slide .msg .tit {
		height: 68px;
		margin-top: 20px;
	}

	.iNews .swiper-slide .date {
		bottom: 98px;
		right: 20px;
		width: 10%;
	}

	.iNews .swiper-slide .msg {
		left: 20px;
	}

	.iNews .swiper-slide .date .day {
		font-size: 30px;
		line-height: 40px;
	}

	.iNews .swiper-slide .msg {
		bottom: 20px;
	}
}

@media screen and (max-width:1333px) {
	.iNews .swiperBox {
		margin-top: 40px;
	}

	.font24 {
		font-size: 20px;
		line-height: 30px;
	}

	.iNews .swiper-slide .msg .tit {
		height: 60px;
		margin-top: 16px;
	}

	.iNews .swiper-slide .msg {
		padding: 20px;
		width: 72%;
	}

	.iNews .swiper-slide .date {
		width: 14%;
		bottom: 64px;
		bottom: 70px;
	}

	.iNews .swiper-slide .date .day {
		font-size: 26px;
		line-height: 40px;
	}

	.iNews .swiper-slide .date .month {
		font-size: 16px;
		line-height: 26px;
		margin-top: 0;
	}
}

@media screen and (max-width:999px) {
	.iNews .swiperBox {
		margin-top: 30px;
	}

	.iNews .swiper-slide .date {
		display: none;
	}

	.iNews .swiper-slide .msg {
		position: static;
		width: 100%;
		background: none;
		padding: 0;
		margin-top: 16px;
		opacity: 1;
		pointer-events: all;
	}

	.iNews .swiper-slide .msg .time img {
		width: 24px;
		height: 24px;
	}

	.font24 {
		font-size: 18px;
		line-height: 30px;
	}

	.iNews .swiper-slide .msg .tit {
		height: auto;
	}
}

@media screen and (max-width:768px) {
	.font24 {
		font-size: 16px;
		line-height: 28px;
	}

	.iNews .swiperBox {
		margin-top: 26px;
	}
}



/* 1-1products */

.products {
	position: relative;
	padding: 100px 0 175px 0;
	overflow: hidden;
}

.products .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.products .categories {
	width: 20%;
	position: relative;
	padding-bottom: 30px;
}

.products .categories::after {
	content: "";
	position: absolute;
	left: calc((100vw - 1500px) / -2);
	top: -100px;
	width: 100%;
	height: calc(100% + 100px);
	width: calc(100% + 20px + (100vw - 1500px) / 2);
	background: #F4F4F4;
	z-index: -1;
	min-height: 1156px;
}


.products .categories .title {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #111111;
	border-radius: 0 20px 0 0;
	padding: 22.5px 26px;
}

.products .categories .title .menuBtn {
	display: none;
}


.products .categories .list li {
	margin-top: 16px;
}


.products .categories .list li .tit {
	background-color: #FFFFFF;
	border-left: 4px solid #E60E15;
}


.products .categories .list li:first-child {
	margin-top: 0;
}

.products .categories .list .tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12.5px 26px;
	color: #111111;
}


.products .categories .list li div.tit div.btns {
	position: relative;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	margin-left: 20px;
	cursor: pointer;
	opacity: 0;
}

.products .categories .list li div.tit:hover>div.btns {
	opacity: 1;
}

.products .categories .list .btns i {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 12px;
	height: 2px;
	background-color: #333333;
	transform: translateX(-50%) translateY(-50%);
	border-radius: 10px;
}

.products .categories .list .btns i.move {
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.products .categories .list .tit.active .btns i.move {
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.products .categories .list .btns:hover i {
	background-color: #E60E15;
}

.products .categories .list .tit a,
.products .categories .list .tit div{
	font-family: Inter-SemiBold;
	font-size: 16px;
	line-height: 30px;
}
.products .categories .list li.active>a,
.products .categories .list li.active>.tit>a {
	color: #E60E15;
}

.products .categories .list a:hover {
	color: #E60E15;
}


.products .categories .list ul {
	padding: 0 30px;
	padding-top: 16px;
	transition: none;
	display: none;
}


.products .categories .list li.active>ul{
	display: block;
}

.products .categories .list ul li {
	margin-top: 12px;
}

.products .categories .list ul li:nth-child(1) {
	margin-top: 0;
}

.products .categories .list ul li a,
.products .categories .list ul li div,
.products .categories .list ul li p{
	color: #888;
	font-size: 16px;
	line-height: 24px;
	font-family: Inter-SemiBold;
	display: inline-block;
	color: #000;
}


.products .categories .list>li.nothing ul li a,
.products .categories .list>li.nothing ul li div,
.products .categories .list>li.nothing ul li p{
	font-family: Inter-Regular;
	color: #888;
	opacity: .2;
}

.products .categories .list>li.nothing>.tit>a,
.products .categories .list>li.nothing>.tit>div{
	color: #888;
	opacity: .2;
}

.productNav {
	margin-bottom: 46px;
	border-bottom: 3px solid #D9D9D9;
}

.productNav .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}

.productNav .swiper-slide {
	width: auto;
	margin-right: 9.5px;
}


.productNav .swiper-slide a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 21px;
	color: #676767;
	font-size: 16px;
	line-height: 30px;
}

.productNav .swiper-slide a::after {
	content: "";
	position: absolute;
	bottom: -3px;
	right: 0;
	width: 0;
	height: 3px;
	background-color: #E60E15;
	transition: .4s ease all;
}

.productNav .swiper-slide a:hover::after {
	width: 100%;
	right: auto;
	left: 0;
}

.productNav .swiper-slide a span {
	padding: 5px 20.5px;
	border-radius: 4px;
}


.productNav .swiper-slide.active a span {
	background-color: #EDEDED;
	color: #E60E15;
}



.products .piece {
	width: 73.33%;
}


.productList {
	display: flex;
	flex-wrap: wrap;
}

.productList .item {
	width: 23.4%;
	margin-right: 2.13%;
	margin-top: 44px;
}

.productList .item:nth-child(4n) {
	margin-right: 0;
}

.productList .item:nth-child(-n+4) {
	margin-top: 0;
}


.productList .image {
	overflow: hidden;
}

.productList .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.productList .name {
	margin-top: 16px;
}

.productList .inqBtns {
	display: flex;
	align-items: center;
	margin-top: 17px;
}

.productList .inqBtns .checkBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	width: 13px;
	height: 13px;
	flex-shrink: 0;
	margin-right: 5.5px;
	background-color: #E6E6E6;
}

.productList .inqBtns .checkBtn i {
	font-size: 12px;
	font-weight: bold;
	color: #E60E15;
	opacity: 0;
}

.productList .inqBtns .checkBtn.active i {
	opacity: 1;
}


.productList .inqBtns .checkBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	cursor: pointer;
	opacity: 0;
}


.productList .inqBtns .btn {
	font-size: 14px !important;
	line-height: 26px !important;
	color: #676767;
}

.productList .inqBtns .btn:hover {
	text-decoration: underline;
	color: #E60E15;
}

.products .pager {
	margin-top: 79px;
	justify-content: flex-start;
}

.products .pager .pageList a.iconfont {
	margin-left: 0;
}

.products .pager .pageList {
	margin-right: 22px;
	justify-content: flex-start;
}

.products .pager .addTo {
	margin: 5px 0;
}


@media screen and (max-width:1660px) {
	.products .categories::after {
		left: -80px;
		width: calc(100% + 100px);
		top: -80px;
	}

	.products .categories .title {
		padding: 14px 20px;
		border-radius: 0 10px 0 0;
	}

	.products .categories .list .tit {
		padding: 10px 20px;
	}

	.productList .inqBtns {
		margin-top: 10px;
	}

	.productList .item {
		margin-top: 40px;
	}

	.products .pager {
		margin-top: 60px;
	}

	.products .categories {
		width: 24%;
	}

	.products .piece {
		width: 72%;
	}
	.products .categories .list ul li a,
	.products .categories .list ul li div{
		line-height: 30px;
	}
}

@media screen and (max-width:1333px) {
	.products .categories::after {
		top: -60px;
	}

	.productList .item:nth-child(n) {
		width: 31%;
		margin-right: 3.5%;
		margin-top: 30px;
	}

	.productList .item:nth-child(3n) {
		margin-right: 0;
	}

	.productList .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.products .piece {
		width: 70%;
	}

	.products .categories {
		width: 25%;
	}

	.products .categories .list .tit {
		padding: 10px 15px;
	}

	.products .categories .title {
		padding: 14px 15px;
		border-radius: 0 5px 0 0;
	}

	.products .pager {
		margin-top: 50px;
	}


	.productNav {
		margin-bottom: 40px;
	}
	
	.products .categories .list ul li a,
	.products .categories .list ul li div{
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.products .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.products .categories::after {
		display: none;
	}

	.products .piece {
		width: 100%;
	}

	.products .pager {
		margin-top: 40px;
		justify-content: center;
	}

	.products .pager .addTo {
		margin: 5px 24px;
	}

	.products .pager .pageList a.iconfont {
		margin-left: 5px;
	}

	.products .pager .pageList {
		justify-content: center;
		margin-right: 0;
	}

	.products .categories {
		padding-bottom: 0;
		width: 100%;
	}

	.products .categories .title {
		justify-content: space-between;
		text-align: left;
	}

	.products .categories .title .menuBtn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 30px;
		height: 30px;
	}

	.products .categories .title .menuBtn i {
		font-size: 18px;
		color: #ffffff;
	}

	.products .categories .title .menuBtn.active i {
		transform: rotate(45deg);
	}
	.products .categories .list{
		display: none;
		transition: none;
	}
	.products .categories .list .tit {
		padding: 6px 15px;
	}

	.products .categories .list li .tit {
		background-color: #F4F4F4;
	}

	.products .categories .list ul li a,
	.products .categories .list ul li div{
		font-size: 14px;
		line-height: 24px;
	}


	.products .categories .list ul {
		padding: 10px 17px;
	}

	.products .piece {
		margin-top: 30px;
	}

	.products .categories .title {
		padding: 10px 15px;
	}

	.productList .name {
		margin-top: 10px;
	}

	.products .categories .list .btns {
		margin-right: 4px;
		opacity: 1;
	}


	.productNav .swiper-slide a {
		font-size: 16px;
		line-height: 28px;
	}

	.productNav .swiper-slide a span {
		padding: 4px 14px;
	}

	.productNav {
		border-bottom: 2px solid #D9D9D9;
	}

	.productNav .swiper-slide a::after {
		display: none;
	}

	.productNav .swiper-slide a {
		padding-bottom: 16px;
	}

	.productNav {
		margin-bottom: 30px;
	}

}

@media screen and (max-width:768px) {
	.products .pager {
		margin-top: 30px;
	}

	.productList .item:nth-child(n) {
		margin-top: 26px;
	}

	.productList .item:nth-child(-n+3) {
		margin-top: 0;
	}
}

@media screen and (max-width:538px) {
	.productList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 26px;
	}

	.productList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.productList {
		justify-content: space-between;
	}
}

/* 1-3Product */

.productsPiece {
	padding: 92px 0 95px 0;
}

.productsPiece .productList .item {
	width: 23.15%;
	margin-right: 2.46%;
}

.productsPiece .productList .item:nth-child(4n) {
	margin-right: 0;
}

.productsPiece .pager {
	margin-top: 100px;
}


@media screen and (max-width:1660px) {
	.productsPiece .pager {
		margin-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.productsPiece .productList .item:nth-child(n) {
		width: 23.5%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.productsPiece .productList .item:nth-child(4n) {
		margin-right: 0;
	}

	.productsPiece .productList .item:nth-child(-n+4) {
		margin-top: 0;
	}

	.productsPiece .pager {
		margin-top: 50px;
	}
}

@media screen and (max-width:999px) {
	.productsPiece .productList .item:nth-child(n) {
		width: 31%;
		margin-right: 3.5%;
		margin-top: 30px;
	}

	.productsPiece .productList .item:nth-child(3n) {
		margin-right: 0;
	}

	.productsPiece .productList .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.productsPiece .pager {
		margin-top: 40px;
	}
}

@media screen and (max-width:768px) {
	.productsPiece .productList .item:nth-child(n) {
		margin-top: 26px;
	}

	.productsPiece .productList .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.productsPiece .pager {
		margin-top: 30px;
	}
}

@media screen and (max-width:538px) {
	.productsPiece .productList .item:nth-child(n) {
		margin-right: 0;
		width: 48%;
		margin-top: 26px;
	}

	.productsPiece .productList .item:nth-child(-n+2) {
		margin-top: 0;
	}
}


/* productPiece */

.productPiece {
	position: relative;
	padding: 100px 0 98px 0;
}

.productPiece::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-height: 964px;
	background: linear-gradient(0deg, rgba(245, 241, 239, 0.00) 44.48%, rgba(150, 144, 134, 0.20) 107.51%, #827A75 139.93%);
	z-index: -1;
}

.productPiece .safeRange {
	position: relative;
	z-index: 1;
}

.productTit {
	position: relative;
	display: inline-block;
	font-family: Inter-SemiBold;
	font-size: 46px;
	line-height: 56px;
	color: #111111;
	padding-left: 24px;
}

.productTit::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 100%;
	background-color: #E60E15;
}

.productAdvantage .tips {
	margin-top: 19px;
}

.productAdvantage .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 39px;
}

.productAdvantage .list .item {
	width: 31.33%;
	margin-right: 3.005%;
	background-color: #FFFFFF;
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	padding: 40px 30px 44px;
	margin-top: 60px;
}

.productAdvantage .list .item:nth-child(3n) {
	margin-right: 0;
}

.productAdvantage .list .item:nth-child(-n+3) {
	margin-top: 0;
}

.productAdvantage .list .item .sign {
	width: 60px;
	height: 60px;
	border-radius: 4px;
	background-color: #E60E15;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.productAdvantage .list .item .sign img {
	display: block;
}

.productAdvantage .list .item .tit {
	margin-top: 25px;
	color: #333333;
}

.productAdvantage .list .txts {
	margin-top: 11px;
}

.productAdvantage .list .txts p {
	color: #676767;
}

.productPiece .show {
	margin-top: 100px;
}

.productFaq {
	margin-top: 96px;
}

.productFaq .productTit {
	display: block;
}

.productFaq .faqList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 60px;
}

.productFaq .faqList .item {
	width: 48.7%;
}


.productFaq .faqList .item:nth-child(-n+2) {
	margin-top: 0;
}

.faqList .item {
	margin-top: 30px;
	border-radius: 8px;
	overflow: hidden;
	background-color: #F5F6F7;
}

.faqList .item:nth-child(1) {
	margin-top: 0;
}

.faqList .question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 16px;
	cursor: pointer;
	background-color: #ededed;
}

.faqList .item.active .question,
.faqList .item:hover .question {
	background-color: #E60E15;
}

.faqList .question .name {
	color: #333;
	font-family: Inter-SemiBold;
	font-size: 16px;
	line-height: 30px;
}

.faqList .item.active .question .name,
.faqList .item:hover .question .name {
	color: #ffffff;
}

.faqList .question .btns {
	position: relative;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	margin-left: 20px;
	border-radius: 50%;
	background-color: #E60E15;
}

.faqList .item.active .question .btns,
.faqList .item:hover .question .btns {
	background-color: #ffffff;
}

.faqList .question .btns i {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 8px;
	height: 2px;
	background-color: #ffffff;
	transform: translateX(-50%) translateY(-50%);
	border-radius: 10px;
}

.faqList .item.active .question .btns i,
.faqList .item:hover .question .btns i {
	background-color: #E60E15;
}

.faqList .question .btns i.move {
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.faqList .item.active .question .btns i.move {
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.faqList .answer {
	display: none;
	transition: none;
	padding: 24px 16px 30px;
}

.productFaq .faqList .item:nth-child(n) .answer {
	display: block;
}

.faqList .item:nth-child(1) .answer {
	display: block;
}


.faqList .answer p {
	font-size: 16px;
	line-height: 30px;
	color: #4D4D4D;
}

@media screen and (max-width:1660px) {
	.productTit {
		font-size: 36px;
		line-height: 48px;
	}

	.productAdvantage .tips {
		margin-top: 40px;
	}

	.productAdvantage .list {
		margin-top: 50px;
	}

	.productAdvantage .list .item {
		padding: 30px;
		margin-top: 40px;
	}

	.productAdvantage .list .item .sign {
		width: 52px;
		height: 52px;
	}

	.productPiece .show,
	.productFaq {
		margin-top: 80px;
	}

	.productFaq .faqList {
		margin-top: 50px;
	}

	.faqList .item {
		border-radius: 5px;
	}

	.faqList .answer {
		padding: 20px 15px;
	}

	.faqList .question {
		padding: 10px 15px;
	}

	.products .categories .list ul {
		padding: 10px 24px 0;
	}

	.products .categories .list ul li a {
		line-height: 26px;
	}

	.products .categories .list ul li {
		margin-top: 10px;
	}

}

@media screen and (max-width:1333px) {
	.productTit {
		font-size: 30px;
		line-height: 42px;
	}

	.productAdvantage .tips {
		margin-top: 30px;
	}

	.productAdvantage .list {
		margin-top: 40px;
	}

	.productAdvantage .list .item .sign {
		width: 42px;
		height: 42px;
	}

	.productAdvantage .list .item {
		padding: 30px 20px;
		margin-top: 30px;
	}

	.productPiece .show,
	.productFaq {
		margin-top: 60px;
	}

	.productFaq .faqList {
		margin-top: 40px;
	}

	.productAdvantage .list .item .tit {
		margin-top: 16px;
	}
}

@media screen and (max-width:999px) {
	.productTit {
		font-size: 26px;
		line-height: 38px;
		padding-left: 20px;
	}

	.productAdvantage .list {
		justify-content: space-between;
		margin-top: 30px;
	}

	.productAdvantage .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 26px;
	}

	.productAdvantage .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.productPiece .show,
	.productFaq {
		margin-top: 50px;
	}


	.productFaq .faqList .item:nth-child(n) {
		width: 100%;
		margin-top: 26px;
	}

	.productFaq .faqList .item:nth-child(1) {
		margin-top: 0;
	}

	.productFaq .faqList {
		margin-top: 30px;
	}

}

@media screen and (max-width:768px) {
	.productTit {
		font-size: 22px;
		line-height: 34px;
	}

	.productPiece .show,
	.productFaq {
		margin-top: 40px;
	}
}

@media screen and (max-width:450px) {
	.productAdvantage .list .item:nth-child(n) {
		width: 100%;
		margin-top: 26px;
		padding: 30px 15px;
	}

	.productAdvantage .list .item:nth-child(1) {
		margin-top: 0;
	}
}


/* 1-4Product */

.productShow {
	padding: 100px 0 100px 0;
	background: linear-gradient(180deg, #FFF 0%, #F6F6F6 100%);
}

.productShow .con {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	overflow: hidden;
}


.productShow .shows {
	flex-shrink: 0;
	margin-right: 4.4%;
}

.productShow .shows {
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: none;
}

.showSwiperBox {
	position: relative;
	z-index: 999;
}


.productShow .showSwiperBox {
	margin-right: 14px;
	border: 1px solid #E5E5E5;
}


.showSwiper .swiper-slide {
	position: relative;
}

.showSwiper .swiper-slide img {
	display: block;
}


.productShow .shows .showSwiper {
	width: 638px;
	overflow: hidden;
	background-color: #ffffff;
}


.productShow .shows .checkSwiper {
	width: 125px;
	overflow: hidden;
	height: 100%;
}

.productShow .shows .swiperBox {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 638px;
	padding: 25px 0;
}

.productShow .shows .swiperBox .prev,
.productShow .shows .swiperBox .next {
	width: 100%;
	position: absolute;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: auto;
}


.productShow .shows .swiperBox .prev i,
.productShow .shows .swiperBox .next i {
	font-size: 18px;
	color: #1A1A1A;
	transition: .4s ease all;
	font-weight: bold;
}


.productShow .shows .swiperBox .prev:hover i,
.productShow .shows .swiperBox .next:hover i {
	color: #E60E15;
}


.productShow .shows .swiperBox .prev {
	top: -3px;
}

.productShow .shows .swiperBox .prev i {
	transform: rotate(-90deg);
}

.productShow .shows .swiperBox .next {
	bottom: -3px;
	margin-bottom: 0px;
}

.productShow .shows .swiperBox .next i {
	transform: rotate(90deg);
}


.productShow .shows .checkSwiper .swiper-slide {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}


.productShow .shows .checkSwiper .swiper-slide::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	box-sizing: border-box;
	transition: .4s ease all;
	pointer-events: none;
	overflow: hidden;
	border: 1px solid #E5E5E5;
}


.productShow .shows .checkSwiper .swiper-slide.active::after {
	border-color: #E60E15;
}

.productShow .jianjie {
	flex: 1;
	padding-top: 1px;
}


.productShow .jianjie .line {
	height: 1px;
	background-color: rgba(102, 102, 102, 0.2);
	margin-top: 20px;
}

.productShow .jianjie .txts {
	margin-top: 20px;
}

.productShow .jianjie .txts p {
	color: #666666;
	line-height: 30px;
	margin-top: 7px;
}

.productShow .jianjie .txts p:nth-child(1) {
	margin-top: 0;
}


.productShow .jianjie .colors {
	margin-top: 7px;
}

.productShow .jianjie .colors .name {
	color: #666666;
}

.productShow .jianjie .colors .colorList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2px;
	max-width: 440px;
}

.productShow .jianjie .colors .colorList .item {
	width: 25px;
	height: 25px;
	margin-bottom: 7px;
	margin-right: 7px;
	flex-shrink: 0;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.productShow .jianjie .colors .colorList .item  img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.productShow .jianjie .colors .colorList .item.active {
	border-color: #E60E15;
}

.productShow .jianjie .colors .colorList .item:last-child {
	margin-right: 0;
}

.productShow .jianjie .infoMsg {
	margin-top: 12px;
	padding: 10px 0 19px 0;
	border-top: 1px solid rgba(102, 102, 102, .2);
	border-bottom: 1px solid rgb(102, 102, 102, .2);
}


.productShow .jianjie .infoMsg .name,
.productShow .jianjie .infoMsg .num {
	color: #666666;
	display: inline;
}

.productShow .jianjie .infoMsg .name span,
.productShow .jianjie .infoMsg .num span {
	color: #666666;
}

.productShow .jianjie .infoMsg .num a:hover span {
	color: #E60E15;
}

.productShow .jianjie .share {
	justify-content: flex-start;
	margin-top: 14px;
}

.productShow .jianjie .share .name {
	color: #666666;
	margin-right: 12px;
	flex-shrink: 0;
}

/* .productShow .jianjie .share img {
	margin-top: 10px;
} */

.productShow .jianjie .btns {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 14px;
}

.productShow .jianjie .btns .btn {
	margin: 5px 0;
	margin-right: 32px;
	padding: 12.5px 43.4px;
	font-size: 16px;
	line-height: 30px;
	border-radius: 4px;
	background-color: #E60E15;
	color: #ffffff;
	border: 1px solid #E60E15;
}

.productShow .jianjie .btns .btn:last-child {
	margin-right: 0;
}

.productShow .jianjie .btns .btn:hover {
	background-color: transparent;
	color: #E60E15;
}


/*jQzoom*/

.jqzoom {
	float: left;
	position: relative;
	padding: 0px;
	z-index: 99;
}

div.zoomdiv {
	z-index: 200;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
	z-index: 99;
}

div.zoomdiv img {
	max-width: unset !important;
}

div.jqZoomPup {
	z-index: 200;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	transition: none;
}


@media screen and (max-width:1660px) {
	.productShow .shows .showSwiper {
		width: 500px;
		height: 500px;
	}

	.productShow .shows .swiperBox {
		height: 500px;
	}

	.productShow .shows .checkSwiper {
		width: 91.5px;
	}

	.productShow .jianjie .colors .colorList {
		margin-top: 10px;
	}

	.productShow .jianjie .txts p {
		margin-top: 5px;
	}

	.productShow .jianjie .txts {
		margin-top: 16px;
	}

	.productShow .jianjie .infoMsg {
		padding: 16px 0;
		margin-top: 16px;
	}

	.productShow .jianjie .btns .btn {
		padding: 8px 30px;
		margin-right: 20px;
	}

	.productShow .jianjie {
		padding-top: 0;
	}
}

@media screen and (max-width:1333px) {
	.productShow .shows {
		width: 42%;
		margin-right: 0%;
		flex-direction: column;
		align-items: flex-start;
	}

	.productShow .showSwiperBox {
		width: 100%;
		margin-right: 0;
	}

	.productShow .shows .showSwiper {
		width: 100%;
		height: auto;
	}

	.productShow .shows .swiperBox {
		height: auto;
		width: 100%;
		padding: 0 35px;
		margin-top: 14px;
	}

	.productShow .shows .checkSwiper {
		width: 100%;
	}

	.productShow .jianjie {
		flex: none;
		width: 54%;
	}

	.productShow .shows .swiperBox .prev {
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 26px;
		height: 100%;
	}

	.productShow .shows .swiperBox .prev i {
		transform: rotate(180deg);
	}

	.productShow .shows .swiperBox .next {
		top: 50%;
		right: 0;
		left: auto;
		bottom: auto;
		transform: translateY(-50%);
		width: 26px;
		height: 100%;
	}

	.productShow .shows .swiperBox .next i {
		transform: rotate(0);
	}


	.productShow .jianjie .btns .btn {
		padding: 6px 20px;
		line-height: 26px;
	}

}

@media screen and (max-width:999px) {
	.productShow .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.productShow .jianjie {
		width: 100%;
		margin-top: 30px;
	}

	.productShow .shows {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}

	.productShow .jianjie .btns .btn {
		padding: 4px 14px;
		line-height: 24px;
	}

	.productShow .shows .swiperBox .prev i,
	.productShow .shows .swiperBox .next i {
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	.productShow .shows {
		max-width: 360px;
	}
}

@media screen and (max-width:538px) {
	.productShow .shows {
		max-width: 320px;
	}
}


.productDet {
	position: relative;
	padding: 80px 0 100px 0;
}

.productDet::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	z-index: -1;
	background: linear-gradient(0deg, rgba(245, 241, 239, 0.00) 44.48%, rgba(150, 144, 134, 0.20) 107.51%, #827A75 139.93%);
	width: 100%;
	height: 100%;
	max-height: 683px;
}


/* productIntroduction */

.productIntroduction {
	padding: 100px 0 79px 0;
}

.productIntroduction .pTit {
	height: 56px;
	padding: 0 20px;
	border-left: 4px solid #E60E15;
	color: #111111;
	display: flex;
	align-items: center;
}

.productIntroduction .txts {
	margin-top: 19px;
}

.productIntroduction .txts p {
	color: #333333;
}


.productDet .safeRange>div:nth-child(1) {
	margin-top: 0;
}

/* process */

.process {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.process .swiper {
	margin: 0;
	width: 53.33%;
}

.process .box {
	width: 40.93%;
	padding-top: 44px;
}


.process .checks {
	margin-top: 43px;
}


.process .checks .tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #666;
	padding-bottom: 20px;
	cursor: pointer;
}


.process .checks .name {
	font-family: Inter-SemiBold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}


.process .checks .tit:hover .name {
	color: #E60E15;
}


.process .checks .btn {
	width: 30px;
	height: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-left: 30px;
	cursor: pointer;
}


.process .checks .btn i {
	width: 20px;
	height: 3px;
	background-color: #333333;
}



.process .checks .btn i.move {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
	will-change: transform;
}


.process .checks .item.active .btn i.move {
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.process .checks .item {
	margin-top: 27px;
}

.process .checks .item:nth-child(1) {
	margin-top: 0;
}



.process .checks .tit:hover .btn i {
	background-color: #E60E15;
}


.process .checks .txts {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	padding-top: 20px;
	padding-bottom: 30px;
	display: none;
	transition: none;
}

.process .checks .item:nth-child(1) .txts {
	display: block;
}

/* productColor */


.productColor {
	margin-top: 101px;
}

.productColor .colorList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}

.productColor .colorList .item {
	width: 13.55%;
	margin-right: 3.74%;
	margin-top: 29px;
}

.productColor .colorList .item:nth-child(6n) {
	margin-right: 0;
}

.productColor .colorList .item:nth-child(-n+6) {
	margin-top: 0;
}

.productColor .colorList .item .image {
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
}

.productColor .colorList .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.productColor .colorList .item .code {
	color: #676767;
	text-align: center;
	margin-top: 16px;
}


/* productAbility */

.productAbility {
	margin-top: 99px;
}

.productAbility .pTit {
	height: 56px;
	padding: 0 20px;
	border-left: 4px solid #E60E15;
	color: #111111;
	display: flex;
	align-items: center;
}

.productAbility .abilityList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}

.productAbility .abilityList .item {
	width: 32.1%;
	margin-right: 1.85%;
	margin-top: 39px;
}

.productAbility .abilityList .item:nth-child(3n) {
	margin-right: 0;
}

.productAbility .abilityList .item:nth-child(-n+3) {
	margin-top: 0;
}

.productAbility .abilityList .item .image {
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
}


.productAbility .abilityList .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.productAbility .abilityList .item .tit {
	color: #000000;
	margin-top: 10px;
}

.productAbility .abilityList .item .txts {
	color: #676767;
	margin-top: 11px;
}

/* productParameters */

.productParameters {
	margin-top: 99px;
}

.productParameters .txts {
	margin-top: 64px;
}


.productParameters .txts p {
	font-size: 16px;

}

.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}

.table table tr:nth-child(1) td {
	background-color: #F4F5F8;
	text-align: center;
	color: #222222;
	font-family: Inter-SemiBold;
}

.table table tr td {
	padding: 9px 20px;
	font-size: 16px;
	line-height: 30px;
	color: #676767;
	border: 1px solid #E7E7E7;
}



/* productPackaging */

.productPackaging {
	margin-top: 99px;
}

.productPackaging .box {
	background-color: #FFFFFF;
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
	padding: 54px 54px 54px 53px;
	box-sizing: border-box;
}

.productPackaging .clear {
	display: none;
}


.productPackaging .msg {
	width: 47.4%;
}

.productPackaging .msg .pTit {
	height: 56px;
	padding: 0 20px;
	margin-left: -20px;
	border-left: 4px solid #E60E15;
	color: #111111;
	display: flex;
	align-items: center;
}

.productPackaging .msg .txts {
	margin-top: 33px;
}

.productPackaging .msg .txts p {
	color: #333333;
}

.productPackaging .image {
	width: 48.8%;
}

.productPackaging .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


/* appScenarios */

.appScenarios {
	margin-top: 137px;
}

.appScenarios .head {
	align-items: center;
}

.appScenarios .tabs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.appScenarios .tabs span {
	font-family: Inter-SemiBold;
	font-size: 16px;
	line-height: 30px;
	color: #676767;
	cursor: pointer;
	transition: .4s ease all;
	margin: 5px 0;
	margin-left: 42px;
}

.appScenarios .tabs span:hover,
.appScenarios .tabs span.active {
	color: #E60E15;
}

.appScenarios .listBox {
	margin-top: 44px;
}

.appScenarios .list {
	display: flex;
	flex-wrap: wrap;
}

.appScenarios .list .item {
	width: 31.8%;
	margin-right: 2.3%;
	margin-top: 30px;
}

.appScenarios .list .item:nth-child(3n) {
	margin-right: 0;
}

.appScenarios .list .item:nth-child(-n+3) {
	margin-top: 0;
}

.appScenarios .list .item .image {
	position: relative;
}

.appScenarios .list .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

/* productVideos */

.productVideos {
	margin-top: 180px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.productVideos .msg {
	width: 37%;
	padding-bottom: 20px;
}

.productVideos .msg .txts {
	margin-top: 33px;
}

.productVideos .clear {
	display: none;
}

.productVideos .show {
	position: relative;
	width: 56.93%;
	cursor: pointer;
}

.productVideos .show::after {
	content: "";
	position: absolute;
	width: 87.82%;
	height: 95.20%;
	top: -80px;
	right: calc((100vw - 1500px)/ -2);
	z-index: -1;
	background-color: #EDEDED;
}




.video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 9;
}

.video .playBtn {
	width: 54px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-radius: 50%;
}


.video .playBtn img {
	width: 17px;
	transform: translateX(2px);
	filter: grayscale(100%) brightness(500%);
}


.video .playBtn::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 50%;
	background-color: rgba(230, 14, 21, .6);
	border-radius: 50%;
	transition: .4s ease all;
}


.video .playBtn {
	position: relative;
	width: 60px;
	height: 60px;
}


.video .playBtn div {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: 1;
	opacity: 0;
	animation: circles 3.2s linear 0s infinite;
	animation-play-state: running;
	background-color: #E60E15;
	z-index: -2;
	border: 1px solid transparent;
}



.video .playBtn .circle1 {
	animation-delay: 0.8s;
}

.video .playBtn .circle2 {
	animation-delay: 1.6s;
}

.video .playBtn .circle3 {
	animation-delay: 2.4s;
}

.video:hover .playBtn::after {
	background-color: rgba(255, 255, 255, .6);
}

.video:hover .playBtn img {
	filter: grayscale(0%) brightness(100%);
}


.video:hover .playBtn div {
	background-color: #ffffff;
}




@keyframes circles {
	0% {
		transform: scale(1);
		opacity: 0;
	}

	20% {
		transform: scale(1.1);
		opacity: 0.5;
	}

	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}


.pdPiece {
	position: relative;
	padding: 60px 0 115px 0;
}

@media screen and (max-width:1660px) {
	.productIntroduction .txts {
		margin-top: 30px;
	}

	.process .box {
		padding-top: 0;
	}

	.process .checks .txts {
		padding-bottom: 0;
	}

	.process .checks .btn i {
		width: 18px;
	}

	.productDet .safeRange>div:nth-child(n) {
		margin-top: 60px;
	}

	.productDet .safeRange>div:nth-child(1) {
		margin-top: 0;
	}

	.productColor .colorList .item {
		width: 15%;
		margin-right: 2%;
	}

	.productAbility .abilityList .item .tit,
	.productAbility .abilityList .item .txts {
		margin-top: 16px;
	}

	.productAbility .abilityList .item {
		margin-top: 40px;
	}

	.productParameters .txts {
		margin-top: 40px;
	}

	.productPackaging .box {
		padding: 40px;
	}

	.productPackaging .msg .txts {
		margin-top: 30px;
	}

	.appScenarios .listBox {
		margin-top: 40px;
	}

	.appScenarios .tabs span {
		margin-left: 30px;
	}

	.productVideos {
		padding-top: 80px;
	}

	.productVideos .show::after {
		right: -80px;
		top: -60px;
	}

	.productVideos .msg .txts {
		margin-top: 30px;
	}
	
	.productAbility .abilityList .item .image {
		border-radius: 5px;
	}
}

@media screen and (max-width:1333px) {
	.process .checks .name {
		font-size: 18px;
	}

	.process .checks .btn i {
		height: 2px;
	}

	.process .checks .tit {
		padding-bottom: 16px;
	}

	.process .checks .txts {
		padding-top: 16px;
	}

	.productColor .colorList .item:nth-child(n) {
		width: 18.4%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.productColor .colorList .item:nth-child(5n) {
		margin-right: 0;
	}

	.productColor .colorList .item:nth-child(-n+5) {
		margin-top: 0;
	}

	.productAbility .abilityList .item {
		margin-top: 30px;
	}

	.productVideos {
		padding-top: 60px;
	}

	.productPackaging .box {
		padding: 30px;
	}
}

@media screen and (max-width:999px) {
	.process {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.process .box {
		width: 100%;
	}

	.process .checks .name {
		font-size: 16px;
		line-height: 28px;
	}

	.process .checks .tit {
		padding-bottom: 10px;
	}

	.process .checks .txts {
		padding-top: 10px;
	}

	.process .checks .item {
		margin-top: 20px;
	}

	.process .swiper {
		width: 100%;
		margin-top: 26px;
	}

	.productColor .colorList .item:nth-child(n) {
		width: 23.5%;
		margin-right: 2%;
		margin-top: 26px;
	}

	.productColor .colorList .item:nth-child(4n) {
		margin-right: 0;
	}

	.productColor .colorList .item:nth-child(-n+4) {
		margin-top: 0;
	}

	.productColor .colorList .item .code {
		margin-top: 10px;
	}

	.process .checks,
	.productColor .colorList,
	.productAbility .abilityList,
	.productParameters .txts {
		margin-top: 30px;
	}

	.productAbility .abilityList {
		justify-content: space-between;
	}

	.productAbility .abilityList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 26px;
	}

	.productAbility .abilityList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.productDet .safeRange>div:nth-child(n) {
		margin-top: 50px;
	}

	.productDet .safeRange>div:nth-child(1) {
		margin-top: 0;
	}

	.table table tr td {
		font-size: 14px;
		line-height: 26px;
	}

	.productPackaging .box {
		padding: 30px 20px;
		flex-direction: column;
		align-items: flex-start;
	}

	.productPackaging .msg .txts {
		margin-top: 26px;
	}

	.productPackaging .msg {
		width: 100%;
	}

	.productPackaging .image {
		width: 100%;
		margin-top: 26px;
	}

	.appScenarios .head {
		flex-direction: column;
		align-items: flex-start;
	}

	.appScenarios .tabs {
		justify-content: flex-start;
		margin-top: 20px;
	}

	.appScenarios .tabs span {
		margin-left: 0;
		margin-right: 20px;
		font-size: 16px;
		line-height: 28px;
	}

	.appScenarios .listBox {
		margin-top: 30px;
	}

	.appScenarios .list {
		justify-content: space-between;
	}

	.appScenarios .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 26px;
	}

	.appScenarios .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.productVideos {
		flex-direction: column;
		align-items: flex-start;
		padding-top: 0;
	}

	.productVideos .msg .txts {
		margin-top: 26px;
	}

	.productVideos .msg {
		width: 100%;
	}


	.productVideos .show {
		width: 100%;
		margin-top: 40px;
	}

	.productVideos .show::after {
		top: -30px;
	}

	.video .playBtn img {
		width: 12px;
	}

	.video .playBtn {
		width: 54px;
		height: 54px;
	}

	.productIntroduction .txts {
		margin-top: 26px;
	}

	.process .checks .btn i {
		width: 12px;
	}
}

@media screen and (max-width:768px) {
	.productColor .colorList .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 26px;
	}

	.productColor .colorList .item:nth-child(3n) {
		margin-right: 0;
	}

	.productColor .colorList .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.productDet .safeRange>div:nth-child(n) {
		margin-top: 40px;
	}

	.productDet .safeRange>div:nth-child(1) {
		margin-top: 0;
	}


	.productVideos .show::after {
		right: -25px;
	}

	.appScenarios .listBox {
		margin-top: 25px;
	}
}

@media screen and (max-width:538px) {
	.productColor .colorList {
		justify-content: space-between;
	}

	.productColor .colorList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 26px;
	}

	.productColor .colorList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.productAbility .abilityList .item:nth-child(n) {
		width: 100%;
		margin-top: 26px;
	}

	.productAbility .abilityList .item:nth-child(-n+1) {
		margin-top: 0;
	}


	.productPackaging .box {
		padding: 30px 15px;
	}


	.appScenarios .tabs span {
		margin-right: 16px;
		font-size: 14px;
		line-height: 26px;
	}

	.appScenarios .list .item:nth-child(n) {
		width: 100%;
		margin-top: 26px;
	}

	.appScenarios .list .item:nth-child(1) {
		margin-top: 0;
	}

}


/* 2-1About */


.innerNav {
	height: 66px;
}

.pointNav {
	z-index: 999;
	width: 100%;
	max-width: 1500px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	transition: none;
}

.pointNav.active {
	position: fixed;
	top: 80px;
	width: calc(100% - 160px);
}

.pointNav.active::after {
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.2);
}

.pointNav::after {
	content: "";
	width: 100vw;
	position: absolute;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	transition: .4s ease all;
	background-color: #EDEDED;
	z-index: -1;
}

.pointNav .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}

.pointNav .swiper .swiper-slide {
	width: auto;
	margin-right: 23.5px;
}

.pointNav .swiper .swiper-slide:last-child {
	margin-right: 0;
}

.pointNav .swiper .swiper-slide:last-child {
	margin-right: 0;
}

.pointNav a {
	padding: 17px 10px 19px;
	color: #676767;
	font-size: 16px;
	line-height: 30px;
	display: block;
	position: relative;
	text-transform: uppercase;
}

.pointNav a::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 2px;
	background-color: #E60E15;
	transition: .4s ease all;
}

.pointNav .swiper-slide {
	height: auto;
}

.pointNav .swiper-slide a {
	height: 100%;
}

.pointNav .swiper-slide.active a,
.pointNav a:hover {
	color: #E60E15;
}

.pointNav .swiper-slide.active a:after,
.pointNav a:hover:after {
	right: auto;
	left: 0;
	width: 100%;
}

@media screen and (max-width:1660px) {
	.pointNav a {
		padding: 12px 10px;
	}

	.innerNav {
		height: 54px;
	}
}

@media screen and (max-width:999px) {
	.pointNav a {
		font-size: 14px;
		line-height: 26px;
	}

	.pointNav.active {
		top: 60px;
	}

	.innerNav {
		height: 50px;
	}

	.pointNav .swiper .swiper-slide {
		margin-right: 20px;
	}
}

@media screen and (max-width:768px) {
	.pointNav.active {
		top: 50px;
		width: calc(100% - 50px);
	}

	.pointNav a {
		padding: 10px 4px;
	}

	.innerNav {
		height: 46px;
	}
}

@media screen and (max-width:538px) {
	.pointNav.active {
		width: calc(100% - 30px);
	}
}

/* aboutUs */


.aboutUs {
	padding: 100px 0 108px 0;
}


.aboutUs .intro .show {
	float: right;
	width: 50%;
	margin-left: 4.7%;
	position: relative;
	margin-bottom: 30px;
}

.aboutUs .intro .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.aboutUs .title {
	color: #222222;
}

.lTit {
	position: relative;
}

.lTit::after {
	content: "";
	display: block;
	width: 100%;
	max-width: 150px;
	height: 3px;
	background-color: #E60E15;
	margin-top: 21px;
}

.aboutUs .txts {
	margin-top: 50px;
}

.aboutUs .txts p {
	color: #444444;
}

.aboutUs .numList {
	clear: both;
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
}

.aboutUs .numList .item {
	width: 25%;
	margin-top: 65px;
	padding-right: 20px;
}

.aboutUs .numList .item:nth-child(-n+4) {
	margin-top: 0;
}

.aboutUs .numList .num {
	color: #111111;
	font-size: 40px;
	line-height: 50px;
}


.aboutUs .numList .num i {
	font-style: normal;
	font-weight: 700;
}

.aboutUs .numList .name {
	margin-top: 9px;
	color: rgba(51, 51, 51, .8);
}

@media screen and (max-width:1660px) {
	.lTit::after {
		max-width: 100px;
		margin-top: 16px;
	}

	.aboutUs .txts {
		margin-top: 30px;
	}

	.aboutUs .numList .item {
		margin-top: 40px;
	}

	.aboutUs .numList {
		margin-top: 50px;
	}

	.aboutUs .numList .num {
		font-size: 30px;
		line-height: 40px;
	}

	.aboutUs .intro .show {
		margin-bottom: 26px;
	}
}

@media screen and (max-width:1333px) {
	.lTit::after {
		max-width: 60px;
	}

	.aboutUs .numList {
		margin-top: 40px;
	}

	.aboutUs .numList .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		padding-right: 0;
		margin-top: 30px;
	}

	.aboutUs .numList .item:nth-child(3n) {
		margin-right: 0;
	}

	.aboutUs .numList .item:nth-child(-n+3) {
		margin-top: 0;
	}


	.aboutUs .numList .num {
		font-size: 26px;
		line-height: 38px;
	}
}

@media screen and (max-width:999px) {
	.aboutUs .txts {
		margin-top: 26px;
	}

	.aboutUs .intro .show {
		width: 100%;
		margin: 0;
		float: none;
	}

	.aboutUs .title {
		margin-top: 30px;
	}

	.aboutUs .numList {
		margin-top: 30px;
	}

	.aboutUs .numList .item:nth-child(n) {
		margin-top: 26px;
	}

	.aboutUs .numList .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.aboutUs .numList .num {
		font-size: 24px;
		line-height: 36px;
	}
}

@media screen and (max-width:768px) {
	.aboutUs .numList .num {
		font-size: 22px;
		line-height: 34px;
	}
}

@media screen and (max-width:538px) {
	.aboutUs .numList .item:nth-child(n) {
		width: 48%;
		margin-top: 26px;
	}

	.aboutUs .numList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.aboutUs .numList {
		justify-content: space-between;
	}
}

/* culture */

.culture {
	position: relative;
	padding: 80px 0 100px 0;
}


.culture .cTit {
	text-align: center;
}

.culture .cTit .title {
	color: #222222;
}


.culture .cTit .lTit::after {
	margin: 0 auto;
	margin-top: 21px;
}

.culture .swiperBox {
	margin-top: 40px;
}

.culture .swiper-slide {
	position: relative;
	height: auto;
	background-color: #ffffff;
	padding: 30px 30px 34px;
	overflow: hidden;
}

.culture .swiper-slide .sign {
	width: 50px;
	height: 50px;
	position: relative;
	z-index: 2;
	background-color: #E60E15;
}

.culture .swiper-slide .sign img {
	width: 100%;
	height: 100%;
	display: block;
}

.culture .swiper-slide .tit {
	margin-top: 20px;
	color: #333333;
	position: relative;
	z-index: 2;
	transition: .4s ease all;
}

.culture .swiper-slide .txts {
	margin-top: 219px;
	color: #666666;
	position: relative;
	z-index: 2;
	transition: .4s ease all;
}

.culture .swiper-slide .txts  p{
	line-height: 28px;
}

.culture .swiper-slide .image {
	position: absolute;
	right: 30px;
	top: 30px;
	width: 57%;
	height: 57%;
	z-index: 0;
	overflow: hidden;
	transition: .4s ease all;
}

.culture .swiper-slide .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}

.culture .swiper-slide:hover .image {
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.culture .swiper-slide .image::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.5) 100%);
	transition: .4s ease all;
	opacity: 0;
}

.culture .swiper-slide:hover .image::after {
	opacity: 1;
}

.culture .swiper-slide:hover .image img {
	transform: none;
}

.culture .swiper-slide:hover .tit,
.culture .swiper-slide:hover .txts,
.culture .swiper-slide.mission .tit,
.culture .swiper-slide.mission .txts {
	color: #ffffff;
}

@media screen and (max-width:1660px) {
	.culture .swiper-slide {
		padding: 30px 20px;
	}

	.culture .swiper-slide .txts {
		margin-top: 170px;
	}

}

@media screen and (max-width:1333px) {
	.culture .cTit .lTit::after {
		margin-top: 16px;
	}

	.culture .swiper-slide .tit {
		margin-top: 16px;
	}
}

@media screen and (max-width:999px) {
	.culture .swiper .swiper-slide .image {
		position: static;
		width: 100%;
		height: auto;
	}

	.culture .swiper .swiper-slide .image::after {
		display: none;
	}

	.culture .swiper-slide .txts {
		margin-top: 16px;
	}

	.culture .swiper-slide .sign {
		margin-top: 16px;
	}

	.culture .swiper .swiper-slide .tit {
		color: #333333;
	}

	.culture .swiper .swiper-slide .txts {
		color: #666666;
	}

	.culture .swiper-slide .sign {
		width: 46px;
		height: 46px;
	}

	.culture .swiper-slide {
		padding: 20px 15px;
	}
}

@media screen and (max-width:768px) {
	.culture .swiper-slide .sign {
		width: 40px;
		height: 40px;
	}
}



/* history */

.history {
	background: linear-gradient(180deg, #ffffff 0%, #F6F6F6 100%);
	padding: 100px 0 103px 0;
}

.history .cTit {
	text-align: center;
	display: none;
}


.history .con {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.history .imgSwiper {
	width: 48%;
	border-radius: 8px;
	overflow: hidden;
}

.history .imgSwiper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}

.history .msg {
	width: 45.45%;
	padding-bottom: 42px;
}

.history .gallery {
	overflow: hidden;
	margin-top: 69px;
}


.history .gallery .year {
	color: #E60E15;
}

.history .gallery .tit {
	margin-top: 27px;
	color: #333333;
}

.history .gallery .txts {
	margin-top: 14px;
	color: #666666;
	line-height: 30px;
}


.history .thumbs {
	position: relative;
	margin-top: 57px;
	padding: 0px 60px;
}

.history .thumbs .swiper-slide {
	position: relative;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}


.history .thumbs .swiper-slide .circle {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.history .thumbs .swiper-slide .circle div {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #CCCCCC;
	flex-shrink: 0;
	margin: 0 10px;
}

.history .thumbs .swiper-slide-thumb-active .circle div,
.history .thumbs .swiper-slide:hover .circle div {
	background-color: #E60E15;
}


.history .thumbs .swiper-slide .circle::after,
.history .thumbs .swiper-slide .circle::before {
	content: "";
	flex: 1;
	height: 2px;
	background-color: #E6E6E6;
	border-radius: 99px;
}

.history .thumbs .swiper-slide:nth-child(1) .circle::before,
.history .thumbs .swiper-slide:last-child .circle::after {
	opacity: 0;
}

.history .thumbs .time {
	color: #999;
	text-align: center;
	font-family: Inter-SemiBold;
	font-size: 20px;
	line-height: 30px;
	margin-top: 16px;
}

.history .thumbs .swiper-slide.swiper-slide-thumb-active .time,
.history .thumbs .swiper-slide.swiper-slide:hover .time {
	color: #E60E15;
}

.history .thumbs .sBtns>div {
	top: 5px;
}

.history .thumbs .sBtns>div.prev {
	left: 0;
}

.history .thumbs .sBtns>div.next {
	right: 0;
}

@media screen and (max-width:1660px) {
	.history .msg {
		padding-bottom: 0;
	}

	.history .gallery .tit,
	.history .gallery .txts {
		margin-top: 16px;
	}

	.history .gallery {
		margin-top: 50px;
	}

	.history .imgSwiper {
		border-radius: 5px;
	}
}

@media screen and (max-width:1333px) {
	.history .thumbs .time {
		font-size: 18px;
		line-height: 28px;
	}

	.history .gallery {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.history .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.history .msg .title {
		display: none;
	}

	.history .gallery {
		margin-top: 0;
	}

	.history .gallery .tit,
	.history .gallery .txts {
		margin-top: 10px;
	}

	.history .imgSwiper {
		width: 100%;
	}

	.history .msg {
		width: 100%;
		margin-top: 26px;
	}

	.history .thumbs {
		padding: 0;
	}

	.history .innerSbtns.sBtns>div.prev {
		left: -55px;
	}

	.history .innerSbtns.sBtns>div.next {
		right: -55px;
	}

	.history .thumbs {
		margin-top: 40px;
	}

	.history .thumbs .time {
		font-size: 16px;
		line-height: 26px;
	}

	.history .thumbs .swiper-slide:nth-child(n) .circle::after,
	.history .thumbs .swiper-slide:nth-child(n) .circle::before {
		opacity: 1;
	}


	.history .cTit {
		text-align: center;
		display: block;
	}


	.history .cTit .title::after {
		margin: 0 auto;
		margin-top: 12px;
	}

	.history .con {
		margin-top: 30px;
	}

}

@media screen and (max-width:768px) {
	.history .thumbs .time {
		margin-top: 10px;
	}

	.history .msg {
		margin-top: 20px;
	}

}



/* enterprise */


.enterprise {
	position: relative;
}

.enterprise .imgSwiper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

.enterprise .imgSwiper .swiper-slide.image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}

.enterprise .panel {
	display: flex;
	align-items: center;
}

.enterprise .panel .checks {
	width: 37.7%;
	position: relative;
	z-index: 9;
	padding: 101px 0 155px 10.7%;
}

.enterprise .panel .checks::after {
	content: "";
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: calc((100vw - 1500px)/ -2);
	width: calc(100% + (100vw - 1500px)/2);
	z-index: -1;
}

.enterprise .panel .checkBtns {
	margin-top: 86px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}


.enterprise .panel .checkBtns .item {
	margin-top: 23px;
	color: #D9D9D9;
	font-family: Inter-SemiBold;
	font-size: 20px;
	line-height: 30px;
	cursor: pointer;
	position: relative;
	z-index: 9;
}


.enterprise .panel .checkBtns .item::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 4px;
	background-color: #E60E15;
	height: 6px;
	z-index: -1;
	width: 0;
	transition: .4s ease all;
}


.enterprise .panel .checkBtns .item.active::after,
.enterprise .panel .checkBtns .item:hover::after {
	width: 100%;
}

.enterprise .panel .checkBtns .item.active,
.enterprise .panel .checkBtns .item:hover {
	color: #ffffff;
}

.enterprise .panel .checkBtns .item:nth-child(1) {
	margin-top: 0;
}


.enterprise .panel .checkBtns .num {
	font-family: Inter-SemiBold;
	font-size: 30px;
	background: linear-gradient(270deg, #999 0%, #FFF 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-right: 30px;
}



.enterprise .title {
	color: #ffffff;
}

.enterprise .title::after {
	margin-top: 32px;
}

.enterprise .msgSwiper {
	width: 62.3%;
	padding: 40px 0;
	padding-top: 10.4%;
}

.enterprise .msgSwiper .swiper {
	max-width: 457px;
	margin-right: 0;
	background-color: #E60E15;
	border-radius: 50px 0 0 0;
	overflow: hidden;
}

.enterprise .msgSwiper .swiper-slide {
	padding: 89px 48px 88px 49px;
}

.enterprise .msgSwiper .tit {
	color: #ffffff;
}

.enterprise .msgSwiper .txts {
	margin-top: 11px;
	color: #ffffff;
}

.enterprise .msgSwiper .txts p {
	font-size: 20px;
}


@media screen and (max-width:1660px) {
	.enterprise .panel .checks::after {
		right: -80px;
		width: calc(100% + 80px);
	}

	.enterprise .msgSwiper {
		padding: 40px 0;
	}

	.enterprise .msgSwiper .swiper-slide {
		padding: 40px 30px;
	}

	.enterprise .msgSwiper .swiper {
		border-radius: 20px 0 0 0;
	}

	.enterprise .msgSwiper .txts {
		margin-top: 26px;
	}

	.enterprise .panel .checks {
		padding: 80px 0 80px 30px;
	}

	.enterprise .panel .checkBtns .num {
		font-size: 26px;
		margin-right: 20px;
	}

	.enterprise .msgSwiper .swiper {
		max-width: 400px;
	}

}

@media screen and (max-width:1333px) {
	.enterprise .panel .checks {
		width: 40%;
	}

	.enterprise .msgSwiper {
		width: 60%;
	}

	.enterprise .panel .checks {
		padding: 60px 0 60px 30px;
	}

	.enterprise .panel .checkBtns {
		margin-top: 50px;
	}

	.enterprise .panel .checkBtns .num {
		font-size: 20px;
		margin-right: 10px;
	}

	.enterprise .panel .checkBtns .item {
		font-size: 18px;
		line-height: 30px;
	}

	.enterprise .panel .checkBtns .item::after {
		height: 4px;
	}

	.enterprise .title::after {
		margin-top: 20px;
	}

	.enterprise .msgSwiper .swiper {
		border-radius: 10px 0 0 0;
	}

	.enterprise .msgSwiper .swiper-slide {
		padding: 40px 30px;
	}

	.enterprise .msgSwiper .txts {
		margin-top: 20px;
	}
}

@media screen and (max-width:999px) {
	.enterprise .panel .checks {
		padding: 50px 0 50px 20px;
	}

	.enterprise .msgSwiper .swiper {
		border-radius: 5px 0 0 0;
	}

	.enterprise .msgSwiper .swiper-slide {
		padding: 30px 20px;
	}

	.enterprise .msgSwiper .txts {
		margin-top: 16px;
	}

	.enterprise .panel .checkBtns {
		margin-top: 40px;
	}
}

@media screen and (max-width:768px) {
	.enterprise .panel {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.enterprise .msgSwiper {
		width: 100%;
	}

	.enterprise .msgSwiper .swiper {
		max-width: 100%;
		margin: 0;
	}

	.enterprise .panel .checks {
		width: 100%;
	}

	.enterprise .panel .checks::after {
		right: -25px;
		width: calc(100% + 25px);
	}

	.enterprise .panel .checkBtns {
		margin-top: 30px;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.enterprise .panel .checkBtns .item {
		margin: 5px 0;
		margin-right: 20px;
		font-size: 16px;
		line-height: 28px;
	}


	.enterprise .panel .checkBtns .num {
		font-size: 18px;
	}

	.enterprise .title::after {
		margin-top: 15px;
	}


	.enterprise .panel .checks {
		padding: 40px 0 20px 20px;
	}


	.enterprise .msgSwiper {
		padding: 26px 0 40px 0;
	}

}

@media screen and (max-width:538px) {
	.enterprise .panel .checks::after {
		right: -15px;
		width: calc(100% + 15px);
	}

	.enterprise .panel .checks {
		padding: 40px 0 20px 15px;
	}
}

/* certification */

.certification {
	background: linear-gradient(180deg, #ffffff 0%, #F6F6F6 100%);
	position: relative;
	padding: 100px 0 107px;
}

.certification .cTit .title {
	color: #222222;
	text-align: center;
}

.certification .cTit .lTit::after {
	margin: 0 auto;
	margin-top: 21px;
}

.certificateSwiper {
	margin-top: 51px;
	overflow: visible;
}

.certificateSwiper .swiper {
	overflow: visible;
}

.certificateSwiper .swiper-wrapper {
	pointer-events: none;
}

.certificateSwiper .swiper-slide {
	height: auto;
	background-color: #ffffff;
	padding: 17px 17px 31px;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: 0 5px 15px 0 rgba(46, 61, 80, 0.05);
	opacity: 0;
	transition: .4s ease opacity;
}

.certificateSwiper .swiper-slide.swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}

.certificateSwiper .swiper-slide .image:hover img {
	transform: translateY(-10px);
}


.certificateSwiper .name {
	margin-top: 16px;
	color: #555555;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.certificateSwiper .sBtns>div {
	top: 48.6%;
}

.certificateSwiper .sBtns .prev {
	left: -83px;
}

.certificateSwiper .sBtns .next {
	right: -83px;
}

@media screen and (max-width:1660px) {
	.certificateSwiper .swiper-slide {
		padding: 15px 15px 20px;
	}

	.certificateSwiper {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.certification .cTit .lTit::after {
		margin-top: 12px;
	}

	.certificateSwiper {
		margin-top: 30px;
	}
}


/* brands */

.brands {
	padding: 119px 0 100px 0;
	overflow: hidden;
	max-width: 1920px;
	margin: 0 auto;
}

.brands .con {
	position: relative;
}

.brands .con::after,
.brands .con::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 1.41%, rgba(255, 255, 255, .0) 30.98%, rgba(255, 255, 255, .0) 70.42%, rgba(255, 255, 255, 1) 100%);
}


.brands .marquee {
	width: 100%;
}

.brands .marquee .list {
	display: flex;
	width: max-content;
}

.brands .marquee .item {
	width: 250px;
	margin: 0 23px;
	background-color: #ffffff;
	border-radius: 8px;
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.brands .marquee .item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.brands .marqueeLeft {
	margin-bottom: 50px;
}

.brands .marqueeLeft .list {
	animation: brandsMarqueeLeft 30s linear infinite;
}

.brands .marqueeRight .list {
	animation: brandsMarqueeRight 30s linear infinite;
}

.brands .marquee:hover .list {
	animation-play-state: paused;
}

@keyframes brandsMarqueeLeft {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

@keyframes brandsMarqueeRight {
	0% {
		transform: translateX(-50%);
	}

	100% {
		transform: translateX(0);
	}
}

@media screen and (max-width:1660px) {
	.brands .marquee .item {
		width: 220px;
		margin: 0 20px;
		border-radius: 5px;
	}

	.brands .marqueeLeft {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:1333px) {
	.brands .marquee .item {
		width: 200px;
		margin: 0 16px;
	}

	.brands .marqueeLeft {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:999px) {
	.brands .marquee .item {
		width: 180px;
		margin: 0 12px;
	}

	.brands .marqueeLeft {
		margin-bottom: 26px;
	}
}

@media screen and (max-width:768px) {
	.brands .marquee .item {
		width: 160px;
		margin: 0 12px;
	}
}

@media screen and (max-width:538px) {
	.brands .marquee .item {
		width: 140px;
	}
}


/* 2-2About-Blog */

.blog {
	padding: 110px 0 95px 0;
}

.blog .list {
	display: flex;
	flex-wrap: wrap;
}

.blog .list .item {
	width: 48.67%;
	margin-right: 2.66%;
	margin-top: 40px;
}

.blog .list .item:nth-child(2n) {
	margin-right: 0;
}

.blog .list .item:nth-child(-n+2) {
	margin-top: 0;
}

.blog .image {
	overflow: hidden;
}

.blog .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.blog .msg {
	padding-top: 38px;
	position: relative;
}

.blog .time {
	display: flex;
	align-items: center;
}

.blog .time img {
	width: 26px;
	height: 26px;
	display: block;
	margin-right: 7px;
}

.blog .time span {
	color: #676767;
	line-height: 30px;
}

.blog .tit {
	display: block;
	height: 60px;
	margin-top: 17px;
	color: #333333;
}

.blog .tit.redColor {
	color: #E60E15;
}

.blog .tit:hover {
	color: #E60E15;
}

.blog .txts {
	height: 90px;
	margin-top: 15px;
	color: #676767;
}

.blog .iBtn {
	margin-top: 30px;
	border: 1px solid #E60E15;
}

.blog .iBtn:hover {
	background-color: #ffffff;
	color: #E60E15;
}

.blog .pager {
	margin-top: 95px;
}

@media screen and (max-width:1660px) {
	.blog .msg {
		padding-top: 0;
		margin-top: 20px;
	}

	.blog .iBtn {
		margin-top: 20px;
	}

	.blog .pager {
		margin-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.blog .pager {
		margin-top: 50px;
	}
}

@media screen and (max-width:999px) {
	.blog .time img {
		width: 22px;
		height: 22px;
	}

	.blog .tit {
		height: 56px;
	}

	.blog .txts {
		height: 52px;
		-webkit-line-clamp: 2;
	}

	.blog .list .item {
		margin-top: 30px;
	}

	.blog .pager {
		margin-top: 40px;
	}

}

@media screen and (max-width:768px) {
	.blog .list .item {
		width: 48%;
		margin-right: 4%;
	}

	.blog .list .item:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width:538px) {

	.blog .list .item:nth-child(n) {
		width: 100%;
		margin-right: 0;
		margin-top: 26px;
	}

	.blog .list .item:first-child {
		margin-top: 0;
	}

	.blog .tit {
		height: auto;
	}

	.blog .txts {
		height: auto;
	}

}



/* 2-3newDet */

.newDet {
	padding: 100px 0 80px 0;
}

.newDet .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.newDet .describe {
	width: 66.66%;
}


.newDet .tips {
	display: flex;
	align-items: center;
	margin-top: 11px;
}

.newDet .time {
	display: flex;
	align-items: center;
}

.newDet .time img {
	width: 26px;
	height: 26px;
	display: block;
	margin-right: 7px;
}

.newDet .time span {
	color: #676767;
	line-height: 30px;
}

.newDet .newDetPiece {
	margin-top: 10px;
	padding: 20px 0 15px 0;
	border-top: 1px solid rgba(153, 153, 153, .5);
	border-bottom: 1px solid rgba(153, 153, 153, .5);
}



.newDet .newDetPiece .part:nth-child(1) {
	margin-top: 0;
}

.newDet .part {
	margin-top: 28px;
}


.newDet .part .msg p {
	color: #666;
	font-size: 16px;
}

.newDet .part .msg p a {
	color: #666666;
}


.newDet .part .txts p {
	font-size: 16px;
}

.newDet .part .tit {
	color: #333333;
	margin-bottom: 8px;
}

.newDet .quote {
	margin-top: 26px;
	padding: 20px;
	background-color: #F8F8F8;
	color: #676767;
	font-size: 16px;
	line-height: 30px;
}

.newDet .quote p {
	font-size: 16px;
	color: #676767;
}

.standardEdit p em {
	display: block;
	font-style: normal;
	padding-left: 25px;
	position: relative;
}

.standardEdit p em::after {
	content: "";
	position: absolute;
	left: 9px;
	top: 13px;
	width: 5px;
	height: 5px;
	background-color: #676767;
	border-radius: 50%;
}


.newDet .share {
	margin-top: 45px;
}

.share {
	display: flex;
	align-items: center;
}

.share span {
	color: #676767;
	line-height: 30px;
	margin-right: 15px;
}

.newDet .prevOrNext {
	margin-top: 33px;
}

.prevOrNext {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.newDet .prevOrNext>div {
	display: flex;
	align-items: center;
	width: 49%;
}

.newDet .prevOrNext .next {
	justify-content: flex-end;
}

.newDet .prevOrNext .box {
	flex: 1;
}

.newDet .prevOrNext .next .box .tit {
	text-align: right;
}


.newDet .prevOrNext .next a.tit:hover {
	color: #E60E15;
}

.newDet .prevOrNext .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 42px;
	height: 45px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: bold;
	background-color: #F3F3F3;
	color: #E60E15;
}

.newDet .prevOrNext .prev .btn {
	margin-right: 17px;
}

.newDet .prevOrNext .next .btn {
	margin-left: 17px;
}

.newDet .prevOrNext .next a.btn:hover {
	background-color: #E60E15;
	color: #FFFFFF;
}

.newDet .prevOrNext .tit {
	color: #333333;
	line-height: 30px;
}

.newDet .prevOrNext .name {
	color: #333333;
	line-height: 30px;
}

.newDet .prevOrNext a.name:hover {
	color: #E60E15;
}

.newDet .newSlides {
	width: 25.86%;
}

.newDet .newSlides .title {
	padding: 23px 16px 23px;
	border: 1px solid #D9D9D9;
	border-radius: 0 20px 0 0;
	color: #111111;
}

.newDet .newSlides .search {
	padding: 26px 18px 25px;
	border: 1px solid #D9D9D9;
	border-top: 0;
}

.newDet .newSlides .search .box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #EDEDED;
	padding: 0 20px 0 20px;
}

.newDet .newSlides .search .box>input {
	width: 100%;
	height: 58px;
	border: 0;
	outline: none;
	box-sizing: border-box;
	color: #333;
	font-size: 14px !important;
	line-height: 28px !important;
	flex: 1;
	background-color: transparent;
}

.newDet .newSlides .search input::-webkit-input-placeholder {
	color: #676767;
	font-size: 14px !important;
	line-height: 28px !important;
}

.newDet .newSlides .search input:-moz-placeholder {
	color: #676767;
	font-size: 14px !important;
	line-height: 28px !important;
}

.newDet .newSlides .search input::-moz-placeholder {
	color: #676767;
	font-size: 14px !important;
	line-height: 28px !important;
}

.newDet .newSlides .search input:-ms-input-placeholder {
	color: #676767;
	font-size: 14px !important;
	line-height: 28px !important;
}

.newDet .newSlides .search .subBtn {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #E60E15;
	color: #FFFFFF;
	border: 0;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	flex-shrink: 0;
	margin-left: 20px;
	border-radius: 4px;
}

.newDet .newSlides .search .subBtn i {
	font-size: 14px;
	font-weight: bold;
}


.newDet .newSlides .search .subBtn:hover {
	background-color: #ffffff;
	color: #E60E15;
}

.newDet .newSlides .search .subBtn input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	cursor: pointer;
	opacity: 0;
}

.newDet .latestBlogs {
	margin-top: 60px;
}

.newDet .latestBlogs .list {
	border: 1px solid #D9D9D9;
	border-top: 0;
	padding: 26px 15px 25px;
}

.newDet .latestBlogs .list li {
	margin-top: 35px;
}

.newDet .latestBlogs .list li:nth-child(1) {
	margin-top: 0;
}

.newDet .latestBlogs .image {
	display: block;
	width: 100%;
	padding-bottom: 62%;
	position: relative;
	overflow: hidden;
}

.newDet .latestBlogs .image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}

.newDet .latestBlogs .time {
	margin-top: 15px;
}

.newDet .latestBlogs .name {
	margin-top: 7px;
}

.newDet .latestBlogs .iBtn {
	margin-top: 15px;
	border: 1px solid #E60E15;
	width: 40px;
	height: 40px;
}

.newDet .latestBlogs .iBtn i {
	font-size: 18px;
}


.newDet .latestBlogs .iBtn:hover {
	background-color: #ffffff;
	color: #E60E15;
}

.newProducts {
	position: relative;
	padding: 60px 0 115px 0;
}

.linearBg::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-height: 594px;
	background: linear-gradient(0deg, #FFFFFF 0%, #F6F6F6 100%);
	z-index: -2;
}


.relatedProducts .title {
	color: #000000;
}

.relatedProducts .swiperBox {
	margin-top: 51px;
}

.relatedProducts .image {
	overflow: hidden;
}

.relatedProducts .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.relatedProducts .name {
	display: block;
	margin-top: 16px;
	color: #333333;
	line-height: 30px;
}

.relatedProducts .name:hover {
	color: #E60E15;
}

.relatedProducts .btn {
	margin-top: 16px;
	display: flex;
	align-items: center;
	width: max-content;
	max-width: 100%;
}

.relatedProducts .btn:hover {
	color: #E60E15;
}

.innerSbtns.sBtns>div {
	width: 45px;
	height: 45px;
	font-size: 18px;
	background-color: #999;
}

.innerSbtns.sBtns>div:hover {
	background-color: #E60E15;
}

.innerSbtns.sBtns>div.prev {
	left: -83px;
}

.innerSbtns.sBtns>div.next {
	right: -83px;
}


.relatedProducts .innerSbtns.sBtns>div {
	top: 40%;
}


@media screen and (max-width:1750px) {
	.innerSbtns.sBtns>div {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}


	.innerSbtns.sBtns>div.prev {
		left: -65px;
	}

	.innerSbtns.sBtns>div.next {
		right: -65px;
	}
}


@media screen and (max-width:1660px) {
	.newDet .tips {
		margin-top: 30px;
	}

	.newDet .newDetPiece {
		padding: 30px 0;
		margin-top: 30px;
	}

	.newDet .part,
	.newDet .share,
	.newDet .prevOrNext {
		margin-top: 30px;
	}

	.newDet .part .tit {
		margin-bottom: 20px;
	}

	.newDet .quote {
		padding: 20px;
		margin-top: 30px;
	}

	.newDet .prevOrNext .btn {
		width: 40px;
		height: 40px;
		border-radius: 4px;
	}

	.newDet .describe {
		width: 68%;
	}

	.newDet .newSlides .title {
		padding: 20px 15px;
		border-radius: 0 10px 0 0;
	}

	.newDet .latestBlogs .list {
		padding: 20px 15px;
	}

	.newDet .latestBlogs .iBtn {
		width: 32px;
		height: 32px;
	}

	.newDet .latestBlogs .iBtn i {
		font-size: 14px;
	}

	.relatedProducts .swiperBox {
		margin-top: 40px;
	}

	.innerSbtns.sBtns>div {
		width: 36px;
		height: 36px;
	}


	.innerSbtns.sBtns>div.prev {
		left: -55px;
	}

	.innerSbtns.sBtns>div.next {
		right: -55px;
	}

	.newDet .latestBlogs {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.newDet .describe {
		width: 62%;
	}

	.newDet .newSlides {
		width: 32%;
	}

	.newDet .newSlides .title {
		padding: 15px 15px;
		border-radius: 0 5px 0 0;
	}

	.newDet .newSlides .search .box>input {
		height: 46px;
	}

	.newDet .newSlides .search .box {
		padding: 0 15px;
	}

	.newDet .newSlides .search .subBtn {
		margin-left: 15px;
	}

	.newDet .latestBlogs .list li {
		margin-top: 30px;
	}

	.newDet .latestBlogs {
		margin-top: 40px;
	}

	.standardEdit p em::after {
		left: 0;
	}

	.standardEdit p em {
		padding-left: 20px;
	}

	.standardEdit p em::after {
		top: 12px;
	}

	.relatedProducts .btn {
		margin-top: 10px;
	}
}

@media screen and (max-width:999px) {
	.newDet .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet .describe {
		width: 100%;
	}

	.newDet .time img {
		width: 22px;
		height: 22px;
	}

	.newDet .newDetPiece {
		padding: 26px 0;
		margin-top: 26px;
	}

	.newDet .tips,
	.newDet .part,
	.newDet .share,
	.newDet .prevOrNext {
		margin-top: 26px;
	}

	.newDet .prevOrNext .btn {
		width: 36px;
		height: 36px;
		font-size: 12px !important;
	}

	.newDet .newSlides {
		width: 100%;
		margin-top: 50px;
	}

	.newDet .latestBlogs .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.newDet .latestBlogs .list li:nth-child(n) {
		width: 48%;
		margin-top: 26px;
	}

	.newDet .latestBlogs .list li:nth-child(-n+2) {
		margin-top: 0;
	}

	.newDet .latestBlogs .name {
		height: 52px;
	}

	.relatedProducts .swiperBox {
		margin-top: 30px;
	}

	.newDet .newSlides .title {
		padding: 10px 15px;
	}

	.newDet .latestBlogs {
		margin-top: 50px;
	}

	.newDet .prevOrNext {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet .prevOrNext>div {
		width: 100%;
	}

	.newDet .prevOrNext>div.next {
		margin-top: 10px;
		flex-direction: row-reverse;
	}

	.newDet .prevOrNext>div.next .btn,
	.newDet .prevOrNext .prev .btn {
		margin-left: 0;
		margin-right: 10px;
	}

	.newDet .prevOrNext>div.next .box {
		justify-content: flex-start;
	}

	.newDet .prevOrNext .next .box .tit {
		text-align: left;
	}

	.relatedProducts .name {
		font-size: 14px;
		line-height: 26px;
	}

	.newDet .quote,
	.newDet .newSlides .search {
		padding: 20px 15px;
	}

	.newDet .prevOrNext .tit {
		font-size: 14px;
		line-height: 26px;
	}

	.newDet .newSlides .search .box {
		padding: 0 10px;
	}
}

@media screen and (max-width:768px) {
	.relatedProducts .swiperBox {
		margin-top: 26px;
	}

	.newDet .newSlides,
	.newDet .latestBlogs {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.newDet .latestBlogs .list li:nth-child(n) {
		width: 100%;
		margin-top: 26px;
	}

	.newDet .latestBlogs .list li:nth-child(1) {
		margin-top: 0;
	}

	.newDet .latestBlogs .name {
		height: auto;
	}
}

/* 3-1case */

.case {
	padding: 100px 0 100px 0;
}

.caseNav .swiper-slide {
	width: auto;
	margin-right: 35.5px;
}

.caseNav .swiper-slide:last-child {
	margin-right: 0;
}

.caseNav .swiper-slide a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px 20.5px 16px;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	white-space: nowrap;
	background-color: #EDEDED;
}

.caseNav .swiper-slide a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	background-color: #E60E15;
	width: 0;
	transition: all .4s ease;
}

.caseNav .swiper-slide:hover a,
.caseNav .swiper-slide.active a {
	color: #ffffff;
	background-color: #333;
}

.caseNav .swiper-slide:hover a::after,
.caseNav .swiper-slide.active a::after {
	width: 100%;
}

.case .list {
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.case .list .item {
	position: relative;
	width: 48.3%;
	margin-right: 0;
	margin-top: 60px;
}

.case .list .item:nth-child(2n) {
	margin-right: 0;
}

.case .list .item:nth-child(-n+2) {
	margin-top: 0;
}

.case .list .item .image {
	display: block;
	overflow: hidden;
}

.case .list .item .image img {
	width: 100%;
	display: block;
}

.case .list .item .tit {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 18px 20.5px;
	display: flex;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.5);
}

.case .list .item .tit a {
	width: 100%;
}


.case .touch {
	margin-top: 95px;
}

.case .pager {
	margin-top: 95px;
}

@media screen and (max-width:1660px) {
	.caseNav .swiper-slide a {
		padding: 10px 20px 12px;
		font-size: 18px;
		line-height: 30px;
	}

	.caseNav .swiper-slide a::after {
		height: 2px;
	}

	.caseNav .swiper-slide {
		margin-right: 24px;
	}

	.case .list {
		margin-top: 50px;
	}

	.case .list .item .tit {
		padding: 10px 20px;
	}

	.case .list .item {
		margin-top: 40px;
	}

	.case .pager {
		margin-top: 60px;
	}

	.case .touch {
		margin-top: 80px;
	}
}

@media screen and (max-width:1333px) {
	.caseNav .swiper-slide a {
		padding: 8px 16px 10px;
		font-size: 16px;
		line-height: 28px;
	}

	.caseNav .swiper-slide a::after {
		height: 2px;
	}

	.caseNav .swiper-slide {
		margin-right: 20px;
	}

	.case .list {
		margin-top: 40px;
	}

	.case .list .item .tit {
		padding: 6px 20px;
	}

	.case .list .item {
		margin-top: 30px;
	}

	.case .pager {
		margin-top: 50px;
	}

	.case .touch {
		margin-top: 60px;
	}
}

@media screen and (max-width:999px) {
	.caseNav .swiper-slide a {
		padding: 4px 14px 6px;
		font-size: 14px;
		line-height: 26px;
	}

	.caseNav .swiper-slide {
		margin-right: 16px;
	}

	.case .list {
		margin-top: 40px;
	}

	.case .list .item .tit {
		padding: 0;
		position: static;
		margin-top: 10px;
		background: none;
	}

	.case .list .item .tit a {
		color: #111111;
	}

	.case .list .item {
		margin-top: 26px;
	}

	.case .pager {
		margin-top: 40px;
	}

	.case .touch {
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.case .touch {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.case .list .item:nth-child(n) {
		width: 100%;
		margin-right: 0;
		margin-top: 26px;
	}

	.case .list .item:first-child {
		margin-top: 0;
	}
}


/* 4-1service */

/* preSalersService */

.preSalersService {
	padding: 100px 0 100px 0;
}

.preSalersService .cTit {
	text-align: center;
}

.preSalersService .cTit .title::after {
	margin: 21px auto 0;
}


.preSalersService .rows {
	margin-top: 60px;
}

.preSalersService .row {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}

.preSalersService .row .clear {
	display: none;
}



.preSalersService .row::after,
.preSalersService .row::before {
	content: "";
	position: absolute;
	transition: .4s ease all;
}

.preSalersService .row::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	z-index: -1;
	background-color: #EDEDED;
	opacity: 0;
}




.preSalersService .row::before {
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #999;
	width: 100%;
}


.preSalersService .row:hover::after {
	opacity: 1;
}

.preSalersService .row:hover::before {
	opacity: 0;
}

.preSalersService .row:nth-child(1) {
	margin-top: 0;
}

.preSalersService .row {
	padding: 60px 51px 60px 51px;
}

.preSalersService .row .msg {
	width: 67.87%;
}

.preSalersService .row .msg .standardEdit p {
	font-size: 16px;
}

.preSalersService .row .msg .standardEdit p strong {
	color: #676767;
}

.preSalersService .row .image {
	width: 30.4%;
	overflow: hidden;
}

.preSalersService .row .image img {
	width: 100%;
	display: block;
}

.preSalersService .row .tit {
	display: flex;
	align-items: flex-start;
}

.preSalersService .row .tit .num {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background-color: #E60E15;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transform: translateY(-9px);
}

.preSalersService .row .tit .name {
	color: #333333;
	margin-left: 26px;
}

.preSalersService .row .txts {
	color: #333333;
}


.preSalersService .row .item {
	margin-top: 20px;
}

.preSalersService .row .list {
	margin-top: 21px;
}

.preSalersService .row .item:nth-child(1) {
	margin-top: 0;
}


.preSalersService .row .subTit {
	color: #333333;
	margin-bottom: 0px;
}

.preSalersService .row .cBtn {
	margin-top: 30px;
	padding: 8px 24px;
	letter-spacing: 0;
	cursor: pointer;
}

.preSalersService .row .cBtn:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #E60E15;
}

.preSalersService .cardList {
	margin-top: 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.preSalersService .cardList .item {
	position: relative;
	display: block;
	width: 48%;
	overflow: hidden;
	border-radius: 12px;
}

.preSalersService .cardList .item .image::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.preSalersService .cardList .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}

.preSalersService .cardList .item .con {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.preSalersService .cardList .item .con img {
	width: 90px;
	height: 90px;
	border-radius: 4px;
	background-color: rgba(230, 14, 21, 0.80);
	color: #ffffff;
	font-size: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
}


.preSalersService .cardList .item:hover .con img {
	background-color: rgba(230, 14, 21, 1);
	transform: none;
}

.preSalersService .cardList .item .con .name {
	margin-top: 15px;
	color: #ffffff;
}

@media screen and (max-width:1660px) {
	.preSalersService .row {
		padding: 50px 40px;
	}

	.preSalersService .row::after {
		border-radius: 10px;
	}

	.preSalersService .row .tit .num {
		width: 46px;
		height: 46px;
		transform: translateY(-6px);
	}

	.preSalersService .row .tit .name {
		margin-left: 20px;
	}

	.preSalersService .row .list {
		margin-top: 20px;
	}

	.preSalersService .row .cBtn {
		padding: 6px 20px;
	}

	.preSalersService .cardList {
		margin-top: 80px;
	}

	.preSalersService .cardList .item .con img {
		width: 70px;
		height: 70px;
	}

	.preSalersService .cardList .item {
		border-radius: 10px;
		width: 48.5%;
	}

	.preSalersService .row .subTit {
		margin-bottom: 20px;
	}

	.preSalersService .rows {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.preSalersService .row {
		padding: 40px 30px;
		display: block;
	}

	.preSalersService .row::after {
		border-radius: 5px;
	}

	.preSalersService .row .image {
		float: right;
		margin-left: 5%;
	}

	.preSalersService .row .msg {
		width: 100%;
	}

	.preSalersService .row .tit .num {
		width: 40px;
		height: 40px;
	}

	.preSalersService .cardList {
		margin-top: 60px;
	}

	.preSalersService .cardList .item {
		border-radius: 5px;
	}

	.preSalersService .cardList .item .con img {
		width: 60px;
		height: 60px;
	}

	.preSalersService .rows {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.preSalersService .row {
		padding: 0;
		margin-top: 40px;
		padding-bottom: 40px;
	}


	.preSalersService .row::after {
		display: none;
	}

	.preSalersService .row:nth-child(1) {
		margin-top: 0;
	}

	.preSalersService .row .image {
		width: 45%;
	}

	.preSalersService .cardList {
		margin-top: 50px;
	}

	.preSalersService .cardList .item .con img {
		width: 50px;
		height: 50px;
	}

	.preSalersService .row .cBtn {
		padding: 4px 14px;
	}

}

@media screen and (max-width:768px) {
	.preSalersService .row .tit .num {
		width: 32px;
		height: 32px;
		transform: translateY(-2px);
	}

	.preSalersService .cardList {
		margin-top: 40px;
	}

	.preSalersService .cardList .item .con img {
		width: 46px;
		height: 46px;
	}


}

@media screen and (max-width:538px) {
	.preSalersService .cardList .item:nth-child(n) {
		width: 100%;
		margin-top: 26px;
	}

	.preSalersService .cardList .item:nth-child(1) {
		margin-top: 0;
	}
}


@media screen and (max-width:450px) {
	.preSalersService .row .image {
		width: 100%;
		float: none;
		margin: 0;
		margin-bottom: 30px;
	}
}



/* duringService */


.duringService {
	position: relative;
}

.duringService .imgBg::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(5px);
}


.duringService .info {
	max-width: 693px;
	width: calc(100% - 80px);
	padding: 100px 0 160px 0;
}

.duringService .info .title {
	color: #ffffff;
}

.duringService .info .txts {
	margin-top: 22px;
	max-width: 693px;
	color: #EDEDED;
}

.duringService .panel {
	position: relative;
	z-index: 9;
	max-width: 972px;
	width: calc(100% - 80px);
	margin-left: auto;
	padding: 52px 0px 59px 67px;
	box-sizing: border-box;
}


.duringService .panel::after {
	content: "";
	position: absolute;
	right: calc((100vw - 1500px)/ -2);
	top: 0;
	width: calc(100% + (100vw - 1500px)/ 2);
	height: 100%;
	border-radius: 60px 0 0 0;
	opacity: 0.8;
	background: #FFF;
	z-index: -1;
}


.duringService .panel .item {
	margin-top: 20px;
}

.duringService .panel .item:nth-child(1) {
	margin-top: 0;
}


.duringService .panel .item .name {
	color: #333333;
}

.duringService .panel .item .txts {
	margin-top: 8px;
	color: #333333;
}

.duringService .panel .item .txts a {
	color: #E60E15;
	font-family: Inter-SemiBold;
	text-decoration: none;
}

.duringService .panel .item .txts a:hover {
	text-decoration: underline;
}

@media screen and (max-width:1660px) {
	.duringService .panel::after {
		right: -80px;
		width: calc(100% + 80px);
	}

	.duringService .info .txts {
		margin-top: 30px;
	}

	.duringService .panel::after {
		border-radius: 20px 0 0 0;
	}

	.duringService .panel {
		padding: 50px 0 50px 60px;
	}

	.duringService .panel .item .txts {
		margin-top: 20px;
	}

	.duringService .panel .item {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.duringService .panel {
		padding: 40px 0 40px 40px;
	}

	.duringService .panel::after {
		border-radius: 10px 0 0 0;
	}
}

@media screen and (max-width:999px) {
	.duringService .info .txts {
		margin-top: 26px;
	}

	.duringService .panel .item {
		margin-top: 26px;
	}

	.duringService .panel::after {
		border-radius: 5px 0 0 0;
	}
}

@media screen and (max-width:768px) {
	.duringService .info {
		width: calc(100% - 25px);
	}

	.duringService .panel {
		width: calc(100% - 25px);
		padding: 30px 0 30px 20px;
	}

}

@media screen and (max-width:538px) {
	.duringService .info {
		width: calc(100% - 15px);
	}

	.duringService .panel {
		width: calc(100% - 15px);
	}

	.duringService .panel {
		padding: 30px 0 30px 15px;
	}
}


/* afterSalesService */


.afterSalesService {
	padding: 100px 0 100px 0;
}

.afterSalesService .title {
	color: #222222;
}

.afterSalesService .title::after {
	margin: 0 auto;
	margin-top: 20px;
}

.afterSalesService .warranty {
	margin-top: 101px;
}

.afterSalesService .warranty .sign {
	width: 20px;
	position: absolute;
	left: 0;
	top: 62.5%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 125%;
}

.afterSalesService .warranty .sign .circle {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #ffffff;
	border: 3px solid #E60E15;
	flex-shrink: 0;
}


.afterSalesService .warranty .sign .line {
	flex: 1;
	width: 1px;
	background-color: rgba(230, 14, 21, .7);
}

.afterSalesService .warranty .msg {
	width: 100%;
	padding-left: 7.1%;
	position: relative;
	padding-top: 50px;
}

.afterSalesService .warranty .msg .txts {
	margin-top: 19px;
}

.afterSalesService .warranty .msg .txts p {
	color: #555555;
}

.afterSalesService .warranty .image {
	width: 35.7%;
	border-radius: 10px;
	overflow: hidden;
	float: right;
	margin-left: 6%;
}

.afterSalesService .warranty .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.afterSalesService .touch {
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.afterSalesService form {
	width: 45%;
}

.afterSalesService .response {
	width: 32.87%;
	border-radius: 12px;
	background: rgba(0, 0, 0, 0.50);
	padding: 29px 39px 21px;
	transform: translateY(15%);
}


.afterSalesService .response .list {
	margin-top: 19px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.afterSalesService .response .list .item {
	width: 44.5%;
	margin-top: 30px;
}

.afterSalesService .response .list .item:nth-child(-n+2) {
	margin-top: 0;
}


.afterSalesService .response .list .name {
	display: flex;
	align-items: center;
}

.afterSalesService .response .list i {
	font-size: 29px;
	font-family: Inter-Regular;
	margin-right: 22px;
	color: #E60E15;
	flex-shrink: 0;
}

.afterSalesService .response .list .num {
	margin-top: 6px;
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	display: inline-block;
}


.afterSalesService .response .list a.num:hover {
	color: #E60E15;
}


@media screen and (max-width:1660px) {
	.afterSalesService .warranty .image {
		border-radius: 5px;
	}

	.afterSalesService .warranty .sign {
		top: 50%;
		height: 120%;
	}

	.afterSalesService .warranty .msg {
		padding-top: 0;
	}

	.afterSalesService .warranty {
		margin-top: 50px;
	}

	.afterSalesService .touch {
		margin-top: 80px;
	}

	.afterSalesService .response {
		width: 46%;
		border-radius: 10px;
		padding: 30px 30px;
		transform: translateY(0%);
	}

}

@media screen and (max-width:1333px) {
	.afterSalesService .touch {
		margin-top: 60px;
		flex-direction: column;
		align-items: flex-start;
	}

	.afterSalesService form {
		width: 100%;
	}

	.afterSalesService .response {
		width: 100%;
		margin-top: 30px;
		max-width: 616px;
	}

	.afterSalesService .response {
		border-radius: 5px;
	}

	.afterSalesService .response .list i {
		font-size: 26px;
	}

	.afterSalesService .response .list {
		margin-top: 26px;
	}

	.afterSalesService .response .list .num {
		margin-top: 10px;
	}

	.afterSalesService .response .list .item {
		width: 48%;
	}
}

@media screen and (max-width:999px) {
	.afterSalesService .title::after {
		margin-top: 16px;
	}

	.afterSalesService .warranty .image {
		width: 40%;
		margin-left: 5%;
	}

	.afterSalesService .touch {
		margin-top: 50px;
	}

	.afterSalesService .response .list .num {
		font-size: 16px;
		line-height: 28px;
	}

	.afterSalesService .response {
		padding: 30px 20px;
	}

	.afterSalesService .response .list i {
		font-size: 24px;
		margin-right: 14px;
	}
}

@media screen and (max-width:768px) {
	.afterSalesService .warranty .image {
		width: 45%;
	}

	.afterSalesService .warranty {
		margin-top: 40px;
	}

	.afterSalesService .warranty .sign {
		height: 110%;
	}

	.afterSalesService .touch {
		margin-top: 40px;
	}

	.afterSalesService .response .list i {
		font-size: 22px;
	}
}

@media screen and (max-width:538px) {
	.afterSalesService .warranty .image {
		width: 100%;
		float: none;
		margin: 0;
		margin-bottom: 26px;
	}

	.afterSalesService .warranty {
		margin-top: 30px;
	}

	.afterSalesService .warranty .sign .circle {
		width: 15px;
		height: 15px;
	}

	.afterSalesService .warranty .sign {
		width: 15px;
		height: 100%;
	}

	.afterSalesService .warranty .msg {
		padding-left: 30px;
	}

	.afterSalesService .response .list .item:nth-child(n) {
		width: 100%;
		margin-top: 26px;
	}

	.afterSalesService .response .list .item:nth-child(1) {
		margin-top: 0;
	}

	.afterSalesService .response {
		padding: 30px 15px;
	}
}


.frame {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999999;
	top: 0;
	left: 0;
	display: none;
	transition: none;
}


.frame .box {
	position: absolute;
	left: calc(50% + 12px);
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	max-width: 1224px;
	max-height: calc(100% - 60px);
	overflow: auto;
	padding-right: 20px;
}

.frame .box::-webkit-scrollbar {
	width: 4px;
	height: 6px;
	background-color: #dddddd;
	border-radius: 10px;
}

.frame .box::-webkit-scrollbar-thumb {
	background-color: #bbbbbb;
	border-radius: 10px;
}

.frame .box::-webkit-scrollbar-track {
	background-color: transparent;
}

.frame form {
	margin-top: 25px;
}

.frame input,
.frame textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	overflow: hidden;
}

.frame ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.frame ul li {
	height: 64px;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #999;
	background: rgba(255, 255, 255, 0.90);
	padding: 0 14px;
	margin-top: 12px;
	width: 49.3%;
	position: relative;
}

.frame ul li:nth-child(-n+2) {
	margin-top: 0;
}

.frame ul li.sample {
	width: 100%;
}

.frame ul li.message {
	width: 100%;
	height: 216px;
	padding: 17px 14px;
}

.frame ul li.must::after {
	content: "*";
	color: #E60E15;
	position: absolute;
	top: 14px;
	left: 13px;
	font-size: 16px;
	line-height: 26px;
}

.frame ul li.must input,
.frame ul li.must textarea {
	padding-left: 12px;
}

.frame ul li.codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	overflow: hidden;
}


.frame ul li.codeCon input {
	flex: 1;
	padding: 0 14px;
}

.frame ul li.codeCon .codeImg {
	flex-shrink: 0;
	width: 81px;
	height: 39px;
	background-color: #f3fbfe;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 14px;
}

.frame ul li.codeCon .codeImg img {
	display: block;
	height: 100%;
}

.frame ul li.subBtn {
	padding: 0;
	background-color: transparent;
	border: none;
	overflow: hidden;
	position: relative;
}

.frame ul li.subBtn input {
	cursor: pointer;
	background-color: #E60E15;
	color: #FFF;
	font-size: 20px;
	line-height: 30px;
	font-family: Inter-SemiBold;
}


.frame ul li.subBtn input:hover {
	background-color: #ffffff;
	color: #E60E15;
}

.frame label {
	font-size: 16px;
	color: #666;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	padding: 0 14px;
	pointer-events: none;
	transition: .4s ease all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.frame form .message label {
	top: 17px;
	transform: translateY(0%);
}

.frame form input:focus+label,
.frame form input:not(:placeholder-shown)+label,
.frame form textarea:focus+label,
.frame form textarea:not(:placeholder-shown)+label {
	opacity: 0;
}

.frame form input::-webkit-input-placeholder,
.frame form textarea::-webkit-input-placeholder {
	color: transparent;
}



.frame label span {
	color: #E60E15;
	font-size: 16px;
	line-height: 26px;
	margin-right: 5px;
}

.frame ul li.files {
	height: auto;
	width: 100%;
	padding: 16px 14px 11px;
}


.frame ul li.files .tips {
	color: #666;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.frame .fileList {
	margin-top: 5px;
	display: flex;
	flex-wrap: wrap;
}

.frame .fileList .item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px 10px 15px;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.50);
	overflow: hidden;
	margin: 5px 0;
	margin-right: 20px;
	max-width: 100%;
	min-height: 54px;
}


.frame .fileList .item:hover{
	background-color: #E60E15;
}


.frame .fileList .item .name{
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.frame .fileList .item input {
	width: 200%;
	height: 200%;
	font-size: 0 !important;
	padding: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	cursor: pointer;
}


.frame .fileList .uploadFile {
	display: flex;
	align-items: center;
	color: #FFF;
	font-size: 16px;
	line-height: 30px;
}

.frame .fileList .uploadFile img {
	width: 34px;
	height: 34px;
	flex-shrink: 0;
	margin-right: 10px;
	filter: grayscale(100%) brightness(500%);
}



.fileList .item .close {
	display: none;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	flex-shrink: 0;
	margin-left: 10px;
	color: #ffffff;
}

.fileList .item .close:hover i{
	transform: rotate(135deg);
}

.fileList .item .close i {
	display: flex;
	font-size: 16px;
	font-weight: bold;
	transform: rotate(45deg);
}

.fileList .item.active .close {
	opacity: 1;
	display: flex;
	pointer-events: all;
}



@media screen and (max-width:1660px) {
	.frame ul li {
		height: 46px;
	}

	.frame ul li.must::after {
		top: 8px;
	}

	.frame ul li.message {
		height: 140px;
	}

	.frame ul li.codeCon .codeImg {
		width: 74px;
		height: 34px;
	}

	.frame ul li.subBtn input {
		font-size: 18px;
	}
	.frame .fileList .uploadFile img{
		width: 26px;
		height: 26px;
	}
	.frame .fileList .item{
		border-radius: 5px;
		padding: 6px 16px;
		min-height: 42px;
	}
}

@media screen and (max-width:1333px) {
	.frame ul li {
		height: 40px;
	}

	.frame ul li.must::after {
		top: 6px;
	}

	.frame ul li.message {
		padding: 10px 14px;
	}

	.frame form .message label {
		top: 10px;
	}

	.frame ul li.codeCon .codeImg {
		height: 30px;
		width: 65px;
	}
	.frame .fileList .item{
		border-radius: 5px;
		padding: 4px 14px;
		min-height: 40px;
	}
	.frame .fileList .uploadFile img{
		width: 24px;
		height: 24px;
	}
}

@media screen and (max-width:999px) {
	.frame ul li {
		margin-top: 10px;
	}

	.frame label {
		font-size: 14px;
		line-height: 26px;
	}

	.frame form {
		margin-top: 20px;
	}
	.frame ul li.files .tips{
		font-size: 14px;
		line-height: 26px;
	}
	
	.frame .fileList .uploadFile{
		font-size: 14px;
		line-height: 24px;
	}
	
	
	.frame .fileList .item{
		min-height: 36px;
	}
	
	.frame .fileList .item .name{
		font-size: 14px;
		line-height: 24px;
	}
	
	.fileList .item .close i{
		font-size: 14px;
	}
	
}

@media screen and (max-width:450px) {
	.frame ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	.frame ul li:nth-child(1) {
		margin-top: 0;
	}
}


/* 4-2service */

.serviceFaq {
	padding: 100px 0 103px 0;
}

.innerTit {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.innerTit .name {
	width: 24%;
	color: #222222;
	position: relative;
}

.innerTit .name::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -24px;
	width: 150px;
	height: 3px;
	background-color: #E60E15;
}

.innerTit .des {
	width: 60.2%;
}

.innerTit .mBox {
	height: 60px;
	overflow: hidden;
	transition: height .4s ease;
}

.innerTit .mBox p {
	font-size: 16px;
	line-height: 30px;
	color: #676767;
}

.mBtn {
	color: #333333;
	font-size: 16px;
	line-height: 28px;
	width: max-content;
	margin-top: 20px;
	cursor: pointer;
	display: none;
}

.mBtn span:nth-child(2) {
	display: none;
}

.mBtn.active span:nth-child(1) {
	display: none;
}

.mBtn.active span:nth-child(2) {
	display: block;
}

.mBtn:hover {
	color: #E60E15;
}

.faqBox {
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.faqBox .caseNavs {
	width: 14.56%;
}

.faqBox .caseNavs .item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 20px;
	text-align: center;
	background-color: #EDEDED;
	color: #333333;
	font-size: 20px;
	line-height: 30px;
	cursor: pointer;
	border-bottom: 3px solid transparent;
	margin-top: 27px;
}

.faqBox .caseNavs .item:nth-child(1) {
	margin-top: 0;
}

.faqBox .caseNavs .item.active,
.faqBox .caseNavs .item:hover {
	background-color: #333333;
	border-bottom-color: #E60E15;
	color: #ffffff;
}

.faqBox .faqList {
	width: 80.6%;
}

.faqBox .faqList .item {
	margin-top: 20px;
	border-radius: 0;
}

.faqBox .faqList .item:first-child {
	margin-top: 0;
}

.faqBox .faqList .answer {
	display: none;
}


.serviceFaq .leaveMsg {
	margin-top: 90px;
}


.leaveMsg {
	width: 100%;
	max-width: 1392px;
	margin: 0 auto;
}

.leaveMsg .title {
	color: #232228;
}


.leaveMsg .cForm {
	margin-top: 25px;
}


.cForm ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cForm ul li {
	height: 64px;
	width: 49.5%;
	padding: 0 14px;
	background-color: rgba(255, 255, 255, 0.05);
	margin-top: 12px;
	border: 1px solid #999999;
	border-radius: 5px;
	box-sizing: border-box;
	position: relative;
}

.cForm ul li:nth-child(-n+2) {
	margin-top: 0;
}

.cForm ul li.must::after {
	content: "*";
	position: absolute;
	color: #FF0000;
	font-size: 16px;
	line-height: 30px;
	left: 14px;
	top: 16px;
}

.cForm input,
.cForm textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	color: #111111;
	resize: none;
	box-sizing: border-box;
}

.cForm ul li.must input,
.cForm ul li.must textarea {
	padding-left: 12px;
}

.cForm ul li.message {
	width: 100%;
	padding: 12px 14px;
	height: 215px;
}

.cForm ul li.message.must::after {
	top: 12px;
}

.cForm ul li.codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 14px;
}

.cForm ul li.codeCon .codeImg {
	flex-shrink: 0;
	width: 81px;
	height: 39px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f3fbfe;
}

.cForm ul li.codeCon .codeImg img {
	display: block;
	height: 100%;
}

.cForm ul li.subBtn {
	padding: 0;
	border: none;
	border-radius: 5px;
	overflow: hidden;
}

.cForm ul li.subBtn input {
	cursor: pointer;
	background-color: #E60E15;
	color: #ffffff;
	font-size: 20px;
	line-height: 30px;
	font-family: Inter-SemiBold;
	border: 1px solid #E60E15;
	border-radius: 5px;
}

.cForm ul li.subBtn input:hover {
	background-color: #ffffff;
	color: #E60E15;
}

.cForm input::-webkit-input-placeholder,
.cForm textarea::-webkit-input-placeholder {
	font-size: 16px;
	color: #666666;
}

.cForm input:-moz-placeholder,
.cForm textarea:-moz-placeholder {
	font-size: 16px;
	color: #666666;
}

.cForm input::-moz-placeholder,
.cForm textarea::-moz-placeholder {
	font-size: 16px;
	color: #666666;
}

.cForm input:-ms-input-placeholder,
.cForm textarea:-ms-input-placeholder {
	font-size: 16px;
	color: #666666;
}

.cForm ul li.m-formcountry {
	padding: 0;
}

.cForm ul li.m-formcountry .drop-btn {
	height: 100%;
}

.cForm ul li.m-formcountry .drop-btn input {
	padding: 0px 14px 0px 14px;
	width: 100%;
}

.cForm ul li.m-formcountry .drop-btn i {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 12px;
	color: #999999;
	font-weight: bold;
}

.cForm ul li.m-formcountry .drop-list {
	display: none;
	border: 1px solid #e6e6e6;
	width: 100%;
	position: absolute;
	top: 100%;
	left: -1px;
	background-color: #fff;
	max-height: 223px;
	overflow-x: hidden;
	z-index: 10001;
	padding: 0;
	margin: 0;
	list-style: none;
	box-sizing: content-box;
}

.cForm ul li.m-formcountry .drop-list li {
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	padding: 5px 14px 5px 14px;
	cursor: pointer;
	width: auto;
	height: auto;
	border: none;
	border-bottom: 1px solid #e6e6e6;
	border-radius: 0;
	margin: 0;
	background: none;
	color: #999999;
	box-sizing: border-box;
}

.cForm ul li.m-formcountry .drop-list li.on,
.cForm ul li.m-formcountry .drop-list li:hover {
	background-color: #E60E15;
	color: #ffffff;
}

.serviceProducts {
	padding: 60px 0 95px 0;
	background: linear-gradient(0deg, #FFF 0%, #F6F6F6 100%);
}


@media screen and (max-width:1660px) {
	.font46 {
		font-size: 36px;
		line-height: 48px;
	}

	.innerTit .name::after {
		width: 60px;
		bottom: -20px;
	}

	.faqBox {
		margin-top: 50px;
	}

	.faqBox .caseNavs {
		width: 18%;
	}

	.faqBox .caseNavs .item {
		font-size: 18px;
		line-height: 30px;
		padding: 10px 15px;
	}

	.faqBox .faqList {
		width: 78%;
	}


	.serviceFaq .leaveMsg {
		margin-top: 80px;
	}

	.leaveMsg .cForm {
		margin-top: 40px;
	}

	.cForm ul li {
		height: 54px;
		border-radius: 5px;
		width: 49%;
	}

	.cForm ul li.must::after {
		top: 10px;
	}

	.cForm ul li.message {
		height: 200px;
	}
}

@media screen and (max-width:1333px) {
	.innerTit .mBox {
		height: 56px;
	}

	.font46 {
		font-size: 30px;
		line-height: 40px;
	}

	.innerTit .name::after {
		width: 50px;
	}


	.faqBox {
		margin-top: 40px;
	}

	.faqBox .faqList {
		width: 74%;
	}

	.faqBox .caseNavs {
		width: 22%;
	}


	.faqBox .caseNavs .item {
		font-size: 16px;
		line-height: 28px;
		margin-top: 20px;
	}

	.serviceFaq .leaveMsg {
		margin-top: 60px;
	}

	.cForm ul li {
		height: 46px;
	}


	.cForm ul li.must::after {
		top: 8px;
	}


}

@media screen and (max-width:999px) {
	.mBtn {
		font-size: 14px;
		line-height: 26px;
		margin-top: 16px;
	}

	.innerTit {
		flex-direction: column;
		align-items: flex-start;
	}

	.innerTit .name {
		width: 100%;
	}

	.innerTit .des {
		width: 100%;
		margin-top: 35px;
	}

	.innerTit .name::after {
		bottom: -10px;
	}

	.faqBox {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 30px;
	}

	.faqBox .faqList {
		width: 100%;
		margin-top: 30px;
	}

	.faqBox .caseNavs {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.faqBox .caseNavs .item:nth-child(n) {
		margin: 5px 0;
		margin-right: 14px;
		padding: 4px 14px;
		font-size: 14px;
		line-height: 26px;
	}

	.faqBox .caseNavs .item:last-child {
		margin-right: 0;
	}

	.font46 {
		font-size: 26px;
		line-height: 38px;
	}

	.leaveMsg .cForm {
		margin-top: 30px;
	}

	.serviceFaq .leaveMsg {
		margin-top: 50px;
	}

	.cForm ul li.codeCon .codeImg {
		width: 70px;
		height: 34px;
	}

	.cForm ul li.m-formcountry .drop-list li {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.serviceFaq .leaveMsg {
		margin-top: 40px;
	}

	.font46 {
		font-size: 22px;
		line-height: 34px;
	}

	.cForm ul li {
		height: 42px;
	}


	.cForm ul li.message {
		height: 180px;
	}

	.cForm ul li.must::after {
		top: 5px;
	}
}

@media screen and (max-width:538px) {
	.faqBox .caseNavs .item:nth-child(n) {
		padding: 4px 8px;
		margin-right: 8px;
	}
}

@media screen and (max-width:450px) {
	.cForm ul li:nth-child(n) {
		width: 100%;
		margin-top: 16px;
	}

	.cForm ul li:nth-child(1) {
		margin-top: 0;
	}
}

/* 4-3Service */

.serviceDown {
	padding: 100px 0 103px 0;
}

.serviceDown .downList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 102px;
}

.serviceDown .downList .item {
	width: 29.87%;
	margin-right: 5.195%;
	margin-top: 50px;
	background-color: #F7F7F7;
	border-radius: 4px;
	padding: 20px;
	box-sizing: border-box;
	transition: .4s ease all;
}

.serviceDown .downList .item:nth-child(3n) {
	margin-right: 0;
}

.serviceDown .downList .item:nth-child(-n+3) {
	margin-top: 0;
}

.serviceDown .downList .item .image {
	border-radius: 4px;
	overflow: hidden;
}

.serviceDown .downList .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.serviceDown .downList .item .tit {
	margin-top: 24px;
	height: 60px;
}

.serviceDown .downList .item .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 2px;
}

.serviceDown .downList .item .con .info {
	display: flex;
	align-items: center;
	color: #666666;
	flex-wrap: wrap;
}

.serviceDown .downList .item .con .info i {
	width: 1px;
	height: 16px;
	background-color: #999999;
	margin: 0 14px;
}

.serviceDown .downList .item .downBtn {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	flex-shrink: 0;
	margin-left: 20px;
}

.serviceDown .downList .item:hover {
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
}


.serviceDown .downList .item .downBtn:hover {
	color: #E60E15;
}

.serviceDown .pager {
	margin-top: 94px;
}


.serviceDown .leaveMsg {
	margin-top: 95px;
}

@media screen and (max-width:1660px) {
	.serviceDown .downList {
		margin-top: 60px;
	}

	.serviceDown .downList .item {
		width: 31%;
		margin-right: 3.5%;
		margin-top: 40px;
	}

	.serviceDown .downList .item .tit {
		margin-top: 16px;
	}

	.serviceDown .downList .item .con {
		margin-top: 10px;
	}

	.serviceDown .pager {
		margin-top: 60px;
	}

	.serviceDown .leaveMsg {
		margin-top: 80px;
	}
}

@media screen and (max-width:1333px) {
	.serviceDown .downList {
		margin-top: 40px;
	}

	.serviceDown .downList .item {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
		padding: 15px;
	}

	.serviceDown .pager {
		margin-top: 50px;
	}

	.serviceDown .leaveMsg {
		margin-top: 60px;
	}
}

@media screen and (max-width:999px) {
	.serviceDown .downList {
		margin-top: 30px;
		justify-content: space-between;
	}

	.serviceDown .downList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 26px;
	}

	.serviceDown .downList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.serviceDown .pager {
		margin-top: 40px;
	}

	.serviceDown .leaveMsg {
		margin-top: 50px;
	}

	.serviceDown .downList .item .tit {
		height: 56px;
	}
}

@media screen and (max-width:768px) {
	.serviceDown .pager {
		margin-top: 30px;
	}

	.serviceDown .leaveMsg {
		margin-top: 40px;
	}
}

@media screen and (max-width:450px) {
	.serviceDown .downList .item:nth-child(n) {
		width: 100%;
		margin-top: 26px;
	}

	.serviceDown .downList .item:nth-child(1) {
		margin-top: 0;
	}

	.serviceDown .downList .item .tit {
		height: auto;
	}
}

/* 5-1Contact Us */

.contactUs {
	padding: 100px 0 100px 0;
}

.contactUs .getQuote {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.contactUs .getQuote .info {
	width: 42.67%;
	padding-top: 7px;
}

.contactUs .getQuote .quote {
	width: 53.33%;
	background-color: #F5F5F5;
	border-radius: 24px;
	padding: 47px 40px 40px;
}

.contactUs .info .title {
	color: #1E1E1E;
}

.contactUs .info .cList {
	padding: 0;
	margin: 17px 0 0 0;
	list-style: none;
}

.contactUs .info .cList .item {
	margin-top: 24px;
}

.contactUs .info .cList .item:nth-child(1) {
	margin-top: 0;
}

.contactUs .info .cList .item .name {
	color: #232228;
	line-height: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #D9D9D9;
}

.contactUs .info .cList .item .num {
	margin-top: 11px;
}

.contactUs .info .cList .item .num a {
	color: #666666;
	font-size: 16px;
	line-height: 30px;
}

.contactUs .info .cList .item .num a:hover {
	color: #E60E15;
}

.contactUs .socials {
	display: flex;
	flex-wrap: wrap;
	margin-top: 18px;
}

.contactUs .socials a {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #ffffff;
	margin: 5px 0;
	margin-right: 12px;
	flex-shrink: 0;
	border-radius: 4px;
	overflow: hidden;
	background-color: rgba(0, 0, 0, .5);
}


.contactUs .socials a:last-child {
	margin-right: 0;
}

.contactUs .socials a:hover {
	background-color: #E60E15;
}

.contactUs .salesList {
	margin-top: 20px;
}

.contactUs .salesList .item {
	background-color: #F5F5F5;
	border-radius: 8px;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.contactUs .salesList .item {
	margin-top: 25px;
}

.contactUs .salesList .item:nth-child(1) {
	margin-top: 0;
}

.contactUs .salesList .salesBox {
	display: flex;
	align-items: center;
}

.contactUs .salesList .sign {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
	margin-right: 30px;
}

.contactUs .salesList .sign img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.contactUs .salesList .msg .name {
	color: #333333;
	line-height: 30px;
}

.contactUs .salesList .msg .txts {
	color: #676767;
	margin-top: 1px;
}

.contactUs .salesList .msg .txts p {
	line-height: 30px;
}

.contactUs .salesList .msg .txts a {
	color: #676767;
}


.contactUs .salesList .msg .txts a:hover {
	color: #E60E15;
}

.contactUs .salesList .waBtn {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 7px 20px;
	border: 1px solid #D9D9D9;
	border-radius: 50px;
	font-size: 16px;
	line-height: 26px;
	color: #676767;
	flex-shrink: 0;
	margin-left: 20px;
}

.contactUs .salesList .waBtn i {
	font-size: 26px;
	margin-right: 10px;
	color: #25D366;
}

.contactUs .salesList .waBtn:hover {
	background-color: #E60E15;
	border-color: #E60E15;
	color: #ffffff;
}

.contactUs .salesList .waBtn:hover i {
	color: #ffffff;
}

.contactUs .quote .qTitle {
	color: #1E1E1E;
	margin-bottom: 51px;
}

.contactUs .cForm ul li {
	width: 48.8%;
	background-color: rgba(255, 255, 255, 0.05);
	margin-top: 22px;
	border: 1px solid #D2D2D2;
}

.contactUs .cForm ul li:nth-child(-n+2) {
	margin-top: 0;
}

.contactUs .cForm ul li.must::after {
	content: "*";
	position: absolute;
	color: #D50131;
	font-size: 16px;
	line-height: 30px;
	left: 14px;
	top: 16px;
}

.contactUs .cForm ul li.message {
	width: 100%;
	padding: 12px 14px;
	height: 216px;
}

.contactUs .cForm ul li.message.must::after {
	top: 12px;
}

.contactUs .cForm ul li.codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 62px;
}

.contactUs .cForm ul li.subBtn {
	padding: 0;
	border: none;
	border-radius: 5px;
	overflow: hidden;
	background: none;
	width: 100%;
	height: 60px;
	margin-top: 23px;
}

.contactUs .cForm ul li.subBtn input {
	font-size: 16px;
	line-height: 30px;
	border: none;
}

.contactUs .cForm ul li.subBtn input:hover {
	background-color: #ffffff;
	color: #E60E15;
}

.contactUs .cForm input::-webkit-input-placeholder,
.contactUs .cForm textarea::-webkit-input-placeholder {
	font-size: 16px;
	color: #666666;
}

.contactUs .cForm input:-moz-placeholder,
.contactUs .cForm textarea:-moz-placeholder {
	font-size: 16px;
	color: #666666;
}

.contactUs .cForm input::-moz-placeholder,
.contactUs .cForm textarea::-moz-placeholder {
	font-size: 16px;
	color: #666666;
}

.contactUs .cForm input:-ms-input-placeholder,
.contactUs .cForm textarea:-ms-input-placeholder {
	font-size: 16px;
	color: #666666;
}

.contactUs .cForm ul li.m-formcountry {
	padding: 0;
}

.contactUs .cForm ul li.m-formcountry .drop-btn {
	height: 100%;
	position: relative;
}

.contactUs .cForm ul li.m-formcountry .drop-btn input {
	padding: 16px 14px;
	width: 100%;
	box-sizing: border-box;
}

.contactUs .cForm ul li.m-formcountry .drop-btn i {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}


.contactUs .address {
	margin-top: 105px;
}

.contactUs .address .aTit {
	color: #232228;
}

.contactUs .address .aList {
	display: flex;
	margin-top: 61px;
	flex-wrap: wrap;
}

.contactUs .address .aList .item {
	width: 50%;
	border-left: 3px solid #E60E15;
	padding: 0 30px;
	box-sizing: border-box;
}

.contactUs .address .aList .item .name {
	color: #333333;
}

.contactUs .address .aList .item .txt {
	color: #666666;
	margin-top: 15px;
}


.contactMap img,
.contactMap iframe {
	display: block;
}


@media screen and (max-width:1660px) {
	.contactUs .getQuote .info {
		padding-top: 0px;
	}

	.contactUs .getQuote .quote {
		border-radius: 20px;
	}

	.contactUs .info .cList {
		margin-top: 30px;
	}

	.contactUs .info .cList .item .name {
		padding-bottom: 10px;
	}

	.contactUs .salesList .item {
		border-radius: 5px;
	}

	.contactUs .address {
		margin-top: 60px;
	}

	.contactUs .address .aList {
		margin-top: 40px;
	}

	.contactUs .address .aList .item {
		padding: 0 30px;
	}

	.contactUs .salesList .sign {
		width: 80px;
		height: 80px;
	}
	.contactUs .salesList .msg .txts p{
		font-size: 14px !important;
		line-height: 26px !important;
	}
	.contactUs .salesList .waBtn{
		font-size: 14px !important;
		line-height: 26px !important;
	}
	.contactUs .salesList .waBtn i{
		font-size: 26px;
	}
	.contactUs .socials,
	.contactUs .salesList {
		margin-top: 30px;
	}

	.contactUs .quote .qTitle {
		margin-bottom: 40px;
	}

	.contactUs .cForm ul li.must::after {
		top: 9px;
	}

	.contactUs .cForm ul li.codeCon,
	.contactUs .cForm ul li.subBtn {
		height: 54px;
	}

/* 	.contactUs .salesList .item {
		flex-direction: column;
		align-items: flex-start;
	} */


}

@media screen and (max-width:1333px) {
	.contactUs .getQuote {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.contactUs .salesList .waBtn {
		margin-left: 0;
		margin-top: 20px;
	}
	.contactUs .salesList .item{
		flex-direction: column;
		align-items: flex-start;
	}

	.contactUs .getQuote .info {
		width: 100%;
	}

	.contactUs .getQuote .quote {
		width: 100%;
		margin-top: 40px;
		padding: 40px 30px;
		border-radius: 10px;
	}

	.contactUs .address {
		margin-top: 40px;
	}

	.contactUs .address .aList {
		margin-top: 30px;
	}

	.contactUs .cForm ul li {
		width: 49%;
	}

	.contactUs .cForm ul li.must::after {
		top: 6px;
	}

	.contactUs .cForm ul li.codeCon,
	.contactUs .cForm ul li.subBtn {
		height: 46px;
	}

	.cForm ul li.codeCon .codeImg {
		width: 70px;
		height: 30px;
	}

	.contactUs .salesList {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.contactUs .salesList .item {
		width: 49%;
		margin-top: 30px;
	}

	.contactUs .salesList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.contactUs .info .cList {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.contactUs .info .cList .item {
		width: 49%;
		margin-top: 30px;
	}

	.contactUs .info .cList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.contactUs .salesList .waBtn i {
		font-size: 24px;
	}

	.contactUs .salesList .sign {
		margin-right: 20px;
	}

	.contactUs .salesList .salesBox {
		align-items: flex-start;
	}

	.contactUs .quote .qTitle {
		margin-bottom: 30px;
	}

	.contactUs .cForm ul li {
		margin-top: 16px;
	}
}

@media screen and (max-width:999px) {
	.contactUs .info .cList .item .num a {
		font-size: 16px;
		line-height: 28px;
	}

	.contactUs .salesList .sign {
		margin-right: 20px;
		width: 70px;
		height: 70px;
	}

	.contactUs .socials a {
		width: 32px;
		height: 32px;
	}

	.contactUs .salesList .waBtn {
		font-size: 14px;
		line-height: 26px;
	}

	.contactUs .salesList .waBtn i {
		font-size: 22px;
	}

	.contactUs .getQuote .quote {
		border-radius: 5px;
	}
}

@media screen and (max-width:768px) {
	.contactUs .salesList .salesBox {
		flex-direction: column;
		align-items: flex-start;
	}

	.contactUs .salesList .sign {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.contactUs .getQuote .quote {
		padding: 30px 20px;
	}

	.contactUs .cForm ul li.codeCon,
	.contactUs .cForm ul li.subBtn {
		height: 42px;
	}

	.contactUs .cForm ul li.message {
		height: 180px;
	}

	.contactUs .address .aList .item {
		padding: 0 20px;
	}
}

@media screen and (max-width:450px) {
	.contactUs .info .cList .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.contactUs .info .cList .item:nth-child(1) {
		margin-top: 0;
	}

	.contactUs .salesList .item:nth-child(n) {
		width: 100%;
		margin-top: 26px;
	}

	.contactUs .salesList .item {
		padding: 30px 15px;
	}

	.contactUs .salesList .item:nth-child(1) {
		margin-top: 0;
	}

	.contactUs .getQuote .quote {
		padding: 30px 15px;
	}

	.contactUs .cForm ul li:nth-child(n) {
		width: 100%;
		margin-top: 16px;
	}

	.contactUs .cForm ul li:nth-child(1) {
		margin-top: 0;
	}

	.contactUs .address .aList .item:nth-child(n) {
		width: 100%;
		padding: 0;
		padding-left: 20px;
		margin-top: 26px;
	}

	.contactUs .address .aList .item:nth-child(1) {
		margin-top: 0;
	}
}

/* innerBanner */

.innerBanner {
	position: relative;
	height: 500px;
}

.innerBanner .image {
	height: 100%;
	position: relative;
}

.innerBanner .image::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}

.innerBanner .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.innerBanner .msg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding-bottom: 26px;
}


/* crumb */


.crumb {
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.crumb img {
	width: 19px;
	margin-right: 12px;
	transform: translateY(8px);
}

.crumb a,
.crumb i,
.crumb h1{
	font-size: 14px;
	line-height: 28px;
	color: #999999;
	font-weight: normal;
}

.crumb h1{
	display: inline;
	color: #FFFFFF;
}

.crumb a.active,
.crumb a:hover {
	color: #FFFFFF;
}

.crumb i {
	font-style: normal;
	margin: 0 8px;
}

.crumb .home {
	font-size: 16px;
	margin-right: 4px;
	color: #999999;
}

.crumb .home:hover {
	color: #FFFFFF;
}




/* pager */

.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.pager .pageList a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 30px;
	color: #676767;
	margin: 5px 6.5px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	background-color: #FFFFFF;
}


.pager .pageList a.active,
.pager .pageList a:hover {
	color: #E70012;
	border-color: #E70012;
}


.pager .pageList a.iconfont {
	font-size: 12px;
	border-color: #676767;
	background-color: #676767;
	color: #ffffff;
}

.pager .pageList a.iconfont:hover {
	border-color: #E70012;
	background-color: #E70012;
	color: #ffffff;
}


.pager .addTo {
	display: flex;
	align-items: center;
	margin: 5px 22px;
	color: #333;
	font-size: 16px;
	line-height: 28px;
	position: relative;
}


.pager .addTo input {
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}


.pager .addTo img {
	margin-left: 13px;
	width: 16px;
}


.pager .addTo:hover {
	color: #E70012;
}


@media screen and (max-width:1660px) {
	.innerBanner {
		height: 400px;
	}
}

@media screen and (max-width:1333px) {
	.innerBanner {
		height: 360px;
	}

	.pager .pageList a {
		width: 36px;
		height: 36px;
	}
}

@media screen and (max-width:999px) {
	.innerBanner {
		height: 300px;
	}

	.innerBanner .msg {
		padding-bottom: 20px;
	}

	.crumb i {
		margin: 0 5px;
	}

	.crumb img {
		width: 16px;
		transform: translateY(7px);
	}

	.pager .pageList a {
		width: 34px;
		height: 34px;
		font-size: 14px;
	}

	.pager .addTo {
		font-size: 14px;
		line-height: 26px;
	}

	.pager .addTo img {
		width: 14px;
	}
}

@media screen and (max-width:768px) {
	.innerBanner {
		height: 260px;
	}
}

@media screen and (max-width:538px) {
	.innerBanner {
		height: 240px;
	}
}


/* footer */


footer {
	background-color: #000;
	padding: 63px 0 30px 0;
}

footer .fLogo {
	width: 309px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer .fLogo img {
	display: block;
}

footer .fLogo:hover img {
	transform: none;
}


footer .footerList {
	display: flex;
	align-items: flex-start;
	padding: 39px 0 39px 0;
	border-top: 1px solid rgba(217, 217, 217, .3);
	border-bottom: 1px solid rgba(217, 217, 217, .3);
	margin-top: 63px;
	flex-wrap: wrap;
}


footer .footerList ul li {
	margin-top: 0px;
}

footer .footerList ul li:nth-child(1) {
	margin-top: 0;
}



footer .footerList .fMsg {
	width: 24%;
	margin-right: 2.7%;
}

.fLink .box span {
	margin: 0 9px;
}

.fLink .box a:hover {
	color: #ffffff;
}

footer .followUs {
	margin-top: 35px;
}

footer .followUs .box {
	margin-top: 14px;
}

footer .blogrolls {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}


footer .blogrolls a {
	width: 35px;
	height: 35px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #ffffff;
	margin: 5px 0px;
	margin-right: 10px;
	flex-shrink: 0;
	background-color: rgba(255, 255, 255, .5);
}


footer .blogrolls a:hover {
	background-color: #ffffff;
	color: #E60E15;
}


footer .footerList .fCategory {
	width: 18%;
	margin-right: 2%;
}

footer .footerList .fContact {
	width: 17%;
	margin-right: 3%;
}

footer .footerList .fContact li {
	margin-top: 14px;
}

footer .footerList .fContact li:nth-child(1) {
	margin-top: 0;
}

footer .footerList .fContact .num {
	color: #ffffff;
	margin-top: 5px;
}

footer .footerList .fContact .num:hover {
	color: #E60E15;
}

footer .footerList .fAddress {
	width: 33.3%;
}

footer .footerList .fAddress .num {
	color: #ffffff;
	line-height: 22px;
}


footer .footerList .fAddress li {
	margin-top: 19px;
}


footer .footerList .fAddress li:nth-child(1) {
	margin-top: 0;
}

footer .box {
	margin-top: 19px;
}

footer a,
footer p,
footer div {
	font-size: 16px;
	line-height: 30px;
	color: rgba(255, 255, 255, .6);
}


footer a:hover {
	color: #ffffff;
}


footer .title {
	font-family: GildaDisplay-Regular;
	font-size: 30px;
	line-height: 42px;
	color: #ffffff;
	display: inline-block;
}


footer a.title:hover {
	color: #E60E15;
}


footer .titBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


footer .titBox .menuBtn {
	display: none;
}

footer .copyright {
	margin-top: 20px;
}


footer .copyright,
footer .links,
footer .copyright a,
footer .links a {
	color: rgba(217, 217, 217, .5);
	font-size: 14px;
	line-height: 26px;
}

footer .copyright a {
	display: inline;
}

footer .copyright a:hover,
footer .links a:hover {
	color: #ffffff;
}

footer .copyright a img {
	display: inline-block;
	margin-left: 5px;
}

footer .links {
	margin-top: 2px;
}

footer .links a {
	margin-left: 10px;
}

footer .email a {
	word-break: break-all;
}


@media screen and (max-width:1660px) {

	footer {
		padding: 60px 0;
	}

	footer .footerList {
		justify-content: space-between;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer .footerList {
		padding: 40px 0 40px 0;
		margin-top: 40px;
	}

	footer .fLogo {
		width: 280px;
	}

	footer .title {
		font-size: 26px;
		line-height: 38px;
	}

	.fLink .box span {
		margin: 0 5px;
	}

	footer .footerList ul li,
	footer .footerList .fContact li,
	footer .footerList .fAddress li {
		margin-top: 10px;
	}

	footer .footerList .fAddress .num {
		line-height: 30px;
	}

	footer .followUs {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	footer .footerList .fAddress .num {
		line-height: 26px;
		margin-top: 5px;
	}

	footer a,
	footer p,
	footer div {
		line-height: 26px;
	}

	footer .footerList .fContact .num {
		margin-top: 5px;
	}

	footer .title {
		font-size: 24px;
		line-height: 36px;
	}

	footer .footerList .fAddress {
		width: 100%;
		margin-top: 30px;
	}

	footer .footerList .fContact {
		width: 30%;
	}

	footer .footerList .fCategory {
		width: 30%;
	}

	footer .footerList .fMsg {
		width: 30%;
	}
}

@media screen and (max-width:999px) {

	footer {
		padding: 50px 0 50px;
	}

	footer .fMsg {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	footer .fMsg>div {
		width: 100%;
	}

	footer .blogrolls a {
		width: 30px;
		height: 30px;
		margin-left: 0;
		margin: 5px 0;
		margin-right: 10px;
	}

	.footerCon {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}


	footer .fLogo {
		margin-left: 0;
		width: 220px;
	}

	footer .footerList {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
	}

	footer .footerList {
		padding: 30px 0;
		margin-top: 30px;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 26px;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerList>li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList li.fContact .box {
		margin-top: 10px;
	}

	footer .footerList .box {
		margin-top: 10px;
		display: none;
		transition: none;
	}


	footer .footerList .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList .box ul li {
		width: 48%;
		margin-bottom: 0;
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .titBox .menuBtn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 32px;
		height: 32px;
		font-size: 12px;
		color: #ffffff;
	}

	footer .titBox .menuBtn.active {
		transform: rotate(90deg);
	}

	footer .title {
		font-size: 20px;
		line-height: 32px;
	}

	footer .footerList .fInquiry form {
		margin-top: 10px;
	}

	footer .copyright,
	footer .links,
	footer .copyright a,
	footer .links a,
	footer .copyright p {
		font-size: 14px;
		line-height: 24px;
	}

	footer .followUs {
		margin-top: 0;
	}


	footer .fLink {
		margin-top: 15px;
	}

}

@media screen and (max-width:768px) {
	footer .title {
		font-size: 18px;
		line-height: 30px;
	}

	footer {
		padding: 40px 0 40px 0;
	}

	footer .fLogo {
		width: 180px;
	}

	footer .footerList {
		padding: 26px 0;
	}
}


@media screen and (max-width:538px) {

	footer .blogrolls .list {
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(1) {
		margin-top: 0;
	}

}

@media screen and (max-width:450px) {
	footer .footerList form li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList form li:nth-child(1) {
		margin-top: 0;
	}

}

/* certifiicates */

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: Inter-Regular, Arial, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

/* video tankuang */

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}



/* customer */
.customer {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
}

.customer div a,
.customer div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 53px;
	height: 53px;
	background-color: #dfdfdf;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 1px;
	margin-right: 3px;
	font-size: 20px;
}

.customer .top a {
	width: 53px;
	height: 53px;
	background-color: #dfdfdf;
	color: #ffffff;
	font-size: 18px !important;
	text-align: center;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
}


.customer a i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	width: 26px;
	height: 26px;
}

.customer .top i {
	width: 24px;
	height: 24px;
	display: block;
	line-height: 22px;
	text-align: center;
	font-size: 14px;
	border-radius: 50%;
}

.customer div div {
	cursor: pointer;
}

.customer div a:hover,
.customer div div:hover {
	background-color: #0067b8;
	color: #fff;
}

.clear2 {
	display: none;
}


.customer .code {
	position: relative;
}

.customer .code img {
	position: absolute;
	top: 0;
	right: 100%;
	width: 150px;
	height: 150px;
	max-width: none;
	transform: translateX(100%);
	z-index: -1;
	opacity: 0;
}

.customer .code:hover img {
	transform: translateX(0);
	opacity: 1;
}


@media screen and (max-width: 999px) {
	.youlian {
		display: none;
	}

	.customer .top a {
		width: 20%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		background-color: #dfdfdf;
	}

	.customer {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		border-top: 1px solid #fff;
		transform: translateY(0);
	}

	.customer div {
		width: 20%;
		float: left;
	}

	.customer div a,
	.customer div div {
		font-size: 18px;
		height: 42px;
		margin: auto;
		width: 100%;
		background-color: #dfdfdf;
		color: #fff !important;
		border-radius: 0px;
	}

	.customer .top i {
		border-color: #fff;
	}

	.customer .code img,
	.customer .code:hover img {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		opacity: 0;
	}

	.customer .code.active img {
		opacity: 1;
		transform: translateX(-50%) translateY(-100%);
	}
}


@font-face {
	font-family: 'Inter-Regular';
	font-display: swap;
	src: url('../fonts/InterRegular.eot');
	src: url('../fonts/InterRegular.eot') format('embedded-opentype'),
		url('../fonts/InterRegular.woff2') format('woff2'),
		url('../fonts/InterRegular.woff') format('woff'),
		url('../fonts/InterRegular.ttf') format('truetype'),
		url('../fonts/InterRegular.svg#InterRegular') format('svg');
}

@font-face {
	font-family: 'Inter-SemiBold';
	font-display: swap;
	src: url('../fonts/InterSemiBold.eot');
	src: url('../fonts/InterSemiBold.eot') format('embedded-opentype'),
		url('../fonts/InterSemiBold.woff2') format('woff2'),
		url('../fonts/InterSemiBold.woff') format('woff'),
		url('../fonts/InterSemiBold.ttf') format('truetype'),
		url('../fonts/InterSemiBold.svg#InterSemiBold') format('svg');
}

@font-face {
	font-family: 'GildaDisplay-Regular';
	src: url('../fonts/GildaDisplayRegular.eot');
	src: url('../fonts/GildaDisplayRegular.eot') format('embedded-opentype'),
		url('../fonts/GildaDisplayRegular.woff2') format('woff2'),
		url('../fonts/GildaDisplayRegular.woff') format('woff'),
		url('../fonts/GildaDisplayRegular.ttf') format('truetype'),
		url('../fonts/GildaDisplayRegular.svg#GildaDisplayRegular') format('svg');
}


@font-face {
	font-family: "iconfont";
	/* Project id 4576167 */
	font-display: swap;
	src:
		url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
		url('../fonts/iconfont.woff?t=1766050956754') format('woff'),
		url('../fonts/iconfont.ttf?t=1766050956754') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-zuojiantou:before {
	content: "\e600";
}

.icon-zuojiantou-copy:before {
	content: "\f213";
}

.icon-Gc_17_public-TopOutlined:before {
	content: "\e61b";
}

.icon-jurassic_message:before {
	content: "\e69f";
}

.icon-top02:before {
	content: "\e6f5";
}

.icon-kefu:before {
	content: "\e608";
}

.icon-teams_x:before {
	content: "\e604";
}

.icon-zhiding1:before {
	content: "\e7b9";
}

.icon-QQ:before {
	content: "\e882";
}

.icon-QQkongjian:before {
	content: "\e619";
}

.icon-paper-full:before {
	content: "\ea0b";
}

.icon-jian:before {
	content: "\e612";
}

.icon-xiaohongshu:before {
	content: "\e69e";
}

.icon-zhiding:before {
	content: "\e68c";
}

.icon-youjian_:before {
	content: "\e6a6";
}

.icon-chuanzhen:before {
	content: "\e6b4";
}

.icon-shangjiantou:before {
	content: "\e60f";
}

.icon-yuyan:before {
	content: "\e684";
}

.icon-dingbu:before {
	content: "\e62d";
}

.icon-Youtube:before {
	content: "\e880";
}

.icon-liuyanjianyi:before {
	content: "\e62c";
}

.icon-shangchuan:before {
	content: "\e60b";
}

.icon-youjian:before {
	content: "\e624";
}

.icon-yonghu:before {
	content: "\e6b3";
}

.icon-pinterest1:before {
	content: "\f211";
}

.icon-jia1:before {
	content: "\e632";
}

.icon-xiazai:before {
	content: "\e682";
}

.icon-xiangyoujiantou:before {
	content: "\e68b";
}

.icon-xiangyoujiantou-copy:before {
	content: "\f1eb";
}

.icon-guanbi:before {
	content: "\e611";
}

.icon-zuosanjiao:before {
	content: "\e63e";
}

.icon-yousanjiao-copy:before {
	content: "\f1e8";
}

.icon-email-s:before {
	content: "\e65e";
}

.icon-douyin:before {
	content: "\e8db";
}

.icon-location:before {
	content: "\e614";
}

.icon-xinlangweibo:before {
	content: "\e606";
}

.icon-duigou-cu:before {
	content: "\e658";
}

.icon-facebook-fill:before {
	content: "\e88d";
}

.icon-linkedin1:before {
	content: "\f1e7";
}

.icon-weixin:before {
	content: "\e695";
}

.icon-jiantou_xiangzuo_o:before {
	content: "\eb92";
}

.icon-jiantou_xiangyou_o:before {
	content: "\eb94";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-phone3:before {
	content: "\e661";
}

.icon-doubleright:before {
	content: "\e7ef";
}

.icon-line:before {
	content: "\e63f";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-phone-:before {
	content: "\e638";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-left7:before {
	content: "\e724";
}

.icon-tel2-copy:before {
	content: "\f212";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-twitter4:before {
	content: "\e7fe";
}