@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: #666;
}

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;
}

.standardLink a:hover {
	color: #0067b8 !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
}


.standardEdit a {
	color: #015299;
}

.standardEdit a:hover {
	text-decoration: underline;
}



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: 1400px;
	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:1560px) {
	.standardRange {
		padding: 80px 0 80px 0 !important;
	}

	.innerRange {
		padding: 40px 0 80px 0 !important;
	}
}


@media screen and (max-width:1333px) {
	.standardRange {
		padding: 60px 0 60px 0 !important;
	}

	.innerRange {
		padding: 40px 0 60px 0 !important;
	}
}

@media screen and (max-width:999px) {
	.standardRange {
		padding: 50px 0 50px 0 !important;
	}

	.innerRange {
		padding: 40px 0 50px 0 !important;
	}
}

@media screen and (max-width:768px) {
	.standardRange {
		padding: 40px 0 40px 0 !important;
	}

	.innerRange {
		padding: 40px 0 40px 0 !important;
	}
}





@media screen and (max-width:1560px) {
	.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: #0F9FDD;
		right: 80px;
		top: 30px;
		transform: translateY(-50%);
		cursor: pointer;
		border-radius: 4px;
		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(15, 159, 221, 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: 0;
	width: 100%;
	z-index: 9999;
	background-color: #ffffff;
}

nav .navList {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #C5C5C5;
}

nav .navList>ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

nav .navList>ul>li {
	margin-right: 56px;
	position: relative;
}

nav .navList>ul>li ul {
	display: none;
}

nav .navList>ul>li:last-child {
	margin-right: 0;
}

nav a {
	display: block;
}


nav .navList>ul>li>div,
nav .navList>ul>li>a {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #222;
	cursor: pointer;
}


nav .navList>ul>li:hover>div,
nav .navList>ul>li:hover>a,
nav .navList>ul>li.active>div,
nav .navList>ul>li.active>a {
	color: #0F9FDD;
}


.bannerRange {
	height: 146px
}

html {
	scroll-padding-top: 146px;
}


nav .nTop {
	display: flex;
	align-items: center;
	height: 95px;
	justify-content: space-between;
	position: relative;
	z-index: 9;
}


nav .logo {
	width: 68px;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
	margin-right: 8.1%;
}


nav .logo img {
	display: block;
}

nav .logo:hover img {
	transform: none;
}


nav .btns {
	display: flex;
	align-items: center;
	flex: 1;
	height: 100%;
}


nav .btns .search {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	flex: 1;
	margin-right: 110px;
}


nav .btns .search .searchBtn {
	cursor: pointer;
	font-size: 18px;
	color: #ffffff;
	display: none;
	transform: translateY(3px);
}

nav .btns .search form {
	background-color: #ffffff;
	height: 52px;
	width: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	overflow: hidden;
	width: 100%;
	padding: 0 7px 0 13px;
	border: 1px solid rgba(153, 153, 153, 0.66);
	border-radius: 10px;
}

nav .btns .search form input::-webkit-input-placeholder {
	color: #666;
	font-size: 14px !important;
}

nav .btns .search form input:-moz-placeholder {
	color: #666;
	font-size: 14px !important;
}

nav .btns .search form input::-moz-placeholder {
	color: #666;
	font-size: 14px !important;
}

nav .btns .search form input:-ms-input-placeholder {
	color: #666;
	font-size: 14px !important;
}



nav .btns .search form input {
	width: 100%;
	height: 100%;
	font-size: 14px !important;
	color: #333333;
}


nav .btns .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 35px;
	width: 35px;
}


nav .btns .search form .subBtn i {
	font-size: 16px;
	font-weight: bold;
	color: #1E1E1E;
}

nav .btns .search form .subBtn:hover i {
	color: #0067b8;
}

nav .btns .search form .subBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: transparent;
}


nav .btns .lanBtn {
	cursor: pointer;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #222;
}


nav .btns .lanBtn img {
	filter: grayscale(100%) brightness(40%);
}


nav .btns .lanBtn .lanSign {
	flex-shrink: 0;
	margin-right: 5px;
	width: 20px;
}

nav .btns .lanBtn .lanArr {
	flex-shrink: 0;
	margin-left: 9px;
}


nav .btns .lanBtn:hover {
	color: #0F9FDD;
}


nav .btns .lanBtn:hover img {
	filter: grayscale(0%) brightness(100%);
}


nav .btns .language {
	height: 100%;
	display: flex;
	align-items: center;
	margin-right: 21px;
	position: relative;
}

nav .btns .language ul {
	position: absolute;
	top: 100%;
	background-color: #feffff;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	padding: 20px 0;
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 200px;
	display: none;
	transition: none;
}

nav .btns .language ul a {
	padding: 0 20px;
	font-family: Inter-Regular, Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	text-align: center;
}


nav .btns .language ul li {
	margin-bottom: 10px;
}

nav .btns .language ul li:last-child {
	margin-bottom: 0;
}

nav .btns .language ul a:hover {
	color: #0067b8;
}

nav .btns .obtainBtn {
	padding: 11px 22px;
	background-color: #0F9FDD;
	border: 1px solid #0F9FDD;
	font-size: 18px;
	line-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 4px;
	color: #ffffff;
}


nav .btns .obtainBtn:hover {
	background-color: #ffffff;
	color: #0F9FDD;
}

@media screen and (max-width:1560px) {
	nav .btns .search {
		margin-right: 40px;
	}

	nav .btns .search form {
		height: 38px;
		border-radius: 4px;
	}

	nav .nTop {
		height: 65px;
	}

	nav .logo {
		width: 60px;
		height: 60px;
	}

	nav .btns .obtainBtn {
		padding: 5px 20px;
	}

	nav .navList>ul>li>div,
	nav .navList>ul>li>a {
		height: 45px;
		line-height: 45px;
	}

	.bannerRange {
		height: 111px;
	}

	html {
		scroll-padding-top: 111px;
	}

}

@media screen and (max-width:1333px) {
	nav .btns .obtainBtn {
		font-size: 16px;
		line-height: 26px;
		padding: 5px 14px;
	}

	nav .btns .search {
		margin-right: 30px;
	}

	nav .btns .search form {
		height: 34px;
		border-radius: 4px;
	}

	nav .nTop {
		height: 60px;
	}

	nav .logo {
		width: 54px;
		height: 54px;
	}

	nav .btns .obtainBtn {
		padding: 4px 10px;
	}

	nav .navList>ul>li>div,
	nav .navList>ul>li>a {
		height: 40px;
		line-height: 40px;
	}

	.bannerRange {
		height: 101px;
	}

	html {
		scroll-padding-top: 101px;
	}

	nav .btns .language ul {
		padding: 14px 0;
	}
}

@media screen and (max-width:999px) {
	nav .navList {
		display: none;
	}

	nav .btns .search {
		display: none;
	}

	nav .btns .obtainBtn {
		display: none;
	}

	nav .btns {
		justify-content: flex-end;
		flex: none;
		margin-right: 80px;
	}

	nav .nTop {
		border-bottom: 1px solid #C5C5C5;
	}

	nav .logo {
		width: 46px;
		height: 46px;
	}

	nav .btns .lanBtn {
		font-size: 14px;
		line-height: 24px;
	}

	nav .btns .language {
		margin-right: 0;
	}

	.bannerRange {
		height: 61px;
	}

	html {
		scroll-padding-top: 61px;
	}

	nav .btns .language ul a {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	header .xnav .nav {
		right: 25px;
	}

	nav .btns {
		margin-right: 60px;
	}
}

@media screen and (max-width:538px) {
	header .xnav .nav {
		right: 15px;
	}
}


.navSlides {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: rgba(0, 0, 0, .5);
	display: none;
	transition: none;
}


.navSlides .oneLevel {
	width: 531px;
	background-color: #ffffff;
	height: 100%;
	overflow: auto;
	position: relative;
	padding: 69px 46px 64px 64px;
	transform: translateX(-100%);
}

.navSlides .oneLevel::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}

.navSlides .oneLevel .closeBtn {
	position: absolute;
	top: 5px;
	right: 12px;
	cursor: pointer;
}

.navSlides .oneLevel .closeBtn i {
	color: #222222;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}


.navSlides .oneLevel .closeBtn:hover i {
	color: #0F9FDD;
}


.navSlides .oneLevel .slides ul {
	margin-top: 39px;
}

.navSlides .oneLevel .slides ul ul {
	display: none;
}

.navSlides .oneLevel ul li {
	margin-top: 10px;
}

.navSlides .oneLevel ul li:nth-child(1) {
	margin-top: 0;
}

.navSlides .oneLevel ul li a,
.navSlides .oneLevel ul li div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #222;
	font-family: Inter-SemiBold;
	font-size: 16px;
	line-height: 26px;
	padding: 5px 0;
	cursor: pointer;
}

.navSlides .oneLevel ul li div i {
	flex-shrink: 0;
	margin-left: 20px;
	font-style: normal;
}


.navSlides .oneLevel ul li a:hover,
.navSlides .oneLevel ul li.active a,
.navSlides .oneLevel ul li.active div {
	color: #0F9FDD;
}


.navSlides .oneLevel .line {
	width: 100%;
	height: 1px;
	background-color: #E9E9E9;
	margin-top: 45px;
}

.navSlides .oneLevel .navProducts {
	margin-top: 39px;
}

.navSlides .oneLevel .navProducts ul {
	margin-top: 24px;
}

.navSlides .oneLevel .navProducts ul ul {
	display: none;
}

.navSlides .twoLevel {
	position: absolute;
	top: 0;
	z-index: -1;
	width: 531px;
	background-color: #F0F0F0;
	height: 100%;
	overflow: auto;
	padding: 56px 42px 64px 42px;
	left: 0;
	transform: translateX(-100%);
}


.navSlides .twoLevel .closeBtn {
	position: absolute;
	top: 5px;
	right: 12px;
	cursor: pointer;
}

.navSlides .twoLevel .closeBtn i {
	color: #222222;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}


.navSlides .twoLevel ul li {
	margin-top: 10px;
}

.navSlides .twoLevel ul li a {
	padding: 5px 0;
	color: #222;
	font-family: Inter-SemiBold;
	font-size: 16px;
	line-height: 26px;
	display: flex;
	align-items: center;
}

.navSlides .twoLevel ul li a:hover {
	color: #0F9FDD;
}

.navSlides .twoLevel ul li:nth-child(1) {
	margin-top: 0;
}


@media screen and (max-width:1560px) {

	.navSlides .oneLevel,
	.navSlides .twoLevel {
		width: 360px;
		padding: 40px 30px;
	}

	.navSlides .oneLevel .slides ul,
	.navSlides .oneLevel .navProducts ul {
		margin-top: 26px;
	}

	.navSlides .oneLevel .line,
	.navSlides .oneLevel .navProducts {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {

	.navSlides .oneLevel,
	.navSlides .twoLevel {
		width: 320px;
		padding: 35px 25px;
	}
}

@media screen and (max-width:999px) {
	.navSlides {
		display: none;
	}
}


/* indexbanner */

.indexBanner {
	transition: none;
}

.indexBanner .msg {
	padding: 48px 0 43px 0;
}


.indexBanner .title {
	margin-top: 7px;
}


.font42 {
	font-size: 42px;
	line-height: 54px;
}

.indexBanner .con {
	position: relative;
	padding-bottom: 31.3%;
}

.indexBanner .con .swiper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.indexBanner .con .swiper .swiper-slide {
	position: relative;
}

.indexBanner .con video,
.indexBanner .con iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}


.indexBanner .image{
	height: 100%;
}

.indexBanner .con .image img,
.indexBanner .con video,
.indexBanner .con iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.indexBanner a:hover img {
	transform: none;
}


.indexBanner .btns>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	cursor: pointer;
	font-size: 30px;
	color: #ffffff;
}

.indexBanner .btns>div:hover {
	color: #0F9FDD;
}

.indexBanner .btns>div.prev {
	left: 60px;
}

.indexBanner .btns>div.next {
	right: 60px;
}

.indexBanner .swiper-pagination{
	display: none;
}

@media screen and (max-width:1560px) {
	.font42 {
		font-size: 30px;
		line-height: 42px;
	}

	.indexBanner .msg {
		padding: 40px 0;
	}

	.indexBanner .title {
		margin-top: 14px;
	}
	.indexBanner .btns>div {
		font-size: 24px;
	}
}

@media screen and (max-width:1333px) {
	.font42 {
		font-size: 26px;
		line-height: 38px;
	}

	.indexBanner .msg {
		padding: 30px 0;
	}
	.indexBanner .btns>div {
		font-size: 22px;
	}
}

@media screen and (max-width:999px) {
	.font42 {
		font-size: 22px;
		line-height: 34px;
	}
	.indexBanner .btns>div {
		display: none;
	}
	.indexBanner .swiper-pagination{
		display: block;
		bottom: 20px;
	}
	.indexBanner .swiper-pagination span{
		background-color: #ffffff;
		opacity: 1;
		width: 11px;
		height: 11px;
		margin: 0px 8px !important;
	}
	.indexBanner .swiper-pagination span.swiper-pagination-bullet-active{
		background-color: #0F9FDD;
	}
}

@media screen and (max-width:750px) {
	.font42 {
		font-size: 20px;
		line-height: 30px;
	}

	.indexBanner .con {
		padding-bottom: 80%;
	}
	.indexBanner .swiper-pagination{
		bottom: 16px;
	}
}

/* common */

.title1 {
	color: #222;
	font-size: 50px;
	font-family: Inter-Bold;
}


a.title1 {
	display: inline-block;
}

a.title1:hover {
	color: #0F9FDD;
}

.fontBold {
	font-family: Inter-Bold;
}

.fontsBold {
	font-family: Inter-SemiBold;
}

.fontrBold {
	font-family: Inter-Regular;
}

.txtCenter,
.txtCenter p {
	text-align: center;
}

.sTit {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.sTit .sBtns {
	flex-shrink: 0;
	margin-left: 30px;
}

.sBtns {
	display: flex;
	align-items: center;
}


.sBtns>div {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	color: #2C2C2C;
	background-color: #ffffff;
	box-shadow: 0 4px 40px rgba(11, 48, 138, 0.10);
	font-size: 16px;
}


.sBtns>div.prev {
	margin-right: 24px;
}


.sBtns>div:hover {
	background-color: #0F9FDD;
	color: #ffffff;
	box-shadow: 0px 0px 0px rgba(11, 48, 138, 0);
}


.sBtns>div.swiper-button-disabled {
	pointer-events: none;
}




/* indexM1-1 */

.productClassification .piece {
	padding: 92px 0 90px 0;
}

.bottomLine {
	border-bottom: 1px solid #C5C5C5;
}

.productClassification .productSlides .swiper {
	margin-top: 49px;
}

.productSlides .swiper {
	margin-top: 69px;
}

.productSlides .image {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-bottom: 1px solid #D4D4D4;
}


.productSlides .swiper .swiper-slide {
	border: 1px solid #D4D4D4;
}

.productSlides h2 {
	font: inherit;
}


.productSlides .tit {
	padding: 14.5px 12px 14.5px 18.5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: none;
	color: #222;
	background-color: #F0F0F0;
}

.font18 {
	font-size: 18px;
	line-height: 30px;
}


.productSlides .tit i {
	flex-shrink: 0;
	margin-left: 20px;
	color: #222222;
	font-size: 10px;
	font-weight: bold;
}


.productSlides .tit:hover {
	background-color: #0F9FDD;
	color: #ffffff;
}

.productSlides .tit:hover i {
	color: #ffffff;
}

@media screen and (max-width:1560px) {
	.sBtns>div {
		width: 46px;
		height: 46px;
	}

	.productSlides .tit {
		padding: 12px 12px;
	}


	.productSlides .swiper {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.font18 {
		font-size: 16px;
		line-height: 28px;
	}

	.productSlides .tit {
		padding: 10px 12px;
	}

	.sBtns>div {
		width: 42px;
		height: 42px;
		font-size: 14px;
	}

	.productClassification .productSlides .swiper {
		margin-top: 40px;
	}

	.productSlides .swiper {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.productClassification .productSlides .swiper {
		margin-top: 30px;
	}

	.productSlides .swiper {
		margin-top: 30px;
	}

	.font18 {
		font-size: 14px;
		line-height: 26px;
	}

	.sBtns>div {
		width: 38px;
		height: 38px;
		font-size: 12px;
	}

	.sBtns>div.prev {
		margin-right: 20px;
	}
}

@media screen and (max-width:538px) {
	.sTit {
		flex-direction: column;
		align-items: flex-start;
	}

	.sTit .sBtns {
		margin-left: 0;
	}

	.sTit .sBtns>div {
		margin-top: 20px;
	}
}


/* indexM2-1 */


.iAbout .piece {
	padding: 74px 0 98px 0;
}

.iAbout .iTit {
	padding: 0 4%;
}

.iTit {
	display: flex;
	align-items: center;
	justify-content: center;
}

.font60 {
	font-size: 60px;
	line-height: 90px;
}

.font60 img {
	display: inline;
	vertical-align: middle;
	border-radius: 90px;
	overflow: hidden;
	width: 150px;
}

.font60:hover img {
	transform: none;
}

.defaultColor {
	color: #222222;
}

a.defaultColor:hover {
	color: #0F9FDD;
}

.iAbout .con {
	display: flex;
	justify-content: space-between;
	margin-top: 55px;
}

.iAbout .msg {
	width: 46%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-top: 24px;
}

.iAbout .show {
	width: 50%;
}

.iAbout .show .image {
	height: 100%;
	overflow: hidden;
}

.iAbout .show .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.font24 {
	font-size: 24px;
	line-height: 36px;
}

.iAbout .tit {
	display: inline-block;
}

.themeColor {
	color: #0F9FDD;
}


.standardEdit p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}

.iAbout .txts {
	margin-top: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
}

.iAbout .numList {
	margin-top: 47px;
	justify-content: space-between;
	width: 100%;
}

.iAbout .numList .item {
	padding-right: 25px;
}

.numList {
	display: flex;
	flex-wrap: wrap;
}


.numList .num {
	font-size: 50px;
	line-height: 50px;
	font-family: Inter-Bold;
	color: #000000;
}


.font16 {
	font-size: 16px;
	line-height: 28px;
}

.numList .txt {
	margin-top: 23px;
}


@media screen and (max-width:1560px) {
	.font60 {
		font-size: 46px;
		line-height: 58px;
	}

	.font60 img {
		width: 130px;
	}

	.iAbout .msg {
		padding: 40px 0;
	}

	.font24 {
		font-size: 20px;
		line-height: 32px;
	}

	.numList .num {
		font-size: 36px;
		line-height: 36px;
	}

	.iAbout .txts {
		margin-top: 30px;
	}

	.iAbout .numList {
		margin-top: 40px;
	}

	.numList .txt {
		margin-top: 20px;
	}
}

@media screen and (max-width:1333px) {
	.font60 {
		font-size: 36px;
		line-height: 48px;
	}

	.font60 img {
		width: 110px;
	}

	.iAbout .txts {
		-webkit-line-clamp: 6;
	}

	.numList .num {
		font-size: 30px;
		line-height: 30px;
	}

	.numList .txt {
		margin-top: 10px;
	}

	.iAbout .numList {
		justify-content: flex-start;
		margin-top: 34px;
	}

	.iAbout .numList .item {
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
		padding-right: 0;
	}

	.iAbout .numList .item:nth-child(3n) {
		margin-right: 0;
	}

	.iAbout .numList .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.iAbout .show {
		width: 46%;
	}

	.iAbout .msg {
		width: 52%;
	}

	.iAbout .con {
		margin-top: 40px;
	}

	.font24 {
		font-size: 18px;
		line-height: 30px;
	}
}

@media screen and (max-width:999px) {
	.iAbout .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.iAbout .msg {
		padding: 0;
		width: 100%;
	}

	.iAbout .txts {
		-webkit-line-clamp: 4;
	}

	.font60 {
		font-size: 30px;
		line-height: 42px;
	}

	.font60 img {
		width: 100px;
	}

	.iAbout .con {
		margin-top: 30px;
	}

	.font24 {
		font-size: 16px;
		line-height: 28px;
	}

	.iAbout .txts {
		margin-top: 20px;
	}

	.iAbout .numList {
		margin-top: 30px;
	}

	.numList .num {
		font-size: 26px;
		line-height: 26px;
	}

	.iAbout .show {
		width: 100%;
		margin-top: 30px;
		height: 400px;
	}

	.iAbout .iTit {
		padding: 0;
	}
}

@media screen and (max-width:768px) {
	.font60 {
		font-size: 26px;
		line-height: 38px;
	}

	.font60 img {
		width: 90px;
	}

	.numList .num {
		font-size: 22px;
		line-height: 22px;
	}

	.iAbout .show {
		width: 100%;
		margin-top: 30px;
		height: 360px;
	}
}

@media screen and (max-width:538px) {
	.iAbout .show {
		height: 320px;
	}
}

@media screen and (max-width:450px) {
	.iAbout .numList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}

	.iAbout .numList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.iAbout .numList {
		justify-content: space-between;
	}
}


/* indexM3-1 */


.industrySolutions .piece {
	padding: 68px 0 87px 0;
}


.industrySolutions .iTit {
	margin-bottom: 57px;
}


.industrySolutions .con {
	display: flex;
	flex-wrap: wrap;
	margin-top: 55px;
}


.industrySolutions .item {
	height: 554px;
	position: relative;
	flex: 1;
	margin-right: 14px;
}


.industrySolutions .item.active {
	flex: 3.5;
}

.industrySolutions .item:nth-child(4n) {
	margin-right: 0;
}


.industrySolutions .item .image {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	z-index: -2;
}


.industrySolutions .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.industrySolutions .msg {
	opacity: 0;
	pointer-events: none;
}

.industrySolutions .item.active .msg {
	opacity: 1;
	pointer-events: all;
}

.industrySolutions .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: 16px 17.5px;
}

.industrySolutions .msg::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 18.230%;
	opacity: 0.6;
	background: linear-gradient(to top, #000 34.41%, rgba(255, 255, 255, 0.00) 113.78%);
	z-index: -1;
}


.industrySolutions .msg .tit {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.industrySolutions .tit {
	color: #ffffff;
}

.industrySolutions .tit:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}

.industrySolutions .txts {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-top: 20px;
}

.industrySolutions .txts p {
	color: #C0C0C0;
}

@media screen and (max-width:1560px) {
	.industrySolutions .msg {
		padding: 20px 20px;
	}

	.industrySolutions .con {
		margin-top: 50px;
	}

	.industrySolutions .item {
		height: 500px;
	}
}

@media screen and (max-width:1333px) {
	.industrySolutions .con {
		margin-top: 40px;
	}

	.industrySolutions .item {
		height: 460px;
	}
}

@media screen and (max-width:999px) {
	.industrySolutions .con {
		justify-content: space-between;
	}

	.industrySolutions .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
		flex: none;
	}

	.industrySolutions .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.industrySolutions .item .msg {
		opacity: 1;
		pointer-events: all;
	}

	.industrySolutions .item {
		height: 400px;
	}

	.industrySolutions .con {
		margin-top: 34px;
	}
}

@media screen and (max-width:768px) {
	.industrySolutions .item {
		height: 360px;
	}

	.industrySolutions .msg {
		padding: 20px 15px;
	}
}

@media screen and (max-width:538px) {
	.industrySolutions .item {
		height: 320px;
	}
}

@media screen and (max-width:450px) {
	.industrySolutions .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.industrySolutions .item:nth-child(1) {
		margin-top: 0;
	}
}

/* indexM4-1 */

.iTouch .piece {
	padding: 68px 0 90px 0;
}

.touch {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.touch .msg {
	width: 45.28%;
}

.touch .msg .title1 {
	margin-top: 23px;
}


.touch .msg .list {
	margin-top: 28px;
}

.touch .msg .list li {
	padding: 15px 0 11px 0;
	display: flex;
	align-items: flex-start;
	border-top: 1px solid #EDEDED;
	color: #222;
	font-size: 18px;
	line-height: 30px;
}


.touch .msg .list li img {
	flex-shrink: 0;
	margin-right: 10px;
	width: 24px;
	margin-top: 3px;
}

.cBtn {
	width: max-content;
	padding: 11px 20px;
	border-radius: 4px;
	background-color: #0F9FDD;
	border: 1px solid #0F9FDD;
	color: #FFF;
	font-size: 18px;
	line-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	max-width: 100%;
}


.cBtn:hover {
	background-color: #ffffff;
	color: #0F9FDD;
}

.touch .msg .cBtn {
	margin-top: 22px;
}

.touch .dis {
	width: 47.71%;
	background-color: #F0F0F0;
	padding: 26px 42px 68px 58px;
	margin-top: 57px;
}

.font30 {
	font-size: 30px;
	line-height: 40px;
}


.touch .dis .tips {
	margin-top: 16px;
}

.touch .dis .tips p {
	color: #999;
}

.touch .dis .cForm {
	margin-top: 58px;
}

.cForm input,
.cForm textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.cForm ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cForm ul li {
	height: 47px;
	width: 48.5%;
	margin-top: 19px;
	padding: 0 15px;
	overflow: hidden;
	background-color: #ffffff;
}

.cForm ul li:nth-child(-n+2) {
	margin-top: 0;
}


.cForm ul li.message {
	width: 100%;
	height: 95px;
	padding: 14px 16px;
}

.cForm ul li.code {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
}


.cForm ul li.code input {
	flex: 1;
	padding: 0 16px;
}

.cForm ul li.code .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	height: 100%;
	background-color: #f3fbfe;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 85px;
}

.cForm ul li.code .codeImg img {
	display: block;
}


.cForm ul li.subBtn {
	padding: 0;
}

.cForm ul li.subBtn input {
	background-color: #0F9FDD;
	font-family: Inter-SemiBold;
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
	border: 1px solid #0F9FDD;
}


.cForm ul li.subBtn input:hover {
	background-color: transparent;
	color: #0F9FDD;
}

.cForm input::-webkit-input-placeholder,
.cForm textarea::-webkit-input-placeholder {
	color: #222222;
}

.cForm input:-moz-placeholder,
.cForm textarea:-moz-placeholder {
	color: #222222;
}

.cForm input::-moz-placeholder,
.cForm textarea::-moz-placeholder {
	color: #222222;
}

.cForm input:-ms-input-placeholder,
.cForm textarea:-ms-input-placeholder {
	color: #222222;
}

@media screen and (max-width:1560px) {
	.touch .dis {
		margin-top: 0;
		padding: 40px 30px;
	}

	.font30 {
		font-size: 26px;
		line-height: 38px;
	}

	.touch .dis .cForm {
		margin-top: 40px;
	}

	.touch .msg .title1 {
		margin-top: 20px;
	}

	.touch .msg .list li {
		padding: 12px 0;
	}

	.touch .msg .list {
		margin-top: 34px;
	}

	.cBtn {
		padding: 5px 20px;
	}

	.touch .msg .cBtn {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.touch .msg .list li {
		font-size: 16px;
		line-height: 26px;
	}

	.cBtn {
		font-size: 16px;
		line-height: 26px;
	}

	.font30 {
		font-size: 22px;
		line-height: 34px;
	}

	.touch .dis {
		padding: 40px 20px;
	}

	.touch .msg {
		width: 44%;
	}

	.touch .dis {
		width: 52%;
	}

	.cForm ul li {
		padding: 0 10px;
	}

	.cForm ul li.message {
		padding: 14px 10px;
	}

	.cForm ul li.code input {
		padding: 0 10px;
	}
}

@media screen and (max-width:999px) {
	.touch {
		flex-direction: column;
		align-items: flex-start;
	}

	.touch .msg {
		width: 100%;
	}

	.touch .msg .list li {
		font-size: 14px;
		line-height: 26px;
	}

	.touch .msg .list li img {
		width: 22px;
	}

	.touch .msg .list {
		margin-top: 30px;
	}

	.touch .dis {
		width: 100%;
		margin-top: 40px;
		padding: 30px 20px;
	}

	.touch .dis .cForm {
		margin-top: 30px;
	}

	.cForm ul li {
		height: 40px;
	}

	.cForm ul li.code .codeImg {
		width: 72px;
	}

	.cBtn {
		font-size: 14px;
		line-height: 24px;
	}

	.font30 {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width:768px) {
	.touch .msg .cBtn {
		margin-top: 24px;
	}

	.touch .msg .list li {
		padding: 10px 0;
	}
}

@media screen and (max-width:538px) {
	.touch .dis .cForm {
		margin-top: 24px;
	}
}

@media screen and (max-width:450px) {
	.cForm ul li:nth-child(n) {
		width: 100%;
		margin-top: 14px;
	}

	.cForm ul li:nth-child(1) {
		margin-top: 0;
	}
}

/* indexM5-1 */

.caseStudy .piece {
	padding: 78px 0 89px 0;
}

.caseStudy .con {
	margin-top: 65px;
	display: flex;
	justify-content: space-between;
}

.caseStudy .imgSwiper {
	width: 50%;
	overflow: hidden;
}

.caseStudy .imgSwiper .image {
	height: 100%;
}

.caseStudy .imgSwiper .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.caseStudy .msgSwiper {
	width: 50%;
	overflow: hidden;
	border: 1px solid #BABABA;
	border-left: none;
}

.caseStudy .msgSwiper .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 26px 53px 26px;
}

.blackColor {
	color: #000000;
}

.font20 {
	font-size: 20px;
	line-height: 30px;
}

.caseStudy .msgSwiper .tit {
	margin-top: 20px;
}

.caseStudy .msgSwiper .tit:hover {
	color: #0F9FDD;
}

.caseStudy .msgSwiper .txts {
	margin-top: 17px;
}

.caseStudy .msgSwiper .btn {
	font-weight: bold;
	font-size: 34px;
	margin-top: 43px;
	color: #222;
}

.caseStudy .msgSwiper .btn:hover {
	color: #0F9FDD;
}

@media screen and (max-width:1560px) {
	.caseStudy .con {
		margin-top: 50px;
	}

	.caseStudy .msgSwiper .swiper-slide {
		padding: 30px 30px;
	}

	.caseStudy .msgSwiper .btn {
		font-size: 30px !important;
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.font20 {
		font-size: 18px;
		line-height: 30px;
	}

	.caseStudy .con {
		margin-top: 40px;
	}

	.caseStudy .msgSwiper .btn {
		font-size: 22px !important;
		margin-top: 20px;
	}
}

@media screen and (max-width:999px) {
	.caseStudy .con {
		margin-top: 34px;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.caseStudy .imgSwiper {
		width: 100%;
		height: 400px;
	}

	.caseStudy .msgSwiper {
		width: 100%;
		border: 1px solid #BABABA;
		border-bottom: none;
	}

	.font20 {
		font-size: 16px;
		line-height: 28px;
	}

	.caseStudy .msgSwiper .swiper-slide {
		padding: 30px 20px;
	}

	.caseStudy .msgSwiper .tit {
		margin-top: 16px;
	}

	.caseStudy .msgSwiper .btn {
		font-size: 20px !important;
		margin-top: 20px;
	}
}

@media screen and (max-width:768px) {
	.caseStudy .imgSwiper {
		height: 360px;
	}

	.caseStudy .msgSwiper .swiper-slide {
		padding: 30px 15px;
	}
}


@media screen and (max-width:538px) {
	.caseStudy .imgSwiper {
		height: 320px;
	}

	.caseStudy .con {
		margin-top: 30px;
	}
}

/* indexM6-1 */

.iGlobal .global {
	padding: 73px 0 87px 0;
}



.font40 {
	font-size: 40px;
	line-height: 58px;
}

.global .title {
	padding: 0 2%;
}

.global .title img {
	display: inline-block;
	vertical-align: middle;
	width: 44px;
}


.global .show {
	width: calc(100% + 32px);
	margin: 0 auto;
	margin-top: 12px;
}

.global .show img {
	display: block;
}

@media screen and (max-width:1560px) {
	.font40 {
		font-size: 36px;
		line-height: 48px;
	}

	.global .title img {
		width: 40px;
	}

	.global .show {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.font40 {
		font-size: 30px;
		line-height: 42px;
	}

	.global .title img {
		width: 36px;
	}
}

@media screen and (max-width:999px) {
	.font40 {
		font-size: 26px;
		line-height: 38px;
	}

	.global .title img {
		width: 32px;
	}
}

@media screen and (max-width:768px) {
	.font40 {
		font-size: 22px;
		line-height: 34px;
	}

	.global .title img {
		width: 28px;
	}
}

/* indexM7-1 */

.iNews .piece {
	padding: 86px 0 87px 0;
}

.iNews .swiper {
	margin-top: 62px;
}

.iNews .swiper-slide {
	height: auto;
}

.newItem {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}


.newItem .image {
	overflow: hidden;
	width: 100%;
}

.newItem .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.newItem .msg {
	padding: 15px 30px 18px;
	border: 1px solid #C9C9C9;
	border-top: none;
	flex: 1;
	width: 100%;
}

.font22 {
	font-size: 22px;
	line-height: 36px;
}

.newItem .msg .tit {
	margin-top: 10px;
}

.newItem .msg .btn {
	font-size: 25px;
	color: #222222;
	font-weight: bold;
	margin-top: 19px;
	display: inline-block;
}

.newItem .msg .btn:hover {
	color: #0F9FDD;
}

@media screen and (max-width:1560px) {
	.iNews .swiper {
		margin-top: 50px;
	}

	.newItem .msg {
		padding: 20px 20px;
	}

	.font22 {
		font-size: 20px;
		line-height: 32px;
	}

	.newItem .msg .btn {
		font-size: 22px !important;
	}
}

@media screen and (max-width:1333px) {
	.font22 {
		font-size: 18px;
		line-height: 30px;
	}

	.iNews .swiper {
		margin-top: 40px;
	}

	.newItem .msg .btn {
		font-size: 20px !important;
	}
}

@media screen and (max-width:999px) {
	.font22 {
		font-size: 16px;
		line-height: 28px;
	}

	.iNews .swiper {
		margin-top: 34px;
	}

	.newItem .msg .btn {
		font-size: 18px !important;
	}
}

@media screen and (max-width:768px) {
	.iNews .swiper {
		margin-top: 30px;
	}
}

@media screen and (max-width:538px) {
	.newItem .msg {
		padding: 20px 15px;
	}
}


/* indexM7-1 */

.iQuiteLink {
	padding: 76px 0 92px 0;
}

.quiteLink {
	display: flex;
	flex-wrap: wrap;
}

.quiteLink .item {
	width: 22.71%;
	margin-right: 3.05%;
	background-color: #F0F0F0;
	margin-top: 30px;
	padding: 35px 16px 20px 25px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}

.quiteLink .item .piece {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}



.quiteLink .item:nth-child(4n) {
	margin-right: 0;
}

.quiteLink .item:nth-child(-n+4) {
	margin-top: 0;
}

.quiteLink .item .sign {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.quiteLink .item .sign img {
	display: block;
}


.quiteLink .item .msg {
	margin-top: 77px;
	width: 100%;
}

.quiteLink .item .tit {
	display: inline-block;
}

.quiteLink .item:hover .tit,
.quiteLink .item .tit:hover {
	color: #0F9FDD;
}

.quiteLink .box {
	margin-top: 7px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.quiteLink .box .txts {
	flex: 1;
}

.quiteLink .box .txts p {
	font-size: 14px !important;
	line-height: 24px !important;
}

.quiteLink .box .btn {
	flex-shrink: 0;
	margin-left: 10px;
	font-size: 14px;
	color: #222;
	font-weight: bold;
}

.quiteLink .item:hover .btn,
.quiteLink .box .btn:hover {
	color: #0F9FDD;
}

@media screen and (max-width:1560px) {
	.quiteLink .item {
		padding: 30px 20px;
	}

	.quiteLink .box {
		margin-top: 16px;
	}

	.quiteLink .item .msg {
		margin-top: 50px;
	}

	.quiteLink .item .sign {
		width: 46px;
		height: 46px;
	}
}

@media screen and (max-width:1333px) {
	.quiteLink .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.quiteLink .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.quiteLink {
		justify-content: space-between;
	}

	.quiteLink .item .msg {
		margin-top: 30px;
	}

	.quiteLink .item .sign {
		width: 42px;
		height: 42px;
	}
}

@media screen and (max-width:999px) {
	.quiteLink .item .sign {
		width: 36px;
		height: 36px;
	}
}

@media screen and (max-width:538px) {
	.quiteLink .item {
		padding: 30px 15px;
	}

	.quiteLink .box {
		flex-direction: column;
		align-items: flex-start;
	}

	.quiteLink .box .btn {
		margin-left: 0;
		margin-top: 14px;
	}
}

@media screen and (max-width:450px) {
	.quiteLink .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.quiteLink .item:nth-child(1) {
		margin-top: 0;
	}
}

/* indexM8-1 */

.newsletter {
	background-color: #0F9FDD;
	padding: 29px 0 29px 0;
}

.newsletter .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.newsletter .tit {
	color: #FFF;
	flex-shrink: 0;
	margin-right: 40px;
}

.newsletter form {
	width: 66.05%;
}


.newsletter form ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.newsletter form input,
.newsletter form textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.newsletter form ul li {
	background-color: #ffffff;
	padding: 0 18px;
	height: 52px;
}


.newsletter form ul li.editInput {
	width: 46.5%;
	margin-right: 4.3%;
}

.newsletter form ul li.codeCon {
	width: 31.8%;
	margin-right: 3.8%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}

.newsletter form ul li.codeCon input {
	flex: 1;
	padding: 0 19px;
}

.newsletter form ul li.codeCon .codeImg {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 34px;
	width: 79px;
	cursor: pointer;
	background-color: #f3fbfe;
	margin-right: 10px;
}


.newsletter form ul li.codeCon .codeImg img {
	display: block;
}

.newsletter form ul li.subBtn {
	width: 13.6%;
	padding: 0;
}

.newsletter form ul li.subBtn input {
	cursor: pointer;
	background-color: #222;
	color: #ffffff;
}


.newsletter form ul li.subBtn input:hover {
	background-color: #ffffff;
	color: #0F9FDD;
}

.newsletter form input::-webkit-input-placeholder {
	color: rgba(153, 153, 153, .5);
}

.newsletter form input:-moz-placeholder {
	color: rgba(153, 153, 153, .5);
}

.newsletter form input::-moz-placeholder {
	color: rgba(153, 153, 153, .5);
}

.newsletter form input:-ms-input-placeholder {
	color: rgba(153, 153, 153, .5);
}


@media screen and (max-width:1560px) {
	.newsletter form ul li {
		height: 45px;
	}
}

@media screen and (max-width:1333px) {

	.newsletter form ul li {
		height: 40px;
		padding: 0 10px;
	}

	.newsletter form ul li.codeCon input {
		padding: 0 10px;
	}

	.newsletter form ul li:nth-child(n) {
		margin-right: 0;
	}

	.newsletter form ul {
		justify-content: space-between;
	}

	.newsletter form ul li.codeCon {
		width: 36%;
	}

	.newsletter form ul li.codeCon .codeImg {
		width: 65px;
		height: 28px;
	}
}

@media screen and (max-width:999px) {
	.newsletter .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.newsletter form {
		width: 100%;
		margin-top: 20px;
	}

	.newsletter .tit {
		margin-right: 0;
	}

	.newsletter form ul li {
		height: 36px;
	}
}

@media screen and (max-width:538px) {
	.newsletter form ul li.editInput {
		width: 100%;
		margin-bottom: 14px;
	}

	.newsletter form ul li.codeCon {
		width: 72%;
	}

	.newsletter form ul li.subBtn {
		width: 24%;
	}
}

/* 1-1tools */


.innerDis {
	padding: 53px 0 70px 0;
}

.innerDis .mbox {
	margin-top: 17px;
}


.mbox {
	height: 84px;
	overflow: hidden;
}


.mBtn {
	color: #051F12;
	padding: 12px 37.5px;
	font-size: 18px;
	line-height: 28px;
	width: max-content;
	margin-top: 14px;
	cursor: pointer;
	display: none;
	border-radius: 4px;
	background: #0F9FDD;
	border: 1px solid #0F9FDD;
	color: #ffffff;
}

.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 {
	background-color: #ffffff;
	color: #0F9FDD;
}


.toolsList {
	padding: 75px 0 108px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.toolsList .item {
	width: 48.29%;
	background: #F6F6F6;
	position: relative;
	margin-top: 49px;
	padding: 12px 19px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}



.toolsList .item:nth-child(-n+2) {
	margin-top: 0;
}

.toolsList .item::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	pointer-events: none;
	border: 1px solid #0F9FDD;
	opacity: 0;
	transition: .4s ease all;
}

.toolsList .item:hover::after {
	opacity: 1;
}


.toolsList .image {
	overflow: hidden;
	width: 174px;
	height: 174px;
	margin-right: 16%;
}


.toolsList .box {
	flex: 1;
}

.toolsList .model {
	margin-top: 23px;
}


.toolsList .btn {
	width: max-content;
	font-weight: bold;
	font-size: 34px;
	margin-top: 31px;
	display: inline-block;
}

.toolsList .btn:hover {
	color: #0F9FDD;
}

.toolsProducts .piece {
	padding: 98px 0 136px 0;
}


.toolsTouch .piece {
	padding: 116px 0 96px 0;
}


.toolQuiteLink .piece {
	padding: 76px 0 92px 0;
}



@media screen and (max-width:1560px) {
	.innerDis {
		padding: 50px 0;
	}

	.innerDis .mbox {
		margin-top: 26px;
	}

	.mBtn {
		padding: 6px 24px;
		margin-top: 26px;
	}

	.toolsList .image {
		margin-right: 5%;
	}

	.toolsList .item {
		padding: 20px 20px;
		margin-top: 30px;
	}

	.toolsList .model {
		margin-top: 20px;
	}

	.toolsList .btn {
		font-size: 28px !important;
		margin-top: 20px;
	}
}

@media screen and (max-width:1333px) {
	.innerDis {
		padding: 40px 0;
	}

	.mBtn {
		padding: 5px 20px;
		font-size: 16px;
		line-height: 26px;
	}

	.toolsList .btn {
		font-size: 24px !important;
	}

	.toolsList .image {
		width: 150px;
		height: 150px;
	}
}

@media screen and (max-width:999px) {
	.innerDis {
		padding: 30px 0 40px 0;
	}

	.innerDis .mbox {
		margin-top: 20px;
		height: 78px;
	}

	.mBtn {
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px;
	}

	.toolsList .item {
		flex-direction: column;
		align-items: flex-start;
	}

	.toolsList .box {
		flex: none;
		width: 100%;
		margin-top: 14px;
	}

	.toolsList .model {
		margin-top: 10px;
		font-size: 14px;
		line-height: 24px;
	}

	.toolsList .btn {
		font-size: 22px !important;
		margin-top: 10px;
	}

	.toolsList .image {
		height: auto;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

}

@media screen and (max-width:538px) {
	.toolsList .item {
		padding: 20px 15px;
	}
}

@media screen and (max-width:450px) {
	.toolsList .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.toolsList .item:nth-child(1) {
		margin-top: 0;
	}
}

/* 1-2tools */

.productTip {
	padding: 52px 0 53px 0;
}

.productTip .mbox {
	margin-top: 18px;
}

.productTip .mBtn {
	margin-top: 31px;
}

.products .con {
	padding: 60px 0 79px 0;
}

.searchProducts {
	background-color: #F0F0F0;
	padding: 22px 20px 36px;
}

.searchProducts form {
	margin-top: 16px;
	border: 1px solid rgba(153, 153, 153, .66);
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 821px;
	height: 54px;
}

.searchProducts form input {
	flex: 1;
	height: 100%;
	background-color: transparent;
	padding: 0 15px;
	font-size: 14px !important;
	width: 1%;
}

.searchProducts input::-webkit-input-placeholder {
	font-size: 14px !important;
}

.searchProducts input:-moz-placeholder {
	font-size: 14px !important;
}

.searchProducts input::-moz-placeholder {
	font-size: 14px !important;
}

.searchProducts input:-ms-input-placeholder {
	font-size: 14px !important;
}


.searchProducts form .subBtn {
	height: 100%;
	width: 45px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.searchProducts form .subBtn input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	opacity: 0;
	cursor: pointer;
}


.searchProducts form .subBtn i {
	color: #1E1E1E;
	font-weight: bold;
	font-size: 17px;
}


.searchProducts form .subBtn:hover i {
	color: #0F9FDD;
}


.productTitle {
	background-color: #0F9FDD;
	display: flex;
}


.productTitle .item {
	color: #FFF;
	font-family: Inter-SemiBold;
	font-size: 20px;
	line-height: 30px;
	padding: 12.5px 0;
	padding-right: 20px;
}


.productTitle .item:nth-child(1) {
	width: 28.3%;
	padding-left: 36px;
}


.productTitle .item:nth-child(2) {
	width: 24.4%;
}

.productTitle .item:nth-child(3) {
	width: 30%;
}

.productTitle .item:nth-child(4) {
	width: 17.3%;
}

.products .list {
	margin-top: 38px;
}

.products .list .item {
	border-bottom: 1px solid rgba(197, 197, 197, .8);
	display: flex;
	align-items: center;
	padding-bottom: 46px;
	margin-bottom: 46px;
}

.products .list .item:last-child {
	margin-bottom: 0;
}

.products .list .imgBox {
	width: 28.3%;
	display: flex;
	align-items: center;
	padding-right: 20px;
}

.products .list .image {
	width: 139px;
	height: 139px;
	border: 1px solid #E8E8E8;
	overflow: hidden;
}


.products .list .productName {
	width: 24.4%;
	padding-right: 20px;
}

.products .list .tit {
	color: #222;
	font-family: Inter-SemiBold;
	font-size: 20px;
	line-height: 30px;
}

.products .list .tit:hover {
	color: #0F9FDD;
}

.products .list .sign {
	color: #999;
	font-size: 14px;
	line-height: 24px;
	margin-top: 1px;
}


.products .list .dis {
	width: 30%;
	padding-right: 20px;
}

.products .list .btns {
	width: 17.3%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}

.products .list .inqBtn {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}


.products .list .checkBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 12px;
	height: 12px;
	background-color: #E5E5E5;
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
	margin-right: 10px;
}


.products .list .checkBtn input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
	z-index: 9;
	opacity: 0;
}

.products .list .checkBtn i {
	font-size: 12px;
	font-weight: bold;
	opacity: 0;
}

.products .list .checkBtn.active i {
	opacity: 1;
}

.products .list .btn {
	padding: 11px 20px;
	min-width: 168px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #DFDFDF;
	border-radius: 4px;
	color: #222;
	font-size: 18px;
	line-height: 30px;
}

.products .list .btn:hover {
	background-color: #0F9FDD;
	color: #ffffff;
	border-color: #0F9FDD;
}


.products .pager {
	margin-top: 39px;
}


.productPiece {
	padding: 98px 0 116px 0;
}


@media screen and (max-width:1560px) {
	.productTip {
		padding: 40px 0;
	}

	.productTip .mbox {
		margin-top: 30px;
	}

	.searchProducts {
		padding: 30px 20px;
	}

	.searchProducts form {
		margin-top: 20px;
		height: 45px;
	}

	.productTitle .item {
		font-size: 18px;
		line-height: 28px;
	}

	.products .list .item {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.products .list .btn {
		padding: 8px 20px;
	}

	.products .list {
		margin-top: 30px;
	}

	.products .pager {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.productTip .mbox {
		margin-top: 26px;
	}

	.products .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.products .list .imgBox,
	.productTitle .item:nth-child(1) {
		width: 24%;
	}

	.productTitle .item:nth-child(1) {
		padding-left: 20px;
	}

	.productTitle .item:nth-child(3),
	.products .list .dis {
		width: 29.6%;
	}

	.productTitle .item:nth-child(4),
	.products .list .btns {
		width: 22%;
	}

	.products .list .image {
		width: 120px;
		height: 120px;
	}

	.products .list .btn {
		min-width: 130px;
		padding: 5px 20px;
	}
}

@media screen and (max-width:999px) {
	.searchProducts form {
		height: 40px;
	}

	.searchProducts form .subBtn i {
		font-size: 16px;
	}

	.productTitle {
		display: none;
	}

	.products .list .item {
		flex-wrap: wrap;
	}

	.products .list .item>div:nth-child(n) {
		width: 100%;
		padding-right: 0;
	}

	.products .list .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.products .list .productName {
		margin-top: 20px;
	}

	.products .list .sign {
		margin-top: 14px;
	}

	.products .list .btns {
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		margin-top: 20px;
	}

	.products .list .inqBtn {
		margin-bottom: 0;
		margin-right: 20px;
	}

	.products .list .dis {
		margin-top: 14px;
	}

	.products .list .btn {
		min-width: auto;
		line-height: 24px;
	}
}

@media screen and (max-width:538px) {
	.searchProducts {
		padding: 20px 15px;
	}

	.searchProducts form {
		height: 36px;
		margin-top: 14px;
	}
}

/* 1-3tools */


.productShow {
	padding-top: 31px;
	background-color: rgba(240, 240, 240, .5);
}

.productShow .con {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	padding: 64px 0 92px 0;
}


.productShow .shows {
	flex-shrink: 0;
	margin-right: 3.4%;
}

.productShow .shows {
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: none;
}

.showSipwerBox {
	position: relative;
}

.productShow .showSipwerBox {
	margin-right: 11px;
}


.showSipwer .swiper-slide {
	position: relative;
}

.showSipwer .swiper-slide img {
	display: block;
}


.productShow .shows .showSipwer {
	width: 537px;
	overflow: hidden;
	background-color: #ffffff;
	border: 1px solid #E8E8E8;
}


.productShow .shows .checkSwiper {
	width: 105px;
	overflow: hidden;
	height: 100%;
}


.productShow .shows .swiperBox {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 537px;
	padding: 27px 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;
	padding: 2px 5px;
	height: auto;
}


.productShow .shows .swiperBox .prev i,
.productShow .shows .swiperBox .next i {
	font-size: 26px;
	color: #999;
}


.productShow .shows .swiperBox .prev:hover i,
.productShow .shows .swiperBox .next:hover i {
	color: #0F9FDD;
}


.productShow .shows .swiperBox .prev {
	top: -8px;
}

.productShow .shows .swiperBox .prev i {
	transform: rotate(-90deg);
}

.productShow .shows .swiperBox .next {
	bottom: -8px;
	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 #E8E8E8;
}


.productShow .shows .checkSwiper .swiper-slide-thumb-active::after {
	border-color: #0F9FDD;
}


.productShow .jianjie {
	flex: 1;
	margin-top: -8px;
}


.productShow .jianjie .points {
	margin-top: 37px;
	padding: 27px 0 29px 0;
	border-top: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
}

.productShow .jianjie .points .txts {
	margin-top: 19px;
}

.productShow .jianjie .btns {
	display: flex;
	align-items: center;
	margin-top: 27px;
	flex-wrap: wrap;
}


.productShow .jianjie .btns .btn {
	margin: 5px 0;
	margin-right: 35px;
	padding: 12px 32px;
	background-color: #ffffff;
	border: 1px solid #DFDFDF;
	color: #222;
	font-size: 18px;
	line-height: 28px;
	min-width: 161px;
	border-radius: 4px;
	text-align: center;
}

.productShow .jianjie .btns .btn:last-child {
	margin-right: 0;
}


.productShow .jianjie .btns .btn:hover {
	background-color: #0F9FDD;
	border-color: #0F9FDD;
	color: #ffffff;
}


.productShow .share {
	margin-top: 27px;
}





/*jQzoom*/
.jqzoom {
	float: left;
	position: relative;
	padding: 0px;

}

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;
}

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:1560px) {
	.productShow .shows .showSipwer {
		width: 480px;
	}

	.productShow .shows .swiperBox {
		height: 480px;
	}

	.productShow .shows .swiperBox .prev i,
	.productShow .shows .swiperBox .next i {
		font-size: 20px;
	}

	.productShow .shows .checkSwiper {
		width: 90px;
	}

	.productShow .jianjie {
		margin-top: 0;
	}

	.productShow .jianjie .points {
		padding: 30px 0;
		margin-top: 30px;
	}

	.productShow .jianjie .btns .btn {
		padding: 8px 20px;
		margin-right: 20px;
		min-width: auto;
	}

	.productShow {
		padding-top: 20px;
	}
}


@media screen and (max-width:1333px) {
	.productShow .shows {
		width: 43%;
		margin-right: 0%;
		flex-direction: column;
		align-items: flex-start;
	}

	.productShow .showSipwerBox {
		width: 100%;
		margin-right: 0;
	}

	.productShow .shows .showSipwer {
		width: 100%;
	}

	.productShow .shows .swiperBox {
		height: auto;
		width: 100%;
		padding: 0 30px;
		margin-top: 14px;
	}

	.productShow .shows .checkSwiper {
		width: 100%;
	}

	.productShow .jianjie {
		margin-top: 0;
		flex: none;
		width: 52%;
	}

	.productShow .share {
		margin-top: 26px;
	}

	.productShow .shows .swiperBox .prev {
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 26px;
	}

	.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;
	}

	.productShow .shows .swiperBox .next i {
		transform: rotate(0);
	}

	.productShow .jianjie .btns .btn {
		padding: 5px 20px;
	}
}


@media screen and (max-width:999px) {
	div.jqZoomPup {
		display: none;
	}

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

	.productShow .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.productShow .shows {
		width: 100%;
		max-width: 420px;
		margin: 0 auto;
	}

	.productShow .jianjie {
		width: 100%;
		margin-top: 40px;
	}

	.productShow .jianjie .points {
		padding: 26px 0;
		margin-top: 26px;
	}

	.productShow .jianjie .btns {
		margin-top: 20px;
	}

	.productShow .jianjie .btns .btn {
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.productShow .shows {
		max-width: 340px;
	}

	.productShow .shows .swiperBox .prev i,
	.productShow .shows .swiperBox .next i {
		font-size: 18px;
	}
}


.productDet .piece {
	padding: 45px 0 123px 0;
}

.productNav .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
	border-bottom: 1px solid #C5C5C5;
}

.productNav .swiper-slide {
	width: auto;
	margin-right: 10.9%;
}


.productNav .swiper-slide a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 32px 0;
	color: #222;
	font-family: Inter-SemiBold;
	font-size: 18px;
	line-height: 30px;
	position: relative;
}

.productNav .swiper-slide a:hover {
	color: #0F9FDD;
}

.productNav .swiper-slide a::after {
	content: "";
	position: absolute;
	left: 0;
	height: 6px;
	width: 0;
	transition: .4s ease all;
	background-color: #0F9FDD;
	bottom: -3px;
}


.productNav .swiper-slide a:hover::after {
	width: 100%;
}


.productDet .parameters {
	margin-top: 81px;
}

.parameters .line {
	width: 100%;
	height: 1px;
	background-color: #C5C5C5;
	margin-top: 27px;
}

.parameters .des {
	margin-top: 51px;
}

.parameters .list {
	margin-top: 81px;
}

.parameters .list .item {
	margin-top: 54px;
}

.parameters .list .item:nth-child(1) {
	margin-top: 0;
}


.parameters .list .txts {
	margin-top: 49px;
}


.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}

.table table tr:nth-child(2n) td {
	background-color: #fff;
}

.table table tr td {
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	background-color: #F0F0F0;
	padding: 18.5px 38px;
}



.table table tr:nth-child(1) td {
	background-color: #0F9FDD;
	font-size: 20px;
	line-height: 30px;
	font-family: Inter-SemiBold;
	color: #ffffff;
	padding: 25.5px 38px;
}

.productDet .sellingPoints {
	margin-top: 95px;
}

.sellingPoints .line {
	margin-top: 27px;
	width: 100%;
	height: 1px;
	background-color: #C5C5C5;
}

.sellingPoints .txts {
	margin-top: 28px;
}

.sellingPoints .show {
	margin-top: 50px;
	position: relative;
}

.sellingPoints .show .image {
	height: 100%;
}

.sellingPoints .show .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.pdFaq .piece {
	padding: 59px 0 132px 0;
}

.pdFaq .faqList {
	margin-top: 48px;
}



.pdProducts {
	padding: 94px 0 117px 0;
}

@media screen and (max-width:1560px) {
	.productNav .swiper-slide a {
		padding: 14px 0;
	}

	.productNav .swiper-slide a::after {
		height: 4px;
	}

	.productNav .swiper-slide {
		margin-right: 60px;
	}

	.productDet .parameters,
	.parameters .list,
	.productDet .sellingPoints {
		margin-top: 60px;
	}

	.parameters .line,
	.sellingPoints .line {
		margin-top: 30px;
	}

	.parameters .des,
	.sellingPoints .txts,
	.sellingPoints .show,
	.pdFaq .faqList {
		margin-top: 40px;
	}

	.table table tr td {
		padding: 14px 20px;
	}

	.table table tr:nth-child(1) td {
		padding: 16px 20px;
	}

	.parameters .list .txts {
		margin-top: 30px;
	}

	.parameters .list .item {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.productNav .swiper-slide {
		margin-right: 40px;
	}

	.table table tr td {
		font-size: 16px;
		line-height: 28px;
		padding: 10px 20px;
	}

	.table table tr:nth-child(1) td {
		font-size: 18px;
		line-height: 28px;
		padding: 10px 20px;
	}
}

@media screen and (max-width:999px) {

	.productDet .parameters,
	.parameters .list,
	.productDet .sellingPoints {
		margin-top: 50px;
	}

	.productNav .swiper-slide a {
		font-size: 16px;
		line-height: 28px;
	}

	.productNav .swiper-slide a::after {
		height: 3px;
		bottom: -2px;
	}

	.parameters .des,
	.sellingPoints .txts,
	.sellingPoints .show,
	.pdFaq .faqList {
		margin-top: 30px;
	}

	.table table tr:nth-child(1) td {
		font-size: 16px;
		line-height: 28px;
	}

	.table table tr td {
		font-size: 14px;
		line-height: 24px;
	}

	.sellingPoints .show {
		height: 400px;
	}
}

@media screen and (max-width:768px) {

	.productDet .parameters,
	.parameters .list,
	.productDet .sellingPoints,
	.parameters .list .item {
		margin-top: 40px;
	}

	.sellingPoints .show {
		height: 360px;
	}

	.productNav .swiper-slide {
		margin-right: 30px;
	}
}

@media screen and (max-width:538px) {
	.sellingPoints .show {
		height: 320px;
	}
}



/* 1-4tools */

.toolsDes .piece {
	padding: 51px 0 106px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.toolsDes .msg {
	width: 56%;
}


.toolsDes .msg .txts {
	margin-top: 18px;
}

.toolsDes .msg .cBtn {
	margin-top: 38px;
	padding: 11px 37.5px;
}


.toolsDes .image {
	width: 37.64%;
	transform: translateY(28px);
}


@media screen and (max-width:1560px) {
	.toolsDes .image {
		transform: translateY(0);
	}

	.toolsDes .msg .txts {
		margin-top: 30px;
	}

	.toolsDes .msg .cBtn {
		padding: 5px 20px;
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.toolsDes .piece {
		flex-direction: column;
		align-items: flex-start;
	}

	.toolsDes .msg {
		width: 100%;
	}

	.toolsDes .image {
		width: 100%;
		margin-top: 30px;
		height: 400px;
	}

	.toolsDes .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}
}

@media screen and (max-width:768px) {
	.toolsDes .msg .txts {
		margin-top: 26px;
	}

	.toolsDes .image {
		height: 360px;
	}
}

@media screen and (max-width:538px) {
	.toolsDes .image {
		height: 320px;
	}
}


.life .piece {
	padding: 64px 0 67px 0;
}

.life .tip {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: -1;
	margin-bottom: 11px;
}

.life .show {
	margin-top: -10px;
	position: relative;
}

.life .dis {
	margin-top: 78px;
}


@media screen and (max-width:1560px) {
	.life .dis {
		margin-top: 40px;
	}
}


@media screen and (max-width:999px) {
	.life .show {
		height: 400px;
	}

	.life .show .image {
		height: 100%;
	}

	.life .show .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.life .dis {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.life .show {
		height: 360px;
	}
}

@media screen and (max-width:538px) {
	.life .show {
		height: 320px;
	}
}


.toolType .piece {
	padding: 78px 0 104px 0;
}

.toolType .list {
	margin-top: 57px;
	display: flex;
	flex-wrap: wrap;
}

.toolType .list .item {
	width: 23.07%;
	margin-right: 2.57%;
	margin-top: 30px;
	background-color: #F0F0F0;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 48px 20px 48px;
}


.toolType .list .item:nth-child(-n+4) {
	margin-top: 0;
}

.toolType .list .item:nth-child(4n) {
	margin-right: 0;
}

.toolType .list .tit {
	text-align: center;
}

.toolType .list .btn {
	margin-top: 35px;
}

.toolType .list .btn i {
	font-size: 34px;
	font-weight: bold;
}

.toolType .list .btn:hover i {
	color: #0F9FDD;
}

@media screen and (max-width:1560px) {
	.toolType .list {
		margin-top: 50px;
	}

	.toolType .list .item {
		padding: 30px 20px;
	}

	.toolType .list .btn i {
		font-size: 28px;
	}

	.toolType .list .btn {
		margin-top: 20px;
	}
}

@media screen and (max-width:1333px) {
	.toolType .list {
		margin-top: 40px;
	}

	.toolType .list .item {
		padding: 20px 20px;
	}

	.toolType .list .btn i {
		font-size: 24px;
	}
}

@media screen and (max-width:999px) {
	.toolType .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
	}

	.toolType .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.toolType .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.toolType .list {
		margin-top: 30px;
	}

	.toolType .list .btn i {
		font-size: 22px;
	}
}

@media screen and (max-width:768px) {
	.toolType .list {
		justify-content: space-between;
	}

	.toolType .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0%;
		margin-top: 20px;
	}

	.toolType .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.toolType .list .btn i {
		font-size: 20px;
	}
}

@media screen and (max-width:450px) {
	.toolType .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.toolType .list .item:nth-child(1) {
		margin-top: 0;
	}
}


.otherDimensions .piece {
	padding: 90px 0 109px 0;
}

.otherDimensions .con {
	margin-top: 67px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.otherDimensions .image {
	width: 48.8%;
}


.otherDimensions .txts {
	width: 46%;
}


.cusProcess .piece {
	padding: 79px 0 105px 0;
}

.cusProcess .stepList {
	margin-top: 50px;
}

.cusTouch .piece {
	padding: 48px 0 80px 0;
}

.cusTouch .piece .touch .msg .title1 {
	margin-top: 0;
}

.cusFaq .piece {
	padding: 59px 0 69px 0;
}

.cusFaq .faqList {
	margin-top: 48px;
}


.cusProducts .piece {
	padding: 68px 0 116px 0;
}


@media screen and (max-width:1560px) {
	.otherDimensions .con {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.otherDimensions .con {
		margin-top: 40px;
	}

	.cusProcess .stepList,
	.cusFaq .faqList {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.otherDimensions .con {
		flex-direction: column-reverse;
		align-items: flex-start;
		margin-top: 30px;
	}

	.otherDimensions .txts {
		width: 100%;
	}

	.otherDimensions .image {
		width: 100%;
		margin-top: 30px;
		height: 400px;
	}

	.otherDimensions .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.cusProcess .stepList,
	.cusFaq .faqList {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.otherDimensions .image {
		height: 360px;
	}

	.otherDimensions .con {
		margin-top: 26px;
	}
}

@media screen and (max-width:538px) {
	.otherDimensions .image {
		height: 320px;
	}
}




/* 2-1Service */

.service .piece {
	padding: 53px 0 88px 0;
}


.service .list {
	margin-top: 51px;
	display: flex;
	justify-content: space-between;
}

.service .list .item {
	width: 44.57%;
}


.service .show {
	margin-top: 96px;
}

.service .show img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

@media screen and (max-width:1560px) {
	.service .list .item {
		width: 48%;
	}

	.service .list {
		margin-top: 40px;
	}

	.service .show {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {

	.service .list,
	.service .show {
		margin-top: 30px;
	}

	.service .list {
		flex-direction: column;
		align-items: flex-start;
	}

	.service .list .item {
		width: 100%;
		margin-top: 26px;
	}

	.service .list .item:nth-child(1) {
		margin-top: 0;
	}

	.service .show {
		height: 400px;
	}
}

@media screen and (max-width:768px) {
	.service .show {
		height: 360px;
	}

	.service .list,
	.service .show {
		margin-top: 26px;
	}
}

@media screen and (max-width:538px) {
	.service .show {
		height: 320px;
	}
}

.support .piece {
	padding: 61px 0 129px 0;
}

.regrinding {
	background-color: #F0F0F0;
	padding: 61px 39px 57px 37px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.regrinding .msg {
	width: 52%;
}

.regrinding .dis {
	margin-top: 30px;
}

.regrinding .orders {
	margin-top: 20px;
}

.regrinding .orders .txts {
	margin-top: 20px;
}


.standardEdit p em {
	font-style: normal;
	display: block;
	padding-left: 15px;
	position: relative;
}

.standardEdit p em::after {
	content: "";
	position: absolute;
	left: 0px;
	top: 10px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #666;
}


.regrinding .cBtn {
	margin-top: 29px;
	padding: 11px 32.5px;
}


.regrinding .cBtn:hover {
	background-color: transparent;
}

.regrinding .image {
	width: 40.45%;
}

.support .work {
	margin-top: 66px;
}


.support .work .processList {
	margin-top: 41px;
}

.support .portal {
	margin-top: 97px;
}

.portal .image {
	width: 38.21%;
	float: right;
	margin-left: 18%;
	margin-top: -17px;
}

.portal .txts {
	margin-top: 27px;
}


@media screen and (max-width:1560px) {
	.regrinding {
		padding: 50px 30px;
	}

	.regrinding .orders {
		margin-top: 30px;
	}

	.regrinding .cBtn {
		padding: 5px 20px;
	}

	.support .work {
		margin-top: 60px;
	}

	.portal .image {
		margin-top: 0;
		margin-left: 5%;
	}

	.support .portal {
		margin-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.regrinding .dis {
		margin-top: 26px;
	}

	.regrinding .orders {
		margin-top: 26px;
	}
}

@media screen and (max-width:999px) {
	.regrinding {
		flex-direction: column;
		align-items: flex-start;
		padding: 40px 30px;
	}

	.regrinding .msg {
		width: 100%;
	}

	.regrinding .image {
		width: 100%;
		height: 400px;
		margin-top: 30px;
	}

	.regrinding .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.regrinding .cBtn {
		margin-top: 26px;
	}

	.support .work {
		margin-top: 50px;
	}

	.support .work .processList {
		margin-top: 30px;
	}

	.support .portal {
		margin-top: 50px;
	}

	.portal {
		display: flex;
		flex-direction: column-reverse;
	}

	.portal .image {
		width: 100%;
		float: none;
		height: 400px;
		margin: 0;
		margin-top: 30px;
	}

	.portal .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}
}

@media screen and (max-width:768px) {
	.regrinding {
		padding: 30px 20px;
	}

	.regrinding .image {
		height: 360px;
	}

	.support .work,
	.support .portal {
		margin-top: 40px;
	}

	.portal .image {
		height: 360px;
		margin-top: 26px;
	}
}

@media screen and (max-width:538px) {
	.regrinding {
		padding: 30px 15px;
	}

	.regrinding .image {
		height: 320px;
	}

	.portal .image {
		height: 320px;
	}
}

.technical .piece {
	padding: 83px 0 82px 0;
}

.technical .txts {
	margin-top: 38px;
}

.technical .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 68px;
}


.technical .list .item {
	width: 31.57%;
	margin-right: 2.645%;
	margin-top: 30px;
}

.technical .list .item:nth-child(3n) {
	margin-right: 0;
}

.technical .list .item:nth-child(-n+3) {
	margin-top: 0;
}


.technical .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.technical .list .name {
	margin-top: 39px;
	color: #222;
}


@media screen and (max-width:1560px) {
	.technical .list {
		margin-top: 40px;
	}

	.technical .list .name {
		margin-top: 20px;
	}
}


@media screen and (max-width:999px) {
	.technical .txts {
		margin-top: 30px;
	}

	.technical .list .name {
		margin-top: 10px;
	}

	.technical .list {
		justify-content: space-between;
	}

	.technical .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.technical .list .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width:768px) {
	.technical .txts {
		margin-top: 26px;
	}

	.technical .list {
		margin-top: 30px;
	}
}

@media screen and (max-width:450px) {
	.technical .list .item:nth-child(n) {
		width: 100%;
		margin-right: 0;
		margin-top: 30px;
	}

	.technical .list .item:nth-child(1) {
		margin-top: 0;
	}
}


.logistics .piece {
	padding: 84px 0 80px 0;
}

.logistics .list {
	margin-top: 55px;
}

.logistics .list .item {
	margin-top: 55px;
}

.logistics .list .item:nth-child(1) {
	margin-top: 0;
}

.logistics .list .tit {
	background-color: #F0F0F0;
	display: flex;
	align-items: flex-start;
	padding: 24px 18px;
}

.logistics .list .tit:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #222222;
	flex-shrink: 0;
	margin-right: 12px;
	margin-top: 10px;
}


.logistics .list .txts {
	margin-top: 39px;
}


.logistics .cBtn {
	margin-top: 42px;
	padding: 11px 37.5px;
}


@media screen and (max-width:1560px) {
	.logistics .list .tit {
		padding: 16px 20px;
	}

	.logistics .list .tit:before {
		width: 12px;
		height: 12px;
	}

	.logistics .list .txts {
		margin-top: 30px;
	}

	.logistics .list .item {
		margin-top: 40px;
	}

	.logistics .cBtn {
		padding: 5px 20px;
	}

	.logistics .list {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.logistics .list .tit {
		padding: 10px 20px;
	}

	.logistics .list .tit:before {
		width: 10px;
		height: 10px;
	}
}

@media screen and (max-width:999px) {
	.logistics .list {
		margin-top: 30px;
	}

	.logistics .list .txts {
		margin-top: 26px;
	}

	.logistics .list .tit:before {
		width: 8px;
		height: 8px;
	}

	.logistics .list .item {
		margin-top: 30px;
	}

	.logistics .cBtn {
		margin-top: 30px;
	}
}


@media screen and (max-width:538px) {
	.logistics .list .tit {
		padding: 10px 15px;
	}
}


.improvementPlan .piece {
	padding: 68px 0 81px 0;
}

.improvementPlan .bestWay {
	margin-top: 48px;
}

.bestWay .txts {
	margin-top: 40px;
}

.improvementPlan .realyWorks {
	margin-top: 23px;
}

.realyWorks .txts {
	margin-top: 30px;
}


@media screen and (max-width:1560px) {

	.improvementPlan .bestWay,
	.improvementPlan .realyWorks {
		margin-top: 40px;
	}

	.bestWay .txts {
		margin-top: 30px;
	}
}


@media screen and (max-width:999px) {

	.improvementPlan .bestWay,
	.improvementPlan .realyWorks {
		margin-top: 30px;
	}

	.bestWay .txts {
		margin-top: 26px;
	}
}


.productionProcess .piece {
	padding: 71px 0 108px 0;
}

.productionProcess .stepList {
	margin-top: 49px;
}

.stepList {
	display: flex;
	flex-wrap: wrap;
}


.stepList .item {
	width: 27.64%;
	margin-right: 8.54%;
	margin-top: 50px;
	position: relative;
}


.stepList .item:nth-child(3n) {
	margin-right: 0;
}


.stepList .item:nth-child(3n) .arr {
	display: none;
}

.stepList .item:nth-child(-n+3) {
	margin-top: 0;
}

.stepList .name {
	background-color: #F0F0F0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 40.5px 20px;
	height: 100%;
}

.stepList .arr {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 112%;
	font-size: 26px;
	color: #999999;
}


@media screen and (max-width:1560px) {
	.stepList .name {
		padding: 30px 20px;
	}

	.stepList .arr {
		font-size: 22px;
	}

	.stepList .item {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.productionProcess .stepList {
		margin-top: 40px;
	}

	.stepList .item {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.productionProcess .stepList {
		margin-top: 30px;
	}

	.stepList {
		justify-content: space-between;
	}

	.stepList .item:nth-child(n) {
		margin-top: 20px;
		width: 46%;
		margin-right: 0;
	}

	.stepList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.stepList .item:nth-child(n) .arr {
		display: block;
	}

	.stepList .item:nth-child(2n) .arr {
		display: none;
	}

	.stepList .arr {
		left: 106%;
		font-size: 18px;
	}
}

@media screen and (max-width:538px) {
	.stepList .name {
		padding: 20px 15px;
	}

	.stepList .arr {
		left: 104%;
		font-size: 16px;
	}
}


.servicePiece {
	padding: 81px 0 116px 0;
}


.serviceFaq .faqList {
	margin-top: 48px;
}

.servicePiece .productSlides {
	margin-top: 103px;
}

@media screen and (max-width:1560px) {
	.servicePiece .productSlides {
		margin-top: 80px;
	}

	.serviceFaq .faqList {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.servicePiece .productSlides {
		margin-top: 60px;
	}
}

@media screen and (max-width:999px) {
	.servicePiece .productSlides {
		margin-top: 50px;
	}

	.serviceFaq .faqList {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.servicePiece .productSlides {
		margin-top: 40px;
	}
}



/* 3-1Knowledge */

.Knowledge {
	padding: 53px 0 115px 0;
}

.Knowledge .mbox {
	margin-top: 41px;
}

.Knowledge .list {
	margin-top: 52px;
	display: flex;
	flex-wrap: wrap;
}

.Knowledge .list .item {
	width: 32.14%;
	margin-right: 1.79%;
	margin-top: 50px;
}


.Knowledge .list .item:nth-child(3n) {
	margin-right: 0;
}

.Knowledge .list .item:nth-child(-n+3) {
	margin-top: 0;
}


.Knowledge .list .image {
	overflow: hidden;
}

.Knowledge .list .name {
	margin-top: 23px;
}

.Knowledge .list .txts {
	margin-top: 12px;
	line-height: 28px;
}

.Knowledge .list .btn {
	display: inline-block;
	margin-top: 22px;
}

.Knowledge .list .btn i {
	font-size: 32px;
	font-weight: bold;
	color: #222;
}


.Knowledge .list .btn:hover i {
	color: #0F9FDD;
}

@media screen and (max-width:1560px) {
	.Knowledge .mbox {
		margin-top: 26px;
	}

	.Knowledge .list .btn i {
		font-size: 24px;
	}

	.Knowledge .list .item {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.Knowledge .list {
		margin-top: 40px;
	}

	.Knowledge .list .name {
		margin-top: 20px;
	}

	.Knowledge .list .btn i {
		font-size: 22px;
	}

	.Knowledge .list .item {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.Knowledge .list {
		justify-content: space-between;
	}

	.Knowledge .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.Knowledge .list .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width:450px) {
	.Knowledge .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.Knowledge .list .item:nth-child(1) {
		margin-top: 0;
	}
}

/* 3-2Knowledge */

.KnowledgeDet {
	padding: 56px 0 104px 0;
}

.KnowledgeDet .line {
	width: 100%;
	height: 1px;
	background-color: #C5C5C5;
	margin-top: 29px;
}

.KnowledgeDet .des {
	margin-top: 38px;
}

.KnowledgeDet .prevOrNext {
	margin-top: 63px;
}

.KnowledgeDet .productSlides {
	margin-top: 65px;
}

.KnowledgeDet .line2 {
	width: 100%;
	height: 1px;
	background-color: #C5C5C5;
	margin-top: 84px;
}

.KnowledgeDet .quiteLink {
	margin-top: 76px;
}

@media screen and (max-width:1560px) {
	.KnowledgeDet .line {
		margin-top: 30px;
	}

	.KnowledgeDet .des,
	.KnowledgeDet .prevOrNext {
		margin-top: 40px;
	}

	.KnowledgeDet .productSlides,
	.KnowledgeDet .line2,
	.KnowledgeDet .quiteLink {
		margin-top: 80px;
	}
}

@media screen and (max-width:1333px) {

	.KnowledgeDet .des,
	.KnowledgeDet .prevOrNext {
		margin-top: 30px;
	}

	.KnowledgeDet .productSlides,
	.KnowledgeDet .line2,
	.KnowledgeDet .quiteLink {
		margin-top: 60px;
	}
}

@media screen and (max-width:999px) {

	.KnowledgeDet .productSlides,
	.KnowledgeDet .line2,
	.KnowledgeDet .quiteLink {
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {

	.KnowledgeDet .productSlides,
	.KnowledgeDet .line2,
	.KnowledgeDet .quiteLink {
		margin-top: 40px;
	}
}

/* 3-3Knowledge */

.onlineLearning {
	padding: 53px 0 106px 0;
}

.learning .mbox {
	margin-top: 41px;
}


.learning .show {
	margin-top: 52px;
	position: relative;
}

.learning .show .image {
	height: 100%;
}

.learning .show .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}


.video .playBtn {
	width: 67px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.video:hover .playBtn {
	transform: scale(1.1);
}

.clance {
	margin-top: 87px;
}

.clance .box .image {
	width: 38.21%;
	float: right;
	margin-left: 10%;
	margin-top: 20px;
}


.clance .txts {
	margin-top: 66px;
}

.clance .list {
	margin-top: 86px;
	display: flex;
	flex-wrap: wrap;
}

.clance .list .item {
	width: 31.57%;
	margin-right: 2.645%;
	margin-top: 30px;
}

.clance .list .item:nth-child(3n) {
	margin-right: 0;
}

.clance .list .item:nth-child(-n+3) {
	margin-top: 0;
}


.clance .list .name {
	margin-top: 39px;
}


@media screen and (max-width:1560px) {
	.learning .mbox {
		margin-top: 26px;
	}

	.video .playBtn {
		width: 60px;
	}

	.clance .box .image {
		margin-top: 0;
		margin-left: 6%;
	}

	.clance .txts {
		margin-top: 40px;
	}

	.clance {
		margin-top: 80px;
	}

	.clance .list {
		margin-top: 80px;
	}

	.clance .list .name {
		margin-top: 20px;
	}
}

@media screen and (max-width:1333px) {
	.learning .show {
		margin-top: 40px;
	}

	.clance {
		margin-top: 60px;
	}

	.clance .list {
		margin-top: 60px;
	}

	.clance .txts {
		margin-top: 30px;
	}

	.clance .list .name {
		margin-top: 14px;
	}
}

@media screen and (max-width:999px) {
	.learning .mbox {
		margin-top: 20px;
	}

	.learning .show {
		height: 400px;
	}

	.clance .box {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.clance .box .image {
		float: none;
		margin: 0 auto;
		margin-top: 30px;
		width: 100%;
		max-width: 500px;
	}

	.clance {
		margin-top: 50px;
	}

	.clance .list {
		margin-top: 50px;
		justify-content: space-between;
	}

	.clance .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.clance .list .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width:768px) {
	.learning .show {
		height: 360px;
	}

	.clance .box .image {
		max-width: 450px;
	}

	.clance {
		margin-top: 40px;
	}

	.clance .list {
		margin-top: 40px;
	}

	.clance .txts {
		margin-top: 26px;
	}

	.video .playBtn {
		width: 55px;
	}
}

@media screen and (max-width:538px) {
	.learning .show {
		height: 320px;
	}
}


/* 3-4Knowledge */


.technologyApp .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 53px 0 83px 0;
}

.technologyApp .image {
	width: 46.2%;
	margin-top: 11px;
}

.technologyApp .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.technologyApp .msg {
	width: 50%;
}

.technologyApp .txts {
	margin-top: 24px;
}

.technologyApp .list {
	margin-top: 31px;
}

.technologyApp .list .item {
	margin-top: 24px;
}

.technologyApp .list .item:nth-child(1) {
	margin-top: 0;
}


.technologyApp .list .tit {
	background-color: #F0F0F0;
	padding: 15px 27px;
	cursor: pointer;
	border: 1px solid #F0F0F0;
}

.technologyApp .list .tit:hover {
	background-color: #F0F3F6;
	border: 1px solid #0F9FDD;
	color: #0F9FDD;
}

.technologyApp .list .dis {
	padding: 10px 27px 0;
	display: none;
	transition: none;
}

.technologyApp .list .item:nth-child(1) .dis {
	display: block;
}


@media screen and (max-width:1560px) {
	.technologyApp .image {
		margin-top: 0;
	}

	.technologyApp .list .tit {
		padding: 10px 20px;
	}

	.technologyApp .list .dis {
		padding: 10px 20px 0;
	}
}

@media screen and (max-width:999px) {
	.technologyApp .con {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.technologyApp .msg {
		width: 100%;
	}

	.technologyApp .list .tit {
		padding: 6px 20px;
	}

	.technologyApp .list {
		margin-top: 24px;
	}

	.technologyApp .image {
		width: 100%;
		margin: 0 auto;
		margin-top: 40px;
		max-width: 500px;
	}

}

@media screen and (max-width:768px) {
	.technologyApp .image {
		margin-top: 30px;
		max-width: 450px;
	}

	.technologyApp .list .item {
		margin-top: 20px;
	}
}

.motivating .piece {
	padding: 57px 0 77px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.motivating .msg {
	flex: 1;
}


.motivating .image {
	width: 317px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 82px;
	margin-left: 5%;
}


.motivating .tip {
	margin-top: 20px;
}

.motivating .des {
	margin-top: 14px;
}

.motivating .tit {
	margin-top: 33px;
}

.motivating .list {
	margin-top: 22px;
}

.motivating .list li {
	margin-top: 0px;
}

.motivating .list li:nth-child(1) {
	margin-top: 0;
}

.motivating .list li a {
	display: flex;
	align-items: flex-start;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}


.motivating .list li a::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #0F9FDD;
	flex-shrink: 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

.motivating .list li a:hover {
	color: #0F9FDD;
	text-decoration: underline;
	text-underline-offset: 2px;
}


.motivating .btn {
	padding: 12px 37.5px;
	margin-top: 43px;
	border-radius: 4px;
	border: 1px solid #0F9FDD;
	background-color: #0F9FDD;
	color: #FFF;
	font-size: 18px;
	line-height: 28px;
	display: inline-block;
}

.motivating .btn:hover {
	background-color: #ffffff;
	color: #0F9FDD;
}

@media screen and (max-width:1560px) {
	.motivating .image {
		margin-right: 0;
	}

	.motivating .tip {
		margin-top: 24px;
	}

	.motivating .des {
		margin-top: 20px;
	}

	.motivating .tit {
		margin-top: 30px;
	}

	.motivating .btn {
		padding: 6px 20px;
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.motivating .piece {
		flex-direction: column;
		align-items: flex-start;
	}

	.motivating .list li a {
		font-size: 14px;
		line-height: 26px;
	}

	.motivating .btn {
		padding: 4px 20px;
	}

	.motivating .image {
		margin: 0 auto;
		margin-top: 30px;
	}
}


.invest .piece {
	padding: 92px 0 85px 0;
}

.invest .image {
	float: right;
	margin-left: 12%;
	margin-top: -21px;
	width: 38.21%;
}

.invest .txts {
	margin-top: 66px;
}


@media screen and (max-width:1560px) {
	.invest .image {
		margin-top: 0;
		margin-left: 5%;
	}

	.invest .txts {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.invest .txts {
		margin-top: 24px;
	}

	.invest .piece {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.invest .image {
		margin: 0 auto;
		width: 100%;
		max-width: 500px;
		margin-top: 30px;
	}

}

@media screen and (max-width:768px) {
	.invest .image {
		max-width: 450px;
	}
}


.ceartingHealth .piece {
	padding: 79px 0 103px 0;
}

.ceartingHealth .tips {
	margin-top: 43px;
}

.ceartingHealth .processList {
	margin-top: 43px;
}


.processList {
	display: flex;
	flex-wrap: wrap;
}


.processList .item {
	width: 20.28%;
	margin-right: 6.29%;
	margin-top: 43px;
	padding: 31px 16px 30px 23px;
	background-color: #F0F0F0;
}


.processList .item:nth-child(4n) {
	margin-right: 0;
}


.processList .item:nth-child(-n+4) {
	margin-top: 0;
}


.processList .num {
	font-size: 50px;
	line-height: 50px;
	font-family: Inter-Bold;
	color: #222;
}

.processList .tit {
	margin-top: 13px;
}

.processList .txts {
	margin-top: 7px;
}

@media screen and (max-width:1560px) {
	.ceartingHealth .tips {
		margin-top: 30px;
	}

	.processList .item {
		width: 23.5%;
		margin-right: 2%;
		padding: 30px 20px;
		margin-top: 30px;
	}

	.processList .num {
		font-size: 46px;
		line-height: 46px;
	}

	.processList .tit {
		margin-top: 20px;
	}

	.processList .txts {
		margin-top: 20px;
	}

}

@media screen and (max-width:1333px) {
	.processList .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.processList .item:nth-child(3n) {
		margin-right: 0;
	}

	.processList .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.processList .num {
		font-size: 36px;
		line-height: 36px;
	}

	.ceartingHealth .processList {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.ceartingHealth .tips {
		margin-top: 26px;
	}

	.ceartingHealth .processList {
		margin-top: 30px;
	}

	.processList .num {
		font-size: 30px;
		line-height: 30px;
	}

	.processList {
		justify-content: space-between;
	}

	.processList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.processList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.processList .tit,
	.processList .txts {
		margin-top: 16px;
	}
}

@media screen and (max-width:768px) {
	.processList .num {
		font-size: 26px;
		line-height: 26px;
	}
}

@media screen and (max-width:450px) {
	.processList .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.processList .item:nth-child(1) {
		margin-top: 0;
	}
}

.KnowledgeDownload .piece {
	padding: 79px 0 123px 0;
}

.KnowledgeDownload .list {
	margin-top: 52px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.KnowledgeDownload .list .item {
	width: 48.92%;
	margin-top: 52px;
	padding: 25px 30px 27px;
	border: 1px solid #EFEFEF;
	display: flex;
	align-items: flex-start;
}

.KnowledgeDownload .list .item:hover {
	background-color: #F0F0F0;
	border-color: #0A387E;
}

.KnowledgeDownload .list .item:nth-child(-n+2) {
	margin-top: 0;
}


.KnowledgeDownload .list .image {
	flex-shrink: 0;
	margin-right: 54px;
	width: 85px;
	margin-top: 8px;
}

.KnowledgeDownload .list .txts {
	margin-top: 3px;
	line-height: 30px;
}


.KnowledgeDownload .list .btn {
	margin-top: 32px;
	display: flex;
	align-items: center;
	width: max-content;
	color: #0F9FDD;
	font-family: Inter-SemiBold;
	font-size: 20px;
}

.KnowledgeDownload .list .btn img {
	width: 22px;
	flex-shrink: 0;
	margin-left: 12px;
}

.KnowledgeDownload .list .btn:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}

.KnowledgeDownload .list .btn:hover img {
	transform: none;
}



@media screen and (max-width:1560px) {
	.KnowledgeDownload .list .image {
		width: 60px;
		margin-right: 30px;
	}

	.KnowledgeDownload .list .item {
		padding: 30px 20px;
		margin-top: 40px;
	}

	.KnowledgeDownload .list .txts {
		margin-top: 16px;
	}

	.KnowledgeDownload .list .btn {
		margin-top: 20px;
		font-size: 18px;
		line-height: 28px;
	}

	.KnowledgeDownload .list .btn img {
		width: 20px;
	}
}

@media screen and (max-width:1333px) {
	.KnowledgeDownload .list {
		margin-top: 40px;
	}

	.KnowledgeDownload .list .item {
		margin-top: 30px;
	}

	.KnowledgeDownload .list .image {
		width: 50px;
	}

	.KnowledgeDownload .list .btn {
		font-size: 16px;
		line-height: 26px;
	}

	.KnowledgeDownload .list .btn img {
		width: 18px;
	}
}

@media screen and (max-width:999px) {
	.KnowledgeDownload .list .item {
		flex-direction: column;
		align-items: flex-start;
		padding: 20px;
	}

	.KnowledgeDownload .list .image {
		width: 40px;
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 14px;
	}

	.KnowledgeDownload .list .btn {
		margin-top: 14px;
	}

	.KnowledgeDownload .list {
		margin-top: 30px;
	}
}


@media screen and (max-width:538px) {
	.KnowledgeDownload .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.KnowledgeDownload .list .item:nth-child(1) {
		margin-top: 0;
	}
}


.videoDisplay {
	padding: 79px 0 101px 0;
}


.videoDisplay .list {
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
}

.videoDisplay .list .item {
	width: 31.57%;
	margin-right: 2.645%;
	margin-top: 51px;
}

.videoDisplay .list .item:nth-child(3n) {
	margin-right: 0;
}

.videoDisplay .list .item:nth-child(-n+3) {
	margin-top: 0;
}

.videoDisplay .list .show {
	position: relative;
}

.videoDisplay .list .image {
	height: 100%;
}

.videoDisplay .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.videoDisplay .list .playBtn {
	width: 67px;
}

.videoDisplay .list .name {
	margin-top: 39px;
}

@media screen and (max-width:1560px) {
	.videoDisplay .list {
		margin-top: 50px;
	}

	.videoDisplay .list .name {
		margin-top: 20px;
	}

	.videoDisplay .list .item {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.videoDisplay .list .name {
		margin-top: 14px;
	}

	.videoDisplay .list .playBtn {
		width: 54px;
	}

	.videoDisplay .list .item {
		margin-top: 30px;
	}

	.videoDisplay .list {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.videoDisplay .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.videoDisplay .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.videoDisplay .list {
		justify-content: space-between;
		margin-top: 30px;
	}
}


@media screen and (max-width:450px) {
	.videoDisplay .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.videoDisplay .list .item:nth-child(1) {
		margin-top: 0;
	}
}


/* 4-1About Us */

.companyProfile .piece {
	padding: 63px 0 99px 0;
}

.companyProfile .show img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.companyProfile .title1 {
	margin-top: 50px;
}

.companyProfile .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 49px;
}

.companyProfile .con .msg {
	flex: 1;
}

.companyProfile .con .image {
	width: 303px;
	margin-right: 46px;
	margin-left: 8%;
	display: flex;
	align-items: center;
	justify-content: center;
}


.companyProfile .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}

.companyProfile .list .item {
	width: 28.07%;
	margin-right: 7.895%;
	margin-top: 30px;
	background-color: #EDEDED;
	padding: 21px 17px 57px 35px;
}

.companyProfile .list .item:nth-child(3n) {
	margin-right: 0;
}

.companyProfile .list .item:nth-child(-n+3) {
	margin-top: 0;
}

.companyProfile .list .sign {
	background-color: #ffffff;
	width: 59px;
	height: 59px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
}

.companyProfile .list .box {
	margin-top: 121px;
}

.companyProfile .list .num {
	color: #000;
	font-size: 80px;
	line-height: 80px;
	margin-top: 9px;
}

@media screen and (max-width:1560px) {
	.companyProfile .con {
		margin-top: 40px;
	}

	.companyProfile .con .image {
		margin-right: 0;
		margin-left: 5%;
	}

	.companyProfile .list {
		margin-top: 50px;
	}

	.companyProfile .list .box {
		margin-top: 50px;
	}

	.companyProfile .list .item {
		padding: 30px;
		width: 30%;
		margin-right: 5%;
	}

	.companyProfile .list .num {
		font-size: 60px;
		line-height: 60px;
	}
}

@media screen and (max-width:1333px) {
	.companyProfile .con {
		margin-top: 30px;
	}

	.companyProfile .title1 {
		margin-top: 40px;
	}

	.companyProfile .list .item {
		width: 32%;
		margin-right: 2%;
		padding: 30px 20px;
	}

	.companyProfile .list .sign {
		width: 46px;
		height: 46px;
	}

	.companyProfile .list .num {
		font-size: 48px;
		line-height: 48px;
	}

	.companyProfile .list .box {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.companyProfile .show {
		height: 400px;
	}

	.companyProfile .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.companyProfile .con .image {
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
		margin-top: 26px;
	}

	.companyProfile .list {
		margin-top: 40px;
	}

	.companyProfile .list .num {
		font-size: 36px;
		line-height: 36px;
	}

	.font16 {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.companyProfile .show {
		height: 360px;
	}

	.companyProfile .list {
		justify-content: space-between;
	}

	.companyProfile .list .item:nth-child(n) {
		width: 48%;
		margin-top: 20px;
	}

	.companyProfile .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.companyProfile .list .num {
		font-size: 32px;
		line-height: 32px;
	}

	.companyProfile .con {
		margin-top: 26px;
	}
}

@media screen and (max-width:538px) {
	.companyProfile .show {
		height: 320px;
	}

	.companyProfile .list .item:nth-child(n) {
		padding: 20px 15px;
	}

	.companyProfile .list .num {
		font-size: 26px;
		line-height: 26px;
	}

	.companyProfile .list .box {
		margin-top: 20px;
	}
}

.history .piece {
	padding: 101px 0 130px 0;
}

.history .topSwiper,
.history .bottomSwiper {
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
	padding: 0 8px;
}

.history .topSwiper {
	margin-top: 96px;
}

.history .line {
	width: 100%;
	height: 1px;
	background-color: #0F9FDD;
}

.history .swiper-slide {
	height: auto;
}

.history .swiper-slide .box {
	height: 100%;
	border-left: 1px solid #0F9FDD;
	position: relative;
}

.history .swiper-slide .box::after,
.history .swiper-slide .box::before {
	content: "";
	position: absolute;
	border-radius: 50%;
}

.history .swiper-slide .box::after {
	width: 16px;
	height: 16px;
	background-color: rgba(15, 159, 221, .6);
}

.history .swiper-slide .box::before {
	width: 6.5px;
	height: 6.5px;
	background-color: #0F9FDD;
}

.history .topSwiper .box::before,
.history .topSwiper .box::after {
	left: 0;
	bottom: 0;
	transform: translateX(-50%) translateY(50%);
}

.history .bottomSwiper .box::before,
.history .bottomSwiper .box::after {
	left: 0;
	top: 0;
	transform: translateX(-50%) translateY(-50%);
}

.history .topSwiper .box {
	padding-left: 27px;
	padding-bottom: 48px;
}

.history .topSwiper .swiper-slide:nth-child(2n) .box {
	display: none;
}

.history .bottomSwiper .swiper-slide:nth-child(2n-1) .box {
	display: none;
}

.history .bottomSwiper .box {
	padding-left: 27px;
	padding-top: 33px;
	padding-bottom: 14px;
}


.history .year {
	color: #222;
	font-family: Inter-SemiBold;
	font-size: 28px;
	line-height: 28px;
}

.history .txts {
	margin-top: 9px;
	font-size: 18px;
	line-height: 32px;
	color: #555;
}


@media screen and (max-width:1560px) {
	.history .topSwiper {
		margin-top: 60px;
	}

	.history .topSwiper .box,
	.history .bottomSwiper .box {
		padding: 30px 30px;
		padding-right: 0;
	}

	.history .txts {
		margin-top: 14px;
	}

	.history .year {
		font-size: 26px;
		line-height: 26px;
	}
}

@media screen and (max-width:1333px) {
	.history .year {
		font-size: 24px;
		line-height: 24px;
	}

	.history .topSwiper {
		margin-top: 50px;
	}
}

@media screen and (max-width:999px) {

	.history .topSwiper .box,
	.history .bottomSwiper .box {
		padding: 20px;
	}

	.history .year {
		font-size: 22px;
		line-height: 22px;
	}

	.history .topSwiper {
		margin-top: 40px;
	}
}


@media screen and (max-width:450px) {
	.history .topSwiper {
		margin-top: 30px;
	}

	.history .topSwiper .swiper-slide:nth-child(n) .box {
		display: block;
	}

	.history .bottomSwiper {
		display: none;
	}
}



.factoryStrength .piece {
	padding: 87px 0 124px 0;
}


.factoryStrength .con {
	margin-top: 75px;
	display: flex;
	justify-content: space-between;
}

.factoryStrength .show {
	width: 48.71%;
}

.factoryStrength .show .image {
	height: 100%;
}

.factoryStrength .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.factoryStrength .imgList {
	width: 47.95%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.factoryStrength .imgList .image {
	width: 46.7%;
	margin-top: 40px;
}

.factoryStrength .imgList .image:nth-child(-n+2) {
	margin-top: 0;
}


.companyPiece .global {
	border-bottom: none;
	padding: 91px 0 105px 0;
}


@media screen and (max-width:1560px) {
	.factoryStrength .con {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.factoryStrength .con {
		margin-top: 40px;
	}

	.factoryStrength .imgList .image {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.factoryStrength .con {
		margin-top: 30px;
		flex-direction: column;
		align-items: flex-start;
	}

	.factoryStrength .imgList {
		width: 100%;
		margin-top: 30px;
	}

	.factoryStrength .imgList .image {
		width: 48%;
		height: 260px;
	}

	.factoryStrength .show {
		width: 100%;
		height: 400px;
	}
}

@media screen and (max-width:768px) {
	.factoryStrength .imgList .image {
		height: 220px;
		margin-top: 20px;
	}

	.factoryStrength .imgList {
		margin-top: 20px;
	}

	.factoryStrength .show {
		height: 360px;
	}
}

@media screen and (max-width:538px) {
	.factoryStrength .imgList .image {
		height: 200px;
	}

	.factoryStrength .show {
		height: 320px;
	}
}


/* 4-2About Us */

.design .piece {
	padding: 64px 0 103px 0;
}

.design .dis {
	margin-top: 19px;
}

.design .show {
	margin-top: 74px;
}

.design .show img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


@media screen and (max-width:1560px) {
	.design .dis {
		margin-top: 30px;
	}

	.design .show {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.design .show {
		height: 400px;
	}
}

@media screen and (max-width:768px) {
	.design .dis {
		margin-top: 26px;
	}

	.design .show {
		margin-top: 26px;
		height: 360px;
	}
}

@media screen and (max-width:538px) {
	.design .show {
		height: 320px;
	}
}


.qualityControl .piece {
	padding: 70px 0 62px 0;
}

.qualityControl .imgList {
	width: 51.5%;
	display: flex;
	justify-content: space-between;
	float: right;
	margin-left: 7%;
	margin-top: 4px;
}

.qualityControl .imgList .image {
	width: 32.4%;
	margin-right: 1.4%;
}

.qualityControl .imgList .image:nth-child(2n) {
	margin-top: 80px;
}

.qualityControl .imgList .image:nth-child(3n) {
	margin-right: 0;
}

.qualityControl .txts {
	margin-top: 45px;
}

@media screen and (max-width:1560px) {
	.qualityControl .txts {
		margin-top: 40px;
	}

	.qualityControl .imgList {
		margin-top: 0;
	}

}

@media screen and (max-width:1333px) {
	.qualityControl .txts {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.qualityControl .piece {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.qualityControl .imgList {
		float: none;
		width: 100%;
		margin: 0 auto;
		margin-top: 30px;
		max-width: 600px;
	}

	.qualityControl .imgList .image:nth-child(2n) {
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.qualityControl .txts {
		margin-top: 26px;
	}
}


.honor .piece {
	padding: 73px 0 221px 0;
}

.honor .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}

.honor .swiperBox {
	margin-top: 104px;
}


.honor .swiperBox .imgBg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	top: 89.5%;
	width: 124%;
	pointer-events: none;
}


.honor .swiperBox .imgBg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.swiperBox {
	position: relative;
}

.swiperBox .sBtns>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}


.swiperBox .sBtns>div.prev {
	left: -72px;
}

.swiperBox .sBtns>div.next {
	right: -72px;
}

.honor .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.honor .image:hover img {
	transform: translateY(-10px);
}

.honor .swiperBox .sBtns>div {
	top: 56%;
}

@media screen and (max-width:1700px) {
	.swiperBox .sBtns>div.next {
		right: -65px;
	}

	.swiperBox .sBtns>div.prev {
		left: -65px;
	}
}

@media screen and (max-width:1560px) {
	.honor .piece {
		padding: 80px 0 100px 0;
	}

	.honor .swiperBox {
		margin-top: 50px;
	}

	.honor .swiperBox .imgBg {
		width: 110%;
	}

	.honor .swiperBox .sBtns>div {
		top: 50%;
	}
}

@media screen and (max-width:1333px) {
	.honor .swiperBox {
		margin-top: 40px;
	}

	.swiperBox .sBtns>div.next {
		right: -60px;
	}

	.swiperBox .sBtns>div.prev {
		left: -60px;
	}

	.honor .piece {
		padding: 60px 0 60px 0;
	}
}

@media screen and (max-width:999px) {
	.honor .swiperBox {
		margin-top: 30px;
	}

	.honor .piece {
		padding: 50px 0;
	}

	.honor .swiperBox .imgBg {
		top: 95%;
	}
}

@media screen and (max-width:768px) {
	.swiperBox .sBtns {
		justify-content: center;
	}

	.swiperBox .sBtns>div {
		position: static;
		transform: none;
		margin-top: 20px;
	}

	.honor .swiperBox .imgBg {
		top: 76%;
	}

	.honor .swiperBox .sBtns>div {
		margin-top: 30px;
	}

	.honor .piece {
		padding: 40px 0;
	}
}

@media screen and (max-width:538px) {
	.honor .swiperBox .imgBg {
		top: 74%;
	}
}

@media screen and (max-width:450px) {
	.honor .swiperBox .imgBg {
		top: 76%;
	}
}

.sustainable {
	padding: 105px 0 126px 0;
}

.sustainable .tip {
	margin-top: 70px;
}

.sustainable .con {
	margin-top: 56px;
}

.sustainable .image {
	float: right;
	width: 53.5%;
	margin-left: 7%;
	margin-top: 7px;
}

@media screen and (max-width:1560px) {
	.sustainable .tip {
		margin-top: 40px;
	}

	.sustainable .con {
		margin-top: 40px;
	}

	.sustainable .image {
		margin-top: 0;
		margin-left: 5%;
	}
}

@media screen and (max-width:1333px) {
	.sustainable .tip {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.sustainable .image {
		float: none;
		margin: 0 auto;
		width: 100%;
		margin-top: 30px;
		height: 400px;
	}

	.sustainable .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.sustainable .con {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.sustainable .tip {
		margin-top: 26px;
	}

	.sustainable .image {
		height: 360px;
	}

	.sustainable .con {
		margin-top: 26px;
	}
}

@media screen and (max-width:538px) {
	.sustainable .image {
		height: 320px;
	}
}





/* 4-3About Us */


.news {
	padding: 64px 0 154px 0;
}

.news .mbox {
	margin-top: 19px;
}

.news .list {
	margin-top: 56px;
	display: flex;
	flex-wrap: wrap;
}

.news .list .newItem {
	width: 30.45%;
	margin-right: 4.325%;
	margin-top: 62px;
}

.news .list .newItem:nth-child(3n) {
	margin-right: 0;
}

.news .list .newItem:nth-child(-n+3) {
	margin-top: 0;
}

.news .pager {
	margin-top: 61px;
}


@media screen and (max-width:1560px) {
	.news .mbox {
		margin-top: 26px;
	}

	.news .list {
		margin-top: 50px;
	}

	.news .list .newItem {
		width: 32%;
		margin-right: 2%;
		margin-top: 40px;
	}

	.news .pager {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.news .list {
		margin-top: 40px;
	}

	.news .list .newItem {
		margin-top: 30px;
	}

	.news .pager {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.news .mbox {
		margin-top: 20px;
	}

	.news .list {
		justify-content: space-between;
	}

	.news .list .newItem:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.news .list .newItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.news .pager {
		margin-top: 30px;
	}
}

@media screen and (max-width:450px) {
	.news .list .newItem:nth-child(n) {
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
	}

	.news .list .newItem:nth-child(1) {
		margin-top: 0;
	}
}

/* 4-4About Us */


.newsDet {
	padding: 61px 0 115px 0;
}

.newsDet .tips {
	display: flex;
	align-items: center;
	margin-top: 40px;
}

.share {
	display: flex;
	align-items: center;
}

.share span {
	color: #666;
	font-size: 16px;
	line-height: 28px;
	margin-right: 9px;
}

.newsDet .tips .share {
	margin-right: 24px;
}

.newsDet .line {
	width: 100%;
	height: 1px;
	background-color: #C5C5C5;
	margin-top: 43px;
}



.newsDet .des {
	margin-top: 32px;
}

.newsDet .prevOrNext {
	margin-top: 68px;
}

.prevOrNext {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	padding: 33px 0;
}


.prevOrNext>div {
	display: flex;
	align-items: center;
	width: 49%;
}

.prevOrNext>div.next {
	justify-content: flex-end;
}

.prevOrNext .next .tit {
	text-align: right;
}

.prevOrNext .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 45px;
	height: 45px;
	background-color: #999;
}

.prevOrNext .prev .btn {
	margin-right: 18px;
}

.prevOrNext .next .btn {
	margin-left: 18px;
}


.prevOrNext .btn i {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}


.prevOrNext a.btn:hover {
	background-color: #0F9FDD;
}


.prevOrNext a.btn:hover i {
	color: #ffffff;
}


.prevOrNext .tit {
	color: #333333;
}


.prevOrNext .name {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 18px;
	color: #555;
}

.prevOrNext a.name:hover {
	color: #0F9FDD;
}


.newsDet .productSlides {
	margin-top: 78px;
}


@media screen and (max-width:1560px) {

	.newsDet .tips,
	.newsDet .line,
	.newsDet .des,
	.newsDet .prevOrNext {
		margin-top: 30px;
	}

	.prevOrNext .name {
		line-height: 26px;
	}

	.prevOrNext {
		padding: 24px 0;
	}

	.newsDet .productSlides {
		margin-top: 80px;
	}
}

@media screen and (max-width:1333px) {
	.newsDet .productSlides {
		margin-top: 60px;
	}
}

@media screen and (max-width:999px) {

	.prevOrNext .tit {
		font-size: 16px;
	}

	.prevOrNext .name {
		font-size: 14px;
	}

	.share span {
		font-size: 14px;
		line-height: 24px;
	}

	.newsDet .productSlides {
		margin-top: 50px;
	}

	.prevOrNext .btn {
		width: 42px;
		height: 42px;
	}

	.prevOrNext .btn i {
		font-size: 12px;
	}
}

@media screen and (max-width:768px) {

	.prevOrNext {
		flex-direction: column;
		align-items: flex-start;
	}

	.prevOrNext>div {
		width: 100%;
	}

	.prevOrNext>div.next {
		flex-direction: row-reverse;
		margin-top: 20px;
	}

	.prevOrNext .next .btn {
		margin-left: 0;
		margin-right: 19px;
	}

	.prevOrNext .next .tit {
		text-align: left;
	}

	.newsDet .productSlides {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.newsDet .tips {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.newsDet .tips .share {
		margin-right: 0;
		margin-top: 10px;
	}
}



/* 5-1Cases */

.cases {
	padding: 64px 0 113px 0;
}

.cases .mbox {
	margin-top: 19px;
}

.cases .list {
	margin-top: 56px;
}


.cases .list .item {
	display: flex;
	justify-content: space-between;
	margin-top: 63px;
}

.cases .list .item:nth-child(1) {
	margin-top: 0;
}

.cases .list .image {
	width: 40.4%;
	overflow: hidden;
}

.cases .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.cases .list .msg {
	width: 59.6%;
	border: 1px solid #BABABA;
	padding: 27px 60px 39px 80px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}


.cases .list .tit {
	margin-top: 20px;
}

.cases .list .tit:hover {
	color: #0F9FDD;
}

.cases .list .txts {
	margin-top: 18px;
	min-height: 56px;
}


.cases .list .btn {
	margin-top: 93px;
	display: inline-block;
}


.cases .list .btn i {
	font-size: 36px;
	color: #222222;
	font-weight: bold;
}

.cases .list .btn:hover i {
	color: #0F9FDD;
}


.cases .pager {
	margin-top: 86px;
}

@media screen and (max-width:1560px) {
	.cases .mbox {
		margin-top: 26px;
	}

	.cases .list {
		margin-top: 50px;
	}

	.cases .list .msg {
		padding: 40px 30px;
	}

	.cases .list .btn {
		margin-top: 30px;
	}

	.cases .list .btn i {
		font-size: 26px;
	}

	.cases .list .item {
		margin-top: 40px;
	}

	.cases .pager {
		margin-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.cases .list .btn i {
		font-size: 24px;
	}

	.cases .pager {
		margin-top: 50px;
	}

	.cases .list {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.cases .mbox {
		margin-top: 20px;
	}

	.cases .list .msg {
		padding: 30px 20px;
	}

	.cases .list .btn {
		margin-top: 20px;
	}

	.cases .list .item {
		margin-top: 30px;
	}

	.cases .pager {
		margin-top: 40px;
	}

	.cases .list .btn i {
		font-size: 22px;
	}
}

@media screen and (max-width:768px) {
	.cases .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.cases .list .item:nth-child(n) {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		width: 100%;
		margin-top: 30px;
	}

	.cases .list .item:nth-child(-n+1) {
		margin-top: 0;
	}

	.cases .list .msg {
		padding: 20px;
		width: 100%;
	}

	.cases .list .image {
		width: 100%;
		height: 360px;
	}

	.cases .list .tit {
		margin-top: 16px;
	}
}

@media screen and (max-width:538px) {
	.cases .list .image {
		height: 320px;
	}

	.cases .list .msg {
		padding: 20px 15px;
	}
}


/* 6-1contact */


.contactUs {
	padding: 53px 0 112px 0;
}


.contactUs .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 38px;
}

.contactUs .list {
	width: 43.4%;
	margin-top: 8px;
}

.contactUs .contactForm {
	width: 48.95%;
}


.contactUs .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contactUs .list .item:nth-child(1) {
	width: 100%;
	margin-top: 0;
	margin-bottom: -21px;
}

.contactUs .list .item {
	width: 48%;
	display: flex;
	align-items: flex-start;
	margin-top: 57px;
}


.contactUs .list i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	background-color: #F4F8FB;
	color: #0F9FDD;
	font-size: 24px;
	margin-right: 22px;
	flex-shrink: 0;
	transform: translateY(-1px);
}


.contactUs .list .box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}


.contactUs .list .email {
	word-break: break-all;
}


.contactUs .list .num {
	line-height: 28px;
	color: #666;
	margin-top: 8px;
}


.contactUs .list .num span {
	display: inline-block;
	direction: ltr;
}

.contactUs .list a.num:hover {
	color: #0F9FDD;
}



.contactForm input,
.contactForm textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	overflow: hidden;
}


.contactForm ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.contactForm ul li {
	height: 62px;
	width: 49%;
	padding: 0 14px;
	background-color: #FFF;
	margin-top: 12px;
	border: 1px solid #999;
}

.contactForm ul li.must {
	position: relative;
	padding-left: 27px;
}


.contactForm ul li.must::after {
	content: "*";
	position: absolute;
	left: 14px;
	top: 20px;
	color: #FF1010;
	font-size: 16px;
}


.contactForm ul li:nth-child(-n+2) {
	margin-top: 0;
}


.contactForm ul li.message {
	width: 100%;
	height: 166px;
	padding: 16px 14px 16px 28px;
	margin-bottom: 0px;
}

.contactForm ul li.message::after {
	top: 16px;
}

.contactForm ul li.codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	overflow: hidden;
}


.contactForm ul li.codeCon input {
	flex: 1;
	padding: 0 14px 0 27px;
}


.contactForm 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: 12px;
}

.contactForm ul li.codeCon .codeImg img {
	display: block;
}



.contactForm ul li.subBtn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	padding: 0;
}


.contactForm ul li.subBtn input {
	background-color: #0F9FDD;
	color: #FFF;
	font-size: 18px;
	line-height: 28px;
	cursor: pointer;
	border: 1px solid #0F9FDD;
}


.contactForm ul li.subBtn input:hover {
	background-color: #ffffff;
	color: #0F9FDD;
}



.contactForm input::-webkit-input-placeholder,
.contactForm textarea::-webkit-input-placeholder {
	font-size: 16px;
	color: #555;
}

.contactForm input:-moz-placeholder,
.contactForm textarea:-moz-placeholder {
	font-size: 16px;
	color: #555;
}

.contactForm input::-moz-placeholder,
.contactForm textarea::-moz-placeholder {
	font-size: 16px;
	color: #555;
}

.contactForm input:-ms-input-placeholder,
.contactForm textarea:-ms-input-placeholder {
	font-size: 16px;
	color: #555;
}


form.contactForm ul li.m-formcountry {
	position: relative;
	padding: 0;
}

form.contactForm ul li.m-formcountry .drop-btn {
	height: 100%;
	padding: 0 14px;
}

form.contactForm ul li.m-formcountry .drop-btn {
	position: relative;
}

form.contactForm ul li.m-formcountry .drop-btn i,
form.contactForm ul li.m-formcountry .drop-btn svg {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 10px;
	color: #222222;
	font-weight: bold;
}

form.contactForm ul li.m-formcountry .drop-list {
	display: none;
	border: 1px solid #e6e6e6;
	width: 100%;
	position: absolute;
	top: 100%;
	background-color: #fff;
	max-height: 223px;
	overflow-x: hidden;
	z-index: 10001;
	scrollbar-color: #0F9FDD rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
	padding: 0;
	margin-top: 0;
}

form.contactForm ul li.m-formcountry .drop-list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

form.contactForm ul li.m-formcountry .drop-list::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
}

form.contactForm ul li.m-formcountry .drop-list::-webkit-scrollbar-thumb {
	background-color: #0F9FDD;
}

form.contactForm 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-radius: 0;
	margin: 0;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
}

form.contactForm ul li.m-formcountry .drop-list li.on {
	background-color: #0F9FDD;
	color: #ffffff;
}


.contactUs .map {
	margin-top: 86px;
}

.map img,
.map iframe {
	display: block;
}


.contactFaq {
	margin-top: 61px;
}


.contactFaq .faqList {
	margin-top: 48px;
}


.faqList .item {
	margin-bottom: 31px;
}

.faqList .item:last-child {
	margin-bottom: 0;
}


.faqList .answer {
	padding: 37px 8px 0 18px;
	display: none;
	transition: none;
}

.faqList .answer .box {
	display: flex;
	align-items: flex-start;
}

.faqList .answer p {
	font-size: 16px;
	line-height: 30px;
}

.faqList .answer span {
	color: #0F9FDD;
	font-size: 24px;
	line-height: 30px;
	font-family: Inter-SemiBold;
	flex-shrink: 0;
	margin-right: 21px;
}


.faqList .question {
	background: #F8F8F8;
	color: #222;
	cursor: pointer;
	padding: 12px 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #F8F8F8;
}


.faqList .item:nth-child(1) .answer {
	display: block;
}


.faqList .item:hover .question,
.faqList .item.active .question {
	color: #0F9FDD;
	border-color: #0F9FDD;
	background-color: #F0F3F6;
}

.faqList .item .question .name {
	display: flex;
	align-items: flex-start;
	color: #222;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
}


.faqList .item .question span {
	color: #0A387E;
	font-family: Inter-SemiBold;
	font-size: 24px;
	flex-shrink: 0;
	margin-right: 20px;
	margin-top: 0px;
}

.faqList .item:hover .question span,
.faqList .item.active .question span {
	color: #0F9FDD;
}

.faqList .item:hover .question .name,
.faqList .item.active .question .name {
	color: #0F9FDD;
}


.faqList .question .btn {
	width: 36px;
	height: 36px;
	background-color: #f5f5f5;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-left: 30px;
	position: relative;
	margin-right: -7px;
}


.faqList .question .btn i {
	display: block;
	transform: rotate(-90deg);
	font-size: 20px;
	font-weight: bold;
}

.faqList .item.active .btn i {
	transform: rotate(90deg);
}


@media screen and (max-width:1560px) {
	.contactUs .list .item:nth-child(1) {
		margin-bottom: 0;
	}

	.contactUs .list {
		margin-top: 0;
	}

	.contactUs .con {
		margin-top: 50px;
	}

	.contactForm ul li {
		height: 52px;
	}

	.contactForm ul li.must::after {
		top: 14px;
	}

	.contactUs .map,
	.contactFaq {
		margin-top: 80px;
	}

	.contactFaq .faqList {
		margin-top: 50px;
	}

	.faqList .question .btn i {
		font-size: 16px;
	}

	.faqList .answer {
		padding: 20px 18px 0;
	}

	.faqList .item .question .name {
		font-size: 18px;
	}

	.faqList .item .question span,
	.faqList .answer span {
		font-size: 20px;
	}
}

@media screen and (max-width:1333px) {
	.contactUs .list .item {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 40px;
	}

	.contactUs .list i {
		margin-right: 0;
		margin-bottom: 10px;
		width: 50px;
		height: 50px;
		font-size: 20px;
	}

	.contactForm ul li:nth-child(n) {
		width: 100%;
		margin-top: 14px;
	}

	.contactForm ul li:nth-child(1) {
		margin-top: 0;
	}

	.contactUs .con {
		margin-top: 40px;
	}

	.contactForm ul li {
		height: 46px;
	}

	.contactForm ul li.must::after {
		top: 12px;
	}

	.contactUs .map,
	.contactFaq {
		margin-top: 60px;
	}

	.contactFaq .faqList {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.contactUs .con {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 30px;
	}

	.contactUs .list {
		width: 100%;
	}

	.contactUs .list .item {
		flex-direction: row;
		margin-top: 30px;
	}

	.contactUs .list i {
		margin-bottom: 0;
		margin-right: 20px;
	}

	.contactUs .list .num {
		font-size: 14px;
		line-height: 26px;
		margin-top: 5px;
	}

	.contactUs .contactForm {
		width: 100%;
		margin-top: 40px;
	}

	.contactForm ul li:nth-child(n) {
		width: 48%;
		margin-top: 14px;
	}

	.contactForm ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	.contactForm ul li.message {
		width: 100%;
	}

	form.contactForm ul li.m-formcountry .drop-list li {
		font-size: 14px;
		line-height: 24px;
	}

	.contactUs .map,
	.contactFaq {
		margin-top: 50px;
	}

	.contactFaq .faqList {
		margin-top: 30px;
	}

	.faqList .question .btn i {
		font-size: 12px;
	}

	.faqList .item .question .name {
		font-size: 16px;
		line-height: 26px;
	}

	.faqList .item .question span,
	.faqList .answer span {
		font-size: 18px;
		line-height: 28px;
		margin-right: 10px;
	}

	.faqList .question {
		padding: 10px 18px;
	}

	.faqList .item {
		margin-bottom: 24px;
	}
}

@media screen and (max-width:768px) {

	.contactUs .map,
	.contactFaq {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.contactUs .list .item:nth-child(n) {
		width: 100%;
		margin-top: 24px;
	}

	.contactUs .list .item:nth-child(1) {
		margin-top: 0;
	}

	.contactForm ul li.must {
		padding-left: 14px;
	}

	.contactForm ul li,
	form.contactForm ul li.m-formcountry .drop-btn {
		padding: 0 10px;
	}

	.contactForm ul li.message {
		padding: 16px 10px 16px 14px;
	}

	.contactForm ul li.codeCon {
		padding: 0;
	}

	.contactForm ul li.codeCon input {
		padding: 0 10px 0 14px;
	}

	.contactForm ul li.must::after {
		left: 4px;
	}

	.contactUs .contactForm {
		margin-top: 30px;
	}

	.faqList .question .btn {
		width: 32px;
		height: 32px;
	}
}

@media screen and (max-width:450px) {
	.contactForm ul li:nth-child(n) {
		width: 100%;
		margin-top: 14px;
	}

	.contactForm ul li:nth-child(1) {
		margin-top: 0;
	}
}

/* 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: 36px;
	height: 36px;
	border: 1px solid #E1E2E4;
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #333;
	margin: 5px 10px;
}

.pager .pageList a.active,
.pager .pageList a:hover {
	color: #ffffff;
	background-color: #0F9FDD;
	border-color: #0F9FDD;
}



.pager .pageList a.iconfont {
	font-size: 14px;
	color: #ffffff;
	background-color: #0F9FDD;
	border-color: #0F9FDD;
}

.pager .pageList a.iconfont:hover {
	background-color: #ffffff;
	color: #0F9FDD;
}

.pager .addTo {
	display: flex;
	align-items: center;
	margin: 5px 3px;
	position: relative;
	color: #333;
}


.pager .addTo input {
	font-family: Inter-Regular, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.pager .addTo:hover {
	color: #0F9FDD;
}

/* crumb */

.innerCrumb {
	padding-top: 31px;
}

.crumb a,
.crumb i {
	font-size: 16px;
	line-height: 28px;
	font-style: normal;
	letter-spacing: 0px;
	color: #666666;
}

.crumb a.active,
.crumb a:hover {
	color: #0F9FDD;
}


.crumb i {
	font-style: normal;
	margin: 0 5px;
}




@media screen and (max-width:1560px) {
	.innerCrumb {
		padding-top: 20px;
	}

	.pager .pageList a {
		margin: 5px 8px;
	}

	.pager .addTo {
		margin: 5px 20px;
	}
}


@media screen and (max-width:999px) {

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 26px;
	}

	.pager .pageList a {
		font-size: 14px;
		width: 34px;
		height: 34px;
		margin: 5px 6px;
	}

	.pager .pageList a.iconfont {
		font-size: 12px;
	}

	.pager .addTo {
		font-size: 14px;
		line-height: 24px;
	}
}



/* footer */


footer {
	position: relative;
	background-color: #1F1F1F;
}


footer .footerList {
	display: flex;
	padding: 77px 0 25px 0;
	position: relative;
	flex-wrap: wrap;
}


footer .footerList .box li {
	margin-top: 4px;
}

footer .footerList .box li:nth-child(1) {
	margin-top: 0;
}



footer .footerList .titBox .meuBtn {
	display: none;
}


footer .footerList .fMsg {
	width: 24%;
	margin-right: 13.4%;
}

footer .footerList .fLogo {
	width: 95px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -17px;
}

footer .footerList .fLogo img {
	display: block;
}


footer .footerList .fLogo:hover img {
	transform: none;
}

footer .footerList .fMsg .tit {
	margin-top: 34px;
	color: #ffffff;
}




footer .blogrolls {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 64px;
}


footer .blogrolls a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin: 5px 0;
	margin-right: 14px;
	font-size: 20px;
	color: #ffffff;
	border-radius: 50%;
}

footer .blogrolls a:hover {
	background-color: #ffffff;
	color: #0F9FDD;
}


footer .footerList .fNav {
	width: 14%;
	margin-right: 3.05%;
}


footer .footerList .fProduct {
	width: 20%;
	margin-right: 2.35%;
}


footer .footerList .fContact {
	width: 23.2%;
}


footer .footerList .fContact p {
	display: inline;
}


footer a,
footer p,
footer div {
	font-size: 16px;
	line-height: 28px;
	color: rgba(255, 255, 255, .6);
}

footer .box a:hover {
	color: #ffffff;
}


footer .title {
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	display: inline-block;
}


footer a.title:hover {
	color: #0F9FDD;
}


footer .footerList .box {
	margin-top: 30px;
}


footer .fBottom {
	padding: 19px 0 20px 0;
}

footer .fBottom .links {
	margin-top: 0px;
}


footer .fBottom .links span,
footer .fBottom .links a {
	font-size: 16px;
	line-height: 28px;
	color: rgba(255, 255, 255, .6);
}

footer .fBottom .links span {
	margin-right: 10px;
}

footer .fBottom .links a {
	margin-right: 10px;
}

footer .fBottom .links a:hover {
	color: #ffffff;
}

footer .fBottom .copyright {
	color: rgba(255, 255, 255, .6);
}

footer .fBottom .copyright span {
	margin: 0 1px;
}

footer .copyright a {
	display: inline;
}

footer .copyright a.image {
	margin-left: 1px;
}

footer .copyright a:hover {
	color: #ffffff;
}

footer .copyright a:hover img {
	transform: scale(1.1);
}


footer .email a {
	word-break: break-all;
}

footer .num span {
	direction: ltr;
}

footer .line {
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .2);
}



@media screen and (max-width:1560px) {
	footer .footerList {
		justify-content: space-between;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer .footerList .box li {
		margin-top: 10px;
	}

	footer .footerList .fLogo {
		width: 80px;
	}

	footer .blogrolls {
		margin-top: 30px;
	}

	footer .footerList .fContact {
		width: 28%;
	}

	footer .fBottom .links {
		margin-top: 10px;
	}
}

@media screen and (max-width:1333px) {
	footer .footerList .fContact {
		width: 32%;
	}

	footer .footerList .fMsg {
		width: 27%;
	}

	footer .blogrolls a {
		width: 36px;
		height: 36px;
	}

	footer .footerList .fMsg .tit {
		margin-top: 30px;
	}

	footer .footerList .fLogo {
		margin-top: -14px;
	}
}

@media screen and (max-width:999px) {
	footer .footerList .fLogo {
		margin-top: 0px;
	}

	footer .footerList .fMsg .tit {
		margin-top: 20px;
	}

	footer .footerList {
		padding: 30px 0;
		flex-wrap: wrap;
	}

	footer .blogrolls {
		margin-top: 20px;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-bottom: 15px;
	}

	footer .footerList>li:nth-child(1) {
		margin-bottom: 24px;
	}

	footer .footerList>li:last-child {
		margin-bottom: 0;
	}

	footer .footerList .box {
		margin-top: 14px;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 26px;
	}

	footer .title {
		font-size: 16px;
		line-height: 28px;
	}

	footer .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList .box {
		display: none;
		transition: none;
	}

	footer .footerList .box ul li:nth-child(n) {
		width: 48%;
		margin-bottom: 0;
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList .titBox {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	footer .footerList .titBox .meuBtn {
		width: 32px;
		height: 32px;
		font-size: 12px;
		font-weight: bold;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #ffffff;
	}

	footer .footerList .titBox .meuBtn.active {
		transform: rotate(90deg);
	}

	footer .footerList .fContact .address .name,
	footer .footerList .fContact .address .num {
		line-height: 26px;
	}


	footer .footerList li.fContact .box ul li.address {
		width: 100%;
	}

	footer .fBottom {
		padding-bottom: 80px;
	}

	footer a,
	footer p,
	footer div,
	footer .fBottom .links span,
	footer .fBottom .links a {
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {

	footer .footerList .titBox .meuBtn {
		font-size: 12px;
	}

	footer::after {
		border-radius: 0 50px 0 0;
	}

	footer .footerList .fLogo {
		width: 70px;
	}
}

@media screen and (max-width:538px) {

	footer .footerList .box ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList .fInquiry ul li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerList .fInquiry ul li:nth-child(-n+1) {
		margin-top: 0;
	}

	footer .footerLinks a:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerLinks a img {
		width: 24px;
	}

	footer .footerLinks a:nth-child(1) {
		margin-top: 0;
	}

	footer .top {
		bottom: 140px;
	}

	footer::after {
		border-radius: 0 40px 0 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: 999;
	right: 10px;
}

.customer .box {
	border-radius: 32px;
	background: #F0F0F0;
	padding: 6px 0;
}

.customer .box>div {
	margin-bottom: 0px;
}


.customer .box>div:last-child {
	margin-bottom: 0;
}


.customer div a.sign,
.customer div div.sign {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: transparent;
}

.customer div .sign {
	position: relative;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
}

.customer div .sign i {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999;
	font-size: 22px;
}


.customer div .phone .sign::after,
.customer div .code .sign::after {
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 12px;
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
	background-color: #0F9FDD;
	opacity: 0;
	transition: .4s ease all;
}

.customer div .sign:hover::after {
	opacity: 1;
}


.customer .top a {
	width: 50px;
	height: 50px;
	background-color: #0F9FDD;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	position: fixed;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-top: 10px;
	border: 2px solid #0F9FDD;
}

.customer .top a img {
	width: 17px;
	filter: grayscale(100%) brightness(500%);
}

.customer .top a:hover {
	background-color: #ffffff;
}


.customer .top a:hover img {
	transform: none;
	filter: grayscale(0%) brightness(100%);
}

.customer div div {
	cursor: pointer;
}

.customer div a.sign:hover,
.customer div div.sign:hover {
	color: #fff;
}

.customer div a.sign:hover i,
.customer div div.sign:hover i {
	background-color: #0F9FDD;
	color: #ffffff;
}


.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;
	pointer-events: none;
}

.customer .code:hover img {
	transform: translateX(-14px);
	opacity: 1;
}


.customer .code:hover img {
	pointer-events: all;
}


.customer .phone {
	position: relative;
}

.customer .phone .num {
	position: absolute;
	right: 100%;
	width: max-content;
	top: 50%;
	transform: translateX(100%) translateY(-50%);
	background-color: #0F9FDD;
	border-radius: 5px;
	padding: 2px 20px;
	color: #ffffff;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	pointer-events: none;
	opacity: 0;
	z-index: -1;
}


.customer .phone:hover .num {
	transform: translateX(-14px) translateY(-50%);
	pointer-events: all;
	opacity: 1;
}

@media screen and (max-width: 999px) {
	.customer {
		display: flex;
		align-items: center;
	}

	.customer .box {
		width: 100%;
		border-radius: 0;
		flex: 4;
		padding: 0;
	}

	.youlian {
		display: none;
	}

	.customer .top {
		flex: 1;
		height: 42px;
	}

	.customer .top a {
		width: 100%;
		height: 100%;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		position: static;
		margin: 0;
		background-color: #F0F0F0;
	}

	.customer .top a:hover {
		background-color: #F0F0F0;
	}

	.customer .top a img,
	.customer .top a:hover img {
		filter: grayscale(100%) brightness(90%);
	}

	.customer {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		transform: translateY(0);
	}

	.customer div {
		width: 25%;
		float: left;
		margin: 0;
	}

	.customer div a.sign,
	.customer div div.sign {
		height: 42px;
		margin: auto;
		width: 100%;
		color: #fff !important;
		border-radius: 0px;
		border-radius: 0;
	}


	.customer div a.sign i,
	.customer div div.sign i {
		font-size: 20px;
	}

	.customer div .phone .sign::after,
	.customer div .code .sign::after {
		right: auto;
		left: 50%;
		top: auto;
		bottom: 100%;
		transform: translateX(-50%);
		width: 12px;
		height: 6px;
		clip-path: polygon(50% 0, 0 100%, 100% 100%);
	}



	.customer div a.sign i,
	.customer div div.sign i {
		border-radius: 0;
	}

	.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%);
		top: -14px;
	}

	.customer div .phone:hover .sign::after,
	.customer div .code:hover .sign::after {
		opacity: 0;
		pointer-events: none;
	}

	.customer div .phone.active,
	.customer div .code.active {
		background-color: #0F9FDD;
	}

	.customer div a.sign:hover i,
	.customer div div.sign:hover i {
		background-color: transparent;
		color: #999;
	}

	.customer div.active a.sign i,
	.customer div.active div.sign i {
		color: #ffffff;
	}

	.customer div .phone.active .sign::after,
	.customer div .code.active .sign::after {
		opacity: 1;
		pointer-events: all;
	}

	.customer div.activ img,
	.customer div.active img {
		pointer-events: all;
	}

	.customer div.activ .num,
	.customer div.active .num {
		pointer-events: all;
	}

	.customer .phone .num {
		display: none;
	}
}

@media screen and (max-width: 768px) {

	.customer .code img,
	.customer .code:hover img {
		left: 0;
		transform: translateX(0%) translateY(0%);
	}

	.customer .code.active img {
		opacity: 1;
		transform: translateX(0%) translateY(-100%);
	}
}


@font-face {
	font-family: 'Inter-Bold';
	font-display: swap;
	src: url('../fonts/InterBold.eot');
	src: url('../fonts/InterBold.eot') format('embedded-opentype'),
		url('../fonts/InterBold.woff2') format('woff2'),
		url('../fonts/InterBold.woff') format('woff'),
		url('../fonts/InterBold.ttf') format('truetype'),
		url('../fonts/InterBold.svg#InterBold') format('svg');
}

@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: "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";
}