@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: Poppins-Regular, Arial, sans-serif;
	font-size: 16px;
	height: 100%;
	background-color: #fff;
}

ul {
	list-style: none;
}

html {
	font-size: 62.5%;
}

.image {
	display: block;
}

.image img {
	display: block;
}



a img {
	display: block;
}

img {
	border: none;
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

.standardLink a:hover {
	color: #0067b8 !important;
}

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



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

input,
textarea,
select {
	font-family: Poppins-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 .title2 {
		font-size: 18px !important;
		line-height: 28px !important;
	}

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

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

@media screen and (max-width:999px) {
	.standardTxt .title1 {
		font-size: 24px !important;
		line-height: 30px !important;
	}

	.standardTxt .title2 {
		font-size: 16px !important;
		line-height: 28px !important;
	}

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

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

}

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

	.standardTxt .title2 {
		font-size: 14px !important;
		line-height: 24px !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: #0E8078;
		right: 80px;
		top: 30px;
		transform: translateY(-50%);
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999;
	}

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

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

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

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

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

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

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

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

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

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

	header .xnav .smdaohang {
		position: fixed;
		width: 300px;
		height: 0px;
		overflow: auto;
		top: 0px;
		right: 0px;
		background: rgba(14, 128, 120, 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: Poppins-Regular, Arial, sans-serif;
	}

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-3d {
	perspective: 1200px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-lock {
	display: none
}

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

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

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

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

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

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

.swiper-scrollbar-lock {
	display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube {
	overflow: visible
}

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

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

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

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

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

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

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

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

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

.swiper-flip {
	overflow: visible
}

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

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

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

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

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

.swiper-cards {
	overflow: visible
}

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




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


/* allnav */


nav {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 9999;
	box-shadow: 0 0 50px 0 rgba(34, 54, 104, 0.10);
}



nav::after,
nav::before {
	content: "";
	position: absolute;
	left: 0;
	transition: .4s ease all;
}

nav::after {
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%);
	z-index: -2;
	top: 0;
}

nav::before {
	height: 1px;
	width: 100%;
	background-color: rgba(255, 255, 255, .1);
	z-index: -1;
	bottom: 0;
}

header.active nav:before,
nav.active:before,
nav:hover:before {
	background-color: #ffffff;
}

header.active nav,
nav.active,
nav:hover {
	background-color: #ffffff;
}

header.active nav::after,
nav.active::after,
nav:hover::after {
	opacity: 0;
}


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



nav .logo {
	width: 142px;
	flex-shrink: 0;
	margin-left: 5px;
	margin-bottom: 2px;
}

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

nav .logo img {
	filter: grayscale(100%) brightness(500%);
}

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


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

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

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


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

nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 110px;
	line-height: 112px;
	color: #ffffff;
	position: relative;
}



nav .navList>ul>li>a::after {
	position: absolute;
	content: "";
	bottom: -1px;
	left: 0;
	transition: .4s ease all;
	height: 3px;
	border-radius: 99px;
	background: #0E8078;
	width: 0;
	border-radius: 8px;
}

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

header.active nav .navList>ul>li.active>a,
nav.active .navList>ul>li.active>a,
nav:hover .navList>ul>li:hover>a {
	color: #0E8078;
}

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


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



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


nav .btns .search {
	height: 110px;
	display: flex;
	align-items: center;
	position: relative;
	margin-left: 32px;
}


nav .btns .search .searchBtn {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}



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

header.active nav .btns .search .searchBtn i,
nav.active .btns .search .searchBtn i,
nav:hover .btns .search .searchBtn i {
	color: #0E8078;
}

nav .btns .search .searchBtn:hover i {
	color: #0E8078;
}


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


nav .btns .search form.active {
	width: 260px;
	padding: 0 16px;
}


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


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


nav .btns .search form .subBtn i {
	font-size: 16px;
}

nav .btns .search form .subBtn:hover i {
	color: #0E8078;
}

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


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

nav .btns .lanBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #ffffff;
}

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

nav .btns .lanBtn span {
	font-family: Roboto;
	font-weight: 500;
}

nav .btns .lanBtn:hover span {
	color: #0E8078;
}

header.active nav .btns .lanBtn span,
nav.active .btns .lanBtn span,
nav:hover .btns .lanBtn span {
	color: #333;
}

header.active nav .btns .lanBtn i.icon-yousanjiao-copy,
nav.active .btns .lanBtn i.icon-yousanjiao-copy,
nav:hover .btns .lanBtn i.icon-yousanjiao-copy {
	color: #666;
}

header.active nav .btns .lanBtn i.icon-earth-full,
nav.active .btns .lanBtn i.icon-earth-full,
nav:hover .btns .lanBtn i.icon-earth-full {
	color: #0E8078;
}



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


nav .btns .lanBtn i.icon-earth-full {
	font-size: 20px;
	margin-right: 8px;
	flex-shrink: 0;
}


nav .btns .lanBtn i.icon-yousanjiao-copy {
	font-size: 16px;
	transform: rotate(90deg);
	margin-left: 6px;
}


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


nav .btns .language ul {
	position: absolute;
	top: 100%;
	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;
	border-radius: 16px;
}

nav .btns .language ul li:nth-child(1) a {
	border-radius: 16px 16px 0 0;
}

nav .btns .language ul li:last-child a {
	border-radius: 0 0 16px 16px;
}

nav .btns .language ul a {
	padding: 8.5px 30px;
	color: #666;
	font-size: 16px;
	line-height: 28px;
	background-color: #ffffff;
}


nav .btns .language ul a:hover {
	background-color: #0E8078;
	color: #ffffff;
}



/* moreList */

.moreList,
.moreList ul {
	position: absolute;
	width: max-content;
	display: none;
	transition: none;
	width: 243px;
	border-radius: 16px;
}

nav .navList>ul>li:nth-child(6) .moreList,
nav .navList>ul>li:nth-child(6) .moreList ul {
	width: 153px;
}


.moreList ul {
	left: calc(100% + 13px);
	top: 0px;
}

.moreList ul::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	right: calc(100% - 20px);
	top: 0;
	background-color: transparent;
	z-index: -1;
}

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

.moreList li {
	position: relative;
}


.moreList li:nth-child(1) a {
	border-radius: 16px 16px 0 0;
}


.moreList li:last-child a {
	border-radius: 0 0 16px 16px;
}


.moreList a {
	padding: 8.5px 42px;
	color: #666;
	font-size: 16px;
	line-height: 28px;
	background-color: #ffffff;
}


.moreList li:hover>a {
	color: #ffffff;
	background-color: #0E8078;
}

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

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


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

	nav .logo {
		margin: 0;
		width: 120px;
	}

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

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

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

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

	.moreList li:nth-child(1) a,
	nav .btns .language ul li:nth-child(1) a {
		border-radius: 10px 10px 0 0;
	}

	.moreList li:last-child a,
	nav .btns .language ul li:last-child a {
		border-radius: 0 0 10px 10px;
	}

	.moreList,
	.moreList ul,
	nav .btns .language ul {
		border-radius: 10px;
	}

	.moreList a,
	nav .btns .language ul a {
		padding: 6px 20px;
	}
}

@media screen and (max-width:1333px) {
	nav .navList {
		flex-direction: column-reverse;
		align-items: flex-end;
	}

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

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

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

	nav .btns .lanBtn i.icon-earth-full {
		font-size: 16px;
	}

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

	.moreList li:nth-child(1) a,
	nav .btns .language ul li:nth-child(1) a {
		border-radius: 5px 5px 0 0;
	}

	.moreList li:last-child a,
	nav .btns .language ul li:last-child a {
		border-radius: 0 0 5px 5px;
	}

	.moreList,
	.moreList ul,
	nav .btns .language ul {
		border-radius: 5px;
	}

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

	.moreList ul {
		left: calc(100% + 5px);
	}

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

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

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

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

	nav .btns .search form input {
		font-size: 14px !important;
	}

	nav .btns .search form input::-webkit-input-placeholder {
		font-size: 14px !important;
	}

	nav .btns .search form input:-moz-placeholder {
		font-size: 14px !important;
	}

	nav .btns .search form input::-moz-placeholder {
		font-size: 14px !important;
	}

	nav .btns .search form input:-ms-input-placeholder {
		font-size: 14px !important;
	}

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

	nav .btns .search form .subBtn i {
		font-size: 14px;
	}
}

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

	nav .navList>ul>li>a {
		font-size: 14px;
	}

	nav .logo {
		width: 100px;
	}

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

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

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

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

	nav .btns .search {
		display: none;
	}

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

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

	.bannerRange {
		height: 60px;
	}

	nav {
		background-color: #ffffff;
	}

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

	nav::after,
	nav::before {
		display: none;
	}

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

	nav .btns .lanBtn i.icon-earth-full {
		color: #0E8078;
	}

	nav .btns .lanBtn span {
		color: #333;
	}

	nav .btns .lanBtn i.icon-yousanjiao-copy {
		color: #666;
	}

	nav .logo {
		width: 100px;
	}
}

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

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

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

	.bannerRange {
		height: 50px;
	}

	nav .logo {
		width: 90px;
	}

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

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


/* indexBanner */


.indexBanner {
	position: relative;
	padding-bottom: 50%;
}

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

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


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

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

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

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


.indexBanner img {
	display: block;
}

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


/*sBtns */

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

.sBtns>div {
	width: 55px;
	height: 55px;
	line-height: 55px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 20px;
	color: #999;
	border: 1px solid #999;
	z-index: 9;
	font-size: 26px;
}


.sBtns>div:hover {
	border-color: #0E8078;
	color: #0E8078;
}



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


.indexBanner .sBtns>div {
	border-color: #ffffff;
	color: #ffffff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}



.indexBanner .sBtns>div.prev {
	left: 99px;
	margin-right: 0;
}

.indexBanner .sBtns>div.next {
	right: 99px;
}


.indexBanner .sBtns>div:hover {
	border-color: #ffffff;
	background-color: #ffffff;
	color: #0E8078;
}



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


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



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



.indexBanner .swiper-pagination span {
	font-size: 16px;
	color: #fefefe;
	margin: 0 12px !important;
	background-color: rgba(255, 255, 255, .3);
	position: relative;
	line-height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	width: 40px;
	height: 4px;
	border-radius: 8px;
}



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

@media screen and (max-width:1560px) {
	.sBtns>div {
		width: 48px;
		height: 48px;
		font-size: 24px;
		line-height: 48px;
	}

	.indexBanner .sBtns>div.prev {
		left: 50px;
	}

	.indexBanner .sBtns>div.next {
		right: 50px;
	}

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

@media screen and (max-width:1333px) {
	.sBtns>div {
		width: 42px;
		height: 42px;
		font-size: 22px;
		line-height: 42px;
	}

	.indexBanner .sBtns>div.prev {
		left: 36px;
	}

	.indexBanner .sBtns>div.next {
		right: 36px;
	}
}

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

	.sBtns>div {
		width: 40px;
		height: 40px;
		font-size: 18px;
		line-height: 38px;
	}

	.indexBanner .swiper-pagination span {
		width: 36px;
	}

	.indexBanner .signs {
		bottom: 30px;
	}
}

@media screen and (max-width:750px) {
	.indexBanner .swiper-pagination span {
		width: 32px;
	}
	
	.indexBanner .signs {
		bottom: 24px;
	}
	.indexBanner{
		padding-bottom: 80%;
	}
}


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

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

@media screen and (max-width:538px) {
	.indexBanner .swiper-pagination span {
		width: 30px;
	}

	.indexBanner .signs {
		bottom: 20px;
	}
}



/* indexM1-1 */


/* iTit */

.iTit {
	display: flex;
	align-items: center;
	justify-content: center;
}


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


.title1 {
	color: #333;
	font-size: 46px;
	line-height: 62px;
	font-family: Poppins-SemiBold;
}

.title1 span {
	color: #0E8078;
}


a.title1 {
	display: inline-block;
}

a.title1:hover {
	color: #0E8078;
}



.iTips {
	width: 65%;
	margin: 0 auto;
	text-align: center;
	color: #666;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.cBtn {
	width: 180px;
	height: 60px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 16px;
	line-height: 30px;
	background-color: #0E8078;
	border: 1px solid #0E8078;
}

.cBtn i {
	flex-shrink: 0;
	margin-left: 10px;
	font-size: 22px;
}


.cBtn:hover {
	background-color: #F5B91B;
	color: #333;
	border-color: #F5B91B;
}


.cBtn:hover img {
	filter: grayscale(100%) brightness(0%);
}


.swiperBox {
	position: relative;
}


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

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

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



.iProducts {
	padding: 81px 0 100px 0;
	background: linear-gradient(71deg, #FFEFE4 1.6%, #EAEEED 99.5%);
	overflow: hidden;
}


.iProducts .safeRange {
	max-width: 1920px;
	padding: 0 54px;
	width: 100%;
}


.iProducts .iTips {
	margin-top: 12px;
}

.iProducts .cBtn {
	margin: 0 auto;
	margin-top: 34px;
}



.iProducts .swiperBox {
	margin-top: 24px;
}


.iProducts .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
	margin-top: 50px;
}



.iProducts .swiper-slide {
	background: #ffffff;
	overflow: hidden;
	border-radius: 16px;
	height: auto;
	transition: .4s ease background-color;
}

.iProducts .swiper-slide:hover {
	background-color: #0E8078;
}

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


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


.iProducts .msg {
	padding: 25px 24px 24px;
}


.iProducts h2 {
	font-weight: normal;
}


.iProducts .tit {
	color: #333;
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 30px;
}

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


.iProducts .tit:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}

.iProducts .txts {
	color: #666;
	font-size: 16px;
	line-height: 30px;
	margin-top: 4px;
}

.iProducts .swiper-slide:hover .txts {
	color: #ffffff;
}

.iProducts .swiper-slide:nth-child(4n-2) {
	transform: translateY(83px);
}

.iProducts .swiper-slide:nth-child(4n-1) {
	transform: translateY(138px);
}

.iProducts .swiper-slide:nth-child(4n) {
	transform: translateY(20px);
}

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


.iProducts .sBtns .prev,
.iProducts .sBtns .next {
	flex-shrink: 0;
}


.iProducts .sBtns .prev,
.iProducts .sBtns .next,
.iProducts .sBtns .swiper-pagination {
	margin-top: 164px;
}


.iProducts .sBtns .prev {
	margin-right: 0;
}

.sBtns .swiper-pagination {
	position: relative;
	width: 28.2%;
	margin: 0 32px;
	border-radius: 0;
	border: none;
	height: 4px;
	border-radius: 4px;
	background-color: transparent;
	overflow: hidden;
}

.sBtns .swiper-pagination::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #999;
	height: 2px;
}



.sBtns .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	height: 4px;
	background-color: #F5B91B;
	border-radius: 4px;
	overflow: hidden;
}

@media screen and (max-width:1700px) {
	.swiperBox .sBtns>div.prev {
		left: -70px;
	}

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

@media screen and (max-width:1560px) {
	.iProducts .iTips {
		margin-top: 30px;
	}

	.iTips {
		width: 80%;
	}

	.cBtn {
		height: 46px;
	}

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

	.iProducts .swiper-slide {
		border-radius: 10px;
	}

	.iProducts .msg {
		padding: 20px;
	}

	.iProducts .swiper-slide:nth-child(4n-2) {
		transform: translateY(50px);
	}

	.iProducts .swiper-slide:nth-child(4n-1) {
		transform: translateY(100px);
	}

	.iProducts .sBtns .prev,
	.iProducts .sBtns .next,
	.iProducts .sBtns .swiper-pagination {
		margin-top: 150px;
	}

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

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

}

@media screen and (max-width:1333px) {
	.iTips {
		width: 90%;
	}

	.cBtn {
		height: 42px;
		width: 170px;
	}

	.iProducts .swiper-slide {
		border-radius: 5px;
	}

	.iProducts .safeRange {
		padding: 0 50px;
	}

	.iProducts .txts {
		margin-top: 10px;
	}
}

@media screen and (max-width:999px) {
	.iProducts .swiper-slide:nth-child(n) {
		transform: translateY(0px);
	}

	.iProducts .sBtns .prev,
	.iProducts .sBtns .next,
	.iProducts .sBtns .swiper-pagination {
		margin-top: 30px;
	}

	.iTips {
		width: 95%;
	}

	.iProducts .iTips {
		margin-top: 20px;
	}

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

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

	.cBtn i {
		font-size: 20px;
	}

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

	.iProducts .safeRange {
		padding: 0 30px;
	}

	.iProducts .msg {
		padding: 14px;
	}

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

@media screen and (max-width:768px) {
	.iProducts .safeRange {
		padding: 0 25px;
	}

	.iTips {
		width: 100%;
	}

	.sBtns .swiper-pagination {
		margin: 0 20px;
	}

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

	.swiperBox .sBtns>div {
		position: static;
		transform: translateY(0);
		margin-top: 20px;
	}

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

@media screen and (max-width:450px) {
	.iProducts .swiper {
		max-width: 280px;
	}

	.sBtns .swiper-pagination {
		width: 100%;
	}
}

/* indexM2-1 */

.iSolution {
	background-image: url("../images/indexM2-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 81px 0 82px 0;
	overflow: hidden;
}

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


.sTit .box {
	width: 60%;
}

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


.sTit .txts {
	color: #666;
	font-size: 16px;
	line-height: 30px;
	margin-top: 9px;
}



.iSolution .con {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.iSolution .msgSwiper {
	overflow: hidden;
	width: 42%;
}

.iSolution .imgSwiper {
	width: 55.71%;
}

.iSolution .imgSwiper .image:hover img {
	transform: none;
	opacity: .8;
}

.innerTit {
	color: #333333;
	font-family: Poppins-SemiBold;
	font-size: 36px;
	line-height: 54px;
}


.iSolution .msgSwiper .innerTit {
	color: #666;
	min-height: 108px;
}

.iSolution .msgSwiper .innerTit:hover {
	color: #0E8078;
}


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

.iSolution .msgSwiper .txts {
	margin-top: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	min-height: 180px;
}


.iSolution .msgSwiper .txts p {
	color: #666666;
}

.iSolution .msgSwiper .cBtn {
	margin-top: 50px;
}

@media screen and (max-width:1560px) {
	.sTit .txts {
		margin-top: 30px;
	}

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

	.iSolution .msgSwiper .innerTit {
		min-height: 80px;
	}

	.iSolution .msgSwiper .txts {
		margin-top: 30px;
	}

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

@media screen and (max-width:1333px) {
	.sTit .box {
		width: 80%;
	}

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

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

	.iSolution .msgSwiper .innerTit {
		min-height: 68px;
	}

	.iSolution .msgSwiper .txts {
		-webkit-line-clamp: 4;
		min-height: 112px;
	}

	.sTit .txts {
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.sTit .txts {
		font-size: 14px;
		line-height: 26px;
		margin-top: 20px;
	}

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

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

	.iSolution .msgSwiper .innerTit {
		min-height: auto;
	}

	.iSolution .msgSwiper .txts {
		margin-top: 20px;
		min-height: auto;
	}

	.iSolution .msgSwiper {
		width: 100%;
	}

	.iSolution .msgSwiper .cBtn {
		margin-top: 20px;
	}

	.iSolution .imgSwiper {
		width: 100%;
		max-width: 520px;
		margin: 0 auto;
		margin-top: 40px;
	}
}

@media screen and (max-width:768px) {
	.iSolution .imgSwiper {
		max-width: 460px;
		margin-top: 30px;
	}

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

	.sTit .box {
		width: 100%;
	}

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

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

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

@media screen and (max-width:538px) {
	.iSolution .imgSwiper {
		max-width: none;
	}

}

/* indexM3-1 */

.conpanyProfile {
	position: relative;
}


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

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


.conpanyProfile .con {
	padding: 88px 0 58px 0;
}


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

.conpanyProfile .show {
	width: 57.5%;
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	margin-left: -105px;
}


.conpanyProfile .show .image {
	height: 100%;
}

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




.conpanyProfile .msg {
	width: 42%;
}


.conpanyProfile .msg .title1 {
	color: #ffffff;
}


.conpanyProfile .msg .title1:hover {
	color: #0E8078;
}


.conpanyProfile .msg .tit {
	color: #FFF;
	font-family: Poppins-SemiBold;
	font-size: 20px;
	line-height: 30px;
	margin-top: 30px;
}





.conpanyProfile .msg .txts {
	margin-top: 19px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
}


.conpanyProfile .msg .txts p {
	color: #FFF;
}


.conpanyProfile .cBtn {
	margin-top: 50px;
	background-color: transparent;
	border-color: #ffffff;
	color: #ffffff;
}

.conpanyProfile .cBtn:hover {
	background-color: #ffffff;
	color: #0E8078;
}

.numlistPiece {
	height: 108.5px;
}


.aboutNumList {
	height: 0px;
	position: relative;
}

.aboutNumList .safeRange {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}


.numList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: 16px;
	background: #FFF;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
	overflow: hidden;
}


.numList .item {
	position: relative;
	flex: 1;
	padding: 37px 20px 44px;
	display: flex;
	justify-content: center;
}

.numList .item::after {
	content: "";
	position: absolute;
	right: 0;
	top: 59%;
	transform: translateY(-50%) translateX(50%);
	height: 33%;
	width: 1px;
	background-color: #999;
	transition: .4s ease all;
}

.numList .item:last-child::after {
	display: none;
}

.numList .item:hover {
	background-color: #0E8078;
}

.numList .item:hover::after {
	opacity: 0;
}



.numList .sign {
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
}

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


.numList .item:hover .sign img {
	filter: grayscale(100%) brightness(500%);
}


.numList .box {
	margin-top: 5px;
	position: relative;
}




.numList .num {
	display: flex;
	align-items: flex-end;
}



.numList .num {
	font-family: Poppins-SemiBold;
	color: #0E8078;
	font-size: 46px;
	line-height: 62px;
}



.numList .item:hover .num {
	color: #ffffff;
}


.numList .num i {
	color: #0E8078;
	font-size: 24px;
	flex-shrink: 0;
	line-height: 50px;
	font-style: normal;
	margin-left: 3px;
}


.numList .item:hover .num i {
	color: #ffffff;
}


.numList .name {
	color: #4D4D4D;
	font-size: 14px !important;
	line-height: 26px !important;
	margin-top: 1px;
}


.numList .item:hover .name {
	color: #ffffff;
}

@media screen and (max-width:1560px) {
	.conpanyProfile .show {
		margin: 0;
		width: 55%;
		border-radius: 10px;
	}

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

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

	.conpanyProfile .msg .txts {
		-webkit-line-clamp: 5;
	}

	.numList .item {
		padding: 20px;
	}

	.numList {
		border-radius: 10px;
	}

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

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

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

	.numList .name {
		margin-top: 10px;
	}

	.numlistPiece {
		height: 82px;
	}
}

@media screen and (max-width:1333px) {
	.conpanyProfile .msg .txts {
		-webkit-line-clamp: 4;
	}

	.conpanyProfile .msg .tit {
		margin-top: 20px;
	}

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

	.conpanyProfile .show {
		border-radius: 5px;
	}

	.numList {
		justify-content: flex-start;
	}

	.numList .item {
		flex: auto;
		width: 33.33%;
		justify-content: flex-start;
		padding: 20px 30px;
	}


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

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

	.numList .num i {
		line-height: 28px;
		font-size: 16px;
	}

	.numList .item .msg {
		display: flex;
		align-items: flex-start;
	}

	.numList .sign {
		flex-shrink: 0;
		margin-right: 20px;
		transform: translateY(4px);
	}

	.numList {
		border-radius: 5px;
	}

	.numlistPiece {
		height: 114px;
	}

	.numList .list .box {
		margin-top: 10px;
	}
}

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

	.conpanyProfile .msg {
		width: 100%;
	}

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

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

	.conpanyProfile .show {
		width: 100%;
		max-width: 520px;
		margin: 0 auto;
		margin-top: 40px;
	}

	.numList .item {
		padding: 20px;
	}

	.numList .item .msg {
		flex-direction: column;
		align-items: flex-start;
	}

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

	.numList .sign {
		width: 36px;
		height: 36px;
		margin-right: 0;
	}

	.numList .num i {
		font-size: 14px;
		line-height: 24px;
	}

	.numlistPiece {
		height: 148px;
	}

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

@media screen and (max-width:768px) {
	.conpanyProfile .show {
		max-width: 460px;
		margin-top: 30px;
	}

	.numList .box {
		margin-top: 14px;
	}

	.numlistPiece {
		height: 152px;
	}

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

@media screen and (max-width:538px) {
	.numList .item {
		width: 50%;
		padding: 10px 15px;
	}

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

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

	.numList .item:last-child::after {
		display: none;
	}

	.numlistPiece {
		height: 221px;
	}

	.conpanyProfile .show {
		max-width: none;
	}
}





/* indexM4-1 */

.projectCase {
	background-image: url("../images/indexM4-bg.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.projectCase .con {
	padding: 63px 54px 79px 0;
	padding-left: calc((100vw - 1400px)/ 2);
	overflow: hidden;
}

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

.projectCase .title1 {
	flex-shrink: 0;
	margin-right: 11.1%;
	margin-top: 20px;
}

.projectCase .box {
	flex: 1;
}

.projectCase .bigTit {
	font-family: Poppins-SemiBold;
	font-size: 100px;
	line-height: 100px;
	color: white;
	-webkit-text-stroke: 1px #EADACB;
	-webkit-text-fill-color: transparent;
}

.projectCase .checks {
	display: flex;
	flex-wrap: wrap;
	margin-top: 12px;
}

.projectCase .checks .item {
	display: flex;
	align-items: flex-start;
	color: #333;
	font-size: 18px;
	line-height: 28px;
	text-transform: capitalize;
	margin: 5px 0;
	margin-right: 38px;
	cursor: pointer;
}


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


.projectCase .checks .circle {
	border: 1px solid #0E8078;
	border-radius: 50%;
	position: relative;
	width: 12px;
	height: 12px;
	transform: translateY(7px);
	opacity: 0;
	margin-right: 9px;
}


.projectCase .checks .item:hover .circle,
.projectCase .checks .item.active .circle {
	opacity: 1;
}

.projectCase .checks .item:hover,
.projectCase .checks .item.active {
	color: #0E8078;
}

.projectCase .checks .item.active {
	font-family: Poppins-SemiBold;
}


.projectCase .checks .circle::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	border-radius: 50%;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #0E8078;
	transition: .4s ease all;
}


.projectCase .piece {
	display: flex;
	margin-top: 59px;
}


.projectCase .msgSwiper {
	width: 30.2%;
	background: #F2ECE6;
	border-radius: 16px;
	overflow: hidden;
}

.projectCase .msgSwiper .swiper {
	height: 100%;
}

.projectCase .msgSwiper .swiper-slide {
	padding: 60px 80px 80px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.projectCase .msgSwiper .tit {
	color: #333;
	font-family: Poppins-SemiBold;
	font-size: 24px;
	line-height: 35px;
}

.projectCase .msgSwiper .tit:hover {
	color: #0E8078;
}

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

.projectCase .msgSwiper .txts p {
	color: #666666;
	line-height: 24px;
}


.projectCase .msgSwiper {
	position: relative;
}

.projectCase .msgSwiper .sBtns {
	position: absolute;
	right: 24px;
	bottom: 33px;
}

.projectCase .msgSwiper .cBtn {
	margin-top: 34px;
}


.projectCase .imgSwiper {
	width: 63%;
	overflow: visible;
	clip-path: polygon(0% -1000%, 1000% -1000%, 1000% 1000%, 0 1000%);
}

.projectCase .imgSwiper .image {
	height: 100%;
}

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

.projectCase .imgSwiper .swiper-slide {
	border-radius: 16px;
	overflow: hidden;
}


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

	.projectCase .bigTit {
		font-size: 80px;
		line-height: 80px;
	}

	.projectCase .piece {
		margin-top: 50px;
	}

	.projectCase .imgSwiper .swiper-slide {
		border-radius: 10px;
	}

	.projectCase .msgSwiper {
		border-radius: 10px;
	}

	.projectCase .msgSwiper .swiper-slide {
		padding: 40px 40px 80px;
	}

	.projectCase .msgSwiper .tit {
		font-size: 22px;
		line-height: 32px;
	}

	.projectCase .msgSwiper .cBtn {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.projectCase .bigTit {
		font-size: 56px;
		line-height: 56px;
	}

	.projectCase .checks .item {
		font-size: 16px;
	}

	.projectCase .piece {
		margin-top: 40px;
	}

	.projectCase .msgSwiper .swiper-slide {
		padding: 30px 20px 80px;
	}

	.projectCase .msgSwiper .sBtns {
		bottom: 13px;
	}

	.projectCase .msgSwiper {
		border-radius: 5px;
	}

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

	.projectCase .imgSwiper .swiper-slide {
		border-radius: 5px;
	}

	.projectCase .con {
		padding: 60px 80px;
	}
}

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

	.projectCase .title1 {
		margin-top: 0;
		margin-right: 0;
	}

	.projectCase .bigTit {
		font-size: 46px;
		line-height: 46px;
	}

	.projectCase .box {
		margin-top: 30px;
	}

	.projectCase .checks .item {
		font-size: 14px;
		margin-right: 30px;
	}

	.projectCase .msgSwiper .txts {
		-webkit-line-clamp: 3;
	}

	.projectCase .con {
		padding: 50px 80px;
	}

	.projectCase .piece {
		flex-direction: column;
		align-items: flex-start;
		max-width: 520px;
		margin: 0 auto;
		margin-top: 30px;
	}

	.projectCase .msgSwiper {
		width: 100%;
	}

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

	.projectCase .msgSwiper .cBtn {
		margin-top: 20px;
	}

	.projectCase .msgSwiper .sBtns {
		bottom: 20px;
		right: 20px;
	}

	.projectCase .imgSwiper {
		width: 100%;
		overflow: hidden;
		border-radius: 5px;
	}
}

@media screen and (max-width:768px) {
	.projectCase .con {
		padding: 40px 25px;
	}

	.projectCase .bigTit {
		font-size: 36px;
		line-height: 36px;
	}

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

	.projectCase .piece {
		max-width: 460px;
	}
}

@media screen and (max-width:538px) {
	.projectCase .con {
		padding: 40px 15px;
	}

	.projectCase .piece {
		max-width: none;
	}

	.projectCase .msgSwiper .swiper-slide {
		padding-bottom: 50px;
	}
}

/* indexM5-1 */

.touch {
	padding: 134px 0 132px 0;
	position: relative;
}


.touch .image {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}

.touch .image::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}


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

.touch .msg {
	width: 59%;
}

.touch .title1 {
	color: #ffffff;
}

.touch .txts {
	color: #FFF;
	font-size: 18px;
	line-height: 30px;
	margin-top: 24px;
}


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



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

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

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

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



/* indexM6-1 */


.clientsSay {
	padding: 81px 0 56px 0;
	background-image: url("../images/indexM6-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


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

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


.clientsSay .swiper-slide {
	padding: 0 18%;
}


.clientsSay .sBtns>div {
	position: absolute;
	top: 43.9%;
	transform: translateY(-50%);
}


.clientsSay .sBtns>div.prev {
	left: -6px;
	margin-right: 0;
}

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


.clientsSay .sign {
	width: 42px;
	transform: translateY(55%) translateX(-113%);
}


.clientsSay .txts {
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #666;
	margin-top: 7px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}


.clientsSay .user {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 71px;
}




.clientsSay .user .image {
	border-radius: 50%;
	overflow: hidden;
	width: 80px;
	height: 80px;
	flex-shrink: 0;
	outline: 4px solid #F5B91B;
}


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


.clientsSay .user .name {
	color: #0E8078;
	text-align: center;
	font-size: 20px !important;
	font-weight: 700;
	line-height: 30px !important;
	margin-top: 32px;
}

.clientsSay .user .job {
	text-align: center;
	color: #666;
	font-size: 16px;
	line-height: 24px;
}

.clientsSay .swiper-pagination {
	position: static;
	margin-top: 60px;
}

.clientsSay .swiper-pagination span {
	width: 40px;
	height: 4px;
	border-radius: 8px;
	background-color: #ffffff;
	opacity: 1;
	margin: 0 12px !important;
}

.clientsSay .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #F5B91B;
}

@media screen and (max-width:1560px) {
	.clientsSay .swiper-pagination {
		margin-top: 30px;
	}

	.clientsSay .user {
		margin-top: 40px;
	}

	.clientsSay .swiper-pagination span {
		margin: 0 6px !important;
	}
}

@media screen and (max-width:1333px) {
	.clientsSay .swiper-slide {
		padding: 0 14%;
	}

	.clientsSay .user {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.clientsSay .sign {
		width: 36px;
	}

	.clientsSay .user .name {
		font-size: 18px !important;
		line-height: 28px !important;
		margin-top: 20px;
	}

	.clientsSay .user .job {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
	}

	.clientsSay .swiper-pagination {
		margin-top: 20px;
	}

	.clientsSay .swiper-pagination span {
		width: 36px;
	}
}

@media screen and (max-width:768px) {
	.clientsSay .swiper-pagination span {
		width: 32px;
	}
}

@media screen and (max-width:538px) {
	.clientsSay .swiperBox {
		margin-top: 20px;
	}

	.clientsSay .user .image {
		width: 70px;
		height: 70px;
	}

	.clientsSay .user .name {
		font-size: 16px !important;
	}

	.clientsSay .swiper-pagination span {
		width: 30px;
	}

	.clientsSay .swiper-slide {
		padding: 0;
	}

	.clientsSay .sign {
		transform: translateX(0);
	}

	.clientsSay .sBtns>div {
		top: 63%;
	}

	.clientsSay .sBtns>div.prev {
		left: 0;
	}

	.clientsSay .sBtns>div.next {
		right: 0;
	}

}

/* indexM7-1 */


.iNews {
	padding: 81px 0 80px 0;
	background-image: url("../images/indexM7-bg.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

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

.iNews .title .btn {
	color: #0E8078;
	font-size: 16px;
	line-height: 30px;
	position: relative;
}

.iNews .title .btn::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 1px;
	transition: .4s ease all;
	height: 1px;
	background-color: #0E8078;
	width: 100%;
}

.iNews .title .btn:hover::after {
	right: 0;
	left: auto;
	width: 0;
}



.iNews .swiper {
	margin-top: 41px;
}



.newItem .image {
	overflow: hidden;
	border-radius: 16px;
}


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


.newItem .msg {
	padding: 25px 15px 30px;
}

.newItem .time {
	color: #666;
	font-size: 16px;
	line-height: 26px;
	margin-top: 25px;
}

.newItem .tit {
	margin-top: 22px;
	min-height: 60px;
}

.newItem .tit a {
	font-family: Poppins-SemiBold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}


.newItem .tit a:hover {
	color: #0E8078;
}


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


.newItem .cBtn {
	margin-top: 28px;
}


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


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


@media screen and (max-width:1560px) {
	.newItem .image {
		border-radius: 10px;
	}

	.newItem .tit a {
		font-size: 18px;
	}
}

@media screen and (max-width:1333px) {
	.newItem .image {
		border-radius: 5px;
	}

	.newItem .time {
		margin-top: 20px;
	}

	.newItem .tit {
		margin-top: 10px;
	}

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

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

	.newItem .tit {
		min-height: 56px;
	}

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

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

@media screen and (max-width:450px) {
	.iNews .swiper {
		max-width: 280px;
		margin: 0 auto;
		margin-top: 30px;
	}
}


/* 2-1Products */

.products {
	padding: 82px 0 75px;
}

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

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

.products .productSlides {
	width: 23%;
	position: sticky;
	left: 0;
	top: 120px;
}

.products .productSlides .title {
	display: none;
}

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

.productSlides .list>li .tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #F9F7F5;
	padding: 10px 23.5px;
}


.productSlides .list>li .tit a {
	color: #333;
	font-size: 20px;
	line-height: 30px;
}

.productSlides .list>li .tit a:hover {
	color: #0E8078;
}


.productSlides .list>li .btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	cursor: pointer;
	width: 24px;
	height: 24px;
	margin-right: -7px;
}

.productSlides .list>li .btn:hover i {
	background-color: #0E8078;
}


.productSlides .list>li .btn i {
	height: 2px;
	width: 10px;
	background-color: #111111;
}

.productSlides .list>li .btn i.move {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
}


.productSlides .list>li .btn.active i.move {
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}


.productSlides .list ul {
	padding: 5px 10px 11px;
	display: none;
	transition: none;
}

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

.productSlides .list ul li {
	border-bottom: 1px solid #E6E6E6;
	padding: 16px 40px 16px;
	margin-bottom: 1px;
}

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

.productSlides .list ul li:last-child {
	padding-bottom: 0;
}


.productSlides .list ul li:last-child {
	border-bottom: none;
}

.productSlides .list ul a {
	color: #666;
	font-size: 16px;
	line-height: 26px;
	display: inline-block;
}

.productSlides .list ul li.active>a {
	color: #F5B91B;
}


.productSlides .list ul a:hover {
	color: #0E8078;
}



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


.products form {
	width: 73.4%;
}


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

.productList .productItem {
	width: 32.1%;
	margin-right: 1.85%;
	margin-top: 50px;
}

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

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

.productItem {
	border-radius: 16px;
	overflow: hidden;
	background-color: #ffffff;
	filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.10));
}

.productItem:hover {
	background-color: #0E8078;
}

.productItem .msg {
	padding: 19px 20px 19px;
}


.productItem .image {
	overflow: hidden;
}

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


.productItem .tit {
	min-height: 60px;
}

.productItem .tit a {
	color: #333;
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 30px;
}

.productItem:hover .tit a {
	color: #ffffff;
}

.productItem .tit a:hover {
	color: #F5B91B;
}


.productItem .txts {
	color: #666;
	font-size: 16px;
	line-height: 30px;
	margin-top: 9px;
	min-height: 60px;
}


.productItem:hover .txts {
	color: #ffffff;
}


.productItem .line {
	width: 100%;
	height: 1px;
	margin-top: 11px;
	background-color: #F2ECE6;
}

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


.productItem .btns {
	display: flex;
	align-items: center;
	margin-top: 13px;
}



.productItem .btns .checkBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	width: 12px;
	height: 12px;
	outline: 1px solid #999;
	flex-shrink: 0;
	margin-right: 13px;
}


.productItem .btns .checkBtn.active {
	background-color: #F5B91B;
	outline: 1px solid #F5B91B;
}


.productItem .btns .checkBtn i {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	opacity: 0;
}


.productItem .btns .checkBtn.active i {
	opacity: 1;
}


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

.productItem .btns .inqBtn {
	color: #999;
	font-size: 16px;
	line-height: 28px;
}

.productItem:hover .btns .checkBtn {
	outline: 1px solid #ffffff;
}

.productItem:hover .btns .inqBtn {
	color: #ffffff;
}

.productItem .btns .inqBtn:hover {
	color: #F5B91B;
}


.products form .pager {
	margin-top: 45px;
}

@media screen and (max-width:1560px) {
	.products .mbox {
		margin-top: 30px;
	}

	.productSlides .list>li .tit a {
		font-size: 18px;
	}

	.productSlides .list>li .tit {
		padding: 10px 14px;
	}

	.productSlides .list ul li {
		padding: 10px 20px;
	}

	.productSlides .list ul {
		padding: 10px;
	}

	.productItem {
		border-radius: 10px;
	}

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

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

	.products .productSlides {
		top: 100px;
	}
}

@media screen and (max-width:1333px) {
	.productList {
		justify-content: space-between;
	}

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

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

	.productItem {
		border-radius: 5px;
	}

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

	.products form {
		width: 64%;
	}

	.products .productSlides {
		width: 30%;
	}

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

@media screen and (max-width:999px) {
	.products .productSlides {
		position: static;
	}

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

	.products .productSlides {
		width: 100%;
	}

	.productSlides .list>li .tit a {
		font-size: 16px;
		line-height: 26px;
	}

	.productSlides .list ul a {
		font-size: 14px;
		line-height: 24px;
	}

	.productSlides .list>li .tit {
		padding: 6px 14px;
	}

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

	.productItem .msg {
		padding: 20px;
	}

	.productItem .tit {
		min-height: 56px;
	}

	.productItem .tit a {
		font-size: 16px;
		line-height: 28px;
	}

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

	.productItem .btns .inqBtn {
		font-size: 14px;
		line-height: 24px;
	}

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

	.products .productSlides .title {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.products .productSlides .title {
		font-size: 20px;
		line-height: 30px;
		font-family: Poppins-SemiBold;
	}

	.products .productSlides .menuBtn {
		width: 35px;
		height: 35px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.products .productSlides .menuBtn i {
		transform: rotate(45deg);
		font-size: 18px;
		font-weight: bold;
	}

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

@media screen and (max-width:768px) {
	.productItem .msg {
		padding: 14px 10px;
	}

	.productSlides .list ul li {
		padding: 10px;
	}
}

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

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

/* 2-2Product */

.productDet {
	padding: 82px 0 81px 0;
}

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


.productShow .box {
	width: 50.14%;
	position: sticky;
	top: 130px;
	left: 0;
}


.productShow .jianjie {
	width: 45.6%;
	margin-top: -7px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.jianjie .txts{
	flex: 1;
}


.productShow .box .showSipwer {
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 16px;
}

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

.productShow img {
	display: block;
}

.productShow .box .checkSwiper {
	padding: 0 38px;
	position: relative;
	overflow: hidden;
}


.productShow .box .checkSwiper .iconfont {
	position: absolute;
	top: 50%;
	height: 100%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #DADADA;
	font-size: 16px;
	cursor: pointer;
	z-index: 99;
	height: 100%;
}


.productShow .box .checkSwiper .prev {
	left: 0px;
}

.productShow .box .checkSwiper .next {
	right: 0px;
}

.productShow .box .checkSwiper .iconfont:hover {
	color: #F5B91B;
}

.productShow .checkSwiper .swiper-slide {
	position: relative;
	cursor: pointer;
	opacity: 0;
	transition: .4s ease opacity;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
	overflow: hidden;
}


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


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


.productShow .checkSwiper .swiper-slide.swiper-slide-thumb-active::after {
	border: solid 1px #0E8078;
}


.jianjie h1 {
	font-family: Poppins-SemiBold;
	font-size: 36px;
	line-height: 54px;
	margin-top: 7px;
	color: #333333;
}

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

.jianjie .share span {
	color: #666;
}

.jianjie .txts {
	padding: 25px 0 62px 0;
	margin-top: 19px;
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.jianjie .txts p {
	color: #666666;
	line-height: 28px;
}

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


.jianjie .btns a {
	width: 154px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 34px;
	font-size: 16px;
	color: #ffffff;
	background-color: #0E8078;
	border-radius: 24px;
	overflow: hidden;
}

.jianjie .btns a:nth-child(2) {
	margin-right: 0;
	width: 161px;
}

.jianjie .btns a:hover {
	background-color: #F5B91B;
	color: #333;
}




/*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;
	border-radius: 16px;
}

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;
	border-radius: 16px;
}


.productFeatures {
	margin-top: 77px;
}


.pdTit {
	color: #333;
	font-family: Poppins-SemiBold;
	font-size: 36px;
	line-height: 54px;
	padding-left: 20px;
	position: relative;
}

.pdTit::after {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 7px;
	height: 43px;
	background-color: #0E8078;
}

.productDet .standardEdit p {
	color: #666666;
}

.productDet .standardEdit p em:after {
	background-color: #666666;
}

.productFeatures .txts {
	margin-top: 39px;
}


.productAdvantage {
	margin-top: 61px;
}

.productAdvantage .txts {
	margin-top: 39px;
}

.usageScope {
	margin-top: 62px;
}


.usageScope .list {
	margin-top: 48px;
}

.usageScope .list .item {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	align-items: center;
}


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

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

.usageScope .list .image {
	width: 46.7%;
	border-radius: 16px;
	overflow: hidden;
}

.usageScope .list .msg {
	width: 49.8%;
}

.signTit {
	position: relative;
	padding-left: 40px;
	color: #333;
	font-family: Poppins-SemiBold;
	font-size: 24px;
	line-height: 35px;
}

.signTit::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background-image: url("../images/usageScopeSign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #333;
	font-family: Poppins-SemiBold;
	font-size: 24px;
	line-height: 35px;
}


.standardEdit ol {
	padding-left: 21px;
}

.standardEdit ol li {
	color: #666;
	font-size: 16px;
	line-height: 30px;
}


.usageScope .list .txts {
	margin-top: 20px;
}

.composition {
	margin-top: 61px;
}

.composition .txts {
	margin-top: 39px;
}

.parameter {
	margin-top: 61px;
}

.specifications {
	margin-top: 40px;
}

.specifications .txts {
	margin-top: 29px;
}

.downloadFile {
	margin-top: 41px;
}

.downloadFile .txts {
	margin-top: 29px;
}


.downloadFile .list {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}


.downloadFile .list .item {
	width: 31.42%;
	margin-right: 2.87%;
	border-radius: 8px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
	padding: 25px 16px 11px;
}


.downloadFile .list .tit {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.downloadFile .list .sign {
	width: 57px;
	height: 57px;
}

.downloadFile .list .btn {
	display: flex;
	align-items: center;
	color: #0E8078;
	font-size: 18px;
	line-height: 30px;
	margin-right: 18px;
}

.downloadFile .list .btn i {
	flex-shrink: 0;
	color: #0E8078;
	font-size: 22px;
	margin-left: 13px;
}


.downloadFile .list .btn:hover,
.downloadFile .list .btn:hover i {
	color: #F5B91B;
}


.downloadFile .list .msg {
	margin-top: 21px;
	color: #666;
	font-size: 16px;
	line-height: 30px;
}

.components {
	margin-top: 61px;
}

.components .txts {
	margin-top: 39px;
}

.manufacturing {
	margin-top: 60px;
}

.manufacturing .txts {
	margin-top: 39px;
}

.productVideo {
	margin-top: 62px;
}

.productVideo .txts {
	margin-top: 39px;
}

.standardEdit a {
	color: #0E8078;
}

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

.productFaq {
	margin-top: 61px;
}


.productFaq .tips {
	margin-top: 39px;
}

.productFaq .faqList {
	margin-top: 30px;
}


.warranty {
	margin-top: 60px;
}

.warranty .txts {
	margin-top: 39px;
}

.warranty .txts a {
	color: #666666;
	text-decoration: underline;
}

.warranty .txts a:hover {
	color: #0E8078;
	text-decoration: underline;
	text-decoration-skip-ink: initial;
	text-underline-offset: initial;
}

.paymentMethods {
	margin-top: 61px;
}

.paymentMethods .txts {
	margin-top: 39px;
}


.other {
	margin-top: 63px;
}

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



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

	.productShow .box .showSipwer,
	div.zoomdiv,
	div.jqZoomPup {
		border-radius: 10px;
	}

	.productShow .checkSwiper .swiper-slide,
	.productShow .checkSwiper .swiper-slide::after {
		border-radius: 5px;
	}

	.jianjie h1 {
		margin-top: 0;
		font-size: 28px;
		line-height: 40px;
	}

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

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

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

	.jianjie .btns a {
		height: 42px;
	}

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

	.pdTit::after {
		height: 40px;
		top: 0;
	}

	.productDet .safeRange>div {
		margin-top: 60px;
	}

	.productDet .safeRange>div:nth-child(1) {
		margin-top: 0;
	}

	.usageScope .list .image {
		border-radius: 10px;
	}

	.signTit {
		font-size: 22px;
		line-height: 32px;
	}

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

	.productShow .box {
		top: 100px;
	}

	.downloadFile .list .item {
		border-radius: 5px;
	}

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

@media screen and (max-width:1333px) {
	.jianjie h1 {
		font-size: 24px;
		line-height: 36px;
	}

	.jianjie .txts {
		padding: 20px 0;
		margin-top: 20px;
	}

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

	.jianjie .btns a {
		margin-right: 30px;
	}

	.productShow .box .showSipwer,
	div.zoomdiv,
	div.jqZoomPup {
		border-radius: 5px;
	}

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

	.pdTit::after {
		height: 36px;
		width: 6px;
	}

	.productDet .safeRange>div .txts {
		margin-top: 30px;
	}

	.usageScope .list .image {
		border-radius: 5px;
	}

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

	.signTit::after {
		width: 24px;
		height: 24px;
		top: 1px;
	}

	.usageScope .list .item {
		margin-top: 40px;
	}

	.downloadFile .list .sign {
		width: 40px;
		height: 40px;
	}

	.downloadFile .list .btn {
		font-size: 16px;
		margin-right: 0;
	}

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

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

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

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

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

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

	.jianjie h1 {
		font-size: 22px;
		line-height: 32px;
	}

	.pdTit {
		font-size: 22px;
		line-height: 32px;
	}

	.pdTit::after {
		height: 32px;
	}

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

	.productDet .safeRange>div {
		margin-top: 50px;
	}

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

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

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

	.usageScope .list .item:nth-child(n) {
		flex-direction: column;
		align-items: flex-start;
	}

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

	.productDet .usageScope .list .txts {
		margin-top: 20px;
	}

	.usageScope .list .image {
		width: 100%;
		max-width: 450px;
		margin: 0 auto;
	}

	.downloadFile .list .btn {
		font-size: 14px;
		line-height: 24px;
	}

	.jianjie .btns a {
		font-size: 14px;
		height: 36px;
		width: 140px;
	}

	.jianjie .btns a:nth-child(2) {
		width: 150px;
	}
}

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

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

/* 3-1Custom Solutions */

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

.solutions .tips p {
	color: #666666;
}


.solutions .con {
	display: flex;
	justify-content: space-between;
	margin-top: 62px;
	align-items: center;
}


.solutions .msg {
	width: 46.5%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 5px;
}

.solutions .msg .swiper {
	width: 100%;
}



.solutions .msg .sBtns>div {
	margin-top: 28px;
}

.solutions .msg .title {
	color: #333;
	font-family: Poppins-SemiBold;
	font-size: 30px;
	line-height: 54px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.solutions .msg .title:hover {
	color: #0E8078;
}


.solutions .msg .txts {
	color: #666;
	font-size: 16px;
	line-height: 30px;
	margin-top: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
}


.solutions .imgSwiper .image:hover img {
	transform: none;
	opacity: .8;
}


.solutions .imgSwiper {
	width: 49.9%;
	overflow: hidden;
}


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

	.solutions .tips {
		margin-top: 30px;
	}

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

	.solutions .msg .txts {
		margin-top: 30px;
		-webkit-line-clamp: 6;
	}
}

@media screen and (max-width:1333px) {
	.solutions .con {
		margin-top: 50px;
	}

	.solutions .msg .title {
		font-size: 22px;
		line-height: 34px;
	}

	.solutions .msg .txts {
		-webkit-line-clamp: 4;
	}
}

@media screen and (max-width:999px) {
	.solutions .msg .title {
		font-size: 18px;
		line-height: 28px;
	}

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

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

	.solutions .msg {
		width: 100%;
	}

	.solutions .msg .txts {
		margin-top: 20px;
	}

	.solutions .msg .sBtns>div {
		margin-top: 20px;
	}

	.solutions .imgSwiper {
		width: 100%;
		margin: 0 auto;
		max-width: 460px;
		margin-top: 30px;
	}

	.solutions .msg .title {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:538px) {
	.solutions .con {
		margin-top: 30px;
	}

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


.process {
	margin-top: 81px;
}


.process .innerTit {
	text-align: center;
}

.process .tit {
	text-align: center;
	margin-top: 14px;
	color: #333;
	font-family: Poppins-Medium;
	font-size: 18px;
	line-height: 30px;
}

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

.process .tips p {
	color: #666666;
}


.process .list {
	margin-top: 50px;
}

.process .list .item {
	padding: 0px 40px 0px 32px;
	display: flex;
	align-items: flex-start;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
}


.process .list .item:nth-child(2n-1) {
	background-color: #F9F7F5;
}

.process .list .image {
	flex-shrink: 0;
	width: 110px;
	height: 110px;
	margin-right: 56px;
	margin-top: 62px;
}


.process .list .dis {
	flex: 1;
	position: relative;
	padding: 49px 40px 48px 44px;
}


.process .list .item:nth-child(1) .dis::after,
.process .list .item:last-child .dis::before {
	display: none;
}

.process .list .dis::after,
.process .list .dis::before {
	content: "";
	position: absolute;
	left: 0;
	width: 1px;
	background-color: #0E8078;
}

.process .list .dis::after {
	height: 27%;
	top: 0;
}

.process .list .dis::before {
	height: 73%;
	bottom: 0;
}

.process .list .circle {
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #F5B91B;
	left: 0;
	top: 27%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 9;
}


.process .list .name {
	color: #333;
	font-family: Poppins-SemiBold;
	font-size: 20px;
	line-height: 30px;
}

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

.process .list .txts p {
	color: #666666;
}

.process .num {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0 16px 0 16px;
	background-color: #F5B91B;
	color: #FFF;
	font-family: Poppins-SemiBold;
	font-size: 24px;
	line-height: 35px;
}


@media screen and (max-width:1560px) {
	.process .tit {
		margin-top: 20px;
	}

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

	.process .list .item {
		border-radius: 10px;
	}

	.process .list .dis {
		padding: 40px 40px 40px 40px;
	}

	.process .list .image {
		width: 80px;
		height: 80px;
	}

	.process .list .txts {
		margin-top: 20px;
	}

	.process .num {
		border-radius: 0 10px 0 10px;
	}
}

@media screen and (max-width:1333px) {
	.process .list .item {
		border-radius: 5px;
	}

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

	.process .num {
		font-size: 22px;
		line-height: 30px;
		border-radius: 0 5px 0 5px;
	}

	.process .list .dis {
		padding: 30px 40px 30px 40px;
	}

	.process .list .item {
		padding: 0 30px;
	}

	.process {
		margin-top: 60px;
	}
}

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

	.process .list .name {
		font-size: 16px;
		line-height: 28px;
	}

	.process .list .image {
		width: 65px;
		height: 65px;
		margin-right: 30px;
	}

	.process .num {
		font-size: 20px;
		width: 44px;
		height: 44px;
	}

	.process {
		margin-top: 50px;
	}
}

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

	.process .list .image {
		margin-top: 80px;
	}

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

	.process {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.process .list .item {
		flex-direction: column;
		align-items: flex-start;
		padding: 30px 20px;
	}

	.process .list .dis {
		padding: 0;
	}

	.process .list .image {
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.process .list .txts {
		padding-left: 30px;
	}

	.process .list .dis::after {
		display: none;
	}

	.process .list .item:nth-child(n) .dis::before {
		display: block;
	}
}



.ability {
	margin-top: 81px;
}


.ability .innerTit {
	text-align: center;
}

.ability .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 49px;
}


.ability .list .item {
	width: 31.78%;
	margin-right: 2.33%;
	margin-top: 30px;
	padding: 30px 26px 51px;
	border-radius: 16px;
	background: #FFF;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	position: relative;
}

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

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


.ability .list .sign {
	position: relative;
	z-index: 9;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	overflow: hidden;
	background-color: rgba(14, 128, 120, .2);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}


.ability .list .sign::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: calc(100% - 18px);
	height: calc(100% - 18px);
	border-radius: 50%;
	background-color: #0E8078;
}

.ability .list .sign img {
	width: 40px;
	height: 40px;
	display: block;
	position: relative;
	z-index: 9;
}


.ability .tit {
	color: #333;
	font-family: Poppins-Medium;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	margin-top: 15px;
}

.ability .txts {
	margin-top: 20px;
	color: #666;
	font-size: 16px;
	line-height: 30px;
}

.ability .num {
	position: absolute;
	right: 26px;
	bottom: 9px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #0E8078;
	font-family: Poppins-SemiBold;
	font-size: 46px;
	line-height: 42px;
	color: white;
	-webkit-text-fill-color: transparent;
}

@media screen and (max-width:1560px) {
	.ability .list .item {
		border-radius: 10px;
	}

	.ability .num {
		bottom: 16px;
	}

	.ability .txts {
		margin-top: 10px;
	}

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

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

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

	.ability .list .item {
		border-radius: 5px;
	}

	.ability .list .sign img {
		width: 34px;
		height: 34px;
	}

	.ability .num {
		font-size: 34px;
		line-height: 34px;
	}
}

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

	.ability .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		padding: 20px;
		padding-bottom: 70px;
		margin-top: 30px;
	}

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

	.ability .list .sign {
		width: 76px;
		height: 76px;
	}

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

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

	.ability {
		margin-top: 50px;
	}
}

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

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

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

	.ability .list .sign img {
		width: 30px;
		height: 30px;
	}

	.ability .list .sign {
		width: 70px;
		height: 70px;
	}
}



.customCase {
	margin-top: 65px;
}

.customCase .innerTit {
	text-align: center;
}


.customCase .list {
	margin-top: 49px;
}

.customCase .item {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}


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

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

.customCase .image {
	width: 50%;
	border-radius: 16px;
	overflow: hidden;
}

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

.customCase .msg {
	width: 50%;
	background-color: #F9F7F5;
	border-radius: 16px;
	overflow: hidden;
	padding: 49px 46.5px 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.customCase .msg .tit {
	color: #333;
	font-family: Poppins-SemiBold;
	font-size: 20px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: 60px;
}


.customCase .msg .tit:hover {
	color: #0E8078;
}


.customCase .msg .txts {
	margin-top: 19px;
	color: #666;
	font-size: 16px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	min-height: 140px;
}

.customCase .msg .txts p {
	color: #666666;
	line-height: 28px;
}



.customCase .msg .cBtn {
	margin-top: 30px;
}


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

	.customCase .image,
	.customCase .msg {
		border-radius: 10px;
	}

	.customCase .msg {
		padding: 40px 30px;
	}

	.customCase {
		margin-top: 60px;
	}

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

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

	.customCase .image,
	.customCase .msg {
		border-radius: 5px;
	}

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

	.customCase .msg .txts {
		-webkit-line-clamp: 3;
		min-height: 84px;
	}
}

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

	.customCase .msg .txts {
		min-height: 78px;
	}

	.customCase .msg .tit {
		font-size: 16px;
		line-height: 28px;
		min-height: 56px;
	}

	.customCase .item {
		margin-top: 30px;
	}

	.customCase .msg {
		padding: 30px 20px;
	}
}

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

@media screen and (max-width:538px) {
	.customCase .item:nth-child(n) {
		flex-direction: column;
		align-items: flex-start;
	}

	.customCase .msg {
		padding: 20px 14px;
		width: 100%;
	}

	.customCase .image {
		width: 100%;
	}

	.customCase .msg .cBtn {
		margin-top: 20px;
	}
}



.quiet {
	padding: 33px 60px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image: url("../images/quiteBg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 16px;
	overflow: hidden;
	margin-top: 80px;
}



.quiet .innerTit {
	text-align: center;
}


.quiet .con {
	position: relative;
	margin-top: 6px;
}

.quiet .con p {
	color: #333;
	font-size: 18px;
	line-height: 37px;
}

.quiet .con p a {
	color: #333;
}

.quiet .con p a:hover {
	color: #0E8078;
}



.quiet .con::after,
.quiet .con::before {
	position: absolute;
	color: #333;
	font-family: Poppins-SemiBold;
	font-size: 66px;
	line-height: 66px;
}


.quiet .con::after {
	content: "“";
	left: -50px;
	top: 6px;
}

.quiet .con p {
	text-align: center;
}

.quiet .con::before {
	content: "”";
	right: -55px;
	bottom: -43px;
}


.quiet .cBtn {
	margin-top: 19px;
	background-color: #ffffff;
	color: #0E8078;
	border-color: #ffffff;
}


.quiet .cBtn:hover {
	background-color: #0E8078;
	color: #ffffff;
	border-color: #0E8078;
}

.quiet .con a {
	word-break: break-word;
}

@media screen and (max-width:1560px) {
	.quiet {
		padding: 40px 60px;
		border-radius: 10px;
		margin-top: 60px;
	}

	.quiet .con {
		margin-top: 20px;
	}
}

@media screen and (max-width:1333px) {
	.quiet {
		padding: 40px 60px;
		border-radius: 5px;
	}
}

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

	.quiet .con::before {
		right: -30px;
	}
}

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

@media screen and (max-width:538px) {
	.quiet {
		padding: 40px 20px;
	}

	.quiet .con::before {
		right: 0;
		top: 100%;
		bottom: auto;
	}

	.quiet .con::after {
		left: 0;
		top: auto;
		bottom: 100%;
	}

	.quiet .con::before,
	.quiet .con::after {
		height: 20px;
	}

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

	.quiet .con {
		margin-top: 35px;
	}
}

/* 3-2Custom Solutions */

.customSolutions {
	padding: 82px 0 80px 0;
}

.customSolutionsDet {
	padding: 82px 0 79px 0;
}


.customSolutionsDet h1 {
	color: #333;
	font-family: Poppins-SemiBold;
	font-size: 36px;
	line-height: 54px;
}


.customSolutionsDet .share {
	margin-top: 30px;
}


.customSolutionsDet .dis {
	margin-top: 29px;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	padding: 30px 0 73px 0;
}

.customSolutionsDet .dis p {
	color: #666;
}

.customSolutionsDet .prevOrNext {
	margin-top: 29px;
}


@media screen and (max-width:1560px) {
	.customSolutionsDet h1 {
		font-size: 28px;
		line-height: 38px;
	}

	.customSolutionsDet .dis {
		padding: 30px 0;
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.customSolutionsDet h1 {
		font-size: 24px;
		line-height: 36px;
	}
}

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

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


/* 4-1About Us */

.aboutUs {
	padding: 82px 0 81px 0;
}

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

.aboutUs .tips {
	text-align: center;
	margin-top: 9px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-family: Poppins-Medium;
	color: #666;
	font-size: 18px;
	line-height: 30px;
}


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

.aboutUs .show {
	float: right;
	width: 50%;
	margin-left: 3.4%;
	position: relative;
}

.aboutUs .show .video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}


.aboutUs .show .video .playBtn {
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.aboutUs .show .video .playBtn img {
	display: block;
}


.aboutUs .show .video:hover .playBtn img {
	transform: scale(1.1);
}



.aboutUs .show img {
	display: block;
}

.aboutUs .msg {
	padding-top: 1px;
}

.aboutUs .tit {
	color: #333;
	font-family: Poppins-SemiBold;
	font-size: 24px;
	line-height: 35px;
}

.aboutUs .line {
	width: 60px;
	height: 6px;
	border-radius: 8px;
	background-color: #F5B91B;
	margin-top: 6px;
}

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

.aboutUs .txts p {
	color: #666666;
}


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

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

	.aboutUs .con {
		margin-top: 50px;
	}

	.aboutUs .msg {
		padding-top: 0;
	}

	.aboutUs .line {
		height: 4px;
		margin-top: 20px;
	}
}

@media screen and (max-width:1333px) {
	.aboutUs .numList {
		margin-top: 40px;
	}

	.aboutUs .tit {
		font-size: 22px;
		line-height: 32px;
	}

	.aboutUs .show .video .playBtn {
		width: 60px;
		height: 60px;
	}
}

@media screen and (max-width:999px) {
	.aboutUs .show {
		width: 100%;
		margin: 0;
		margin-top: 30px;
		float: none;
	}

	.aboutUs .con {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
		margin-top: 40px;
	}

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

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

	.aboutUs .line {
		margin-top: 14px;
	}

	.aboutUs .show {
		height: 400px;
	}

	.aboutUs .show .image {
		height: 100%;
	}

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

@media screen and (max-width:768px) {
	.aboutUs .line {
		width: 40px;
	}

	.aboutUs .show {
		height: 360px;
	}
}

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

.factory {
	padding-bottom: 112px;
	position: relative;
}

.factory::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 37.2%;
	z-index: -1;
	background-color: #F9F7F5;
}

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

.factory .tips {
	text-align: center;
	margin-top: 12px;
	color: #666;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

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

.factory .con .box {
	width: 49%;
	display: flex;
	justify-content: space-between;
}


.factory .con .show {
	width: 48.3%;
	border-radius: 16px;
	overflow: hidden;
}

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

.factory .con .list {
	width: 48%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.factory .con .list .image {
	border-radius: 16px;
	overflow: hidden;
	margin-top: 28px;
	width: 100%;
	height: 100%;
}

.factory .con .list .image:nth-child(1) {
	flex: 1.4;
}

.factory .con .list .image:nth-child(2) {
	flex: 1;
}

.factory .con .box:nth-child(2n) .list .image:nth-child(1) {
	flex: 1;
}

.factory .con .box:nth-child(2n) .list .image:nth-child(2) {
	flex: 1.4;
}



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

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

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

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

	.factory .con .show,
	.factory .con .list .image {
		border-radius: 10px;
	}

	.factory {
		padding-bottom: 80px;
	}
}

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

	.factory .con .show,
	.factory .con .list .image {
		border-radius: 5px;
	}

	.factory {
		padding-bottom: 60px;
	}
}

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

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

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

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

	.factory .con .list .image {
		margin-top: 30px;
	}

	.factory .con .box:nth-child(2n) {
		flex-direction: row-reverse;
	}

}

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

@media screen and (max-width:538px) {
	.factory .con {
		margin-top: 30px;
	}

	.factory .con .list .image {
		margin-top: 20px;
	}

	.factory .con .box {
		margin-top: 20px;
	}
}

.certificate {
	padding: 82px 0 179px;
	overflow: hidden;
}

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

.certificate .tips {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-align: center;
	color: #666;
	font-size: 16px;
	line-height: 30px;
	margin-top: 10px;
}

.certificate .swiperBox {
	margin-top: 52px;
}

.certificate .swiperBox .sBtns>div {
	top: 58.7%;
}


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


.certificate .swiper .swiper-slide {
	display: flex;
	justify-content: center;
	pointer-events: none;
	position: relative;
	transform-origin: center bottom;
}


.certificate .swiper .swiper-slide .image::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 107%;
	height: 107%;
	pointer-events: none;
	background-image: url("../images/certificateBorder.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.certificate .swiper .swiper-slide .image {
	transform: scale(.5);
	position: relative;
}

.certificate .swiper .swiper-slide .image:hover img {
	transform: none;
	opacity: .6;
}


.certificate .swiper .slide-r15 .image {
	transform: scale(.63) translateX(-24%);
}

.certificate .swiper .slide-l15 .image {
	transform: scale(.63) translateX(24%);
}

.certificate .swiper .slide-r10 .image {
	transform: scale(0.72) translateX(-26.5%);
}

.certificate .swiper .slide-l10 .image {
	transform: scale(.72) translateX(26.5%);
}


.certificate .swiper .slide-r5 .image {
	transform: scale(.84) translateX(-19.8%);
}

.certificate .swiper .slide-l5 .image {
	transform: scale(.84) translateX(19.8%);
}

.certificate .swiper .slide-center-main .image {
	transform: scale(1);
}

.certificate .swiper .swiper-slide .image {
	transform-origin: bottom center;
	pointer-events: all;
}


.certificate .swiper .swiper-slide .name {
	position: absolute;
	top: calc(100% + 44px);
	font-size: 16px;
	line-height: 26px;
	z-index: 9;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
	color: #333333;
	pointer-events: none;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	opacity: 0;
}


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

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

	.certificate .swiper .slide-r10 .image {
		transform: scale(.76) translateX(-11.5%);
	}

	.certificate .swiper .slide-l10 .image {
		transform: scale(.76) translateX(11.5%);
	}

	.certificate .swiper .slide-r5 .image {
		transform: scale(.84) translateX(-10.8%);
	}

	.certificate .swiper .slide-l5 .image {
		transform: scale(.84) translateX(10.8%);
	}


	.certificate .swiper .swiper-slide .name {
		font-size: 16px;
		top: calc(100% + 20px);
	}

	.certificate .swiperBox {
		margin-top: 50px;
	}

	.certificate {
		padding: 80px 0 120px 0;
	}

	.certificate .tips {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.certificate .swiper .swiper-slide .name {
		padding: 0 10px;
	}

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

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

@media screen and (max-width:999px) {
	.certificate .swiper .swiper-slide:nth-child(n) .image {
		transform: translateY(0);
	}

	.certificate .swiper .swiper-slide .image::after {
		width: 100%;
		height: 100%;
	}

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

	.certificate .swiper .swiper-slide .name:nth-child(n) {
		transform: translateY(0);
		position: static;
		padding: 0;
		margin-top: 10px;
		font-size: 14px;
		opacity: 1;
		pointer-events: all;
	}

	.certificate {
		padding: 50px 0;
	}

	.certificate .swiper {
		margin-top: 40px;
	}

	.certificate .swiperBox .sBtns>div {
		top: 50%;
	}
}

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

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

	.certificate .swiper .swiper-slide .name {
		-webkit-line-clamp: 1;
		min-height: auto;
	}
}

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

	.certificate .title .sBtns>div {
		margin-top: 20px;
	}

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



.history {
	padding: 54px 0 92px 0;
	background-image: url("../images/historyBg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.history .con {
	margin-top: 35px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.history .year {
	width: 255px;
	position: sticky;
	top: 140px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.history .year .swiperBox {
	height: 510px;
	display: flex;
	align-items: center;
	overflow: hidden;
}


.history .year .swiper {
	height: 62px;
	overflow: visible;
}


.history .year .swiper-slide {
	display: flex;
	align-items: center;
	font-family: Poppins-SemiBold;
	font-size: 46px;
	font-weight: 700;
	line-height: 62px;
	cursor: pointer;
	transition: .4s ease color;
	position: relative;
	color: transparent;
}

.history .year .swiper-slide::after {
	content: attr(title);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: .4s ease all;
}


.history .year .swiper-slide::after {
	background: linear-gradient(180deg, rgba(51, 51, 51, 0.40) 0%, rgba(153, 153, 153, 0.50) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 1;
}




.history .year .swiper-slide-active {
	color: #0E8078;
}

.history .year .swiper-slide-active::after {
	opacity: 0;
}

.history .year .swiper-slide-prev::after {
	background: linear-gradient(180deg, rgba(51, 51, 51, 0.64) 0%, rgba(153, 153, 153, 0.80) 100%);
	opacity: 1;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.history .year .swiper-slide-next::after {
	background: linear-gradient(180deg, rgba(51, 51, 51, 0.64) 0%, rgba(153, 153, 153, 0.80) 100%);
	opacity: 1;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.history .year .scrollLine {
	flex-shrink: 0;
	width: 15px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.history .year .scrollLine img {
	display: block;
}


.history .list {
	flex: 1;
	margin-left: 6.3%;
}


.history .list .item {
	padding: 29px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.30);
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.history .list .image {
	width: 30.5%;
}

.history .list .msg {
	width: 66.3%;
}

.history .list .tit {
	color: #333;
	font-size: 24px;
	line-height: 35px;
	margin-top: 29px;
	font-family: Poppins-SemiBold;
}

.history .list .txts {
	margin-top: 19px;
}

.history .list .txts p {
	color: #666;
	font-size: 16px;
	line-height: 30px;
}



@media screen and (max-width:1560px) {
	.history .list .tit {
		margin-top: 0;
		font-size: 20px;
		line-height: 30px;
	}

	.history .con {
		margin-top: 50px;
	}

	.history .year .scrollLine {
		width: 14px;
	}

	.history .year .swiper-slide {
		font-size: 36px;
		line-height: 50px;
	}

	.history .year .swiper {
		height: 50px;
	}


	.history .year .swiperBox {
		height: 410px;
	}


	.history .year {
		width: 200px;
	}

	.history .title1 {
		margin-top: 10px;
	}
}

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

	.history .list .msg {
		width: 100%;
		margin-top: 20px;
	}

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

	.history .list .txts {
		margin-top: 10px;
	}

	.history .list .image {
		max-width: 300px;
		width: 100%;
	}

	.history .year .scrollLine {
		width: 12px;
	}

	.history .year .swiper-slide {
		font-size: 32px;
		line-height: 40px;
	}

	.history .year .swiper {
		height: 40px;
	}


	.history .year {
		width: 180px;
	}
}

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

	.history .list {
		margin-left: 0;
	}

	.history .list .item:nth-child(1) {
		padding-top: 0;
	}

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

	.history .list .tit {
		font-size: 16px;
	}
}


@media screen and (max-width:538px) {
	.history .list .item {
		padding: 24px 0;
	}
}


/* 5-1Projects */

.projects {
	padding: 82px 0 75px 0;
}

.projects .mbox {
	margin-top: 11px;
}

.mbox {
	height: 60px;
	overflow: hidden;
}

.mBtn {
	font-size: 16px;
	line-height: 28px;
	width: max-content;
	display: none;
	margin-top: 10px;
	cursor: pointer;
	color: #333333;
}

.mBtn:hover {
	color: #0E8078;
}

.mbox p {
	color: #666;
}

.projects .list {
	margin-top: 53px;
}

.projects .list .item {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}

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

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


.projects .list .image {
	width: 50%;
	border-radius: 16px;
	overflow: hidden;
}

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

.projects .list .msg {
	width: 46.4%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 30px 0;
}

.projects .list .tit {
	color: #333;
	font-family: Poppins-SemiBold;
	font-size: 24px;
	line-height: 35px;
}

.projects .list .tit:hover {
	color: #0E8078;
}

.projects .list .txts {
	color: #666;
	font-size: 16px;
	line-height: 24px;
	min-height: 72px;
	margin-top: 20px;
}

.projects .list .cBtn {
	margin-top: 50px;
}

.projects .list .cBtn:hover {
	border-color: #F5B91B;
	background-color: #F5B91B;
	color: #333;
}

.projects .list .cBtn:hover img {
	filter: grayscale(100%) brightness(0%);
}


.projects .pager {
	margin-top: 54px;
}


@media screen and (max-width:1560px) {
	.projects .mbox {
		margin-top: 30px;
	}

	.projects .list .image {
		border-radius: 10px;
	}

	.projects .list .tit {
		font-size: 22px;
		line-height: 32px;
	}

	.projects .list .cBtn {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.projects .list .image {
		border-radius: 5px;
	}

	.mbox {
		height: 56px;
	}

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

	.projects .list .cBtn {
		margin-top: 30px;
	}

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

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

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

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

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

	.projects .list .txts {
		font-size: 14px;
	}

	.projects .list .item {
		margin-top: 40px;
	}

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

@media screen and (max-width:768px) {
	.projects .list .item {
		margin-top: 30px;
	}

	.projects .list .tit {
		font-size: 16px;
	}
}

@media screen and (max-width:538px) {
	.projects .list .item:nth-child(n) {
		flex-direction: column;
		align-items: flex-start;
	}

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

	.projects .list .image {
		width: 100%;
	}

	.projects .list .cBtn {
		margin-top: 24px;
	}
}


/* 5-2Projects */

.projectDet {
	padding: 82px 0 79px 0;
}

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

.projectDet .dis {
	width: 75%;
}

.projectDet .slides {
	width: 21.57%;
	position: sticky;
	top: 130px;
	right: 0;
}


.projectDet .dis h1 {
	color: #333;
	font-family: Poppins-SemiBold;
	font-size: 36px;
	font-weight: 600;
	line-height: 54px;
}

.projectDet .share {
	margin-top: 29px;
}

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

.share span {
	color: #333;
	font-size: 16px;
	line-height: 30px;
	flex-shrink: 0;
	margin-right: 15px;
}



.projectDet .msg {
	padding: 30px 0 49px 0;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	margin-top: 30px;
}

.standardEdit p strong {
	color: #333;
	font-size: 18px;
	font-family: Poppins-Medium;
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
}

.projectDet .msg p {
	color: #666666;
}


.standardEdit .table {
	margin: 20px 0 20px 0;
}

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

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

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

.table table tr td {
	padding: 11px 32px;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	background-color: #F9F7F5;
}

.projectDet .table table tr td {
	color: #666666;
	padding: 14px 32px;
}

.projectDet .table table tr td:nth-child(1) {
	color: #262626;
	font-family: Poppins-SemiBold;
	font-size: 16px;
	line-height: 28px;
	padding-left: 60px;
}


.table table tr:nth-child(1) td {
	background-color: #F2ECE6;
	color: #262626;
	font-family: Poppins-SemiBold;
	font-size: 16px;
	line-height: 28px;
}



.standardEdit p em {
	display: block;
	padding-left: 22px;
	font-style: normal;
	position: relative;
}

.standardEdit p em::after {
	content: "";
	position: absolute;
	left: 8px;
	top: 13px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #333;
}


.standardEdit span {
	color: #333;
}


.projectDet .prevOrNext {
	margin-top: 29px;
}

.prevOrNext>div {
	display: flex;
	align-items: center;
}

.prevOrNext>div.next {
	margin-top: 18px;
}

.prevOrNext .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	border-radius: 8px;
	overflow: hidden;
	background-color: #F6F6F6;
	color: #999;
	font-weight: bold;
	font-size: 14px;
	flex-shrink: 0;
	margin-right: 18px;
}



.prevOrNext a.btn:hover {
	background-color: #0E8078;
	color: #ffffff;
}

.prevOrNext .tit {
	color: #666;
	font-size: 16px;
	line-height: 30px;
}


.prevOrNext a.tit:hover {
	color: #0E8078;
}

.projectDet .slides .title {
	text-align: center;
	padding: 8.5px 20px;
	background-color: #F6F6F6;
	border: 1px solid #F2ECE6;
	color: #333;
	font-family: Poppins-SemiBold;
	font-size: 20px;
	line-height: 30px;
}

.slideProducts .list {
	margin-top: 13px;
	padding: 23px 13px 25px;
	border: 1px solid #F6F6F6;
	background: #FFF;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
}


.slideProducts .list .item {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

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

.slideProducts .list .image {
	width: 95px;
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 4px;
	margin-right: 19px;
}

.slideProducts .list .tit {
	color: #666;
	font-size: 16px;
	flex: 1;
	line-height: 30px;
}

.slideProducts .list .tit:hover {
	color: #0E8078;
}



.projectDet .slides .slideRequest {
	margin-top: 49px;
}


.slideRequest ul>li {
	height: 50px;
	margin-top: 10px;
	padding: 0 16px;
	position: relative;
	border: 1px solid #D0D0D0;
}

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

.slideRequest ul>li input {
	width: 100%;
	height: 100%;
	background-color: transparent;
	font-size: 14px !important;
}

.slideRequest ul>li input::-webkit-input-placeholder {
	color: #999;
	font-size: 14px !important;
}

.slideRequest ul>li input:-moz-placeholder {
	color: #999;
	font-size: 14px !important;
}

.slideRequest ul>li input::-moz-placeholder {
	color: #999;
	font-size: 14px !important;
}

.slideRequest ul>li input:-ms-input-placeholder {
	color: #999;
	font-size: 14px !important;
}

.slideRequest ul>li.must::after {
	content: "*";
	position: absolute;
	left: 9px;
	top: 14px;
	color: #BE2727;
	font-size: 14px;
	line-height: 28px;
}


.slideRequest ul>li.codeCon {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.slideRequest ul>li.codeCon input {
	flex: 1;
	padding: 0 16px;
}


.slideRequest ul>li.codeCon .codeImg {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 85px;
	height: 28px;
	margin-right: 11px;
	cursor: pointer;
	background-color: #f3fbfe;
}


.slideRequest ul>li.codeCon .codeImg img {
	display: block;
}


.slideRequest ul>li.subBtn {
	padding: 0;
	border: none;
}


.slideRequest ul>li.subBtn input {
	background-color: #0E8078;
	color: #F7F7F7;
	font-family: Poppins;
	font-size: 16px;
	line-height: 30px;
	cursor: pointer;
}

.slideRequest ul>li.subBtn input:hover {
	background-color: #F5B91B;
}



.slideRequest form {
	margin-top: 13px;
	padding: 26px 20px 23px;
	border: 1px solid #F6F6F6;
	background: #FFF;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
}


.slideRequest form .m-formcountry .drop-btn {
	padding: 0 16px;
}


.slideRequest form .m-formcountry .drop-list li {
	font-size: 14px;
	line-height: 26px;
	padding: 5px 16px;
	border: none;
	border-bottom: 1px solid #e6e6e6;
}

.relatedProducts {
	position: relative;
	padding: 81px 0 79px 0;
	overflow: hidden;
}

.relatedProducts .swiper {
	margin-top: 51px;
	overflow: visible;
}

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

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

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


.productItem .btn {
	display: flex;
	align-items: center;
	width: max-content;
	margin-top: 13px;
	color: #0E8078;
	font-size: 16px;
	line-height: 30px;
}

.productItem .btn i {
	margin-left: 7px;
	font-size: 23px;
}

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

.productItem .btn:hover {
	color: #F5B91B;
}



@media screen and (max-width:1560px) {
	.projectDet .dis h1 {
		font-size: 28px;
		line-height: 40px;
	}

	.table table tr td,
	.projectDet .table table tr td {
		padding: 14px 20px;
	}

	.projectDet .table table tr td:nth-child(1) {
		padding-left: 20px;
	}

	.projectDet .msg {
		padding: 30px 0;
		margin-top: 30px;
	}

	.projectDet .prevOrNext {
		margin-top: 30px;
	}

	.prevOrNext .btn {
		width: 40px;
		height: 40px;
		font-size: 12px !important;
		border-radius: 5px;
	}

	.projectDet .dis {
		width: 70%;
	}

	.projectDet .slides {
		width: 25%;
	}

	.projectDet .slides {
		top: 90px;
	}
}

@media screen and (max-width:1333px) {
	.projectDet .dis h1 {
		font-size: 24px;
		line-height: 36px;
	}

	.projectDet .slides .title {
		font-size: 18px;
		line-height: 28px;
	}

	.projectDet .dis {
		width: 65%;
	}

	.projectDet .slides {
		width: 30%;
	}

	.relatedProducts .swiper {
		margin-top: 40px;
	}

	.table table tr td,
	.projectDet .table table tr td {
		padding: 10px;
	}

	.standardEdit ol li {
		line-height: 28px;
	}
}

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

	.projectDet .dis {
		width: 100%;
	}

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

	.projectDet .dis h1 {
		font-size: 22px;
		line-height: 34px;
	}

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

	.table table tr td,
	.projectDet .table table tr td,
	.table table tr:nth-child(1) td,
	.projectDet .table table tr td:nth-child(1) {
		font-size: 14px;
		line-height: 24px;
	}

	.standardEdit p em::after {
		top: 9px;
	}

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

	.prevOrNext .btn {
		width: 36px;
		height: 36px;
	}

	.projectDet .slides {
		width: 100%;
		margin-top: 40px;
	}

	.projectDet .slides .title {
		font-size: 16px;
	}

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

	.slideProducts .list .item {
		width: 48%;
		margin-top: 20px;
	}

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

	.slideProducts .list .tit {
		font-size: 14px;
		line-height: 24px;
	}

	.projectDet .slides .slideRequest {
		margin-top: 40px;
	}

	.slideRequest form ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.slideRequest form ul li {
		width: 48%;
		margin-top: 14px;
		height: 46px;
	}

	.slideRequest form ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	.slideRequest form li.m-formcountry .drop-list {
		margin-top: 0;
	}

	.slideRequest ul>li.must::after {
		top: 11px;
	}

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

	.standardEdit ol li {
		font-size: 14px;
		line-height: 26px;
	}

	.projectDet .slides {
		position: static;
	}
}

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

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

	.productDet .safeRange>div {
		margin-top: 40px;
	}

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

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

	.slideProducts .list .image {
		margin-right: 14px;
	}

	.slideRequest form ul li:nth-child(n) {
		width: 100%;
		height: 36px;
		margin-top: 14px;
	}

	.slideRequest form ul li:nth-child(1) {
		margin-top: 0;
	}

	.slideRequest ul>li.must::after {
		top: 6px;
	}

	.slideRequest form .m-formcountry .drop-list li {
		padding: 4px 16px;
	}

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

	.pdTit::after {
		height: 30px;
	}
}

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

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


/* 6-1FAQ & Support */

.faq {
	padding: 82px 0 75px 0;
}

.faq .mbox {
	margin-top: 11px;
}

.faq .faqList {
	margin-top: 52px;
}

.faqList .item {
	cursor: pointer;
	overflow: hidden;
	padding: 35px 46px 35px;
	position: relative;
}


.faqList .item::after,
.faqList .item::before {
	content: "";
	position: absolute;
	transition: .4s ease all;
	pointer-events: none;
}


.faqList .item::before {
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, .1);
	left: 0;
	bottom: 0;
}

.faqList .item::after {
	height: 100%;
	background-color: #F5B91B;
	width: 3px;
	height: 0;
	left: 0;
	top: 0;
}

.faqList .item.active {
	padding: 29px 46px 31px;
}

.faqList .item.active::after {
	height: 100%;
}

.faqList .item.active::before {
	width: 0;
}


.faqList .item.active {
	background-color: #F9F7F5;
}


.faqList .item:nth-child(1) .answer {
	display: block;
}


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


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


.faqList .question .name {
	color: #333333;
	font-size: 18px;
	line-height: 30px;
	font-family: Poppins-SemiBold;
}



.faqList .question .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
	margin-left: 30px;
	margin-right: -12px;
	width: 24px;
	height: 24px;
}


.faqList .question i {
	width: 18px;
	height: 5px;
	background-color: #333;
}


.faqList .question i.move {
	width: 18px;
	height: 5px;
	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 .answer {
	display: none;
	transition: none;
	margin-top: 10px;
}



.faqList .answer p {
	color: #666;
}


.faq .pager {
	margin-top: 55px;
}


@media screen and (max-width:1560px) {
	.faq .mbox {
		margin-top: 30px;
	}

	.faqList .item:nth-child(n) {
		padding: 30px 40px;
	}

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

	.faqList .question i:nth-child(n) {
		width: 16px;
		height: 4px;
	}

	.faqList .question .btns {
		margin-right: 0;
	}
}

@media screen and (max-width:1333px) {
	.faqList .item:nth-child(n) {
		padding: 20px 30px;
	}

	.faqList .answer {
		margin-top: 14px;
	}

	.faqList .question i:nth-child(n) {
		width: 14px;
		height: 3px;
	}

	.faq .faqList {
		margin-top: 40px;
	}

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

@media screen and (max-width:999px) {
	.faqList .question .name {
		font-size: 16px;
		line-height: 28px;
	}

	.faqList .item:nth-child(n) {
		padding: 20px;
	}
}

@media screen and (max-width:768px) {
	.faq .faqList {
		margin-top: 30px;
	}

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

/* 6-2FAQ & Support */


.download {
	padding: 82px 0 75px 0;
}


.download .mbox {
	margin-top: 11px;
}



.download .list {
	margin-top: 51px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.download .list .item {
	width: 48.28%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 31px 17px 22px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
	margin-top: 50px;
}


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


.download .list .box {
	flex: 1;
	display: flex;
	align-items: center;
}

.download .list .box img {
	width: 57px;
	flex-shrink: 0;
	margin-right: 29px;
}

.download .list .txts {
	color: #666;
	font-size: 16px;
	line-height: 30px;
	min-height: 90px;
}


.download .list .btn {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	margin-left: 30px;
	color: #0E8078;
	font-size: 18px;
	margin-right: 17px;
	line-height: 30px;
}

.download .list .btn i {
	font-size: 24px;
	flex-shrink: 0;
	margin-left: 13px;
}

.download .list .btn:hover,
.download .list .btn:hover i {
	color: #F5B91B;
}

.download .pager {
	margin-top: 45px;
}


@media screen and (max-width:1560px) {
	.download .mbox {
		margin-top: 30px;
	}

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

	.download .list .btn {
		margin-right: 0;
	}
}

@media screen and (max-width:1333px) {
	.download .list {
		margin-top: 40px;
	}

	.download .list .txts {
		min-height: 84px;
	}

	.download .list .box img {
		width: 50px;
		margin-right: 20px;
	}

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

@media screen and (max-width:999px) {
	.download .list .txts {
		min-height: 78px;
	}

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

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

	.download .list .txts {
		min-height: auto;
	}

	.download .list .box img {
		width: 46px;
	}

	.download .list .btn i {
		font-size: 22px;
	}

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

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

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

	.download .list,
	.download .pager {
		margin-top: 30px;
	}
}

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

	.download .list .btn {
		margin-left: 0;
		margin-top: 14px;
	}

	.download .list .box {
		flex-direction: column;
		align-items: flex-start;
	}

	.download .list .box img {
		margin-right: 10px;
		margin-bottom: 20px;
		width: 40px;
	}
}

/* 6-3FAQ & Support */


.videoCenter {
	padding: 82px 0 74px 0;
}

.videoCenter .mbox {
	margin-top: 11px;
}


.videoCenter .list {
	margin-top: 52px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.videoCenter .list .video {
	width: 48.71%;
	margin-top: 50px;
	cursor: pointer;
}

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


.videoCenter .list .box {
	border-radius: 16px;
	overflow: hidden;
	position: relative;
}


.videoCenter .list .box:hover .playArr img {
	transform: scale(1.1);
}

.videoCenter .list .playArr {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 70px;
}

.videoCenter .list .playArr img {
	display: block;
}

.videoCenter .list .tit {
	margin-top: 20px;
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
}

.videoCenter .list .tit:hover {
	color: #0E8078;
}

.videoCenter .list .txts {
	color: #666;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	margin-top: 10px;
}

.videoCenter .pager {
	margin-top: 56px;
}


@media screen and (max-width:1560px) {
	.videoCenter .mbox {
		margin-top: 30px;
	}

	.videoCenter .list .box {
		border-radius: 10px;
	}

	.videoCenter .list .playArr {
		width: 65px;
		height: 65px;
	}

	.videoCenter .list .video {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.videoCenter .list .box {
		border-radius: 5px;
	}

	.videoCenter .list .playArr {
		width: 60px;
	}

	.videoCenter .list .tit {
		margin-top: 14px;
	}

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

@media screen and (max-width:999px) {
	.videoCenter .list {
		margin-top: 40px;
	}

	.videoCenter .list .playArr {
		width: 55px;
		height: 55px;
	}

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

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

@media screen and (max-width:768px) {
	.videoCenter .list .playArr {
		width: 50px;
		height: 50px;
	}

	.videoCenter .list .video {
		margin-top: 30px;
	}

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

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

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

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

/* 7-1Blog&Insights */

.news {
	padding: 82px 0 105px 0;
}

.news .mbox {
	margin-top: 11px;
}

.news .list {
	margin-top: 52px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.news .list .newItem {
	width: 47.85%;
	margin-top: 50px;
}


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


.news .pager {
	margin-top: 55px;
}


@media screen and (max-width:1560px) {
	.news .mbox {
		margin-top: 30px;
	}
}

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

	.news .list,
	.news .list .newItem {
		margin-top: 40px;
	}

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

@media screen and (max-width:999px) {
	.news .list .newItem {
		margin-top: 30px;
	}
}

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

	.news .list,
	.news .pager {
		margin-top: 30px;
	}
}

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

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

/* 7-2Blog*Insights */

.newsDet {
	padding: 82px 0 78px 0;
}

.newsDet h1 {
	font-weight: normal;
	color: #333;
	font-family: Poppins-SemiBold;
	font-size: 36px;
	line-height: 54px;
}


.newsDet .tips {
	display: flex;
	align-items: center;
	margin-top: 27px;
}

.newsDet .tips .time {
	color: #333;
	font-family: Poppins;
	font-size: 16px;
	line-height: 30px;
	flex-shrink: 0;
	margin-right: 23px;
}

.newsDet .des {
	padding: 30px 0 48px 0;
	margin-top: 32px;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}

.newsDet .des p {
	color: #666;
}

.newsDet .prevOrNext {
	margin-top: 29px;
}


@media screen and (max-width:1560px) {
	.newsDet h1 {
		font-size: 28px;
		line-height: 40px;
	}

	.newsDet .des {
		padding: 30px 0;
		margin-top: 30px;
	}
}

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

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

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

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

	.newsDet .tips .time {
		margin-right: 0;
		margin-bottom: 20px;
	}
}


/* 8-1Contact Us */

.contactUs {
	padding: 82px 0 80px 0;
}

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


.contactUs .tips {
	text-align: center;
	margin-top: 11px;
	color: #333;
	font-family: Poppins-Medium;
	font-size: 24px;
	line-height: 34px;
}

.contactUs .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 61px;
}

.contactUs .info {
	width: 40%;
}


.contactUs .title {
	color: #333;
	font-family: Poppins-Medium;
	font-size: 36px;
	line-height: 56px;
}

.contactUs .info ul {
	margin-top: 20px;
}


.contactUs .info li {
	display: flex;
	align-items: flex-start;
	margin-top: 30px;
}

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


.contactUs .info li i {
	flex-shrink: 0;
	margin-right: 20px;
	color: #0E8078;
	font-size: 30px;
}


.contactUs .info li .box {
	flex: 1;
}

.contactUs .info li .name,
.contactUs .info li .num {
	display: inline;
	color: #4D4D4D;
	font-size: 16px;
	line-height: 30px;
}



.contactUs .info li a.num:hover {
	color: #0E8078;
}



.contactUs .info li .box span {
	display: inline;
	direction: ltr
}






.contactUs form {
	width: 50%;
}


.contactUs form ul {
	margin-top: 28px;
	background: #FFF;
	box-shadow: 0 0 20px 0 rgba(160, 172, 173, 0.20);
	padding: 40px 73px 48px 33px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.contactUs form ul li {
	width: 47.9%;
	margin-top: 20px;
	border: 1px solid #999;
	height: 50px;
	padding: 0 21px;
}

.contactUs form ul li:nth-child(-n+2) {
	margin-top: 0;
}

.contactUs form ul input,
.contactUs form ul textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.contactUs form ul li.message {
	width: 100%;
	height: 120px;
	padding: 15px 20px;
}

.contactUs form ul li.codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}


.contactUs form ul li.codeCon input {
	flex: 1;
	padding: 0 20px;
}


.contactUs form ul li.codeCon .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	background-color: #f3fbfe;
	width: 79px;
	height: 39px;
	margin-right: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contactUs form ul li.codeCon .codeImg img {
	display: block;
}



.contactUs form ul li.subBtn {
	padding: 0;
	border: none;
}

.contactUs form ul li.subBtn input {
	cursor: pointer;
	background-color: #0E8078;
	color: #FFF;
	font-size: 16px;
	line-height: 30px;
}

.contactUs form ul li.subBtn input:hover {
	background-color: #F5B91B;
}



.contactUs form ul li.must {
	position: relative;
}

.contactUs form ul li.must::after {
	content: "*";
	position: absolute;
	left: 7px;
	top: 12px;
	color: #F51313;
	font-size: 16px;
	line-height: 30px;
}


.contactUs form li.m-formcountry {
	position: relative;
	padding: 0;
}

.contactUs form li.m-formcountry .drop-btn {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 17px;
}


.contactUs form li.m-formcountry .drop-btn i,
.contactUs form li.m-formcountry .drop-btn svg {
	right: 17px;
	font-size: 10px;
	font-weight: bold;
}


.contactUs form li.m-formcountry .drop-list {
	padding: 0;
	margin: 0;
	box-shadow: none;
}


.contactUs form li.m-formcountry .drop-list li {
	font-size: 16px;
	line-height: 26px;
	border: none;
	border-bottom: 1px solid #e6e6e6;
	padding: 5px 17px;
}


form li.m-formcountry .drop-list li.on {
	background-color: #0E8078;
	color: #ffffff;
}


.contactUs li.email a.num {
	word-break: break-all;
}

.contactUs .map {
	margin-top: 80px;
}


.contactUs .map img,
.contactUs .map iframe {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


@media screen and (max-width:1560px) {
	.contactUs .tips {
		font-size: 20px;
		line-height: 30px;
		margin-top: 20px;
	}

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

	.contactUs form ul {
		padding: 40px 30px;
	}

	.contactUs .info ul {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.contactUs .con {
		margin-top: 50px;
	}

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

	.contactUs form ul {
		padding: 30px 20px;
	}

	.contactUs form {
		width: 56%;
	}

	.contactUs form ul li {
		height: 42px;
	}

	.contactUs form ul li.must::after {
		top: 5px;
	}

	.contactUs form ul li.codeCon .codeImg {
		width: 70px;
		height: 35px;
	}

	.contactUs .info li i {
		font-size: 26px;
	}

	.contactUs .map {
		margin-top: 60px;
	}

	.contactUs form ul li.message {
		padding: 10px 20px;
	}
}

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

	.contactUs .title {
		font-size: 22px;
		line-height: 32px;
	}

	.contactUs .info {
		width: 100%;
	}

	.contactUs form {
		width: 100%;
		margin-top: 40px;
	}

	.contactUs .info ul {
		margin-top: 30px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.contactUs form ul {
		margin-top: 30px;
	}

	.contactUs .info ul li {
		width: 48%;
		margin-top: 30px;
	}

	.contactUs .info ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	.contactUs .info ul li:last-child {
		width: 100%;
	}

	.contactUs .map {
		margin-top: 50px;
	}

	.contactUs .info li .name,
	.contactUs .info li .num {
		font-size: 14px;
		line-height: 24px;
	}

	.contactUs .info li i {
		font-size: 24px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.contactUs .info li .box {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}


	.contactUs .info li .num {
		margin-top: 10px;
	}

	.contactUs .title {
		font-size: 20px;
		line-height: 30px;
	}

	.contactUs .map {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.contactUs .info ul li:nth-child(n) {
		width: 100%;
		margin-top: 24px;
	}

	.contactUs .info ul li:nth-child(1) {
		margin-top: 0;
	}

	.contactUs .info li .box {
		display: block;
	}
}


@media screen and (max-width:450px) {
	.contactUs form ul {
		padding: 30px 14px;
	}

	.contactUs form ul li:nth-child(n) {
		width: 100%;
		margin-top: 14px;
	}

	.contactUs form ul li:nth-child(1) {
		margin-top: 0;
	}
}






.innerRange {
	height: 110px;
}


/* innerBanner */

.innerBanner {
	height: 549px;
}

.innerBanner .image {
	height: 100%;
}

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




/* crumb */

.crumb {
	padding-top: 20px;
}

.crumb img {
	width: 23px;
	margin-right: 10.5px;
	transform: translateY(3px);
}

.crumb a,
.crumb i {
	font-size: 16px;
	line-height: 26px;
	color: #262626;
}

.crumb a.active,
.crumb a:hover {
	color: #0E8078;
}

.crumb i {
	font-style: normal;
	margin: 0 5px;
}



/* 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: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #666666;
	margin: 5px 8px;
	border-radius: 5px;
	border: 1px solid #DDD;
}


.pager .pageList a.active,
.pager .pageList a:hover {
	color: #ffffff !important;
	background-color: #0E8078;
}

.pager .pageList a.prev {
	width: 100px;
}

.pager .pageList a.next {
	width: 80px;
}

.pager .addTo {
	display: flex;
	align-items: center;
	margin: 5px 9px;
	width: 178px;
	height: 35px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	color: #FFF;
	font-size: 16px;
	background-color: #0E8078;
	border: 1px solid #DDD;
	justify-content: center;
	text-align: center;
}




.pager .addTo input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background-color: transparent;
	cursor: pointer;
}

.pager .addTo:hover {
	background-color: #F5B91B;
}


@media screen and (max-width:1560px) {
	.innerRange {
		height: 80px;
	}

	.innerBanner {
		height: 400px;
	}
}

@media screen and (max-width:1333px) {
	.innerBanner {
		height: 320px;
	}

	.pager .pageList a {
		margin: 5px 7px;
	}
}

@media screen and (max-width:999px) {
	.pager .pageList a {
		width: 32px;
		height: 32px;
		margin: 5px;
		font-size: 14px;
	}

	.innerRange {
		height: 60px;
	}

	.innerBanner {
		height: 260px;
	}

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 26px;
	}

	.crumb img {
		width: 20px;
	}

	.pager .addTo {
		font-size: 14px;
		height: 32px;
	}
}

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

	.innerBanner {
		height: 220px;
	}
}


/* footer */


footer {
	background-color: #0E8078;
	padding: 24px 0 32px 0;
	overflow: hidden;
}

footer a {
	display: inline-block;
}

footer .fLogo {
	width: 244px;
	flex-shrink: 0;
}

footer .fLogo:hover img {
	transform: none;
}



footer .footerList {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 44px 0 75px 0;
	margin: 20px 0 42px 0;
	position: relative;
}

footer .footerList::after,
footer .footerList::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 1px;
	background-color: rgba(255, 255, 255, .2);
}


footer .footerList::after {
	top: 0;
}

footer .footerList::before {
	bottom: 0;
}


footer .footerList .box {
	margin-top: 41px;
}

footer .footerList ul li {
	margin-top: 4px;
}

footer .footerList ul li:nth-child(1) {
	margin-top: 0;
}


footer .footerList .fProduct {
	width: 18%;
	margin-right: 4.3%;
}


footer .footerList .fNav {
	width: 19%;
	margin-right: 3.3%;
}


footer .footerList .fContact {
	width: 20%;
	margin-right: 2.3%;
}


footer .footerList .fInquiry {
	width: 32.85%;
}


footer .footerList .fInquiry form {
	margin-top: 50px;
}


footer a,
footer p,
footer div {
	color: #FFF;
	font-size: 16px;
	line-height: 26px;
}


footer a:hover {
	color: #F5B91B;
}


footer .title {
	color: #ffffff;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	display: inline-block;
	position: relative;
}


footer .title::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: -11px;
	width: 30px;
	height: 3px;
	background-color: #F5B91B;
	border-radius: 4px;
}



footer a.title:hover {
	color: #F5B91B;
}


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


footer .titBox .menuBtn {
	display: none;
}



footer .footerList li.fContact .name,
footer .footerList li.fContact .num {
	display: inline;
}

footer .footerList li.fContact .num span {
	display: inline;
	direction: ltr
}


footer .footerList li.fContact li:nth-child(1) {
	margin-top: 0;
}



footer .email a {
	word-break: break-all;
}



footer form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}


footer .footerList form li {
	width: 47.8%;
	margin-bottom: 0 !important;
	height: 50px;
	padding: 0 10px;
	margin-top: 20px;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, .5);
}



footer .footerList form li:nth-child(-n+2) {
	margin-top: 0;
}



footer .footerList form li.must {
	position: relative;
	padding: 0 22px;
}

footer .footerList form li.must::after {
	content: "*";
	position: absolute;
	left: 9px;
	top: 11px;
	color: #F51313;
	font-size: 16px;
}



footer form input,
footer form textarea {
	background-color: transparent;
	width: 100%;
	height: 100%;
	color: #ffffff;
}


footer form ul li.message {
	height: 120px;
	width: 100%;
}

footer form ul li.message.must {
	padding: 6px 22px;
}

footer form ul li.message.must::after {
	top: 6px;
}

footer form li.code.must {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	overflow: hidden;
	width: 65.2%;
}


footer form li.code input {
	flex-shrink: 1;
	padding: 0 22px;
}


footer form li.code .codeImg {
	height: 100%;
	flex-shrink: 0;
	max-width: 102px;
	height: 100%;
	cursor: pointer;
	background-color: #f3fbfe;
}


footer form li.code .codeImg img {
	height: 100%;
}


footer form li.subBtn {
	padding: 0;
	border: none;
	overflow: hidden;
	width: 30.4%;
}


footer form li.subBtn input {
	background-color: #F5B91B;
	color: #ffffff;
	cursor: pointer;
}



footer form li.subBtn input:hover {
	background-color: #ffffff;
	color: #F5B91B;
}



footer form input::-webkit-input-placeholder,
footer form textarea::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .8);
}

footer form input:-moz-placeholder,
footer form textarea:-moz-placeholder {
	color: rgba(255, 255, 255, .8);
}

footer form input::-moz-placeholder,
footer form textarea::-moz-placeholder {
	color: rgba(255, 255, 255, .8);
}

footer form input:-ms-input-placeholder,
footer form textarea:-ms-input-placeholder {
	color: rgba(255, 255, 255, .8);
}


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

footer .blogrolls {
	display: flex;
	margin-left: 40px;
}


footer .blogrolls a {
	width: 34px;
	height: 34px;
	border-radius: 6px;
	overflow: hidden;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	flex-shrink: 0;
	margin: 7px 0;
	margin-left: 13.5px;
	border: 2px solid #ffffff;
}


footer .blogrolls a:hover {
	background-color: #F5B91B;
	color: #ffffff;
	border-color: #F5B91B;
}


footer .copyright,
footer .links,
footer .copyright a,
footer .links a,
footer .copyright p {
	color: rgba(255, 2555, 255, .8);
	font-size: 16px;
	line-height: 30px;
}


footer .links a {
	margin-right: 10px;
}

footer .links span {
	margin-right: 10px;
}

footer .copyright p {
	display: inline;
}


footer .copyright a {
	display: inline-block;
}

footer .copyright a:hover,
footer .links a:hover {
	color: #F5B91B;
}

footer .copyright .image {
	margin-left: 5px;
}

form li.m-formcountry {
	position: relative;
	padding: 0;
}

footer .footerList form li.m-formcountry {
	padding: 0;
}

form li.m-formcountry .drop-btn {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 10px;
}

form li.m-formcountry .drop-btn i,
form li.m-formcountry .drop-btn svg {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 12px;
}

form li.m-formcountry .drop-list {
	display: none;
	border: 1px solid #e6e6e6;
	width: 100%;
	position: absolute;
	top: 100%;
	background-color: #fff;
	max-height: 223px;
	overflow-x: hidden;
	z-index: 10001;
	scrollbar-color: #0E8078 rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
}

form li.m-formcountry .drop-list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

form li.m-formcountry .drop-list::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
}

form li.m-formcountry .drop-list::-webkit-scrollbar-thumb {
	background-color: #0E8078;
}

form li.m-formcountry .drop-list li {
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
	width: 100%;
	height: auto;
	border-radius: 0;
	margin: 0;
	padding: 5px 10px;
	cursor: pointer;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
}

form li.m-formcountry .drop-list li.on {
	background-color: #0E8078;
	color: #ffffff;
}


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

	footer .footerList {
		justify-content: space-between;
		padding: 40px 0;
		margin: 40px 0;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer .footerList .box,
	footer .footerList .fInquiry form {
		margin-top: 40px;
	}

	footer .fLogo {
		width: 200px;
	}

	footer .footerList form li {
		border-radius: 4px;
	}

	footer .footerList .fContact {
		width: 22%;
	}

	footer .footerList .fNav {
		width: 14%;
	}

	footer .title::after {
		bottom: -14px;
	}
}

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

	footer .footerList {
		padding: 30px 0;
		margin: 30px 0;
	}

	footer .footerList .fInquiry form {
		padding: 0;
	}

	footer .footerList form li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList form li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList form li {
		height: 38px;
	}


	footer .footerList form li.must::after {
		left: 5px;
		top: 5px;
	}


	footer .title {
		font-size: 18px;
		line-height: 28px;
	}

	footer .footerList .fInquiry {
		width: 28%;
	}

	footer .footerList .fProduct {
		width: 24%;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 26px;
	}

	footer .footerList ul li {
		margin-top: 6px;
	}

	footer form input,
	footer form textarea {
		font-size: 14px !important;
	}

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

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

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

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

	footer .footerList .fContact {
		width: 27%;
	}

	footer {
		padding: 40px 0;
	}

	footer .copyright,
	footer .links,
	footer .copyright a,
	footer .links a,
	footer .copyright p {
		font-size: 14px;
		line-height: 26px;
	}
}

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

	footer {
		padding: 40px 0 80px;
	}

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

	footer .blogrolls a {
		font-size: 14px;
		width: 32px;
		height: 32px;
	}

	footer .blogrolls .name {
		font-size: 14px;
	}

	.footerCon {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}


	footer .fLogo {
		width: 160px;
	}

	footer .footerList {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
	}


	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 26px;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerList>li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList .box {
		margin-top: 24px;
		display: none;
		transition: none;
	}

	footer .footerList .fInquiry form {
		margin-top: 24px;
	}


	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: 12px;
		color: #ffffff;
		font-weight: bold;
	}

	footer .titBox .menuBtn.active {
		transform: rotate(90deg);
	}

	footer .footerList li.fContact .address {
		width: 100%;
	}

	footer .footerList .box ul li:nth-child(n) {
		margin-right: 0;
	}

	footer .footerList .list li.fContact .address {
		width: 100%;
	}

	footer .footerList li.fContact .address .num {
		line-height: 26px;
	}

	footer form {
		margin-top: 15px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer form ul>li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer form ul>li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList form li:nth-child(n) {
		height: 36px;
	}

	footer .footerList form li:nth-child(n) {
		width: 48%;
	}

	footer .footerList form li.message {
		height: 100px;
		width: 100%;
	}

	footer form ul li.message {
		width: 100%;
	}

	footer form {
		display: none;
		transform: none;
		transition: none;
	}

	footer .phone .num {
		font-size: 16px;
		line-height: 28px;
	}

	footer .title {
		font-size: 16px;
		line-height: 26px;
	}

	footer .copyright,
	footer .links,
	footer .copyright a,
	footer .links a,
	footer .copyright p {
		font-size: 14px;
		line-height: 24px;
	}

	footer .links {
		margin-top: 10px;
	}

	form li.m-formcountry .drop-list li:nth-child(n) {
		width: 100%;
		margin: 0;
		font-size: 14px;
		line-height: 24px;
	}

	footer .title::after {
		bottom: -8px;
	}

	footer .fBottom {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	footer .blogrolls {
		margin-left: 0;
	}

	footer .blogrolls a {
		margin-left: 0;
		margin-right: 16px;
	}

	footer .fBottom .piece {
		margin-top: 20px;
	}
}

@media screen and (max-width:768px) {
	footer {
		padding: 40px 0 60px 0;
	}

	footer .fLogo {
		width: 140px;
	}
}


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

	footer .footerList .fMsg ul li:nth-child(n),
	footer .footerList .box ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .fMsg ul li:nth-child(1),
	footer .footerList .box ul li:nth-child(1) {
		margin-top: 0;
	}

}

@media screen and (max-width:450px) {
	footer .footerList form li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList form li:nth-child(1) {
		margin-top: 0;
	}

}

/* certifiicates */

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: Poppins-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 */
.custom {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
}

.custom div a,
.custom div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #BDBEBD;
	color: #ffffff;
	margin-bottom: 9px;
	margin-right: 4px;
	font-size: 28px;
	border-radius: 8px;
}

.custom .top a {
	width: 60px;
	height: 60px;
	background-color: #BDBEBD;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
	border-radius: 8px;
}


.custom div div {
	cursor: pointer;
}

.custom div a:hover,
.custom div div:hover {
	background-color: #0E8078;
	color: #ffffff;
}

.clear2 {
	display: none;
}


.custom .code {
	position: relative;
}

.custom .code img {
	position: absolute;
	top: 0;
	right: 100%;
	width: 150px;
	height: 150px;
	max-width: none;
	transform: translateX(100%);
	z-index: -1;
	opacity: 0;
}

.custom .code:hover img {
	transform: translateX(0);
	opacity: 1;
}

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

	.custom div a,
	.custom div div {
		width: 56px;
		height: 56px;
		margin-bottom: 4px;
		margin-right: 5px;
		font-size: 24px;
	}

	.custom .top a {
		width: 56px;
		height: 56px;
	}
}

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

	.custom div a,
	.custom div div {
		width: 50px;
		height: 50px;
		font-size: 22px;
	}

	.custom .top a {
		width: 50px;
		height: 50px;
	}
}


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

	.custom .top a {
		width: 25%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
	}

	.custom {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		transform: translateY(0);
	}

	.custom div {
		width: 25%;
		float: left;
	}

	.custom div a,
	.custom div div {
		font-size: 18px;
		height: 42px;
		margin: auto;
		width: 100%;
		border-radius: 0px;
	}

	.custom .top i {
		border-color: #fff;
	}

	.custom .code img,
	.custom .code:hover img {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		opacity: 0;
	}

	.custom .code.active img {
		opacity: 1;
		transform: translateX(-50%) translateY(-100%);
	}

	.custom div a:hover,
	.custom div div:hover {
		background-color: #BDBEBD;
		color: #ffffff;
		box-shadow: none;
	}

	.custom div.active a,
	.custom div.active div {
		background-color: #0E8078;
		color: #ffffff;
	}

	.custom .top a {
		margin-top: 0;
		font-size: 20px;
	}
}


@media screen and (max-width: 768px) {
	.custom .code img {
		left: 0;
		transform: translateX(0) translateY(100%);
	}

	.custom .code:hover img {
		left: 0;
		transform: translateX(0) translateY(100%);
	}

	.custom .code.active img {
		left: 0;
		transform: translateX(0%) translateY(-100%);
	}
}


@font-face {
	font-family: 'Poppins-SemiBold';
	font-display: swap;
	src: url('../fonts/PoppinsSemiBold.eot');
	src: url('../fonts/PoppinsSemiBold.eot') format('embedded-opentype'),
		url('../fonts/PoppinsSemiBold.woff2') format('woff2'),
		url('../fonts/PoppinsSemiBold.woff') format('woff'),
		url('../fonts/PoppinsSemiBold.ttf') format('truetype'),
		url('../fonts/PoppinsSemiBold.svg#PoppinsSemiBold') format('svg');
}

@font-face {
	font-family: 'Poppins-Medium';
	font-display: swap;
	src: url('../fonts/PoppinsMedium.eot');
	src: url('../fonts/PoppinsMedium.eot') format('embedded-opentype'),
		url('../fonts/PoppinsMedium.woff2') format('woff2'),
		url('../fonts/PoppinsMedium.woff') format('woff'),
		url('../fonts/PoppinsMedium.ttf') format('truetype'),
		url('../fonts/PoppinsMedium.svg#PoppinsMedium') format('svg');
}

@font-face {
	font-family: 'Poppins-Regular';
	font-display: swap;
	src: url('../fonts/PoppinsRegular.eot');
	src: url('../fonts/PoppinsRegular.eot') format('embedded-opentype'),
		url('../fonts/PoppinsRegular.woff2') format('woff2'),
		url('../fonts/PoppinsRegular.woff') format('woff'),
		url('../fonts/PoppinsRegular.ttf') format('truetype'),
		url('../fonts/PoppinsRegular.svg#PoppinsRegular') format('svg');
}


@font-face {
	font-family: "iconfont";
	/* Project id 4576167 */
	src:
		url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAADbIAAsAAAAAXGgAADZ1AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACQOAqBkzT2PgE2AiQDgmgLgTYABCAFhGcHiAUbd0xlhqDHAYB8g0dUjqJRlIlRmP3/9+TGEMF2MLOtfydBMIScqIXZjapGVdFG3g9tcsIkOn0i8ULhuwRPSvEimy30iMg0p75KtUeKBGF/wO/6F8W2hCY5Fmmw/7AucShd1hpORfdtHOGhh8/SrqngwGEqvBW9EJI1UIkkJ3kHC2/804cdkhRNHv5/DHfft7k1VSSZJ0h4Ji0RyiRBspA5hE6ohDwi3jTZvVPfTNt/riIDkiF37I3yZPtsXyLrVOmUxKFlqISVFaC+stIS1BoguFy2Sd8ku7n7VrvjJRYHSjCMZwjm1i0YgzFYs4AVK2LExqgN2FgUgzE2GL2BpEW0QepjFKgvioENNtYrKlaAYuSLjfGBvK//DWEO1bYEsbjgh1SulP04Q//I7R1zW+JhAtAW1H6avz0EAPT/3LOmO+8EcZRakFCAyU3jhYVvsAKBLcGD7+dGX9p+iXEMMYiWdO/0o2KwKoEwll6ReAWArzB6UicFtQ3lZmV2fzN3HkEqhldWKts9EYuceLc9Fz7JN/kaVqhAgVCjW0rFJJMc6lLJehd0j0Wakrkw0UhoeOA8FNmLtJ5WWQ7j1nQkmhLu5bLlbKL/n9rK7oZWyh245JFIwXhQKcIBz/P3Kr/8DB4Llx6BDLAYrXFvku6Bc1hFY9YxF2iBy1RhLHOvVNOWVMq0nBLt/5fUOTRViF23B5Av7IEJgBJIJfDDPJ4OAPnvIaiQY+nQhdQBoAKgCFCJcOQ7pOrdyV3uXZQe155efemQKxdlaVUVFaV21w6TUejEcwt0wGZqqjkxa8hJW3Z5sALBEgIz38bfP/vNhsuLdEZumFgTzAeC3r7uLQLdtt3SuXK++NDa3rtYt87pya3Bz+rYu0vZiladSsEdOhtNe2bpjRdU0rMM4zn/fHyzG0BSs3yv248f5q2fH30Pv1v52KHfJuydUJGxHqwr/ylPpt/5qq6zdEt/z+kdjg6a9NHH0jp7BoYJJAqNyRWKouT0LOyy5HJSPb/atVzrtFW7dUyP9Oo/2HAREoaEXgY4xVmGuEBnYmHj5OZ33eoV3udj/nG/jpKvcu3j3/JLbFU/fsjLUVC6OOnMMrPFdTTCIYhQa5vjTGwws6b+DLb6m3NrkaMmvt27uCPd8pVmtel0rY2s37DR6nFsiW3v35/6oDn8b/OAYp0WVJjQbECdeW81itM6zWnXqseqQYseN30UWfQ+bF6vFn0arKhXDerSZEu5HU/Pr9t27NrzsG/FgSoXDo/OLy6PT66uT89ubu/uFxRmtam2ZMOyEWtqrZoxaUi/bi8lFLWwshZKz9B0QYALFBNwqCQQMEYgoYJAQQfhBc0EFgYIHNQRBBglSPAmKFBD0KCUYMI6wYFOggtzRBC0E0JoJUQ1XhoFWCXianw1HrBIyOFR6Gosqgd8CAsUEXYYJ7LgXeTCMOGEeaIVeol2aCGWQR+xHBqIdTBFbIF6YiuUEbuhkTgKXcQxaCIewRbxDcqJ/2CJZMOT5MCz5MKrDIJtUgg7ZCjskmGwR0rgQW6DfbIXVsgBOCBPQRV5Bv7Is3Aoh+BIXoBzeQku5BW4lFfhWF6DE3kDruRNuJa34FQOw5kcgRt5B27lKNzJX+FefoYFcgoKchpm+WqGNr5aoZqvFTDB1z7Y4OtYu2Xoj4ARvidgjR8U1PLb2W6adS1ghn+0m4Qa7YagCejnf23XDW1o9wINqPGG9XnKX1C0kY5jUP/Lcn6UIm5FUiPlSwZGEyuTELqk/jCUMqh2HySXSqt62KZC1VrDRS8VDlJHSzmpYBnOcPOr3KoqqKpWorR1WUt4X8xXzrVEhcIGUUgiBEhfxoq2SFtbzo6jEgxYImbBsa80I4erUCIDcQIxBizSqynacvQsz6u0kq4WvDSxvoA1zaJ3zhWzKurIjK2M9yXcrkVRyWjPS4LzPwJRLKC3yP8guFyuLBiPozCaZlNkr/mcS8fZXVjaimORbbPA/LexFiVanU3pTipVL2CiQ0uy7TpiWUwHxWxh+k9/ykQxAWmNI0glK246TSTsrpdJFatEaQVKd1vDIp9i5f29XORTRL3Zgh2q9aDAhUtdStRXPnvdpnV571mFVszIv8WBCLW+v3UtU03HrpzPojTsBshaJkIhh21IC44PRbztGg4MJSW0cLPMiZStWIlx6u/3D4sNluJHpGZHf7ycwQc4fqH0RrVnSGyc6z4sMyUuv5vttN1mQQ4v3prhJRoUZxBJYIVOP7VG1l1aZrnw6mznqNRU6TooLYrlYFelfu3rh/xIoqEuk/e0SPWHSkmi+ZSRNzmxeFTlwicPO/dDSGC+SRYaUAsixSX3fou8pOuyqoqaphhGVKYHGlo2pSSoFKKIhc8fCfxol1BGKYqF6EM4P05EnFhA4PqglqYAk5OLv8qr0pqyIi4jG/9pDimVnATBLZrUKXgDLGBAOfkF4jKBuIJArQEqV6ErVMhR99C4PYJG0GdCbgGNE8Psgfg0GkEUbo6QmQLZ3O9NlGfK+DXGMKhVuym91SP8b86veZNeyaCYibYyrkm5xu88ugfmyNcXfVbPuoHEYkt23B1/qZJb8jp+/krmpxqATs+RMyE8Q6edgZq1AdV/oMBYO05k28qyEO4evMDNQDJfhQsYWYH6oCgfKEf3pZlDeX+ag6gSGcIvVZwzH0TJ7DVRU6NzdXqaTgDGyFAi+XU+lbsmCmSrkua+DixBqoXgaukjOcUucykWCFzvRkoJ6wQogc/G0Ty+ja+gxRmnUEFdMlBKaaIKGxx13ehHQVPLQAtTFEcdVLJMJN3AULp/BYN8nUP21Kl68xgsrLEyhmpibo3SIkbEK7ZNPJVtKVDaS5VX9opzL+007yWM8Jh/rWMK7C9SRcZgkp5031cnhHo+W3Wzt5tX3aMDyRiCUO/arRFtsWCPJ2DtDBV9px9TRZo32RFBbDc9Aaj0/vBK0/xkOhCtY+Bc9CGaCub3u8dW61DVpxgJCRiTliEnEHAKevCLFLo19OtubmP1pPZrQRyUqCGVZzIendbH/heJcK3H3buEWEK7rAzB6SZVSvP5XONk6z385I0lvMmO23BXPCXc/jXyZl7eg+Z6lGKHXKmaVCsfdLdk/enMUiX0q6KUgKJRxADxU+vK+MEpr4GmENDYQOCP0FM76P6xqIm1Ltoc2jfuKrrvP/IwyBDp99yKM96upFSRGLEAk2gCW5Y4otZHqwFHVdQQWJxK/f5JVAJ4PaMYDADStkMA5sokQIImSSkDUNAxqfMEdwsYnz1IopSH/krS78pUzXa0TNP6tC1mDEqjiHDyCiSJQb78vGxGpWE9LMlOsRhcTRE5j3vYrLt8kKgdbrSWVrihhhRxcR6fb1iEsm6kyQFIlTDYGK/l6T/FBLdNBPL3b28hwaX60XoMiMhsuilRx5FNfg+B4qZb1wmAqBlqsCVaf9CzyjvLBavTJmy3LAiLK79ScnrKbeXeAVfD5trtqdsVHFqfOH4eMHCPrEKYWlQYIWaoJWC74af0yUM8aGDKRQIH0nUjdenL7jl+d6g/+0plNcye18QaUjWuxsHa4drBi64KtzOI4I/Waa5e1SebM/W8IHpXO+SKFVqy7J85+C8zu2jM9CSa0nWe+t98jHqTpUBe2BNRL+HCXNEdL8Twpe8FcWcXyVKQged4Cba8qsGbuSAinv+s0xrlFeEuUgJ7GYkkXkomTE7PWooIaERxfkQ9qJTAI8Wgvrozp7VDe95f5DEprzCgyl3amvyeER5TNcfVMmtZIcaNQJvJRqR3nQvqdLDNatR5Zs1R8FMruPEgTmDuojaoX8r6iRqz2iiq5MdGYoSo8G6S1bIwBNCU1k1xoRhtYHhoirUV0mS/rGdZUzCUWG207YjnEXJp+tSGGO9IgkOqRZTELsNooJJeogA8Hw7v5As9J8h3znxQftPxuBMXh4o+jWk26MQMkM4bRyMXWcF6zuKkN1k/99yB9JgQ56eJujWKHebsVynosOT1IBWewUwKYsXJg9eA+SRDkZW+/kPMv944O3CBswMxWlzGEsw3aTmRRJkBk8wPe5FwGrjk4uS9jBKPwXR/GMsuelNBmx03uKFY4B1RlxDYcrR/YvWuLrtWfdlF+3FBvtLaVJn+2mJUMQvQfvuaaBVV7WcpYi30EZMQj60Qn+iWn+CAwFgsQSnGCyQUf6pGPawY1PdBQ9lMlBikLLi5ntT4fMtDFChNe4W+pcA/S44A5wSCvsfNYKdcWPORza5g0XqSnZbD/Gdbcp658hYEzGRhQ9nRw4yiimixbFkly9Y3qkEC6KoybVAQ5HM87/i0olsjXWqMylWZgBHI71RCXAx+KC1H+XIflq4cXzV5ajuOtQtkf34LD6z3S7kFtzY4mBofX57v3HZ16ZGOZCrzhcra6Gpndjw18YOCoWddnl0Esjo9x8wsccpNpDBm8rBejFKC3vWJJ1WR4tSPtT89ABeA6FIJECvELKh0kF3RtLycIrqCMsra01b/hAw82cL2N0ilJ0GbEFtj/PMUQFAysoRU70LjIPFUeghxkXom468C6XP5/KYjg25mfGzm32I1JZ/kd1eo3CJSUcZYGMgH6kk6jHSmdjREv+5XEcmeNHR6BjI9PhfjXGucndUtw5qmal83kI+TWTh9SlitN6mPq49VvDp4n0UhRR7iOni/M5okD7OdgtcRjTcb0M4lHrR5o/QGXr9Fy7LWe1dmLnIFeTXzwPP1Q5eTBz//r4ZcGLa9GIu9+QjjyC2/Y9Nku00lO3zZ8VZrCzoJygsbyC4hylMY2SIB8GR5+3+CiSV0415Oi5F/5A3kqFL9Da1hnof5JJL6LjTKh3QkJJCh2ZurtLymE1XICWsYNc0Trco6fTerUByiGoolY7w0PPBkSvyiMsdUaWRH8qNW3JqrZmyKPfn51T5/5Y9BKAZIQTclIJtG6mbs1+de3uUXX9xu2Dc1qYYhArFxuFYaNFZe2hFRr+w1K3zPyjSPgiqspZY5b63/IHVQJkac3ocPD2eALe8fodCIWQQPWpSYX7MAjaO18FHLwwnISGGHSyVU86Rg8nFuL5hlrQ+pMbdC6PviquB88vbOdfepZ3TyTQ0n/bajBJDMC5FO84ZkdYqiNCruxhZzPk3zU2WEiC/hEDdTng6y01b33OvJjTN1aScizB0d4NxxsHW4baJ3oUuj+kQsK48VxfAm5E6blMwjnp0C7Gr2afsw3sAkHngwrZetqKLEEUVHKHY5QHTfIpPTl0bGxLZibyhVa2+fw2wnLZPMIkrXoJOV7kAhvchv+nWTBj6lJQt1n+k9kg4gpPJnjGQpCKKK6w8ooTgVRwpIWgeGuT3FJHU9eU6lRJWRcHc0fuQ8YywY1oaBppJp/84onr3AFDaFlNvKST2VC8Xr1RaxnomtxVI4iYeXvhA3y69peabeSNDmjHfEGflB5bWDSZp/chmOw/C8ydsZbwb0JUwwPzE72j5cR01jHJkUwALuYY0UlKrBWWvmHKY5aIM3Prc4KU0tVX35g41wfb/oP85k+2RmokLjtUiJ3K+iohazpxJJgqXuBjkYI5SiICmWjQxcAygQkWo4BXKh+zzEjwgOpPL3zC3E+eD4XAd/S59227SrXrRg9rgmpaTRyjrjTrqwpX7FkdWz+kxzBlCVLfljqzFHZorsKXgQcb0ryBgf5pYnKCHl1ogHJCJSXiNBCamSBTksl2OpO1wJeEJApIGB1CciScZlKBG9kaCAqBFrzREDGQWmv4kOZCGuIEVVJKOS2QJkaIm9oaRpSQebzhH96Skoo+JpvokYyZDs3p6TVuXgvWkx1D+jrEnhP1x5RYncuz08MCsv4y/L/8m8W65/p7DppmxlWbANBrNEKL/tELlMOd9M3kCzvJ1fguCi7dmRDlcpxga4SKMAz/5dnaV5ozP8uiH7p0Q6ixeIZwB7YOfF94x4XxNVmQarttWhyrrErDn4WQKqoRyehe6MEhHoWrqzI4FplbtdD/OrSkyr1IQdMGsMQNgaC4BEBJ2yP01EsJMP5eg+YMJ9xr/9VQv9T5G1iHyV/qMdEvm8seseeIy8DirqwIsXpjpWJVuhN+WlmEImbilwnxCm8+SaduHn4q0xGlzVnr3mfF9qtUPgh8SZpeuAfj9SQuqpYlQJuuPuidDEW0XfhJOr7vhifWeMOIvx0NaiLxGBTytU6dQl4z+BbCo8YCce4+uLb9sUls1m1Yx0e6qjFFkr8NN8bqWtTPSO2pkl489t2MmTQsMLMswUUq8tPHVSukL0yUJw/s7+HsYTK3SeWIokGT1s3qUXBW8PqGMuEFsb6/xzb9tzgLGGLKnEGAGDqaGL3j7Zvho2abWl0DpuzQqz8k2MUXx5t0z30A4kdHrOlq1OVS0AUFx4cZsT1ue7IeJI54vDqPBbTy9/reDenFtzA43SaBcsnUPSmwzbLmmxBXc8pCHVU4UhA0gyycCS850E12t1crTe6SehbODgsLRkHJDZ9ZyYK7ZCrRew5kl4Rp7vaqS/UshpIWVpSppcjGbAunrLKYc9Bot9b6ZqxKAsDOjVhTPpeChYkLfpFgWjmGwpeb20TD3syud6qQCYM2OswuVyb+SI1sDQI3TPhrTQNkqQbxdr9+YxK8ctEg0W2i62m6LMuk+d6HfWwP+0aHewMBimzPHAT51305zbjWMaqQZVkpCFSm10LvTmfJQGw1+qg0n6tNcOvl2x78HCne1l/b5bfBlJP4/908E6WBWx/cOySd7us+umhj+Uj9dDfCJ0tqJN+3pg76PUZ62RXsuI5L8SGGBLBvQ/T8s0/EYmq1loch2VZlYPd4t4M6YngESqUizm/igqSNsekt9OWD45aOR+xXLiMeTQNBfFAe2YgiGiuFkhnc/ZKQdt1ns4SG5PyLJyA35WzJDVih9m6WvQgu2GwIrPJYwvWMqqREySWSnKvoWn0hGKhIBbwZUKrXDcbo3KBfKRNdW6pBfnYtgHFM3p1NO0GebwyfaiupH6zFeyYAQUe42lPV+lV4ITSRXJ9FhdO6yA8STCZveiIMMECp3wJs+ZnUm0orD/iHW07jHDq3cPn9HmoGmVm6xYf6IrR+UQ9NKEyBtPK4T8orT05ZWiQOq/zZlgwqFqj4V7PZy31L+1JZsSIRO9GnJPCQMRHO+cZbeTL9tNc+1mf8UBbU0LZvyGUoycSO7uLVaWvE+GMNGSwuTdxdcPwUc/st8y31pwzQnZHaeevXkJ5BkBrASDVitDpIMB9tnpEViLU70ahWspLR7LQkfP0fTY5uQiSapqLOUWVdusBc7a9l+c1k0bVUiXGMZAfqgpTVz5bMhguZhTGMNIZkbrEmmaTnTrJSbPVXyaFo+LZE2MIFYYT1qeL211bEnDYIZWmMpRUewkWkgDKeIQa4EYabCCFpUeoIM0MgOGpDqgjXzSHPzEKmiia6exclE72DjoFkXi99mZ/9R55+yLsy2yDCe7d5vmLuvSTWmPJIG+pyWvl7nqqb5SDSifAcEaSxScuS0WpDTCTU1+6L/VatwptG83LvT56NwXHBmRfNZ+xC9H9RaHvbn8Rjntel2Czr55bHrWUzQfqFALRG+MP7lesgzx6ZEnzHwz8xjeb9k2EcpRRqTUwUx5Bb5qxvxgjIoCoH+FKS8482j5yjYrRRmPoaXBeGLpibVIiRlrPu4u2pDO/RELoo077dbd916y1YJlJQ5VOcGZfmKz2v9ib7H18r4eB74kv/6No+7+oUk8OQxfnzCe9tnX8qVdbgxay1BxeCiozvPy8vDKNLcYWf1WpgdMgkkqCDUsBYQIqYOVsovtHg/e0/PRVTctSCJUVVAwL2XokowwdBllsoGNWF45QB+txeDwEAmOeuU9xz2HF/JNaB27Ln7r4ZfLz+KtWMHL4ueOCgwL9n3n8kcxTr32J1FPkm4+w6VD8Smo0wKb4tKf3fQmlFaWpnlcRsz6oU0KfEWtaNM8siaIUtGz/2DxD9cOPVUVKJ8euvYDk4CarRfWe6NNYa2+szk9B+6PFpcERwqOa0wSeOyBgyWGkaNok6jVd05mB0qFXgimt4Q9fdpBXQI5NBu8vJZQO9q5g8aidT95EobGUbEWBppF3Yl2IGDakcoPcuVj7IeV2JUfsI9XAhnAEMY2f883JhgUjA0NjV01g/imZsKgecKhHETAEOeppzZRU7PpFHW4axlTw/6vO6OJapXYwm0S61W7DHi9LCIUHTpY3JhxSwns3uzgwbtnixGhiOLQqdKFNFHYlHO63EQRWYBJUH+7FLk00XNoGCLNPesjhrwrIrSjhiyiRFCwvo67ck1SjfHzFwEi3/hAcemVS3cZT8N2pMxa4WXvElBX008xJkc2bcl1fpJA5JguSd56ZhoixVOH1ly61/e9v0uvH7gmGHMrY0ZNl8RjEEwX5kKLMxE57qV6MLBYloxY1F7Q9jSK83NCfl1hNmKjDh3nlRLZ5b2KcYORIGCn6aM0kRkeWeg0tpxSkE+Rs1UoY07jMnXvclVOg4dRAhhD6/z5SiXfInDa4rzZJbrviOvSdKRiLa6Dkc3TCQMDcB0lXuX0+7Gy2PuyfYPvHPgPOYiEu2mylvM0mPl0BWeCMHgpJDQ6pNCmm+M7B58df2TL+fgmZihhkLDtmBawichRoprWefHvyV3ezI1ZZPS4C1xY6TWQtMdoDa4DN/KKQFdCmU0HbpSaB0395uKaU+GWPEg8xBE/BSYmUBPE4NmG+cDwGuTJ2cFqkbWeVN9W6uDZJ5FrZO4T7jhN09v+N7ECNQXZi5t+jaoA4jW0G372u5A8sp5mKj2w/0AZNYmsg+Se97M/e61JYofIywl3kA/4ghzHX4GjK3UJva+db+45X/cm6FaOBv7lyBHwHyDvEMrNDHZcGrj7K5FY/uLHcOESCuGEe65Ygu/MfhowtR2njnT1WHK7w7zYZA8ehou5CGTJpoUZP9+EqCj3XUD871Y3v9khH9vdEJU/O7rCSxrX7cciFTsuehz2Hn1hyEQWtT2xa4Ux0nxONWmREIiO2NLG3zPgNI9nz/rjHVHpjQHoPqQI7QWZpMf5P8x74MzPTY1zvmE58NNtjk2unkfax5Hb3LwgdPgpuPsMaHQJtEKxPeZVq8D8sMwz9+ReiEo+9E/2E3bC4WqEevluIrIiZTVmN1iImwEjmrdjrzurSPuC7y7y5ievdcyhhK/gx0oFhXKoIiow59iztujCnArap/XhX6sOyH25wpnIV34Y1BIUBOPudWayl425mXWUSwJ+pIC43Jc5Mhk0D0LwhjEzega3nvXlHNq3dePuWUfx6+BMDeAABF4eszRG3Pv6DqGHcKenB6w78Yg0RnIlviA9Ir0guv6UEYvDZ94uvR2uPgRxvWNitzH8czefrOT5biPuL91H3Obrs+LdTnu7/CsWpaeJwiPdx9yXOXC6Je7D7o5VV3yp+11V5PbcfYnb2KZ3bp3dEIGCx1McKflyKJ3HvQcHjgQPLHVxqRsAY/TJZ8/qvevS6mCNQs35bWB9ajhETHB3C3KF6C5+MfbZE8jMY+82t8rnxM2cGTdHDhcYFuxOrQ6O3c/a1m71S+c6EI7OWP2+v6B+Vo5d7DjQvpAsh6ke8o3p5wvJgV+fFhC3WxO5DyFq4cJX4VXBTTD1Q57RdqGAWH6nf4/M6tGXIhXuPTfsxntBUNyYe2s4MMuNPskNe7inn22YcUfjnjfc329Ue+xLkQn3nr+ZERK08ubcGzdjEtFJz7mhD/pT9MOii1aPzr6HME3Iwq72QjLGVLyXqaR9z51niFejGlX5ZqOcsyCLJHdpVPWNhCmpG5A9l/JUqDeHnckVA42UDUpq2O+H34CwC9VQaIcnE3FZNcu7qWzqhpHb4ehHVTZacudOB41Njbad97OGVyCDtLlA3T042vIuVVRZA1wxydZNKuoIZVGqriYdxwMJ8A8QXepNw3aBIZGcsFJFB/zPCnjYq5JXYRX3a8M7FKVhLJQr+vXR8SXxwe/s/bD4QzuIdGyqKilN6CwPYwK1dMZqrpLbx1Vxh7nhe0txMQoCg/sJIRCQp5t4AwCZ+xbfjRsOR3wfbiO+B5wvE6dnZhWtnv/iBzcjGAIgG17h+rj93I3c7uf4brO7n9v3HGeTm/rAfwUoL28v4jbwzRQelOoItCRKxhM4C3WFc6Kb1Ghd0UI/0Qe9xN+cF5hqkrwDveTpjuka7IVH+eqoslghPfX8ZgXfvkaU4VxXxq+KN7TOKbL3piv5++8yrNlMq0xpFly+C5+LmkaVonIRw+5wi3+/b19JaTdddZzb5/uP26LddjxIFhzd7v88gAdOj1tzndH8DyyLfHzKBK8h1LTJKTCNTmo1Glo2C5zuccxNUXHFsbHF82JLimXzExKyq7g4tuMqykplRUWy0tg/CuAoK4otnRc9W5ItzsgQZ0ueAQAL9iv1bBAPaS7kZXHtHR12bhav0KglhiTdo9ecnOTqT21IWG4zCxKalhlsxYkBWj5PzUkwc8lJOU1jVwKfkDRfkhhRknyPJJUsRxSeJVUIijXRQWQ7Ml1181jYTBz9C5xOWVXLpjUERUT/ccQtK8tv5RJepiCnuDLupsCGjg6unZcFYmByWnOz9pMZNA2dB+floBm8jEf8Mh5E8bCJRMPj4wgghzSjitTq/muz+ijUVV4fP3mtolD6Zl3rV6uLUACvTu//+GnDNMgs+TSFj0uOuAEt7UYDdq0GYdOcaXGOZuS6rJc2bB12vs7Z1gK7U9aT15sf1954qgUxYc/janjErHSBga9VBWgCdwvcg6/1Nxz010wDUsltP5RQuA85ClPOeGR41HXyjvQrZLNL4uMGwPRBzAyviN+QrhJmMjHTbEDUI64G8RwITKFn5CSSdusk09ImrVanJJPyO8usLOuGc9vgcUpljncGiXBqlEqMpHmFNNi1nYMGXHKDk8eGNKUuhf4zZpemcG2XKELU8YCsWun380+umTn3m/zrXPncr/JvcxlJmBpWLbOWVQOiWY3HZ8IUZHkMIz0hV5hLTkUpoNwHes8UmilII1+AdleGkz7xVMqUIuds/YMbakjWJh4zOMgQFBUNQYz//A2303H2LN+3vl0j5c0b/x/xTbvNztLAzPbQJjU1CeWf1MCwSyITiCqkAhX3f3eDxxxUJr3UplWNbvqaEQArxHwk3ioP+nrCF/bMrPZJhs9ztzRy3MQDH2Nrz341tvAdxsiZajbEjGb4B+n0kbmMMOYYMZi1Iy/fUUDXVxpIsSqNFM+lhAPJlzosgtXTc/Ag1hX7HIfA3R3toHWcO4deewREwjCv0Gy03gclH+V+o/t9TfVe9SURCyJKGkoyEq0WbXQ4iILJAU1Nm9rJgGqzqtkM04v2L0qIZg7L906E8UWjbGbibQgjhPVE9OBzsGYp5JfXXKHc4Dp6QgH+4eKLeEX899wPBPBzKkFDfvBnBA/eOhQZkQt1BhcoxFNdVPG93OpIESQLhMoQtUWZUDvlmymoFbuzyiPvEb/soLh9xYqsSZVBCu9juMdpIWFuolp/on6etEhiF73yJLW9HsfLFWZBMsw/rDGtQWOpV7N0flbDoshM5y0TaFUmVqh85sOgFxpr/J+vZMJhH96sJWpqYtQFtQIHWFYj1RTECCPsEXX/sj1UFJUHvoA6Aw9Ooz03NK6KWo0D4EHbo4AXq1dL8+T8TCBJaX/or4NQlaRc8F/JlkZe6lSqcgXWtqQRH3sY+L/OVn2AsTxQIfGy8A1JzBRysAZpHQO92G3YMJwXJpSNQZjlmsPHZB72KFiGbUt31vGNWdYtsAy4PqLjoybXZpnw8Px1yl41uU/DOxS5Jl2C5eGGmDR4iV7b2Khdk4BPUw8rkaZteKiypODkub94yI6BhxejKvNys7NrYxsaBt9fy2DOokxQBim/Us4f1O3RwKCavboDQ5QxysWwlyJmXmDufEDomlKrkSaXKD+khd8KvygXE1I9pS4hCZC4+oC490fUZ9LENmOosfzqLK9ZV8uLUBOoYdRnj0KPGDZd42pvRk2hRhuLVyx0myBNuA2Lg8zSkg1MYm7/egs1ReKHtc6S8SLUwdMRo/tn4uez31n5Jp5+RWUWI5c5KjCsRvP0fJO1MNIekeaIzo+p90p35MbNZmtW0H/RB1vC9VGZGtdZkvlg2ttfLRCoLQmZtji1bf0e6TWHH/gT1mjEHhyonBM8J3/g3Evkp0B+HBs5N5B/R+XAQZbBhDfr+h15WVxcWbPA6WancHS39/T8z1mYB0Zm7jgTMMdzmXLk08j0xNJYnswApieLhvV0MNE4Ghvtt0KzaTg000iaIAE9KbcU60s0Kw7Xn9pYaOJW30CSCZBYLvMK4cXwjwJreb8SnZgkdwDW/Svmj+vJt+bpIfB3TpGNNcpatwdtfpSGX7gQn7bAG11aikPj0oqWbYpS71+RB3eR9UxLZt6+XSZ58fdls3n86U115KkTe3rVsPZiWxXCu0oddS0NY6g7Wyd98yam7sfv1mJsC6JUkc7ySFuRDqamPS/63+ESfWr76oFe1A6pt3QHqkScIUpLE2WIS1AxR72PxqCaZseXxsaWxs8eWhjdK1ycni4Oj3pFGpv0+ibwPOE/KWzBZjNr3jyWmW3JCmroQmHm0NY98QyX6t/5Y2Dtj/d9ruG5uVz0Q7m4+cqCDke6H0eJk2HbFo6ZWUl2uYtTcLzybBsBuxfnhuTgFHjJ5I0ZXr+4WnZUXT0PdU+DuZS7BqoxMBiAdk5CEDycEi9BQMv/RbowIXDPp40XXT2jED4MpIf2oSirk3DPnUgIc3UhyAfQ+Fu9GZI2y0VNzSeckASvR2A+rUF/JzGzxuqY2mo3z9qaarvSFLSYEfA2m4zCt7OMILSrfrtDYgyqPuZ9vOfumbs9J3oWVzbNL8skgQas+cb/J9cKqOcilYXaGLpbUKklaaagM2lFVnSh3Ba8csPpSHP54Y3WTMSv6lZvzKGS/7DMSLoq0EtmjCPMwc2Fd3I0Nk5pKXsxqDLxenP14VqR+USlPbfbIrSHzCm0soz070S0hC3gteN68/WSZOc5hn9IQMjtii/LiHLisi9Rljtvjcpd16I5p7fr9Zkfml8VXpkVfUW/8NAUS+kAvwO+8WtwvvBroinxq3AavhnRN/mh/Fr9E1sjN/mOiW/jAc3dy/WRmCJm3PWhno6niqg8ETeIgJfyu7hdMcqX3VHdDbMsDh+4CpEGCRsN64tQIWAeFd08fHwCht/t8IGpXO+Oc4WhFD5ODo61JnnK5FFyqeTQ99Ui+l1JgYn2XDyMg1bUbx6Izl3wT1rJoK2kiWpE8xb6MFaZ/M/KZ4TxqbhwuK8YSYN7bjElZ30VOoPeZSdmfw2KmVTV8UjoM32DaBJwWw8BAIr1FxzD4NCPEUCwkLTc3JGAQf4vnig24bRgkMBGe4wJbvJHcrPFeAgWCkC8sxSKyfDQIRCzlQvrm1Sybqmqf8DfpLr/iFq6UaYC5c0YkwBpd1q30zl4/Rp9D2547aZNrR6Vs7qaEyw1rppLBfKokvnxWznTeLlNHqDi8ZRWnqpMAuBnddJIpzOqVoC8VHcWjg+pwkqSCuMTu82cH1VSIAdIP6g5eRat7Cf4bJo5Wa+j5/vk+V2LT1YmVH6x9mysp3Q/7+vs6OlWhwhUnrqiL/nk+DjoWq05yWcWrYRW6jNzz67vTHgD3og/dRXl+ES83scl3mi6QcN5QCUazqaJQ7o64hSpCBQWU3lXWy1pglg33cpyBFLFjdqYwuj8/KhC6a8zpCbQ7lBYa2cmMxLPQP7556m2o/vMfmYiM7luNgDd3z8j/PRd36UrWJrcJ8GQH2YNSUkJtYZeTQ21hIY4TvkGWgJNjgVPpQUxMQV1GlcQXRtD5TExM/kJPF5CMsDpJO0sIBr6C5Puc893yveeD31XfwTIQ3tgPnxwVUaJpz83FT+h/OlYDM/1cypOo+6n93eDADe3vkTiNFcYPOTuPfOCLveP7MtzieI0qZxcO8e6qD3NL4NzpaBgPYNj5dovYSxSHeRdjrA59UXShs11ygp/FThTEL1Lk8UvnztpYW0cqxr2MPDMhkt/1HH7LGGP+i8s1+9McO+ITcmTaWm2sXhYKYRt82XLNcMPWenzn5E2f335YdWe01cok+Krf4NQZQPeYxJ1EjXpgUcByxJIEtrYbb8huj270frdXNqW0tKi0iJ+pq/vub7lOvilMujZW0eDsbriu4pqQyMxbnPmSdiapu93M303fmZ5la0hMxFPg4dnpIdvLih4Kq62jYDXK5xMCnXXb7ipvXRmacOfFMW8i7LyWVVaZzbHl6ag+Lvav/gbRKc+/zPT//M1qKh3LxiZt/WSJ+SwXQhRBM2AqIUJIgPcM/bT9edt1wra/Vxw4TfRy8K7tjPay7soch/Gv+D3+KKaehCt+EGYc0416PQXg7Ds/OBcr2Jdhr75OaHAL8Y5KN6SHSISTXhHFzTakpJa/Ov51EZBq39ycvfcbHL91TcxxbjyhhPZOiAkklV9t/4VUKsmubJ6teqDCfs+UamyUcnYaqrg35sblf4EX6DPPt7oKMYuPraRep/giWvHqg3hqakhpTG8qNsaIk41YNXtOE/C/aLh30p2wj6vgtM3MTYyNtHhTdOwt7LJwgC1wF+TCnDa6szrP93788HIgz9HGR8HkGJ1CvZC2azo0oLYovh6xv0LGqOc/5CTwFEmA+20CNKEV6mdCcKUI9k2AfRg64LPL00sddL/P+xKsmlpbPEcH62vAZgZ8aymzmghwzL0NknUfx+hR30iJXNo+hRGEnu1q6f2Kca02wl6LIfazAnqqt4MFVwjhA6UK03YH0wllfR65i0+LaWaH3Iy9Yq3N2EpIeRt2WDQ3xpQ3ugLxMdlU/9u4I+1R68mMuTUzrZgndgcyybLUxcxKK7OQbqBuHCuDtKthhQTvPXSJ75+MUvCulhFGyu09+wDmWcyoUThIVCUw8vgLVvKzeRnF6eQE8n6F3GnL8iurQgwFOXwM7jLlnEz+Dkj6FfczGVLM3g5PMCELSixi9LCwmxie5mEneqjinJQdNXBBstjlsJ1QptvKMZFpQ2xTTFlYnuYLS3MLiq+J/ianMyR/y7gyjlzk+d2YwAk71GDc1sFo9SUYEKRXKJh8HgMFALFw6JdeMCEqndug6ZQo27Mt3pZcaVMUUNTQOgRHGu9pSfkDyeppf/Uag9Rns/tdbW3sQy9L1cXXeH7SphK0AkC9aGCZYj6+jzSwY+J4YpAlvX/My54litdttVWHprurRMGJk7klnZ1laYpwwNCc/fp58/T7csN3R6uTMPcrJs3X28CPGAuzfHNcPmi9HRNDpU3TzdfgF5YOH1uQUtTS3PL/Pg3BaQHtZqBXxSFV8ZCc6S6KP6zX96BDQcSoxI+HJ5hy0na/+tfM+WHa74d+KwTFOjIUGVL6NJkdIKHxV/B1IrEyIoJnGTzwke2fW4hmea+sxNCFxePtVcyF2rpACwuOy3n14p10Cx+jLZx7fG3iyrFXE8Y+dg/tjMhreYDCMSrY38uaEkMqz7yBG1OCglRxqfDyqWm0i3HHns3DJXF+qA+hmxkt/CA2BIagEmNU8oSMrk5vJKqC7kRydGpM6xBugCNWRKwsEtjKb58t4oQOEsYgc/N2WgOtATNL6f+HPhzeGKAkVBKNQYsJ/m9SF4bE4MVQxuM6TmJPAPH1twd9HhjBk4iL5PR4F4SScs/yJ4/ONNrj4dXF4bw2PvxNcxlOBbfEDyQypfG07ETZ+2wTmVrBuzABMszXsmys7OizfF2vTg1uk/gjNy+f9Ka4wPNImtoWIozzGoVzbCGhaYWhqZYg/e3J5TZ4kuT61PM/ir2sJrqPn1pNyJE7IJq3Co1+8+ynjCiUtG381c6EbXHOtvfEbh1KcpFxFT5Hyso060EK25tid8bv6Viz25kUlkSULWmX85vlc9yZcTvueWJAcmGixGEcMUC0hrIvZgTu1Gjf2ZeVjBHdnzn6hbLxm0MS6iwkeQczfMxW4TMLM1MXsc2Czxw+CXkTRDnZSxrkXH/81WrvrxeNheTD8Rr5Zn+iJqIiHuEiojjE6Xg1cOBTxUilqcrkkSGQAPWVLeYg+v8UqlUFbGYleA8BPJPhs8trwVy+hENtJhvMvGLoRoqA34VzqBCNdtXNJmK+RroEbr8auxwGv2+dFqw/Kx8zvneilwf7IX3JKoH5zLHg0p6fwHrM8fZe/5NOd/rnIMfPe493Ht8eG5FmdMQbBIKTdkCp7OdMuFBbZ1aXbcyIdMrNW8u7ljUEGvoXyzFTywG04unn41c3kb9dvBX07PpIfoluxwAPDqDDsQhjA0V1fXVFY2GlLdPM+eFUv5sKGP69k3hJndTyEzH5jfDmhrl04KCzWKt7TmgPyExKb2ZDNbnpXTm+u+b1hBOyi7OKtdWkTjZvjSKorN8UUjnTr9NU4dOdE7Nh/pRl4LnJ/+WeUJQi+5hghQaiDVBaBDJPe9vWT4SNT9CJzKzlPtHf1BGB/ymc42WU3wYQyCehz9VA0IrmmvpLXbS8MMP02wLx5o7P65MVlwsK4v7W+CMtHjn/k5RWvRVx4JEjbfKe9/gmQ4ajhqNQ86UZIfb7eFZkseYOCNcbI/IfgTGDK2+R9kSe3i4XZINYg7DvbyyBXNiM4NMQUZDoEl4Iic2BgYahabjkGjUfGXGVlsve3nVkSdJYsVvJp6CI5c/l+M2ldW3xJaNvIS8bwm8jT4u78sZDL71fwq13ZmoIPn/KP56nHMZCHt90gmpVNq1zqDXpF+VIRuWBkvTWjdDFlvG6dtQdEmJN93zg4sB8u55BEP8vQjZPE6/O3qmtWckxF2lDBF5Cuo/XvCZCbTnh/hlAAVbIEwMCkoM3spe/vkJa5uvTtaKiaes2Y+HFg/tGJJdHv9iH9o0dm5M9gLe7JbywqAsTe1PLLPvJ//DNof4BtyWwzx+a45U+y2T7D9e0LUdGcpH9ZibGhHtDkyLDpukX3RCixj1nucN9i00zFoqA0/7gDPRu9decJOKWngSiabauj2vSCUKO4yZ0861CNHkzucKRUbzZ+F3v6lPkZ7sUZtdV4foKpOWFx66z0Ar0Ansfwwk/zsa+GQt1ZjZBmR31iC3InMlvsQrusJOF1bv12r+/nt+ym0keXUaUm7SNbfIePOKKECegt32JZB77YD/TNLwydEAAytkU14DTz7CsP6Jn1wvyRJ+lNvl0SONv5L8tnInwgN7CltDvUcc2Kv+7T/iEf3V/3WNtvF1XnhRcsErmrdl3203jRI9LunAqfyK3LaoR11YimmD58C/Cu8H4rU98GmrlO3QhEnA//McF9emjbXaAhcj8rdN+kM3m7HzGA/zlthrmTlp0ST+j9A2IB2vkEfe2jM7TFnfzjX79AiiIx5VjPteTTImSnLBVB/2fMoFgfs5L9kDKXLnh/e3ZnLbVzU1YptO6S+Mg/5g+6jt3IZ+X9pEHm08KKFW2mXY/x1Oe93fuGFPfR7LpoP8ZH+klY7p/19sjD49BugbjkffCDfT0QQe+G3IVAmC7mYzJgOZM+zvq0mOqJl37GzFls1Jh5nmrNNsuAxeba567DY3nc42d1vz8PQ9RhhdUbqw6PusOQz60Zz0e4tZGvwLCwb/aa7G/cOGwf+bu90JtLcei/F9WJAMeZw2MWakC6WYX+g7KL2SdqjrE1iH6IzFcNx98jFosP/h4uZlwlzEhaU6frS4MFCKYmNpChkPK2ZzbTQqJN/DjOrWfRaQGMjFUs37vVGGaMXauf3deweUPEWyyvAn2XLEpBceE4bGivBjXquWGsTozJUSnORCfFnQIrXYI5sMVFMgMSNXmwIZNlQZVOOaUVpboeWH9ZN1Dgq8YbfM75M/CGjkKFGjRUd0Rtc/SP+f9UZf9MdADEpISknLyMrJKygqKauoqqlraGpp6+jq6RsYGhmbmJqZW1haWdvY2tk7ODo5u7i6uVNIoKSipqGlo2dglMgkSTKzFBaprGzSpLPLkCmrbYSRuvSyhPWVpylKzeR33AYOMjLN6eNsIi5XjE8VZoMPZF57Vqgh3516K53DbFKDCYG6+0xmnMRmUPiQQdZusoxWFeaoS9F5+3Zd+RnpsljbdSMN2EHhleoFdRtLlFRFdLjKh8nzUUP+tWuyllUe860q0JuukpltmHy/8Y3UQTL71IdfybNPYVMhhonONbielM2ZDAkJQVOCS+XXDWoGC45F7yCIoGplJXHHnKrLZIT82g6DLCuEoCxKTJFZvKtEoJ3YuMuiNxRCLVENXJCTb1BHijLJSHpziZraNgvAlNZyjyU5f36rkBmkRLNBgUqtKdQzaJEggjQkdXK/ZH5SE1LhViYUxsbW0wYvkJmdFRoWGzmyZwnJfNfAVKTh/EZemSqwWFbc67nzXUftWJZW1knPosLNOeZADQNjGUoH6yAtVz2UipqXXmNaKqplMsxR0lNQcJ887buSCI6WIsppoRXJPHTE9Fl1IZR5nltyfRadV7SoJDtpTFBTigq6DKr0hUTfzRoDa5FTRZRJEsERzMbpRa+QS9HLwtALs4SxrK+RdJlMZz57zILoenO5WcLltaSJpC/ZBs5/OXDknafQPJqIUpT0DaWOqJq90AoAAAA=') format('woff2'),
		url('../fonts/iconfont.woff?t=1773641455389') format('woff'),
		url('../fonts/iconfont.ttf?t=1773641455389') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-language:before {
	content: "\e652";
}

.icon-zuojiantou:before {
	content: "\e600";
}

.icon-zuojiantou-copy:before {
	content: "\f213";
}

.icon-Gc_17_public-TopOutlined:before {
	content: "\e61b";
}

.icon-jurassic_message:before {
	content: "\e69f";
}

.icon-top02:before {
	content: "\e6f5";
}

.icon-kefu:before {
	content: "\e608";
}

.icon-teams_x:before {
	content: "\e604";
}

.icon-zhiding1:before {
	content: "\e7b9";
}

.icon-QQ:before {
	content: "\e882";
}

.icon-QQkongjian:before {
	content: "\e619";
}

.icon-paper-full:before {
	content: "\ea0b";
}

.icon-jian:before {
	content: "\e612";
}

.icon-xiaohongshu:before {
	content: "\e69e";
}

.icon-zhiding:before {
	content: "\e68c";
}

.icon-youjian_:before {
	content: "\e6a6";
}

.icon-chuanzhen:before {
	content: "\e6b4";
}

.icon-shangjiantou:before {
	content: "\e60f";
}

.icon-yuyan:before {
	content: "\e684";
}

.icon-dingbu:before {
	content: "\e62d";
}

.icon-Youtube:before {
	content: "\e880";
}

.icon-liuyanjianyi:before {
	content: "\e62c";
}

.icon-shangchuan:before {
	content: "\e60b";
}

.icon-youjian:before {
	content: "\e624";
}

.icon-yonghu:before {
	content: "\e6b3";
}

.icon-pinterest1:before {
	content: "\f211";
}

.icon-jia1:before {
	content: "\e632";
}

.icon-xiazai:before {
	content: "\e682";
}

.icon-xiangyoujiantou:before {
	content: "\e68b";
}

.icon-xiangyoujiantou-copy:before {
	content: "\f1eb";
}

.icon-guanbi:before {
	content: "\e611";
}

.icon-zuosanjiao:before {
	content: "\e63e";
}

.icon-yousanjiao-copy:before {
	content: "\f1e8";
}

.icon-email-s:before {
	content: "\e65e";
}

.icon-douyin:before {
	content: "\e8db";
}

.icon-location:before {
	content: "\e614";
}

.icon-xinlangweibo:before {
	content: "\e606";
}

.icon-duigou-cu:before {
	content: "\e658";
}

.icon-facebook-fill:before {
	content: "\e88d";
}

.icon-linkedin1:before {
	content: "\f1e7";
}

.icon-weixin:before {
	content: "\e695";
}

.icon-jiantou_xiangzuo_o:before {
	content: "\eb92";
}

.icon-jiantou_xiangyou_o:before {
	content: "\eb94";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-phone3:before {
	content: "\e661";
}

.icon-doubleright:before {
	content: "\e7ef";
}

.icon-line:before {
	content: "\e63f";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-phone-:before {
	content: "\e638";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-download:before {
	content: "\e7a0";
}

.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-phone1:before {
	content: "\e7cb";
}

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