@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%;
	color: #666666;
	background-color: #fff;
	overflow: hidden;
}

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: #1A8CE4 !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
}


.standardEdit a {
	color: #1A8CE4;
}

.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;
	}

	.topRange {
		margin-top: 80px !important;
	}
}


@media screen and (max-width:1333px) {
	.standardRange {
		padding: 60px 0 60px 0 !important;
	}

	.topRange {
		margin-top: 60px !important;
	}
}

@media screen and (max-width:999px) {
	.standardRange {
		padding: 50px 0 50px 0 !important;
	}

	.topRange {
		margin-top: 50px !important;
	}
}

@media screen and (max-width:768px) {
	.standardRange {
		padding: 40px 0 40px 0 !important;
	}

	.topRange {
		margin-top: 40px !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: #1A8CE4;
		top: 30px;
		transform: translateY(-50%);
		right: 80px;
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999;
	}

	header .xnav .nav span {
		display: block;
		width: 20px;
		height: 2px;
		background: #ffffff;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: 50%;
		transition: 0.8s;
		z-index: 99999991
	}

	header .xnav .nav .nav1 {
		margin-top: -1px;
	}

	header .xnav .nav .nav2 {
		margin-top: -8px;
	}

	header .xnav .nav .nav3 {
		margin-top: 6px;
	}

	header .xnav .nav:hover .nav1 {
		width: 25px;
	}

	header .xnav .navh .nav1 {
		transform: rotate(45deg)
	}

	header .xnav .navh .nav2 {
		transform: rotate(-45deg);
		width: 10px;
		margin-left: -1px;
		margin-top: -5px;
	}

	header .xnav .navh .nav3 {
		transform: rotate(-45deg);
		width: 9px;
		margin-top: 3px;
		margin-left: -8px;
	}

	header .xnav .navh:hover .nav2 {
		margin-top: -8px;
		margin-left: 7px;
	}

	header .xnav .navh:hover .nav3 {
		margin-top: 5px;
		margin-left: -12px;
	}

	header .xnav .smdaohang {
		position: fixed;
		width: 300px;
		height: 0px;
		overflow: auto;
		top: 0px;
		right: 0px;
		background: rgba(26, 140, 228, 0.95);
		z-index: 9999999;
		transition: 0.8s;
		text-align: center;
	}

	header .xnav .smdaohangh {
		right: 0px;
		top: 0px;
		height: 100%;
	}

	header .xnav .topnav {
		margin: auto;
		margin-top: 30px;
		padding: 20px;
	}

	header .xnav ul.topnav li {
		text-align: left;
		position: relative;
	}

	header .xnav ul.topnav li a {
		padding: 5px;
		padding-left: 0px;
		color: #fff;
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding-right: 50px;
		font-family: Inter-Regular, Arial, sans-serif;
	}

	header .xnav ul.topnav ul {
		display: none;
		transition: none;
	}

	header .xnav ul.topnav ul li {
		clear: both;
	}

	header .xnav ul.topnav ul li a {
		padding-left: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		outline: 0;
	}


	header .xnav ul.topnav ul ul li a {
		padding-left: 40px;
	}

	header .xnav ul.topnav ul ul ul li a {
		padding-left: 60px;
	}

	header .xnav ul.topnav span {
		display: block;
		position: absolute;
		right: 0px;
		top: 7px;
		width: 20px;
		height: 20px;
		background: #fff;
		background: rgba(255, 255, 255, 0.6);
		cursor: pointer;
		border-radius: 50%;
		transition: 0.5s;
	}

	header .xnav ul.topnav span:before {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: 0px;
		transform: rotate(45deg);
		transform-origin: right center
	}

	header .xnav ul.topnav span:after {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: -1px;
		transform: rotate(-45deg);
		transform-origin: right center;
		transition: 0.5s;
	}

	header .xnav ul.topnav span.yizi {
		transform: rotate(90deg)
	}

	header .xnav .smdaohang form {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 240px;
		height: 26px;
		border: 1px solid #fff;
		position: relative;
		background: #fff;
		border-radius: 13px;
	}

	header .xnav .smdaohang form input {
		color: #333333;
	}

	header .xnav .smdaohang form .iptc {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		background-color: #fff;
		width: 80%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: left;
		border-radius: 10px;
	}

	header .xnav .smdaohang form .ipsc {
		width: 20%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: right;
		background: transparent;
		position: relative;
		z-index: 99;
	}

	header .xnav .smdaohang form i {
		position: absolute;
		right: 10px;
		top: 4px;
	}
}

/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, 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');
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
	touch-action: pan-y
}

.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-3d {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
	transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
	scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
	transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-lock {
	display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move;
	touch-action: none
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}




/* ---------------------index----------------------------- */

/* allnav */

nav {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 99999;
	background: transparent;
	background-color: rgba(4, 4, 4, .6);
}

nav.innerNav,
nav.active,
nav:hover {
	background-color: #FFF;
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.18);
}

.innerRange {
	background-color: #ffffff;
	height: 80px;
}

html {
	scroll-padding-top: 80px;
}


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


nav .logo {
	width: 166px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

nav.innerNav .logo img,
nav:hover .logo img,
nav.active .logo img {
	filter: brightness(100%) invert(0%);
}

nav .logo img {
	filter: brightness(0%) invert(100%);
}


nav .logo:hover img {
	transform: none;
}

nav .navList {
	display: flex;
	align-items: center;
}

nav .navList>ul {
	display: flex;
	align-items: center;
	margin-right: 31px;
}


nav .navList>ul>li {
	margin-right: 70px;
	position: relative;
}

nav .navList>ul>li:last-child {
	margin: 0;
}

nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 80px;
	line-height: 80px;
	color: #ffffff;
	font-size: 16px;
	position: relative;
	font-family: Inter-SemiBold;
}

nav .navList>ul>li>a::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	height: 1px;
	width: 0;
	background-color: #FFF;
	transition: .4s ease all;
}

nav.innerNav .navList>ul>li>a,
nav:hover .navList>ul>li>a,
nav.active .navList>ul>li>a {
	color: #222;
}

nav .navList>ul>li.active>a::after {
	width: 100%;
}

nav.innerNav .navList>ul>li.active>a,
nav.active .navList>ul>li.active>a,
nav:hover .navList>ul>li.active>a {
	color: #1A8CE4;
}

nav.innerNav .navList>ul>li:hover>a,
nav.active .navList>ul>li:hover>a,
nav:hover .navList>ul>li:hover>a {
	color: #1A8CE4;
}

nav .navList>ul>li:hover>a::after {
	width: 100%;
	right: auto;
	left: 0;
}


nav .btns {
	display: flex;
	align-items: center;
}

nav .btns .search {
	height: 80px;
	display: flex;
	align-items: center;
	position: relative;
}


nav .btns .search .searchBtn {
	cursor: pointer;
}


nav .btns .search .searchBtn i {
	font-size: 20px;
	color: #ffffff;
	display: block;
	font-weight: bold;
	transform: translateY(2px);
}

nav.active .btns .search .searchBtn i,
nav.innerNav .btns .search .searchBtn i,
nav:hover .btns .search .searchBtn i {
	color: #222;
}

nav .btns .search .searchBtn:hover i {
	color: #1A8CE4;
}

nav .btns .search form {
	position: absolute;
	right: 0;
	top: calc(100% + 11px);
	background-color: #ffffff;
	height: 35px;
	width: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	overflow: hidden;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
}

nav .btns .search form.active {
	width: 240px;
	padding: 0 10px;
}

nav .btns .search form input {
	width: 100%;
	height: 100%;
	background-color: transparent;
	color: #222222;
}

nav .btns .search form input::-webkit-input-placeholder {
	color: #666;
}

nav .btns .search form input:-moz-placeholder {
	color: #666;
}

nav .btns .search form input::-moz-placeholder {
	color: #666;
}

nav .btns .search form input:-ms-input-placeholder {
	color: #666;
}


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-weight: bold;
	color: #666;
}


nav .btns .search form .subBtn:hover i {
	color: #1A8CE4;
}

nav .btns .search form .subBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: transparent;
}


nav .btns .language {
	height: 80px;
	display: flex;
	align-items: center;
	position: relative;
	margin-left: 34px;
}

nav .btns .lanBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #FFF;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(1px);
	padding: 8px 12px 10px 8px;
	font-family: Inter-SemiBold;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	transform: translateZ(0);
	background-clip: padding-box;
	backface-visibility: hidden;
}

nav .btns .lanBtn img {
	width: 34px;
	flex-shrink: 0;
	margin-right: 6px;
}



nav .btns .lanBtn i {
	color: #FFF;
}


nav.active .btns .lanBtn,
nav.innerNav .btns .lanBtn,
nav:hover .btns .lanBtn {
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: #1A8CE4;
	backdrop-filter: blur(1px);
}

nav.active .btns .lanBtn i,
nav.innerNav .btns .lanBtn i,
nav:hover .btns .lanBtn i {
	color: #ffffff;
}


nav .btns .lanBtn:hover {
	background-color: #ffffff;
	border: 1px solid #1A8CE4;
}

nav .btns .lanBtn:hover,
nav .btns .lanBtn:hover i {
	color: #1A8CE4;
}


nav .btns .lanBtn span {
	flex-shrink: 0;
	font-size: 18px;
	line-height: 30px;
	margin: 0 2px 0 4px;
}


nav .btns .lanBtn i.icon-right7 {
	font-size: 10px;
	transform: rotate(90deg);
	flex-shrink: 0;
	margin-left: 6px;
}

nav .btns .lanBtn.active i.icon-right7 {
	transform: rotate(-90deg);
}


nav .btns .language ul {
	position: absolute;
	top: calc(100% + 11px);
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 200px;
	display: none;
	transition: none;
	background-color: #ffffff;
}

nav .btns .language ul li:nth-child(1) {
	margin-top: 0;
}

nav .btns .language ul li a {
	padding: 8px 26px;
	color: #333;
	font-size: 18px;
	line-height: 30px;
	display: flex;
	align-items: center;
}


nav .btns .language ul li a img {
	flex-shrink: 0;
	margin-right: 10px;
	width: 32px;
	display: block;
}

nav .btns .language ul li a:hover img{
	transform: none;
}


nav .btns .language ul li a:hover {
	background-color: #1A8CE4;
	color: #ffffff;
}


nav .btns .language ul li a span {
	background-image:
		radial-gradient(circle at 50% 100%, currentColor 0%, currentColor 100%);
	background-repeat: no-repeat;
	background-size: 0 1px;
	background-position: 0 100%;
	transition: background-size 0.4s ease;
	background-position: right bottom;
}


nav .btns .language ul li a:hover span {
	background-size: 100% 1px;
	background-position: left bottom;
}




/* moreList */

.moreList,
.moreList ul {
	position: absolute;
	background-color: #ffffff;
	width: max-content;
	max-width: 280px;
	display: none;
	transition: none;
}

.moreList::after {
	content: "";
	position: absolute;
	left: 0;
	top: -20px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.moreList ul {
	left: 100%;
	top: 0px;
}

.moreList {
	left: 50%;
	transform: translateX(-50%);
	top: calc(100% + 11px);
}

.moreList li {
	position: relative;
}

.moreList li:nth-child(1) {
	margin-top: 0;
}

.moreList a {
	padding: 8px 26px;
	color: #333;
	font-size: 18px;
	line-height: 30px;
}

.moreList a:hover {
	background-color: #1A8CE4;
	color: #ffffff;
}

.moreList a span {
	background-image:
		radial-gradient(circle at 50% 100%, currentColor 0%, currentColor 100%);
	background-repeat: no-repeat;
	background-size: 0 1px;
	background-position: 0 100%;
	transition: background-size 0.4s ease;
	background-position: right bottom;
}


.moreList a:hover span {
	background-size: 100% 1px;
	background-position: left bottom;
}



/* productSlides */

.productSlides {
	position: absolute;
	top: calc(100% + 11px);
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 160px);
	max-width: 1195px;
	display: none;
	transition: none;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	padding: 48px 0 42px;
}


.productSlides::after {
	content: "";
	position: absolute;
	left: 0;
	top: -20px;
	width: 100%;
	height: 100%;
	z-index: -1;
}


.productSlides .listCon {
	display: flex;
}

.productSlides .oneLevel {
	width: 30.94%;
	border-right: 1px solid #CCC;
}

.productSlides .twoLevel {
	width: 40.1%;
	border-right: 1px solid #CCC;
}

.productSlides .twoLevel ul ul {
	display: none;
}

.productSlides .threeLevel {
	width: 28.96%;
}

.productSlides .oneLevel ul {
	display: none;
}

.productSlides li {
	margin-top: 30px;
}

.productSlides li:nth-child(1) {
	margin-top: 0;
}


.productSlides li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #333;
	font-size: 18px;
	line-height: 30px;
}

.productSlides .oneLevel {
	padding: 17px 6.1% 17px 7%;
}


.productSlides .twoLevel {
	padding: 17px 7.9% 17px 4.5%;
}


.productSlides .threeLevel {
	padding: 17px 3.4% 0;
}

.productSlides .threeLevel li a {
	color: #222222;
}


.productSlides li a i {
	font-size: 12px;
	flex-shrink: 0;
	margin-left: 20px;
	color: #666;
}


.productSlides li:hover>a,
.productSlides li.active>a {
	color: #1A8CE4;
}


.productSlides li:hover>a i,
.productSlides li.active>a i {
	color: #1A8CE4;
}



.productSlides .twoLevel,
.productSlides .twoLevel,
.productSlides .twoLevel {
	height: 364px;
	overflow: auto;
}

.productSlides .twoLevel::-webkit-scrollbar,
.productSlides .twoLevel::-webkit-scrollbar,
.productSlides .twoLevel::-webkit-scrollbar {
	width: 2px;
	background-color: transparent;
	border-radius: 0;
}

.productSlides .twoLevel::-webkit-scrollbar-thumb,
.productSlides .twoLevel::-webkit-scrollbar-thumb,
.productSlides .twoLevel::-webkit-scrollbar-thumb {
	background-color: #1A8CE4;
	border-radius: 0;
}


@media screen and (max-width:1560px) {
	nav .navList>ul>li {
		margin-right: 40px;
	}

	nav .btns .lanBtn img {
		width: 32px;
	}

	nav .btns .lanBtn {
		padding: 5px 16px;
	}

	nav .btns .language {
		margin-left: 24px;
	}

	.moreList a {
		font-size: 16px;
		line-height: 28px;
		padding: 8px 20px;
	}

	.productSlides {
		padding: 20px 0;
	}

	.productSlides .listCon .oneLevel,
	.productSlides .listCon .twoLevel,
	.productSlides .listCon .threeLevel {
		padding: 0 20px;
	}

	.productSlides .listCon .oneLevel,
	.productSlides .listCon .threeLevel {
		width: 30%;
	}

	.productSlides .listCon .twoLevel {
		width: 40%;
	}

	.productSlides li {
		margin-top: 14px;
	}

	.productSlides li a {
		font-size: 16px;
		line-height: 28px;
	}

	.productSlides .twoLevel,
	.productSlides .twoLevel,
	.productSlides .twoLevel {
		height: 238px;
	}

	nav .btns .search form {
		height: 30px;
	}

	nav .btns .search form .subBtn {
		width: 30px;
		height: 30px;
	}

	nav .btns .search form.active {
		width: 200px;
	}

	nav .btns .language ul li a {
		padding: 8px 20px;
		font-size: 16px;
		line-height: 26px;
	}


	nav .btns .language ul li a img {
		width: 26px;
	}

}

@media screen and (max-width:1333px) {
	nav .logo {
		width: 150px;
	}

	nav .btns .language {
		margin-left: 20px;
	}

	nav .btns .lanBtn {
		padding: 4px 14px;
		font-size: 14px;
		line-height: 26px;
	}

	nav .btns .search .searchBtn i {
		font-size: 18px;
		font-weight: normal;
	}

	nav .navList>ul>li {
		margin-right: 30px;
	}

	nav .btns .lanBtn img {
		width: 26px;
	}

	nav .navList>ul>li>a {
		height: 60px;
		line-height: 60px;
	}

	nav .btns .search,
	nav .btns .language {
		height: 60px;
	}

	nav .logo {
		width: 130px;
	}

	.moreList a {
		padding: 6px 16px;
	}

	nav .btns .language ul li a {
		padding: 6px 16px;
	}

	nav .btns .language ul li a img {
		width: 24px;
	}

}

@media screen and (max-width:1200px) {

	nav .navList>ul>li,
	nav .navList>ul {
		margin-right: 22px;
	}

	nav .logo {
		width: 120px;
	}

}

@media screen and (max-width:999px) {
	.bannerRange {
		height: 60px;
	}

	.innerRange {
		height: 60px;
	}

	nav .navList>ul,
	nav .btns .search {
		display: none;
	}

	nav {
		background-color: #ffffff;
	}

	nav .logo img {
		filter: brightness(100%) invert(0%);
	}

	nav .btns .lanBtn {
		border: 1px solid rgba(255, 255, 255, 0.10);
		background: #1A8CE4;
		backdrop-filter: blur(1px);
		padding: 3px 13px;
	}

	nav .btns .language {
		margin-left: 0;
		margin-right: 60px;
	}


	nav .btns .language ul {
		top: calc(100% + 5px);
	}


	nav .btns .language ul li a {
		font-size: 14px;
		line-height: 24px;
		padding: 6px 16px;
	}
}

@media screen and (max-width:768px) {
	nav .btns .language {
		height: 50px;
	}

	.innerRange {
		height: 50px;
	}

	header .xnav .nav {
		right: 25px;
		top: 25px;
	}

	.bannerRange {
		height: 50px;
	}

	nav .logo {
		width: 110px;
	}
}

@media screen and (max-width:538px) {
	header .xnav .nav {
		right: 15px;
	}

	nav .btns .language {
		margin-right: 50px;
	}

	nav .btns .language .lanBtn {
		padding: 2px 10px;
	}

	nav .btns .lanBtn img {
		width: 24px;
		margin-right: 4px;
	}
}

/*  animation*/

.animationItem,
.animation {
	opacity: 0;
	transition: 1s ease all;
}

.fadeUp {
	transform: translateY(50px);
}

.fadeRight {
	transform: translateX(50px);
}


.fadeLeft {
	transform: translateX(-50px);
}

.animationActive {
	opacity: 1;
	transform: translate(0, 0) scale(1);
}

@media screen and (max-width:999px) {

	.animationItem,
	.animation {
		opacity: 1;
		transform: translate(0, 0) scale(1);
		transition: .4s ease all;
	}
}



/* public */

.title1 {
	color: #1A8CE4;
	font-family: Inter-Bold;
	font-size: 46px;
	line-height: 60px;
}

a.lineTit span {
	display: inline;
	background-image:
		radial-gradient(circle at 50% 100%, currentColor 0%, currentColor 100%);
	background-repeat: no-repeat;
	background-size: 0 1px;
	transition: background-size 0.4s ease;
	background-position: right 100%;
}

a.lineTit:hover span {
	background-size: 100% 1px;
	background-position: left 100%;
}

a.title1 {
	display: inline-block;
}


.whiteColor,
.whiteColor p {
	color: #ffffff;
}

.defaultColor {
	color: #222222;
}

a.whiteColor:hover,
a.defaultColor:hover {
	color: #1A8CE4;
}

.themeColor {
	color: #1A8CE4;
}

.fontBold {
	font-family: Inter-Bold;
}

.fontRegular {
	font-family: Inter-Regular;
}

.fontSbold {
	font-family: Inter-SemiBold;
}

.standardEdit p strong {
	font-family: Inter-Bold;
	font-weight: normal;
	color: #222;
}

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

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

.lrb {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}


.cBtn {
	padding: 3.5px 26.5px;
	background-color: #1A8CE4;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 18px;
	line-height: 32px;
	width: max-content;
	border: 1px solid #1A8CE4;
}


.cBtn i {
	flex-shrink: 0;
	margin-left: 49px;
}


.cBtn:hover {
	background-color: transparent;
	color: #1A8CE4;
}


.swiperBox {
	position: relative;
}


.swiperBox .sBtns>div {
	position: absolute;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
}


.swiperBox .sBtns>div.prev {
	left: -91px;
	margin-right: 0;
}

.swiperBox .sBtns>div.next {
	right: -91px;
}

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

.sBtns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 1px solid #1A8CE4;
	background-color: transparent;
	cursor: pointer;
	color: #1A8CE4;
	font-size: 14px;
	font-weight: bold;
}

.sBtns>div.prev {
	margin-right: 16px;
}

.sBtns>div:hover {
	background-color: #1A8CE4;
	border: 1px solid #1A8CE4;
	color: #ffffff;
}

.sBtns>div.swiper-button-disabled {
	pointer-events: none;
}


.greyBg {
	background-color: #F4F4F4;
}


.textCenter,
.textCenter p {
	text-align: center;
}


.font14 {
	font-size: 14px !important;
	line-height: 24px !important;
}


.font16 {
	font-size: 16px;
	line-height: 28px;
}


.font18 {
	font-size: 18px;
	line-height: 32px;
}

.font20 {
	font-size: 20px;
	line-height: 36px;
}


.font26 {
	font-size: 26px;
	line-height: 38px;
}


.font36 {
	font-size: 36px;
	line-height: 56px;
}


.standardEdit p {
	font-size: 18px;
	line-height: 32px;
}

.imgBg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -3;
}

.imgBg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}




/* indexbanner */

.indexBanner {
	position: relative;
	transition: none;
	padding-bottom: 41.66%;
}

.indexBanner .swiper {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
}


.indexBanner a:hover img {
	transform: scale(1);
}


.indexBanner .swiper-slide {
	position: relative;
}

.indexBanner .swiper-slide .image {
	height: 100%;
}

.indexBanner .swiper-slide .image img {
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.indexBanner .swiper-slide video,
.indexBanner .swiper-slide iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}



.indexBanner img {
	display: block;
}

.indexBanner a:hover img {
	transform: scale(1, 1);
}


.indexBanner .signs {
	position: absolute;
	z-index: 99;
	left: 50%;
	transform: translateX(-50%);
	bottom: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0 20px;
	pointer-events: none;
}


.indexBanner .swiper-pagination {
	position: static;
	margin: 5px 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: auto;
}

.indexBanner .swiper-pagination span {
	margin: 0 13.5px !important;
	background-color: #D9D9D9;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	pointer-events: all;
}

.indexBanner .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #1A8CE4;
}

.indexBanner .btns>div {
	position: absolute;
	top: 57.3%;
	transform: translateY(-50%);
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #ffffff;
	z-index: 99;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	color: #0061AE;
}

.indexBanner .btns>div:hover {
	background-color: #0061AE;
	color: #ffffff;
}

.indexBanner .btns>div.prev {
	left: 46px;
}

.indexBanner .btns>div.next {
	right: 46px;
}


@media screen and (max-width:1560px) {
	.indexBanner .btns>div {
		width: 42px;
		height: 42px;
		top: 53%;
	}

	.indexBanner .btns>div.prev {
		left: 20px;
	}

	.indexBanner .btns>div.next {
		right: 20px;
	}

	.indexBanner .swiper-pagination {
		bottom: 24px;
	}

	.indexBanner .swiper-pagination span {
		width: 14px;
		height: 14px;
		margin: 0 8px !important;
	}

}

@media screen and (max-width:1333px) {
	.indexBanner .btns>div {
		width: 38px;
		height: 38px;
		top: 53%;
	}

	.indexBanner .signs {
		bottom: 20px;
	}

	.indexBanner .swiper-pagination span {
		width: 12px;
		height: 12px;
		margin: 0 7px !important;
	}
}

@media screen and (max-width:999px) {
	.indexBanner .btns>div {
		display: none;
	}
}


@media screen and (max-width:750px) {
	.indexBanner {
		padding-bottom: 80%;
	}

	.indexBanner .swiper-pagination span {
		width: 10px;
		height: 10px;
		margin: 0 6px !important;
	}
}

@media screen and (max-width:538px) {
	.indexBanner .signs {
		bottom: 16px;
	}
}

/* indexM1-1 */

.iProducts {
	padding: 63px 0 94px 0;
}

.btnTit .cBtn {
	flex-shrink: 0;
	margin-left: 10%;
}

.btnTit .box .tips {
	margin-top: 14px;
}

.iProducts .list {
	margin-top: 35px;
	display: flex;
	flex-wrap: wrap;
}

.iProducts .list .productItem {
	width: 28.45%;
	margin-right: 7.325%;
	margin-top: 37px;
}

.iProducts .list .productItem:nth-child(3n) {
	margin-right: 0;
}

.iProducts .list .productItem:nth-child(-n+3) {
	margin-top: 0;
}

.productItem .image {
	overflow: hidden;
	border: 1px solid #E2E2E2;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.productItem .image:hover img {
	transform: none;
}

.productItem .image:hover {
	box-shadow: 0 4px 16.1px 5px rgba(26, 140, 228, 0.20);
}


.productItem .msg {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 18px;
}

.productItem .msg .name {
	padding-left: 11px;
	position: relative;
}


.productItem .msg .name::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	background-color: #1A8CE4;
	height: 66%;
}

.productItem .msg .btn {
	flex-shrink: 0;
	margin-left: 20px;
}

@media screen and (max-width:1560px) {
	.btnTit .box .tips {
		margin-top: 26px;
	}

	.cBtn {
		padding: 6px 20px;
	}

	.iProducts .list .productItem {
		width: 30%;
		margin-right: 5%;
		margin-top: 40px;
	}

	.iProducts .list {
		margin-top: 40px;
	}

}

@media screen and (max-width:1333px) {
	.font18 {
		font-size: 16px;
		line-height: 28px;
	}

	.cBtn {
		font-size: 16px;
		line-height: 28px;
		padding: 6px 16px;
	}

	.iProducts .list .productItem {
		width: 31%;
		margin-right: 3.5%;
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.font18 {
		font-size: 14px;
		line-height: 26px;
	}

	.cBtn {
		font-size: 14px;
		line-height: 26px;
		padding: 4px 14px;
	}

	.iProducts .list {
		justify-content: space-between;
	}

	.iProducts .list .productItem:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.iProducts .list .productItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.font16 {
		font-size: 14px;
		line-height: 26px;
	}

	.iProducts .list {
		margin-top: 30px;
	}

	.btnTit .box .tips {
		margin-top: 20px;
	}
}

@media screen and (max-width:538px) {
	.btnTit {
		flex-direction: column;
		align-items: flex-start;
	}

	.btnTit .cBtn {
		margin-left: 0;
		margin-top: 20px;
	}
}

@media screen and (max-width:450px) {
	.iProducts .list .productItem:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.iProducts .list .productItem:nth-child(1) {
		margin-top: 0;
	}
}

/* indexM2-1 */

.iService .des {
	position: relative;
	padding: 60px 0 48px 0;
}

.iService .des .box {
	width: 45%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 9px;
}

.iService .des .cBtn {
	margin-top: 26px;
}

.iService .des .tips {
	width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	padding-top: 12px;
}

.iService .des .sign {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
	width: 494px;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.iService .des .sign img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.numShow {
	position: relative;
	padding: 245px 0 19px 0;
}


.numShow .video {
	width: 78px;
	height: 78px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin: 0 auto;
}

.numShow .video:hover img {
	transform: scale(1.1);
}

.numShow .imgBg::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
}


.numShow .numList {
	margin-top: 136px;
}

.numList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.numList .item {
	width: 25%;
	position: relative;
	padding: 0 4.7%;
}

.numList .item:nth-child(4n) {
	padding-right: 0;
}

.numList .item:nth-child(4n)::after {
	display: none;
}

.numList .item:nth-child(4n-3) {
	padding-left: 0;
}

.numList .item::after {
	content: "";
	position: absolute;
	right: 0;
	top: -18%;
	width: 1px;
	height: 127px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #999 50.96%, rgba(255, 255, 255, 0.00) 93.27%);
}


.numList .num {
	color: #FFF;
	font-size: 56px;
	line-height: 60px;
}

.numList .tit {
	margin-top: 27px;
}

@media screen and (max-width:1560px) {
	.iService .des .tips {
		padding-top: 0;
	}

	.iService .title {
		align-items: center;
	}

	.font36 {
		font-size: 30px;
		line-height: 42px;
	}

	.numShow {
		padding: 150px 0 80px 0;
	}

	.numShow .numList {
		margin-top: 70px;
	}

	.numList .item::after {
		top: 0;
	}

	.numList .item {
		padding: 0 30px;
	}

	.numShow .video {
		width: 65px;
		height: 65px;
	}

	.numList .num {
		font-size: 46px;
		line-height: 46px;
	}
	
	.iService .des .box{
		padding-top: 0;
	}
}

@media screen and (max-width:1333px) {
	.font36 {
		font-size: 26px;
		line-height: 38px;
	}

	.numShow {
		padding: 120px 0 60px 0;
	}

	.numShow .numList {
		margin-top: 60px;
	}

	.numShow .video {
		width: 60px;
		height: 60px;
	}

	.numList .num {
		font-size: 40px;
		line-height: 40px;
	}

	.numList .tit {
		margin-top: 20px;
	}
}

@media screen and (max-width:999px) {
	.iService .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.iService .des .box {
		width: 100%;
	}

	.iService .des .cBtn {
		margin-top: 20px;
	}

	.iService .des .tips {
		width: 100%;
		margin-top: 30px;
	}

	.font36 {
		font-size: 24px;
		line-height: 36px;
	}

	.numShow {
		padding: 100px 0 50px 0;
	}

	.numShow .numList {
		margin-top: 50px;
	}

	.numShow .video {
		width: 56px;
		height: 56px;
	}

	.numList .item:nth-child(n) {
		width: 50%;
		padding: 0 30px;
		margin-top: 30px;
	}

	.numList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.numList .item:nth-child(2n)::after {
		display: none;
	}

	.numList .num {
		font-size: 32px;
		line-height: 32px;
	}

}

@media screen and (max-width:768px) {
	.numShow {
		padding: 80px 0 40px 0;
	}

	.numShow .numList {
		margin-top: 40px;
	}

	.numShow .video {
		width: 52px;
		height: 52px;
	}

	.numList .item:nth-child(n) {
		width: 50%;
		padding: 0 20px;
	}

	.numList .num {
		font-size: 30px;
		line-height: 30px;
	}

	.font36 {
		font-size: 20px;
		line-height: 32px;
	}
}

@media screen and (max-width:538px) {
	.numList .item:nth-child(n) {
		padding: 0 15px;
	}

	.numList .num {
		font-size: 26px;
		line-height: 26px;
	}
}


/* indexM3-1 */

.iPiece {
	padding: 68px 0 98px 0;
	position: relative;
}

.iPiece .sign {
	position: absolute;
	left: 0;
	top: 0;
	width: 567px;
	z-index: -1;
	max-width: 100%;
}

.iPiece .sign img {
	display: block;
}


.advantages .tips {
	margin-top: 12px;
}

.advantages .swiperBox {
	margin-top: 65px;
}


.advantages .swiper-slide {
	border: 1px solid #EEE;
	background-color: #ffffff;
	padding: 32px 39px 31px;
	position: relative;
	height: auto;
}


.advantages .swiper-slide .num {
	color: #F4F4F4;
	font-size: 120px;
	line-height: 120px;
	position: absolute;
	right: 15px;
	top: -1px;
	z-index: -1;
}


.advantages .image {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.advantages .image img {
	filter: grayscale(100%) brightness(0%);
}

.advantages .image:hover img {
	transform: none;
	filter: grayscale(0%) brightness(100%);
}


.advantages .tit {
	margin-top: 28px;
}

.advantages .txts {
	margin-top: 13px;
	height: 96px;
}

.advantages .circleBtn {
	margin-top: 76px;
}

.circleBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 1px solid #1A8CE4;
	background-color: #1A8CE4;
}

.circleBtn i {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	will-change: transform;
}


.circleBtn:hover {
	background-color: #ffffff;
}

.circleBtn:hover i {
	color: #1A8CE4;
}



.iPiece .iSolution {
	margin-top: 40px;
}

.iSolution .tips {
	margin-top: 12px;
}

.iSolution .con {
	margin-top: 68px;
	display: flex;
	justify-content: space-between;
	background-color: #F4F4F4;
}

.iSolution .checkBtns {
	width: 26.1%;
	padding: 17px 0 34px;
}


.iSolution .checkBtns li {
	display: flex;
	align-items: center;
	padding: 31px 15px 31px 24px;
	cursor: pointer;
	position: relative;
	z-index: 9;
}

.iSolution .checkBtns li::after {
	content: "";
	height: 1px;
	position: absolute;
	background-color: rgba(153, 153, 153, .2);
	bottom: 0;
	width: calc(100% - 30px);
	left: 50%;
	transform: translateX(-50%);
}

.iSolution .checkBtns li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	transition: .4s ease all;
	z-index: -1;
	background-color: #1A8CE4;
}


.iSolution .checkBtns li.active:before {
	width: calc(100% + 11px);
}


.iSolution .checkBtns li.active {
	color: #ffffff;
}

.iSolution .checkBtns li.active img {
	filter: brightness(0%) invert(100%);
}


.iSolution .checkBtns li img {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	margin-right: 21px;
}



.iSolution .checkBtns .cBtn {
	margin: 0 auto;
	margin-top: 51px;
}


.iSolution .swiper {
	width: 73.9%;
}

.iSolution .swiper .image {
	height: 100%;
	overflow: hidden;
}

.iSolution .swiper .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.iSolution .swiper .image:hover img {
	transform: none;
}

.iSolution .swiper-slide {
	position: relative;
}

.iSolution .swiper-slide .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: 30px 56px 30px;
	z-index: 9;
}


.iSolution .swiper-slide .msg::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background: linear-gradient(180deg, rgba(3, 92, 182, 0.00) 50%, #000 90.73%);
	z-index: -1;
}


.iSolution .swiper-slide .msg .tit:hover {
	color: #ffffff;
}

.iSolution .swiper-slide .txts {
	margin-top: 13px;
}

.iSolution .swiper-slide .circleBtn {
	margin-top: 20px;
}

.iSolution .swiper-slide .circleBtn:hover {
	border-color: #ffffff;
}

@media screen and (max-width:1560px) {
	.advantages .tips {
		margin-top: 26px;
	}

	.advantages .swiperBox {
		margin-top: 40px;
	}

	.advantages .swiper-slide {
		padding: 30px 20px 30px;
	}

	.advantages .swiper-slide .num {
		font-size: 100px;
		line-height: 100px;
	}

	.advantages .circleBtn {
		margin-top: 40px;
	}

	.circleBtn {
		width: 42px;
		height: 42px;
	}

	.iPiece .iSolution {
		margin-top: 80px;
	}

	.iSolution .tips {
		margin-top: 26px;
	}

	.iSolution .con {
		margin-top: 40px;
	}

	.iSolution .checkBtns li {
		padding: 25px 15px;
	}

	.iSolution .checkBtns {
		padding: 30px 0;
	}

	.iSolution .checkBtns .cBtn {
		margin-top: 30px;
	}

	.iSolution .swiper-slide .msg {
		padding: 30px 30px;
	}

	.font26 {
		font-size: 24px;
		line-height: 36px;
	}

	.iSolution .swiper-slide .txts {
		margin-top: 26px;
	}
}

@media screen and (max-width:1333px) {
	.advantages .swiper-slide .num {
		font-size: 65px;
		line-height: 65px;
	}

	.advantages .image {
		width: 42px;
		height: 42px;
	}

	.font20 {
		font-size: 18px;
		line-height: 30px;
	}

	.advantages .txts {
		height: 84px;
	}

	.circleBtn {
		width: 36px;
		height: 36px;
	}

	.advantages .circleBtn {
		margin-top: 30px;
	}

	.iPiece .iSolution {
		margin-top: 60px;
	}

	.iSolution .checkBtns li img {
		width: 36px;
		height: 36px;
	}

	.font26 {
		font-size: 22px;
		line-height: 34px;
	}

	.iSolution .checkBtns {
		width: 30%;
	}

	.iSolution .swiper {
		width: 70%;
	}
}

@media screen and (max-width:999px) {
	.advantages .image {
		width: 36px;
		height: 36px;
	}

	.advantages .swiperBox {
		margin-top: 30px;
	}

	.advantages .tips {
		margin-top: 20px;
	}

	.font20 {
		font-size: 16px;
		line-height: 28px;
	}

	.advantages .swiper-slide .num {
		font-size: 50px;
		line-height: 60px;
	}

	.advantages .txts {
		height: 78px;
	}

	.circleBtn {
		width: 32px;
		height: 32px;
	}

	.advantages .tit {
		margin-top: 20px;
	}

	.advantages .circleBtn {
		margin-top: 26px;
	}

	.iPiece .iSolution {
		margin-top: 50px;
	}

	.iSolution .tips {
		margin-top: 20px;
	}

	.iSolution .con {
		margin-top: 30px;
		flex-direction: column;
		align-items: flex-start;
	}

	.iSolution .swiper {
		width: 100%;
	}

	.iSolution .swiper-slide .msg {
		padding: 30px 20px;
	}

	.font26 {
		font-size: 20px;
		line-height: 32px;
	}

	.iSolution .swiper-slide .txts {
		margin-top: 20px;
	}

	.iSolution .checkBtns {
		padding: 0px 0px;
		width: 100%;
	}

	.iSolution .checkBtns ul {
		display: flex;
		flex-wrap: wrap;
	}

	.iSolution .checkBtns ul li {
		width: 33.333%;
		padding: 20px 15px;
	}

	.iSolution .checkBtns li.active:before {
		width: 100%;
	}

	.iSolution .checkBtns .cBtn {
		margin: 20px auto;
	}

	.iSolution .checkBtns li img {
		margin-right: 15px;
	}
}

@media screen and (max-width:768px) {
	.advantages .image {
		width: 32px;
		height: 32px;
	}

	.advantages .swiper-slide .num {
		font-size: 46px;
		line-height: 50px;
	}

	.iPiece .iSolution {
		margin-top: 40px;
	}

	.font26 {
		font-size: 18px;
		line-height: 30px;
	}
}

@media screen and (max-width:538px) {
	.iSolution .checkBtns ul li {
		width: 50%;
	}

	.iSolution .checkBtns li img {
		width: 30px;
		height: 30px;
	}

	.iSolution .swiper-slide .msg {
		padding: 30px 15px;
	}

	.advantages .swiper-slide {
		padding: 30px 15px;
	}
}


@media screen and (max-width:450px) {
	.iSolution .checkBtns ul li {
		flex-direction: column;
		align-items: flex-start;
	}

	.iSolution .checkBtns li img {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.iSolution .swiper-slide .msg {
		position: static;
		height: auto;
		padding: 20px 15px;
	}

	.iSolution .swiper-slide .msg::after {
		display: none;
	}

	.iSolution .swiper-slide .msg .tit {
		color: #222222;
	}

	.iSolution .swiper-slide .txts {
		color: #666666;
	}
}

/* indexM4-1 */

.provide {
	position: relative;
	padding: 85px 0 102px 0;
}

.provide .imgBg::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}

.provide .con {
	display: flex;
	justify-content: flex-end;
}

.provide .msg {
	width: 49.45%;
}

.provide .tips {
	margin-top: 6px;
}

.provide .list {
	margin-top: 56px;
}

.provide .list li {
	margin-top: 23px;
	display: flex;
	align-items: flex-start;
}

.provide .list li i {
	color: #ffffff;
	font-size: 24px;
	line-height: 30px;
	margin-right: 6px;
	transform: translateY(3px);
}


.provide .list li:nth-child(1) {
	margin-top: 0;
}


.provide .list li .name {
	color: #FFF;
	font-size: 16px;
	line-height: 30px;
}

.provide .list li .num {
	color: #FFF;
	font-family: Inter-SemiBold;
	font-size: 18px;
	line-height: 32px;
}

.provide .list li a.num:hover {
	color: #1A8CE4;
}


.provide .cBtn {
	margin-top: 74px;
}


.provide .cBtn:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #1A8CE4;
}

@media screen and (max-width:1560px) {
	.provide .tips {
		margin-top: 26px;
	}

	.provide .list {
		margin-top: 30px;
	}

	.provide .list li {
		margin-top: 20px;
	}

	.provide .cBtn {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.provide .list li {
		margin-top: 16px;
	}

	.provide .cBtn {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.provide .list li .name {
		font-size: 14px;
		line-height: 26px;
	}

	.provide .list li .num {
		font-size: 16px;
		line-height: 28px;
	}

	.provide .list li i {
		font-size: 20px;
	}

	.provide .cBtn {
		margin-top: 30px;
	}

	.provide .msg {
		width: 60%;
	}

	.provide .tips {
		margin-top: 20px;
	}

	.provide .list {
		margin-top: 26px;
	}

	.provide .list li {
		margin-top: 10px;
	}
}

@media screen and (max-width:768px) {
	.provide .msg {
		width: 70%;
	}
}

@media screen and (max-width:538px) {
	.provide .msg {
		width: 85%;
	}
}

@media screen and (max-width:450px) {
	.provide .msg {
		width: 100%;
	}
}


/* indexM5-1 */

.iCertification {
	position: relative;
	padding: 77px 0 64px 0;
}

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

.certification .msg {
	width: 45%;
}

.certification .con {
	width: 44.9%;
}

.certification .txts {
	margin-top: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.certification .cBtn {
	margin-top: 76px;
}

.certification .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.certification .swiper-pagination {
	position: static;
	margin-top: 17px;
}

.certification .swiper-pagination span {
	width: 14px;
	height: 14px;
	background-color: #DFDFDF;
	opacity: 1;
	margin: 5px 8px !important;
}

.certification .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #1A8CE4;
}


.certification .name {
	margin-top: 1px;
}


.certification .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}

.certification .image:hover img {
	transform: translateY(-10px);
}

@media screen and (max-width:1560px) {
	.certification {
		align-items: center;
	}

	.certification .txts {
		margin-top: 26px;
	}

	.certification .cBtn {
		margin-top: 40px;
	}

	.certification .swiper-pagination span {
		width: 12px;
		height: 12px;
	}

	.certification .name {
		margin-top: 16px;
	}

	.certification .msg {
		padding-bottom: 30px;
	}
}

@media screen and (max-width:1333px) {
	.certification .cBtn {
		margin-top: 30px;
	}

	.certification .con {
		width: 50%;
	}
}

@media screen and (max-width:999px) {
	.certification {
		flex-direction: column;
		align-items: flex-start;
	}

	.certification .msg {
		width: 100%;
		padding-bottom: 0;
	}

	.certification .txts {
		margin-top: 20px;
	}

	.certification .cBtn {
		margin-top: 20px;
	}

	.certification .con {
		width: 100%;
	}

	.certification .swiper {
		margin-top: 30px;
	}

	.certification .swiper-pagination {
		margin-top: 12px;
	}

	.certification .txts {
		-webkit-line-clamp: 3;
	}
}


/* indexM6-1 */

.iNews {
	position: relative;
	padding: 60px 0 86px 0;
}

.iNews .sign {
	width: 540px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	max-width: 100%;
}

.iNews .sign img {
	display: block;
}


.iNews .tips {
	margin-top: 12px;
}

.iNews .con {
	margin-top: 47px;
	display: flex;
	justify-content: space-between;
}

.iNews .show {
	width: 45%;
	padding: 25px 26px 42px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.iNews .show:hover {
	background-color: #1A8CE4;
}

.iNews .show:hover * {
	color: #ffffff;
}

.iNews .show:hover .btn i {
	color: #fff;
}

.iNews .show:hover .time i {
	background-color: #ffffff;
}

.iNews .show .image {
	overflow: hidden;
	flex: 1;
}

.iNews .show .image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.iNews .show .time {
	display: flex;
	align-items: center;
	margin-top: 25px;
}

.iNews .show .time i {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #666;
	flex-shrink: 0;
	margin-right: 14px;
}

.iNews .show .tit {
	margin-top: 18px;
}

.iNews .show .txts {
	margin-top: 10px;
}

.iNews .show .btn {
	margin-top: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	max-width: 100%;
}

.iNews .show .btn i {
	font-weight: bold;
	font-size: 14px;
	color: #1A8CE4;
}

.iNews .show .btn:hover i {
	transform: translateX(10px);
}

.iNews .list {
	width: 52.78%;
}

.iNews .list .item {
	margin-top: 21px;
	padding: 25px 25px 25px;
	display: flex;
	justify-content: space-between;
}

.iNews .list .item:hover {
	background-color: #1A8CE4;
}

.iNews .list .item:hover * {
	color: #ffffff;
}


.iNews .list .item:nth-child(1) {
	margin-top: 0;
}


.iNews .list .image {
	overflow: hidden;
	width: 36.4%;
	flex-shrink: 0;
	margin-right: 42px;
}

.iNews .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.iNews .list .msg {
	flex: 1;
}

.iNews .list .tit {
	margin-top: 11px;
	height: 64px;
}

.iNews .list .btn {
	margin-top: 31px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	max-width: 100%;
}

.iNews .list .btn i {
	font-weight: bold;
	font-size: 14px;
	color: #1A8CE4;
}

.iNews .list .btn:hover i {
	transform: translateX(10px);
}


@media screen and (max-width:1560px) {
	.iNews .tips {
		margin-top: 26px;
	}

	.iNews .show {
		padding: 20px 20px;
	}

	.iNews .list .item {
		padding: 20px;
	}

	.iNews .show .time {
		margin-top: 20px;
	}

	.iNews .show .time i {
		width: 10px;
		height: 10px;
		margin-right: 10px;
	}

	.iNews .show .btn {
		margin-top: 30px;
	}

	.iNews .list .image {
		margin-right: 20px;
	}

	.iNews .list .btn {
		margin-top: 20px;
	}

	.iNews .con {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {

	.iNews .show,
	.iNews .list .item {
		padding: 15px;
	}

	.iNews .show .tit,
	.iNews .list .tit {
		margin-top: 10px;
	}
}


@media screen and (max-width:999px) {
	.iNews .tips {
		margin-top: 20px;
	}

	.iNews .con {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {

	.iNews .show,
	.iNews .list .item {
		padding: 15px 10px;
	}

	.iNews .list .item {
		margin-top: 15px;
	}
}

@media screen and (max-width:538px) {
	.iNews .con {
		margin-top: 30px;
		flex-direction: column;
		align-items: flex-start;
	}

	.iNews .show {
		width: 100%;
	}

	.iNews .list {
		width: 100%;
		margin-top: 30px;
	}
}



/* 2-1products */

.products {
	padding: 67px 0 84px 0;
}

.products .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.products .productsCategory .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	overflow: hidden;
}

.products .productsCategory .menuBtn {
	display: none;
}

.products .productsCategory {
	width: 21.42%;
}


.products .productsCategory .list {
	transition: none;
	margin-top: 25px;
}


.products .productsCategory .list .tit {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	z-index: 9;
}

.products .productsCategory .list>li {
	background-color: #ffffff;
	border: 1px solid #E6E6E6;
	margin-top: 11px;
}

.products .productsCategory .list>li:nth-child(1) {
	margin-top: 0;
}

.products .productsCategory .list>li>.tit {
	padding: 12px 12px 10px 13px;
}


.products .productsCategory .list>li.active>.tit::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: calc(100% + 1px);
	height: calc(100% + 1px);
	background-color: #0061AE;
	transition: .4s ease all;
	z-index: -1;
	box-sizing: border-box;
}

.products .productsCategory .list>li.active>.tit a {
	color: #ffffff;
}

.products .productsCategory .list>li.active>.tit i {
	color: #ffffff;
}

.products .productsCategory .list .tit>a {
	color: #333333;
	font-family: Inter-SemiBold;
	font-size: 18px;
	line-height: 26px;
}

.products .productsCategory .list .tit>a:hover {
	color: #1A8CE4;
}

.products .productsCategory .tit .btn {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
	margin-left: 10px;
	flex-shrink: 0;
	transform: translateY(3px);
}

.products .productsCategory .tit .btn:hover i {
	color: #1A8CE4;
}

.products .productsCategory .tit .btn i {
	transform: rotate(90deg);
	font-size: 12px;
}

.products .productsCategory .tit .btn.active i {
	transform: rotate(180deg);
}

.products .productsCategory .list ul {
	display: none;
	transition: none;
}

.products .productsCategory .list>li>ul {
	padding: 18px 11px 20px 17px;
}

.products .productsCategory .list>li>ul>li>ul {
	position: relative;
	padding: 10px 0 21px;
}

.products .productsCategory .list>li>ul>li>ul::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: calc(100% + 28px);
	left: -17px;
	height: 1px;
	background-color: rgba(0, 0, 0, .1);
}


.products .productsCategory .list>li>ul {
	position: relative;
}


.products .productsCategory .list>li>ul>li>.tit>a {
	font-size: 16px;
	color: #222222;
	line-height: 24px;
}

.products .productsCategory .list>li>ul>li>.tit .btn {
	background-color: transparent;
}

.products .productsCategory .list>li>ul>li>.tit .btn:hover i:nth-child(n) {
	color: #1A8CE4;
}

.products .productsCategory .list ul li>ul li {
	margin-top: 4px;
}

.products .productsCategory .list ul li>ul li:nth-child(1) {
	margin-top: 0;
}

.products .productsCategory .list li.active>ul {
	display: block;
}


.products .productsCategory .list li>ul>li {
	margin-top: 11px;
}

.products .productsCategory .list li>ul>li:nth-child(1) {
	margin-top: 0;
}

.products .productsCategory .list li>ul>li.active {
	margin-bottom: 18px;
}


.products .productsCategory .list ul a {
	color: #333;
	font-size: 16px;
	line-height: 28px;
}

.products .productsCategory .list ul a:hover {
	color: #1A8CE4;
}

.products form {
	width: 75.5%;
	padding-top: 4px;
}

.products .mbox {
	margin-top: 16px;
	height: 96px;
}



.products .pager {
	margin-top: 74px;
}

.products .productList {
	margin-top: 56px;
}

.productList {
	display: flex;
	flex-wrap: wrap;
}

.productList .item:nth-child(n) {
	width: 30.2%;
	margin-right: 4.7%;
	margin-top: 57px;
}

.productList .item:nth-child(3n) {
	margin-right: 0;
}

.productList .item:nth-child(-n+3) {
	margin-top: 0;
}

.productList .image {
	overflow: hidden;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #E2E2E2;
}

.productList .image:hover {
	box-shadow: 0 4px 16px 5px rgba(26, 140, 228, 0.20);
}

.productList .image:hover img {
	transform: none;
}

.productList .tit {
	height: 56px;
	margin-top: 13px;
}

.productList .inqBtns {
	display: flex;
	align-items: center;
	margin-top: 16px;
}

.productList .inqBtns .checkBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	width: 13px;
	height: 13px;
	outline: 1px solid #1A8CE4;
	flex-shrink: 0;
	margin-right: 12px;
	background-color: #ffffff;
}

.productList .inqBtns .checkBtn i {
	font-size: 12px;
	font-weight: bold;
	color: #1A8CE4;
	opacity: 0;
}

.productList .inqBtns .checkBtn.active i {
	opacity: 1;
}


.productList .inqBtns .checkBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	cursor: pointer;
	opacity: 0;
}


.productList .inqBtns .inqBtn {
	font-size: 18px;
	line-height: 30px;
}

.productPiece {
	padding: 80px 0 101px 0;
}

@media screen and (max-width:1560px) {
	.products .productsCategory .list>li>ul {
		padding: 20px 15px;
	}

	.products .productsCategory .list>li>ul>li>ul::after {
		left: -15px;
		width: calc(100% + 30px);
	}

	.products .productsCategory .list>li>ul>li>ul {
		padding: 16px 0;
	}

	.products .productsCategory .list li>ul>li {
		margin-top: 16px;
	}

	.products .productsCategory .list>li>.tit {
		padding: 10px 15px;
	}

	.products form {
		padding-top: 0;
	}

	.products .productsCategory .list,
	.products .mbox {
		margin-top: 30px;
	}

	.products .productList {
		margin-top: 40px;
	}

	.productList .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.productList .item:nth-child(3n) {
		margin-right: 0;
	}

	.productList .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.products .pager {
		margin-top: 50px;
	}

}

@media screen and (max-width:1333px) {
	.products .mbox {
		height: 84px;
	}

	.products form {
		width: 68%;
	}

	.products .productsCategory {
		width: 28%;
	}

	.products .productList {
		margin-top: 30px;
	}

	.productList .inqBtns .inqBtn {
		font-size: 16px;
		line-height: 28px;
	}

	.productList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}


	.productList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.productList {
		justify-content: space-between;
	}

	.products .pager {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.products .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.products .productsCategory {
		width: 100%;
	}

	.products .productsCategory .title .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.products .productsCategory .list {
		margin-top: 20px;
		display: none;
		transition: none;
	}

	.products .mbox {
		margin-top: 26px;
	}

	.products .productsCategory .list .tit>a {
		font-size: 16px;
	}

	.products .productsCategory .list>li>ul>li>.tit>a,
	.products .productsCategory .list ul a {
		font-size: 14px;
		line-height: 24px;
	}

	.products .productsCategory .list>li>.tit {
		padding: 5px 10px;
	}

	.products .productsCategory .list>li>ul {
		padding: 10px 10px;
	}

	.products .productsCategory .list>li>ul>li>ul::after {
		left: -10px;
		width: calc(100% + 20px);
	}

	.products .productsCategory .list>li>ul>li>ul {
		padding: 10px 0;
	}

	.products .productsCategory .menuBtn {
		width: 36px;
		height: 36px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 5px;
	}

	.products .productsCategory .menuBtn i {
		font-size: 22px;
		color: #222222;
		transform: rotate(45deg);
	}

	.products .productsCategory .menuBtn.active i {
		transform: rotate(0deg);
	}

	.products form {
		width: 100%;
		margin-top: 26px;
	}

	.products .mbox {
		height: 78px;
	}

	.productList .inqBtns {
		margin-top: 10px;
	}

	.productList .inqBtns .inqBtn {
		font-size: 14px;
		line-height: 26px;
	}

	.products .pager {
		margin-top: 30px;
	}

	.productList .tit {
		height: 52px;
	}
}


@media screen and (max-width:450px) {
	.productList .item:nth-child(n) {
		width: 100%;
		margin-top: 26px;
	}

	.productList .item:nth-child(1) {
		margin-top: 0;
	}

	.productList .tit {
		height: auto;
	}
}


/* 2-2products */


.productShow {
	padding: 80px 0 64px 0;
}


.productShow .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.productShow .box {
	width: 44.44%;
	position: relative;
}


.productShow .jianjie {
	width: 52.35%;
	margin-top: -3px;
}


.productShow .box .showSipwer {
	margin-bottom: 27px;
	overflow: hidden;
	border: 1px solid #E2E2E2;
}

.productShow .box .showSipwer .swiper-slide {
	position: relative;
}

.productShow .box .showSipwer .swiper-slide img {
	display: block;
}

.productShow .checkBtns {
	position: relative;
	padding: 0 24px;
	overflow: hidden;
}

.productShow .checkBtns .swiper {
	overflow: visible;
}

.productShow .checkBtns .swiper-slide {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	opacity: 0;
	transition: .4s ease opacity;
}

.productShow .checkBtns .swiper-slide-visible {
	opacity: 1;
}

.productShow .checkBtns .swiper-slide::after {
	content: "";
	border: 1px solid #E2E2E2;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	transition: .4s ease all;
}

.productShow .checkBtns .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}

.productShow .checkBtns .swiper-slide-thumb-active::after {
	border-color: #1A8CE4;
}


.productShow .checkBtns .btns>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #999999;
	z-index: 9;
	font-size: 20px;
}

.productShow .checkBtns .btns>div.prev {
	left: -3px;
}

.productShow .checkBtns .btns>div.next {
	right: -3px;
}

.productShow .checkBtns .btns>div:hover {
	color: #1A8CE4;
}


.jianjie .line {
	width: 100%;
	height: 1px;
	background-color: rgba(102, 102, 102, .2);
	margin-top: 20px;
}


.jianjie .txts {
	margin-top: 36px;
	min-height: 282px;
}


.jianjie .share {
	margin-top: 30px;
	padding: 16px 0 14px 0;
	border-top: 1px solid rgba(102, 102, 102, .2);
	border-bottom: 1px solid rgba(102, 102, 102, .2);
}

.jianjie .btns {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 33px;
}

.jianjie .btns .cBtn {
	margin-right: 29px;
	padding: 3.5px 23.5px;
}


.jianjie .btns .cBtn:hover {
	background-color: #ffffff;
	color: #1A8CE4;
}

.jianjie .btns .cBtn:last-child {
	margin-right: 0;
}




/*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 .jianjie {
		margin-top: 0;
	}

	.jianjie .line {
		margin-top: 30px;
	}

	.jianjie .txts {
		margin-top: 30px;
		min-height: auto;
	}

	.jianjie .share {
		margin-top: 30px;
		padding: 14px 0;
	}


	.jianjie .btns {
		margin-top: 30px;
	}

	.productShow .box .showSipwer {
		margin-bottom: 26px;
	}
}

@media screen and (max-width:1333px) {
	.productShow .box .showSipwer {
		margin-bottom: 20px;
	}

	.productShow .checkBtns .btns>div {
		font-size: 16px;
	}

}

@media screen and (max-width:999px) {
	.productShow .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.productShow .box {
		width: 100%;
		max-width: 450px;
		margin: 0 auto;
	}

	div.jqZoomPup {
		display: none;
	}

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

	.productShow {
		flex-direction: column;
		align-items: flex-start;
	}

	.productShow .jianjie {
		margin-top: 30px;
		width: 100%;
	}

	.jianjie .line {
		margin-top: 26px;
	}

	.jianjie .txts {
		margin-top: 26px;
	}

	.jianjie .share {
		margin-top: 26px;
	}

	.jianjie .btns {
		margin-top: 26px;
	}

	.productShow .box .showSipwer {
		margin-bottom: 26px;
	}

	.jianjie .btns .cBtn {
		padding: 4px 14px;
		margin-right: 20px;
	}
}

.productDet {
	padding: 80px 0 62px 0;
}

.parameterList .txts {
	margin-top: 37px;
}

.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
}

.table table tr:nth-child(2n) td {
	background-color: #fff;

}

.table table tr td {
	padding: 14px 37px;
	font-size: 18px;
	line-height: 30px;
	background-color: #F5F6F7;
	color: #666;
	border: 1px solid #E1E2E4;
}

.table table tr td:nth-child(1) {
	font-family: Inter-SemiBold;
	color: #222222;
}



.productDetPiece {
	padding: 77px 0 65px 0;
	position: relative;
}

.pdProducts {
	padding: 83px 0 102px 0;
}

.pdAdvantages {
	margin-top: 74px;
}

.pdAdvantages .list {
	margin-top: 28px;
}

.pdAdvantages .list li {
	margin-top: 42px;
	padding-left: 33px;
}

.pdAdvantages .list li:nth-child(1) {
	margin-top: 0;
}

.pdAdvantages .list li .tit {
	position: relative;
}

.pdAdvantages .list li .tit::after {
	content: "";
	position: absolute;
	left: -33px;
	top: 9px;
	width: 18px;
	height: 18px;
	background-image: url("../images/specificSign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.pdAdvantages .list li .txts {
	margin-top: 9px;
}

.appScenarios {
	margin-top: 71px;
}

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

.appScenarios .btnTit .sBtns {
	flex-shrink: 0;
	margin-left: 30px;
}

.appScenarios .tips {
	margin-top: 14px;
}

.appScenarios .swiper {
	margin-top: 53px;
}

.appScenarios .swiper .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.appScenarios .swiper .msg {
	padding: 0 15px;
}

.appScenarios .tit {
	margin-top: 19px;
}

.appScenarios .txts {
	margin-top: 6px;
}

.appScenarios .txts p {
	line-height: 28px;
}


.scope {
	margin-top: 81px;
}

.scope .tips {
	margin-top: 15px;
}

.scope .box {
	margin-top: 50px;
}

.scope .image {
	width: 47.42%;
	margin-right: 2.6%;
	float: left;
}

.scope .list {
	padding-top: 15px;
}

.scope .list li {
	margin-top: 21px;
}

.scope .list li:nth-child(1) {
	margin-top: 0;
}

.scope .list li .txts {
	margin-top: 5px;
}


.companyStrength {
	margin-top: 81px;
}

.companyStrength .txts {
	margin-top: 21px;
}


.companyStrength .txts p {
	color: #666666;
	font-size: 16px;
	line-height: 28px;
	margin-top: 8px;
}

.companyStrength .txts p:nth-child(1) {
	margin-top: 0;
}

@media screen and (max-width:1560px) {

	.parameterList .txts,
	.pdAdvantages .list,
	.appScenarios .tips,
	.appScenarios .swiper,
	.scope .tips,
	.scope .box,
	.companyStrength .txts {
		margin-top: 30px;
	}

	.table table tr td {
		padding: 14px 20px;
	}

	.productDet .safeRange>div:nth-child(n) {
		margin-top: 60px;
	}

	.productDet .safeRange>div:nth-child(1) {
		margin-top: 0;
	}

	.pdAdvantages .list li {
		margin-top: 28px;
	}

	.pdAdvantages .list li .txts,
	.appScenarios .txts,
	.appScenarios .tit {
		margin-top: 10px;
	}

	.appScenarios .swiper .msg {
		padding: 0 10px;
	}

	.scope .list {
		padding-top: 0;
	}

	.scope .list li .txts {
		margin-top: 10px;
	}

	.scope .list li {
		margin-top: 26px;
	}
}

@media screen and (max-width:1333px) {
	.table table tr td {
		font-size: 16px;
		line-height: 28px;
		padding: 10px 20px;
	}
}

@media screen and (max-width:999px) {

	.parameterList .txts,
	.pdAdvantages .list,
	.appScenarios .tips,
	.appScenarios .swiper,
	.scope .tips,
	.scope .box,
	.companyStrength .txts {
		margin-top: 26px;
	}

	.table table tr td {
		font-size: 14px;
		line-height: 26px;
		padding: 8px 15px;
	}

	.productDet .safeRange>div:nth-child(n) {
		margin-top: 50px;
	}

	.productDet .safeRange>div:nth-child(1) {
		margin-top: 0;
	}


	.pdAdvantages .list li .tit::after {
		top: 6px;
	}
}

@media screen and (max-width:768px) {
	.productDet .safeRange>div:nth-child(n) {
		margin-top: 40px;
	}

	.productDet .safeRange>div:nth-child(1) {
		margin-top: 0;
	}

	.appScenarios .btnTit {
		align-items: flex-start;
	}

	.appScenarios .btnTit .sBtns {
		margin-left: 0;
	}

	.appScenarios .btnTit .sBtns>div {
		margin-top: 20px;
	}
}

@media screen and (max-width:538px) {
	.scope .image {
		width: 100%;
		margin: 0;
		margin-top: 26px;
		float: none;
	}

	.scope .box {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

}







/* 3-1Solutions */

.solutions {
	padding: 71px 0 102px 0;
}


.font42 {
	color: #1A8CE4;
	font-size: 42px;
	line-height: 60px;
}

.mbox {
	height: 64px;
	overflow: hidden;
}

.mBtn {
	color: #333333;
	font-size: 16px;
	line-height: 28px;
	width: max-content;
	margin-top: 16px;
	cursor: pointer;
	display: none;
}


.mBtn span:nth-child(2) {
	display: none;
}

.mBtn.active span:nth-child(1) {
	display: none;
}

.mBtn.active span:nth-child(2) {
	display: block;
}


.mBtn:hover {
	color: #1A8CE4;
}

.solutions .mbox {
	margin-top: 18px;
}

.solutions .list {
	margin-top: 79px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.solutions .list .item {
	width: 47.9%;
	margin-top: 95px;
}

.solutions .list .item:nth-child(-n+2) {
	margin-top: 0;
}

.solutions .list .image {
	overflow: hidden;
}

.solutions .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.solutions .list .msg {
	padding: 0 10px;
}

.solutions .list .tit {
	margin-top: 26px;
}

.solutions .list .txts {
	margin-top: 10px;
}


.solutions .list .cBtn {
	margin-top: 40px;
}


.solutions .pager {
	margin-top: 59px;
}


.solutions .relatedProducts {
	margin-top: 71px;
}

.relatedProducts .swiperBox {
	margin-top: 54px;
}


.relatedProducts .swiper {
	overflow: visible;
}

.relatedProducts .swiper-wrapper {
	pointer-events: none;
}

.relatedProducts .swiper-slide {
	opacity: 0;
	transition: .4s ease opacity;
}

.relatedProducts .swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}


.relatedProducts .sBtns>div {
	top: 44.7%;
}

@media screen and (max-width:1560px) {
	.font42 {
		font-size: 36px;
		line-height: 48px;
	}

	.solutions .mbox {
		margin-top: 26px;
	}

	.solutions .list {
		margin-top: 40px;
	}

	.solutions .list .tit,
	.solutions .list .txts,
	.solutions .list .cBtn {
		margin-top: 20px;
	}

	.solutions .list .item {
		margin-top: 40px;
	}

	.solutions .pager {
		margin-top: 40px;
	}

	.solutions .relatedProducts {
		margin-top: 60px;
	}

	.relatedProducts .swiperBox {
		margin-top: 40px;
	}

	.swiperBox .sBtns>div.prev {
		left: -65px;
	}

	.swiperBox .sBtns>div.next {
		right: -65px;
	}

	.sBtns>div {
		width: 42px;
		height: 42px;
	}
}

@media screen and (max-width:1333px) {
	.mbox {
		height: 56px;
	}

	.font42 {
		font-size: 28px;
		line-height: 40px;
	}

	.solutions .list .msg {
		padding: 0;
	}

	.swiperBox .sBtns>div.prev {
		left: -60px;
	}

	.swiperBox .sBtns>div.next {
		right: -60px;
	}

	.sBtns>div {
		width: 40px;
		height: 40px;
		font-size: 12px;
	}
}

@media screen and (max-width:999px) {
	.solutions .list .txts {
		margin-top: 16px;
	}

	.solutions .list .item {
		margin-top: 30px;
	}

	.solutions .list {
		margin-top: 30px;
	}

	.mBtn {
		font-size: 14px;
		line-height: 24px;
	}

	.mbox {
		height: 52px;
	}

	.font42 {
		font-size: 24px;
		line-height: 36px;
	}

	.solutions .mbox {
		margin-top: 20px;
	}

	.solutions .pager {
		margin-top: 30px;
	}

	.solutions .relatedProducts {
		margin-top: 50px;
	}

	.relatedProducts .swiperBox {
		margin-top: 30px;
	}

	.sBtns>div {
		width: 36px;
		height: 36px;
	}
}

@media screen and (max-width:768px) {
	.font42 {
		font-size: 22px;
		line-height: 34px;
	}

	.solutions .relatedProducts {
		margin-top: 40px;
	}

	.swiperBox .sBtns {
		justify-content: center;
	}

	.swiperBox .sBtns>div {
		position: static;
		transform: translateY(0);
		margin-top: 20px;
	}

	.swiperBox .sBtns>div.prev {
		margin-right: 20px;
	}
}

@media screen and (max-width:538px) {
	.solutions .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.solutions .list .item:nth-child(1) {
		margin-top: 0;
	}
}

/* 3-2Solutions */

.solutionDet {
	padding: 74px 0 102px 0;
}


.solutionDet .title {
	text-align: center;
	color: #333333;
}

.font32 {
	font-size: 32px;
	line-height: 44px;
}

.solutionDet .tips {
	margin-top: 14px;
}

.solutionDet .tips p {
	text-align: center;
}

.solutionDet .share {
	justify-content: center;
	margin-top: 39px;
}


.solutionDet .describe {
	padding: 62px 0 73px 0;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	margin-top: 24px;
}


.solutionDet .describe>div:nth-child(1) {
	margin-top: 0;
}

.solutionBackground {
	margin-top: 60px;
}

.solutionBackground .txts {
	margin-top: 18px;
}

.challenges {
	margin-top: 63px;
}

.challenges .list {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.challenges .list .item {
	width: 49%;
}

.challenges .list .item p {
	margin-top: 4px;
}

.challenges .list .item p:nth-child(1) {
	margin-top: 0;
}


.highlights {
	margin-top: 53px;
}

.highlights .list {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.highlights .list .item {
	width: 49%;
}

.highlights .list .item p {
	margin-top: 4px;
}

.highlights .list .item p:nth-child(1) {
	margin-top: 0;
}

.recommended {
	margin-top: 55px;
}


.recommended .txts {
	margin-top: 39px;
}


.recommended .table table tr:nth-child(1) td {
	background-color: #1A8CE4;
	color: #ffffff;
	font-family: Inter-SemiBold;
	padding: 13px 69px;
}

.recommended .table table tr td:nth-child(1) {
	text-align: center;
}


.recommended .table table tr td {
	padding: 2px 69px;
	color: #333333;
	background-color: #F2F5F9;
	border-color: #E1E2E4;
}

.recommended .table table tr:nth-child(2n) td {
	background-color: #ffffff;
}


.conclusion {
	margin-top: 73px;
}


.conclusion .txts {
	margin-top: 17px;
}


.solutionDet .prevOrNext {
	margin-top: 34px;
}

.solutionDet .relatedProducts {
	margin-top: 78px;
}


@media screen and (max-width:1560px) {

	.solutionDet .tips,
	.challenges .list,
	.highlights .list,
	.solutionDet .share,
	.solutionBackground .txts,
	.recommended .txts,
	.conclusion .txts,
	.solutionDet .prevOrNext {
		margin-top: 30px;
	}

	.solutionDet .describe {
		padding: 40px 0;
		margin-top: 40px;
	}

	.solutionDet .describe>div:nth-child(n) {
		margin-top: 60px;
	}

	.solutionDet .describe>div:nth-child(1) {
		margin-top: 0;
	}

	.recommended .table table tr td,
	.recommended .table table tr:nth-child(1) td {
		padding: 10px 20px;
	}

	.solutionDet .relatedProducts {
		margin-top: 60px;
	}

}

@media screen and (max-width:999px) {

	.solutionDet .tips,
	.challenges .list,
	.highlights .list,
	.solutionDet .share,
	.solutionBackground .txts,
	.recommended .txts,
	.conclusion .txts,
	.solutionDet .prevOrNext {
		margin-top: 26px;
	}

	.solutionDet .describe {
		padding: 30px 0;
		margin-top: 30px;
	}

	.solutionDet .describe>div:nth-child(n),
	.solutionDet .relatedProducts {
		margin-top: 50px;
	}

	.solutionDet .describe>div:nth-child(1) {
		margin-top: 0;
	}

	.font32 {
		font-size: 28px;
		line-height: 40px;
	}
}

@media screen and (max-width:768px) {
	.font32 {
		font-size: 24px;
		line-height: 36px;
	}

	.solutionDet .describe>div:nth-child(n),
	.solutionDet .relatedProducts {
		margin-top: 40px;
	}

	.solutionDet .describe>div:nth-child(1) {
		margin-top: 0;
	}

	.challenges .list .item:nth-child(n) {
		width: 100%;
		margin-top: 26px;
	}

	.challenges .list .item:nth-child(1) {
		margin-top: 0;
	}

	.highlights .list .item:nth-child(n) {
		width: 100%;
		margin-top: 26px;
	}

	.highlights .list .item:nth-child(1) {
		margin-top: 0;
	}
}





/* 4-1About Us */


.aboutUs .con {
	padding: 80px 0 61px 0;
	position: relative;
}

.aboutUs .con .tit {
	margin-top: 17px;
}

.aboutUs .con .txts {
	margin-top: 36px;
}

.aboutUs .aboutSign {
	position: absolute;
	right: calc((100vw - 1400px)/ -2);
	bottom: 0;
	max-width: 100%;
	width: 494px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: -1;
}

.aboutUs .aboutSign img {
	display: block;
}



.aboutAbility {
	padding: 84px 0 99px 0;
}

.strength {
	padding: 67px 0 88px 0;
}

.strength .des {
	margin-top: 31px;
}

.strength .volume {
	margin-top: 20px;
}

.volume .txts {
	margin-top: 15px;
}

.volume .txts p {
	font-size: 18px;
	line-height: 36px;
}


.strength .con {
	margin-top: 54px;
	display: flex;
	justify-content: space-between;
}

.strength .show {
	width: 32.71%;
	position: relative;
}

.strength .show .swiper {
	height: 100%;
}

.strength .show .swiper-pagination {
	bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.strength .show .swiper-pagination span {
	width: 14px;
	height: 14px;
	border: 1px solid #1A8CE4;
	border-radius: 50%;
	opacity: 1;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px 8.5px !important;
	border-color: transparent;
}


.strength .show .swiper-pagination span::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #FFF;
	transition: .4s ease all;
}

.strength .show .swiper-pagination span.swiper-pagination-bullet-active {
	border-color: #1A8CE4;
}

.strength .show .swiper-pagination span.swiper-pagination-bullet-active::after {
	background-color: #1A8CE4;
}


.strength .show .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.strength .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 65.4%;
}

.strength .list .image {
	width: 48.3%;
	margin-top: 28px;
}

.strength .list .image:nth-child(-n+2) {
	margin-top: 0;
}

.strength .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.commitment {
	padding: 84px 0 101px 0;
}

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

.commitment .clear {
	display: none;
}

.commitment .image {
	width: 47.42%;
}

.commitment .msg {
	width: 48.6%;
	min-height: 248px;
}

.commitment .txts {
	margin-top: 26px;
}

.development {
	padding: 72px 0 98px 0;
}

.development .des {
	margin-top: 22px;
}

.development .focuses {
	margin-top: 21px;
}

.focuses .txts {
	margin-top: 17px;
}

.focuses .txts p {
	line-height: 36px;
}

.development .imgList {
	margin-top: 52px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.development .imgList .image {
	width: 47.9%;
	margin-top: 30px;
}

.development .imgList .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.development .imgList .image:nth-child(-n+2) {
	margin-top: 0;
}


.aboutPiece {
	padding: 84px 0 102px 0;
}

@media screen and (max-width:1560px) {
	.aboutUs .aboutSign {
		right: -80px;
	}

	.aboutUs .con .tit,
	.aboutUs .con .txts,
	.strength .des,
	.strength .volume,
	.volume .txts,
	.strength .con,
	.development .des,
	.development .focuses,
	.focuses .txts,
	.development .imgList,
	.commitment .txts {
		margin-top: 30px;
	}

	.commitment .msg {
		min-height: auto;
	}
}

@media screen and (max-width:1333px) {
	.strength .list .image {
		margin-top: 20px;
	}

	.strength .show .swiper-pagination span {
		margin: 5px 6px !important;
	}

	.strength .show .swiper-pagination {
		bottom: 20px;
	}

	.development .imgList .image {
		width: 48%;
	}
}

@media screen and (max-width:999px) {

	.aboutUs .con .tit,
	.aboutUs .con .txts,
	.strength .des,
	.strength .volume,
	.volume .txts,
	.strength .con,
	.development .des,
	.development .focuses,
	.focuses .txts,
	.development .imgList,
	.commitment .txts {
		margin-top: 26px;
	}

	.commitment .con {
		display: block;
	}

	.commitment .msg {
		width: 100%;
	}

	.commitment .image {
		float: left;
		margin-right: 5%;
	}
}

@media screen and (max-width:768px) {
	.aboutUs .aboutSign {
		right: -25px;
	}
}

@media screen and (max-width:538px) {
	.strength .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.strength .list {
		width: 100%;
		margin-top: 20px;
	}

	.strength .show {
		width: 100%;
	}

	.commitment .con {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.commitment .image {
		width: 100%;
		float: none;
		margin: 0;
		margin-top: 26px;
	}

	.development .imgList .image:nth-child(n) {
		width: 100%;
		margin-top: 26px;
	}

	.development .imgList .image:nth-child(1) {
		margin-top: 0;
	}
}



/* 4-2About Us */

.quality {
	padding: 80px 0 86px 0;
}

.quality .image {
	width: 48.35%;
	float: right;
	margin-left: 4%;
}


.quality .msg {
	padding-top: 17px;
}


.quality .tit {
	margin-top: 14px;
}

.quality .txts {
	margin-top: 40px;
}

.font24 {
	font-size: 24px;
	line-height: 36px;
}

.specifications {
	margin-top: 77px;
}


.specifications .txts {
	margin-top: 17px;
}

.specifications .txts ul {
	display: flex;
	flex-wrap: wrap;
}

.specifications .txts ul li {
	margin-right: 25px;
	font-size: 18px;
	line-height: 32px;
}

.specifications .txts ul li:last-child {
	margin-right: 0;
}

.specifications .honorList {
	margin-top: 56px;
}

.honorList {
	display: flex;
	flex-wrap: wrap;
}

.honorList .item {
	width: 16.92%;
	margin-right: 3.85%;
	margin-top: 28px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.honorList .item:nth-child(5n) {
	margin-right: 0;
}

.honorList .item:nth-child(-n+5) {
	margin-top: 0;
}

.honorList .item .image:hover img {
	transform: translateY(-10px);
}

.honorList .name {
	margin-top: 16px;
}

.achievements {
	margin-top: 76px;
}

.achievements .honorList {
	margin-top: 48px;
}

.testingAbility {
	padding: 61px 0 58px 0;
	margin-top: 76px;
}

.testingAbility .image {
	float: left;
	margin-right: 3.7%;
	width: 50%;
}



.testingAbility .msg {
	padding-top: 77px;
}

.testingAbility .tit {
	margin-top: 26px;
}

.testingAbility .txts {
	margin-top: 11px;
}

.porcess {
	padding: 81px 0 96px 0;
}

.porcess .title {
	display: flex;
	align-items: center;
}

.porcess .title1 {
	flex-shrink: 0;
	margin-right: 43px;
}

.porcess .title ul {
	display: flex;
	flex-wrap: wrap;
}

.porcess .title ul li {
	margin: 5px 0;
	margin-right: 20px;
	padding: 17px 26px;
	background-color: #f6f6f6;
	border-radius: 10px;
}

.porcess .title ul li:last-child {
	margin-right: 0;
}



.porcess .txts {
	margin-top: 54px;
}

.qyalityPage .endOfPage {
	padding: 83px 0 112px 0;
}

.endOfPage {
	position: relative;
}

.endOfPage .txts {
	margin-top: 19px;
}


.qualityPiece {
	padding: 109px 0 102px 0;
}

@media screen and (max-width:1560px) {
	.quality .msg {
		padding-top: 0;
	}

	.font24 {
		font-size: 22px;
		line-height: 34px;
	}

	.quality .tit,
	.specifications .txts,
	.endOfPage .txts {
		margin-top: 30px;
	}

	.quality .txts {
		margin-top: 30px;
	}

	.specifications .txts ul li {
		margin-right: 20px;
	}

	.specifications .honorList,
	.achievements .honorList,
	.porcess .txts {
		margin-top: 40px;
	}

	.testingAbility .msg {
		padding-top: 0;
	}

	.testingAbility .txts {
		margin-top: 26px;
	}

	.porcess .title ul li {
		border-radius: 5px;
		padding: 10px 20px;
	}

	.honorList .item {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.font24 {
		font-size: 20px;
		line-height: 32px;
	}

	.specifications .txts ul li {
		font-size: 16px;
		line-height: 28px;
	}

	.honorList .item:nth-child(n) {
		width: 22%;
		margin-right: 4%;
		margin-top: 30px;
	}

	.honorList .item:nth-child(4n) {
		margin-right: 0;
	}

	.honorList .item:nth-child(-n+4) {
		margin-top: 0;
	}

	.porcess .title ul li {
		padding: 6px 16px;
	}
}

@media screen and (max-width:999px) {
	.font24 {
		font-size: 18px;
		line-height: 30px;
	}

	.quality .txts,
	.quality .tit,
	.specifications .txts,
	.endOfPage .txts {
		margin-top: 26px;
	}

	.specifications .txts ul li {
		font-size: 14px;
		line-height: 26px;
	}

	.specifications .honorList,
	.achievements .honorList,
	.porcess .txts {
		margin-top: 30px;
	}

	.honorList .item:nth-child(n) {
		margin-top: 26px;
	}

	.honorList .item:nth-child(-n+4) {
		margin-top: 0;
	}

	.porcess .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.porcess .title ul {
		margin-top: 26px;
	}

	.porcess .title ul li {
		padding: 4px 14px;
		margin-right: 10px;
	}

	.honorList .name {
		margin-top: 10px;
	}
}

@media screen and (max-width:768px) {
	.font24 {
		font-size: 16px;
		line-height: 28px;
	}

	.honorList .item:nth-child(n) {
		width: 30%;
		margin-right: 5%;
		margin-top: 26px;
	}

	.honorList .item:nth-child(3n) {
		margin-right: 0;
	}

	.honorList .item:nth-child(-n+3) {
		margin-top: 0;
	}

}

@media screen and (max-width:538px) {
	.quality .image {
		width: 100%;
		float: none;
		margin: 0;
		margin-top: 26px;
	}

	.quality .con {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.testingAbility .image {
		width: 100%;
		float: none;
		margin-top: 26px;
	}


	.testingAbility .con {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

}


@media screen and (max-width:450px) {
	.honorList {
		justify-content: space-between;
	}

	.honorList .item:nth-child(n) {
		width: 47%;
		margin-right: 0;
		margin-top: 20px;
	}

	.honorList .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

/* 4-3About Us */

.manufacturing {
	padding: 80px 0 86px 0;
}


.manufacturing .image {
	width: 48.35%;
	float: right;
	margin-left: 3%;
}

.manufacturing .txts {
	margin-top: 28px;
}


.manufacturing .msg {
	padding-top: 19px;
}

.capacity {
	padding: 73px 0 72px 0;
}

.capacity .tips {
	margin-top: 12px;
}

.capacity .list {
	margin-top: 49px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.capacity .list .item {
	background-color: #ffffff;
	padding: 37px 37px 25px;
	width: 48.6%;
}

.capacity .list .sign {
	width: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
}

.capacity .list .tit {
	margin-top: 20px;
	line-height: 30px;
}

.capacity .list .txts {
	margin-top: 8px;
}

.manufacturingPage .endOfPage {
	padding: 50px 0 79px 0;
}


.manufacturingPiece {
	padding: 118px 0 102px 0;
}


@media screen and (max-width:1560px) {
	.manufacturing .msg {
		padding-top: 0;
	}

	.manufacturing .txts,
	.capacity .tips,
	.capacity .list .tit,
	.capacity .list .txts {
		margin-top: 30px;
	}

	.capacity .list .item {
		padding: 30px;
	}

	.capacity .list {
		margin-top: 40px;
	}

}

@media screen and (max-width:1333px) {
	.capacity .list .sign {
		width: 42px;
		height: 42px;
	}
}

@media screen and (max-width:999px) {

	.manufacturing .txts,
	.capacity .tips,
	.capacity .list .tit,
	.capacity .list .txts {
		margin-top: 26px;
	}

	.capacity .list .item {
		padding: 30px 20px;
	}

	.capacity .list {
		margin-top: 30px;
	}

	.capacity .list .sign {
		width: 40px;
		height: 40px;
	}
}


@media screen and (max-width:538px) {
	.manufacturing .con {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.manufacturing .image {
		width: 100%;
		margin: 0;
		margin-top: 26px;
	}

	.capacity .list .item:nth-child(n) {
		padding: 26px 15px;
		width: 100%;
		margin-top: 26px;
	}

	.capacity .list .item:nth-child(1) {
		margin-top: 0;
	}
}

/* 5-1News */

.news {
	padding: 81px 0 102px 0;
}


.news .list .item {
	padding: 27px 22px 32px;
	display: flex;
	justify-content: space-between;
	margin-top: 48px;
	align-items: center;
}

.news .list .item:nth-child(1) {
	margin-top: 0;
}


.news .list .item:hover {
	background-color: #1A8CE4;
}


.news .list .item:hover * {
	color: #ffffff;
}


.news .list .image {
	width: 374px;
	flex-shrink: 0;
	margin-right: 34px;
	overflow: hidden;
}

.news .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.news .list .msg {
	flex: 1;
	padding-bottom: 11px;
}

.font30 {
	font-size: 30px;
	line-height: 46px;
}

.news .list .tit {
	margin-top: 6px;
}

.news .list .txts {
	margin-top: 5px;
}

.news .list .btn {
	margin-top: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	max-width: 100%;
}

.news .list .btn i {
	font-size: 14px;
	font-weight: bold;
	color: #1A8CE4;
}

.news .list .btn:hover i {
	transform: translateX(10px);
}

.news .pager {
	margin-top: 93px;
}

.news .relatedProducts {
	margin-top: 119px;
}

@media screen and (max-width:1560px) {
	.news .list .item {
		padding: 30px 20px;
	}

	.news .list .msg {
		padding-bottom: 0;
	}

	.font30 {
		font-size: 24px;
		line-height: 36px;
	}

	.news .list .image {
		margin-right: 30px;
	}

	.news .list .tit,
	.news .list .txts {
		margin-top: 16px;
	}

	.news .list .btn {
		margin-top: 20px;
	}

	.news .list .item {
		margin-top: 40px;
	}

	.news .pager {
		margin-top: 60px;
	}

	.news .relatedProducts {
		margin-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.news .list .item {
		padding: 26px;
	}

	.news .list .image {
		width: 280px;
		margin-right: 26px;
	}

	.font30 {
		font-size: 20px;
		line-height: 30px;
	}

	.news .list .tit,
	.news .list .txts {
		margin-top: 10px;
	}

	.news .pager {
		margin-top: 50px;
	}
}

@media screen and (max-width:999px) {
	.news .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.news .list .item:nth-child(n) {
		width: 49%;
		flex-direction: column;
		align-items: flex-start;
		margin-top: 30px;
		padding: 20px;
	}

	.news .list .txts {
		height: 52px;
	}

	.news .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.news .list .image {
		width: 100%;
		margin-right: 0;
	}

	.news .list .msg {
		margin-top: 16px;
	}

	.font30 {
		font-size: 18px;
		line-height: 30px;
	}

	.news .pager {
		margin-top: 40px;
	}

	.news .relatedProducts {
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.news .relatedProducts {
		margin-top: 40px;
	}

	.news .list .item:nth-child(n) {
		padding: 15px;
	}

	.font30 {
		font-size: 16px;
		line-height: 28px;
	}

	.news .pager {
		margin-top: 30px;
	}

}

@media screen and (max-width:450px) {
	.news .list .item:nth-child(n) {
		width: 100%;
		margin-top: 26px;
	}

	.news .list .item:nth-child(1) {
		margin-top: 0;
	}
}


.newDet {
	padding: 71px 0 102px 0;
}

.newDet .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.newDet .des {
	width: 73.85%;
}

.newDet .tips {
	display: flex;
	align-items: center;
	margin-top: 21px;
}


.newDet .tips .time {
	flex-shrink: 0;
	margin-right: 57px;
}


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

.share span {
	margin-right: 17px;
	flex-shrink: 0;
	color: #666;
	font-size: 16px;
	line-height: 28px;
}

.newDet .details {
	padding: 45px 0 66px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-top: 15px;
}


.newDet .details>div {
	margin-top: 44px;
}

.newDet .details>div:nth-child(1) {
	margin-top: 0;
}

.summary .txts {
	margin-top: 8px;
}


.msgList {
	margin-top: 19px;
}


.msgList .item {
	margin-top: 23px;
	padding-left: 31px;
	position: relative;
}

.msgList .item:nth-child(1) {
	margin-top: 0;
}


.msgList .item::after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 18px;
	height: 18px;
	background-image: url("../images/specificSign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.msgList .txts {
	margin-top: 4px;
}

.newMsg {
	margin-top: 41px;
}

.newDet .prevOrNext {
	margin-top: 33px;
}


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

.prevOrNext .box {
	flex: 1;
}

.prevOrNext>div {
	display: flex;
	align-items: center;
	width: 49%;
}


.prevOrNext>div.next {
	justify-content: flex-end;

}


.prevOrNext .next .box {
	display: flex;
	flex-direction: column;
	align-items: 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: #1A8CE4;
	border-radius: 8px;
	transform: translateY(-1px);
	border: 1px solid #1A8CE4;
}

.prevOrNext .prev .btn {
	margin-right: 17px;
}

.prevOrNext .next .btn {
	margin-left: 17px;
}

.prevOrNext .btn i {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

.prevOrNext a.btn:hover {
	background-color: #ffffff;
}


.prevOrNext a.btn:hover i {
	color: #1A8CE4;
}


.prevOrNext .tit {
	font-size: 18px;
	line-height: 22px;
	color: #222222;
	font-family: Inter-SemiBold;
}

.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: 24px;
}

.prevOrNext a.name:hover,
.prevOrNext a.tit:hover {
	color: #1A8CE4;
}


.newDet .relatedProducts {
	margin-top: 148px;
}

.newDet .moreNews {
	width: 22.92%;
}


.moreNews .list {
	margin-top: 41px;
}

.moreNews .list li {
	margin-top: 42px;
	background-color: #F8F8F8;
}


.moreNews .list li:nth-child(1) {
	margin-top: 0;
}

.moreNews .list .image {
	overflow: hidden;
}

.moreNews .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.moreNews .list .name {
	margin-top: 2px;
}

.moreNews .list .btn {
	margin-top: 13px;
	width: max-content;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}


.moreNews .list .msg {
	padding: 10px 19px 12px;
}


@media screen and (max-width:1560px) {
	.newDet .tips {
		margin-top: 30px;
	}

	.newDet .tips .time {
		margin-right: 30px;
	}

	.newDet .details {
		padding: 30px 0;
		margin-top: 30px;
	}

	.summary .txts,
	.msgList,
	.newMsg {
		margin-top: 30px;
	}

	.newDet .details>div {
		margin-top: 40px;
	}

	.msgList .txts {
		margin-top: 10px;
	}

	.msgList .item {
		margin-top: 20px;
	}

	.msgList .item::after {
		top: 8px;
	}

	.moreNews .list .msg {
		padding: 20px 15px;
	}

	.prevOrNext .tit {
		line-height: 28px;
	}

	.prevOrNext .name {
		line-height: 26px;
	}

	.prevOrNext .btn {
		border-radius: 5px;
	}

	.newDet .relatedProducts {
		margin-top: 80px;
	}

	.moreNews .list .name,
	.moreNews .list .btn {
		margin-top: 10px;
	}

	.newDet .prevOrNext {
		margin-top: 30px;
	}

	.moreNews .list li {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {

	.summary .txts,
	.msgList,
	.newMsg {
		margin-top: 26px;
	}

	.newDet .relatedProducts {
		margin-top: 60px;
	}

	.prevOrNext .btn {
		width: 42px;
		height: 42px;
	}

	.prevOrNext .btn i {
		font-size: 12px;
	}

	.moreNews .list li {
		margin-top: 30px;
	}

	.moreNews .list {
		margin-top: 30px;
	}

	.newDet .details>div {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.newDet .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet .des {
		width: 100%;
	}

	.share span {
		font-size: 14px;
		line-height: 26px;
	}

	.msgList .item::after {
		top: 6px;
	}

	.prevOrNext {
		flex-direction: column;
		align-items: flex-start;
	}

	.prevOrNext>div {
		width: 100%;
	}

	.prevOrNext>div.next {
		flex-direction: row-reverse;
		margin-top: 20px;
	}

	.prevOrNext .next .box {
		align-items: flex-start;
	}

	.prevOrNext .next .btn {
		margin-left: 0;
		margin-right: 17px;
	}

	.prevOrNext .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.prevOrNext .name {
		font-size: 14px;
		line-height: 26px;
	}

	.newDet .moreNews {
		width: 100%;
		margin-top: 50px;
	}

	.moreNews .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.moreNews .list li:nth-child(n) {
		width: 48%;
		margin-top: 30px;
	}

	.moreNews .list li:nth-child(-n+2) {
		margin-top: 0;
	}

	.moreNews .list .name {
		height: 52px;
	}

	.newDet .relatedProducts {
		margin-top: 50px;
	}

}

@media screen and (max-width:768px) {
	.msgList .item {
		padding-left: 25px;
	}

	.msgList .item::after {
		width: 16px;
		height: 16px;
	}

	.newDet .moreNews,
	.newDet .relatedProducts {
		margin-top: 40px;
	}

}

@media screen and (max-width:538px) {
	.newDet .tips {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet .tips .time {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:450px) {
	.moreNews .list li:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.moreNews .list li:nth-child(1) {
		margin-top: 0;
	}
}


/* 6-1contact us */

.contactUs {
	padding: 80px 0 100px 0;
}

.contactUs .tips {
	margin-top: 16px;
}


.contactUs .getQuote {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 57px;
}


.contactUs .getQuote .info {
	width: 36%;
	margin-top: 3px;
}

.contactUs .getQuote .info .item {
	display: flex;
	align-items: flex-start;
	margin-top: 19.5px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCC;
}


.contactUs .getQuote .info .item:nth-child(1) {
	margin-top: 0;
}


.contactUs .getQuote .info .item:last-child {
	border-bottom: none;
}


.contactUs .getQuote .info i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	color: #ffffff;
	font-size: 20px;
	margin-right: 18.5px;
	flex-shrink: 0;
	transform: translateY(4px);
	background-color: #1A8CE4;
	border-radius: 50%;
}

.contactUs .getQuote .info ul {
	flex: 1;
}

.contactUs .getQuote .info ul li {
	margin-top: 9px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.contactUs .getQuote .info ul li:nth-child(1) {
	margin-top: 0;
}

.contactUs .getQuote .info .name {
	margin-bottom: 0px;
}

.contactUs .getQuote .info .num {
	font-size: 18px;
	line-height: 30px;
	color: #222222;
	margin-top: 0px;
	font-family: Inter-SemiBold;
}

.contactUs .getQuote .info .num:nth-child(2) {
	margin-top: 0;
}

.contactUs .getQuote .info a.num:hover span {
	color: #1A8CE4;
}


.contactUs .getQuote .qrCode {
	display: flex;
	flex-wrap: wrap;
}


.contactUs .getQuote .qrCode img {
	display: block;
	width: 101px;
	margin: 5px 0;
	margin-right: 10px;
}


.contactUs .getQuote .quote {
	width: 60%;
	padding: 42px 44px 61px 52px;
	background: #FFF;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.14);
}


.contactUs .quote .cForm {
	margin-top: 35px;
}

.contactUs .quote .title span {
	color: #1A8CE4;
}


.cForm input,
.cForm textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	overflow: hidden;
	font-size: 18px;
}


.cForm ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.cForm ul li {
	height: 57px;
	width: 48.8%;
	padding: 0 15px;
	background-color: rgba(255, 255, 255, 1);
	margin-top: 32px;
	border: 1px solid #D2D2D2;
	border-radius: 8px;
}

.cForm ul li:nth-child(-n+2) {
	margin-top: 0;
}

.cForm ul li.must {
	position: relative;
	padding-left: 26px;
}

.cForm ul li.must::after {
	content: "*";
	position: absolute;
	color: #F00;
	font-size: 16px;
	line-height: 30px;
	left: 14px;
	top: 13px;
}


.cForm ul li.message {
	width: 100%;
	height: 152px;
	padding: 16px 15px 16px 27px;
	margin-bottom: 0px;
}


.cForm ul li.message.must::after {
	top: 12px;
}


.cForm ul li.codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	overflow: hidden;
}


.cForm ul li.codeCon input {
	flex: 1;
	padding: 0 15px 0 27px;
}


.cForm ul li.codeCon .codeImg {
	flex-shrink: 0;
	width: 105px;
	height: 59px;
	background-color: #f3fbfe;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cForm ul li.codeCon .codeImg img {
	display: block;
	height: 100%;
}


.cForm ul li.subBtn {
	padding: 0;
	border: none;
	border-radius: 0;
}

.cForm ul li.subBtn input {
	cursor: pointer;
	background-color: #1A8CE4;
	color: #FFF;
	font-size: 18px;
	border: 1px solid #1A8CE4;
	border-radius: 8px;
}


.cForm ul li.subBtn input:hover {
	background-color: #ffffff;
	color: #1A8CE4;
}


.cForm input::-webkit-input-placeholder,
.cForm textarea::-webkit-input-placeholder {
	font-size: 16px;
	color: #999;
}

.cForm input:-moz-placeholder,
.cForm textarea:-moz-placeholder {
	font-size: 16px;
	color: #999;
}

.cForm input::-moz-placeholder,
.cForm textarea::-moz-placeholder {
	font-size: 16px;
	color: #999;
}

.cForm input:-ms-input-placeholder,
.cForm textarea:-ms-input-placeholder {
	font-size: 16px;
	color: #999;
}


form.cForm ul li.m-formcountry {
	position: relative;
	padding: 0;
}

form.cForm ul li.m-formcountry .drop-btn {
	height: 100%;
	padding: 0 15px 0 26px;
}

form.cForm ul li.m-formcountry .drop-btn {
	position: relative;
}

form.cForm ul li.m-formcountry .drop-btn i,
form.cForm ul li.m-formcountry .drop-btn svg {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 10px;
	color: #999;
	font-weight: bold;
}

form.cForm 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: #1A8CE4 rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
	padding: 0;
}

form.cForm ul li.m-formcountry .drop-list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

form.cForm ul li.m-formcountry .drop-list::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
}

form.cForm ul li.m-formcountry .drop-list::-webkit-scrollbar-thumb {
	background-color: #1A8CE4;
}

form.cForm ul li.m-formcountry .drop-list li {
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	padding: 5px 15px 5px 27px;
	cursor: pointer;
	width: auto;
	height: auto;
	border: none;
	border-radius: 0;
	margin: 0;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
}

form.cForm ul li.m-formcountry .drop-list li:hover {
	background-color: #1A8CE4;
	color: #ffffff;
}

.contactUs .map {
	margin-top: 80px;
}

.map img,
.map iframe {
	display: block;
}


@media screen and (max-width:1560px) {
	.contactUs .tips {
		margin-top: 20px;
	}

	.contactUs .getQuote .info {
		margin-top: 0;
	}

	.contactUs .getQuote .info i {
		transform: translateY(0);
	}

	.contactUs .getQuote .info .name {
		margin-bottom: 5px;
	}

	.contactUs .getQuote .info .item {
		padding-bottom: 20px;
		margin-top: 20px;
	}

	.contactUs .getQuote .info ul li {
		margin-top: 10px;
	}


	.contactUs .getQuote .quote {
		padding: 50px 30px;
	}

	.cForm ul li,
	.cForm ul li.subBtn input {
		border-radius: 5px;
	}

	.contactUs .map {
		margin-top: 60px;
	}

	.contactUs .getQuote {
		margin-top: 50px;
	}

	.contactUs .getQuote .info .item:last-child {
		padding-bottom: 0;
	}

}

@media screen and (max-width:1333px) {

	.contactUs .getQuote {
		margin-top: 40px;
	}

	.contactUs .getQuote .info {
		padding-top: 40px;
	}

	.contactUs .getQuote .info .num {
		font-size: 16px;
		line-height: 28px;
	}

	.contactUs .getQuote .quote {
		padding: 40px 30px;
		width: 50%;
	}

	.contactUs .getQuote .info {
		width: 46%;
	}

	.cForm ul li:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.cForm ul li:nth-child(1) {
		margin-top: 0;
	}

	.cForm ul li {
		height: 46px;
	}

	.cForm ul li.must::after {
		top: 7px;
	}

	.cForm ul li.codeCon .codeImg {
		height: 46px;
		width: 80px;
	}

	.contactUs .tips {
		font-size: 20px;
		line-height: 30px;
	}


	.contactUs .getQuote .quote .title {
		font-size: 22px;
		line-height: 34px;
	}

}


@media screen and (max-width:999px) {
	.contactUs .getQuote {
		margin-top: 40px;
		flex-direction: column;
		align-items: flex-start;
	}

	.contactUs .getQuote .quote {
		padding: 30px 20px;
		width: 100%;
		margin-top: 30px;
	}

	.cForm ul li:nth-child(n) {
		width: 49%;
		margin-top: 20px;
	}

	.cForm ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	.cForm ul li.message {
		width: 100%;
	}

	.contactUs .quote .cForm {
		margin-top: 30px;
	}

	form.cForm ul li.m-formcountry .drop-list li {
		font-size: 14px;
		line-height: 26px;
	}

	.contactUs .getQuote .info {
		width: 100%;
		padding-top: 0;
	}

	.cForm ul li {
		height: 42px;
	}

	.contactUs .map {
		margin-top: 50px;
	}

	.contactUs .getQuote {
		margin-top: 30px;
	}

	.contactUs .getQuote .info .num {
		font-size: 14px;
		line-height: 26px;
	}

	.contactUs .quote .cForm {
		margin-top: 26px;
	}
}

@media screen and (max-width:768px) {
	.contactUs .tips {
		font-size: 18px;
		line-height: 30px;
	}

	.contactUs .getQuote .quote .title {
		font-size: 20px;
		line-height: 30px;
	}

	.contactUs .map {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.contactUs .getQuote .quote {
		padding: 30px 15px;
	}

	.cForm ul li:nth-child(n) {
		width: 100%;
		margin-top: 16px;
	}

	.cForm ul li:nth-child(1) {
		margin-top: 0;
	}
}


/* innerBanner */

.innerBanner {
	position: relative;
	padding-bottom: 41.66%;
}

.innerBanner .image {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.innerBanner .image::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
}

.innerBanner .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.innerBanner .msg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 35px 0;
}

.innerBanner .msg .title1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
}



/* 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: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #555;
	margin: 5px 9px;
	border: 1px solid #E1E2E4;
	background-color: #ffffff;
	border-radius: 4px;
}


.pager .pageList a.active,
.pager .pageList a:hover {
	color: #ffffff;
	background-color: #1A8CE4;
	border-color: #1A8CE4;
}


.pager .pageList a.iconfont {
	font-size: 14px;
	width: 40px;
	height: 40px;
	margin: 5px 8.5px;
}


.pager .addTo {
	display: flex;
	align-items: center;
	margin: 5px 21px;
	color: #1A8CE4;
	font-size: 16px;
	line-height: 28px;
	position: relative;
}


.pager .addTo input {
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}


.pager .addTo img {
	margin-left: 5px;
	width: 10px;
}


.pager .addTo:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}


/* crumb */

.crumb {
	color: #ffffff;
}

.crumb img {
	width: 15px;
	margin-right: 1px;
}


.crumb a,
.crumb i,
.crumb h1{
	font-size: 18px;
	line-height: 32px;
	color: #ffffff;
	font-weight: normal;
	display: inline;
}

.crumb a.active,
.crumb a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}

.crumb i {
	font-style: normal;
	margin: 0 0.5px;
}



@media screen and (max-width:1560px) {
	.innerBanner .msg {
		padding: 30px 0;
	}

	.pager .pageList a.iconfont {
		width: 38px;
		height: 38px;
	}

	.crumb a,
	.crumb i,
	.crumb h1{
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:1333px) {
	.innerRange {
		height: 60px;
	}

	.pager .pageList a {
		margin: 5px 8px;
	}
}

@media screen and (max-width:999px) {

	.crumb a,
	.crumb i,
	.crumb h1 {
		font-size: 14px;
		line-height: 26px;
	}

	.innerBanner .msg {
		padding: 26px 0;
	}

	.pager .pageList a {
		width: 36px;
		height: 36px;
		font-size: 14px;
		margin: 5px 6px;
	}

	.pager .pageList a.iconfont {
		font-size: 12px;
	}
}

@media screen and (max-width:768px) {
	.innerRange {
		height: 50px;
	}

	.innerBanner {
		padding-bottom: 0;
		height: 300px;
	}
}



/* footer */


footer {
	background-color: #1D1D1D;
	padding: 34px 0 58px 0;
}

footer a {
	display: inline-block;
}

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


footer .fLogo {
	width: 214px;
	flex-shrink: 0;
	margin-right: 40px;
}

footer .fLogo:hover img {
	transform: none;
}

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

footer .blogrolls a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #1A8CE4;
	overflow: hidden;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	flex-shrink: 0;
	margin: 5px 0;
	margin-left: 14px;
}


footer .blogrolls a:hover {
	background-color: #ffffff;
	color: #1A8CE4;
}



footer .footerList {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 39px 0 110px 0;
	border-top: 1px solid rgba(217, 217, 217, .3);
	border-bottom: 1px solid rgba(217, 217, 217, .3);
	margin: 36px 0 3px 0;
}


footer .footerList .box {
	margin-top: 44px;
}

footer .footerList ul li {
	margin-top: 10px;
}

footer .footerList ul li:nth-child(1) {
	margin-top: 0;
}


footer .footerList .fNav {
	width: 14%;
	margin-right: 2.15%;
}

footer .footerList .fProducts {
	width: 18%;
	margin-right: 2.75%;
}

footer .footerList .fContact {
	width: 25%;
	margin-right: 2.5%;
}


footer .footerList .fContact .whatsAppCode {
	margin-top: 15px;
}


footer .footerList .fInquiry {
	width: 35.6%;
}


footer .footerList .fInquiry form {
	margin-top: 38px;
}


footer a,
footer p,
footer div {
	color: rgba(255, 255, 255, .7);
	font-size: 16px;
	line-height: 26px;
}


footer a:hover {
	color: #ffffff;
}


footer .title {
	color: #ffffff;
	font-family: Inter-SemiBold;
	font-size: 18px;
	line-height: 32px;
	display: inline-block;
}


footer a.title:hover {
	color: #1A8CE4;
}


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


footer .titBox .menuBtn {
	display: none;
}


footer .footerList li.fContact .name {
	display: inline;
}


footer .footerList li.fContact .num {
	display: inline;
}

footer .footerList li.fContact li:nth-child(1) {
	margin-top: 0;
}


footer .footerList li.fContact .codeName {
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: italic;
	line-height: 26px;
}

footer .footerList li.fContact .qrCode {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}

footer .footerList li.fContact .qrCode img {
	width: 101px;
	margin: 5px 0;
	margin-right: 10px;
}


footer form ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: -2px;
	justify-content: space-between;
	align-items: flex-end;
}


footer .footerList form li {
	width: 49.1%;
	background-color: #ffffff;
	margin-bottom: 0 !important;
	height: 48px;
	padding: 0 10px;
	margin-top: 16px;
}



footer .footerList form li:nth-child(-n+2) {
	margin-top: 0;
}


footer form input,
footer form textarea {
	background-color: transparent;
	width: 100%;
	height: 100%;
	color: #333333;
}


footer form ul li.message {
	height: 134px;
	padding: 14px 10px;
	margin-top: 10px;
	width: 100%;
}

footer form li.code.must {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	overflow: hidden;
	width: 66.1%;
}


footer form li.code input {
	flex-shrink: 1;
	padding: 0 10px;
}


footer form li.code .codeImg {
	height: 100%;
	flex-shrink: 0;
	width: 115px;
	height: 48px;
	cursor: pointer;
	background-color: #f3fbfe;
}


footer form li.code .codeImg img {
	height: 100%;
}


footer form li.subBtn {
	padding: 0;
	background-color: transparent;
	border: none;
	overflow: hidden;
	width: 32.2%;
}


footer form li.subBtn input {
	background-color: #1A8CE4;
	border: 1px solid rgba(255, 255, 255, 0.20);
	color: #ffffff;
	cursor: pointer;
	font-size: 18px;
	font-family: Inter-SemiBold;
}


footer form li.subBtn input:hover {
	background-color: #ffffff;
	color: #1A8CE4;
	border-color: #ffffff;
}



footer form input::-webkit-input-placeholder,
footer form textarea::-webkit-input-placeholder {
	color: rgba(131, 131, 131, 0.60);
}

footer form input:-moz-placeholder,
footer form textarea:-moz-placeholder {
	color: rgba(131, 131, 131, 0.60);
}

footer form input::-moz-placeholder,
footer form textarea::-moz-placeholder {
	color: rgba(131, 131, 131, 0.60);
}

footer form input:-ms-input-placeholder,
footer form textarea:-ms-input-placeholder {
	color: rgba(131, 131, 131, 0.60);
}


footer .fBottom {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


footer .copyright,
footer .links,
footer .copyright a,
footer .links a,
footer .copyright p {
	color: rgba(255, 255, 255, .6);
	font-size: 16px;
	line-height: 30px;
}


footer .links a {
	margin-right: 10px;
}

footer .links span {
	margin-right: 10px;
}

footer .copyright p {
	display: inline;
}


footer .copyright a {
	display: inline-block;
}

footer .copyright a:hover,
footer .links a:hover {
	color: #ffffff;
}

footer .copyright .image {
	margin-left: 5px;
}

form li.m-formcountry {
	position: relative;
	padding: 0;
}

footer .footerList form li.m-formcountry {
	padding: 0;
}

form li.m-formcountry .drop-btn {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 10px;
}

form li.m-formcountry .drop-btn i,
form li.m-formcountry .drop-btn svg {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 12px;
}

form 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: #1A8CE4 rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
}

form li.m-formcountry .drop-list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

form li.m-formcountry .drop-list::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
}

form li.m-formcountry .drop-list::-webkit-scrollbar-thumb {
	background-color: #1A8CE4;
}

form li.m-formcountry .drop-list li {
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
	width: 100%;
	height: auto;
	border-radius: 0;
	margin: 0;
	padding: 5px 10px;
	cursor: pointer;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
}

form li.m-formcountry .drop-list li.on {
	background-color: #1A8CE4;
	color: #ffffff;
}



@media screen and (max-width:1560px) {
	footer {
		padding: 50px 0;
	}

	footer .footerList {
		justify-content: space-between;
		padding: 30px 0;
		margin: 30px 0;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer .footerList .box,
	footer .footerList .fInquiry form {
		margin-top: 26px;
	}

	footer .fLogo {
		width: 180px;
	}

	footer .footerList form li {
		height: 42px;
	}

	footer form li.code .codeImg {
		height: 42px;
		width: 90px;
	}

	footer .blogrolls a {
		width: 36px;
		height: 36px;
		font-size: 18px;
	}
}

@media screen and (max-width:1333px) {

	footer .fLogo {
		width: 160px;
	}

	footer .title {
		font-size: 18px;
		line-height: 28px;
	}


	footer .footerList {
		padding: 26px 0;
		margin: 26px 0;
	}


	footer .footerList .fInquiry form {
		padding: 0;
	}

	footer .footerList form li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList form li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList form li {
		height: 38px;
	}

	footer .footerList .box,
	footer .footerList .fInquiry form {
		margin-top: 20px;
	}

	footer form ul li.message {
		height: 110px;
	}

	footer .footerList .fContact {
		width: 30%;
	}

	footer .footerList .fInquiry {
		width: 30%;
	}

}


@media screen and (max-width:999px) {

	footer {
		padding: 40px 0 80px;
	}

	footer .fMsg {
		flex-direction: column;
		align-items: flex-start;
	}

	footer .blogrolls a {
		font-size: 16px;
		width: 34px;
		height: 34px;
		margin-left: 0;
		margin-right: 14px;
	}

	footer .blogrolls .name {
		font-size: 14px;
	}

	.footerCon {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}


	footer .fLogo {
		width: 150px;
		margin-right: 0;
		margin-bottom: 20px;
	}

	footer .footerList {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
	}

	footer .footerList {
		margin: 20px 0;
		padding: 20px 0;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 26px;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerList>li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList li.fContact .box {
		margin-top: 10px;
	}

	footer .footerList li.fContact .qrCode {
		margin-top: 10px;
	}

	footer .footerList .box {
		margin-top: 10px;
		display: none;
		transition: none;
	}


	footer .footerList .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList .box ul li {
		width: 48%;
		margin-bottom: 0;
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .titBox .menuBtn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 32px;
		height: 32px;
		font-size: 12px;
		color: #ffffff;
	}

	footer .titBox .menuBtn.active {
		transform: rotate(90deg);
	}

	footer .footerList li.fContact .address {
		width: 100%;
	}

	footer .footerList .box ul li:nth-child(n) {
		margin-right: 0;
	}

	footer .footerList .list li.fContact .address {
		width: 100%;
	}

	footer .footerList li.fContact .address .num {
		line-height: 26px;
	}

	footer form {
		margin-top: 15px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer form ul>li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer form ul>li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList form li:nth-child(n) {
		height: 40px;
	}

	footer .footerList form li:nth-child(n) {
		width: 49%;
	}

	footer .footerList form li.message {
		height: 100px;
		width: 100%;
	}

	footer form li.code .codeImg {
		width: 95px;
		height: 40px;
	}

	footer .footerList .fContact .whatsAppCode {
		width: 100%;
	}

	footer .footerList li.fContact .codeName {
		font-size: 14px;
		line-height: 26px;
	}

	footer form ul li.message {
		width: 100%;
	}

	footer form {
		display: none;
		transform: none;
		transition: none;
	}

	footer .phone .num {
		font-size: 16px;
		line-height: 28px;
	}

	footer .title {
		font-size: 16px;
		line-height: 26px;
	}

	footer .footerList .fInquiry form {
		margin-top: 15px;
	}

	footer .copyright,
	footer .links,
	footer .copyright a,
	footer .links a,
	footer .copyright p {
		font-size: 14px;
		line-height: 24px;
	}

	footer .links {
		margin-top: 10px;
	}

	form li.m-formcountry .drop-list li:nth-child(n) {
		width: 100%;
		margin: 0;
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	footer .fLogo {
		width: 130px;
	}

	footer {
		padding: 40px 0 80px 0;
	}

	footer .footerList>li:nth-child(1) {
		margin-top: 0;
	}

	footer .blogrolls a {
		font-size: 14px;
		width: 32px;
		height: 32px;
	}
}


@media screen and (max-width:538px) {

	footer .footerList .fMsg ul li:nth-child(n),
	footer .footerList .box ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .fMsg ul li:nth-child(1),
	footer .footerList .box ul li:nth-child(1) {
		margin-top: 0;
	}

}

@media screen and (max-width:450px) {
	footer .footerList form li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList form li:nth-child(1) {
		margin-top: 0;
	}

}

/* certifiicates */

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: Inter-Regular, Arial, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

/* video tankuang */

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}



/* customer */
.customer {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
	border: 1px solid #CCC;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	background-color: #ffffff;
	padding: 5px 6px 6px;
}

.customer .item {
	margin-top: 7px;
}

.customer .item:nth-child(1) {
	margin-top: 0;
}

.customer .item>a.sign,
.customer .item>div.sign {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background-color: #ffffff;
	color: #222;
	position: relative;
	border-radius: 50%;
}

.customer .item>a.sign i,
.customer .item>div.sign i {
	font-size: 33px;
}

.customer .item>a:after,
.customer .item>div:after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 50%;
	transform: translateX(-50%);
	width: 16px;
	height: 1px;
	background-color: rgba(34, 34, 34, .3);
	transition: .4s ease all;
}

.customer .top a {
	width: 48px;
	height: 48px;
	background-color: #ffffff;
	color: #222222;
	font-size: 18px !important;
	text-align: center;
	cursor: pointer;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.customer .item.top>a:after {
	display: none;
}


.customer .top i {
	font-size: 14px;
	font-size: 30px;
}


.customer .top:hover a {
	background-color: #1A8CE4;
}

.customer .top:hover i {
	color: #ffffff;
}


.customer .item>.sign {
	cursor: pointer;
}

.customer .item>.sign img {
	width: 29px;
	height: 29px;
}

.customer .item>a.sign:hover,
.customer .item>div.sign:hover {
	background-color: #1A8CE4;
	color: #fff;
}


.customer .item>a.sign:hover img,
.customer .item>div.sign:hover img {
	filter: brightness(0%) invert(100%);
}

.clear2 {
	display: none;
}


.customer .code {
	position: relative;
}

.customer .code img {
	position: absolute;
	top: 0;
	right: 100%;
	width: 150px;
	height: 150px;
	max-width: none;
	transform: translateX(100%);
	z-index: -1;
	opacity: 0;
}

.customer .code:hover img {
	transform: translateX(0);
	opacity: 1;
}


.customer .cusMsg.active .cusInfo {
	transform: translateX(0%);
	opacity: 1;
}


.customer .cusInfo {
	position: absolute;
	z-index: 9;
	top: 0;
	right: 0;
	width: max-content;
	background-color: #ffffff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	transform: translateX(100%);
	opacity: 0;
}



.customer .cusInfo .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 15px;
	background-color: #1A8CE4;
	color: #ffffff;
	font-family: Inter-SemiBold;
}

.customer .cusInfo .title .closeBtn {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 16px;
}



.customer .cusInfo .list {
	padding: 15px 15px;
}

.customer .cusInfo li {
	margin-top: 15px;
}

.customer .cusInfo li:nth-child(1) {
	margin-top: 0;
}

.customer .cusInfo .list i {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	font-size: 18px;
	transform: translateY(2px);
}

.customer .cusInfo .list p,
.customer .cusInfo .list a {
	display: inline;
	color: #222222;
}

.customer .cusInfo .list a:hover {
	color: #1A8CE4;
}

.customer .cusInfo .list i.icon-liuyanjianyi {
	color: #1A8CE4;
}

.customer .cusInfo .list i.icon-phone3 {
	color: #222222;
}

.customer .cusInfo .list i.icon-email1 {
	color: #44a4ea;
}

.customer .cusInfo .list i.icon-whatsapp1 {
	color: #29b100;
}

.customer .cusInfo .list i.icon-whatsapp1 {
	color: #29b100;
}

.customer .cusInfo .list i.icon-teams_x {
	color: #4f55bb;
}

.customer .serviceHotline {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px 15px;
	border-top: 1px solid #dddddd;
}


.customer .serviceHotline .tit {
	font-size: 16px;
	line-height: 28px;
}

.customer .serviceHotline .hotLine {
	font-family: Inter-SemiBold;
	text-align: center;
	color: #1A8CE4;
	margin-top: 5px;
}


@media screen and (max-width: 1560px) {

	.customer .item>a.sign i,
	.customer .item>div.sign i {
		font-size: 26px;
	}

	.customer .item>.sign img {
		width: 26px;
		height: 26px;
	}

	.customer .item>a.sign,
	.customer .item>div.sign,
	.customer .top a {
		width: 42px;
		height: 42px;
	}

	.customer .top a i {
		font-size: 26px;
	}

	.customer .item {
		margin-top: 14px;
	}

	.customer .item>a:after,
	.customer .item>div:after {
		bottom: -7px;
	}
}

@media screen and (max-width: 999px) {
	.youlian {
		display: none;
	}

	.customer {
		border: none;
	}

	.customer .top {
		width: 20%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.customer {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		transform: translateY(0);
		display: flex;
		padding: 0;
	}


	.customer .top a {
		width: 100%;
		border-radius: 0;
		height: 100%;
	}

	.customer .item {
		width: 20%;
		margin: 0;
	}

	.customer .item>a.sign,
	.customer .item>div.sign {
		height: 42px;
		width: 100%;
		margin: auto;
		border-radius: 0;
	}

	.customer .item>a.sign i,
	.customer .item>div.sign i,
	.customer .top a i {
		font-size: 24px;
	}

	.customer .item>a.sign img,
	.customer .item>div.sign img {
		width: 24px;
		height: 24px;
	}

	.customer .item>a.sign:hover,
	.customer .item>div.sign:hover {
		background-color: #ffffff;
		color: #222222;
	}

	.customer .item>a.sign:hover img,
	.customer .item>div.sign:hover img {
		filter: brightness(100%) invert(0%);
	}

	.customer .top:hover a {
		background-color: #ffffff;
	}

	.customer .top:hover a i {
		color: #222222;
	}

	.customer .item.active>a.sign,
	.customer .item.active>div.sign {
		background-color: #1A8CE4;
		color: #fff;
	}

	.customer .item.active>a.sign img,
	.customer .item.active>div.sign img {
		filter: brightness(0%) invert(100%);
	}
	
	.customer .cusMsg.active .cusInfo {
		transform: translateY(0%);
		opacity: 1;
	}
	
	.customer .cusInfo {
		top: auto;
		bottom: 100%;
		right: auto;
		left: 0;
		transform: translateY(100%);
		z-index: -1;
	}
	
	.customer .item>a:after, .customer .item>div:after{
		bottom: auto;
		top: 50%;
		left: auto;
		right: 0;
		transform: translateY(-50%) translateX(50%);
		width: 1px;
		height: 20px;
	}
	
	.customer .cusInfo .list p, .customer .cusInfo .list a,
	.customer .cusInfo .title,
	.customer .serviceHotline .tit,
	.customer .serviceHotline .hotLine{
		font-size: 14px;
		line-height: 26px;
	}
	.customer .cusInfo li{
		margin-top: 10px;
	}
}


@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";
}