@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: Manrope-Regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	height: 100%;
	background: #fff;
	width: 100%;
	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: #1f97d5 !important;
}

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

.standardEdit p {
	position: relative;
}

.standardEdit a {
	color: #1f97d5;
}

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



.standardEdit video,
.standardEdit iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
}

a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: Manrope-Regular, Arial, Helvetica, 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;
	}
}

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

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}

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

.table table tr td {
	padding: 10px 16px;
	font-size: 16px;
	font-family: Manrope-Regular;
	color: #333333;
	border: 1px solid #dddddd;
}

@media screen and (max-width:999px) {
	.table table tr td {
		padding: 8px 15px;
		font-size: 14px;
		line-height: 26px;
	}

}

.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:1600px) {
	.standardRange {
		padding: 80px 0 80px 0 !important;
	}
}


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

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




@media screen and (max-width:1600px) {
	.standardTxt .title1 {
		font-size: 36px !important;
		line-height: 45px !important;
	}
}

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 28px !important;
		line-height: 35px !important;
	}

	.standardTxt .title2 {
		font-size: 18px !important;
		line-height: 28px !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: 30px !important;
	}

	.standardTxt .title2 {
		font-size: 16px !important;
		line-height: 28px !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: 24px !important;
	}

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

}

@media screen and (max-width:538px) {
	.standardTxt .title1 {
		font-size: 22px !important;
	}

}





.oneRow {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.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: #1f97d5;
		right: 2.5%;
		top: 24px;
		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(31, 151, 213, 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: Manrope-Regular, Arial, Helvetica, 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: 2px;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-3d {
	perspective: 1200px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-lock {
	display: none
}

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

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

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

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

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

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

.swiper-scrollbar-lock {
	display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube {
	overflow: visible
}

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

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

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

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

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

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

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

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

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

.swiper-flip {
	overflow: visible
}

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

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

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

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

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

.swiper-cards {
	overflow: visible
}

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




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


/* allnav */


nav {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 9999;
	/*max-width: 1920px;*/
	background-color: #ffffff;
}

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


nav.active {
	box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.08);
}

nav .logo {
	width: 144px;
	flex-shrink: 0;
}


nav .logo:hover img {
	transform: scale(1, 1);

}

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

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

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

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

nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 101px;
	line-height: 101px;
	font-family: Manrope-SemiBold;
	font-size: 18px;
	color: #333333;
}

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

.bannerRange {
	height: 101px;
}



nav .btns {
	display: flex;
	align-items: center;
	margin-left: 28px;
}


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

nav .btns .language ul {
	position: absolute;
	top: 100%;
	background-color: #feffff;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	padding: 20px 0;
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 200px;
	display: none;
	transition: none;
}

nav .btns .language ul a {
	padding: 0 20px;
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	text-align: center;
}


nav .btns .language ul li {
	margin-bottom: 10px;
}

nav .btns .language ul li:last-child {
	margin-bottom: 0;
}

nav .btns .language ul a:hover {
	color: #1f97d5;
}

nav .btns .lanBtn {
	cursor: pointer;
	font-family: Manrope-SemiBold;
	font-size: 18px;
	color: #333333;
	position: relative;
	display: flex;
	align-items: center;
}

nav .btns .lanBtn:hover {
	color: #1a95d4;
}

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

nav .btns .lanBtn i {
	flex-shrink: 0;
	margin-right: 8px;
	color: #9c9c9c;
	font-size: 26px;
}

nav .btns .line {
	width: 1px;
	height: 26px;
	background-color: #9c9c9c;
	border-radius: 1px;
	margin: 0 16px 0 17px;
}



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


nav .btns .search .searchBtn {
	cursor: pointer;
	color: #9c9c9c;
	transform: translateY(3px);
}

nav .btns .search .searchBtn i {
	font-size: 20px;
	font-weight: bold;
}

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

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


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

nav .btns .search form input {
	width: 100%;
	height: 100%;
	font-family: Manrope-Regular;
	font-size: 16px;
	color: #333333;
}


nav .btns .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 35px;
	width: 35px;
	font-weight: bold;
	color: #9c9c9c;
}

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

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




/* moreList */

.moreList,
.moreList ul {
	position: absolute;
	background-color: #ffffff;
	padding: 18px 0 20px 0;
	width: max-content;
	min-width: 250px;
	max-width: 283px;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
	display: none;
	transition: none;
}

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


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



.moreList li {
	margin-bottom: 4px;
	position: relative;
}

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


.moreList a {
	padding: 0 20px;
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
}


.moreList a:hover {
	color: #1a95d4;
}

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

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

	nav .btns .search,
	nav .btns .language,
	nav .con,
	.bannerRange {
		height: 80px;
	}

	.moreList,
	.moreList ul {
		padding: 15px 0;
	}

	.moreList ul {
		top: -15px;
	}

	.moreList,
	.moreList ul {
		min-width: auto;
	}
}

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

	nav .logo {
		width: 90px;
	}

	nav .navList>ul>li>a {
		height: 70px;
		line-height: 70px;
		font-size: 16px;
	}

	nav .btns .search,
	nav .btns .language,
	nav .con,
	.bannerRange {
		height: 70px;
	}

	nav .btns .lanBtn i {
		font-size: 22px;
	}

	nav .btns .lanBtn {
		font-size: 16px;
	}

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

	nav .btns {
		margin-left: 25px;
	}

	nav .btns .line {
		height: 20px;
	}

	.moreList,
	.moreList ul {
		max-width: 220px;
	}

}

@media screen and (max-width:999px) {
	nav .navList>ul {
		display: none;
	}

	nav .btns .search,
	nav .btns .line {
		display: none;
	}

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

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

	header .xnav .nav {
		top: 30px;
		transform: translateY(-50%);
		right: 80px;
	}

	nav .btns .language ul {
		padding: 10px 0;
	}

	nav .btns .language ul li {
		margin-bottom: 5px;
	}
}

@media screen and (max-width:768px) {
	header .xnav .nav {
		right: 25px;
		top: 25px;
	}

	nav .btns .language,
	nav .con,
	.bannerRange {
		height: 50px;
	}

	nav .logo {
		width: 75px;
	}
}

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


/* indexBanner */

.indexBanner {
	position: relative;
	transition: none;
}


.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;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
      -webkit-transition: all 6s ease-out;
  -o-transition: all 6s ease-out;
  -moz-transition: all 6s ease-out;
  transition: all 6s ease-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

 .indexBanner .swiper-slide-active img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  image-rendering: pixelated;
}
.indexBanner a:hover img {
	transform: scale(1, 1);
}

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

.indexBanner .swiper-pagination span {
	width: 15px;
	height: 15px;
	background-color: #ffffff;
	opacity: 0.5;
	margin: 0 9px !important;
}

.indexBanner .swiper-pagination span.swiper-pagination-bullet-active {
	opacity: 1;
}


.indexBanner .msg,
.indexBanner .msg2 {
	position: absolute;
	left: 0%;
	top: 0%;
	height: 100%;
	width: 100%;
	z-index: 99;
}

.indexBanner .msg {
	display: flex;
	align-items: center;
}

.indexBanner .con {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.indexBanner .title {
	font-family: Inter-Bold;
	font-size: 54px;
	line-height: 70px;
	color: #ffffff;
	margin-bottom: 28px;
	margin-top: -55px;
}

.indexBanner .msg2 .con {
	width: 100%;
	padding: 129px 0;
	align-items: center;
}

.indexBanner .msg2 .title {
	text-align: center;
	margin-top: 0;
	color: #1f97d5;
	margin-bottom: 8px;
}


.indexBanner .txts {
	font-family: Manrope-Regular;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 52px;
}

.indexBanner .msg2 .txts {
	text-align: center;
	color: #333333;
	margin-bottom: 29px;
}


.indexBanner .msg2 .cBtn {
	margin: 0 auto;
}

.indexBanner .swiper-pagination {
	display: none;
}


.indexBanner .prev,
.indexBanner .next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	cursor: pointer;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, .7);
	font-weight: bold;
	font-size: 38px;
}

.indexBanner .prev {
	left: 55px;
}

.indexBanner .next {
	right: 55px;
}


.indexBanner .prev:hover,
.indexBanner .next:hover {
	color: #1f97d5;
}


@media screen and (max-width:1750px) {
	.indexBanner .prev {
		left: 20px;
	}

	.indexBanner .next {
		right: 20px;
	}
}

@media screen and (max-width:1600px) {
	.indexBanner .title {
		font-size: 40px;
		line-height: 55px;
		margin-top: 0;
	}

	.indexBanner .prev,
	.indexBanner .next {
		font-size: 32px;
	}

	.indexBanner .txts {
		margin-bottom: 40px;
	}
	.indexBanner .msg2 .con{
		padding: 80px 0;
	}
}

@media screen and (max-width:1333px) {
	.indexBanner .title {
		font-size: 30px;
		line-height: 40px;
		margin-top: 0;
	}

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

	.indexBanner .txts {
		margin-bottom: 35px;
	}

	.indexBanner .prev,
	.indexBanner .next {
		font-size: 28px;
	}
	.indexBanner .msg2 .con{
		padding: 60px 0;
	}
}

@media screen and (max-width:999px) {
	.indexBanner .title {
		font-size: 24px;
		line-height: 35px;
		-webkit-line-clamp: 2;
	}

	.indexBanner .txts {
		font-size: 16px;
		margin-bottom: 30px;
	}

	.indexBanner .prev,
	.indexBanner .next {
		display: none;
	}

	.indexBanner .title {
		margin-bottom: 20px;
	}

	.indexBanner .swiper-pagination {
		display: block;
		bottom: 15px;
	}

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

	.indexBanner .msg2 .con{
		padding: 50px 0;
	}
	.indexBanner .msg2 .txts{
		margin-bottom: 20px;
	}
	.indexBanner .msg2 .title{
		margin-bottom: 10px;
	}
}



@media screen and (max-width:750px) {
	.indexBanner .msg,
	.indexBanner .msg2{
		display: none;
	}
}

@media screen and (max-width:538px) {
	.indexBanner .swiper-pagination span {
		width: 10px;
		height: 10px;
		margin: 0 6px !important;
	}
}



a.title1 {
	display: inline-block;
}



/* indexM1-1 */

.iProducts {
	padding: 99px 0 120px 0;
	position: relative;
}



.iProducts .lTit {
	margin-bottom: 52px;
}

.lTit {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


.lTit .tit {
	font-family: Inter-Bold;
	font-size: 30px;
	line-height: 40px;
	color: #1f97d5;
	margin-bottom: 6px;
}


.lTit .title1 {
	font-family: Inter-Bold;
	font-size: 46px;
	line-height: 56px;
	color: #333333;
	text-align: center;
}


.swiperBox {
	position: relative;
}

.hotProducts .swiper {
	overflow: visible;
	clip-path: polygon(-1% -1000%, 101% -1000%, 101% 1000%, -1% 1000%);
}


.hotProducts .swiper-slide {
	opacity: 0;
	pointer-events: none;
	transition: .4s ease opacity;
}


.hotProducts .swiper-slide.swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}


.sBtns>div {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 16px;
	cursor: pointer;
	color: #333333;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	background-color: #f4f4f4;
	font-weight: bold;
}

.sBtns>div.prev {
	left: -71px;
}

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



.sBtns>div:hover {
	background-color: #1f97d5;
	color: #ffffff;
}


.productItem {
	background-color: #ffffff;
	box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.08);
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 22px 16px 22px;
}

.productItem h2 {
	font-weight: normal;
}

.productItem:hover {
	background-color: #1f97d5;
}


.productItem .image {
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 8px;
}


.productItem .line {
	width: 100%;
	height: 1px;
	background-color: #dddddd;
	border-radius: 0px;
	margin: 23px 0 19px 0;
}

.productItem:hover .line {
	background-color: #b7cfdb;
}


.productItem .msg {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.productItem .msg .name {
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.productItem .msg .name:hover {
	color: #fff !important;
	text-decoration: underline;
}

.productItem:hover .msg .name {
	color: #ffffff;
}


.productItem .msg .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 37px;
	height: 37px;
	background-color: #f4f4f4;
	border-radius: 50%;
	border: 1px solid #f4f4f4;
}

.productItem .msg .btn i {
	font-weight: bold;
	color: #333333;
	font-size: 14px;
}

.productItem:hover .msg .btn {
	background-color: #f4f4f4;
}



.productItem .msg .btn:hover {
	background-color: #1f97d5;
	border-color: #ffffff;
}

.productItem .msg .btn:hover i {
	color: #ffffff;
}


.iProducts .imgBg {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6.979%;
	z-index: -2;
}

@media screen and (max-width:1333px) {
	.sBtns>div {
		width: 45px;
		height: 45px;
	}

	.sBtns>div.prev {
		left: -65px;
	}

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

	.productItem {
		padding: 15px 10px;
		border-radius: 5px;
	}

	.productItem .image {
		border-radius: 5px;
	}

	.productItem .msg .btn {
		width: 34px;
		height: 34px;
	}

	.iProducts .lTit {
		margin-bottom: 35px;
	}

	.lTit .tit {
		font-size: 18px;
	}
}

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

	.productItem .msg .btn {
		width: 30px;
		height: 30px;
	}

	.productItem .msg .btn i {
		font-size: 12px;
	}

	.sBtns>div {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}

	.productItem .line {
		margin: 15px 0;
	}
}

@media screen and (max-width:768px) {
	.iProducts .lTit {
		margin-bottom: 30px;
	}

	.productItem .line {
		margin: 10px 0;
	}

	.sBtns {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
	}

	.sBtns>div {
		position: static;
		transform: translateY(0);
	}

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

}

@media screen and (max-width:538px) {
	.iProducts .lTit br {
		display: none;
	}

	.sBtns>div {
		width: 35px;
		height: 35px;
	}
}


/* indexM2-1 */


.iAbout {
	background-color: #f3f8fb;
	padding: 105px 0 88px 0;
}


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


.about .imgBox {
	width: 42.142%;
	position: relative;
}

.about .imgBox .image {
	overflow: hidden;
	border-radius: 8px;
}


.about .imgBox .box {
	position: relative;
	width: 58.47%;
	z-index: 2;
	margin-left: auto;
	transform: translateX(27.7%) translateY(-31.5%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.about .imgBox .sImg {
	border-radius: 8px;
	border: solid 10px #ffffff;
	overflow: hidden;
}



.about .imgBox .box::after {
	content: "";
	position: absolute;
	width: 167px;
	height: 120px;
	background-color: #1f97d5;
	border-radius: 8px;
	left: -16px;
	bottom: -18px;
	z-index: -2;
}



.about .imgBox .sImg img {
	display: block;

}


.about .con {
	width: 46.6%;
}


.about .lTit {
	align-items: flex-start;
	margin-bottom: 21px;
}


.about .lTit .tit {
	text-align: left;
}

.about .lTit .title1 {
	text-align: left;
}




.iAbout .about .cTxts {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.standardEdit p {
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}


.about .list {
	margin-top: 25px;
	margin-bottom: 45px;
}


.about .list li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 17px;
}

.about .list li:last-child {
	margin-bottom: 0;
}


.about .list .image {
	flex-shrink: 0;
	width: 42px;
	margin-right: 23px;
	transform: translateY(6px);
}


.about .list .name {
	font-family: Inter-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 3px;
	display: block;
}


.about .list .txts {
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}



.cBtn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 9px 0 27px;
	width: 200px;
	height: 56px;
	background-color: #1f97d5;
	border-radius: 28px;
	font-family: Manrope-Regular;
	font-size: 18px;
	color: #ffffff;
}

.cBtn i {
	width: 40px;
	height: 40px;
	background-color: #f4f4f4;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: #333333;
	font-weight: bold;
	font-size: 14px;
}



.cBtn:hover {
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
}


.cBtn:hover i {
	background-color: #1f97d5;
	color: #ffffff;
}

@media screen and (max-width:1600px) {
	.about .list .image {
		width: 35px;
	}

	.cBtn {
		height: 50px;
		width: 180px;
	}

	.cBtn i {
		width: 35px;
		height: 35px;
	}
}

@media screen and (max-width:1333px) {
	.about .list .name {
		font-size: 18px;
		line-height: 28px;
	}

	.about .list {
		margin-bottom: 35px;
	}

	.cBtn {
		height: 45px;
		font-size: 16px;
		width: 170px;
	}

	.cBtn i {
		width: 30px;
		height: 30px;
	}

	.about .imgBox .sImg {
		border-width: 5px;
	}

	.about .imgBox .box::after {
		width: 140px;
		height: 100px;
		left: -15px;
		bottom: -15px;
	}
}


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

	.about .con {
		width: 100%;
	}

	.about .imgBox {
		width: 100%;
		height: 280px;
		margin-bottom: 40px;
	}

	.about .imgBox .image {
		height: 100%;
	}

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

	.about .imgBox .box {
		position: absolute;
		right: 0;
		bottom: 0;
		transform: translateX(-20%) translateY(-20%);
		width: 30%;
	}

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

	.about .list .name {
		font-size: 16px;
		line-height: 26px;
	}

	.cBtn {
		height: 40px;
		font-size: 14px;
		width: 160px;
	}

	.cBtn i {
		width: 28px;
		height: 28px;
		font-size: 12px;
		padding: 0 10px;
	}
}

@media screen and (max-width:768px) {
	.about .imgBox {
		width: 100%;
		height: 240px;
		margin-bottom: 30px;
	}

	.about .imgBox .box::after {
		width: 50%;
		height: 50%;
		border-radius: 5px;
		left: -8px;
		bottom: -8px;
	}

}

@media screen and (max-width:538px) {
	.about .imgBox {
		height: 200px;
	}
}



/* indexM3-1 */

.iBusiness {
	padding: 105px 0 103px 0;
}

.iBusiness .con {
	padding: 91px 0 72px 0;
	background-image: url("../images/indexM3-1.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000000;
	background-attachment: fixed;
	border-radius: 16px;
}



.iBusiness .title1 {
	display: block;
	text-align: center;
	max-width: 900px;
	font-family: Inter-Bold;
	font-size: 46px;
	line-height: 56px;
	color: #ffffff;
	hyphens: auto;
	margin-bottom: 23px;
	margin-left: auto;
	margin-right: auto;
}

.iBusiness .cBtn:hover {
	border-color: #ffffff;
}



.iBusiness .txts {
	max-width: 773px;
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	hyphens: auto;
	color: #ffffff;
	margin-bottom: 41px;
	margin-left: auto;
	margin-right: auto;
}

.iBusiness .cBtn {
	margin: 0 auto;
}

@media screen and (max-width:1600px) {
	.iBusiness .cBtn {
		width: 200px;
	}
}

@media screen and (max-width:1333px) {
	.iBusiness .cBtn {
		width: 180px;
	}

	.iBusiness .con {
		border-radius: 10px;
	}
}

@media screen and (max-width:999px) {
	.iBusiness .title1 {
		max-width: 500px;
	}

	.iBusiness .txts {
		max-width: 550px;
		margin-bottom: 30px;
	}

	.iBusiness .con {
		border-radius: 5px;
	}
}

@media screen and (max-width:768px) {
	.iBusiness .title1 {
		max-width: 400px;
	}

	.iBusiness .txts {
		max-width: 430px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.iBusiness .title1 {
		padding: 0 20px;
	}

	.iBusiness .txts {
		padding: 0 20px;
	}
}




/* indexM4-1 */


.iApplication {
	padding: 73px 0 104px 0;
}


.water {
	position: relative;
}


.water::after {
	content: "";
	position: absolute;
	width: 600%;
	left: 50%;
	top: 0;
	height: 100%;
	transform: translateX(-50%);
	height: 100%;
	background-color: #f3f8fb;
	z-index: -3;
}


.water .imgBg {
	position: absolute;
	width: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}



.iApplication .lTit {
	margin-bottom: 40px;
}


.appItem {
	box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	border-radius: 8px 8px 0px 0px;
	overflow: hidden;
}


.appItem .image {
	overflow: hidden;
}



.appItem .msg {
	padding: 23px 31px 39px 31px;
}


.appItem .tit {
	font-family: Inter-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 11px;
}

.appItem .txts {
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 22px;
}


.appItem .btn {
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}


.hotApp .swiper {
	overflow: visible;
	clip-path: polygon(-1% -1000%, 101% -1000%, 101% 1000%, -1% 1000%);
}


.hotApp .swiper .swiper-slide {
	opacity: 0;
	pointer-events: none;
	transition: .4s ease opacity;
}


.hotApp .swiper .swiper-slide.swiper-slide-visible {
	pointer-events: all;
	opacity: 1;
}


.iApplication .sBtns>div {
	background-color: #ffffff;
}

.iApplication .sBtns>div:hover {
	background-color: #1f97d5;
}

@media screen and (max-width:1600px) {
	.appItem .msg {
		padding: 20px 20px;
	}

	.appItem .tit {
		font-size: 18px;
	}

	.appItem .txts {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1333px) {
	.hotApp .swiper {
		overflow: visible;
		clip-path: polygon(-2% -1000%, 102% -1000%, 102% 1000%, -2% 1000%);
	}

	.appItem .msg {
		padding: 10px 15px;
	}

	.appItem .txts {
		margin-bottom: 10px;
	}

	.appItem .tit {
		margin-bottom: 5px;
	}

}

@media screen and (max-width:999px) {
	.iApplication .lTit {
		margin-bottom: 30px;
	}

	.appItem .tit {
		font-size: 16px;
		line-height: 26px;
	}
}

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





/* indexM5-1 */


.iProcess {
	padding: 92px 0 191px 0;
}



.iProcess .lTit {
	margin-bottom: 65px;
}



.iProcess .con {
	position: relative;
}


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


.iProcess .list .item {
	width: 35%;
	display: flex;
	align-items: flex-start;
	margin-top: 54px;
}

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


.iProcess .list .item .image {
	flex-shrink: 0;
	width: 63px;
}


.iProcess .list .item:nth-child(2n-1) .image {
	margin-right: 20px;
}

.iProcess .list .item:nth-child(2n) .image {
	margin-left: 19px;
}

.iProcess .list .item:nth-child(2n) {
	flex-direction: row-reverse;
}

.iProcess .list .tit {
	font-family: Inter-Bold;
	font-size: 24px;
	line-height: 35px;
	color: #333333;
	margin-bottom: 12px;
	display: block;
}


.iProcess .list .item:nth-child(2n) .tit {
	text-align: right;
	display: block;
}

.iProcess .list .txts {
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}

.iProcess .list .item:nth-child(2n) .txts {
	text-align: right;
}


.iProcess .imgBg {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	max-width: 536px;
	transform: translateX(-50%) translateY(-55.4%);
}

@media screen and (max-width:1600px) {
	.iProcess .imgBg {
		transform: translateY(-50%) translateX(-50%);
	}

	.iProcess .list .item .image {
		width: 50px;
	}

	.iProcess .list .tit {
		font-size: 22px;
		line-height: 30px;
	}
}

@media screen and (max-width:1333px) {
	.iProcess .imgBg {
		transform: translateY(-50%) translateX(-50%);
		width: 100%;
	}

	.iProcess .list .tit {
		font-size: 20px;
	}

	.iProcess .list .item .image {
		width: 40px;
	}

	.iProcess .list .item {
		margin-top: 40px;
		width: 36%;
	}
}

@media screen and (max-width:999px) {
	.iProcess .imgBg {
		display: none;
	}

	.iProcess .list .item {
		width: 46%;
		margin-top: 30px;
	}

	.iProcess .lTit {
		margin-bottom: 50px;
	}

	.iProcess .list .tit {
		font-size: 18px;
	}
}

@media screen and (max-width:768px) {
	.iProcess .list .item:nth-child(n) {
		width: 100%;
		flex-direction: row;
		margin-top: 30px;
	}

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

	.iProcess .list .item:nth-child(2n) .tit {
		text-align: left;
	}

	.iProcess .list .item:nth-child(2n) .txts {
		text-align: left;
	}

	.iProcess .list .item:nth-child(2n) .image {
		margin-left: 0;
		margin-right: 20px;
	}

	.iProcess .lTit {
		margin-bottom: 40px;
	}

	.iProcess .list .item .image {
		width: 35px;
	}

	.iProcess .list .tit {
		font-size: 16px;
		line-height: 28px;
	}
}







/* indexM6-1 */
.iNews {
	padding: 71px 0 124px 0;
}


.iNews .lTit {
	margin-bottom: 57px;
}


.iNews .con {
	display: flex;
	justify-content: space-between;
}


.iNews .newShow {
	width: 49.5%;
	position: relative;
	flex-shrink: 0;
	margin-right: 5.9%;
}

.iNews .newShow .image {
	border-radius: 8px;
	overflow: hidden;
	height: 402px;
}


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

.iNews .newShow .msg {
	width: 91.05%;
	background-color: #f7f7f7;
	box-shadow: 0px 0px 17px 1px rgba(109, 110, 112, 0.1);
	padding: 35px 30px 23px 27px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	margin-left: auto;
	margin-top: -53px;
	position: relative;
	z-index: 9;
}



.iNews .newShow .msg .tit {
	font-family: Inter-Bold;
	font-size: 20px;
	line-height: 32px;
	color: #333333;
	hyphens: auto;
	margin-bottom: 16px;
}



.iNews .newShow .msg .txts {
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}



.iNews .newShow .line {
	width: 100%;
	height: 1px;
	background-color: #dddddd;
	border-radius: 1px;
	margin: 30px 0 22px 0;
}



.iNews .newShow .time {
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}




.iNews .image {
	overflow: hidden;
}


.iNews .list {
	flex: 1;
}


.iNews .list .item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
	align-items: center;
}


.iNews .list .item:last-child {
	margin-bottom: 0;
}



.iNews .list .item .image {
	width: 226px;
	flex-shrink: 0;
	margin-right: 23px;
	border-radius: 8px;
}

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

.iNews .list .item .msg .time {
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 5px;
}

.iNews .list .item .msg .tit {
	font-family: Inter-Bold;
	font-size: 20px;
	line-height: 32px;
	color: #333333;
}


@media screen and (max-width:1600px) {
	.iNews .list .item .msg .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.iNews .list .item .image {
		width: 210px;
	}

	.iNews .newShow {
		margin-right: 5%;
	}

	.iNews .newShow .msg {
		padding: 35px 30px;
	}

	.iNews .list .item {
		margin-bottom: 30px;
	}
	.iNews .newShow .image{
		height: 344px;
	}
}

@media screen and (max-width:1333px) {
	.iNews .list .item .msg .tit {
		font-size: 16px;
		line-height: 26px;
		-webkit-line-clamp: 2;
	}

	.iNews .list .item .image {
		width: 160px;
		border-radius: 5px;
	}

	.iNews .newShow .image {
		border-radius: 5px;
	}

	.iNews .newShow .msg {
		padding: 20px;
	}

	.iNews .newShow .msg .tit {
		font-size: 18px;
	}

	.iNews .newShow .line {
		margin: 20px 0;
	}

	.iNews .lTit {
		margin-bottom: 50px;
	}

	.iNews .newShow .msg {
		margin-top: -121px;
	}
	.iNews .newShow .image{
		height: 338px;
	}
}

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

	.iNews .newShow {
		width: 100%;
		margin-bottom: 35px;
		margin-right: 0;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		background-color: #f7f7f7;
		box-shadow: 0px 0px 17px 1px rgba(109, 110, 112, 0.1);
	}

	.iNews .newShow .msg {
		position: static;
		margin-top: 0;
		margin-left: 0;
		width: 100%;
	}

	.iNews .newShow .image {
		width: 100%;
		height: 280px;
	}

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

	.iNews .newShow .msg {
		background-color: transparent;
		box-shadow: none;
	}

	.iNews .newShow .msg .tit {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:768px) {
	.iNews .lTit {
		margin-bottom: 40px;
	}

	.iNews .newShow .image {
		height: 220px;
	}
}

@media screen and (max-width:538px) {
	.iNews .newShow .image {
		height: 200px;
	}

	.iNews .list .item .image {
		width: 140px;
		margin-right: 15px;
	}
}




/* 2-1products */

.products {
	padding: 48px 0 92px 0;
	background-color: #f3f8fb;
}

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

.products .pNav {
	width: 18.08%;
}


.products .con {
	width: 75.95%;
}


.products .pNav .menuBtn {
	height: 60px;
	background-color: #1a95d4;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: Inter-Bold;
	font-size: 20px;
	color: #ffffff;
	padding: 0 22px;
}




.products .pNav .menuBtn i {
	display: none;
}

.products .pNav>ul {
	background-color: #ffffff;
}

.products .pNav ul {
	padding: 2px 12px 1px 10px;
}


.products .pNav ul li {
	border-bottom: 1px solid #dddddd;
	padding: 11px 13px;
}

.products .pNav ul li:last-child {
	border-bottom: none;
}


.products .pNav ul li a {
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}


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


.products .pNav li.active>a {
	color: #1a95d4;
}


.products .pNav a:hover {
	color: #1a95d4;
}






.products .con .title {
	font-family: Inter-Bold;
	font-size: 26px;
	line-height: 35px;
	color: #333333;
	margin-top: 11px;
}


.mbox {
	height: 84px;
	overflow: hidden;
	margin-top: 17px;
}


.mBtn {
	display: flex;
	align-items: center;
	font-family: Manrope-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #1a95d4;
	margin-top: 15px;
	cursor: pointer;
}



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


.products .list {
	margin-top: 27px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 109px;
}

.products .list .line {
	margin: 24px 0 12px 0;
}

.products .list .productItem {
	width: 23.6%;
	margin-right: 1.866%;
	margin-top: 26px;
	padding: 12px 13px 19px;
}

.products .productItem .msg .btn {
	width: 29px;
	height: 29px;
}

.products .productItem .msg .btn i {
	font-size: 12px;
}

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

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


.pTouch {
	background-color: #f3f8fb;
	padding-bottom: 95px;
}

.touch {
	padding: 68px 30px 66px 49px;
	background-image: url("../images/cTouch.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000000;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.touch .cBtn {
	flex-shrink: 0;
}

.touch .tit {
	font-family: Inter-Bold;
	font-size: 46px;
	line-height: 56px;
	color: #ffffff;
	width: 70%;
}



@media screen and (max-width:1600px) {
	.products .con .title {
		margin-top: 0;
	}

	.products .pNav {
		width: 23%;
	}

	.products .con {
		width: 72%;
	}

	.products .list {
		margin-bottom: 60px;
	}

	.touch .tit {
		font-size: 36px;
	}

	.touch .cBtn {
		width: 200px;
	}
}

@media screen and (max-width:1333px) {
	.products .con .title {
		font-size: 24px;
		line-height: 35px;
	}

	.mBtn {
		font-size: 16px;
	}

	.products .list .productItem {
		padding: 15px 10px;
	}

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

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

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

	.products .con {
		width: 70%;
	}

	.products .pNav {
		width: 25%;
	}

	.products .pNav ul li {
		padding: 10px 5px;
	}

	.products .pNav .menuBtn {
		font-size: 18px;
	}

	.products .list {
		margin-bottom: 50px;
	}

	.touch .tit {
		font-size: 28px;
		line-height: 35px;
	}

	.touch {
		border-radius: 10px;
		padding: 50px 40px;
	}

}

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

	.products .con {
		width: 100%;
	}

	.products .pNav {
		width: 100%;
		margin-bottom: 40px;
	}

	.products .pNav .menuBtn {
		height: 50px;
	}

	.products .pNav ul li a {
		font-size: 14px;
		line-height: 26px;
	}

	.products .pNav .menuBtn i {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 30px;
		height: 30px;
		background-color: #ffffff;
		border-radius: 50%;
		color: #1a95d4;
		font-size: 14px;
	}

	.products .pNav i.active {
		transform: rotate(90deg);
	}

	.products .con .title {
		font-size: 22px;
		line-height: 30px;
	}

	.mBtn {
		font-size: 14px;
		line-height: 24px;
	}

	.products .list .line {
		margin: 10px 0;
	}

	.products .list {
		margin-bottom: 40px;
	}

	.products .pNav>ul {
		display: none;
		transition: none;
	}

	.touch {
		border-radius: 5px;
		padding: 40px 30px;
		flex-direction: column;
		align-items: flex-start;
	}

	.touch .tit {
		font-size: 24px;
		width: 100%;
		margin-bottom: 30px;
	}

	.touch .cBtn {
		width: 180px;
	}

	.mbox {
		height: 78px;
	}

}

@media screen and (max-width:768px) {
	.touch .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.touch .cBtn {
		width: 170px;
	}
}

@media screen and (max-width:538px) {
	.products .list {
		justify-content: space-between;
	}

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

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

	.touch .tit {
		font-size: 20px;
	}

	.touch {
		padding: 40px 20px;
	}

}


/* 2-2products-Details */

.productDet {
	padding: 47px 0 65px 0;
}


.productShow {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 87px;
}


.productShow .shows {
	display: flex;
	flex-shrink: 0;
	margin-right: 7.5%;
}

.productShow .showSipwer {
	width: 320px;
	margin-right: 21px;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0px 0px 29px 2px rgba(0, 0, 0, 0.1);
}


.productShow .swiperBox {
	width: 75px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 292px;
	padding: 30px 0;
}


.productShow .checkSwiper {
	overflow: visible;
	clip-path: polygon(-1000% -3%, 1000% -3%, 1000% 103%, -1000% 103%);
	height: 100%;
}

.productShow .checkSwiper .swiper-slide {
	opacity: 0;
	transition: .3s ease opacity;
	pointer-events: none;
}


.productShow .checkSwiper .swiper-slide.swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}

.productShow .swiperBox .prev,
.productShow .swiperBox .next {
	width: 100%;
	position: absolute;
	color: #333333;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 26px;
	height: 26px;
	background-color: #f4f4f4;
	cursor: pointer;
	border-radius: 50%;
}




.productShow .swiperBox .prev i,
.productShow .swiperBox .next i {
	font-size: 12px;
	color: #333333;
}


.productShow .swiperBox .prev:hover,
.productShow .swiperBox .next:hover {
	background-color: #1f97d5;
}


.productShow .swiperBox .prev {
	top: 2.5px;
	margin-top: -2px;
}

.productShow .swiperBox .prev i {
	transform: rotate(-90deg);
}

.productShow .swiperBox .next {
	bottom: 1px;
	margin-bottom: -2px;
}

.productShow .swiperBox .next i {
	transform: rotate(90deg);
}


.productShow .checkSwiper .swiper-slide {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}


.productShow .checkSwiper .swiper-slide::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	box-sizing: border-box;
	transition: .4s ease all;
	pointer-events: none;
	overflow: hidden;
	border: 1px solid transparent;
	border-radius: 8px;
}

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




.productShow .jianjie {
	flex: 1;
}


.productShow .jianjie h1 {
	font-family: Inter-Bold;
	font-size: 28px;
	line-height: 35px;
	color: #333333;
	margin-bottom: 15px;
	font-weight: normal;
	margin-top: 10px;
}



.showSipwerBox {
	position: relative;
}


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


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

.showSipwer .swiper-slide .video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	cursor: pointer;
	width: 54px;
}

.showSipwer .swiper-slide .video:hover img {
	transform: scale(1.1);
}

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


.productShow .jianjie .btns .cBtn {
	margin-right: 28px;
	background-color: #e5f1f8;
	border-color: #e5f1f8;
	color: #333333;
	height: 52px;
	width: 184px;
	font-size: 16px;
	padding: 0 9px 0 19px;
}

.productShow .jianjie .btns .cBtn i {
	background-color: #1f97d5;
	color: #ffffff;
	width: 38px;
	height: 38px;
	font-size: 12px;
}

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


.productShow .jianjie .btns .cBtn:hover {
	background-color: #1f97d5;
	border-color: #1f97d5;
	color: #ffffff;
}

.productShow .jianjie .btns .cBtn:hover i {
	background-color: #f4f4f4;
	color: #333333;
}


.productShow .jianjie .txts {
	margin-bottom: 58px;
}



/*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;
}




.productDet .description .title1 {
	margin-bottom: 24px;
	color: #333333;
	font-family: Inter-Bold;
	font-size: 36px;
	line-height: 45px;
	color: #333333;
}

@media screen and (max-width:1600px) {
	.productShow .jianjie h1 {
		margin-top: 0;
		margin-bottom: 20px;
	}

	.productShow {
		margin-bottom: 80px;
	}

	.productShow .jianjie .btns .cBtn i {
		width: 35px;
		height: 35px;
	}

	.productShow .jianjie .btns .cBtn {
		height: 45px;
	}
}

@media screen and (max-width:1333px) {
	.productShow .shows {
		margin-right: 4%;
	}

	.productShow .jianjie h1 {
		font-size: 26px;
		line-height: 35px;
	}

	.productShow .jianjie .txts {
		margin-bottom: 40px;
	}

	.productShow .jianjie .btns .cBtn {
		height: 40px;
		width: 180px;
	}

	.productShow {
		margin-bottom: 60px;
	}
}

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

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

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

	.productShow .shows {
		margin-right: 0;
		width: 100%;
		justify-content: center;
		margin-bottom: 40px;
	}

	.productShow .jianjie h1 {
		font-size: 24px;
		line-height: 30px;
	}

	.productShow .jianjie .txts {
		margin-bottom: 30px;
	}

	.productShow {
		margin-bottom: 50px;
	}

	.productShow .jianjie .btns .cBtn {
		font-size: 14px;
		line-height: 24px;
		width: 150px;
	}

	.productShow .jianjie .btns .cBtn i {
		width: 30px;
		height: 30px;
	}


}

@media screen and (max-width:768px) {
	.productShow .jianjie h1 {
		font-size: 22px;
		line-height: 30px;
	}
}

@media screen and (max-width:538px) {
	.productShow .showSipwer {
		width: 220px;
	}

	.productShow .swiperBox {
		height: 200px;
		width: 40px;
	}

	.showSipwer .swiper-slide .video {
		width: 45px;
	}

	.productShow .jianjie h1 {
		font-size: 20px;
	}

	.productShow .jianjie .btns .cBtn {
		width: 140px;
		margin-right: 5px;
	}

	.productShow .jianjie .btns .cBtn i {
		width: 28px;
		height: 28px;
	}
}



.advantage {
	background-color: #f3f8fb;
	padding: 56px 0 56px 0;
}

.advantage .title {
	font-family: Inter-Bold;
	font-size: 30px;
	line-height: 45px;
	color: #333333;
	margin-bottom: 18px;
}

.pList.standardEdit {
	padding-left: 32px;
}

.pList.standardEdit p em {
	position: relative;
}

.pList.standardEdit p em::before {
	position: absolute;
	left: 0;
	top: -4px;
	transform: translateX(-139%);
	width: 26px;
	height: 26px;
	background-image: url("../images/sign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
}



.performance {
	padding: 73px 0 69px 0;
}


.performance .title1 {
	font-family: Inter-Bold;
	font-size: 36px;
	line-height: 45px;
	color: #333333;
	margin-bottom: 28px;
}



.parameter {
	padding: 71px 0 71px 0;
	background-color: #f3f8fb;
}


.parameter .title1 {
	font-family: Inter-Bold;
	font-size: 36px;
	line-height: 45px;
	color: #333333;
	margin-bottom: 18px;
}





.parameter .table table tr td {
	padding: 15px 13px;
	font-size: 16px;
	background-color: transparent;
	color: #333333;
	border: 1px solid #dfeaf1;
}

.parameter .table table tr:nth-child(1) td {
	padding: 18px 13px;
	background-color: #dbebf4;
	border-color: #dbebf4;
	font-family: Manrope-SemiBold;
	font-size: 18px;
	line-height: 28px;
	color: #1f97d5;
}




.pQuote {
	padding: 45px 0 138px 0;
}


.pQuote .txts {
	margin-bottom: 47px;
}



.pQuote .txts p {
	color: #333333;
}





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


.pQuote .con .quote {
	width: 54%;
}

.pQuote .con .image {
	width: 44.714%;
	transform: translateY(20px);
}


.pQuote .quote li {
	border: 1px solid #dddddd;
}


.cForm ul li.code input {
	border: 1px solid #dddddd;
}





.pApps {
	padding: 100px 0 124px 0;
}



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

	.advantage .title,
	.performance .title1,
	.parameter .title1 {
		margin-bottom: 30px;
	}

	.pList.standardEdit p em {
		font-size: 18px;
	}

	.pList.standardEdit p em::before {
		width: 22px;
		height: 22px;
	}

}

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

@media screen and (max-width:999px) {
	.advantage .title {
		font-size: 26px;
	}

	.parameter .table table tr td {
		font-size: 14px;
		line-height: 24px;
	}

	.parameter .table table tr:nth-child(1) td {
		font-size: 16px;
		line-height: 26px;
		padding: 15px 13px;
	}

	.pQuote .txts {
		margin-bottom: 40px;
	}

	.pList.standardEdit p em {
		font-size: 16px;
	}
}

@media screen and (max-width:768px) {
	.advantage .title {
		font-size: 24px;
	}

	.pList.standardEdit p em::before {
		top: -6px;
		width: 20px;
		height: 20px;
	}

	.pQuote .con {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.pQuote .con .quote {
		width: 100%;
	}

	.pQuote .txts {
		margin-bottom: 30px;
	}

	.pQuote .con .image {
		display: none;
	}

	.parameter .table table tr:nth-child(1) td {
		padding: 15px 5px;
	}

	.parameter .table table tr td {
		padding: 10px 5px;
	}
}

@media screen and (max-width:538px) {
	.advantage .title {
		font-size: 22px;
		line-height: 30px;
	}
}











/* 3-1Application */

.application {
	padding: 52px 0 95px 0;

}

.application .mbox {
	margin-top: 9px;
}

.application .title {
	font-family: Inter-Bold;
	font-size: 26px;
	line-height: 50px;
	color: #333333;
}

.application .appList {
	margin-bottom: 96px;
	margin-top: 39px;
}

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

.appList .appItem {
	margin-top: 40px;
	width: 31.92%;
	margin-right: 2.12%;
}

.appList .appItem .btn {
	color: #1a95d4;
}


.appList .appItem .btn:hover {
	text-decoration: underline;
}

.appList .appItem:nth-child(3n) {
	margin-right: 0;
}

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


.appItem:hover {
	box-shadow: 0px 0px 15px 1px rgba(31, 151, 213, 0.1);
}


.application .pager {
	margin-bottom: 92px;
}


@media screen and (max-width:1600px) {
	.application .appList {
		margin-bottom: 60px;
	}

	.application .pager {
		margin-bottom: 80px;
	}
}

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

	.application .appList {
		margin-bottom: 50px;
	}

	.application .pager {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.application .title {
		font-size: 24px;
		line-height: 35px;
	}

	.application .mbox {
		margin-top: 15px;
	}

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

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

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

	.application .appList {
		margin-bottom: 40px;
	}

	.application .pager {
		margin-bottom: 50px;
	}

}

@media screen and (max-width:768px) {
	.application .title {
		font-size: 22px;
		line-height: 30px;
	}

	.application .appList {
		margin-top: 30px;
	}
}

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

	.appList .appItem:nth-child(1) {
		margin-top: 0;
	}
}




/* 3-2Application-details */

.appDet {
	padding: 54px 0 82px 0;
}


.appDet .title {
	font-family: Inter-Bold;
	font-size: 26px;
	line-height: 45px;
	color: #333333;
	text-align: center;
	margin-bottom: 16px;
}

.appDet .con {
	padding: 31px 0;
	margin-bottom: 57px;
	border-top: 1px solid #dddddd;
}


.standardEdit p strong {
	font-family: Inter-Bold;
	font-size: 20px;
	color: #1f97d5;
	display: inline-block;
	margin-bottom: 17px;
}


.standardEdit p em {
	font-family: Manrope-SemiBold;
	font-size: 20px;
	color: #333333;
	display: flex;
	align-items: flex-start;
	font-style: normal;
	margin-bottom: 3px;
}


.standardEdit p em::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background-color: #1f97d5;
	transform: rotate(45deg);
	margin-top: 9px;
	flex-shrink: 0;
	margin-right: 6px;
}






.relatedApp {
	padding: 83px 0 40px 0;
}


.hotApp .title1 {
	font-family: Inter-Bold;
	font-size: 46px;
	line-height: 56px;
	color: #333333;
	margin-bottom: 41px;
	text-align: center;
}


.aProducts {
	padding: 83px 0 114px 0;
}

@media screen and (max-width:1600px) {
	.appDet .title {
		margin-bottom: 30px;
	}

	.appDet .con {
		margin-bottom: 40px;
	}

}

@media screen and (max-width:1333px) {
	.appDet .con {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:999px) {
	.standardEdit p strong {
		font-size: 18px;
	}

	.appDet .title {
		font-size: 24px;
		line-height: 35px;
	}

	.standardEdit p em {
		font-size: 18px;
	}

	.appDet .con {
		margin-bottom: 10px;
	}

	.standardEdit p em {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:768px) {
	.appDet .con {
		margin-bottom: 0px;
	}

	.hotApp .title1 {
		margin-bottom: 30px;
	}

	.appDet .title {
		font-size: 22px;
		line-height: 30px;
	}
}

@media screen and (max-width:538px) {
	.appDet .title {
		font-size: 20px;
	}
}




/* 4-1company */

.aboutUs {
	padding: 67px 0 38px 0;
}


.aboutUs .about .lTit .title1 {
	font-size: 36px;
	line-height: 46px;
	margin-top: 2px;
}

.aboutUs .about .lTit {
	margin-bottom: 25px;
}

.aboutUs .about .standardEdit strong {
	font-size: 20px;
	color: #333333;
	font-weight: normal;
	font-family: Manrope-SemiBold;
	margin-bottom: 1px;
}

@media screen and (max-width:1600px) {
	.aboutUs .about .standardEdit strong {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:1333px) {
	.aboutUs .about .standardEdit strong {
		font-size: 18px;
	}
}


.culture {
	padding: 81px 0 91px 0;
	background-color: #f3f8fb;
}



.culture .title1 {
	font-family: Inter-Bold;
	font-size: 36px;
	line-height: 45px;
	color: #222222;
	text-align: center;
	margin-bottom: 47px;
}


.culture .con {
	display: flex;
	justify-content: space-between;
}


.culture .show {
	width: 65.95%;
}


.culture .box {
	width: 32.714%;
}



.culture .item {
	position: relative;
}

.culture .msg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
	padding: 20px 57px;
}

.culture .show .big .msg {
	padding: 46px 48px;
}

.culture .tit {
	font-family: Manrope-Regular;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 11px;
}

.culture .txts {
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	min-height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}



.culture .con .show {
	display: flex;
	justify-content: space-between;
}

.culture .con .show .big {
	width: 48.4%;
	border-radius: 16px 0px 0px 0px;
	overflow: hidden;
	position: relative;
}


.culture .con .show .list {
	width: 49.6%;
}

.culture .con .list .item {
	overflow: hidden;
	position: relative;
	margin-top: 4.5%;
}

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



.culture .con .show .list .item:nth-child(1) {
	border-radius: 0px 0px 16px 0px;
}

.culture .con .show .list .item:nth-child(2) {
	border-radius: 0px 16px 0px 0px;
}



.culture .con .box .list .item:nth-child(1) {
	border-radius: 0px 0px 0px 16px;
}

.culture .con .box .list .item:nth-child(2) {
	border-radius: 16px 0px 0px 0px;
}



@media screen and (max-width:1600px) {
	.culture .show .big .msg {
		padding: 30px;
	}

	.culture .msg {
		padding: 20px;
	}
}

@media screen and (max-width:1333px) {
	.culture .title1 {
		margin-bottom: 40px;
	}

	.culture .msg {
		padding: 10px;
	}

	.culture .tit {
		font-size: 18px;
		line-height: 28px;
	}

}

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

	.culture .con .box {
		width: 100%;
		margin-top: 30px;
	}

	.culture .con .box .list {
		display: flex;
		justify-content: space-between;
	}

	.culture .con .box .list .item {
		margin-top: 0;
		width: 48.5%;
	}

	.culture .show {
		width: 100%;
	}

	.culture .con .show .list,
	.culture .con .show .big {
		width: 48.5%;
	}

	.culture .con .list .item {
		margin-top: 7.6%;
	}

	.culture .con .show .list .item:nth-child(1) {
		border-radius: 0px 16px 0px 0px;
	}

	.culture .con .show .list .item:nth-child(2) {
		border-radius: 0px;
	}

	.culture .con .box .list .item:nth-child(2) {
		border-radius: 0px 0px 16px 0px;
	}

	.culture .tit {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 5px;
	}

	.culture .show .big .msg {
		padding: 20px 10px;
	}

}

@media screen and (max-width:768px) {
	.culture .con .box {
		margin-top: 20px;
	}
}

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

	.culture .con .show .list,
	.culture .con .show .big {
		width: 100%;
	}

	.culture .con .box .list {
		flex-direction: column;
	}

	.culture .con .box .list .item {
		width: 100%;
		margin-top: 30px;
	}

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

	.culture .con .show .big {
		margin-bottom: 30px;
		border-radius: 5px;
		height: 200px;
	}

	.culture .con .list .item {
		margin-top: 30px;
		height: 200px;
	}

	.culture .con .show .big img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

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

	.culture .list .image {
		height: 100%;
	}

	.culture .con .show .list .item:nth-child(n) {
		border-radius: 5px;
	}

	.culture .con .box .list .item:nth-child(n) {
		border-radius: 5px;
	}
}







.history {
	padding: 73px 0 82px 0;
}



.history .title1 {
	font-family: Inter-Bold;
	font-size: 36px;
	line-height: 45px;
	color: #222222;
	margin-bottom: 39px;
	text-align: center;
}


.history .swiper {
	overflow: visible;
}

.history .swiper .swiper-slide {
	opacity: 0;
	pointer-events: none;
	transition: .4s ease opacity;
	height: auto;
}



.history .swiper .swiper-slide.swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}



.history .year {
	text-align: center;
	font-family: Manrope-SemiBold;
	font-size: 24px;
	color: #1f97d5;
	margin-bottom: 10px;
}

.history .circle {
	width: 16px;
	height: 16px;
	background-color: #f7f7f7;
	border: solid 1px #1f97d5;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 40px;
	position: relative;
	background-color: #ffffff;
}



.history .circle::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #1f97d5;
}



.history .circle::before {
	content: "";
	width: 1px;
	height: 48px;
	background-color: #1f97d5;
	border-radius: 1px;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	z-index: -1;
}


.history .msg {
	background-color: #ffffff;
	box-shadow: 0px 0px 18px 2px rgba(13, 14, 67, 0.1);
	border-radius: 8px;
	padding: 11px 30px 30px;
	overflow: hidden;
	min-height: 143px;
}


.history .tit {
	font-family: Manrope-Regular;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	text-align: center;
	margin-bottom: 0px;
}

.history .txts {
	text-align: center;
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}

.history .swiperBox {
	padding: 0 8.5px;
}

.history .swiperBox::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 48px;
	width: 100%;
	height: 4px;
	background-image: url("../images/historyM1-1.png");
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}


.history .swiperBox .sBtns>div {
	background-color: #f3f8fb;
}


.history .swiperBox .sBtns>div:hover {
	background-color: #1f97d5;
}

.history .sBtns>div {
	transform: translateY(-87%);
}

@media screen and (max-width:1333px) {
	.history .year {
		font-size: 22px;
	}

	.history .msg {
		padding: 10px 20px;
	}

	.history .tit {
		font-size: 18px;
	}
}

@media screen and (max-width:999px) {
	.history .year {
		font-size: 20px;
	}
}

@media screen and (max-width:768px) {
	.history .circle {
		margin-bottom: 30px;
	}

	.history .sBtns>div {
		transform: translateY(0%);
	}
}

@media screen and (max-width:538px) {
	.history .msg {
		min-height: 150px;
	}
}






.cHonor {
	padding: 66px 0 65px 0;
	background-color: #f3f8fb;
}


.cHonor .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 26px;
}



.cHonor .title1 {
	font-family: Inter-Bold;
	font-size: 36px;
	line-height: 45px;
	color: #333333;
}


.cHonor .cBtn {
	width: 184px;
	padding: 0 9px 0 19px;
	font-size: 16px;
}


.cHonor .cBtn:hover {
	color: #1f97d5;
}


.cHonor .cBtn i {
	width: 38px;
	height: 38px;
}


.cHonor .list {
	display: flex;
	flex-wrap: wrap;
}

.cHonor .swiper {
	overflow: visible;
	clip-path: polygon(-2% -1000%, 102% -1000%, 102% 1000%, -2% 1000%);

}


.cHonor .swiper .swiper-slide {
	opacity: 0;
	pointer-events: none;
	transition: .4s ease opacity;
}

.cHonor .swiper .swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}


.cHonor .swiper-slide .image {
	margin-bottom: 14px;
}

.cHonor .swiper-slide .image:hover {
	box-shadow: 0px 0px 15px 1px rgba(31, 151, 213, 0.4);
}


.cHonor .swiper-slide .image:hover img {
	transform: scale(1, 1);
}


.cHonor .swiper-slide .name {
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


@media screen and (max-width:1600px) {
	.cHonor .title {
		margin-bottom: 50px;
	}

	.cHonor .cBtn i {
		width: 35px;
		height: 35px;
	}

}

@media screen and (max-width:1333px) {
	.cHonor .cBtn i {
		width: 30px;
		height: 30px;
		font-size: 12px;
	}
}

@media screen and (max-width:999px) {
	.cHonor .title {
		margin-bottom: 40px;
	}

	.cHonor .cBtn i {
		width: 28px;
		height: 28px;
		font-size: 12px;
	}
}

@media screen and (max-width:538px) {
	.cHonor .swiper .swiper-slide {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

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

	.cHonor .title1 {
		margin-bottom: 20px;
	}
}





.strength {
	padding: 90px 0 71px 0;
}


.strength .title1 {
	font-family: Inter-Bold;
	font-size: 36px;
	line-height: 45px;
	color: #333333;
	margin-bottom: 28px;
	text-align: center;
}



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



.strength .list .item {
	width: 49.285%;
	background-color: #f3f8fb;
	border-radius: 8px;
	padding: 37px 30px 42px 24.5px;
	margin-top: 20px;
}

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

.strength .list .item .image {
	width: 42px;
	margin-bottom: 12px;
}


.strength .list .item .tit {
	font-family: Inter-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 3px;
}


.capabilities {
	margin-bottom: 115px;
}


.capabilities .title1 {
	font-family: Inter-Bold;
	font-size: 36px;
	line-height: 45px;
	color: #333333;
	text-align: center;
	margin-bottom: 43px;
}


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

.capabilities .list .item {
	width: 45.428%;
	margin-top: 30px;
}

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


.capabilities .list .box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 38px;
}


.capabilities .list .image {
	width: 38.364%;
}

.capabilities .list .name {
	width: 58.8%;
	font-family: Manrope-Regular;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
}


.capabilities .tit {
	font-family: Manrope-SemiBold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 6px;
}


@media screen and (max-width:1600px) {
	.strength .title1 {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1333px) {
	.strength .title1 {
		margin-bottom: 40px;
	}

	.strength .list .item {
		padding: 30px;
	}

	.strength .list .item .image {
		width: 40px;
	}
}

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

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

	.strength .list .item .image {
		width: 35px;
	}

	.strength .list .item .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:768px) {
	.strength .list .item {
		padding: 30px 20px;
	}
}




.guaranteed {
	padding: 88px 0 246px 0;
	position: relative;
}


.guaranteed::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	background-color: #f3f8fb;
	z-index: -3;
}


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


.guaranteed .con .showImg {
	width: 39.57%;
	border-radius: 16px;
	overflow: hidden;
}


.guaranteed .con .showImg img {
	display: block;
}

.guaranteed .con .box {
	width: 46.6%;
}


.guaranteed .lTit {
	align-items: flex-start;
	margin-bottom: 63px;
	margin-top: 27px;
}




.guaranteed .lTit .tit {
	text-align: left;
}

.guaranteed .lTit .title1 {
	text-align: left;
	font-size: 36px;
	line-height: 51px;
	color: #333333;
}


.guaranteed .con .image {
	position: relative;
	width: 84.969%;
	transform: translateX(-23.8%);
}

.guaranteed .con .image img {
	border-radius: 16px;
	position: relative;
}

.guaranteed .con .image::after {
	content: "";
	display: block;
	position: absolute;
	width: 167px;
	height: 120px;
	background-color: #1f97d5;
	border-radius: 8px;
	bottom: -19px;
	right: -15px;
	z-index: -1;
}

@media screen and (max-width:1600px) {
	.capabilities .list .name {
		font-size: 20px;
		line-height: 30px;
	}

	.capabilities .tit {
		margin-bottom: 20px;
	}

	.capabilities {
		margin-bottom: 80px;
	}
}

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

	.capabilities .list .item:nth-child(n) {
		width: 100%;
		margin-top: 40px;
	}

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

	.capabilities .list .name {
		font-size: 18px;
	}

	.capabilities .tit {
		font-size: 18px;
	}
}



.concept {
	padding: 115px 0 107px 0;
}

.concept .image {
	width: 42.1428%;
	border-radius: 8px;
	overflow: hidden;
	float: right;
	margin-left: 5%;
}


.concept .lTit {
	align-items: flex-start;
	margin-bottom: 21px;
}


.concept .title1 {
	text-align: left;
	font-size: 36px;
	line-height: 51px;
}



@media screen and (max-width:1333px) {
	.guaranteed .lTit {
		margin-top: 0;
		margin-bottom: 30px;
	}

	.guaranteed .con .showImg {
		border-radius: 10px;
	}

	.guaranteed .con .image img,
	.guaranteed .con .image::after {
		border-radius: 10px;
	}
}

@media screen and (max-width:999px) {
	.guaranteed .con .image {
		transform: translateX(-10%);
	}
}

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

	.guaranteed .con .box {
		width: 100%;
	}

	.guaranteed .con .showImg {
		width: 100%;
		height: 200px;
		margin-bottom: 30px;
	}


	.guaranteed .con .showImg img {
		height: 100%;
		width: 100%;
		object-fit: cover;
		max-width: none;
	}

	.guaranteed .con .image {
		transform: translateX(0);
		height: 200px;
		width: 100%;
	}

	.guaranteed .con .image img,
	.concept .image img {
		height: 100%;
		width: 100%;
		object-fit: cover;
		max-width: none;
	}

	.concept .con {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.concept .image {
		margin-left: 0;
		width: 100%;
		height: 200px;
		margin-bottom: 30px;
	}
}









/* 5-1Service Overview */

.service {
	padding: 66px 0 105px 0;
}


.tDes {
	font-family: Manrope-Regular;
	font-size: 24px;
	line-height: 34px;
	color: #333333;
	margin: 0 auto;
	width: 77%;
	text-align: center;
}


.service .tDes {
	margin-bottom: 50px;
}


.service .appList {
	margin-bottom: 100px;
}


.service .appList .btn {
	color: #666666;
}


.service .appList .appItem .txts {
	margin-bottom: 16px;
}

.service .appItem .msg {
	padding: 23px 31px 44px 31px;
}

@media screen and (max-width:1600px) {
	.tDes {
		font-size: 20px;
		line-height: 30px;
		width: 90%;
	}

	.service .appItem .msg {
		padding: 20px;
	}

	.service .appList {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:1333px) {
	.tDes {
		font-size: 18px;
	}

	.service .appList {
		margin-bottom: 60px;
	}
}

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

	.service .tDes {
		margin-bottom: 40px;
	}

	.service .appList {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.service .appList {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.tDes {
		width: 100%;
	}
}




/* 5-2Product Design */


.productDesign {
	padding: 66px 0 105px 0;
}


.productDesign .tDes {
	margin-bottom: 70px;
}


.productDesign .list {
	margin-bottom: 117px;
}


.productDesign .list .item {
	margin-bottom: 63px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}



.productDesign .list .clear {
	display: none;
}


.productDesign .list .item:nth-child(2n) {
	flex-direction: row;
}

.productDesign .list .item:nth-child(2n-1) {
	flex-direction: row-reverse;
}





.productDesign .list .image {
	border-radius: 8px;
	overflow: hidden;
	width: 46.357%;
}

.productDesign .list .msg {
	width: 49.6%;
}


.productDesign .list .tit {
	font-family: Inter-Bold;
	font-size: 36px;
	line-height: 45px;
	color: #333333;
	margin-bottom: 20px;
	margin-top: -22px;
}


.productDesign .list .txts {
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}

.productDesign .list .item:last-child {
	margin-bottom: 0;
}

@media screen and (max-width:1600px) {
	.productDesign .list .tit {
		margin-top: 0;
		font-size: 30px;
		line-height: 45px;
	}

}

@media screen and (max-width:1333px) {
	.productDesign .list .image {
		border-radius: 5px;
	}

	.productDesign .list .tit {
		font-size: 24px;
		line-height: 35px;
		margin-bottom: 30px;
	}

	.productDesign .tDes {
		margin-bottom: 60px;
	}

	.productDesign .list .item {
		margin-bottom: 50px;
	}

	.productDesign .list {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:999px) {
	.productDesign .tDes {
		margin-bottom: 50px;
	}

	.productDesign .list .tit {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.productDesign .list .item {
		display: block;
	}

	.productDesign .list .clear {
		display: block;
	}

	.productDesign .list .item:nth-child(2n-1) .image {
		float: right;
		margin-left: 5%;
	}

	.productDesign .list .item:nth-child(2n) .image {
		float: left;
		margin-right: 5%;
	}

	.productDesign .list .msg {
		width: 100%;
	}

	.productDesign .list {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:768px) {
	.productDesign .list .tit {
		font-size: 20px;
	}

	.productDesign .list .item {
		margin-bottom: 40px;
	}

	.productDesign .list {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:538px) {
	.productDesign .list .item:nth-child(n) .image {
		width: 100%;
		float: none;
		margin: 0;
		margin-bottom: 20px;
	}

	.productDesign .list .tit {
		margin-bottom: 15px;
		font-size: 20px;
	}

	.productDesign .list {
		margin-bottom: 40px;
	}

	.productDesign .tDes {
		margin-bottom: 40px;
	}
}





/* 5-3Certification */


.certification {
	padding: 66px 0 105px 0;
}

.certification .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 81px;
}


.certification .list .item {
	width: 23.79%;
	margin-right: 1.613%;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}



.certification .list .item:nth-child(4n) {
	margin-right: 0;
}

.certification .list .item:nth-child(-n+4) {
	margin-top: 0;
}



.certification .list .name {
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.certification .list .image {
	overflow: hidden;
	margin-bottom: 14px;
}

.certification .list .image:hover img {
	transform: scale(1, 1);
}

.certification .list .image:hover {
	box-shadow: 0px 0px 15px 1px rgba(31, 151, 213, 0.4);
}


.certification .pager {
	margin-bottom: 103px;
}


@media screen and (max-width:1600px) {
	.certification .list {
		margin-bottom: 60px;
	}

	.certification .pager {
		margin-bottom: 80px;
	}

}

@media screen and (max-width:1333px) {
	.certification .list {
		margin-bottom: 50px;
	}

	.certification .pager {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.certification .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
	}

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

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

	.certification .list {
		margin-bottom: 40px;
	}

	.certification .pager {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:538px) {
	.certification .list {
		justify-content: space-between;
	}

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

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




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

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

	.certification .list .image {
		max-width: 200px;
	}
}



/* 6-1news */

.news {
	padding: 68px 0 105px 0;
}


.news .list {
	margin-bottom: 116px;
}



.news .list .pager {
	margin-bottom: 80px;
}


.news .list .item {
	margin-bottom: 33px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: -1px;
}



.news .list .item:last-child {
	margin-bottom: 0;
}




.news .list .item .image {
	width: 409px;
	border-radius: 8px;
	overflow: hidden;
	flex-shrink: 0;
	margin-right: 33px;
}




.news .list .item:hover {
	background-color: #f3f8fb;
}



.news .list .time {
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 6px;
}


.news .list .tit {
	font-family: Inter-Bold;
	font-size: 20px;
	line-height: 32px;
	color: #333333;
	margin-bottom: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}


.news .list .txts {
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	hyphens: auto;
}



.news .pager {
	margin-bottom: 103px;
}


@media screen and (max-width:1600px) {
	.news .list .time {
		margin-top: 0;
	}

	.news .list .item .image {
		width: 350px;
	}

	.news .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.news .list {
		margin-bottom: 60px;
	}

	.news .pager {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:1333px) {
	.news .list .item .image {
		width: 300px;
		margin-right: 20px;
	}

	.news .list {
		margin-bottom: 50px;
	}

	.news .pager {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.news .list .item .image {
		width: 240px;
	}

	.news .list .item:hover {
		background-color: transparent;
	}

	.news .list .tit {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.news .list {
		margin-bottom: 40px;
	}

	.news .pager {
		margin-bottom: 50px;
	}

}

@media screen and (max-width:768px) {
	.news .list .item .image {
		width: 220px;
	}
}

@media screen and (max-width:538px) {
	.news .list {
		max-width: 400px;
		margin: 0 auto 40px;
	}

	.news .list .item {
		flex-direction: column;
		align-items: flex-start;
	}

	.news .list .item .image {
		width: 100%;
		margin-bottom: 20px;
	}
}



/* 6-2new-details */


.newsDet {
	padding: 57px 0 74px 0;
}

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



.newDetCon .con {
	width: 70.8%;
}


.newDetCon .newSlide {
	width: 23.05%;
}


.newDetCon .con h1 {
	font-family: Inter-Bold;
	font-size: 28px;
	line-height: 40px;
	color: #333333;
	margin-bottom: 13px;
	hyphens: auto;
	font-style: normal;
}


.newDetCon .tips {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}


.newDetCon .tips .time {
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	flex-shrink: 0;
	margin-right: 30px;
}


.newDetCon .tips .share {
	display: flex;
	align-items: center;
}

.newDetCon .tips .share img {
	display: block;
}

.newDetCon .details {
	padding: 32px 0;
	border-top: 1px solid #dddddd;
	margin-bottom: 23px;
}


.standardEdit p {
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	hyphens: auto;
}

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



.prevOrNext>div {
	display: flex;
	align-items: center;
	width: 49%;
}



.prevOrNext>div .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	flex-shrink: 0;
	width: 51px;
	height: 51px;
	background-color: rgba(102, 102, 102, 0.7);
	transform: translateY(-4px);
}


.prevOrNext>div a.btn:hover {
	background-color: #1f97d5;
	color: #ffffff;
}

.prevOrNext>div .btn i {
	font-size: 20px;
	color: #ffffff;
}


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

.prevOrNext>div.next {
	justify-content: flex-end;
}

.prevOrNext>div.next .btn {
	margin-left: 15px;
}




.prevOrNext .name {
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
}


.prevOrNext .tit {
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}


.prevOrNext .next .name {
	text-align: right;
}


.prevOrNext a.tit :hover {
	color: #1f97d5;
	text-decoration: underline;
}



.latestNews .title {
	height: 60px;
	background-color: #1a95d4;
	display: flex;
	align-items: center;
	padding: 0 22px;
	font-family: Inter-Bold;
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 6px;
	margin-top: 9px;
}

.latestNews .list {
	padding-left: 7px;
}

.latestNews .item {
	margin-bottom: -1px;
	border-bottom: 1px solid #dddddd;
	padding: 20px 0;
	padding-left: 10px;
}




.latestNews .item:last-child {
	margin-bottom: 0;
}


.latestNews .item .time {
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 6px;
}

.latestNews .item .name {
	font-family: Inter-Bold;
	font-size: 20px;
	line-height: 32px;
	color: #333333;
	hyphens: auto;
}




.relatedProducts {
	padding: 86px 0 111px 0;
}


.hotProducts .title1 {
	margin-bottom: 37px;
	font-family: Inter-Bold;
	font-size: 46px;
	line-height: 60px;
	color: #333333;
	text-align: center;
}




.nTouch {
	padding: 114px 0 105px 0;
}



@media screen and (max-width:1600px) {
	.newDetCon .con h1 {
		margin-bottom: 30px;
	}

	.newDetCon .tips {
		margin-bottom: 30px;
	}

	.prevOrNext>div .btn {
		width: 45px;
		height: 45px;
	}

	.prevOrNext>div .btn i {
		font-size: 16px;
	}

	.latestNews .title {
		margin-bottom: 20px;
		margin-top: 0;
	}

	.latestNews .item .name {
		font-size: 18px;
		line-height: 28px;
	}

	.latestNews .item {
		margin-bottom: 10px;
	}

}

@media screen and (max-width:1333px) {
	.newDetCon .con h1 {
		font-size: 24px;
		line-height: 35px;
	}

	.latestNews .item {
		padding-left: 0;
	}

	.latestNews .list {
		padding: 0 10px;
	}

	.latestNews .item .name {
		font-size: 16px;
		line-height: 28px;
	}

	.latestNews .title {
		height: 50px;
		padding: 0 10px;
		font-size: 18px;
	}

	.prevOrNext>div .btn {
		width: 40px;
		height: 40px;
	}

	.prevOrNext>div .btn i {
		font-size: 14px;
	}

}

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

	.newDetCon .con {
		width: 100%;
		margin-bottom: 50px;
	}

	.newDetCon .tips .time {
		font-size: 14px;
	}

	.newDetCon .newSlide {
		width: 100%;
	}

	.latestNews .title {
		margin-bottom: 10px;
	}

	.prevOrNext .name,
	.prevOrNext .tit {
		font-size: 14px;
		line-height: 24px;
	}

	.prevOrNext>div .btn {
		width: 35px;
		height: 35px;
		transform: translateY(0);
	}

	.prevOrNext>div .btn i {
		font-size: 12px;
	}

	.newDetCon .details {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:768px) {
	.newDetCon .con h1 {
		font-size: 22px;
		line-height: 30px;
	}

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

	.prevOrNext>div:nth-child(n) {
		margin-bottom: 10px;
		width: 100%;
	}

	.prevOrNext>div.next {
		flex-direction: row-reverse;
	}

	.prevOrNext>div.next .btn {
		margin-left: 0;
		margin-right: 15px;
	}

	.prevOrNext>div:last-child {
		margin-bottom: 0;
	}

	.prevOrNext .next .name {
		text-align: left;
	}

	.hotProducts .title1 {
		margin-bottom: 30px;
	}

}



@media screen and (max-width:538px) {
	.newDetCon .con h1 {
		font-size: 20px;
	}

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

	.newDetCon .tips .time {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.newDetCon .details {
		margin-bottom: 0;
	}

}



/* 7-1contact */

.contactUs {
	padding: 66px 0 76px 0;
}


.contactUs .getQuote {
	background-color: #f6f6f6;
	padding: 67px 70px 38px 46px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 95px;
}




.contactUs .getQuote .list {
	width: 36%;
}

.contactUs .getQuote .quote {
	width: 58.95%;
}


.contactUs .getQuote .list .item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 36px;
}


.contactUs .getQuote .list .item:last-child {
	margin-bottom: 0;
}


.contactUs .getQuote .list i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 66px;
	background-color: #1f97d5;
	border-radius: 31px;
	color: #ffffff;
	font-size: 30px;
	margin-right: 20px;
	flex-shrink: 0;
	transform: translateY(-9px);
}





.contactUs .getQuote .list .name {
	font-family: Manrope-Regular;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
}


.contactUs .getQuote .list .email {
	word-break: break-all;
}


.contactUs .getQuote .list .num {
	font-family: Manrope-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}

.contactUs .getQuote .list a.num:hover {
	color: #1f97d5;
	text-decoration: underline;
}

.contactUs .quote .title {
	margin-top: -15px;
}

.quote .title {
	font-family: Inter-Bold;
	font-size: 34px;
	line-height: 45px;
	color: #333333;
	margin-bottom: 32px;
}

.contactUs .quote .cForm ul li.code input {
	border: none;
}

.cForm input,
.cForm textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	font-family: Manrope-Regular;
	font-size: 16px;
}

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

.cForm ul li {
	height: 59px;
	width: 48.75%;
	margin-bottom: 31px;
	background-color: #ffffff;
	padding: 0 17px;
	overflow: hidden;
}

.cForm ul li.message {
	width: 100%;
	height: 117px;
	padding: 13px 16px;
	margin-bottom: 20px;
}


.cForm ul li.code {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: none;
	margin-bottom: 0;
	width: 66.3%;
	background-color: transparent;
}


.cForm ul li.code input {
	flex: 1;
	padding: 0 16px;
	background-color: #ffffff;
}

.cForm ul li.code .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	height: 100%;
	background-color: #ffffff;
	margin-left: 12px;
}


.cForm ul li.code .codeImg img {
	height: 100%;
}

.cForm ul li.subBtn {
	padding: 0;
	border: none;
	width: 28%;
	margin-bottom: 0;
	background-color: transparent;
}


.cForm ul li.subBtn input {
	background-color: #1f97d5;
	font-family: Manrope-Regular;
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
	border: 1px solid #1f97d5;
	border-radius: 30px;
}


.cForm ul li.subBtn input:hover {
	background-color: transparent;
	color: #1f97d5;
}

.cForm input::-webkit-input-placeholder,
.cForm textarea::-webkit-input-placeholder {
	font-family: Manrope-Regular;
	font-size: 16px;
	color: #999999;
}

.cForm input:-moz-placeholder,
.cForm textarea:-moz-placeholder {
	font-family: Manrope-Regular;
	font-size: 16px;
	color: #999999;
}

.cForm input::-moz-placeholder,
.cForm textarea::-moz-placeholder {
	font-family: Manrope-Regular;
	font-size: 16px;
	color: #999999;
}

.cForm input:-ms-input-placeholder,
.cForm textarea:-ms-input-placeholder {
	font-family: Manrope-Regular;
	font-size: 16px;
	color: #999999;
}


.contactUs .map {
	margin-bottom: 83px;
}


.contactUs .map img {
	display: block;
}

@media screen and (max-width:1600px) {
	.contactUs .getQuote {
		padding: 50px 40px;
		margin-bottom: 80px;
	}

	.contactUs .quote .title {
		margin-top: 0;
	}

	.quote .title {
		font-size: 30px;
		line-height: 45px;
	}

	.contactUs .getQuote .list i {
		width: 55px;
		height: 55px;
		font-size: 24px;
	}

	.cForm ul li {
		height: 50px;
	}

	.contactUs .map {
		margin-bottom: 80px;
	}

}

@media screen and (max-width:1333px) {
	.contactUs .getQuote .list .num {
		font-size: 16px;
		line-height: 26px;
	}

	.contactUs .getQuote .list i {
		width: 50px;
		height: 50px;
		font-size: 20px;
		transform: translateY(-3px);
	}

	.contactUs .getQuote .list .item {
		margin-bottom: 30px;
	}

	.cForm ul li {
		height: 45px;
		margin-bottom: 20px;
	}

	.quote .title {
		font-size: 28px;
	}

	.contactUs .getQuote .quote {
		width: 55%;
	}

	.contactUs .getQuote .list {
		width: 40%;
	}

	.contactUs .getQuote {
		padding: 40px 30px;
		margin-bottom: 60px;
	}

	.contactUs .map {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.contactUs .getQuote {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 50px;
	}

	.contactUs .map {
		margin-bottom: 50px;
	}

	.contactUs .getQuote .list {
		width: 100%;
		margin-bottom: 40px;
	}

	.contactUs .getQuote .list i {
		width: 45px;
		height: 45px;
		transform: translateY(0);
	}

	.contactUs .getQuote .quote {
		width: 100%;
	}

	.quote .title {
		font-size: 26px;
		margin-bottom: 20px;
	}

	.contactUs .getQuote .list .num {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.quote .title {
		font-size: 24px;
	}

	.contactUs .getQuote,
	.contactUs .map {
		margin-bottom: 40px;
	}

	.contactUs .getQuote .list i {
		width: 40px;
		height: 40px;
		transform: translateY(5px);
		font-size: 18px;
	}
}

@media screen and (max-width:538px) {
	.contactUs .getQuote {
		padding: 40px 15px;
	}

	.quote .title {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.cForm ul li.subBtn {
		width: 100%;
	}

	.cForm ul li.code {
		width: 100%;
		margin-bottom: 20px;
	}

	.cForm ul li {
		height: 40px;
	}
}








.talent .title {
	font-family: Inter-Bold;
	font-size: 36px;
	line-height: 43px;
	color: #333333;
	margin-bottom: 34px;
	text-align: center;
}




.talent .titList {
	background-color: #1f97d5;
	display: flex;
	align-items: center;
	padding: 16.5px 38px;
	border-radius: 8px 8px 0px 0px;
	overflow: hidden;
	margin-bottom: 6px;
}


.talent .titList .item {
	font-family: Manrope-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
}


.talent .titList .item:nth-child(1) {
	font-size: 20px;
}


.talent .titList .item:nth-child(1),
.faqList .question .item:nth-child(1) {
	width: 210px;
	text-align: left;
	margin-right: 12.1%;
}

.talent .titList .item:nth-child(2),
.faqList .question .item:nth-child(2) {
	width: 120px;
	margin-right: 16.9%;
}

.talent .titList .item:nth-child(3),
.faqList .question .item:nth-child(3) {
	width: 120px;
	margin-right: 5.93%;
}

.talent .titList .item:nth-child(4),
.faqList .question .item:nth-child(4) {
	width: 210px;
	margin-right: 5.05%;
}

.talent .titList .item:nth-child(5),
.faqList .question .btns .btn {
	width: 120px;
}


.faqList .question {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ececec;
	padding: 18px 38px;
	cursor: pointer;
}

.faqList .faq.active .question .btns .line2 {
	transform: rotate(90deg);
}

.faqList .question:hover {
	background-color: rgba(31, 151, 213, .1);
	border-bottom-color: rgba(31, 151, 213, .1);
}

.faqList .question .item {
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	text-align: center;
}


.faqList .question .btns .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}



.faqList .question .btns .btn i {
	font-style: normal;
	background-color: #a4a5b1;
}

.faqList .faq.active .question .btns i {
	background-color: #333333;
}

.faqList .question .btns .btn .line1 {
	width: 16px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.faqList .question .btns .btn .line2 {
	width: 2px;
	height: 16px;
}


.faqList .faq:nth-child(1) .answer {
	display: block;
}

.faqList .answer {
	padding: 30px 48px;
	display: none;
	border-bottom: 1px solid #ececec;
	transition: none;
}

.faqList .answer p strong {
	font-family: Manrope-Regular;
	font-size: 20px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 0;
}


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

	.talent .titList .item:nth-child(n),
	.faqList .question .item:nth-child(n) {
		margin-right: 0;
	}

	.talent .titList,
	.faqList .question {
		justify-content: space-between;
	}

	.talent .title {
		font-size: 30px;
	}

	.talent .titList {
		padding: 10px 15px;
	}

	.faqList .question {
		padding: 15px 15px;
	}

	.faqList .answer {
		padding: 30px;
	}
}

@media screen and (max-width:1333px) {
	.talent .titList .item {
		font-size: 16px;
	}

	.talent .titList .item:nth-child(1) {
		font-size: 18px;
	}

	.faqList .answer {
		padding: 20px;
	}

	.faqList .answer p strong {
		font-size: 18px;
	}

	.talent .title {
		font-size: 28px;
	}
}

@media screen and (max-width:999px) {
	.talent .titList .item:nth-child(1) {
		font-size: 16px;
		line-height: 26px;
	}

	.talent .titList .item {
		font-size: 14px;
		line-height: 26px;
	}

	.faqList .question .item {
		font-size: 14px;
		line-height: 26px;
	}

	.faqList .answer p strong {
		font-size: 16px;
	}

	.faqList .question .btns .btn .line1 {
		width: 10px;
		height: 2px;
	}

	.faqList .question .btns .btn .line2 {
		width: 2px;
		height: 10px;
	}
}

@media screen and (max-width:768px) {
	.talent .title {
		font-size: 24px;
		line-height: 35px;
		margin-bottom: 30px;
	}

	.faqList .question {
		padding: 10px 15px;
	}

	.talent .titList {
		display: none;
	}

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

	.faqList .question .item:nth-child(n),
	.faqList .question .btns {
		width: 100%;
		text-align: left;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.faqList .question .item::before {
		content: attr(title);
	}

	.faqList .question .btns::before {
		content: attr(title);
	}

	.faqList .question .btns .btn {
		width: 30px;
		height: 30px;
	}

	.faqList .question:hover {
		background-color: transparent;
	}
}






.market {
	padding: 85px 0 57px 0;
	background-color: #f3f8fb;
	padding-right: calc((100% - 1400px) / 2);
	padding-left: 77px;
}


.market .image {
	width: 60.5%;
	margin-right: 5.65%;
	float: left;
}



.market .msg .tit {
	font-family: Inter-Bold;
	font-size: 36px;
	line-height: 45px;
	color: #333333;
	margin-bottom: 27px;
	margin-top: 27px;
}

.market .msg .txts {
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}

@media screen and (max-width:1560px) {
	.market {
		padding: 60px 80px;
	}

	.market .msg .tit {
		font-size: 30px;
		line-height: 45px;
	}
}

@media screen and (max-width:1333px) {
	.market .msg .tit {
		font-size: 28px;
		line-height: 35px;
		margin-top: 0;
		margin-bottom: 30px;
	}

	.market .image {
		width: 50%;
	}
}

@media screen and (max-width:999px) {
	.market {
		display: flex;
		flex-direction: column-reverse;
	}

	.market .image {
		width: 100%;
		float: none;
		margin-top: 40px;
	}

	.market .msg .tit {
		font-size: 26px;
	}

	.market {
		padding: 50px 80px;
	}

}

@media screen and (max-width:768px) {
	.market {
		padding: 40px 25px;
	}

	.market .msg .tit {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:538px) {
	.market .msg .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.market {
		padding: 40px 15px;
	}
}













/* pager */
.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

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

.pager .pageList a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Manrope-Regular;
	font-size: 14px;
	color: #999999;
	margin: 3px 3.5px;
	border: solid 1px #dddddd;
}

.pager .pageList a.active {
	color: #ffffff !important;
	background-color: #1a95d4;
	border-color: #1a95d4;
}


.pager .pageList a:hover {
	color: #ffffff !important;
	background-color: #1a95d4;
	border-color: #1a95d4;
}

.pager .pageList a.iconfont {
	margin: 0 3px;
	font-size: 12px;
	color: #999999;

}


.pager .addTo {
	display: flex;
	align-items: center;
	padding: 5px 17px;
}


.pager .addTo input {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	background-color: transparent;
	margin-right: 11px;
	cursor: pointer;
}

@media screen and (max-width:1333px) {
	.pager .pageList a {
		width: 35px;
		height: 35px;
	}
}

@media screen and (max-width:999px) {
	.pager .pageList a {
		font-size: 16px;
	}

	.pager .pageList a.iconfont {
		font-size: 12px;
	}
}

@media screen and (max-width:768px) {
	.pager .pageList a {
		width: 32px;
		height: 32px;
	}
}


/* banner2 */


.banner2 {
	position: relative;
	height: 215px;

}

.banner2 .safeRange {
	position: absolute;
	height: 100%;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 9;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}


.banner2 .name {
	font-family: Inter-Bold;
	font-size: 40px;
	line-height: 50px;
	color: #ffffff;
	margin-bottom: 6px;
	text-align: center;
}

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


/* crumb */

.crumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #ffffff;
}

.crumb a,
.crumb i {
	font-family: Manrope-Regular;
	font-size: 16px;
	font-style: normal;
	letter-spacing: 0px;
	color: #ffffff;
}

.crumb a.active {
	text-decoration: underline;
}

.crumb i {
	font-style: normal;
}

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

@media screen and (max-width:1600px) {
	.banner2 .name {
		line-height: 45px;
		font-size: 32px;
		margin-bottom: 10px;
	}

}

@media screen and (max-width:1333px) {
	.banner2 .name {
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 15px;
	}
}

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

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 24px;
	}

	.banner2 {
		height: 200px;
	}

	.banner2 .name {
		font-size: 26px;
	}
}

@media screen and (max-width:768px) {
	.banner2 .name {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px;
	}
}


/* footer */

footer {
	background-color: #e5ecf1;
	padding: 69px 0 30px 0;
}

footer .footerList {
	display: flex;
	align-items: flex-start;
}


footer .footerList ul li {
	margin-bottom: 6px;
}


footer .footerList ul li:last-child {
	margin-bottom: 0;
}


footer .footerList .fMsg {
	width: 19%;
	margin-right: 19%;
}


footer .footerList .fProduct {
	width: 23%;
	margin-right: 2.3%;
}


footer .footerList .fAbout {
	width: 23%;
	margin-right: 2%;
}

footer .footerList .fService {
	width: 11.7%;
}



footer a,
footer p,
footer div {
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}


footer .box {
	margin-bottom: 17px;
}

footer .title {
	font-family: Inter-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	display: block;
}


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

footer .fLogo {
	width: 170px;
	margin-bottom: 20px;
	margin-top: 5px;
	display: block;
}



footer .fLogo:hover img {
	transform: scale(1, 1);
}


footer .address {
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 11px;
}

footer .email {
	font-family: Manrope-Regular;
	font-size: 16px;
	/*line-height: 28px;*/
	color: #1f97d5;
	display: inline-block;
	word-break: break-all;
	position: relative;
	/*margin-bottom: 7px;*/
}


footer .email::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #1f97d5;
	left: 0;
	bottom: 6px;
	transition: .4s ease all;
}


footer .email:hover::after {
	width: 0;
	left: auto;
	right: 0;
}



footer .phone {
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #1f97d5;
}


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

footer .menuBtn {
	display: none;
}



footer .copyright,
footer .links,
footer .copyright a,
footer .links a {
	font-size: 14px;
	color: #666666;
}

footer .copyright span {
	margin: 0 7px;
}

footer .copyright a {
	display: inline;
}

footer .copyright a img {
	display: inline-block;
	margin-left: 5px;
}

footer .links a {
	margin-left: 10px;
}

footer .email a {
	word-break: break-all;
}


footer .blogrolls {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	margin-left: 20px;
}


footer .line {
	width: 100%;
	height: 1px;
	background-color: #d1d9de;
	margin: 36px 0 21px 0;
}



footer .blogrolls a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #ffffff;
	flex-shrink: 0;
	margin-right: 14px;
	background-color: #1f97d5;
}


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

footer .blogrolls a:hover {
	background-color: #ffffff;
	color: #1f97d5;
}




@media screen and (max-width:1600px) {
	footer .footerList {
		justify-content: space-between;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer .fLogo {
		margin-top: 0;
		width: 150px;
		margin-bottom: 30px;
	}

	footer .footerList .fMsg {
		width: 26%;
	}

	footer {
		padding: 60px 0 40px 0;
	}

	footer .line {
		margin: 30px 0;
	}
}

@media screen and (max-width:1333px) {
	footer .footerList .fProduct {
		width: 25%;
	}

	footer .blogrolls a {
		width: 35px;
		height: 35px;
	}

	footer {
		padding: 50px 0 40px 0;
	}
}

@media screen and (max-width:999px) {
	footer {
		padding: 50px 0 60px 0;
	}

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

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-bottom: 20px;
	}

	footer .footerList>li:last-child {
		margin-bottom: 0;
	}

	footer .fLogo {
		width: 120px;
	}

	footer .title {
		font-size: 18px;
	}

	footer .box {
		margin-bottom: 0;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 26px;
	}

	footer .footerList ul {
		margin-top: 10px;
	}

	footer .address {
		font-size: 16px;
	}

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

	footer .blogrolls {
		margin-left: 0;
		flex-wrap: wrap;
		margin-top: 20px;
	}

	footer .blogrolls a {
		margin-right: 10px;
		margin-bottom: 10px;
	}

	footer .footerList ul {
		display: none;
		transition: none;
	}

	footer .footerList .menuBtn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 30px;
		height: 30px;
		font-size: 12px;
		font-weight: bold;
		border-radius: 50%;
		background-color: #ffffff;
	}

	footer .footerList .menuBtn.active {
		transform: rotate(90deg);
	}
}

@media screen and (max-width:538px) {
	footer .fLogo {
		width: 100px;
	}
}














/* 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: Verdana, Geneva, 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;
}



/* kefu */
.lianxi {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
}

.lianxi div a,
.lianxi div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 51px;
	height: 51px;
	background-color: #e5ecf1;
	color: #222222;
	margin-bottom: 8px;
	margin-right: 3px;
	font-size: 26px;
	border-radius: 5px;
}

.lianxi .top a {
	width: 51px;
	height: 51px;
	background-color: #e5ecf1;
	color: #ffffff;
	font-size: 18px !important;
	text-align: center;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
}


.lianxi a i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	width: 26px;
	height: 26px;
}

.lianxi .top i {
	width: 24px;
	height: 24px;
	display: block;
	line-height: 22px;
	text-align: center;
	font-size: 14px;
	border-radius: 50%;
}

.lianxi div div {
	cursor: pointer;
}

.lianxi div a:hover,
.lianxi div div:hover {
	background-color: #1f97d5;
	color: #fff;
}

.lianxi div a:hover img {
	filter: grayscale(100%) brightness(1000%);
	transform: scale(1, 1);
}

.clear2 {
	display: none;
}


.lianxi .code {
	position: relative;
}

.lianxi .code img {
	position: absolute;
	top: 0;
	right: 100%;
	width: 150px;
	height: 150px;
	max-width: none;
	transform: translateX(100%);
	z-index: -1;
	opacity: 0;
}

.lianxi .code:hover img {
	transform: translateX(0);
	opacity: 1;
}


@media screen and (max-width: 999px) {
	.youlian {
		display: none;
	}

	.lianxi .top a {
		width: 25%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		background-color: #dfdfdf;
	}

	.lianxi {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		border-top: 1px solid #fff;
		transform: translateY(0);
	}

	.lianxi div {
		width: 25%;
		float: left;
	}

	.lianxi div a,
	.lianxi div div {
		font-size: 24px;
		height: 42px;
		margin: auto;
		width: 100%;
		background-color: #dfdfdf;
		color: #fff !important;
		border-radius: 0px;
	}

	.lianxi .top i {
		border-color: #fff;
	}

	.lianxi .top img {
		filter: grayscale(100%) brightness(1000%);
		width: 24px;
	}

	.lianxi .code img,
	.lianxi .code:hover img {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		opacity: 0;
	}

	.lianxi .code.active img {
		opacity: 1;
		transform: translateX(-50%) translateY(-100%);
	}

	.lianxi div a:hover,
	.lianxi div div:hover {
		background-color: #dfdfdf;
		color: #fff;
	}

	.lianxi .code.active div {
		background-color: #1f97d5;
		color: #fff;
	}
}


@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: 'Manrope-Regular';
	font-display: swap;
	src: url('../fonts/ManropeRegular.eot');
	src: url('../fonts/ManropeRegular.eot') format('embedded-opentype'),
		url('../fonts/ManropeRegular.woff2') format('woff2'),
		url('../fonts/ManropeRegular.woff') format('woff'),
		url('../fonts/ManropeRegular.ttf') format('truetype'),
		url('../fonts/ManropeRegular.svg#ManropeRegular') format('svg');
}

@font-face {
	font-family: 'Manrope-SemiBold';
	font-display: swap;
	src: url('../fonts/MANROPE-SEMIBOLD.eot');
	src: url('../fonts/MANROPE-SEMIBOLD.eot') format('embedded-opentype'),
		url('../fonts/MANROPE-SEMIBOLD.woff2') format('woff2'),
		url('../fonts/MANROPE-SEMIBOLD.woff') format('woff'),
		url('../fonts/MANROPE-SEMIBOLD.ttf') format('truetype'),
		url('../fonts/MANROPE-SEMIBOLD.svg#MANROPE-SEMIBOLD') 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=1728655768918') format('woff'),
		url('../fonts/iconfont.ttf?t=1728655768918') format('truetype');
}

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

.icon-zhifeiji:before {
	content: "\e6a0";
}

.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-duigou-cu:before {
	content: "\e658";
}

.icon-facebook-fill:before {
	content: "\e88d";
}

.icon-linkedin1:before {
	content: "\f1e7";
}

.icon-weixin:before {
	content: "\e695";
}

.icon-arrow-left:before {
	content: "\ea65";
}

.icon-arrow-right:before {
	content: "\ea66";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-Rrl_s_145:before {
	content: "\e613";
}

.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-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-biaoqian:before {
	content: "\e649";
}

.icon-twitter4:before {
	content: "\e7fe";
}

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

@media screen and (max-width:1600px) {
	html {
		scroll-padding-top: 100px;
	}
}

@media screen and (max-width:1333px) {
	html {
		scroll-padding-top: 90px;
	}
}

@media screen and (max-width:999px) {
	html {
		scroll-padding-top: 80px;
	}
}

@media screen and (max-width:768px) {
	html {
		scroll-padding-top: 70px;
	}
}