@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: Barlow-Regular, Arial, sans-serif;
	font-size: 16px;
	height: 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: #226A69 !important;
}

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

.standardEdit p {
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: #444444;
}

.standardEdit a {
	color: #226A69;
}

.standardEdit a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 2px;
}



.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: Barlow-Regular, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	border: none;
	outline: none;
}

textarea {
	resize: none;
}

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

	input,
	textarea,
	select {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}
}

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

	input,
	textarea,
	select {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}
}


.safeRange {
	max-width: 1400px;
	width: calc(100% - 160px);
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.safeRange {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:538px) {
	.safeRange {
		width: calc(100% - 30px);
	}
}



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


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

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

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





@media screen and (max-width:1560px) {
	.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 .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: 24px !important;
		line-height: 30px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 14px !important;
		line-height: 26px !important;
	}

	.standardTxt .btn {
		font-size: 14px !important;
	}

}

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

}







.oneRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.twoRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

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

.foreRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}


.clear {
	clear: both;
}

/* xnav */
header .xnav {
	display: none;
}

@media screen and (max-width:999px) {
	header .xnav {
		display: block;
	}

	header .xnav .nav {
		position: fixed;
		width: 35px;
		height: 24px;
		background: #226A69;
		right: 80px;
		top: 30px;
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999;
		transform: translateY(-50%);
	}

	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(34, 106, 105, 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: Barlow-Regular, Arial, sans-serif;
	}

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-3d {
	perspective: 1200px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-lock {
	display: none
}

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

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

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

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

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

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

.swiper-scrollbar-lock {
	display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube {
	overflow: visible
}

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

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

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

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

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

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

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

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

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

.swiper-flip {
	overflow: visible
}

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

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

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

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

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

.swiper-cards {
	overflow: visible
}

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




/* allnav */


nav {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 9999;
	background-color: #226A69;
}

nav.active {
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.2);
}

.bannerRange {
	height: 95px;
}

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


nav .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	max-width: 1500px;
}


nav .con::after,
nav .con::before {
	content: "";
	position: absolute;
	height: 100%;
	background-color: #ffffff;
	top: 0;
	z-index: -1;
}


nav .con::after {
	width: 200%;
	right: calc(100% - 1px);
}

nav .con::before {
	left: 0;
	width: 25.71%;
	clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 100%, 0% 100%);
}


nav .logo {
	width: 242px;
	flex-shrink: 0;
	z-index: 99;
}

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


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

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


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


nav .navList>ul>li:nth-child(2) {
	position: static;
}


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

nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 95px;
	line-height: 95px;
	color: #ffffff;
	font-size: 18px;
	position: relative;
}


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



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



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


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


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


nav .btns .search .searchBtn i {
	font-size: 16px;
	color: #ffffff;
	display: block;
}

nav .btns .search .searchBtn:hover i {
	transform: rotate(-10deg);
}

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


nav .btns .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 35px;
	width: 35px;
}

nav .btns .search form .subBtn:hover i {
	color: #226A69;
}

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



nav .btns .line {
	width: 1px;
	height: 18px;
	background-color: #FFF;
	margin: 0 15px 0 13px;
}

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

nav .btns .lanBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #ffffff;
	font-family: Barlow-Regular, Arial, sans-serif;
	font-size: 14px;
}



nav .btns .lanBtn:hover span {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 2px;
}


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

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


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


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

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

nav .btns .language ul a {
	padding: 5px 15px;
	color: #333333;
	line-height: 24px;
	text-align: center;
}




nav .btns .language ul a:hover {
	color: #226A69;
}


/* productSlides */

.productSlides {
	position: absolute;
	width: 100vw;
	top: 100%;
	background-color: #ffffff;
	height: 348px;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
	padding: 41px 0 20px 0;
	display: none;
	transition: none;
}


.productSlides .slideList {
	height: 100%;
	overflow: auto;
	display: flex;
	flex-wrap: wrap;
	max-width: 1656px;
	width: calc(100% - 60px);
	padding: 0 20px;
}





.productSlides .slideList .item {
	display: flex;
	align-items: flex-start;
	margin-top: 30px;
}

.productSlides .slideList .item:nth-child(5n-4) {
	width: 19%;
	margin-right: 1.6%;
}

.productSlides .slideList .item:nth-child(5n-3) {
	width: 22%;
	margin-right: 2.1%;
}

.productSlides .slideList .item:nth-child(5n-2) {
	width: 21%;
	margin-right: 2.25%;
}

.productSlides .slideList .item:nth-child(5n-1) {
	width: 19%;
	margin-right: 1.9%;
}

.productSlides .slideList::-webkit-scrollbar {
	width: 4px;
	height: 6px;
	background-color: #00000040;
}

.productSlides .slideList::-webkit-scrollbar-thumb {
	background-color: #226A69;
}

.productSlides .slideList::-webkit-scrollbar-track {
	background-color: transparent;
}


.productSlides .slideList .item:nth-child(5n) {
	margin-right: 0;
	width: 11.15%;
}


.productSlides .slideList .item:nth-child(-n+5) {
	margin-top: 0
}


.productSlides .slideList .sign {
	width: 58px;
	flex-shrink: 0;
	margin-right: 24px;
}

.productSlides .slideList .tit {
	color: #333;
	font-family: Barlow-Bold;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 7px;
}

.productSlides .slideList .tit:hover {
	color: #226A69;
}

.productSlides .slideList li {
	margin-bottom: 10px;
}

.productSlides .slideList li a {
	color: #333;
	line-height: 26px;
}

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

.productSlides .slideList li a:hover {
	color: #226A69;
}



/* moreList */

.moreList,
.moreList ul {
	position: absolute;
	background-color: #ffffff;
	width: max-content;
	max-width: 369px;
	display: none;
	transition: none;
	padding: 9px 0;
	box-shadow: 9px 12px 18px 0px rgba(0, 0, 0, 0.05);
}

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


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


.moreList li {
	position: relative;
}

.moreList a {
	color: #333333;
	display: flex;
	align-items: center;
	padding: 6px 21px;
	line-height: 24px;
}


.moreList a>i {
	font-weight: bold;
	flex-shrink: 0;
	margin-right: 15px;
	font-size: 14px;
	color: #ffffff;
}


.moreList li:hover>a {
	color: #226A69;
}

.moreList li:hover>a>i {
	color: #226A69;
}


/* productNavSlides */

.productNavSlides {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	background-color: #ffffff;
	box-shadow: 9px 12px 18px 0px rgba(0, 0, 0, 0.05);
	padding: 24px 30px 35px 30px;
	height: 530px;
	overflow: auto;
	display: none;
	transition: none;
}


.productNavSlides::-webkit-scrollbar {
	width: 4px;
	height: 6px;
	background-color: #00000040;
}

.productNavSlides::-webkit-scrollbar-thumb {
	background-color: #226A69;
}

.productNavSlides::-webkit-scrollbar-track {
	background-color: transparent;
}




.productNavSlides a {
	display: block;
}


.productNavSlides a:hover {
	color: #226A69;
}

.productNavSlides>ul {
	display: flex;
	flex-wrap: wrap;
}

.productNavSlides>ul>li {
	width: 23.5%;
	margin-right: 2%;
	margin-top: 43px;
}

.productNavSlides>ul>li:nth-child(4n) {
	margin-right: 0;
}

.productNavSlides>ul>li:nth-child(-n+4) {
	margin-top: 0;
}

.productNavSlides>ul>li>a {
	font-family: Barlow-Regular, Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #090909;
	margin-bottom: 7px;
}

.productNavSlides ul ul li {
	line-height: 26px;
	margin-bottom: 4px;
}

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

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


@media screen and (max-width:1716px) {
	.productSlides {
		padding: 30px 0;
	}

	.productSlides .slideList .item:nth-child(n) {
		width: 18%;
		margin-right: 2%;
	}

	.productSlides .slideList .item:nth-child(5n) {
		margin-right: 0;
	}

	.productSlides .slideList .sign {
		width: 40px;
		margin-right: 20px;
	}

	.productSlides .slideList .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.productSlides {
		height: 380px;
	}
}


@media screen and (max-width:1560px) {
	nav .navList>ul>li>a {
		height: 80px;
		line-height: 80px;
	}

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

	nav .logo {
		width: 180px;
	}

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

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

	nav .navList>ul>li>a::after {
		bottom: 26px;
	}

	nav .con::before {
		width: 18%;
	}

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

	.moreList ul {
		top: -10px;
	}

	.moreList a {
		padding: 5px 20px;
	}

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

	.productSlides .slideList {}
}

@media screen and (max-width:1333px) {
	nav .navList>ul>li>a {
		font-size: 16px;
	}

	nav .logo {
		width: 150px;
	}

	nav .con::before {
		width: 16%;
	}

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

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

	}

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

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

	.productSlides .slideList .sign {
		width: 36px;
	}

	.productSlides {
		height: 310px;
	}

	.productSlides .slideList li {
		margin-bottom: 5px;
	}

	.productSlides .slideList .tit {
		margin-bottom: 10px;
	}

	.productSlides .slideList .sign {
		transform: translateY(-5px);
	}
}

@media screen and (max-width:1200px) {
	nav .btns {
		position: absolute;
		top: 10px;
		right: 0;
	}

	nav .btns .search,
	nav .btns .language {
		height: auto;
	}

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

	nav .navList>ul>li>a::after {
		bottom: 14px;
	}

	nav .btns .lanBtn img {
		width: 22px;
		margin-right: 5px;
	}

	nav .logo {
		width: 130px;
	}

	nav .navList>ul {
		margin-right: 0;
	}

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

	nav .con::before {
		width: 17.5%;
	}

	nav .btns .search form {
		top: calc(100% + 8px);
	}

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

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

	nav .btns {
		position: static;
	}

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

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

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

	nav .con::before {
		width: 28%;
	}

	nav .btns .search {
		display: none;
	}

	nav .btns .line {
		display: none;
	}

	nav .btns .language ul {
		top: 100%;
	}

	nav .btns .language ul a {
		font-size: 14px;
		line-height: 24px;
		padding: 0 20px;
	}
}

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

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

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

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

	nav .logo {
		width: 115px;
	}
}

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

	nav .con::before {
		width: 44%;
	}
}






/* indexbanner */

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


.indexBanner * {
	transition: none;
}


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


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

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


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

.indexBanner .swiper-slide.swiper-slide-active .image img {
	transform: scale(1);
}

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



.indexBanner img {
	display: block;
}






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


.indexBanner .btns {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	z-index: 9;
	left: 0;
	bottom: 0;
	font-size: 20px;
	line-height: 30px;
	height: 73px;
	padding: 0 37px 0 26px;
	min-width: 405px;
}

.indexBanner .btns * {
	transition: .4s ease all;
}

.indexBanner .btns .swiper-pagination {
	position: static;
	flex: 1;
	padding: 0 22px 0 10px;
}

.indexBanner .btns .swiper-pagination i {
	font-style: normal;
}

.indexBanner .btns .swiper-pagination .swiper-pagination-current {
	color: #226A69;
	font-size: 24px;
}

.indexBanner .btns .swiper-pagination .swiper-pagination-total {
	color: #333;
	font-size: 20px;
	line-height: 30px;
}

.indexBanner .btns .prev,
.indexBanner .btns .next {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.indexBanner .btns i {
	flex-shrink: 0;
	font-size: 20px;
}

.indexBanner .btns .prev i {
	margin-right: 12px;
}

.indexBanner .btns .next i {
	margin-left: 10px;
}

.indexBanner .btns .prev:hover,
.indexBanner .btns .next:hover {
	color: #226A69;
}

@media screen and (max-width:1560px) {
	.indexBanner .btns {
		height: 55px;
		padding: 0 30px;
		min-width: 380px;
	}

	.indexBanner .btns .swiper-pagination {
		padding: 0 20px;
	}

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

	.indexBanner .btns i {
		font-size: 18px;
	}

	.indexBanner .btns .swiper-pagination .swiper-pagination-total {
		font-size: 18px;
	}

	.indexBanner .btns .swiper-pagination .swiper-pagination-current {
		font-size: 22px;
	}
}

@media screen and (max-width:1333px) {
	.indexBanner .btns {
		justify-content: space-between;
		min-width: 300px;
		height: 50px;
	}

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

	.indexBanner .btns i {
		font-size: 16px;
	}

	.indexBanner .btns .swiper-pagination .swiper-pagination-total {
		font-size: 16px;
	}

	.indexBanner .btns .swiper-pagination .swiper-pagination-current {
		font-size: 20px;
	}
}

@media screen and (max-width:999px) {
	.indexBanner .btns {
		min-width: 280px;
		height: 45px;
	}

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

	.indexBanner .btns i {
		font-size: 14px;
	}

	.indexBanner .btns .swiper-pagination .swiper-pagination-total {
		font-size: 14px;
	}

	.indexBanner .btns .swiper-pagination .swiper-pagination-current {
		font-size: 18px;
	}
}

@media screen and (max-width:768px) {
	.indexBanner .btns {
		min-width: 260px;
		height: 40px;
	}
}

@media screen and (max-width:538px) {
	.indexBanner .btns {
		min-width: 240px;
		height: 36px;
		padding: 0 20px;
	}

	.indexBanner .btns .swiper-pagination {
		padding: 0 15px;
	}
}

/* indexM1-1 */


.iStrengths {
	padding: 120px 0 115px 0;
}

.strengths {
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 84px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}



.strengths .item {
	position: relative;
	z-index: 99;
	width: 15.5%;
	margin-right: 5.625%;
	position: relative;
	padding: 22px 0px 25px 0px;
	margin-top: 30px;
}


.strengths .item:nth-child(5n) {
	margin-right: 0;
}

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

.strengths .item::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-59%) translateY(-50%) skewX(165deg);
	background-color: #F5F5F5;
	width: 77.4%;
	height: 100%;
	z-index: -1;
	transition: .4s ease all;
}


.strengths .item:hover::after {
	background-color: rgba(34, 106, 105, 0.2);
}


.strengths .item:nth-child(5 n) {
	margin-right: 0;
}


.strengths .image {
	width: 111px;
	height: 119px;
	margin-bottom: 26px;
	background-color: #ffffff;
	border: 1px solid #226A69;
	transform: skewX(165deg);
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}


.strengths .image img {
	transform: skewX(-165deg);
	width: 78px;
	height: 78px;
}

.strengths .image:hover {
	background-color: #226A69;
}

.strengths .image:hover img {
	filter: grayscale(100%) brightness(500%);
}




.strengths .num {
	font-family: BebasNeue-Regular;
	font-size: 90px;
	line-height: 90px;
	color: #333333;
	margin-bottom: 10px;
	text-align: center;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}


.strengths .num i {
	font-style: normal;
	font-size: 54px;
	line-height: 60px;
}


.strengths .name {
	color: #333;
	font-family: Barlow-Bold;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	display: block;
}


.strengths a.name:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 2px;
}

@media screen and (max-width:1560px) {
	.strengths .num {
		font-size: 60px;
		line-height: 60px;
	}

	.strengths .name {
		font-size: 18px;
		line-height: 28px;
	}

	.strengths .item {
		padding: 20px 0;
	}

	.strengths .image {
		width: 100px;
		height: 100px;
	}

	.strengths .image img {
		width: 60px;
		height: 60px;
	}

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

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

	.strengths .image {
		width: 80px;
		height: 80px;
	}

	.strengths .image img {
		width: 50px;
		height: 50px;
	}

	.strengths .num {
		font-size: 50px;
		line-height: 50px;
	}

	.strengths .num i {
		font-size: 36px;
		line-height: 36px;
	}
}

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

	.strengths .item:last-child {
		margin-right: 0;
	}

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

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

	.strengths .image {
		margin-bottom: 20px;
	}

	.strengths .num {
		font-size: 45px;
		line-height: 45px;
	}

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

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

	.strengths .image {
		width: 70px;
		height: 70px;
	}

	.strengths .image img {
		width: 45px;
		height: 45px;
	}
}

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

	.strengths .image img {
		width: 40px;
		height: 40px;
	}

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

	.strengths {
		padding: 0 50px;
	}
}

@media screen and (max-width:538px) {
	.strengths .item:nth-child(n) {
		width: 48%;
		margin-right: 4%;
		margin-top: 30px;
	}

	.strengths .item:last-child {
		margin-right: 0;
	}

	.strengths .item:nth-child(2n) {
		margin-right: 0;
	}

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

	.strengths {
		padding: 0 30px;
	}

	.strengths .num {
		font-size: 36px;
		line-height: 36px;
	}
}


/* indexM2-1 */

.productCategroy {
	background-image: url("../images/indexM2-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 97px 0 122px 0;
}


.cTit {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cTit .iTip {
	text-align: center;
	margin-bottom: 18px;
}


.iTip {
	font-family: Barlow-Bold;
	font-size: 18px;
	color: #226A69;
	display: flex;
	align-items: center;
}

.iTip img {
	flex-shrink: 0;
	width: 18px;
	margin-right: 6px;
}

.cTit .title1 {
	text-align: center;
}

.title1 {
	font-family: BebasNeue-Regular;
	font-size: 52px;
	line-height: 60px;
	color: #333333;
}

a.title1 {
	display: inline-block;
}

a.title1:hover {
	color: #226A69;
}


.productCategroy .cTit {
	margin-bottom: 32px;
}

.productCategroy .title1 {
	color: #ffffff;
}



.productCategroy .checkBtns {
	margin-bottom: 66px;
	position: relative;
	padding: 0 80px;
}


.productCategroy .checkBtns .item {
	width: 142px;
	padding: 10px 10px 9px;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	margin: 5px 14.5px;
	height: auto;
	transition: .4s ease background-color;
}


.productCategroy .checkBtns .item.active,
.productCategroy .checkBtns .item:hover {
	background-color: #226A69;
}


.productCategroy .checkBtns .image {
	width: 70px;
	margin-bottom: 4px;
}

.productCategroy .checkBtns .item.active .image img,
.productCategroy .checkBtns .item:hover .image img {
	filter: grayscale(100%) brightness(500%);
}


.productCategroy .checkBtns .item.active .name,
.productCategroy .checkBtns .item:hover .name {
	color: #ffffff;
}

.productCategroy .checkBtns .sBtns>div {
	transform: translateY(-50%);
}

.productCategroy .checkBtns .name {
	color: #333;
	text-align: center;
	font-weight: 400;
	line-height: 24px;
}


.swiperBox {
	position: relative;
}

.productCategroy .checks {
	width: 54.85%;
	margin: 0 auto;
}

.productCategroy .checks .swiper {
	overflow: visible;
}


.productCategroy .checks .swiper-slide {
	position: relative;
	pointer-events: none;
	opacity: 0;
	transition: .4s ease opacity;
}

.productCategroy .checks .swiper-slide .image {
	transform: scale(.65);
}

.productCategroy .checks .swiper-slide-active,
.productCategroy .checks .swiper-slide-prev,
.productCategroy .checks .swiper-slide-next {
	opacity: 1;
	pointer-events: all;
}

.productCategroy .checks .swiper-slide-active .image {
	transform: scale(1);
}


.productCategroy .checks .image {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: #ffffff;
}


.productCategroy .checks .name {
	color: #FFF;
	font-family: Barlow-Bold;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	bottom: -51px;
	opacity: 0;
	pointer-events: none;
}

.productCategroy .checks .swiper-slide-active .name {
	opacity: 1;
	pointer-events: all;
}

.productCategroy .checks .name:hover {
	color: #226A69;
}



.productCategroy h2 {
	font-weight: normal;
}



.productCategroy .sBtns>div {
	top: 50%;
}

.sBtns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: #D9D9D9;
	cursor: pointer;
	color: #333333;
	position: absolute;
	top: 50%;
	z-index: 9;
	font-size: 20px;
}


.sBtns>div.prev {
	left: 0;
	transform: translateY(-50%) translateX(-50%);
}

.sBtns>div.next {
	right: 0;
	transform: translateY(-50%) translateX(50%);
}


.sBtns>div:hover {
	background-color: #226A69;
	color: #ffffff;
}

.sBtns>div.swiper-button-disabled {
	cursor: auto;
	background-color: #D9D9D9;
	color: #333333;
}

@media screen and (max-width:1560px) {
	.cTit .iTip {
		margin-bottom: 14px;
	}

	.productCategroy .checkBtns .image {
		width: 50px;
	}

	.productCategroy .checkBtns .item {
		padding: 10px;
	}

	.productCategroy .checkBtns {
		margin-bottom: 50px;
	}

	.productCategroy .checks {
		margin-bottom: 50px;
	}

	.sBtns>div {
		width: 45px;
		height: 45px;
		font-size: 18px;
	}

	.productCategroy .checks .name {
		font-size: 18px;
		line-height: 28px;
		bottom: -40px;
	}
}

@media screen and (max-width:1333px) {
	.productCategroy .checkBtns .item {
		margin: 0;
		width: auto;
		padding: 10px 15px;
	}

	.productCategroy .checkBtns .name {
		line-height: 24px !important;
	}

	.productCategroy .checkBtns .image {
		width: 45px;
	}

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

	.productCategroy .checkBtns {
		margin-bottom: 45px;
	}

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

}

@media screen and (max-width:999px) {
	.productCategroy .checkBtns .image {
		width: 40px;
	}

	.productCategroy .checkBtns .name {
		line-height: 22px !important;
	}

	.productCategroy .cTit {
		margin-bottom: 30px;
	}

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

	.iTip img {
		width: 16px;
	}

	.productCategroy .checkBtns {
		margin-bottom: 35px;
	}

	.productCategroy .checks {
		width: 65%;
	}

	.productCategroy .checks .name {
		font-size: 16px;
		line-height: 28px;
	}

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

}

@media screen and (max-width:768px) {
	.productCategroy .checkBtns {
		padding: 0 50px;
	}

	.sBtns>div {
		width: 32px;
		height: 32px;
		font-size: 12px;
	}

	.productCategroy .checks {
		width: 70%;
	}
}

@media screen and (max-width:538px) {
	.productCategroy .checks {
		width: 80%;
	}
}

@media screen and (max-width:400px) {
	.productCategroy .checks {
		width: 100%;
	}

	.productCategroy .sBtns>div {
		transform: translateY(-50%);
	}

	.productCategroy .sBtns>div.prev {
		left: 10px;
	}

	.productCategroy .sBtns>div.next {
		right: 10px;
	}

	.productCategroy .checks .swiper-slide .image {
		transform: none;
	}
}



/* indexM3-1 */


.iAbout .aboutUs {
	padding: 119px 0 100px 0;
}

.aboutUs {
	background-image: url("../images/indexM3-1.jpg");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}


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


.aboutUs .title {
	width: 36%;
}

.aboutUs .title .iTip {
	margin-bottom: 20px;
}


.aboutUs .des {
	width: 48.7%;
	padding-top: 11px;
}

.aboutUs .des .txts {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.cBtn {
	display: flex;
	width: 129px;
	justify-content: center;
	align-items: center;
	height: 46px;
	color: #226A69;
	font-size: 16px;
	border: 1px solid #226A69;
	background-color: transparent;
}


.cBtn:hover {
	background-color: #226A69;
	color: #ffffff;
}


.aboutUs .cBtn {
	background-color: #226A69;
	color: #ffffff;
	margin-top: 23px;
}


.aboutUs .cBtn:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #226A69;
}

.aboutUs .piece {
	height: 428px;
}

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

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

	.aboutUs .piece {
		height: 380px;
	}
}

@media screen and (max-width:1333px) {
	.aboutUs .piece {
		height: 300px;
	}

	.cBtn {
		height: 40px;
	}

	.aboutUs .des {
		width: 52%;
	}
}

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

	.aboutUs .title {
		width: 100%;
		margin-bottom: 20px;
	}

	.aboutUs .title .iTip {
		margin-bottom: 14px;
	}

	.aboutUs .des {
		width: 100%;
	}

	.cBtn {
		height: 36px;
		font-size: 14px;
	}

	.aboutUs .des .txts {
		-webkit-line-clamp: 3;
	}
}

/* indexM4-1 */

.team {
	padding: 121px 0 115px 0;
}


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

.team .swiper {
	width: 46.5%;
	margin: 0;
}


.team .image {
	overflow: hidden;
	height: 100%;
}

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

.team .msg {
	width: 45.45%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 30px 0 64px 0;
}

.team .msg .iTip {
	margin-bottom: 20px;
}


.team .msg .title1 {
	margin-bottom: 32px;
}

.team .msg .txts p {
	margin-bottom: 10px;
}

.team .msg .txts p:last-child {
	margin-bottom: 0;
}

.team .msg .txts p em {
	position: relative;
	display: block;
	padding-left: 27px;
	font-style: normal;
}

.team .msg .txts p em::after {
	content: "";
	width: 18px;
	height: 18px;
	background-image: url("../images/editSign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 4px;
	top: 5px;
}

.team .swiper-pagination {
	bottom: 9px;
}

.team .swiper-pagination span {
	width: 10px;
	height: 10px;
	flex-shrink: 0;
	background-color: #ffffff;
	opacity: 1;
	margin: 5px 4.5px !important;
}


.team .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #226A69;
}


@media screen and (max-width:1560px) {
	.team .msg {
		padding: 50px 0;
	}
}

@media screen and (max-width:1333px) {
	.team .msg {
		padding: 40px 0;
	}
}

@media screen and (max-width:999px) {
	.team .msg .txts p em::after {
		width: 16px;
		height: 16px;
		left: 0;
	}
}

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

	.team .msg {
		padding: 0;
		width: 100%;
		margin-bottom: 30px;
	}

	.team .msg .iTip {
		margin-bottom: 12px;
	}

	.team .msg .title1 {
		margin-bottom: 20px;
	}

	.team .swiper {
		width: 100%;
		height: 340px;
	}
}

@media screen and (max-width:538px) {
	.team .swiper {
		height: 280px;
	}
}

/* indexM5-1 */

.iCertifiacte {
	background-image: url("../images/indexM5-1.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 113px 0 110px 0;
}

.iCertifiacte .cTit {
	margin-bottom: 47px;
}

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


.certificateSwiper .swiper .swiper-wrapper {
	pointer-events: none;
}

.certificateSwiper .swiper .swiper-slide {
	position: relative;
	pointer-events: all;
}


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

.certificateSwiper {
	position: relative;
}

.certificateSwiper .sBtns>div.prev {
	left: 35.6%;
}

.certificateSwiper .sBtns>div.next {
	right: 35.6%;
}

@media screen and (max-width:1560px) {
	.iCertifiacte .cTit {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:1333px) {
	.iCertifiacte .cTit {
		margin-bottom: 35px;
	}
}

@media screen and (max-width:999px) {
	.certificateSwiper .sBtns>div.prev {
		left: 33%;
	}

	.certificateSwiper .sBtns>div.next {
		right: 33%;
	}
}

@media screen and (max-width:768px) {
	.certificateSwiper .sBtns>div.prev {
		left: 28%;
	}

	.certificateSwiper .sBtns>div.next {
		right: 28%;
	}

	.iCertifiacte .cTit {
		margin-bottom: 30px;
	}
}

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

	.certificateSwiper .sBtns>div {
		transform: translateY(-50%);
	}

	.certificateSwiper .sBtns>div.prev {
		left: 0%;
	}

	.certificateSwiper .sBtns>div.next {
		right: 0%;
	}

	.certificateSwiper {
		padding: 0 45px;
	}
}

@media screen and (max-width:451px) {
	.certificateSwiper {
		padding: 0;
	}

	.certificateSwiper .swiper {
		max-width: 200px;
	}

}

/* indexM6-1 */


.factory {
	padding-top: 116px;
	max-width: 1920px;
	margin: 0 auto;
}



.factory .cTit {
	margin-bottom: 26px;
}

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

.factory .swiper-slide .msg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("../images/indexM6-bg.png");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 22px 49px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	z-index: 9;
	left: 0;
	bottom: 0;
	opacity: 0;
	pointer-events: none;
}


.factory .swiper-slide:hover .msg {
	opacity: 1;
}


.factory .swiper-slide .image {
	overflow: hidden;
}

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

.factory .swiper-slide .image:hover img {
	transform: none;
}

.factory .tit {
	color: #FFF;
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	margin-bottom: 11px;
	pointer-events: all;
}

.factory .txts {
	color: #FFF;
	font-size: 18px;
	line-height: 32px;
	min-height: 64px;
	pointer-events: all;
}

.factory .tit:hover {
	color: #226A69;
}

.factory .sBtns>div {
	z-index: 9;
	transform: translateY(-50%);
}

.factory .sBtns>div.prev {
	left: 49px;
}

.factory .sBtns>div.next {
	right: 49px;
}

@media screen and (max-width:1560px) {
	.factory {
		padding-top: 80px;
	}

	.factory .cTit {
		margin-bottom: 40px;
	}

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

	.factory .sBtns>div.prev {
		left: 40px;
	}

	.factory .sBtns>div.next {
		right: 40px;
	}

	.factory .txts {
		font-size: 16px;
		line-height: 30px;
		min-height: 60px;
	}

	.factory .tit {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width:1333px) {
	.factory {
		padding-top: 60px;
	}

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

	.factory .sBtns>div.prev {
		left: 30px;
	}

	.factory .sBtns>div.next {
		right: 30px;
	}

	.factory .cTit {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:999px) {
	.factory {
		padding-top: 50px;
	}

	.factory .txts {
		font-size: 14px;
		line-height: 26px;
		min-height: 52px;
	}

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

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

	.factory .sBtns>div.prev {
		left: 20px;
	}

	.factory .sBtns>div.next {
		right: 20px;
	}

	.factory .swiper-slide .msg {
		opacity: 1;
	}
}

@media screen and (max-width:768px) {
	.factory {
		padding-top: 40px;
	}

	.factory .swiper-slide .image {
		height: 380px;
	}
}

@media screen and (max-width:538px) {
	.factory .swiper-slide .image {
		height: 340px;
	}
}

/* indexM7-1 */

.ourPartners {
	padding: 123px 0 109px 0;
	position: relative;
}

.ourPartners .title1 {
	margin-bottom: 29px;
}

.ourPartners .innerPartnersTit.title1 {
	text-align: center;
	font-size: 40px;
	line-height: 60px;
}

.ourPartners .innerPartnersTit.title1 span {
	color: #226A69;
}


.partnerList .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
}

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


.partnerList .item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18.35%;
	margin-right: 2.0625%;
	margin-top: 30px;
	border: 1px solid #CCC;
	background-color: #ffffff;
}

.partnerList .item:nth-child(5) {
	margin-right: 0;
}

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


.partnerList .item:last-child {
	margin-right: 0;
}




.partnerList .item img {
	display: block;
}

.ourPartners .imgBg {
	position: absolute;
	right: 0%;
	bottom: -2.8%;
	width: 428px;
	z-index: -1;
}

.ourPartners .imgBg img {
	display: block;
}

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

	.ourPartners .imgBg {
		width: 340px;
	}
}

@media screen and (max-width:1333px) {
	.ourPartners .imgBg {
		width: 280px;
	}
}

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

	.ourPartners .imgBg {
		width: 240px;
	}

	.partnerList .item:nth-child(n) {
		width: 23.5%;
		margin-right: 2%;
		margin-top: 20px;
	}

	.partnerList .item:nth-child(4n) {
		margin-right: 0;
	}

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

	.partnerList .item:last-child {
		margin-right: 0;
	}
}

@media screen and (max-width:538px) {
	.partnerList .item:nth-child(n) {
		width: 30%;
		margin-right: 5%;
		margin-top: 20px;
	}

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

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

	.ourPartners .imgBg {
		width: 200px;
	}

	.partnerList .item:last-child {
		margin-right: 0;
	}
}

@media screen and (max-width:400px) {
	.partnerList .item:nth-child(n) {
		width: 46%;
		margin-right: 8%;
		margin-top: 20px;
	}

	.partnerList .item:nth-child(2n) {
		margin-right: 0;
	}

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

	.partnerList .item:last-child {
		margin-right: 0;
	}

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

/* indexM8-1 */

.title2 {
	font-family: BebasNeue-Regular;
	font-size: 36px;
	line-height: 46px;
}

.touch {
	background-image: url("../images/indexM8-1.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 109px 0 78px 0;
	position: relative;
}



.touch::after {
	content: "";
	position: absolute;
	width: calc(37.96% + (100% - 1400px) / 2);
	top: 0;
	left: 0;
	height: 100%;
	background-color: rgba(26, 26, 26, .8);
	clip-path: polygon(0 0, 100% 0, 81% 100%, 0% 100%);
}

.touch .msg {
	position: relative;
	z-index: 2;
	width: 40%;
}

.touch .title2 {
	margin-bottom: 34px;
	color: #ffffff;
}

.touch .txts {
	color: #FFF;
	line-height: 30px;
	margin-bottom: 56px;
}

.touch .cBtn {
	background-color: #226A69;
	color: #ffffff;
}

.touch .cBtn:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #226A69;
}


@media screen and (max-width:1560px) {
	.touch::after {
		width: 50%;
	}

	.touch .title2 {
		margin-bottom: 30px;
	}

	.title2 {
		font-size: 28px;
		line-height: 40px;
	}

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

@media screen and (max-width:1333px) {
	.touch::after {
		width: 56%;
	}

	.touch .msg {
		width: 45%;
	}

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

	.touch .title2 {
		margin-bottom: 20px;
	}

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

@media screen and (max-width:999px) {
	.title2 {
		font-size: 22px;
		line-height: 32px;
	}

	.touch::after {
		width: 65%;
	}

	.touch .msg {
		width: 50%;
	}
}

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

@media screen and (max-width:538px) {
	.touch::after {
		width: 80%;
	}

	.touch .msg {
		width: 70%;
	}
}


/* indexM9-1 */

.iAppliaction {
	background-image: url("../images/indexM9-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 93px 0 120px 0;
}



.iAppliaction .iTip {
	margin-bottom: 19px;
}

.iAppliaction .title1 {
	margin-bottom: 53px;
}

.iAppliaction .con {
	position: relative;
}


.iAppliaction .con .swiper {
	width: 100%;
	margin: 0;
}

.iAppliaction .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: auto;
	justify-content: space-between;
	width: 23.67%;
	margin-right: 1.91%;
}


.iAppliaction .swiper-slide:last-child {
	margin-right: 0;
}

.iAppliaction .swiper-slide:nth-child(1) {
	position: relative;
	width: 48.65%;
	margin-right: 2.1%;
}


.iAppliaction .swiper-slide:nth-child(1) .item {
	height: 100%;
}

.iAppliaction .image {
	height: 100%;
}

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


.iAppliaction .image img {
	transform: none;
}


.iAppliaction .msg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 1;
	pointer-events: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
}

.iAppliaction .swiper-slide:nth-child(1) .msg {
	padding: 43px 80px 43px 55px;
}

.iAppliaction .item .msg {
	padding: 20px;
}


.iAppliaction .item {
	height: 263px;
	margin-top: 20px;
	position: relative;
	width: 100%;
}


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



.iAppliaction .sign {
	width: 62px;
	height: 62px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 2;
}


.iAppliaction .item:hover .sign {
	opacity: 0;
}

.iAppliaction .sign img {
	display: block;
}



.iAppliaction .tit {
	color: #FFF;
	font-family: BebasNeue-Regular;
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 15px;
	pointer-events: all;
	opacity: 0;
}

.iAppliaction .item:hover .tit {
	opacity: 1;
}



.iAppliaction .tit:hover {
	color: #226A69;
}

.iAppliaction .txts {
	color: #FFF;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 34px;
	pointer-events: all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	opacity: 0;
}

.iAppliaction .item:hover .txts {
	opacity: 1;
}

.iAppliaction .swiper-slide:nth-child(1) .txts {
	-webkit-line-clamp: 3;
}


.iAppliaction .item .txts {
	-webkit-line-clamp: 2;
	margin-bottom: 20px;
}




.iAppliaction .cBtn {
	background-color: #226A69;
	color: #ffffff;
	pointer-events: all;
	opacity: 0;
}

.iAppliaction .item:hover .cBtn {
	opacity: 1;
}

.iAppliaction .cBtn:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #226A69;
}

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

	.iAppliaction .show .msg {
		padding: 30px;
	}

	.iAppliaction .sign {
		width: 55px;
		height: 55px;
	}

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

	.iAppliaction .swiper-slide:nth-child(1) .msg {
		padding: 20px 30px;
	}
}

@media screen and (max-width:1333px) {
	.iAppliaction .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.iAppliaction .sign {
		width: 50px;
		height: 50px;
	}

	.iAppliaction .iTip {
		margin-bottom: 12px;
	}

	.iAppliaction .swiper-slide:nth-child(n) {
		width: 40%;
		margin-right: 2%;
	}

	.iAppliaction .swiper-slide:nth-child(1) {
		width: 58%;
	}

	.iAppliaction .swiper-slide:last-child {
		margin-right: 0;
	}

	.iAppliaction .item {
		height: 240px;
	}
}

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

	.iAppliaction .tit {
		opacity: 1;
		font-size: 18px;
		line-height: 28px;
	}

	.iAppliaction .txts {
		opacity: 1;
	}

	.iAppliaction .cBtn {
		opacity: 1;
	}

	.iAppliaction {
		background-image: none;
		position: relative;
	}

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

	.iAppliaction::after {
		content: "";
		position: absolute;
		height: 100%;
		width: 300px;
		left: 50%;
		top: 0;
		transform: translateX(-50%) skewX(154deg);
		background-color: #226A69;
	}
}

@media screen and (max-width:768px) {
	.iAppliaction::after {
		width: 200px;
	}

	.iAppliaction .item {
		height: 220px;
	}
}

@media screen and (max-width:538px) {
	.iAppliaction .swiper-slide:nth-child(n) {
		width: 100%;
		margin-right: 2%;
	}

	.iAppliaction .swiper-slide:last-child {
		margin-right: 0;
	}

	.iAppliaction .sBtns>div {
		transform: translateY(-50%);
	}

	.iAppliaction .sBtns>div.prev {
		left: 20px;
	}

	.iAppliaction .sBtns>div.next {
		right: 20px;
	}

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

	.iAppliaction .swiper-slide:nth-child(n) .msg {
		padding: 20px;
	}

	.iAppliaction .item {
		height: 210px;
	}

	.iAppliaction::after {
		width: 120px;
	}
}



/* indexM10-1 */


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


.sTit .sBtns {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-shrink: 0;
	margin-left: 30px;
}


.sTit .sBtns>div {
	position: static;
	transform: translateX(0);
	width: 36px;
	height: 36px;
}

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

.says {
	padding: 97px 0 97px 0;
	position: relative;
}


.says .iTip {
	margin-bottom: 20px;
}

.says::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #F5F5F5;
	z-index: -2;
}

.says .sBtns>div {
	background-color: #ffffff;
	font-size: 22px;
}

.says .sBtns>div:hover {
	background-color: #226A69;
	color: #ffffff;
}

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

.says .imgBg img {
	display: block;
	height: 100%;
}


.says .sTit {
	margin-bottom: 70px;
}

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

.says .swiper-slide {
	background-color: #ffffff;
	position: relative;
	padding: 35px 30px 26px 16px;
	display: flex;
	justify-content: space-between;
}



.says .swiper-slide .image {
	width: 47.4%;
}

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


.says .msg {
	width: 47.65%;
	padding: 34px 0 20px 0;
	display: flex;
	align-items: center;
}

.says .msg .txts {
	line-height: 30px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	min-height: 150px;
}

.says .signImg {
	position: absolute;
	right: 60px;
	top: -9px;
	width: 72px;
	height: 72px;
	transform: skewX(154deg) translateY(-50%);
	background-color: #F6AD10;
	display: flex;
	align-items: center;
	justify-content: center;
}

.says .signImg img {
	transform: skewX(-154deg);
	width: 45px;
}

.says .swiper-pagination {
	position: static;
	margin-top: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}


.says .swiper-pagination span {
	position: relative;
	width: 19px;
	height: 19px;
	border: solid 1px transparent;
	border-radius: 50%;
	background-color: transparent;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10.5px !important;
}


.says .swiper-pagination span::after {
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	background-color: rgba(255, 255, 255, .6);
	border-radius: 50%;
}


.says .swiper-pagination span.swiper-pagination-bullet-active {
	border-color: #ffffff;
}

.says .swiper-pagination span.swiper-pagination-bullet-active::after {
	background-color: #ffffff;
}


@media screen and (max-width:1560px) {
	.says .signImg {
		top: 0;
	}
}

@media screen and (max-width:1333px) {
	.says .msg .txts {
		min-height: 140px;
	}

	.says .iTip {
		margin-bottom: 12px;
	}

	.says .sBtns>div {
		font-size: 18px;
	}

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

	.says .signImg {
		width: 60px;
		height: 60px;
	}

	.says .signImg img {
		width: 40px;
	}

	.says .sTit {
		margin-bottom: 60px;
	}

	.says .sBtns>div {
		font-size: 16px;
	}
}

@media screen and (max-width:999px) {
	.says .msg .txts {
		min-height: 130px;
	}

	.says .sTit {
		margin-bottom: 50px;
	}

	.says .signImg {
		width: 55px;
		height: 55px;
	}

	.says .signImg img {
		width: 36px;
	}

	.says .sBtns>div {
		font-size: 14px;
	}

}

@media screen and (max-width:768px) {
	.says .sBtns>div {
		font-size: 12px;
	}
}

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

	.says .swiper-slide .image {
		width: 100%;
		height: 240px;
	}

	.says .msg {
		padding: 0;
		width: 100%;
		margin-top: 20px;
	}

	.says .msg .txts {
		min-height: auto;
	}

	.says .signImg {
		width: 50px;
		height: 50px;
	}

	.says .signImg img {
		width: 30px;
		height: 30px;
	}

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

	.sTit .sBtns {
		margin-left: 0;
		margin-top: 20px;
	}

	.sTit .sBtns>div {
		width: 32px;
		height: 32px;
	}
}



/* indexM11-1 */

.iNews {
	padding: 120px 0 115px 0;
}


.iNews .iTip {
	margin-bottom: 26px;
}



.iNews .sTit {
	margin-bottom: 47px;
}

.iNews .swiper {
	overflow: visible;
}

.iNews .swiper-wrapper {
	pointer-events: none;
}

.iNews .swiper-slide {
	opacity: 0;
	transition: .4s ease background-color, .4s ease box-shadow, .4s ease opacity;
	pointer-events: none;
}


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


.newItem {
	background-color: #F5F5F5;
}

.newItem:hover {
	background-color: #ffffff;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.10);
}


.newItem .image {
	position: relative;
}

.newItem .image>a {
	overflow: hidden;
	display: block;
	height: 100%;
}

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

.newItem .msg {
	padding: 22px 21px 32px;
}

.newItem .tit {
	color: #333;
	font-family: Barlow-Bold;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 7px;
}

.newItem .tit:hover {
	color: #226A69;
}

.newItem .txts {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	margin-bottom: 28px;
}



.iNews .sBtns {
	justify-content: center;
}


.iNews .sBtns>div {
	margin-top: 30px;
}


@media screen and (max-width:1560px) {
	.iNews .iTip {
		margin-bottom: 12px;
	}

	.iNews .sTit {
		margin-bottom: 40px;
	}

	.newItem .msg {
		padding: 20px;
	}

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

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

	.iNews .sBtns>div {
		margin-top: 0;
	}
}

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

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

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

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

@media screen and (max-width:538px) {
	.newItem .image {
		height: 240px;
	}
}


/* products */

.products {
	padding: 79px 0 115px 0;
}

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


.products .innerProducts {
	width: 21.45%;
}

.innerProducts .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 3.5px 20px;
	background-color: #226A69;
	color: #FFF;
	font-family: BebasNeue-Regular;
	font-size: 30px;
	line-height: 46px;
}

.innerProducts .title i {
	display: none;
}


.innerProducts .list {
	margin-top: 3px;
}

.innerProducts .list>li {
	border-bottom: 1px solid #d9d9d9;
	padding: 10px 9px 10px 20px;
}

.innerProducts .list>li>a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #333;
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
}


.innerProducts .list li a:hover {
	color: #226A69;
}

.innerProducts .list>li ul {
	display: none;
}

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

.innerProducts .list>li>a>i {
	font-size: 18px;
	flex-shrink: 0;
	margin-left: 20px;
	color: #226A69;
}

.innerProducts .list>li>ul {
	padding: 0 3px;
	padding-top: 12px;
	padding-bottom: 7px;
}

.innerProducts .list>li>ul>li {
	margin-bottom: 10px;
}

.innerProducts .list>li>ul>li:last-child {
	margin-bottom: 0;
}

.innerProducts .list>li>ul>li>a {
	position: relative;
	padding-left: 12px;
	display: block;
	color: #333;
	font-size: 16px;
	line-height: 26px;
}

.innerProducts .list>li>ul>li.active>a {
	color: #226A69;
}

.innerProducts .list>li>ul>li>a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 6px;
	height: 8px;
	background-image: url("../images/productArr.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	filter: grayscale(100%) brightness(0%);
	transition: .4s ease all;
}

.innerProducts .list ul ul {
	padding: 7px 24px 7px;
}

.innerProducts .list ul ul li {
	margin-bottom: 0px;
}

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

.innerProducts .list ul ul li a {
	color: #444;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
}

.innerProducts .list>li>ul>li.active>a::after,
.innerProducts .list>li>ul>li>a:hover::after {
	filter: grayscale(0%) brightness(100%);
}

.products .con {
	width: 73.1%;
}

.products .con .title {
	color: #333;
	font-family: BebasNeue-Regular;
	font-size: 30px;
	line-height: 40px;
	position: relative;
	margin-top: 10px;
}

.products .con .title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 74px;
	height: 3px;
	flex-shrink: 0;
	background-color: #226A69;
}

.products .con .mbox {
	margin-top: 21px;
	overflow: hidden;
	height: 120px;
}

.products .con .mbox p {
	line-height: 30px;
}

.products .con .mBtn {
	font-size: 16px;
	margin-top: 20px;
	display: inline-block;
	cursor: pointer;
}

.products .con .mBtn:hover {
	color: #226A69;
}

.products .con .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 32px;
}

.products .con .list .item {
	width: 31.5%;
	margin-right: 2.75%;
	background-color: #F5F5F5;
	border: 1px solid #D9D9D9;
	margin-top: 39px;
}


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

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

.products .con .list .image {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.products .con .list .msg {
	padding: 27px 26px 28px;
}

.products .con .list .tit {
	color: #333;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
}

.products .con .list .tit:hover {
	color: #226A69;
}

.products .con .list .txts {
	color: #333;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 19px;
}

.products .con .list .btns {
	position: relative;
	width: 146px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.products .con .list .btns a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding-left: 26px;
	color: #333;
	border: 1px solid #D9D9D9;
}

.products .con .list .btns:hover a {
	background-color: #226A69;
	color: #ffffff;
	border-color: #226A69;
}

.products .con .list .checkBtn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	left: 19px;
	width: 16px;
	height: 16px;
	outline: 1px solid #444;
}

.products .con .list .btns:hover .checkBtn {
	background-color: #ffffff;
}

.products .con .list .checkBtn i {
	font-size: 14px;
	opacity: 0;
	color: #226A69;
}

.products .con .list .checkBtn.active i {
	opacity: 1;
}


.products .con .list .checkBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
}

.products .con .pager {
	justify-content: flex-start;
	margin-top: 86px;
}

.products .con .pager .pageList {
	justify-content: flex-start;
}

.products .con .pager .pageList .icon-left7 {
	margin-left: 0;
}

.products .innerTouch {
	margin-top: 96px;
}

@media screen and (max-width:1560px) {
	.innerProducts .title {
		font-size: 28px;
		line-height: 40px;
		padding: 5px 20px;
	}

	.innerProducts .list>li {
		padding: 10px 10px;
	}

	.innerProducts .list>li>a {
		font-size: 16px;
		line-height: 28px;
	}

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

	.innerProducts .list ul ul {
		padding: 10px 20px;
	}

	.innerProducts .list {
		margin-top: 20px;
	}

	.products .con .title {
		margin-top: 0;
		font-size: 28px;
		line-height: 40px;
	}

	.products .con .title::after {
		bottom: -8px;
	}

	.products .con .mbox {
		margin-top: 30px;
	}

	.products .con .list .msg {
		padding: 20px;
	}

	.products .con .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.products .con .list .checkBtn {
		width: 14px;
		height: 14px;
	}

	.products .con .list .btns {
		height: 40px;
	}

	.products .con .list .item {
		margin-top: 30px;
	}

	.products .con .pager {
		margin-top: 60px;
	}

	.products .innerTouch {
		margin-top: 80px;
	}
}

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

	.products .con .title {
		font-size: 26px;
		line-height: 38px;
	}

	.products .con .title::after {
		width: 50px;
	}

	.products .con .list {
		justify-content: space-between;
	}

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

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

	.products .con {
		width: 65%;
	}

	.products .innerProducts {
		width: 26%;
	}

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

	.products .innerTouch {
		margin-top: 60px;
	}

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

	.innerProducts .title i {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 35px;
		height: 35px;
		font-size: 18px;
		font-weight: bold;
	}

	.innerProducts .title i.active {
		transform: rotate(45deg);
	}

	.innerProducts .list>li {
		padding: 10px 20px;
	}
}

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

	.products .innerProducts {
		width: 100%;
	}

	.products .con .title,
	.innerProducts .title {
		font-size: 24px;
		line-height: 36px;
	}

	.products .con {
		width: 100%;
		margin-top: 40px;
	}

	.products .con .title::after {
		height: 2px;
		width: 40px;
	}

	.products .con .mbox {
		height: 104px;
	}

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

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

	.products .con .pager {
		justify-content: center;
	}

	.products .con .pager .pageList {
		justify-content: center;
	}

	.products .con .pager .pageList .icon-left7 {
		margin-left: 6px;
	}

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

	.products .con .list .btns {
		height: 36px;
		width: 130px;
	}

	.products .con .list .checkBtn {
		left: 16px;
	}

	.innerProducts .list {
		display: none;
		transition: none;
		margin-top: 10px;
	}
}

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

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

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

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

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

	.products .con .list .image {
		height: 240px;
	}
}

/* products 详情 */


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

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

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

.productShow .box .sBtns>div {
	transform: translateY(-50%);
}

.productShow .showSipwer .sBtns>div.prev {
	left: 19px;
}

.productShow .showSipwer .sBtns>div.next {
	right: 19px;
}

.productShow .jianjie {
	width: 44.3%;
	margin-top: 12px;
}


.productShow .box .showSipwer {
	margin-bottom: 16px;
	overflow: hidden;
	position: relative;
}


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



.productShow .box .checkSwiper {
	padding: 0 38px;
	position: relative;
	overflow: hidden;
}


.productShow .box .checkSwiper .sBtns>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	font-size: 18px;
}

.productShow img {
	display: block;
}

.productShow .box .checkSwiper .prev {
	left: 0px;
}

.productShow .box .checkSwiper .next {
	right: 0px;
}


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

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


.productShow .checkSwiper .swiper-slide::after {
	content: "";
	position: absolute;
	transition: .4s ease all;
	pointer-events: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
	background-color: transparent;
}


.productShow .checkSwiper .swiper-slide.swiper-slide-thumb-active::after {
	background-color: rgba(0, 0, 0, .5);
}


.jianjie h1 {
	font-family: BebasNeue-Regular;
	font-weight: normal;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
}


.jianjie .txts p {
	font-size: 16px;
	line-height: 30px;
	color: #444444;
}

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

.jianjie .signs {
	margin-top: 21px;
}

.jianjie .signs p {
	margin-bottom: 6.5px;
}

.jianjie .signs p:last-child {
	margin-bottom: 0;
}

.jianjie .signs p em {
	font-style: normal;
	display: block;
	padding-left: 22px;
}

.jianjie .signs p em::after {
	content: "";
	position: absolute;
	left: 0;
	width: 16px;
	height: 16px;
	background-image: url("../images/signArr.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	top: 6px;
}




.jianjie .downloadList .item {
	background-color: #f7f7f7;
	padding: 14px 19px 17px 21px;
	width: 48.75%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

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


.jianjie .btns a {
	margin-right: 28px;
}


.jianjie .btns a:nth-child(2) {
	margin-right: 0;
}



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




/*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 .title1 {
	font-size: 40px;
}

.productDet .title1 span {
	color: #226A69;
}

.productDetNav {
	padding: 0 24px;
	display: flex;
	flex-wrap: wrap;
	background-color: rgba(34, 106, 105, .1);
}


.productDetNav a {
	display: block;
	position: relative;
	padding: 16px 0;
	color: #333;
	font-size: 20px;
	line-height: 32px;
	margin-right: 61px;
}


.productDetNav a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 4px;
	background-color: #226A69;
	transition: .4s ease all;
}


.productDetNav a:hover {
	font-family: Barlow-Bold;
}

.productDetNav a:hover::after {
	width: 100%;
}


.productDet .introduction {
	margin-top: 40px;
}

.productDet .introduction .txts {
	margin-top: 9px;
}


.productDet .parameters {
	margin-top: 76px;
}


.productDet .parameters .txts {
	margin-top: 16px;
}


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

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

.table table tr td {
	padding: 10px 15px;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	border: 1px solid #d9d9d9;
}

.table table tr td.tit {
	background-color: #F2FBFB;
	color: #333;
	font-family: Barlow-Bold;
	font-size: 18px;
	text-align: center;
}


.productDet .scenarios {
	margin-top: 88px;
}


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


.scenarios .con {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 59px;
}


.scenarios .checks {
	width: 50%;
}


.scenarios .swiper {
	width: 43.71%;
	margin: 0;
}

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

.scenarios .checks .item {
	padding: 18px 0 18px 0;
	border-bottom: 1px solid #D9D9D9;
}

.scenarios .checks .tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}



.scenarios .checks .name {
	font-family: Barlow-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}


.scenarios .checks .name:hover {
	color: #226A69;
}

.scenarios .checks .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	margin-left: 21px;
	flex-shrink: 0;
}


.scenarios .checks .btn i {
	font-size: 20px;
	color: #226A69;
}

.scenarios .checks .btn i:nth-child(2) {
	display: none;
}


.scenarios .checks .txts {
	display: none;
	transition: none;
	margin-top: 4px;
}

.scenarios .checks .txts p {
	color: #444444;
	line-height: 30px;
}

.scenarios .checks .item:nth-child(1) .txts {
	display: block;
}


.scenarios .checks .item.active .btn i:nth-child(1) {
	display: none;
}

.scenarios .checks .item.active .btn i:nth-child(2) {
	display: block;
}




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

	.jianjie h1 {
		font-size: 28px;
		line-height: 40px;
	}

	.productShow .showSipwer .sBtns>div {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}

	.productShow .box .checkSwiper .sBtns>div {
		width: 32px;
		height: 32px;
		font-size: 14px;
	}

	.productShow {
		margin-bottom: 80px;
	}

	.productDetNav a {
		font-size: 18px;
		line-height: 28px;
	}

	.productDetNav a::after {
		height: 2px;
	}

	.productDet .introduction,
	.productDet .parameters,
	.productDet .scenarios {
		margin-top: 60px;
	}

	.productDet .introduction .txts,
	.productDet .parameters .txts,
	.scenarios .tips {
		margin-top: 30px;
	}

	.scenarios .con {
		margin-top: 50px;
	}

	.scenarios .checks .txts {
		margin-top: 10px;
	}
}

@media screen and (max-width:1333px) {
	.jianjie h1 {
		font-size: 24px;
		line-height: 36px;
	}

	.productShow .showSipwer .sBtns>div {
		width: 34px;
		height: 34px;
		font-size: 14px;
	}

	.productShow .box .checkSwiper .sBtns>div {
		width: 28px;
		height: 28px;
		font-size: 12px;
	}

	.productShow {
		margin-bottom: 60px;
	}

	.productDetNav a {
		font-size: 16px;
		line-height: 26px;
	}

	.productDetNav a::after {
		height: 2px;
	}

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

	.scenarios .checks .name {
		font-size: 18px;
		line-height: 28px;
	}

	.table table tr td {
		padding: 6px 15px;
	}
}

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

	.productDet .introduction,
	.productDet .parameters,
	.productDet .scenarios {
		margin-top: 50px;
	}

	.productDet .introduction .txts,
	.productDet .parameters .txts,
	.scenarios .tips {
		margin-top: 20px;
	}

	div.jqZoomPup {
		display: none;
	}

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

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

	.productShow .jianjie {
		width: 100%;
	}

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

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

	.productDetNav a {
		margin-right: 40px;
	}

	.productShow {
		margin-bottom: 50px;
	}

	.table table tr td {
		font-size: 14px;
	}

	.table table tr td.tit {
		font-size: 16px;
	}

	.scenarios .checks .name {
		font-size: 16px;
	}

	.scenarios .con {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.scenarios .checks {
		width: 100%;
	}

	.scenarios .con {
		margin-top: 20px;
	}

	.scenarios .checks .item {
		padding: 10px 0;
	}

	.scenarios .checks .btn i {
		font-size: 18px;
	}

	.scenarios .swiper {
		width: 100%;
		margin-top: 40px;
		height: 340px;
	}
}


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

	.productDetNav {
		padding: 0 10px;
	}

	.productDetNav a {
		margin-right: 30px;
	}

	.productShow {
		margin-bottom: 40px;
	}

	.productDet .introduction,
	.productDet .parameters,
	.productDet .scenarios {
		margin-top: 40px;
	}

	.scenarios .swiper {
		height: 300px;
	}
}


@media screen and (max-width:538px) {
	.scenarios .swiper {
		height: 260px;
	}
}


.options {
	position: relative;
}

.options::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -4;
	background-color: #f5f5f5;
	top: 0;
}

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

.options .msg {
	flex: 1;
	padding: 40px 0 83px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.options .msg .title1 {
	font-size: 36px;
	margin-bottom: 8px;
}


.options .msg .title1 span {
	color: #226A69;
}


.options .txts {
	margin-bottom: 33px;
}

.options .txts p {
	color: #444;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
}

.options .cBtn {
	background-color: #226A69;
	border-color: #226A69;
	color: #ffffff;
}

.options .cBtn:hover {
	background-color: #ffffff;
	color: #226A69;
}

.options .piece {
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: center;
	flex-shrink: 0;
	margin-left: 9%;
}

.options .piece .show {
	width: 620px;
	padding-top: 84px;
	padding-bottom: 9px;
	margin-right: 27px;
}

.options .piece .show img {
	display: block;
}



.options .piece .image {
	position: absolute;
	top: 0;
	right: 126px;
	z-index: -1;
	height: 100%;
	width: 62.8%;
}

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

.options .bigTit {
	writing-mode: vertical-lr;
	font-family: Barlow-Bold;
	color: #226A69;
	font-size: 120px;
	line-height: 120px;
}


.targetCustomers {
	padding: 121px 0 122px 0;
}

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

.targetCustomers .image {
	width: 48.64%;
}


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


.targetCustomers .box {
	width: 43.85%;
	padding: 78px 0;
}

.targetCustomers .title1 {
	font-size: 36px;
	line-height: 48px;
	color: #333;
	font-family: BebasNeue-Regular;
	font-size: 36px;
	line-height: 46px;
	margin-bottom: 15px;
}


.targetCustomers .title1 span {
	color: #226A69;
}

.targetCustomers .txts p {
	line-height: 30px;
	color: #444444;
}

.productApp {
	background-color: #F5F5F5;
	padding: 83px 0 0px 0;
}

.productApp .title1 {
	font-size: 40px;
	margin-bottom: 28px;
}

.productApp .title1 span {
	color: #226A69;
}

.productApp .item {
	display: flex;
	justify-content: space-between;
}

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

.productApp .item .image {
	width: 50%;
}

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

.productApp .item .msg {
	padding: 40px 0;
	width: 43.9%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.productApp .item .tit {
	color: #333;
	font-family: BebasNeue-Regular;
	font-size: 36px;
	line-height: 46px;
	margin-bottom: 15px;
}

.productApp .txts p {
	line-height: 30px;
}

.productApp .txts p strong {
	font-family: Barlow-Bold;
	color: #226A69;
}


.innerContact {
	padding: 106px 0 94px 0;
}


.productFaq {
	background-color: #F5F5F5;
	padding: 74px 0 72px 0;
}

.productFaq .title1 {
	font-size: 40px;
	margin-bottom: 11px;
}

.productFaq .title1 span {
	color: #226A69;
}


.productFaq .item {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #D9D9D9;
}

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

.productFaq .question {
	color: #333;
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 6px;
}

.productFaq .answer {
	color: #444;
	font-size: 16px;
	line-height: 30px;
}


.productDetPiece {
	padding: 72px 0 95px 0;
}

.productDetPiece .hotProducts .swiper-slide {
	background-color: #f5f5f5;
}

@media screen and (max-width:1560px) {
	.options .msg .title1 {
		margin-bottom: 30px;
	}

	.options .piece .show {
		width: 500px;
	}

	.options .bigTit {
		font-size: 100px;
		line-height: 100px;
	}

	.options .piece .image {
		right: 115px;
	}

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

	.targetCustomers .box {
		padding: 50px 0;
		display: flex;
		align-items: center;
	}

	.productApp .title1 {
		margin-bottom: 40px;
	}

	.productApp .item .tit {
		margin-bottom: 30px;
	}

	.productApp {
		padding-top: 80px;
	}

	.productFaq .title1 {
		margin-bottom: 40px;
	}

	.productFaq .item {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.productFaq .question {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1333px) {
	.options .piece .show {
		width: 400px;
	}

	.options .bigTit {
		font-size: 80px;
		line-height: 80px;
	}

	.options .piece .image {
		right: 100px;
	}

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

	.productApp .item .tit {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 20px;
	}

	.productApp {
		padding-top: 60px;
	}

	.productFaq .question {
		font-size: 18px;
	}

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

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

	.options .piece {
		margin: 0 auto;
	}

	.options .msg .title1 {
		margin-bottom: 20px;
	}

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

	.options .bigTit {
		font-size: 70px;
		line-height: 70px;
	}

	.options .piece .show {
		padding: 50px 0 20px 0;
	}

	.targetCustomers .con {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.targetCustomers .box {
		padding: 0;
		width: 100%;
		margin-bottom: 30px;
	}

	.targetCustomers .image {
		width: 100%;
		height: 340px;
	}

	.productApp {
		padding-top: 50px;
	}

	.productApp .item .tit {
		font-size: 24px;
		line-height: 36px;
	}

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

	.productApp .item:nth-child(n) {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.productApp .item .msg {
		padding: 0;
		margin-bottom: 30px;
		width: 100%;
	}

	.productApp .item .image {
		width: 100%;
		height: 340px;
	}

	.productApp .item {
		margin-bottom: 30px;
	}

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

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

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

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

	.productApp {
		padding-top: 40px;
	}

	.productApp .item .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.productApp .item .image {
		height: 300px;
	}
}

@media screen and (max-width:538px) {
	.options .piece .show {
		width: 280px;
		margin-right: 10px;
	}

	.options .bigTit {
		font-size: 60px;
		line-height: 60px;
	}

	.targetCustomers .image {
		height: 260px;
	}

	.productApp .item .image {
		height: 260px;
	}
}


@media screen and (max-width:400px) {
	.options .bigTit {
		font-size: 50px;
		line-height: 50px;
		flex-shrink: 0;
	}

	.options .piece .show {
		width: 100%;
	}
}

/* about us */

.company .aboutUs {
	padding: 90px 0 86px 0;
}

.aboutUs {
	max-width: 1920px;
	margin: 0 auto;
}

.company .aboutUs .title1 {
	font-size: 40px;
	line-height: 52px;
}

.company .aboutUs .des .txts {
	display: block;
}



.aStrengths {
	padding: 95px 0 140px 0;
}

.aStrengths .tips {
	width: 63%;
	margin: 0 auto 73px;
	text-align: center;
	color: #333;
	text-align: center;
	font-size: 20px;
	line-height: 32px;
}


@media screen and (max-width:1560px) {
	.aStrengths .tips {
		width: 80%;
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1333px) {
	.aStrengths .tips {
		width: 90%;
		margin-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.aStrengths .tips {
		width: 95%;
		margin-bottom: 40px;
	}
}

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



.culture {
	padding: 105px 0 107px 0;
	background-color: #F5F5F5;
}


.culture .image {
	width: 48.64%;
}


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


.culture .item {
	margin-bottom: 71px;
}

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


.culture .item:nth-child(2n-1) .image {
	float: left;
	margin-right: 7.6%;
}

.culture .item:nth-child(2n) .image {
	float: right;
	margin-left: 7.6%;
}

.culture .msg {
	padding-top: 31px;
}


.culture .title1 {
	font-size: 40px;
	margin-bottom: 6px;
}


.culture .title1 span {
	color: #226A69;
}

@media screen and (max-width:1560px) {
	.culture .msg {
		padding-top: 0;
	}

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

	.culture .item {
		margin-bottom: 60px;
	}

	.culture .item:nth-child(2n-1) .image {
		margin-right: 5%;
	}

	.culture .item:nth-child(2n) .image {
		margin-left: 5%;
	}
}

@media screen and (max-width:999px) {
	.culture .item {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.culture .image {
		width: 55%;
	}

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

	.culture .item {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.culture .item:nth-child(n) .image {
		float: none;
		width: 100%;
		height: 240px;
		margin: 0;
		margin-top: 20px;
	}

	.culture .item:nth-child(n) {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}
}

.project {
	padding: 86px 0 90px 0;
}

.project .title1 {
	text-align: center;
	font-size: 40px;
	margin-bottom: 24px;
	color: #000000;
}


.project .title1 span {
	color: #226A69;
}

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


.project .checkBtns {
	width: 30.85%;
}


.project .checkBtns .item {
	display: flex;
	align-items: flex-start;
	padding: 16.5px 0;
	color: #333;
	font-family: Barlow;
	font-size: 20px;
	line-height: 32px;
	border-bottom: 1px solid #D9D9D9;
	position: relative;
	cursor: pointer;
}



.project .checkBtns span {
	font-family: BebasNeue-Regular;
	font-size: 24px;
	line-height: 34px;
	flex-shrink: 0;
	margin-right: 10px;
	color: #226A69;
}


.project .checkBtns .item::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 3px;
	background-color: #226A69;
	opacity: 0;
	transition: .4s ease all;
}


.project .checkBtns .item:hover::after,
.project .checkBtns .item.active::after {
	opacity: 1;
}



.project .checkBtns .item.active {
	color: #226A69;
	font-family: Barlow-Bold;
}

.project .checkBtns .item:hover {
	color: #226A69;
}


.project .checks {
	width: 63.8%;
}


.project .checks .item {
	display: none;
}

.project .checks .item.active {
	display: block;
}


.project .checks .item .image {
	float: left;
	width: 420px;
	margin-right: 45px;
}

.project .checks .msg {
	padding-top: 4px;
}

.project .checks .msg .tit {
	color: #226A69;
	font-family: BebasNeue-Regular;
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 8px;
}

.project .checks .msg .txts {
	color: #333333;
	line-height: 30px;
}


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

	.project .checks .msg {
		padding-top: 0;
	}

	.project .checks .msg .tit {
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 30px;
	}

	.project .checkBtns .item {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:1333px) {
	.project .checks .item .image {
		width: 320px;
		margin-right: 20px;
	}

	.project .title1 {
		margin-bottom: 40px;
	}

	.project .checkBtns .item {
		font-size: 16px;
	}
}

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

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

	.project .checkBtns .item {
		font-size: 14px;
		line-height: 24px;
	}

	.project .checkBtns span {
		font-size: 20px;
		line-height: 24px;
	}

	.project .checkBtns {
		width: 100%;
		margin-bottom: 40px;
	}

	.project .checkBtns .item::after {
		height: 2px;
	}

	.project .checks {
		width: 100%;
	}

	.project .checks .msg .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.project .checks .item .image {
		width: 400px;
	}
}

@media screen and (max-width:768px) {
	.project .checks .item .image {
		width: 300px;
	}

	.project .checkBtns .item {
		padding: 10px 0;
	}
}

@media screen and (max-width:538px) {
	.project .checks .item.active {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.project .checks .item .image {
		width: 100%;
		float: none;
		margin: 0;
		height: 240px;
		margin-top: 20px;
	}

	.project .checks .item .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.project .checkBtns {
		margin-bottom: 30px;
	}

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






.target .con {
	background-image: url("../images/targetM1-1.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 91px 0 185px 0;
	position: relative;
}



.target .con::after {
	content: "";
	position: absolute;
	width: 49.25%;
	top: 0;
	left: 0;
	height: 100%;
	background-color: rgba(26, 26, 26, .6);
	clip-path: polygon(0 0, 100% 0, 81% 100%, 0% 100%);
}


.target .msg {
	position: relative;
	z-index: 2;
	width: 40%;
	padding-left: calc((100vw - 1400px)/ 2);
}

.target .title1 {
	font-size: 40px;
	margin-bottom: 18px;
	color: #ffffff;
}

.target .txts {
	color: #FFF;
	line-height: 30px;
}


@media screen and (max-width:1920px) {
	.target {
		padding-right: calc((100% - 1400px)/ 2);
		max-width: 1920px;
		margin: 0 auto;
	}

}

@media screen and (max-width:1560px) {
	.target {
		padding-right: 80px;
	}

	.target .msg {
		padding-left: 80px;
	}

	.target .con {
		padding: 100px 0;
	}

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

@media screen and (max-width:1333px) {
	.target .con {
		padding: 80px 0;
	}

	.target .con::after {
		width: 55%;
	}

	.target .msg {
		width: 45%;
	}
}

@media screen and (max-width:999px) {
	.target .con {
		padding: 60px 0;
	}

	.target .con::after {
		width: 65%;
	}

	.target .msg {
		width: 55%;
	}
}

@media screen and (max-width:768px) {
	.target .con {
		padding: 50px 0;
	}

	.target {
		padding-right: 25px;
	}

	.target .msg {
		padding-left: 25px;
	}

}

@media screen and (max-width:538px) {
	.target {
		padding-right: 15px;
	}

	.target .msg {
		padding-left: 15px;
		width: 75%;
	}

	.target .con::after {
		width: 92%;
	}
}


.warehousing {
	padding: 70px 0 85px 0;
	background-color: #F5F5F5;
}


.warehousing .safeRange {
	max-width: 1920px;
	width: 100%;
	padding: 0 34px;
}

.warehousing .title1 {
	text-align: center;
	font-size: 40px;
	margin-bottom: 7px;
}

.warehousing .title1 span {
	color: #226A69;
}


.warehousing .tips {
	width: 67%;
	margin: 0 auto 40px;
	color: #444;
	font-family: Barlow;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}


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

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

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


.warehousing .list .item {
	width: 32.65%;
	margin-right: 1.025%;
	margin-top: 44px;
	position: relative;
}

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

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


.warehousing .list .msg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("../images/warehousingM1-2.png");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 29px 30px;
	left: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	opacity: 0;
	pointer-events: none;
}


.warehousing .list .item:hover .image{
	overflow: hidden;
}

.warehousing .list .item:hover .image img{
	transform: none;
}


.warehousing .list .item:hover .msg {
	opacity: 1;
}


.warehousing .list .tit {
	color: #FFF;
	font-family: Barlow-Bold;
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 3px;
}

.warehousing .list .txts {
	color: #FFF;
	font-size: 18px;
	line-height: 32px;
}


@media screen and (max-width:1560px) {
	.warehousing .title1 {
		margin-bottom: 30px;
	}

	.warehousing .tips {
		width: 80%;
	}

	.warehousing .list .msg {
		padding: 20px;
	}

	.warehousing .list .txts {
		font-size: 16px;
		line-height: 28px;
	}

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

	.warehousing .list .item {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.warehousing .tips {
		width: 90%;
		-webkit-line-clamp: 3;
	}
}

@media screen and (max-width:999px) {
	.warehousing .title1 {
		margin-bottom: 20px;
	}

	.warehousing .tips {
		margin-bottom: 30px;
	}

	.warehousing .list .txts {
		font-size: 14px;
		line-height: 26px;
	}

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

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

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

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

	.warehousing .list .msg {
		opacity: 1;
	}
}

@media screen and (max-width:768px) {
	.warehousing .list .item {
		height: 280px;
	}

	.warehousing .safeRange {
		padding: 0 25px;
	}
}

@media screen and (max-width:538px) {
	.warehousing .list .item {
		height: 240px;
	}

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

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

	.warehousing .safeRange {
		padding: 0 15px;
	}
}


.aboutPiece {
	padding: 100px 0 104px 0;
}

.aboutPiece .hotProducts .swiper-slide {
	background-color: #F5F5F5;
}




/* faq */


.faq {
	padding: 79px 0 103px 0;
}


.faqList .question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	padding: 24px 23px 18px 30px;
}



.faqList .item {
	margin-bottom: 26px;
	border: 1px solid #D9D9D9;
}


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


.faqList .item:nth-child(1) .answer {
	display: block;
}


.faqList .question .name {
	color: #333;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}


.faqList .question:hover .name {
	color: #226A69;
}


.faqList .question .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
	margin-right: 3px;
	margin-left: 20px;
	transform: translateY(-3px);
}


.faqList .question:hover .btns i {
	background-color: #226A69;
}

.faqList .question i {
	width: 26px;
	height: 2px;
	background-color: #3D3D3D;
}

.faqList .question i.move {
	width: 26px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
}


.faqList .item.active .question i.move {
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}


.faqList .item.active .question .name {
	color: #333;
	font-family: Barlow-Bold;
}


.faqList .item.active .question:hover .name {
	color: #226A69;
}

.faqList .item.active .question {
	padding-bottom: 18px;
}


.faqList .answer {
	display: none;
	transition: none;
	padding: 0px 23px 17px 30px;
}


.faqList .answer p {
	color: #666;
}



.faq .pager {
	margin-top: 96px;
}

.faq .innerTouch {
	margin-top: 98px;
}



/* innerTouch */

.innerTouch {
	background-image: url("../images/innerTouchM1-1.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 60px 55px 62px;
	position: relative;
}



.innerTouch::after {
	content: "";
	position: absolute;
	width: 52.5%;
	top: 0;
	left: 0;
	height: 100%;
	background-color: rgba(26, 26, 26, .8);
	clip-path: polygon(0 0, 100% 0, 81% 100%, 0% 100%);
}

.innerTouch .msg {
	position: relative;
	z-index: 2;
	width: 39%;
}

.innerTouch .title2 {
	margin-bottom: 24px;
	color: #ffffff;
}

.innerTouch .txts {
	color: #FFF;
	line-height: 30px;
	margin-bottom: 36px;
}

.innerTouch .cBtn {
	background-color: #226A69;
	color: #ffffff;
}

.innerTouch .cBtn:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #226A69;
}



@media screen and (max-width:1560px) {
	.faqList .question {
		padding: 20px 20px;
	}

	.faqList .answer {
		padding: 0 20px 20px 20px;
	}

	.faqList .question .btns {
		transform: translateY(0);
	}

	.faqList .question i.move {
		width: 20px;
	}

	.faqList .question i {
		width: 20px;
	}

	.faq .pager {
		margin-top: 60px;
	}

	.faq .innerTouch {
		margin-top: 80px;
	}

	.innerTouch {
		padding: 50px;
	}
}

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

	.faqList .question {
		padding: 16px 20px;
	}

	.faqList .active .question {
		padding: 16px 20px;
	}

	.faqList .answer {
		padding: 0 20px 16px 20px;
	}

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

	.faq .innerTouch {
		margin-top: 60px;
	}

	.innerTouch {
		padding: 50px 40px;
	}

	.innerTouch .msg {
		width: 50%;
	}

	.innerTouch::after {
		width: 60%;
	}
}

@media screen and (max-width:999px) {
	.faqList .question .name {
		font-size: 16px;
		line-height: 28px;
	}

	.faqList .question i,
	.faqList .question i.move {
		width: 16px;
	}

	.faqList .item {
		margin-bottom: 20px;
	}

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

	.faq .innerTouch {
		margin-top: 50px;
	}

	.innerTouch .msg {
		width: 66%;
	}

	.innerTouch::after {
		width: 77%;
	}

	.innerTouch .title2 {
		margin-bottom: 20px;
	}

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

@media screen and (max-width:768px) {
	.faq .innerTouch {
		margin-top: 40px;
	}

	.innerTouch {
		padding: 40px 30px;
	}
}

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

	.innerTouch::after {
		width: 90%;
	}
}



/* appliaction */


.appliaction {
	padding: 75px 0 103px 0;
}


.appliaction .title1 {
	font-size: 40px;
}


.appliaction .category {
	margin-top: 86px;
}

.appliaction .category:nth-child(1) {
	margin-top: 0;
}


.appliaction .category .title1 {
	margin-bottom: 8px;
}

.appliaction .category .tips p strong {
	color: #226A69;
	font-weight: normal;
	font-size: 18px;
	font-family: Barlow-Bold;
}


.appliaction .appList {
	margin-top: 37px;
}


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

.appList .item {
	width: 31.14%;
	margin-right: 3.29%;
	margin-top: 30px;
}


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


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

.appList .image {
	overflow: hidden;
	margin-bottom: 33px;
}

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

.appList .tit {
	font-family: BebasNeue-Regular;
	color: #333;
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 10px;
}

.appList a.tit:hover {
	color: #226A69;
}

.appList .txts {
	color: #444;
	line-height: 30px;
	margin-bottom: 19px;
}

.appliaction .pager {
	margin-top: 76px;
}


.appliaction .innerTouch {
	margin-top: 97px;
}

@media screen and (max-width:1560px) {
	.appliaction .category .title1 {
		margin-bottom: 30px;
	}

	.appliaction .appList {
		margin-top: 40px;
	}

	.appList .image {
		margin-bottom: 24px;
	}

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

	.appliaction .category {
		margin-top: 60px;
	}

	.appliaction .pager {
		margin-top: 60px;
	}

	.appliaction .innerTouch {
		margin-top: 80px;
	}
}

@media screen and (max-width:1333px) {
	.appList .tit {
		font-size: 20px;
	}

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

	.appliaction .innerTouch {
		margin-top: 60px;
	}
}

@media screen and (max-width:999px) {
	.appliaction .category .title1 {
		margin-bottom: 20px;
	}

	.appliaction .category .tips p strong {
		font-size: 16px;
	}

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

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

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

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

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

	.appliaction .innerTouch {
		margin-top: 50px;
	}

	.appliaction .category {
		margin-top: 50px;
	}
}

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

	.appliaction .category {
		margin-top: 40px;
	}

	.appliaction .innerTouch {
		margin-top: 40px;
	}
}

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

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

	.appList .image {
		height: 280px;
	}
}


/* appliaction 详情 */


.appDet {
	padding: 76px 0 100px 0;
}


.appDet .title1 {
	font-size: 40px;
}


.appDet h1 {
	color: #333;
	font-family: BebasNeue-Regular;
	font-size: 30px;
	line-height: 40px;
	font-weight: normal;
}


.appDet .share {
	margin-top: 4px;
}


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

.share span {
	flex-shrink: 0;
	margin-right: 12px;
	color: #444;
}

.appDet .line {
	width: 100%;
	height: 1px;
	background-color: #D9D9D9;
	margin-top: 11px;
}

.appDet .des {
	margin-top: 28px;
}



.appDet .hotProducts {
	padding: 70px 0 86px 0;
	position: relative;
	margin-top: 81px;
}


.appDet .hotProducts::after {
	content: "";
	position: absolute;
	width: 100vw;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	top: 0;
	background-color: #F5F5F5;
}

.hotProducts .title1 {
	font-size: 40px;
}

.hotProducts .sTit {
	margin-bottom: 12px;
}

.hotProducts .sTit .title1 span {
	color: #226A69;
}

.hotProducts .sTit .sBtns>div {
	font-size: 20px;
	width: 50px;
	height: 50px;
}

.hotProducts .sTit .sBtns>div.prev {
	margin-right: 18px;
}


.hotProducts .swiper-slide {
	background-color: #ffffff;
	border: 1px solid #D9D9D9;
	height: auto;
}

.hotProducts .image {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}


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


.hotProducts .msg {
	padding: 28px 26px 28px;
}


.hotProducts .tit {
	color: #333;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 11px;
}


.hotProducts .tit:hover {
	color: #226A69;
}

.hotProducts .txts {
	color: #333;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 19px;
}

.hotProducts .cBtn {
	border-color: #D9D9D9;
	color: #333;
	width: 147px;
}

.hotProducts .cBtn:hover {
	border-color: #226A69;
	color: #ffffff;
	border-color: #226A69;
}

.appDet .points {
	margin-top: 86px;
}


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

.points .list {
	width: 50%;
	padding: 30px 0 47px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.points .image {
	width: 44.71%;
}


.points .item {
	margin-bottom: 40px;
}

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


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

.points .tit {
	color: #333;
	font-family: BebasNeue-Regular;
	font-size: 30px;
	font-weight: 400;
	line-height: 42px;
	margin-bottom: 19px;
}

.points .tit span {
	color: #226A69;
}


.appDet .success {
	margin-top: 96px;
}

.success .title1 {
	text-align: center;
	margin-bottom: 26px;
	color: #000;
}

.success .title1 span {
	color: #226A69;
}

.success .appList .txts {
	margin-bottom: 0;
}


.says .sTit .tit {
	color: #333;
	font-family: BebasNeue-Regular;
	font-size: 30px;
	line-height: 42px;
}


.appDetPiece {
	padding: 80px 0 103px 0;
}

.appDetPiece .title1 {
	text-align: center;
	font-size: 40px;
	margin-bottom: 33px;
}

.appDetPiece .title1 span {
	color: #226A69;
}


.appDetPiece .innerTouch {
	margin-top: 120px;
}


@media screen and (max-width:1560px) {
	.appDet h1 {
		font-size: 28px;
		line-height: 40px;
	}

	.appDet .share {
		margin-top: 30px;
	}

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

	.appDet .hotProducts {
		padding: 80px 0;
		margin-top: 80px;
	}

	.hotProducts .sTit {
		margin-bottom: 40px;
	}

	.hotProducts .sTit .sBtns>div {
		width: 45px;
		height: 45px;
		font-size: 18px;
	}

	.hotProducts .msg {
		padding: 20px;
	}

	.appDet .points {
		margin-top: 80px;
	}

	.points .list {
		padding: 30px 0;
	}

	.points .tit {
		font-size: 28px;
		line-height: 40px;
	}

	.appDet .success {
		margin-top: 80px;
	}

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

	.appDetPiece .innerTouch {
		margin-top: 80px;
	}

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

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

	.appDet .hotProducts {
		padding: 60px 0;
		margin-top: 60px;
	}

	.hotProducts .sTit .sBtns>div {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}

	.hotProducts .sTit {
		margin-bottom: 30px;
	}

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

	.hotProducts .cBtn {
		width: 130px;
	}

	.appDet .points {
		margin-top: 60px;
	}

	.points .tit {
		font-size: 26px;
		line-height: 38px;
		margin-bottom: 20px;
	}

	.appDet .success {
		margin-top: 60px;
	}

	.appDetPiece .innerTouch {
		margin-top: 60px;
	}
}

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

	.appDet .share {
		margin-top: 20px;
	}

	.appDet .des {
		margin-top: 20px;
	}

	.appDet .hotProducts {
		padding: 50px 0;
		margin-top: 50px;
	}

	.hotProducts .sTit .sBtns>div {
		width: 36px;
		height: 36px;
		font-size: 14px;
	}

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

	.hotProducts .cBtn {
		width: 120px;
	}

	.appDet .points {
		margin-top: 50px;
	}

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

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

	.points .list {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}

	.points .image {
		width: 100%;
		height: 340px;
	}

	.points .item {
		margin-bottom: 30px;
	}

	.appDet .success {
		margin-top: 50px;
	}

	.appDetPiece .innerTouch {
		margin-top: 50px;
	}

	.share span {
		font-size: 14px;
	}
}

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

	.appDet .hotProducts {
		padding: 40px 0;
		margin-top: 40px;
	}

	.hotProducts .sTit .sBtns>div {
		width: 34px;
		height: 34px;
		font-size: 12px;
	}

	.appDet .points {
		margin-top: 40px;
	}

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

	.points .image {
		height: 300px;
	}

	.appDet .success {
		margin-top: 40px;
	}

	.appDetPiece .innerTouch {
		margin-top: 40px;
	}

	.hotProducts .sTit {
		margin-bottom: 30px;
	}

}

@media screen and (max-width:538px) {
	.points .image {
		height: 260px;
	}

	.hotProducts .image {
		height: 240px;
	}
}



/* Quality and Certificate */

.business {
	padding: 79px 0 132px 0;
}


.business .title {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 47px;
}



.business .title1 {
	width: 34%;
	font-size: 40px;
	line-height: 52px;
}

.business .title1 span {
	color: #226A69;
}

.business .des {
	width: 59.3%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
}


.ourCertifacte {
	background-color: #226A69;
	padding: 95px 0 89px 0;
}


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

.ourCertifacte .msg {
	width: 22%;
	padding-top: 14px;
}

.ourCertifacte .swiper {
	width: 50%;
	margin: 0;
}


.ourCertifacte .title1 {
	color: #ffffff;
	font-size: 40px;
	margin-bottom: 23px;
}


.ourCertifacte .txts {
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	margin-bottom: 28px;
	line-height: 30px;
	display: block;
}

.ourCertifacte  .swiperBox{
	width: 71.6%;
}

.ourCertifacte  .swiperBox .sBtns>div{
	position: absolute;
	top: 50%;
}


.ourCertifacte  .swiperBox .sBtns .prev{
	left: 0;
	transform: translateY(-50%)  translateX(-120%);
	margin: 0;
}

.ourCertifacte  .swiperBox .sBtns .next{
	right: 0;
	transform: translateY(-50%)  translateX(120%);
}

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

.ourCertifacte .image {
	display: flex;
	align-items: center;
	justify-content: center;
}


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

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

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

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

.ourCertifacte .sBtns>div:hover {
	background-color: #ffffff;
	color: #226A69;
}


.ourCertifacte .sBtns>div.swiper-button-disabled:hover {
	cursor: auto;
	background-color: #D9D9D9;
	color: #333333;
}

.certificateList {
	padding: 103px 0 103px 0;
}


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

.certificateList .list .item {
	width: 23.57%;
	margin-right: 1.9%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 28px;
}


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

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

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

.certificateList .list .image {
	margin-bottom: 8px;
}

.certificateList .list .name {
	text-align: center;
	font-size: 18px;
	line-height: 32px;
	padding: 0 34px;
	color: #333333;
}


.certificateList .innerTouch {
	margin-top: 104px;
}


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

	.ourCertifacte .txts {
		-webkit-line-clamp: 5;
	}

	.certificateList .list .name {
		padding: 0 20px;
	}

	.certificateList .innerTouch {
		margin-top: 80px;
	}

	.ourCertifacte .msg {
		padding-top: 0;
	}

	.business .des {
		-webkit-line-clamp: 5;
	}

}

@media screen and (max-width:1333px) {
	.business .title {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 40px;
	}

	.business .title1 {
		width: 100%;
		margin-bottom: 30px;
	}

	.business .des {
		width: 100%;
	}

	.ourCertifacte .msg {
		width: 42%;
	}

	.ourCertifacte .swiperBox {
		width: 52%;
	}

	.certificateList .list .name {
		font-size: 16px;
		line-height: 26px;
		padding: 0 10px;
	}

	.certificateList .innerTouch {
		margin-top: 60px;
	}

	.business .des {
		-webkit-line-clamp: 3;
	}
}

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

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

	.ourCertifacte .msg {
		width: 100%;
	}

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

	.ourCertifacte .txts {
		-webkit-line-clamp: 3;
		margin-bottom: 0px;
	}

	.ourCertifacte .swiperBox {
		width: 100%;
		margin-top: 30px;
	}

	.certificateList .list .name {
		font-size: 14px;
		line-height: 24px;
	}

	.certificateList .list .item:nth-child(n) {
		width: 30%;
		margin-right: 5%;
		margin-top: 30px;
	}

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

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

	.certificateList .innerTouch {
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.certificateList .innerTouch {
		margin-top: 40px;
	}

	.business .title1 {
		margin-bottom: 20px;
	}
	
	.ourCertifacte .swiperBox .sBtns{
		justify-content: center;
	}
	.ourCertifacte .swiperBox .sBtns>div:nth-child(n){
		transform: none;
		position: static;
		margin-top: 20px;
	}
	.ourCertifacte .swiperBox .sBtns>div.prev{
		margin-right: 20px;
	}
}

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

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

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

@media screen and (max-width:450px) {
	.certificateList .list .name {
		padding: 0;
		-webkit-line-clamp: 2;
	}
}



/* News&Insights */

.news {
	padding: 79px 0 103px 0;
}

.news .list .item {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	background-color: #F5F5F5;
}

.news .list .item:hover {
	background-color: #226A69;
}

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


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

.news .list .image {
	width: 42.57%;
	overflow: hidden;
}

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

.news .list .msg {
	width: 57.43%;
	padding: 30px 50px 71px 60px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.news .list .item:hover .tit {
	color: #ffffff;
}


.news .list .tit {
	color: #333;
	font-family: Barlow-Bold;
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 25px;
}

.news .list .tit:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}


.news .list .item:hover .txts {
	color: #ffffff;
}




.news .list .txts {
	color: #666;
	line-height: 30px;
	min-height: 60px;
	margin-bottom: 23px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news .list .time {
	color: #999;
	margin-bottom: 28px;
}

.news .list .item:hover .time {
	color: #ffffff;
}

.news .list .item:hover .cBtn {
	background-color: #ffffff;
	color: #226A69;
	border-color: #ffffff;
}

.news .list .item .cBtn:hover {
	background-color: transparent;
	color: #ffffff;
}



.news .pager {
	margin-top: 109px;
}

.news .innerTouch {
	margin-top: 109px;
}


@media screen and (max-width:1560px) {
	.news .list .msg {
		padding: 30px 40px;
	}

	.news .pager,
	.news .innerTouch {
		margin-top: 80px;
	}
}

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

	.news .pager,
	.news .innerTouch {
		margin-top: 60px;
	}

	.news .list .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.news .list .txts {
		min-height: 56px;
		margin-bottom: 20px;
	}

	.news .list .time {
		margin-bottom: 20px;
	}
}

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

	.news .pager,
	.news .innerTouch {
		margin-top: 50px;
	}

	.news .list .txts {
		min-height: 52px;
		margin-bottom: 10px;
	}

	.news .list .tit {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.news .list .time {
		margin-bottom: 16px;
	}

	.news .list .item {
		margin-top: 30px;
	}

	.news .list .msg {
		padding: 30px;
	}
}

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

	.news .pager,
	.news .innerTouch {
		margin-top: 40px;
	}


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

	.news .list .item:nth-child(n) {
		width: 48%;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		margin-top: 30px;
	}

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

	.news .list .image {
		width: 100%;
	}

	.news .list .msg {
		width: 100%;
		padding: 20px;
	}

	.news .list .tit {
		-webkit-line-clamp: 2;
	}
}

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

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

	.news .list .image {
		height: 240px;
	}
}


/* News&Insights 详情*/

.newDet {
	padding: 78px 0 103px 0;
}


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

.newDetCon .con {
	width: 63.85%;
}

.newDetCon h1 {
	font-weight: normal;
	color: #333;
	font-family: BebasNeue-Regular;
	font-size: 30px;
	line-height: 42px;
	margin-bottom: 14px;
}

.newDetCon .tips {
	display: flex;
	align-items: center;
	margin-bottom: 23px;
}

.newDetCon .tips .time {
	color: #333333;
	flex-shrink: 0;
	margin-right: 46px;
}


.newDetCon .details {
	padding: 21px 0 49px 0;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}


.newDetCon .details p strong {
	color: #333;
	font-family: Barlow-Bold;
	font-size: 20px;
}

.newDetCon .prevOrNext {
	margin-top: 19px;
}


.prevOrNext>div {
	display: flex;
	align-items: center;
}

.prevOrNext>div.prev {
	margin-bottom: 12px;
}

.prevOrNext .btn {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 18px;
	margin-right: 10px;
	background-color: #D9D9D9;
}

.prevOrNext a.btn:hover {
	background-color: #226A69;
	color: #ffffff;
}

.prevOrNext .tit {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #444;
}


.prevOrNext a.tit:hover {
	color: #226A69;
}


.newDetCon .newSlide {
	width: 29.21%;
	margin-top: 6px;
}


.relatedNews .title {
	color: #333;
	font-family: BebasNeue-Regular;
	font-size: 30px;
	line-height: 42px;
	margin-bottom: 14px;
}

.relatedNews .title span {
	color: #226A69;
}


.relatedNews .list li {
	padding: 35px 30px 20px 30px;
	background-color: #F5F5F5;
	margin-top: 40px;
}

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


.relatedNews .list .tit {
	color: #333;
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 12px;
}


.relatedNews .list .tit:hover {
	color: #226A69;
}



.relatedNews .list .txts {
	color: #666;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


.relatedNews .list .time {
	color: #999;
	font-size: 16px;
}


.newDet .hotProducts {
	margin-top: 77px;
}

.newDet .innerTouch {
	margin-top: 93px;
}

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

	.newDetCon h1,
	.relatedNews .title {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 30px;
	}

	.newDetCon .tips {
		margin-bottom: 30px;
	}

	.newDetCon .details {
		padding: 30px 0;
	}

	.newDetCon .prevOrNext {
		margin-top: 30px;
	}

	.newDet .hotProducts,
	.newDet .innerTouch {
		margin-top: 80px;
	}

	.relatedNews .list li {
		padding: 20px;
	}

	.newDetCon .newSlide {
		margin-top: 0;
	}

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

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

	.newDetCon h1,
	.relatedNews .title {
		font-size: 26px;
		line-height: 38px;
	}

	.newDet .hotProducts,
	.newDet .innerTouch {
		margin-top: 60px;
	}

	.newDetCon .details p strong {
		font-size: 18px;
	}
}

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

	.newDetCon .con {
		width: 100%;
	}

	.newDetCon h1,
	.relatedNews .title {
		font-size: 24px;
		line-height: 36px;
	}

	.newDetCon .details p strong {
		font-size: 16px;
	}

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

	.prevOrNext .btn {
		width: 34px;
		height: 34px;
	}

	.newDetCon .newSlide {
		width: 100%;
		margin-top: 40px;
	}

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

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

	.relatedNews .list li {
		width: 48%;
		margin-top: 30px;
	}

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

	.newDet .hotProducts,
	.newDet .innerTouch {
		margin-top: 50px;
	}

	.newDetCon .tips .time {
		font-size: 14px;
		line-height: 26px;
		margin-right: 30px;
	}
}

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

	.newDet .hotProducts,
	.newDet .innerTouch {
		margin-top: 40px;
	}

	.newDetCon h1,
	.relatedNews .title {
		font-size: 22px;
		line-height: 30px;
	}
}

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

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

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

	.newDetCon .tips .time {
		margin-right: 0;
		margin-bottom: 10px;
	}
}






/* contact us */


.contactUs {
	padding: 79px 0 140px 0;
}


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


.getQuote .title1 {
	font-size: 40px;
}


.getQuote .des {
	width: 29%;
}

.getQuote .des .title1 {
	margin-bottom: 29px;
	margin-top: 20px;
}


.getQuote .quote {
	width: 63.4%;
	background: #FFF;
	box-shadow: 5px 5px 30px 0 rgba(34, 106, 105, 0.25);
	padding: 46px 57px 65px 60px;
}



.getQuote .list .item {
	display: flex;
	align-items: flex-start;
	margin-top: 20px;
}


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


.getQuote .list i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	background-color: rgba(34, 106, 105, 0.05);
	border-radius: 50%;
	color: #226A69;
	font-size: 30px;
	margin-right: 31px;
	flex-shrink: 0;
	transform: translateY(-9px);
}




.getQuote .list .name {
	color: #333;
	font-family: Barlow-Bold;
	line-height: 26px;
	font-size: 16px;
	margin-bottom: 2px;
}


.getQuote .list .email {
	word-break: break-all;
}


.getQuote .list .num {
	font-size: 18px;
	line-height: 32px;
	color: #333333;
}

.getQuote .list a.num:hover {
	color: #226A69;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 2px;
}


.getQuote .share {
	margin-top: 22px;
	margin-left: 88px;
}

.quote .title1 {
	margin-bottom: 23px;
}



.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: 50px;
	width: 48%;
	margin-top: 20px;
	background-color: #ffffff;
	padding: 0 10px;
	overflow: hidden;
	border: 1px solid #999;
}

.cForm ul li.active {
	border-color: #226A69;
}

.cForm ul li:nth-child(-n+2) {
	margin-top: 0;
}


.cForm ul li.message {
	width: 100%;
	height: 120px;
	padding: 15px 10px;
}


.cForm ul li.code {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0;
	width: 68.5%;
}


.cForm ul li.code input {
	flex: 1;
	padding: 0 10px;
	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.1%;
	margin-bottom: 0;
	background-color: transparent;
}


.cForm ul li.subBtn input {
	background-color: #226A69;
	font-family: Manrope-Regular;
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
	border: 1px solid #226A69;
}


.cForm ul li.subBtn input:hover {
	background-color: transparent;
	color: #226A69;
}

.cForm input::-webkit-input-placeholder,
.cForm textarea::-webkit-input-placeholder {
	font-size: 16px;
	color: #999999;
}

.cForm input:-moz-placeholder,
.cForm textarea:-moz-placeholder {
	font-size: 16px;
	color: #999999;
}

.cForm input::-moz-placeholder,
.cForm textarea::-moz-placeholder {
	font-size: 16px;
	color: #999999;
}

.cForm input:-ms-input-placeholder,
.cForm textarea:-ms-input-placeholder {
	font-size: 16px;
	color: #999999;
}


.contactUs .map {
	margin-top: 106px;
}


.contactUs .map img {
	display: block;
}


@media screen and (max-width:1560px) {
	.getQuote .quote {
		padding: 40px;
	}

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

	.getQuote .des .title1 {
		margin-top: 0;
	}

	.getQuote .des {
		width: 32%;
	}

	.contactUs .map {
		margin-top: 80px;
	}
}

@media screen and (max-width:1333px) {
	.getQuote .quote {
		padding: 40px 30px;
	}

	.getQuote .list i {
		width: 55px;
		height: 55px;
		font-size: 24px;
		margin-right: 20px;
		transform: translateY(-6px);
	}

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

	.getQuote .share {
		margin-left: 70px;
	}

	.contactUs .map {
		margin-top: 60px;
	}
}

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

	.getQuote .des {
		width: 100%;
	}

	.getQuote .list .num {
		font-size: 14px;
		line-height: 26px;
	}

	.getQuote .quote {
		padding: 30px;
		width: 100%;
	}

	.getQuote .list .item {
		margin-top: 16px;
	}

	.cForm ul li {
		height: 46px;
	}

	.getQuote .quote {
		margin-top: 50px;
	}

	.contactUs .map {
		margin-top: 50px;
	}

	.getQuote .des .title1 {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.cForm ul li {
		height: 40px;
	}

	.getQuote .quote {
		margin-top: 40px;
	}

	.contactUs .map {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.getQuote .quote {
		padding: 30px 20px;
	}
}

@media screen and (max-width:400px) {
	.cForm ul li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

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


/* innerBanner */

.innerBanner {
	height: 400px;
	position: relative;
}


.innerBanner::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(26, 26, 26, .3);
}

.innerBanner .image {
	height: 100%;
}

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


.innerBanner .con {
	position: absolute;
	left: 50%;
	height: 100%;
	transform: translateX(-50%);
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 14px;
	z-index: 9;
}


.innerBanner .title1 {
	color: #ffffff;
	text-align: center;
	margin-bottom: 0px;
	line-height: 52px;
}



.crumb {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-align: center;
	color: #ffffff;
}



.crumb img {
	width: 20px;
	flex-shrink: 0;
	margin-right: 10px;
	transform: translateY(3px);
}


.crumb a,
.crumb i {
	font-size: 16px;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 24px;
	color: #FFF;
}

.crumb a.active,
.crumb a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 2px;
}


.crumb i {
	font-style: normal;
}


/* pager */

.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.pager .pageList a {
	width: 49px;
	height: 49px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Barlow-Regular, Arial, sans-serif;
	font-size: 16px;
	color: #666666;
	margin: 5px 6px;
	border: 1px solid #d9d9d9;
}


.pager .pageList a.active,
.pager .pageList a:hover {
	color: #ffffff !important;
	background-color: #226A69;
	border-color: #226A69;
}


.pager .pageList a.iconfont {
	margin: 0 3px;
	font-size: 12px !important;
	color: #333333;
	font-weight: bold;
}



.pager .addTo {
	display: flex;
	align-items: center;
	margin: 5px 5px;
	height: 46px;
	width: 147px;
	font-size: 16px;
	position: relative;
	border: 1px solid #226A69;
	background-color: #226A69;
	justify-content: center;
	color: #FFF;
}

.pager .addTo img {
	flex-shrink: 0;
	width: 13px;
	margin-left: 10px;
	filter: grayscale(100%) brightness(500%);
}


.pager .addTo:hover {
	background-color: #ffffff;
	color: #226A69;
}


.pager .addTo:hover img {
	filter: grayscale(0%) brightness(100%);
}

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




@media screen and (max-width:1560px) {
	.innerBanner .con {
		padding-top: 0;
	}

	.innerBanner {
		height: 340px;
	}

	.innerBanner .title1 {
		margin-bottom: 10px;
	}

	.pager .pageList a {
		width: 45px;
		height: 45px;
	}
}

@media screen and (max-width:1333px) {
	.innerBanner {
		height: 300px;
	}

	.pager .pageList a {
		width: 40px;
		height: 40px;
	}

	.pager .addTo {
		height: 40px;
	}
}

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

	.crumb a,
	.crumb i {
		font-size: 14px;
	}

	.crumb img {
		width: 18px;
	}

	.innerBanner {
		height: 280px;
	}

	.pager .pageList a {
		width: 36px;
		height: 36px;
		font-size: 14px;
	}

	.pager .pageList a.iconfont {
		font-weight: normal;
	}

	.pager .addTo {
		height: 36px;
	}

}

@media screen and (max-width:768px) {
	.innerBanner {
		height: 240px;
	}

	.pager .pageList a {
		width: 34px;
		height: 34px;
	}
}

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


/* footer */



footer {
	position: relative;
	padding-bottom: 10px;
}

footer::after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #1A1A1A;
	top: 0;
	left: 0;
	z-index: -2;
}


footer .imgBg {
	position: absolute;
	z-index: -1;
	bottom: -11px;
	left: 14px;
	width: 400px;
}

footer .footerPiece {
	background-color: #ffffff;
	margin-bottom: -1px;
}


footer .fMsg {
	margin-bottom: 52px;
}

footer .fMsg .piece {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
	transform: translateY(-1px);
}




footer .fLogo {
	width: 242px;
	flex-shrink: 0;
	margin-top: 29px;
	transform: translateY(7px);
}



footer .fLogo:hover img {
	transform: none;
}



footer .phone {
	display: flex;
	align-items: flex-start;
	padding-left: 120px;
	background: linear-gradient(to bottom, #ffffff 31px, #ffffff 31px, #226A69 31px, #226A69 100%);
	position: relative;
	clip-path: polygon(0 0, 10000% 0, 10000% 100%, 28% 100%);
	padding-top: 59px;
}


footer .phone::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100vw;
	left: 100%;
	top: 0;
	background: linear-gradient(to bottom, #ffffff 31px, #ffffff 31px, #226A69 31px, #226A69 100%);
}




footer .phone img {
	width: 50px;
	flex-shrink: 0;
	margin-right: 5px;
	transform: translateY(6px);
}

footer .phone .tit {
	color: #FFF;
	font-size: 14px;
	line-height: 22px;
}

footer .phone .num {
	color: #FFF;
	font-size: 18px;
	line-height: 26px;
}



footer a {
	display: inline-block;
}


footer .footerList {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}



footer .footerList .box {
	margin-top: 18px;
}


footer .footerList ul li {
	margin-top: 12px;
}

footer .footerList ul li:nth-child(1) {
	margin-top: 0;
}


footer .footerList .fContact {
	width: 25%;
	margin-right: 6.5%;
}

footer .footerList .fProducts {
	width: 23%;
	margin-right: 3.4%;
}

footer .footerList .fNav {
	width: 14%;
	margin-right: 3.2%;
}


footer .footerList .fInquiry {
	width: 24.9%;
}

footer .footerList .fInquiry form {
	margin-top: 18px;
}

footer .footerList .fInquiry .title {
	font-size: 24px;
	font-family: BebasNeue-Regular;
}


footer .footerList .fInquiry .txts {
	line-height: 30px;
}



footer a,
footer p,
footer div {
	color: #d9d9d9;
	font-size: 16px;
	line-height: 26px;
}

footer a:hover {
	color: #226A69;
}


footer .title {
	color: #ffffff;
	font-family: Barlow-Bold;
	font-size: 20px;
	line-height: 30px;
	display: inline-block;
}


footer a.title:hover {
	color: #226A69;
}


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


footer .titBox .menuBtn {
	display: none;
}

footer .footerList li.fContact .box {
	margin-top: 27px;
}

footer .footerList li.fContact li {
	display: flex;
	align-items: flex-start;
	margin-top: 23px;
}

footer .footerList li.fContact li:nth-child(1) {
	margin-top: 0;
}


footer .footerList li.fContact li i {
	flex-shrink: 0;
	margin-right: 13px;
	font-size: 25px;
	transform: translateY(3px);
}

footer .footerList li.fContact .address {
	margin-top: 21px;
}

footer .footerList li.fContact .address .num {
	line-height: 30px;
}





footer .email a {
	word-break: break-all;
}



footer form ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 4px;
}


footer .footerList form li {
	width: 100%;
	overflow: hidden;
	margin-bottom: 0 !important;
	border-bottom: solid 1px rgba(255, 255, 255, .5);
	height: 70px;
}


footer .footerList form li.subBtn {
	height: 50px;
	margin-top: 25px;
}

footer .footerList form li.code {
	height: 58px;
	margin-top: 1px;
}


footer form input,
footer form textarea {
	background-color: transparent;
	width: 100%;
	height: 100%;
	color: #ffffff;
}


footer form ul li.message {
	height: 90px;
	padding: 5px 0px;
	margin-top: 10px;
}

footer form li.code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}


footer form li.code input {
	flex-shrink: 1;
}


footer form li.code .codeImg {
	height: 100%;
	flex-shrink: 0;
	width: 95px;
	height: 40px;
	cursor: pointer;
	background-color: #f3fbfe;
	margin-left: 10px;
}


footer form li.code .codeImg img {
	height: 100%;
}


footer form li.subBtn {
	padding: 0;
	background-color: transparent;
	border: none;
}


footer form li.subBtn input {
	background-color: #226A69;
	font-size: 18px !important;
	color: #ffffff;
	cursor: pointer;
}



footer form li.subBtn input:hover {
	background-color: #ffffff;
	color: #226A69;
}



footer form input::-webkit-input-placeholder,
footer form textarea::-webkit-input-placeholder {
	color: #FFFCF5;
}

footer form input:-moz-placeholder,
footer form textarea:-moz-placeholder {
	color: #FFFCF5;
}

footer form input::-moz-placeholder,
footer form textarea::-moz-placeholder {
	color: #FFFCF5;
}

footer form input:-ms-input-placeholder,
footer form textarea:-ms-input-placeholder {
	color: #FFFCF5;
}



footer .line {
	position: relative;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.2);
	margin: 67px 0 11px 0;
}


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



footer .copyright,
footer .links,
footer .copyright a,
footer .links a,
footer .copyright p {
	color: #FFFCF5;
}

footer .copyright p {
	display: inline;
}


footer .copyright a {
	display: inline-block;
}

footer .copyright a:hover {
	color: #226A69;
}

footer .copyright a.sitMap {
	margin-left: 22px;
}

footer .copyright p.support {
	margin-left: 32px;
}

footer .copyright span {
	margin-left: 3px;
}



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

footer .blogrolls a {
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 21px;
	flex-shrink: 0;
	margin: 5px 0;
	margin-left: 33px;
}

footer .blogrolls a:hover {
	color: #226A69;
}



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

	footer .footerList {
		justify-content: space-between;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer .footerList .box,
	footer form ul {
		margin-top: 30px;
	}

	footer .line {
		margin: 30px 0;
	}

	footer .fLogo {
		width: 200px;
		transform: translateY(0);
	}

	footer .phone {
		padding-top: 44px;
	}

	footer .phone img {
		transform: translateY(0);
	}

	footer .footerList form li:nth-child(n) {
		height: 50px;
		margin-top: 15px;
	}

	footer .footerList form li.message {
		height: 80px;
	}

	footer .footerList form li:nth-child(1) {
		margin-top: 0;
	}

	footer form ul {
		margin-top: 20px;
	}

	footer .fMsg {
		margin-bottom: 40px;
	}

	footer {
		padding-bottom: 40px;
	}

	footer .footerList .fInquiry form,
	footer .footerList li.fContact .box {
		margin-top: 30px;
	}
}

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

	footer .footerList .fInquiry form,
	footer .footerList li.fContact .box {
		margin-top: 20px;
	}

	footer .footerList .box {
		margin-top: 20px;
	}

	footer .footerList form li:nth-child(n) {
		height: 45px;
	}

	footer .footerList form li.message {
		height: 80px;
	}

	footer .footerList .fNav {
		width: 20%;
	}

	footer .footerList li.fContact li i {
		font-size: 22px;
	}
}

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

	footer {
		padding-bottom: 70px;
	}

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


	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerList>li:nth-child(1) {
		margin-top: 0;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 26px;
	}


	footer .footerList .box {
		margin-top: 10px;
		display: none;
		transition: none;
	}


	footer .footerList .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList .box ul li {
		width: 48%;
		margin-bottom: 0;
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .titBox .menuBtn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 35px;
		height: 35px;
		font-size: 14px;
		color: #ffffff;
	}

	footer .titBox .menuBtn.active {
		transform: rotate(90deg);
	}

	footer .footerList li.fContact .address {
		margin-top: 10px;
		width: 100%;
	}

	footer .footerList .box ul li:nth-child(n) {
		margin-right: 0;
	}

	footer .footerList .list li.fContact .address {
		width: 100%;
	}

	footer form ul {
		margin-top: 15px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer form ul>li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer form ul>li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList form li:nth-child(n) {
		height: 40px;
	}

	footer .footerList form li.message {
		height: 80px;
	}

	footer form li.code .codeImg {
		width: 75px;
		height: 32px;
	}

	footer form ul li.message {
		width: 100%;
	}

	footer form {
		display: none;
		transform: none;
		transition: none;
	}

	footer .phone .num {
		font-size: 16px;
		line-height: 28px;
	}

	footer .fLogo {
		width: 160px;
	}

	footer .phone {
		padding-top: 36px;
	}

	footer .fBottom {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	footer .fMsg {
		margin-bottom: 30px;
	}

	footer .title {
		font-size: 18px;
		line-height: 28px;
	}

	footer .footerList .fInquiry .title {
		font-size: 20px;
	}

	footer .blogrolls {
		margin-bottom: 10px;
	}

	footer .blogrolls a {
		margin-left: 0;
		margin-right: 20px;
		font-size: 18px;
	}

	footer .line {
		margin: 20px 0;
	}

	footer .copyright a.sitMap {
		margin-left: 10px;
	}

	footer .copyright p.support {
		margin-left: 0;
	}

	footer .phone img {
		width: 45px;
	}
}

@media screen and (max-width:768px) {
	footer .footerList .fMsg {
		flex-direction: column;
		align-items: flex-start;
	}

	footer .footerList .fLogo {
		width: 180px;
		margin-right: 0;
		margin-bottom: 20px;
	}

	footer .blogrolls a {
		margin-left: 0;
		margin-right: 10px;
	}
}


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

	footer .footerList .fMsg ul li:nth-child(n),
	footer .footerList .box ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .fMsg ul li:nth-child(1),
	footer .footerList .box ul li:nth-child(1) {
		margin-top: 0;
	}

	footer .blogrolls a {
		width: 32px;
		height: 32px;
	}

	footer .fLogo {
		margin-top: 26px;
		width: 140px;
	}

	footer .phone {
		padding-left: 50px;
		background: linear-gradient(to bottom, #ffffff 20px, #ffffff 20px, #226A69 20px, #226A69 100%);
		clip-path: polygon(0 0, 10000% 0, 10000% 100%, 28% 100%);
		padding-top: 59px;
	}


	footer .phone::after {
		background: linear-gradient(to bottom, #ffffff 20px, #ffffff 20px, #226A69 20px, #226A69 100%);
	}

	footer .phone {
		padding-top: 28px;
	}
}

@media screen and (max-width:400px) {
	footer .fMsg .piece {
		flex-direction: column;
		align-items: flex-start;
	}

	footer .phone {
		width: 100%;
		padding: 0;
		margin: 0;
		background-image: none;
		clip-path: none;
	}

	footer .phone::after,
	footer .phone::before {
		display: none;
	}

	footer .fLogo {
		margin-bottom: 20px;
	}

	footer .fMsg {
		margin-bottom: 26px;
	}
}

/* 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: Barlow-Regular, Arial, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

/* video tankuang */

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}



/* customer */

.customer {
	position: fixed;
	right: 0px;
	top: 42%;
	transform: translateY(-50%);
	z-index: 99999;
}

.customer div a,
.customer div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 50px;
	background-color: #226A69;
	color: #ffffff;
	font-size: 24px;
	margin-right: 9px;
}

.customer .top a {
	width: 48px;
	height: 48px;
	background-color: #226A69;
	text-align: center;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}


.customer .top i {
	font-size: 24px;
	color: #fffffff;
}


.customer .top:hover i {
	color: #ffffff;
}



.customer div div {
	cursor: pointer;
}

.customer div a:hover,
.customer div div:hover {
	background-color: #F6AD10;
	color: #ffffff;
}



.clear2 {
	display: none;
}


.customer .code {
	position: relative;
}

.customer .code .erImg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: calc(100% + 5px);
	width: 150px;
	height: 150px;
	max-width: none;
	display: none;
	box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.1);
	background-color: #ffa400 !important;
}

.customer .code .erImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}




.customer .code:hover .erImg {
	display: block;
}



.customer div.phone {
	position: relative;
}

.customer div.phone .num {
	position: absolute;
	right: calc(100% + 5px);
	box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.1);
	top: 50%;
	background-color: #ffa400 !important;
	color: #ffffff !important;
	transform: translateY(-50%);
	width: auto;
	width: 180px;
	padding: 5px 20px;
	font-size: 16px;
	height: auto;
	display: none;
	transition: none;
	text-align: center;
}

.customer div.phone:hover .num {
	display: block;
}





.customer div.phone .num::after,
.customer .code .erImg::after {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 14px;
	clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
	background-color: #ffa400;
}


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

	.customer div a,
	.customer div div,
	.customer .top a {
		margin-right: 0;
		width: 48px;
		height: 48px;
		font-size: 22px;
	}


	.customer .top a {
		margin-bottom: 0;
	}

	.customer .top a i {
		font-size: 24px;
	}
}


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

	.customer .top a {
		width: 25%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
	}

	.customer {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		transform: translateY(0);
		box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.15);
	}

	.customer div {
		width: 25%;
		float: left;
	}

	.customer div a,
	.customer div div {
		font-size: 20px;
		height: 42px;
		margin: auto;
		width: 100%;
		border-radius: 0px;
		box-shadow: none;
	}


	.customer .code:hover .erImg {
		display: block;
	}

	.customer div a:hover,
	.customer div div:hover {
		background-color: #226A69;
		color: #ffffff;
	}

	.customer>div.active>div {
		background-color: #F6AD10;
	}

	.customer .code .erImg,
	.customer div.phone .num {
		top: auto;
		bottom: calc(100% + 10px);
		right: auto;
		left: 50%;
		transform: translateY(110%) translateX(-50%);
		display: block;
		z-index: -1;
		opacity: 0;
		transition: .4s ease all;
	}

	.customer div.phone .num {
		font-size: 14px;
		line-height: 24px;
		width: 180px;
	}

	.customer div.phone .num::after {
		left: 50%;
		top: 100%;
		transform: translateX(-50%);
		clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
		width: 14px;
		height: 10px;
	}

	.customer>div.phone.active .num {
		transform: translateY(0%) translateX(-50%);
		opacity: 1;
	}


}


@font-face {
	font-family: 'Barlow-Bold';
	font-display: swap;
	src: url('../fonts/BARLOWBOLD.eot');
	src: url('../fonts/BARLOWBOLD.eot') format('embedded-opentype'),
		url('../fonts/BARLOWBOLD.woff2') format('woff2'),
		url('../fonts/BARLOWBOLD.woff') format('woff'),
		url('../fonts/BARLOWBOLD.ttf') format('truetype'),
		url('../fonts/BARLOWBOLD.svg#BARLOWBOLD') format('svg');
}

@font-face {
	font-family: 'Barlow-Regular';
	font-display: swap;
	src: url('../fonts/BebasNeueRegular.eot');
	src: url('../fonts/BARLOW-REGULAR.eot') format('embedded-opentype'),
		url('../fonts/BARLOW-REGULAR.woff2') format('woff2'),
		url('../fonts/BARLOW-REGULAR.woff') format('woff'),
		url('../fonts/BARLOW-REGULAR.ttf') format('truetype'),
		url('../fonts/BARLOW-REGULAR.svg#BARLOW-REGULAR') format('svg');
}


@font-face {
	font-family: 'BebasNeue-Regular';
	font-display: swap;
	src: url('../fonts/BebasNeueRegular.eot');
	src: url('../fonts/BebasNeueRegular.eot') format('embedded-opentype'),
		url('../fonts/BebasNeueRegular.woff2') format('woff2'),
		url('../fonts/BebasNeueRegular.woff') format('woff'),
		url('../fonts/BebasNeueRegular.ttf') format('truetype'),
		url('../fonts/BebasNeueRegular.svg#BebasNeueRegular') 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=1757249131056') format('woff'),
		url('../fonts/iconfont.ttf?t=1757249131056') format('truetype');
}

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

.icon-zhiding1:before {
	content: "\e7b9";
}

.icon-QQ:before {
	content: "\e882";
}

.icon-QQkongjian:before {
	content: "\e619";
}

.icon-paper-full:before {
	content: "\ea0b";
}

.icon-jian:before {
	content: "\e612";
}

.icon-xiaohongshu:before {
	content: "\e69e";
}

.icon-zhiding:before {
	content: "\e68c";
}

.icon-youjian_:before {
	content: "\e6a6";
}

.icon-chuanzhen:before {
	content: "\e6b4";
}

.icon-shangjiantou:before {
	content: "\e60f";
}

.icon-yuyan:before {
	content: "\e684";
}

.icon-dingbu:before {
	content: "\e62d";
}

.icon-Youtube:before {
	content: "\e880";
}

.icon-liuyanjianyi:before {
	content: "\e62c";
}

.icon-shangchuan:before {
	content: "\e60b";
}

.icon-youjian:before {
	content: "\e624";
}

.icon-yonghu:before {
	content: "\e6b3";
}

.icon-pinterest1:before {
	content: "\f211";
}

.icon-jia1:before {
	content: "\e632";
}

.icon-xiazai:before {
	content: "\e682";
}

.icon-xiangyoujiantou:before {
	content: "\e68b";
}

.icon-xiangyoujiantou-copy:before {
	content: "\f1eb";
}

.icon-guanbi:before {
	content: "\e611";
}

.icon-zuosanjiao:before {
	content: "\e63e";
}

.icon-yousanjiao-copy:before {
	content: "\f1e8";
}

.icon-email-s:before {
	content: "\e65e";
}

.icon-douyin:before {
	content: "\e8db";
}

.icon-xinlangweibo:before {
	content: "\e606";
}

.icon-duigou-cu:before {
	content: "\e658";
}

.icon-facebook-fill:before {
	content: "\e88d";
}

.icon-linkedin1:before {
	content: "\f1e7";
}

.icon-weixin:before {
	content: "\e695";
}

.icon-jiantou_xiangzuo_o:before {
	content: "\eb92";
}

.icon-jiantou_xiangyou_o:before {
	content: "\eb94";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-phone3:before {
	content: "\e661";
}

.icon-doubleright:before {
	content: "\e7ef";
}

.icon-line:before {
	content: "\e63f";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-phone-:before {
	content: "\e638";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-left7:before {
	content: "\e724";
}

.icon-tel2-copy:before {
	content: "\f212";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-twitter4:before {
	content: "\e7fe";
}