@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;
	overflow: hidden;
}

ul {
	list-style: none;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-size: 62.5%;
}

.image {
	display: block;
}

.image img {
	display: block;
}



a img {
	display: block;
}

img {
	border: none;
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

.standardLink a:hover {
	color: #0067b8 !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
}


.standardEdit a {
	color: #015299;
}

.standardEdit a:hover {
	text-decoration: underline;
}



a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: 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;
	}
}

.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}

.table table tr:nth-child(2n) td {
	background-color: #fff;
}

.table table tr td {
	padding: 10px 20px;
	font-size: 16px;
	background-color: #f4f4f4;
	font-family: Poppins-Regular, Arial, sans-serif;
	color: #333333;
}

@media screen and (max-width:999px) {
	.table table tr td {
		padding: 8px 15px;
		font-size: 14px;
		line-height: 26px;
	}

}

.safeRange {
	max-width: 1400px;
	width: calc(100% - 160px);
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.safeRange {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:538px) {
	.safeRange {
		width: calc(100% - 30px);
	}
}



@media screen and (max-width: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;
	}
}


.title2 {
	font-size: 36px;
	line-height: 46px;
	color: #1A343F;
	font-family: Poppins-SemiBold;
}


@media screen and (max-width:1560px) {
	.standardTxt .title1 {
		font-size: 36px !important;
		line-height: 48px !important;
	}

	.standardTxt .title2 {
		font-size: 28px !important;
		line-height: 40px !important;
	}
}

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 28px !important;
		line-height: 40px !important;
	}

	.standardTxt .title2 {
		font-size: 24px !important;
		line-height: 26px !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: 36px !important;
	}

	.standardTxt .title2 {
		font-size: 22px !important;
		line-height: 34px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 14px !important;
		line-height: 26px !important;
	}

	.standardTxt .btn {
		font-size: 14px !important;
	}

}

@media screen and (max-width:768px) {
	.standardTxt .title1 {
		font-size: 22px !important;
		line-height: 32px;
	}

	.standardTxt .title2 {
		font-size: 20px !important;
		line-height: 30px !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: #1A343F;
		top: 30px;
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999;
		right: 80px;
		transform: translateY(-50%);
	}

	header .xnav .nav span {
		display: block;
		width: 20px;
		height: 2px;
		background: #ffffff;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: 50%;
		transition: 0.8s;
		z-index: 99999991
	}

	header .xnav .nav .nav1 {
		margin-top: -1px;
	}

	header .xnav .nav .nav2 {
		margin-top: -8px;
	}

	header .xnav .nav .nav3 {
		margin-top: 6px;
	}

	header .xnav .nav:hover .nav1 {
		width: 25px;
	}

	header .xnav .navh .nav1 {
		transform: rotate(45deg)
	}

	header .xnav .navh .nav2 {
		transform: rotate(-45deg);
		width: 10px;
		margin-left: -1px;
		margin-top: -5px;
	}

	header .xnav .navh .nav3 {
		transform: rotate(-45deg);
		width: 9px;
		margin-top: 3px;
		margin-left: -8px;
	}

	header .xnav .navh:hover .nav2 {
		margin-top: -8px;
		margin-left: 7px;
	}

	header .xnav .navh:hover .nav3 {
		margin-top: 5px;
		margin-left: -12px;
	}

	header .xnav .smdaohang {
		position: fixed;
		width: 300px;
		height: 0px;
		overflow: auto;
		top: 0px;
		right: 0px;
		background: rgba(26, 52, 63, 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 {
	height: 160px;
	background-color: #ffffff;
	position: relative;
}

nav .safeRange {
	max-width: 1520px;
}




html {
	scroll-padding-top: 100px;
}


nav .nTop {
	height: 60px;
	background-color: #1A343F;
	z-index: 999999;
	position: relative;
}


nav .nTop>div {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


nav .nTop .nMsg {
	display: flex;
	align-items: center;
}


nav .nMsg .item {
	display: flex;
	align-items: center;
	margin-right: 40px;
	color: #ffffff;
}

nav .nMsg .item a {
	color: #ffffff;
}


nav .nMsg .item a:hover {
	color: #AE852C;
}


nav .nMsg .item:last-child {
	margin-right: 0;
}


nav .nMsg .item i {
	flex-shrink: 0;
	margin-right: 8px;
	background-color: rgba(255, 255, 255, .24);
	color: #ffffff;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
}

nav .nMsg .item i.icon-email-s {
	font-size: 16px;
}


nav .nMsg .item .num {
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
}

nav .nMsg .item .num span {
	display: inline-block;
	direction: ltr;
}

nav .nMsg .item.email .num span {
	word-break: break-all;
}

nav .btns {
	display: flex;
	align-items: center;
	height: 100%;
}




nav .btns .search {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 9999999999;
}


nav .btns .search .searchBtn {
	cursor: pointer;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background-color: #AE852C;
	display: flex;
	align-items: center;
	justify-content: center;
}

nav .btns .search .searchBtn i {
	color: #ffffff;
	display: block;
	font-size: 13px;
}

nav .btns .search .searchBtn:hover i {
	transform: rotate(-10deg);
}


nav .btns .search form {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: calc(100% + 20px);
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	overflow: hidden;
	z-index: 99;
	background-color: #ffffff;
	width: 0;
	border-bottom: 1px solid #ffffff;
}


nav .btns .search form.active {
	width: 260px;
}

nav .btns .search form>input {
	padding: 0 10px;
}


nav .btns .search form input {
	width: 100%;
	height: 100%;
	font-size: 14px !important;
	color: #333333;
	background-color: transparent;
}

nav .search form input::-webkit-input-placeholder {
	font-size: 14px !important;
	opacity: 1;
}

nav .search form input:-moz-placeholder {
	font-size: 14px !important;
	opacity: 1;
}

nav .search form input::-moz-placeholder {
	font-size: 14px !important;
	opacity: 1;
}

nav .search form input:-ms-input-placeholder {
	font-size: 14px !important;
	opacity: 1;
}



nav .btns .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 26px;
	width: 26px;
	margin-right: 10px;
}



nav .btns .search form .subBtn i {
	color: #1A343F;
	font-size: 14px;
	font-weight: bold;
}


nav .btns .search form .subBtn:hover i {
	color: #AE852C;
}




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: 100%;
	display: flex;
	align-items: center;
	margin-left: 33px;
	position: relative;
}


nav .btns .lanBtn {
	cursor: pointer;
	display: flex;
	align-items: center;
	color: #ffffff;
}



nav .btns .lanBtn:hover span,
nav .btns .lanBtn:hover i:nth-child(n) {
	color: #AE852C;
}


nav .btns .lanBtn span {
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	margin: 0 0px 0 11px;
}

nav .btns .lanBtn i.icon-language {
	font-size: 17px;
}


nav .btns .lanBtn i.icon-right7 {
	font-size: 10px;
	font-weight: bold;
	transform: rotate(90deg);
	color: #ffffff;
	margin-left: 5px;
}


nav .btns .language.active .lanBtn i.icon-right7 {
	transform: rotate(-90deg);
}

nav .btns .language ul {
	position: absolute;
	top: 100%;
	background-color: #feffff;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	padding: 20px 0;
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 200px;
	display: none;
	transition: none;
	z-index: 99;
}


nav .btns .language ul a {
	padding: 0 20px;
	font-size: 14px;
	line-height: 26px;
	color: #333333;
}



nav .btns .language ul li {
	margin-bottom: 14px;
}



nav .btns .language ul li:last-child {
	margin-bottom: 0;
}

nav .btns .language ul a:hover {
	color: #AE852C;
}


.nBottom {
	box-shadow: 0 10px 10px 0 rgba(26, 52, 63, 0.08);
	background-color: #ffffff;
}

nav.active .nBottom {
	position: fixed;
	width: 100%;
}



nav .nBottom {
	height: 100px;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #ffffff;
	z-index: 99999;
}

nav .nBottom>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}


nav .logo {
	width: 178px;
	flex-shrink: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}


nav .logo:hover img {
	transform: none;
}


nav .navList {
	display: flex;
	align-items: center;
	height: 100%;
}


nav .navList>ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

nav .navList>ul:nth-child(1) {
	width: 31%;
}

nav .navList>ul:nth-child(3) {
	width: 39%;
}


nav .navList>ul>li {
	position: relative;
}


nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 100px;
	line-height: 100px;
	font-size: 18px;
	color: #1A343F;
	position: relative;
}


nav .navList>ul>li>a::after {
	content: "";
	position: absolute;
	right: 0;
	height: 3px;
	background-color: #1A343F;
	bottom: 0px;
	width: 0;
	transition: .4s ease all;
	pointer-events: none;
}

nav .navList>ul>li.active>a::after,
nav .navList>ul>li:hover>a::after {
	width: 100%;
	right: auto;
	left: 0;
}





/* moreList */

.moreList,
.moreList ul {
	position: absolute;
	display: none;
	transition: none;
	z-index: 9999;
	background-color: #ffffff;
	width: max-content;
	min-width: 230px;
	max-width: 300px;
	box-shadow: 0 10px 20px 0 rgba(0, 55, 104, 0.05);
	transition: none;
	z-index: 99;
	padding: 38px 0 36px 0;
}


.moreList {
	top: 100%;
	left: 0px;
}

.moreList ul ul {
	position: absolute;
	display: none;
	transition: none;
}


.moreList ul ul {
	left: 100%;
	top: -38px;
}


.moreList li {
	position: relative;
	margin-bottom: 22px;
}

.moreList li:last-child {
	margin-bottom: 0;
}


.moreList a {
	font-size: 18px;
	line-height: 28px;
	color: #1A343F;
	padding: 0px 28px;
}


.moreList li:hover>a {
	color: #AE852C;
}

/* productSlides */


.productSlides {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	top: 100%;
	height: calc(100vh - 160px);
	background: rgba(0, 0, 0, 0.40);
	display: none;
	transition: none;
}

nav.active .nBottom .productSlides {
	height: calc(100vh - 100px);
}

.productSlides .slides {
	background-color: #ffffff;
}

.productSlides .slides .slideList {
	padding: 80px 0 114px 0;
	display: flex;
	flex-wrap: wrap;
	max-width: 1400px;
	overflow: auto;
	max-height: 100%;
}

.productSlides .slides .slideList .item {
	width: 15.21%;
	margin-right: 1.748%;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.productSlides .slides .slideList .item:nth-child(-n+6) {
	margin-top: 0;
}

.productSlides .slides .slideList .item:nth-child(6n) {
	margin-right: 0;
}

.productSlides .slides .slideList .image {
	overflow: hidden;
}

.productSlides .slides .slideList .name {
	color: #1A343F;
	text-align: center;
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 30px;
	margin-top: 20px;
}

.productSlides .slides .slideList .name:hover {
	color: #AE852C;
}


header .infoList {
	margin-top: 20px;
}

header .infoList .item {
	display: flex;
	align-items: flex-start;
	margin-top: 20px;
}

header .infoList .item:nth-child(1) {
	margin-top: 0;
}

header .infoList .item i {
	flex-shrink: 0;
	margin-right: 10px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	font-size: 14px;
	background-color: #ffffff;
	color: #1A343F;
	display: flex;
	align-items: center;
	justify-content: center;
}

header .infoList .item .num {
	text-align: left;
	padding: 0;
	margin: 0;
	color: #ffffff;
	font-size: 14px;
}


header .infoList .item .num span {
	display: inline-block;
	direction: ltr;
	position: static;
	width: auto;
	height: auto;
	background-color: transparent;
	border-radius: 0;
}

header .infoList .item .num span::after,
header .infoList .item .num span::before {
	display: none;
}

header .infoList .item.email .num {
	word-break: break-all;
}


@media screen and (max-width:1560px) {
	nav .navList>ul>li>a {
		height: 80px;
		font-size: 16px;
		line-height: 80px;
	}

	nav .nBottom {
		height: 80px;
	}

	nav .nTop {
		height: 40px;
	}

	nav {
		height: 120px;
	}

	html {
		scroll-padding-top: 80px;
	}

	nav .logo {
		width: 140px;
	}

	nav .btns .search .searchBtn {
		width: 30px;
		height: 30px;
	}

	.productSlides .slides .slideList {
		padding: 40px 0;
	}

	.productSlides .slides .slideList .name {
		font-size: 16px;
		line-height: 26px;
		margin-top: 14px;
	}

	.productSlides {
		height: calc(100vh - 120px);
	}

	nav.active .nBottom .productSlides {
		height: calc(100vh - 80px);
	}

	.moreList,
	.moreList ul {
		padding: 20px 0;
	}

	.moreList a {
		font-size: 16px;
		line-height: 28px;
	}

	.moreList li {
		margin-bottom: 14px;
	}
}

@media screen and (max-width:1333px) {
	nav .safeRange {
		width: calc(100% - 50px);
	}

	nav .productSlides .safeRange {
		width: calc(100% - 160px);
	}

	nav .navList>ul:nth-child(1) {
		width: 36%;
	}

	nav .logo {
		width: 120px;
		left: 46%;
	}

	nav .navList>ul:nth-child(3) {
		width: 45%;
	}

	.productSlides .slides .slideList .item:nth-child(n) {
		width: 18.4%;
		margin-right: 2%;
		margin-top: 14px;
	}

	.productSlides .slides .slideList .item:nth-child(5n) {
		margin-right: 0;
	}

	.productSlides .slides .slideList .item:nth-child(-n+5) {
		margin-top: 0;
	}

	nav .btns .language ul {
		right: 0;
		left: auto;
		transform: translateX(0);
	}

	nav .btns .language ul a {
		text-align: right;
	}
}

@media screen and (max-width:999px) {
	nav .navList>ul {
		display: none;
	}

	nav .logo {
		position: static;
		transform: translateX(0);
	}

	nav .safeRange {
		width: calc(100% - 160px);
	}

	nav .nTop .nMsg {
		display: none;
	}

	nav .btns .search {
		display: none;
	}

	nav .btns .language {
		margin-left: 0;
		position: absolute;
		right: 120px;
		top: 0;
		height: 60px;
	}

	nav .btns .language .lanBtn i,
	nav .btns .language .lanBtn span {
		color: #1A343F;
	}

	nav .btns .language .lanBtn:hover i,
	nav .btns .language .lanBtn:hover span {
		color: #AE852C;
	}

	nav .nTop {
		height: 0;
	}

	nav .nBottom,
	nav {
		height: 60px;
	}

	nav {
		position: fixed;
		left: 0%;
		width: 100%;
		z-index: 99999;
		top: 0;
	}

	.bannerRange {
		height: 60px;
	}

	nav .btns .language {
		right: 150px;
	}

	nav .btns .language ul {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}

	nav .btns .language ul a {
		text-align: left;
	}

	nav .btns .language ul {
		padding: 14px 0;
	}

	nav .btns .language ul li {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:768px) {
	nav .safeRange {
		width: calc(100% - 50px);
	}

	header .xnav .nav {
		right: 25px;
		top: 25px;
	}

	nav .btns .language {
		right: 100px;
		height: 50px;
	}

	.bannerRange {
		height: 50px;
	}

	nav .nBottom,
	nav {
		height: 50px;
	}

	nav .logo {
		width: 100px;
	}
}

@media screen and (max-width:538px) {
	nav .safeRange {
		width: calc(100% - 30px);
	}

	header .xnav .nav {
		right: 15px;
	}

	nav .btns .language {
		right: 80px;
	}
}


/* indexbanner */

.indexBanner {
	transition: none;
}

.indexBanner * {
	transition: none;
}

.indexBanner img {
	display: block;
}

.indexBanner a:hover img {
	transform: scale(1, 1);
}

#wowslider-container1 .ws_images ul {
	position: relative;
	width: 10000%;
	height: 100%;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	overflow: visible;
	/*table-layout:fixed;*/
}

#wowslider-container1 .ws_images ul li {
	position: relative;
	width: 1%;
	height: 100%;
	line-height: 0;
	overflow: hidden;
	float: left;
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
}

#wowslider-container1 .ws_images {
	position: relative;
	left: 0;
	top: 0;
	height: 100%;
	max-width: 1920px;
	vertical-align: top;
	border: none;
	overflow: hidden;
}

#wowslider-container1 .ws_images ul a {
	width: 100%;
	height: 100%;
	display: block;
	color: transparent;
}

#wowslider-container1 img {
	max-width: none !important;
}

#wowslider-container1 .ws_images .ws_list img,
#wowslider-container1 .ws_images>div>img {
	width: 100%;
	border: none 0;
	max-width: none;
	padding: 0;
	margin: 0;
}


#wowslider-container1 .ws_images iframe {
	position: absolute;
	z-index: -1;
}

#wowslider-container1 .ws-title>div {
	display: inline-block !important;
}

#wowslider-container1 a {
	text-decoration: none;
	outline: none;
	border: none;
}

#wowslider-container1 .ws_bullets {
	position: absolute;
	z-index: 70;
	left: 50%;
	bottom: 28px;
	padding: 5px;
	transform: translateX(-50%);
	width: calc(100% - 80px);
	max-width: 1400px;
}

#wowslider-container1 .ws_bullets div {
	position: relative;
	font-size: 0px;
	justify-content: center;
}

/* compatibility with Joomla styles */
#wowslider-container1 .ws_bullets a {
	line-height: 0;
}

#wowslider-container1 .ws_script {
	display: none;
}

#wowslider-container1 sound,
#wowslider-container1 object {
	position: absolute;
}

/* prevent some of users reset styles */
#wowslider-container1 .ws_effect {
	position: static;
	width: 100%;
	height: 100%;
}

#wowslider-container1 .ws_photoItem {
	border: 2em solid #fff;
	margin-left: -2em;
	margin-top: -2em;
}

#wowslider-container1 .ws_cube_side {
	background: #A6A5A9;
}


/* hide controls when video start play */
#wowslider-container1.ws_video_playing .ws_bullets,
#wowslider-container1.ws_video_playing .ws_fullscreen,
#wowslider-container1.ws_video_playing .ws_next,
#wowslider-container1.ws_video_playing .ws_prev {
	display: none;
}

.ws-title-wrapper {
	display: none;
}

/* youtube/vimeo buttons */
#wowslider-container1 .ws_video_btn {
	position: absolute;
	display: none;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 55;
}

#wowslider-container1 .ws_video_btn.ws_youtube,
#wowslider-container1 .ws_video_btn.ws_vimeo {
	display: block;
}

#wowslider-container1 .ws_video_btn div {
	position: absolute;
	background-image: url(./playvideo.png);
	background-size: 200%;
	top: 50%;
	left: 50%;
	width: 7em;
	height: 5em;
	margin-left: -3.5em;
	margin-top: -2.5em;
}

#wowslider-container1 .ws_video_btn.ws_youtube div {
	background-position: 0 0;
}

#wowslider-container1 .ws_video_btn.ws_youtube:hover div {
	background-position: 100% 0;
}

#wowslider-container1 .ws_video_btn.ws_vimeo div {
	background-position: 0 100%;
}

#wowslider-container1 .ws_video_btn.ws_vimeo:hover div {
	background-position: 100% 100%;
}

#wowslider-container1 .ws_playpause.ws_hide {
	display: none !important;
}


#wowslider-container1 .ws_bullets a {
	width: 80px;
	height: 3px;
	background-color: rgba(255, 255, 255, .3);
	float: left;
	text-indent: -4000px;
	position: relative;
	margin: 5px 10px;
	color: transparent;
	overflow: hidden;
	transition: .4s ease all;
}

#wowslider-container1 .ws_bullets a:hover {
	background-position: 0 50%;
}

#wowslider-container1 .ws_bullets a.ws_selbull {
	background-color: #ffffff;
}

#wowslider-container1 a.ws_next,
#wowslider-container1 a.ws_prev {
	background-size: 200%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 60;
	width: 50px;
	height: 50px;
	color: rgba(255, 255, 255, .5);
	transition: .4s ease all;
}

#wowslider-container1 a.ws_next i,
#wowslider-container1 a.ws_prev i {
	font-size: 35px;
}


#wowslider-container1 a.ws_next {
	right: 40px;
}

#wowslider-container1 a.ws_prev {
	left: 40px;
}

#wowslider-container1 a.ws_next:hover,
#wowslider-container1 a.ws_prev:hover {
	color: #AE852C;
}


/*playpause*/
#wowslider-container1 .ws_playpause {
	width: 6.4em;
	height: 6.4em;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -2.5em;
	margin-top: -2.5em;
	z-index: 59;
}

#wowslider-container1 .ws_pause {
	background-size: 100%;
	background-color: #cca;
}

#wowslider-container1 .ws_play {
	background-size: 100%;
	background-color: #efc;
}

#wowslider-container1 .ws_pause:hover,
#wowslider-container1 .ws_play:hover {
	background-position: 100% 100% !important;
}

/* bottom center */

#wowslider-container1 .ws_bullets div {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

#wowslider-container1 .ws-title {
	position: absolute;
	display: block;
	font: 2em 'Arimo', sans-serif;
	bottom: -0.2em;
	left: 0;
	margin: 1.8em 0.7em;
	padding: 0.6em 0.5em;
	color: #777777;
	z-index: 50;
	line-height: 1em;
	text-transform: uppercase;
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.3);
	border: 0.05em solid #ffffff;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}

#wowslider-container1 .ws-title div {
	margin-top: 0.3em;
	font-size: 0.8em;
	line-height: 1.15em;
	font-weight: normal;
}

#wowslider-container1 a.ws_next,
#wowslider-container1 a.ws_prev,
#wowslider-container1 .ws_playpause {
	display: flex;
	align-items: center;
	justify-content: center;
}



#wowslider-container1 .ws_images>ul {
	animation: wsBasic 16s infinite;
	-moz-animation: wsBasic 16s infinite;
	-webkit-animation: wsBasic 16s infinite;
}

@keyframes wsBasic {
	0% {
		left: -0%
	}

	12.5% {
		left: -0%
	}

	25% {
		left: -100%
	}

	37.5% {
		left: -100%
	}

	50% {
		left: -200%
	}

	62.5% {
		left: -200%
	}

	75% {
		left: -300%
	}

	87.5% {
		left: -300%
	}
}

@-moz-keyframes wsBasic {
	0% {
		left: -0%
	}

	12.5% {
		left: -0%
	}

	25% {
		left: -100%
	}

	37.5% {
		left: -100%
	}

	50% {
		left: -200%
	}

	62.5% {
		left: -200%
	}

	75% {
		left: -300%
	}

	87.5% {
		left: -300%
	}
}

@-webkit-keyframes wsBasic {
	0% {
		left: -0%
	}

	12.5% {
		left: -0%
	}

	25% {
		left: -100%
	}

	37.5% {
		left: -100%
	}

	50% {
		left: -200%
	}

	62.5% {
		left: -200%
	}

	75% {
		left: -300%
	}

	87.5% {
		left: -300%
	}
}

#wowslider-container1 .ws_bullets a img {
	text-indent: 0;
	display: block;
	bottom: 25px;
	left: -74px;
	visibility: hidden;
	position: absolute;
	border: 1px solid rgba(220, 220, 220, 0.6);
	border-radius: 1px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	max-width: none;
}

#wowslider-container1 .ws_bullets a:hover img {
	visibility: visible;
}

#wowslider-container1 .ws_bulframe div div {
	height: 48px;
	overflow: visible;
	position: relative;
}

#wowslider-container1 .ws_bulframe div {
	left: 0;
	overflow: hidden;
	position: relative;
	width: 148px;
	background-color: #FFFFFF;


}

#wowslider-container1 .ws_bullets .ws_bulframe {
	display: none;
	bottom: 29px;
	overflow: visible;
	position: absolute;
	cursor: pointer;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	border: 1px solid #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

#wowslider-container1 .ws_bulframe span {
	display: block;
	position: absolute;
	bottom: -8px;
	margin-left: 1px;
	left: 74px;
	background-color: #caf;
	width: 15px;
	height: 6px;
}

#wowslider-container1 .ws_bulframe div div {
	height: auto;
}


@media screen and (max-width:1560px) {

	#wowslider-container1 a.ws_prev,
	#wowslider-container1 a.ws_next {
		width: 46px;
		height: 46px;
	}

	#wowslider-container1 a.ws_next i,
	#wowslider-container1 a.ws_prev i {
		font-size: 24px;
	}

	#wowslider-container1 .ws_bullets a {
		width: 60px;
	}
}

@media screen and (max-width:1333px) {

	#wowslider-container1 a.ws_prev,
	#wowslider-container1 a.ws_next {
		width: 42px;
		height: 42px;
	}

	#wowslider-container1 a.ws_prev {
		left: 20px;
	}

	#wowslider-container1 a.ws_next {
		right: 20px;
	}

	#wowslider-container1 a.ws_next i,
	#wowslider-container1 a.ws_prev i {
		font-size: 22px;
	}

	#wowslider-container1 .ws_bullets {
		bottom: 20px;
	}

	#wowslider-container1 .ws_bullets a {
		width: 55px;
		margin: 5px 8px;
	}
}

@media screen and (max-width:999px) {

	#wowslider-container1 a.ws_prev,
	#wowslider-container1 a.ws_next {
		display: none;
	}

	#wowslider-container1 .ws_bullets a {
		width: 50px;
		margin: 5px 8px;
	}

}

@media screen and (max-width:768px) {
	#wowslider-container1 .ws_bullets a {
		width: 45px;
	}

	#wowslider-container1 .ws_bullets {
		width: calc(100% - 50px);
	}

	#wowslider-container1 .ws_bullets a {
		width: 46px;
		margin: 5px 5px;
	}
}

@media screen and (max-width:538px) {
	#wowslider-container1 .ws_bullets {
		width: calc(100% - 30px);
	}

	#wowslider-container1 .ws_bullets a {
		width: 40px;
	}


	#wowslider-container1 .ws_bullets {
		bottom: 10px;
	}
}



/* title1 */

.title1 {
	color: #1A343F;
	font-size: 46px;
	line-height: 56px;
	font-family: Poppins-SemiBold;
}

a.title1 {
	display: inline-block;
}

a.title1:hover {
	color: #AE852C;
}

.title1 span {
	font-family: Poppins-Light;
}


.iTit {
	display: flex;
	align-items: center;
	justify-content: center;
}

.iTit .title1 {
	text-align: center;
}




/* indexM1-1 */

.brands {
	padding: 93px 0 100px 0;
}


.partners .swiper-slide {
	height: auto;
}

.partners .swiperBox {
	margin-top: 51px;
	padding: 0 90px;
}

.partners .image {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	background: #FFF;
	overflow: hidden;
	border: 1px solid #CCC;
}


.partners .image:last-child {
	margin-bottom: 0;
}


.swiperBox {
	position: relative;
}


.swiperBox .sBtns>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}

.sBtns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
	width: 36px;
	height: 36px;
	overflow: hidden;
	color: rgba(26, 52, 63, .5);
	font-size: 27px;
	z-index: 99;
}


.swiperBox .sBtns>div.prev {
	left: 0px;
}

.swiperBox .sBtns>div.next {
	right: 0px;
}


.sBtns>div:hover {
	color: #AE852C;
}

.sBtns>div.swiper-button-disabled {
	pointer-events: none;
}

@media screen and (max-width:1560px) {
	.partners .swiperBox {
		margin-top: 40px;
		padding: 0 60px;
	}

	.partners .image {
		margin-bottom: 20px;
	}

	.sBtns>div {
		font-size: 24px;
	}
}

@media screen and (max-width:1333px) {
	.sBtns>div {
		font-size: 20px;
	}
}

@media screen and (max-width:999px) {
	.partners .swiperBox {
		margin-top: 30px;
	}

	.sBtns>div {
		font-size: 18px;
	}
}

@media screen and (max-width:768px) {
	.partners .swiperBox {
		padding: 0 48px;
	}

	.partners .swiperBox {
		padding: 0;
	}

	.partners .swiperBox .sBtns {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.partners .swiperBox .sBtns>div {
		position: static;
		transform: translateY(0);
		margin-top: 20px;
	}

	.partners .swiperBox .sBtns>div.prev {
		margin-right: 20px;
	}
}



/* indexM2-1 */


.greyBg {
	background-color: #F7F9FA;
}


.iAbout {
	padding: 100px 0 100px 0;
}

.iAbout .title {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.iAbout .title .txts p {
	font-size: 18px;
}

.iAbout .box {
	flex-shrink: 0;
	margin-right: 20%;
	padding-top: 3px;
}


.iAbout .msg {
	padding: 0px 0;
}


.standardEdit p {
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}


.iAbout .title .txts {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
}



.cBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #1A343F;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	padding: 12px 26px 10px 28px;
	width: max-content;
}


.cBtn:hover {
	background-color: #AE852C;
	color: #ffffff;
}


.cBtn i {
	flex-shrink: 0;
	margin-left: 13px;
	font-weight: bold;
	font-size: 14px;
}


.iAbout .cBtn {
	margin-top: 67px;
}



.iAbout .aboutShow {
	margin-top: 60px;
}

.aboutShow {
	position: relative;
}


.aboutShow>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}


.video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}


.video .playBtn {
	width: 61px;
	height: 61px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	border-radius: 50%;
	position: relative;
	z-index: 9;
}


.video:hover .playBtn {
	background-color: #AE852C;
}

.video:hover .playBtn div {
	background-color: #AE852C;
}

.video .playBtn img {
	width: 17px;
	display: block;
}

.video:hover .playBtn img {
	filter: grayscale(100%) brightness(500%);
}

.video .playBtn {
	position: relative;
	width: 60px;
	height: 60px;
}


.video .playBtn div {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: 1;
	background-color: #ffffff;
	opacity: 0;
	animation: circles 3.2s linear 0s infinite;
	animation-play-state: running;
	z-index: -1;
}


.video .playBtn .circle1 {
	animation-delay: 0.8s;
}

.video .playBtn .circle2 {
	animation-delay: 1.6s;
}

.video .playBtn .circle3 {
	animation-delay: 2.4s;
}


@keyframes circles {
	0% {
		transform: scale(1);
		opacity: 0;
	}

	20% {
		transform: scale(1.28);
		opacity: 0.5;
	}

	100% {
		transform: scale(2.2);
		opacity: 0;
	}
}


.iAbout .advantage {
	margin-top: 103px;
}

.advantage {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.advantage .msg {
	width: 28.5%;
}

.advantage .msg .txts {
	margin-top: 28px;
}

.advantage .msg .cBtn {
	margin-top: 39px;
}


.advantage .numList {
	width: 56.44%;
	padding-top: 1px;
}

.numList {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}


.numList .item {

	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 85px;
}

.numList .item:nth-child(3n-2) {
	width: 36%;
	margin-right: 5.1%;
}

.numList .item:nth-child(3n-1) {
	width: 36%;
	margin-right: 4%;
}

.numList .item:nth-child(3n) {
	width: 18.9%;
	margin-right: 0;
}

.numList .item:nth-child(-n+3) {
	margin-top: 0;
}


.numList .num {
	font-family: Poppins-SemiBold;
	font-size: 32px;
	line-height: 32px;
	color: #AE852C;
	display: flex;
	align-items: flex-start;
}

.numList .name {
	color: #333;
	font-family: Poppins-SemiBold;
	font-size: 16px;
	line-height: 28px;
	margin-top: 16px;
}

@media screen and (max-width:1560px) {
	.cBtn {
		padding: 8px 20px;
	}

	.iAbout .box {
		padding-top: 0;
		margin-right: 10%;
	}

	.iAbout .cBtn {
		margin-top: 40px;
	}

	.iAbout .aboutShow {
		margin-top: 40px;
	}

	.iAbout .advantage {
		margin-top: 80px;
	}

	.advantage .numList {
		padding-top: 20px;
	}

	.numList .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
	}

	.numList .item:nth-child(3n) {
		margin-right: 0;
	}

	.numList .num {
		font-size: 28px;
		line-height: 28px;
	}

	.numList .item {
		margin-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.cBtn {
		padding: 6px 20px;
	}

	.iAbout .cBtn {
		margin-top: 30px;
	}

	.aboutShow {
		height: 360px;
	}

	.numList .num {
		font-size: 24px;
		line-height: 24px;
	}

	.numList .item {
		margin-top: 40px;
	}

	.advantage .numList {
		width: 65%;
	}

	.iAbout .advantage {
		margin-top: 60px;
	}
}

@media screen and (max-width:999px) {
	.iAbout .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.iAbout .box {
		margin-right: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

	.iAbout .box .cBtn {
		margin-top: 0;
		flex-shrink: 0;
		margin-left: 30px;
	}

	.cBtn {
		font-size: 14px;
		line-height: 24px;
	}

	.iAbout .title .txts {
		margin-top: 30px;
	}

	.iAbout .aboutShow {
		margin-top: 30px;
	}

	.video .playBtn {
		width: 55px;
		height: 55px;
	}

	.video .playBtn img {
		width: 15px;
	}

	.iAbout .advantage {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 50px;
	}

	.advantage .msg {
		width: 100%;
	}

	.advantage .msg .txts {
		margin-top: 26px;
	}

	.advantage .msg .cBtn {
		margin-top: 26px;
	}

	.advantage .numList {
		width: 100%;
		padding: 0;
		margin-top: 40px;
	}

	.numList .name {
		margin-top: 10px;
	}

	.numList .item {
		margin-top: 26px;
	}
}

@media screen and (max-width:768px) {
	.iAbout .advantage {
		margin-top: 40px;
	}

	.numList .num {
		font-size: 22px;
		line-height: 22px;
	}
}

@media screen and (max-width:538px) {

	.numList {
		justify-content: space-between;
	}

	.numList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 24px;
	}

	.numList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.video .playBtn {
		width: 50px;
		height: 50px;
	}

	.video .playBtn img {
		width: 12px;
	}
}

@media screen and (max-width:450px) {
	.iAbout .box {
		flex-direction: column;
		align-items: flex-start;
	}

	.iAbout .box .cBtn {
		margin-left: 0;
		margin-top: 26px;
	}

}

/* indexM3-1 */

.iProduct {
	padding: 103px 0 100px 0;
}

.iProduct .swiper {
	margin-top: 40px;
}

.iProduct .checkBtns {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 44px;
	flex-wrap: wrap;
}

.iProduct .checkBtns .item {
	position: relative;
	margin: 14px 38px;
	cursor: pointer;
	color: #1A343F;
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
}


.iProduct .checkBtns .item::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -11px;
	height: 2px;
	width: 0;
	transition: .4s ease all;
	background-color: rgba(174, 133, 44, 1);
}

.iProduct .checkBtns .item:hover,
.iProduct .checkBtns .item.active {
	color: #AE852C;
}


.iProduct .checkBtns .item:hover::after,
.iProduct .checkBtns .item.active::after {
	right: auto;
	left: 0;
	width: 100%;
}


.iProduct .checks {
	margin-top: 47px;
}

.iProduct .checks .productList {
	display: none;
}

.iProduct .checks .productList.active {
	display: flex;
}

.productList {
	display: flex;
	flex-wrap: wrap;
}


.productList .productItem {
	width: 23.28%;
	margin-right: 2.29%;
	margin-top: 50px;
}

.productList .productItem:nth-child(4n) {
	margin-right: 0;
}

.productList .productItem:nth-child(-n+4) {
	margin-top: 0;
}


.productItem .image {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
}

.productItem .image::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #B3B3B3;
	z-index: 1;
	pointer-events: none;
}


.productItem .image img:nth-child(2) {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.productItem .image:hover img {
	opacity: 0;
	transform: none;
}

.productItem .image:hover img:nth-child(2) {
	opacity: 1;
}

.productItem h2 {
	font-weight: normal;
}

.productItem .tit {
	margin-top: 22px;
	color: #333;
	font-size: 18px;
	line-height: 28px;
}

.productItem .tit:hover {
	color: #AE852C;
}

@media screen and (max-width:1560px) {
	.iProduct .checkBtns {
		margin-top: 30px;
	}

	.iProduct .checks {
		margin-top: 30px;
	}

	.productItem .tit {
		margin-top: 16px;
	}

	.productList .productItem {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.iProduct .checkBtns .item {
		font-size: 16px;
		line-height: 28px;
		margin: 10px 20px;
	}

	.iProduct .checkBtns .item::after {
		bottom: -6px;
	}

	.productItem .tit {
		font-size: 16px;
		line-height: 26px;
		margin-top: 14px;
	}

	.productList .productItem {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {

	.iProduct .checkBtns,
	.iProduct .checks {
		margin-top: 26px;
	}

	.iProduct .checkBtns .item {
		font-size: 14px;
		line-height: 26px;
	}

	.productItem .tit {
		font-size: 14px;
		line-height: 26px;
	}

	.productList .productItem:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 26px;
	}

	.productList .productItem:nth-child(3n) {
		margin-right: 0;
	}

	.productList .productItem:nth-child(-n+3) {
		margin-top: 0;
	}
}

@media screen and (max-width:768px) {
	.iProduct .checkBtns .item {
		margin: 10px 14px;
	}
}

@media screen and (max-width:538px) {
	.iProduct .checkBtns .item {
		margin: 10px;
	}

	.productList {
		justify-content: space-between;
	}

	.productList .productItem:nth-child(n) {
		width: 48%;
		margin-right: 0%;
		margin-top: 26px;
	}

	.productList .productItem:nth-child(-n+2) {
		margin-top: 0;
	}
}

/* indexM4-1 */

.iAbility {
	padding: 101px 0 100px 0;
}

.ability .list {
	margin-top: 49px;
	display: flex;
	flex-wrap: wrap;
}

.ability .list .item {
	width: 18.57%;
	margin-right: 1.7875%;
	margin-top: 30px;
	background-color: #ffffff;
}

.ability .list .item:hover {
	box-shadow: 0 5px 15px rgba(26, 52, 63, 0.08);
	transform: translateY(-10px);
}


.ability .list .item:nth-child(5n) {
	margin-right: 0;
}

.ability .list .item:nth-child(-n+5) {
	margin-top: 0;
}

.ability .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.ability .list .msg {
	padding: 29px 20px 31px;
}

.ability .list .num {
	color: #1A343F;
	text-align: center;
	font-family: Poppins-SemiBold;
	font-size: 28px;
	font-style: italic;
	line-height: 28px;
}

.ability .list .txts {
	margin-top: 16px;
}

.ability .list .txts p {
	text-align: center;
}

@media screen and (max-width:1560px) {
	.ability .list {
		margin-top: 40px;
	}

	.ability .list .msg {
		padding: 30px 20px;
	}

	.ability .list .num {
		font-size: 24px;
		line-height: 24px;
	}
}

@media screen and (max-width:1333px) {
	.ability .list .item:nth-child(n) {
		width: 23.5%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.ability .list .item:nth-child(4n) {
		margin-right: 0;
	}

	.ability .list .item:nth-child(-n+4) {
		margin-top: 0;
	}

	.ability .list .num {
		font-size: 22px;
		line-height: 22px;
	}
}

@media screen and (max-width:999px) {
	.ability .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 26px;
	}

	.ability .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.ability .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.ability .list .num {
		font-size: 20px;
		line-height: 20px;
	}

	.ability .list .txts {
		margin-top: 14px;
	}

	.ability .list {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.ability .list .msg {
		padding: 20px 14px;
	}
}

@media screen and (max-width:538px) {
	.ability .list {
		justify-content: space-between;
	}

	.ability .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0%;
		margin-top: 26px;
	}

	.ability .list .item:nth-child(-n+2) {
		margin-top: 0;
	}
}


/* indexM5-1 */

.imgBg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.imgBg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.touch {
	padding: 83px 0 74px 0;
	position: relative;
}

.touch .title1 {
	color: #ffffff;
	text-align: center;
}

.touch .txts {
	color: #FFF;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	margin: 0 auto;
	margin-top: 17px;
}


.touch .cBtn {
	margin: 0 auto;
	margin-top: 50px;
	background-color: #AE852C;
	color: #ffffff;
}


.touch .cBtn:hover {
	background-color: #ffffff;
	color: #AE852C;
}

@media screen and (max-width:1560px) {
	.touch .cBtn {
		margin-top: 26px;
	}

	.touch .txts {
		margin-top: 26px;
	}

}




/* indexM6-1 */

.iNews {
	padding: 103px 0 100px 0;
}


.iNews .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.iNews .msg {
	width: 28%;
}

.iNews .msg .txts {
	margin-top: 28px;
}

.iNews .msg .cBtn {
	margin-top: 79px;
}


.iNews .box {
	width: 65.92%;
}

.iNews .swiper {
	margin: 0;
	width: 100%;
	overflow: visible;
	clip-path: polygon(0% -1000%, 1000% -1000%, 1000% 1000%, 0 1000%);
	margin-top: -3px;
}


.iNews .swiper .swiper-slide {
	opacity: .2;
	transition: .4s ease opacity;
	pointer-events: none;
}

.iNews .swiper .swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}

.iNews .swiper .swiper-slide-prev {
	opacity: 1;
}


.iNews .box .swiper .tit {
	color: #1A343F;
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 30px;
	margin-top: 24px;
}


.iNews .box .swiper .tit:hover {
	color: #AE852C;
}


.iNews .image {
	overflow: hidden;
}

.iNews .box .sSigns {
	margin-top: 40px;
}

.sSigns {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.sSigns .swiper-pagination {
	width: 100%;
	position: static;
	background-color: #cccccc;
	border-radius: 0;
	height: 2px;
}

.sSigns .swiper-pagination span {
	background-color: #1A343F;
}

.sSigns .hSbtns {
	flex-shrink: 0;
	margin-left: 26px;
}


.hSbtns {
	display: flex;
	align-items: center;
}


.hSbtns>div {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	color: #ffffff;
	font-size: 12px;
	background-color: #1A343F;
}



.hSbtns>div.prev {
	margin-right: 16px;
}



.hSbtns>div:hover {
	background-color: #AE852C;
}


.hSbtns>div.swiper-button-disabled {
	pointer-events: none;
}


@media screen and (max-width:1560px) {
	.iNews .swiper {
		margin-top: 0;
	}

	.iNews .box .swiper .tit {
		margin-top: 20px;
	}

	.iNews .msg .cBtn {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.iNews .box .swiper .tit {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:999px) {
	.iNews .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.iNews .msg {
		width: 100%;
	}

	.iNews .msg .txts {
		margin-top: 26px;
	}

	.iNews .msg .cBtn {
		margin-top: 26px;
	}

	.iNews .box {
		width: 100%;
		margin-top: 30px;
	}

	.iNews .box .swiper .tit {
		font-size: 14px;
		line-height: 26px;
	}

	.iNews .box .btns {
		margin-top: 26px;
	}
}

@media screen and (max-width:768px) {
	.hSbtns>div {
		width: 36px;
		height: 36px;
	}
}


.products {
	padding: 93px 0 116px;
}

.products .mbox {
	margin-top: 22px;
}


.products .con {
	margin-top: 69px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.products .productCategory {
	width: 22.9%;
}


.products .productCategory .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #1A343F;
	padding: 17.4px 30px;
	color: #FFF;
	font-family: Poppins-SemiBold;
	font-size: 20px;
	line-height: 32px;
}



.products .productCategory .title .menuBtn {
	display: none;
}


.productCategory .list>li {
	border-bottom: 1px solid #E6E6E6;
}

.productCategory .list>li .tit.active,
.productCategory .list>li.active .tit {
	background: rgba(26, 52, 63, 0.05);
}

.productCategory .list>li .tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20.4px 20px;
}



.productCategory .list>li .tit a {
	font-family: Poppins-SemiBold;
	color: #1A343F;
	font-size: 16px;
	line-height: 28px;
}


.productCategory .list>li .tit a:hover {
	color: #AE852C;
}


.productCategory .list>li .btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	cursor: pointer;
	width: 24px;
	height: 24px;
	margin-right: -5px;
}

.productCategory .list>li .btn:hover i {
	color: #AE852C;
}


.productCategory .list>li .btn i {
	font-size: 12px;
	color: #1A343F;
}


.productCategory .list>li .tit.active .btn i {
	transform: rotate(90deg);
}



.productCategory .list ul {
	padding: 24px 34px 22px;
	display: none;
	transition: none;
}

.productCategory .list li.active>ul {
	display: block;
}

.productCategory .list ul li {
	margin-bottom: 20.5px;
}

.productCategory .list ul li:last-child {
	margin-bottom: 0;
}

.productCategory .list ul a {
	color: #4D4D4D;
	font-size: 16px;
	line-height: 28px;
	display: inline-block;
}

.productCategory .list ul li.active>a,
.productCategory .list ul a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 2px;
}


.products form {
	width: 74%;
}

.products form .list {
	display: flex;
	flex-wrap: wrap;
}

.products form .list .productItem {
	width: 31.3%;
	margin-right: 3.05%;
	margin-top: 49px;
}

.products form .list .productItem:nth-child(3n) {
	margin-right: 0;
}

.products form .list .productItem:nth-child(-n+3) {
	margin-top: 0;
}

.products form .list .productItem .tit {
	margin-top: 23px;
}

.productItem .btns {
	display: flex;
	align-items: center;
	margin-top: 16px;
}


.productItem .btns .checkBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	outline: 1px solid #CCC;
	flex-shrink: 0;
	margin-right: 11px;
	position: relative;
}

.productItem .btns .checkBtn i {
	font-size: 14px;
	font-weight: bold;
	color: #AE852C;
	opacity: 0;
}

.productItem .btns .checkBtn.active i {
	opacity: 1;
}


.productItem .btns .checkBtn input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
}

.productItem .btns .btn {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}


.productItem .btns .btn:hover {
	color: #AE852C;
}


.products form .pager {
	margin-top: 71px;
	justify-content: flex-end;
}


@media screen and (max-width:1560px) {
	.productCategory .list>li .tit {
		padding: 14px 14px;
	}

	.productCategory .list ul {
		padding: 20px 20px;
	}

	.products form .list .productItem {
		margin-top: 40px;
	}

	.products .con {
		margin-top: 50px;
	}

	.products .productCategory .title {
		padding: 14px 14px;
	}
}

@media screen and (max-width:1333px) {
	.products form .list .productItem .tit {
		margin-top: 14px;
	}

	.products form .list {
		justify-content: space-between;
	}

	.products form .list .productItem:nth-child(n) {
		margin-top: 30px;
		width: 48%;
		margin-right: 0;
	}

	.products form .list .productItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.products form {
		width: 65%;
	}

	.products .productCategory {
		width: 30%;
	}

	.products form .pager {
		margin-top: 50px;
	}

	.products .con {
		margin-top: 40px;
	}

	.products .productCategory .title {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.products .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.products .productCategory {
		width: 100%;
	}

	.products .productCategory .title {
		font-size: 16px;
		line-height: 26px;
		padding: 10px 14px;
	}

	.productCategory .list>li .tit a {
		font-size: 14px;
		line-height: 26px;
	}

	.productCategory .list>li .tit {
		padding: 10px 14px;
	}

	.productCategory .list ul {
		padding: 16px 20px;
	}

	.productCategory .list ul a {
		font-size: 14px;
		line-height: 24px;
	}

	.productCategory .list ul li {
		margin-bottom: 14px;
	}

	.products .con {
		margin-top: 30px;
	}

	.products .productCategory .title .menuBtn {
		width: 32px;
		height: 32px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.products .productCategory .title .menuBtn i {
		font-size: 20px;
		transform: rotate(45deg);
	}

	.products .productCategory .title .menuBtn.active i {
		transform: rotate(0deg);
	}

	.products form {
		width: 100%;
		margin-top: 30px;
	}

	.products form .list .productItem:nth-child(n) {
		margin-top: 30px;
		width: 32%;
		margin-right: 2%;
		margin-right: 0;
	}

	.products form .list .productItem:nth-child(3n) {
		margin-right: 0;
	}

	.products form .list .productItem:nth-child(-n+3) {
		margin-top: 0;
	}

	.productItem .btns {
		margin-top: 14px;
	}

	.products form .pager {
		justify-content: center;
		margin-top: 40px;
	}

	.products .productCategory .list {
		display: none;
		transition: none;
	}

}

@media screen and (max-width:768px) {
	.products form .pager {
		margin-top: 30px;
	}
}

@media screen and (max-width:538px) {
	.products form .list .productItem:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.products form .list .productItem:nth-child(-n+2) {
		margin-top: 0;
	}
}



/* 2-2Products */



.productDet {
	padding: 90px 0 100px 0;
}


.productShow {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.productShow .box {
	width: 45.71%;
	position: relative;
}


.productShow .jianjie {
	width: 48.57%;
	margin-top: 3px;
}


.productShow .box .showSipwer {
	margin-bottom: 20px;
	overflow: hidden;
	border: 1px solid #B3B3B3;
}

.productShow .box .showSipwer .hSbtns>div {
	top: 41.3%;
	position: absolute;
	transform: translateY(-50%);
	z-index: 9;
	background-color: rgba(0, 0, 0, .3);
	border: none;
	color: #fff;
	width: 44px;
	height: 44px;
}


.productShow .box .showSipwer .hSbtns>div:hover {
	background-color: #AE852C;
}

.productShow .box .showSipwer .hSbtns>div.prev {
	left: 10px;
}

.productShow .box .showSipwer .hSbtns>div.next {
	right: 10px;
}

.productShow .box .showSipwer .swiper-slide {
	position: relative;
}


.productShow .box .checkSwiper {
	position: relative;
	overflow: hidden;
}


.productShow img {
	display: block;
}


.productShow .checkSwiper .swiper-slide {
	position: relative;
	cursor: pointer;
	transition: .4s ease opacity, .4s ease border;
	background-color: #efefef;
	overflow: hidden;
	border: solid 1px #B3B3B3;
}


.productShow .checkSwiper .swiper-slide.swiper-slide-thumb-active {
	border: solid 1px #AE852C;
}


.jianjie h1 {
	font-family: Poppins-SemiBold;
	font-size: 32px;
	line-height: 40px;
	color: #1A343F;
}

.jianjie .tips {
	margin-top: 30px;
}

.jianjie .infoList {
	margin-top: 24px;
}

.productDet .infoList .item {
	padding: 15px 0;
	border-bottom: 1px solid #D9D9D9;
	margin-top: 3px;
}

.productDet .infoList .tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.productDet .infoList .tit:hover .name {
	color: #AE852C;
}

.productDet .infoList .item.active .tit .name {
	color: #AE852C;
}


.productDet .infoList .name {
	color: #1A343F;
	font-family: Poppins-SemiBold;
	font-size: 16px;
	line-height: 28px;
}


.productDet .infoList .btn {
	width: 30px;
	height: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-left: 40px;
	cursor: pointer;
}


.productDet .infoList .btn i {
	width: 12px;
	height: 2px;
	background-color: #222;
}


.productDet .infoList .btn i.move {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
	will-change: transform;
}

.productDet .infoList .item.active .btn i.move {
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}



.productDet .infoList .item.active {
	padding-bottom: 16px;
}

.productDet .infoList .txts {
	color: #666666;
	padding-top: 17px;
	display: none;
	transition: none;
}

.productDet .infoList .item:nth-child(1) .txts {
	display: block;
}

.productDet .infoList .item.active .tit .btn i:nth-child(n),
.productDet .infoList .tit:hover .btn i:nth-child(n) {
	background-color: #AE852C;
}



.jianjie .btns {
	display: flex;
	align-items: center;
	margin-top: 60px;
}

.jianjie .btns a {
	margin-right: 20px;
}


.jianjie .btns a:nth-child(2) {
	margin-right: 0;
}


.jianjie .share {
	margin-top: 41px;
}




/*jQzoom*/
.jqzoom {
	float: left;
	position: relative;
	padding: 0px;

}

div.zoomdiv {
	z-index: 200;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.zoomdiv img {
	max-width: unset !important;
}

div.jqZoomPup {
	z-index: 200;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	transition: none;
}

.pdTit {
	color: #1A343F;
	font-family: Poppins-SemiBold;
	font-size: 32px;
	line-height: 42px;
}



.productFeatures {
	margin-top: 93px;
}


.productFeatures .txts {
	margin-top: 40px;
}

.productFeatures .txts p strong {
	color: #1A343F;
}

.points {
	margin-top: 82px;
}

.points .clear {
	display: none;
}

.points .list {
	margin-top: 40px;
}


.points .list .item {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	align-items: center;
}

.points .list .item:nth-child(-n+1) {
	margin-top: 0;
}


.points .list .item:nth-child(2n-1) {
	flex-direction: row-reverse;
}


.points .list .image {
	width: 47.14%;
}

.points .list .msg {
	width: 41.4%;
}

.points .list .tit {
	color: #333;
	font-family: Poppins-SemiBold;
	font-size: 24px;
	line-height: 34px;
}


.points .list .line {
	width: 40px;
	height: 2px;
	background-color: #AE852C;
	margin-top: 26px;
}


.points .list .txts {
	margin-top: 29px;
}




.productFaq {
	margin-top: 80px;
}

.productFaq .faqList {
	margin-top: 20px;
}

.faqList .item {
	margin-bottom: 3px;
	border-bottom: 1px solid #CCC;
	padding: 22px 0;
}


.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;
	background-color: #FFF;
	position: relative;
	cursor: pointer;
}


.faqList .item.active .question .name,
.faqList .question:hover .name {
	color: #AE852C;
}


.faqList .item.active .question .btns i,
.faqList .question:hover .btns i {
	color: #AE852C;
}





.faqList .question .name {
	color: #023564;
	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;
	width: 24px;
	height: 24px;
}


.faqList .question i {
	color: #1A343F;
	font-size: 20px;
	font-weight: bold;
	transform: rotate(90deg);
}

.faqList .item.active .question i {
	transform: rotate(-90deg);
}



.faqList .answer {
	display: none;
	transition: none;
	margin-top: 14px;
}




@media screen and (max-width:1560px) {
	.productShow .jianjie {
		margin-top: 0;
	}

	.jianjie h1 {
		font-size: 28px;
		line-height: 40px;
	}

	.jianjie .tips {
		margin-top: 26px;
	}

	.jianjie .infoList {
		margin-top: 20px;
	}

	.jianjie .btns {
		margin-top: 30px;
	}

	.jianjie .share {
		margin-top: 35px;
	}

	.productFeatures,
	.points {
		margin-top: 80px;
	}

	.points .list .msg {
		width: 46%;
	}

	.points .list .tit {
		font-size: 22px;
		line-height: 32px;
	}

	.points .list .line {
		margin-top: 20px;
	}

	.points .list .txts {
		margin-top: 20px;
	}

	.faqList .question i {
		font-size: 18px;
	}

	.pdTit {
		font-size: 28px;
		line-height: 40px;
	}
}

@media screen and (max-width:1333px) {
	.productShow .box .showSipwer .hSbtns>div {
		width: 40px;
		height: 40px;
	}

	.productDet .infoList .item {
		padding: 10px 0;
		margin-top: 0;
	}

	.productFeatures .txts {
		margin-top: 30px;
	}

	.jianjie h1,
	.pdTit {
		font-size: 24px;
		line-height: 36px;
	}

	.productFeatures,
	.points,
	.productFaq {
		margin-top: 60px;
	}

	.points .list .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.points .list .item {
		margin-top: 40px;
	}

	.faqList .item {
		padding: 20px 0;
		margin: 0;
	}

	.faqList .question .name {
		font-size: 16px;
		line-height: 28px;
	}
}

@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 .jianjie {
		width: 100%;
		margin-top: 40px;
	}

	.productShow .box .showSipwer .hSbtns>div {
		width: 36px;
		height: 36px;
	}

	.productShow .box {
		width: 100%;
		max-width: 450px;
		margin: 0 auto;
	}

	.jianjie h1,
	.pdTit {
		font-size: 22px;
		line-height: 32px;
	}

	.productDet .infoList .name {
		font-size: 14px;
		line-height: 24px;
	}

	.productFeatures,
	.points,
	.productFaq {
		margin-top: 50px;
	}

	.productFeatures .txts {
		margin-top: 26px;
	}

	.points .list .item:nth-child(n) {
		display: block;
		margin-top: 30px;
		flex-direction: column;
		align-items: flex-start;
	}

	.points .list .item:nth-child(1) {
		margin-top: 0;
	}

	.points .list .image {
		width: 100%;
		height: 360px;
	}

	.points .list .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.points .list .msg {
		width: 100%;
		margin-top: 20px;
	}

	.points .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.points .list .line {
		margin-top: 14px;
	}

	.points .list .txts {
		margin-top: 14px;
	}

	.faqList .question .name {
		font-size: 14px;
		line-height: 26px;
	}

	.faqList .question i {
		font-size: 14px;
	}

	.faqList .item {
		padding: 16px 0;
	}

	.points .list {
		margin-top: 30px;
	}

	.productFeatures,
	.points,
	.productFaq {
		margin-top: 40px;
	}
}

@media screen and (max-width:768px) {
	.productShow .box {
		max-width: 400px;
	}

	.jianjie h1,
	.pdTit {
		font-size: 20px;
		line-height: 30px;
	}

}

@media screen and (max-width:538px) {
	.productShow .box {
		max-width: 380px;
	}

	.productShow .cBtn {
		padding: 6px 10px;
	}
}


/* 3-1OEM-ODM */


.oem {
	padding: 93px 0 90px 0;
}

.oem .title1 {
	color: #141414;
}

.oem .txts {
	margin-top: 34px;
}

.oem .txts p {
	color: #4D4D4D;
	font-size: 18px;
	line-height: 30px;
}


.oem .list {
	margin-top: 35px;
}

.oem .list li {
	display: flex;
	align-items: flex-start;
	color: #1A343F;
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 30px;
	margin-top: 14px;
}

.oem .list li:nth-child(1) {
	margin-top: 0;
}


.oem .list li::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	flex-shrink: 0;
	margin-right: 13px;
	background-color: #AE852C;
	border-radius: 50%;
	margin-top: 12px;
}


@media screen and (max-width:1560px) {
	.oem .txts {
		margin-top: 30px;
	}

	.oem .list li::before {
		margin-top: 10px;
	}
}

@media screen and (max-width:1333px) {
	.oem .list li {
		font-size: 16px;
		line-height: 28px;
		margin-top: 10px;
	}

}

@media screen and (max-width:999px) {
	.oem .list li {
		font-size: 14px;
		line-height: 26px;
	}

	.oem .list {
		margin-top: 30px;
	}
}


.customScope {
	padding: 93px 0 100px 0;
}

.customScope .con {
	margin-top: 57px;
	display: flex;
	justify-content: space-between;
}

.customScope .msgSwiper {
	width: 46.42%;
	overflow: hidden;
}

.customScope .msgSwiper .swiper-slide {
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 42px 0 40px 0;
}


.customScope .msgSwiper .tit {
	color: #333;
	font-family: Poppins-SemiBold;
	font-size: 28px;
	line-height: 38px;
}

.customScope .msgSwiper .tips {
	color: #333;
	font-family: Poppins-SemiBold;
	font-size: 16px;
	line-height: 28px;
	margin-top: 9px;
}

.customScope .msgSwiper .txts {
	margin-top: 24px;
}


.customScope .msgSwiper .cBtn {
	margin-top: 39px;
	background-color: transparent;
	border-radius: 4px;
	color: #1A343F;
	border: 1px solid #1A343F;
	padding: 11px 24px 9px 28px;
}

.customScope .msgSwiper .cBtn:hover {
	background-color: #1A343F;
	color: #ffffff;
}


.customScope .imgSwiper {
	width: 42.85%;
	overflow: hidden;
}

.customScope .imgSwiper .image {
	height: 100%;
}


.customScope .imgSwiper .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.customScope .checkBtns {
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
}

.customScope .checkBtns .item {
	width: 18.64%;
	margin-right: 1.7%;
	margin-top: 20px;
	padding: 24px 30px 24px 24px;
	display: flex;
	align-items: flex-start;
	border-radius: 4px;
	background-color: #ffffff;
	cursor: pointer;
}


.customScope .checkBtns .item.active {
	background-color: #1A343F;
}


.customScope .checkBtns .item:nth-child(5n) {
	margin-right: 0;
}

.customScope .checkBtns .item:nth-child(-n+5) {
	margin-top: 0;
}


.customScope .checkBtns .sign {
	flex-shrink: 0;
	margin-right: 25px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 7.5px;
}

.customScope .checkBtns .item.active .sign img,
.customScope .checkBtns .item:hover .sign img {
	filter: grayscale(100%) brightness(500%);
}


.customScope .checkBtns .name {
	color: #1A343F;
	font-size: 18px;
	line-height: 28px;
}

.customScope .checkBtns .item.active,
.customScope .checkBtns .item:hover {
	background-color: #1A343F;
}

.customScope .checkBtns .item.active .name,
.customScope .checkBtns .item:hover .name {
	color: #ffffff;
}

@media screen and (max-width:1560px) {
	.customScope .msgSwiper .swiper-slide {
		padding: 40px 0;
	}

	.customScope .msgSwiper .tips {
		margin-top: 20px;
	}

	.customScope .msgSwiper .cBtn {
		padding: 8px 20px;
	}

	.customScope .msgSwiper {
		width: 50%;
	}

	.customScope .con {
		margin-top: 50px;
	}

	.customScope .msgSwiper .tit {
		font-size: 24px;
		line-height: 36px;
	}

	.customScope .checkBtns {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.customScope .con {
		margin-top: 40px;
	}

	.customScope .msgSwiper .tit {
		font-size: 22px;
		line-height: 32px;
	}

	.customScope .msgSwiper .cBtn {
		padding: 6px 20px;
	}

	.customScope .checkBtns {
		margin-top: 40px;
	}

	.customScope .checkBtns .name {
		font-size: 16px;
		line-height: 26px;
	}

	.customScope .checkBtns .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
		padding: 16px 20px;
	}

	.customScope .checkBtns .item:nth-child(3n) {
		margin-right: 0;
	}

	.customScope .checkBtns .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.customScope .checkBtns .sign {
		margin-top: 0;
	}
}

@media screen and (max-width:999px) {
	.customScope .msgSwiper .tips {
		font-size: 14px;
		line-height: 26px;
	}

	.customScope .checkBtns .name {
		font-size: 14px;
		line-height: 26px;
	}

	.customScope .checkBtns .sign {
		width: 36px;
		height: 36px;
		margin-right: 10px;
	}

	.customScope .msgSwiper .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.customScope .con {
		margin-top: 30px;
	}

	.customScope .checkBtns {
		margin-top: 30px;
	}

	.customScope .con {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.customScope .msgSwiper .swiper-slide {
		padding: 0;
	}

	.customScope .msgSwiper {
		width: 100%;
	}


	.customScope .imgSwiper {
		width: 100%;
		height: 360px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width:768px) {
	.customScope .msgSwiper .tips {
		margin-top: 20px;
	}

	.customScope .msgSwiper .txts {
		margin-top: 20px;
	}

	.customScope .msgSwiper .cBtn {
		margin-top: 20px;
	}


	.customScope .checkBtns {
		justify-content: space-between;
	}

	.customScope .checkBtns .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}

	.customScope .checkBtns .item:nth-child(-n+2) {
		margin-top: 0;
	}

}

@media screen and (max-width:538px) {
	.customScope .checkBtns .item:nth-child(n) {
		flex-direction: column;
		align-items: flex-start;
	}

	.customScope .checkBtns .sign {
		margin-right: 0;
		margin-bottom: 10px;
	}
}


.customization {
	padding: 104px 0 100px 0;
}


.process .tips {
	margin-top: 25px;
}

.process .tips p {
	font-size: 18px;
	line-height: 30px;
	color: #4D4D4D;
}

.process .list {
	margin-top: 59px;
	display: flex;
	flex-wrap: wrap;
}

.process .list .item {
	position: relative;
	width: 23.28%;
	margin-right: 2.29%;
	margin-top: 30px;
}

.process .list .item:nth-child(4n) {
	margin-right: 0;
}

.process .list .item:nth-child(-n+4) {
	margin-top: 0;
}

.process .list .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}


.process .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}




.process .list .title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 13px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.50);
	z-index: -1;
}


.process .list .name {
	text-align: center;
	color: #FFF;
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 30px;
}


.process .list .tit {
	color: #FFF;
	text-align: center;
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 30px;
}


.process .list .msg {
	background-color: rgba(0, 0, 0, .5);
	padding: 85px 25px 83px;
	height: 100%;
	opacity: 0;
}

.process .list .item:hover .msg {
	opacity: 1;
}

.process .list .txts {
	margin-top: 16px;
}

.process .list .txts p {
	color: #FFF;
	text-align: center;
}

.process .list .item:hover .title {
	opacity: 0;
}

@media screen and (max-width:1560px) {
	.process .tips {
		margin-top: 30px;
	}

	.process .list .msg {
		padding: 60px 20px;
	}

	.process .list {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {

	.process .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
	}

	.process .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.process .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

}

@media screen and (max-width:999px) {
	.process .list {
		margin-top: 30px;
	}

	.process .list .image {
		position: static;
		height: auto;
	}

	.process .list .title {
		display: none;
	}

	.process .list .msg {
		height: auto;
		padding: 0px;
		background: none;
		margin-top: 14px;
	}

	.process .list .tit {
		color: #1A343F;
		font-size: 16px;
		line-height: 26px;
	}

	.process .list .txts p {
		color: #4d4d4d;
	}

	.process .list .item:nth-child(n) {
		margin-top: 30px;
	}

	.process .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.process .list .msg {
		opacity: 1;
	}
}

@media screen and (max-width:768px) {
	.process .list {
		justify-content: space-between;
	}

	.process .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0%;
		margin-top: 30px;
	}

	.process .list .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width:450px) {
	.process .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.process .list .item:nth-child(1) {
		margin-top: 0;
	}
}


.customization .materialTextures {
	margin-top: 82px;
}

.materialTextures .title {
	color: #1A343F;
	font-family: Poppins-SemiBold;
	font-size: 32px;
	line-height: 42px;
}


.materialTextures .txts {
	margin-top: 27px;
}

.materialTextures .txts p {
	font-size: 18px;
	line-height: 30px;
	color: #4d4d4d;
}

.materialTextures .txts p {
	margin-bottom: 18px;
}

.materialTextures .txts p:last-child {
	margin-bottom: 0;
}


.materialTextures .show {
	margin-top: 61px;
}


.materialTextures .show .box {
	margin-top: 60px;
}

.materialTextures .show .box:nth-child(1) {
	margin-top: 0;
}


.materialTextures .show .tit {
	padding-left: 18px;
	color: #1A343F;
	font-family: Poppins-SemiBold;
	font-size: 20px;
	line-height: 30px;
	position: relative;
}



.materialTextures .show .tit::after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #1A343F;
}



.materialTextures .show .list {
	margin-top: 18px;
	display: flex;
	flex-wrap: wrap;
}


.materialTextures .show .list .item {
	width: 23.28%;
	margin-right: 2.29%;
	margin-top: 31px;
}

.materialTextures .show .list .item:nth-child(4n) {
	margin-right: 0;
}

.materialTextures .show .list .item:nth-child(-n+4) {
	margin-top: 0;
}


.materialTextures .show .list .name {
	color: #333;
	font-size: 16px;
	line-height: 28px;
	margin-top: 17.5px;
}

@media screen and (max-width:1560px) {
	.materialTextures .txts {
		margin-top: 30px;
	}

	.materialTextures .show,
	.materialTextures .show .box {
		margin-top: 50px;
	}

	.materialTextures .title {
		font-size: 28px;
		line-height: 40px;
	}
}

@media screen and (max-width:1333px) {
	.customization .materialTextures {
		margin-top: 60px;
	}

	.materialTextures .show .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.materialTextures .show,
	.materialTextures .show .box {
		margin-top: 50px;
	}
}

@media screen and (max-width:999px) {
	.materialTextures .show .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.materialTextures .title {
		font-size: 24px;
		line-height: 36px;
	}

	.customization .materialTextures {
		margin-top: 50px;
	}

	.materialTextures .show .list .name {
		font-size: 14px;
		line-height: 24px;
	}

	.materialTextures .show,
	.materialTextures .show .box {
		margin-top: 40px;
	}

	.materialTextures .show .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.materialTextures .show .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.materialTextures .show .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.materialTextures .title {
		font-size: 22px;
		line-height: 32px;
	}
}

@media screen and (max-width:768px) {
	.materialTextures .title {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width:538px) {

	.materialTextures .show .list {
		justify-content: space-between;
	}

	.materialTextures .show .list .item:nth-child(n) {
		width: 49%;
		margin-right: 0;
		margin-top: 20px;
	}

	.materialTextures .show .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

}


.processFlow {
	padding: 100px 0 100px 0;
}

.processFlow .con {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

.processFlow .con .msg {
	width: 51%;
}

.processFlow .con .image {
	width: 42.85%;
}

.processFlow .con .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.standardEdit p {
	margin-bottom: 23px;
}

.standardEdit p:last-child {
	margin-bottom: 0;
}

.standardEdit p em {
	position: relative;
	display: block;
	padding-left: 21px;
	color: #4D4D4D;
	font-style: normal;
}

.standardEdit p em::after {
	content: "";
	position: absolute;
	left: 4px;
	top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #AE852C;
}


.standardEdit p strong {
	color: #141414;
	font-family: Poppins-SemiBold;
	display: block;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 8px;
}


@media screen and (max-width:1560px) {
	.processFlow .con .msg {
		width: 50%;
	}
}

@media screen and (max-width:1333px) {
	.standardEdit p {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:999px) {
	.processFlow .con {
		margin-top: 30px;
		flex-direction: column;
		align-items: flex-start;
	}

	.processFlow .con .image {
		width: 100%;
		height: 360px;
		margin-top: 30px;
	}

	.processFlow .con .msg {
		width: 100%;
	}

	.standardEdit p strong {
		font-size: 14px;
		line-height: 26px;
	}
}


.packing {
	padding: 103px 0 100px 0;
}


.packing .tip {
	margin-top: 26px;
}


.packing .tip p {
	font-size: 18px;
	line-height: 30px;
}


.packing .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 59px;
}


.packing .swiper {
	margin: 0;
	width: 47.85%;
}


.packing .swiper .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.packing .con .checks {
	width: 47.85%;
	padding-top: 5px;
}

.packing .item {
	padding: 21px 0;
	border-bottom: 1px solid #D9D9D9;
	margin-top: 3px;
}


.packing .checks .tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.packing .checks .tit:hover .name {
	color: #AE852C;
}

.packing .checks .item.active .tit .name {
	color: #AE852C;
}


.packing .checks .name {
	color: #141414;
	font-family: Poppins-SemiBold;
	font-size: 16px;
	line-height: 28px;
}


.packing .checks .btn {
	width: 30px;
	height: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-left: 40px;
	cursor: pointer;
}


.packing .checks .btn i {
	width: 12px;
	height: 2px;
	background-color: #222;
}



.packing .checks .btn i.move {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
	will-change: transform;
}

.packing .checks .item.active .btn i.move {
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}



.packing .checks .item.active {
	padding-bottom: 22px;
}

.packing .checks .txts {
	color: #666666;
	padding-top: 17px;
	display: none;
	transition: none;
}

.packing .checks .item:nth-child(1) .txts {
	display: block;
}

.packing .checks .item.active .tit .btn i:nth-child(n),
.packing .checks .tit:hover .btn i:nth-child(n) {
	background-color: #AE852C;
}

.packing .swiper {
	height: 400px;
}


@media screen and (max-width:1560px) {
	.packing .tip {
		margin-top: 30px;
	}

	.packing .item {
		margin-top: 0;
	}

	.packing .con {
		margin-top: 50px;
	}

	.packing .con .checks {
		padding-top: 0;
	}
}

@media screen and (max-width:1333px) {
	.packing .con {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.packing .con {
		flex-direction: column-reverse;
		align-items: flex-start;
		margin-top: 26px;
	}

	.packing .con .checks {
		width: 100%;
	}

	.packing .item {
		padding: 14px 0;
	}

	.packing .swiper {
		width: 100%;
		height: 360px;
		margin-top: 30px;
	}

	.packing .checks .name {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {}

@media screen and (max-width:538px) {}


/* 4-1About Us */


.company {
	padding: 103px 0 100px 0;
}


.company .txts {
	margin-top: 48px;
}

.company .txts p {
	font-size: 18px;
	line-height: 28px;
}

.company .aboutShow {
	margin-top: 59px;
}

.company .advantage {
	margin-top: 103px;
}

.company .advantage .msg .txts {
	display: block;
}


@media screen and (max-width:1560px) {
	.company .txts {
		margin-top: 40px;
	}

	.company .aboutShow {
		margin-top: 40px;
	}

	.company .advantage {
		margin-top: 80px;
		align-items: center;
	}
}

@media screen and (max-width:1333px) {
	.company .advantage {
		margin-top: 60px;
	}
}

@media screen and (max-width:999px) {
	.company .txts {
		margin-top: 30px;
	}

	.company .aboutShow {
		margin-top: 30px;
	}

	.company .advantage {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.company .advantage {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {}



.exhibition {
	padding: 103px 0 90px 0;
}


.exhibition .title1 {
	text-align: center;
}


.exhibition .swiper {
	width: 78.57%;
	margin-top: 57px;
	overflow: visible;
}


.exhibition .swiper .swiper-slide {
	overflow: hidden;
	position: relative;
	pointer-events: none;
}

.exhibition .swiper .swiper-slide .image {
	height: 100%;
}

.exhibition .swiper .swiper-slide .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.exhibition .swiper .swiper-slide .msg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 78.83%, rgba(0, 0, 0, 0.50) 100%);
	opacity: 0;
	padding: 30px 38px 30px 40px;
}


.exhibition .swiper .swiper-slide-active .msg {
	opacity: 1;
	pointer-events: all;
}



.exhibition .msg .num {
	flex-shrink: 0;
	margin-left: 14%;
	display: flex;
	align-items: flex-end;
	color: #FFF;
	font-size: 16px;
	line-height: 17px;
	margin-bottom: 6px;
}


.exhibition .msg .num .total {
	margin-left: 4px;
}

.exhibition .msg .now {
	font-size: 32px;
	line-height: 26px;
	margin-right: 4px;
}


.exhibition .msg .box {
	flex: 1;
}

.exhibition .swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.exhibition .msg .tit {
	color: #FFF;
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 30px;
}

.exhibition .sSigns {
	margin: 0 auto;
	margin-top: 50px;
	width: 78.57%;
}



@media screen and (max-width:1560px) {
	.exhibition .swiper {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.exhibition .swiper .swiper-slide .msg {
		padding: 30px;
	}
}

@media screen and (max-width:999px) {
	.exhibition .swiper {
		margin-top: 30px;
	}

	.exhibition .swiper .swiper-slide .msg {
		padding: 30px 20px;
	}

	.exhibition .msg .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.exhibition .msg .num {
		font-size: 14px;
	}

	.exhibition .msg .now {
		font-size: 30px;
	}

	.exhibition .swiper, 
	.exhibition .sSigns{
		width: 100%;
	}
	
}

@media screen and (max-width:768px) {
	.exhibition .swiper {
		height: 360px;
	}
}


.factoryScale {
	padding: 100px 0 100px 0;
}

.factoryScale .con {
	display: flex;
	justify-content: space-between;
}


.factoryScale .image {
	width: 42.85%;
}

.factoryScale .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.factoryScale .msg {
	width: 57.15%;
	padding: 64px 9% 60px 60px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}


.factoryScale .txt {
	margin-top: 58px;
}


@media screen and (max-width:1560px) {
	.factoryScale .txt {
		margin-top: 30px;
	}

	.factoryScale .msg {
		padding: 60px 40px;
	}
}

@media screen and (max-width:1333px) {
	.factoryScale .msg {
		padding: 50px 30px;
	}
}

@media screen and (max-width:999px) {
	.factoryScale .txt {
		margin-top: 26px;
	}
}

@media screen and (max-width:768px) {
	.factoryScale .con {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.factoryScale .msg {
		padding: 30px 20px;
		width: 100%;
	}

	.factoryScale .image {
		width: 100%;
		height: 360px;
	}
}

@media screen and (max-width:538px) {
	.factoryScale .msg {
		width: 100%;
	}
}

.qualityControl {
	padding: 103px 0 99px 0;
}


.qualityControl .managment {
	margin-top: 57px;
}

.managment {
	display: flex;
	justify-content: space-between;
}

.managment .msg {
	width: 40%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 40px 0 40px 0;
}

.managment .image {
	width: 47.14%;
}

.managment .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}



.qualityControl .tit {
	color: #141414;
	font-family: Poppins-SemiBold;
	font-size: 24px;
	line-height: 36px;
}

.qualityControl .line {
	width: 40px;
	height: 2px;
	background-color: #AE852C;
	margin-top: 25px;
}


.managment .txts {
	margin-top: 29px;
}


.qualityControl .inspection {
	margin-top: 61px;
}

.inspection .tips {
	margin-top: 29px;
}

.inspection .list {
	margin-top: 49px;
	display: flex;
	flex-wrap: wrap;
}

.inspection .list .item {
	width: 31.78%;
	margin-right: 2.33%;
	margin-top: 39px;
}



.inspection .list .item:nth-child(3n) {
	margin-right: 0;
}

.inspection .list .item:nth-child(-n+3) {
	margin-top: 0;
}

.inspection .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.inspection .list .tit {
	color: #141414;
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 30px;
	margin-top: 21px;
}

.inspection .list .txts {
	margin-top: 8px;
}


@media screen and (max-width:1560px) {
	.qualityControl .managment {
		margin-top: 50px;
	}

	.qualityControl .tit {
		font-size: 22px;
		line-height: 32px;
	}

	.managment .txts {
		margin-top: 26px;
	}

	.inspection .list {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.qualityControl .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.qualityControl .inspection {
		margin-top: 50px;
	}

	.managment .msg {
		width: 46%;
	}

	.qualityControl .line {
		margin-top: 20px;
	}

	.qualityControl .managment {
		margin-top: 40px;
	}

	.inspection .list .tit {
		margin-top: 16px;
	}
}

@media screen and (max-width:999px) {
	.inspection .list .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.inspection .list {
		justify-content: space-between;
	}

	.inspection .list .item:nth-child(n) {
		width: 48%;
		margin-top: 30px;
		margin-right: 0;
	}

	.inspection .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.qualityControl .managment {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.managment {
		flex-direction: column;
		align-items: flex-start;
	}

	.managment .msg {
		padding: 0;
		width: 100%;
	}

	.managment .txts {
		margin-top: 20px;
	}

	.managment .image {
		width: 100%;
		margin-top: 30px;
		height: 360px;
	}

	.qualityControl .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.qualityControl .inspection {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.inspection .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.inspection .list .item:nth-child(1) {
		margin-top: 0;
	}
}



.aboutPiece {
	padding: 100px 0 100px 0;
}

.aboutPiece .exporting {
	margin-top: 133px;
}


.exporting {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.exporting .msg {
	flex: 1;
}


.exporting .msg .txts {
	margin-top: 28px;
	width: 80%;
}

.exporting .msg .cBtn {
	margin-top: 79px;
}


.exporting .show {
	flex-shrink: 0;
	width: 830px;
	margin-left: 5%;
	position: relative;
}


.exporting .item {
	position: absolute;
}


.exporting .item:hover {
	z-index: 9;
}

.exporting .item:hover .circle {
	background-color: rgba(174, 133, 44, .2);
}

.exporting .item:hover .circle::after {
	background-color: rgba(174, 133, 44, 1);
}

.exporting .item .circle {
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(26, 52, 63, .2);
	border-radius: 50%;
}


.exporting .item .circle::after {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #1A343F;
	transition: .4s ease all;
}

.exporting .item .name {
	border-radius: 2px;
	background: #FFF;
	box-shadow: 0 10px 10px 0 rgba(26, 52, 63, 0.08);
	display: flex;
	align-items: center;
	width: max-content;
	padding: 14px 26px;
	color: #1A343F;
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 30px;
	opacity: 0;
	position: absolute;
	top: 52%;
	transform: translateY(-50%);
	right: calc(100% + 8px);
	pointer-events: none;
}


.exporting .item:hover .name {
	opacity: 1;
	pointer-events: all;
}

.exporting .item .name img {
	flex-shrink: 0;
	width: 26px;
	margin: 0 15px 0 0;
}


.exporting .image img {
	opacity: .6;
}

.exporting .item:nth-child(1) {
	left: 44.36%;
	top: 37.4%;
}

.exporting .item:nth-child(2) {
	left: 48.3%;
	top: 37.55%;
}

.exporting .item:nth-child(3) {
	left: 48.4%;
	top: 41.2%;
}

.exporting .item:nth-child(4) {
	left: 45.4%;
	top: 44.2%;
}

.exporting .item:nth-child(5) {
	left: 47.56%;
	top: 44.3%;
}

.exporting .item:nth-child(6) {
	left: 83.8%;
	top: 50.6%;
}

.exporting .item:nth-child(7) {
	left: 74.6%;
	top: 65.8%;
}


.exporting .item:nth-child(8) {
	left: 82%;
	top: 77.2%;
}

@media screen and (max-width:1560px) {
	.exporting .msg .cBtn {
		margin-top: 40px;
	}

	.aboutPiece .exporting {
		margin-top: 80px;
	}

	.exporting {
		align-items: center;
	}

	.exporting .show {
		width: 700px;
	}

	.exporting .msg .txts {
		width: 100%;
	}
}

@media screen and (max-width:1333px) {
	.exporting .show {
		width: 560px;
	}

	.aboutPiece .exporting {
		margin-top: 60px;
	}
}

@media screen and (max-width:999px) {
	.exporting {
		flex-direction: column;
		align-items: flex-start;
	}

	.exporting .msg .cBtn {
		margin-top: 26px;
	}

	.exporting .msg .txts {
		margin-top: 26px;
	}

	.exporting .show {
		width: 100%;
		margin: 0 auto;
		margin-top: 40px;
		max-width: 800px;
	}

	.exporting .item .name {
		display: none;
	}

	.exporting .item .circle {
		width: 24px;
		height: 24px;
	}

	.exporting .item .circle::after {
		width: 11px;
		height: 11px;
	}

	.aboutPiece .exporting {
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.aboutPiece .exporting {
		margin-top: 40px;
	}

	.exporting .item .circle {
		width: 22px;
		height: 22px;
	}

	.exporting .item .circle::after {
		width: 10px;
		height: 10px;
	}
}

@media screen and (max-width:538px) {}


/* 5-1Sustainbility */


.sustainability {
	padding: 101px 0 100px 0;
}

.sustainability .title {
	display: flex;
	align-items: flex-start;
}

.sustainability .title1 {
	flex-shrink: 0;
	margin-right: 20.4%;
}

.sustainability .txts {
	flex: 1;
}


.sustainability .show {
	margin-top: 79px;
	height: 500px;
}


.sustainability .show img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}


@media screen and (max-width:1560px) {
	.sustainability .title1 {
		margin-right: 14%;
	}

	.sustainability .show {
		margin-top: 50px;
		height: 450px;
	}
}

@media screen and (max-width:1333px) {
	.sustainability .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.sustainability .title1 {
		margin-right: 0;
	}

	.sustainability .txts {
		flex: none;
		margin-top: 26px;
	}

	.sustainability .show {
		height: 400px;
		margin-top: 26px;
	}

}

@media screen and (max-width:999px) {
	.sustainability .show {
		height: 360px;
	}
}


.plastic {
	padding: 93px 0 90px 0;
}


.plastic .list {
	margin-top: 47px;
	position: relative;
	z-index: 2;
}


.plastic .list .item {
	display: flex;
	align-items: center;
	padding: 60px 51px 60px 49.5px;
	position: relative;
}



.plastic .list .item::after {
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #cccccc;
	z-index: -2;
	position: absolute;
	transition: .4s ease all;
}

.plastic .list .item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: calc(100% + 4px);
	background-color: #ffffff;
	z-index: -1;
	transition: .4s ease all;
	opacity: 0;
}

.plastic .list .item:hover:before {
	opacity: 1;
}


.plastic .list .num {
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	border: 1px solid #1A343F;
	margin-right: 80px;
	color: #1A343F;
	text-align: center;
	font-size: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	padding-top: 2px;
}

.plastic .list .item:hover .num {
	background-color: #1A343F;
	color: #ffffff;
}

.plastic .list .dis {
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	padding-top: 1px;
}

.plastic .list .clear {
	display: none;
}


.plastic .list .image {
	width: 34.45%;
	float: right;
}


.plastic .list .tit {
	color: #141414;
	font-family: Poppins-SemiBold;
	font-size: 28px;
	line-height: 40px;
}

.plastic .list .msg {
	width: 59%;
}

.plastic .list .txts {
	margin-top: 29px;
}


@media screen and (max-width:1560px) {
	.plastic .list .item {
		padding: 50px 40px;
	}

	.plastic .list .tit {
		font-size: 24px;
		line-height: 36px;
	}

	.plastic .list .txts {
		margin-top: 26px;
	}

	.plastic .list .num {
		width: 52px;
		height: 52px;
		font-size: 24px;
		line-height: 52px;
		margin-right: 60px;
	}

	.plastic .list {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.plastic .list .tit {
		font-size: 22px;
		line-height: 34px;
	}

	.plastic .list .item {
		padding: 30px 20px;
	}

	.plastic .list .dis {
		display: block;
	}

	.plastic .list .msg {
		width: 100%;
	}

	.plastic .list .num {
		margin-right: 40px;
		width: 46px;
		height: 46px;
		font-size: 22px;
		line-height: 46px;
	}

	.plastic .list .image {
		margin-left: 5%;
	}
}

@media screen and (max-width:999px) {
	.plastic .list .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.plastic .list .image {
		width: 46%;
	}

	.plastic .list .num {
		width: 42px;
		height: 42px;
		line-height: 42px;
		font-size: 20px;
	}

	.plastic .list {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.plastic .list .item {
		flex-direction: column;
		align-items: flex-start;
	}

	.plastic .list .num {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.plastic .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.plastic .list .txts {
		margin-top: 20px;
	}

}

@media screen and (max-width:538px) {
	.plastic .list .dis {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.plastic .list .image {
		width: 100%;
		margin: 0;
		margin-top: 26px;
		height: 360px;
	}

	.plastic .list .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}
}


.flame {
	padding: 103px 0 99px 0;
}

.flame .tips {
	margin-top: 33px;
}

.flame .tips p {
	font-size: 18px;
	line-height: 28px;
}

.flame .retardant {
	margin-top: 70px;
}

.retardant {
	display: flex;
	justify-content: space-between;
}


.retardant .image {
	width: 57.35%;
}

.retardant .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.retardant .msg {
	width: 32.85%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 40px 0;
}

.retardant .msg .tit {
	color: #141414;
	font-family: Poppins-SemiBold;
	font-size: 28px;
	line-height: 40px;
}

.retardant .msg .txts {
	margin-top: 25px;
}


.flame .antibacterial {
	margin-top: 100px;
}


.antibacterial {
	display: flex;
	justify-content: space-between;
}

.antibacterial .msg {
	width: 37%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding-top: 40px;
}

.antibacterial .sign {
	width: 200px;
}

.antibacterial .tit {
	color: #141414;
	font-family: Poppins-SemiBold;
	font-size: 28px;
	line-height: 40px;
	margin-top: 75px;
}

.antibacterial .txts {
	margin-top: 24px;
}


.antibacterial .image {
	width: 48.85%;
}


.antibacterial .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}



@media screen and (max-width:1560px) {
	.retardant .msg {
		padding: 40px 0;
		width: 38%;
	}

	.flame .tips {
		margin-top: 40px;
	}

	.flame .retardant {
		margin-top: 50px;
	}

	.flame .antibacterial {
		margin-top: 50px;
	}

	.antibacterial .msg {
		width: 45%;
	}

	.retardant .msg .tit,
	.antibacterial .tit {
		font-size: 26px;
		line-height: 38px;
	}

	.antibacterial .tit {
		margin-top: 30px;
	}

	.antibacterial .sign {
		width: 180px;
	}
}

@media screen and (max-width:1333px) {

	.retardant .msg .tit,
	.antibacterial .tit {
		font-size: 24px;
		line-height: 36px;
	}

	.antibacterial .sign {
		width: 160px;
	}
}

@media screen and (max-width:999px) {
	.flame .tips {
		margin-top: 30px;
	}

	.flame .retardant {
		margin-top: 40px;
	}

	.retardant .msg .tit,
	.antibacterial .tit {
		font-size: 22px;
		line-height: 32px;
	}

	.antibacterial .sign {
		width: 140px;
	}

	.flame .antibacterial {
		margin-top: 40px;
	}
}

@media screen and (max-width:768px) {
	.flame .retardant {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.retardant .msg {
		width: 100%;
		padding: 0;
	}

	.retardant .image {
		width: 100%;
		height: 360px;
		margin-top: 30px;
	}

	.flame .antibacterial {
		flex-direction: column;
		align-items: flex-start;
	}

	.antibacterial .msg {
		width: 100%;
		padding: 0;
	}

	.retardant .msg .tit,
	.antibacterial .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.antibacterial .tit {
		margin-top: 24px;
	}

	.antibacterial .image {
		width: 100%;
		height: 360px;
		margin-top: 30px;
	}

	.antibacterial .sign {
		width: 120px;
	}
}

@media screen and (max-width:538px) {
	.antibacterial .sign {
		width: 100px;
	}
}


.fscGives {
	padding: 103px 0 100px 0;
}


.fscGives .tips {
	margin-top: 26px;
}

.fscGives .tips p {
	font-size: 18px;
	line-height: 28px;
}


.fscGives .con {
	margin-top: 60px;
	position: relative;
	z-index: 2;
}


.fscGives .con .list {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	position: relative;
	z-index: 3;
}


.fscGives .con .list .item {
	flex: 1;
	min-height: 540px;
	display: flex;
	flex-direction: column;
	padding: 39px 30px 30px;
	position: relative;
}

.fscGives .con .list .item::after {
	content: "";
	position: absolute;
	height: 100%;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	background-color: rgba(255, 255, 255, .3);
	z-index: -2;
}


.fscGives .con .list .item::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: calc(100% + 2px);
	height: 100%;
	z-index: -1;
	background-color: #1A343F;
	opacity: 0;
	transition: .4s ease all;
}

.fscGives .con .list .item:hover:before {
	opacity: 1;
}


.fscGives .con .list .box {
	flex: 1;
	display: flex;
	align-items: flex-end;
}

.fscGives .con .list .sign {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid #FFF;
	width: 70px;
	height: 70px;
	margin: 0 auto;
}


.fscGives .con .list .sign img {
	width: 32px;
	height: 32px;
}

.fscGives .con .list .txts {
	flex: 1;
	margin-top: 29px;
}


.fscGives .con .list .txts p {
	color: #FFF;
	text-align: center;
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 30px;
}




@media screen and (max-width:1560px) {
	.fscGives .tips {
		margin-top: 30px;
	}

	.fscGives .con {
		margin-top: 40px;
	}

	.fscGives .con .list .item {
		min-height: 500px;
	}
}

@media screen and (max-width:1333px) {
	.fscGives .con .list .item {
		padding: 30px 20px;
	}

	.fscGives .con .list .sign {
		width: 60px;
		height: 60px;
	}

	.fscGives .con .list .sign img {
		width: 28px;
		height: 28px;
	}

	.fscGives .con .list .txts {
		margin-top: 20px;
	}
}

@media screen and (max-width:999px) {
	.fscGives .con .list .item {
		flex: none;
		width: 50%;
		min-height: auto;
		padding: 40px 20px;
	}

	.fscGives .con .list .item::after {
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		background-color: transparent;
		border-right: 1px solid rgba(255, 255, 255, .3);
		border-top: 1px solid rgba(255, 255, 255, .3);
	}

	.fscGives .con .list .item::before {
		height: calc(100% + 2px);
	}

	.fscGives .con .list .item:nth-child(2n)::after {
		border-right: none;
	}

	.fscGives .con .list .item:nth-child(-n+2)::after {
		border-top: none;
	}

	.fscGives .con {
		margin-top: 30px;
	}
}


@media screen and (max-width:450px) {
	.fscGives .con .list .item:nth-child(n) {
		width: 100%;
		padding: 30px 20px;
	}

	.fscGives .con .list .item:nth-child(n)::after {
		border-right: none;
		border-top: 1px solid rgba(255, 255, 255, .3);
	}

	.fscGives .con .list .item:nth-child(1)::after {
		border-top: none;
	}
}


.sustainabilityPiece {
	padding: 103px 0 120px 0;
}

.natureCraft .title1 {
	text-align: center;
}

.natureCraft .checkSwiper {
	margin-top: 41px;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
	overflow: visible;
	position: relative;
	z-index: 9;
}


.natureCraft .checkSwiper::after {
	content: "";
	position: absolute;
	width: 100%;
	bottom: 0px;
	z-index: -1;
	height: 2px;
	background-color: #E6E6E6;
}



.natureCraft .checkSwiper .swiper-slide {
	text-align: center;
	padding: 17px 20px;
	position: relative;
	color: #1A343F;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	cursor: pointer;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}


.natureCraft .checkSwiper .swiper-slide::after {
	content: "";
	position: absolute;
	right: 0;
	height: 2px;
	width: 0%;
	background-color: #1A343F;
	bottom: 0;
	transition: .4s ease all;
}

.natureCraft .checkSwiper .swiper-slide.active::after,
.natureCraft .checkSwiper .swiper-slide:hover::after {
	width: 100%;
	left: 0;
	right: auto;
}


.natureCraft .con {
	display: flex;
	justify-content: space-between;
	margin-top: 46px;
}


.natureCraft .imgSwiper {
	width: 50%;
	overflow: hidden;
}

.natureCraft .imgSwiper .image {
	height: 100%;
}


.natureCraft .imgSwiper .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.natureCraft .msgSwiper {
	width: 50%;
	background-color: #F7F9FA;
	overflow: hidden;
}

.natureCraft .msgSwiper .swiper-slide {
	height: auto;
	padding: 40px 80px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}



.natureCraft .msgSwiper .tit {
	color: #141414;
	font-family: Poppins-SemiBold;
	font-size: 28px;
	line-height: 40px;
}

.natureCraft .msgSwiper .txts {
	margin-top: 28px;
}

@media screen and (max-width:1560px) {
	.natureCraft .msgSwiper .swiper-slide {
		padding: 60px 40px;
	}

	.natureCraft .msgSwiper .tit {
		font-size: 24px;
		line-height: 36px;
	}

	.natureCraft .checkSwiper {
		margin-top: 30px;
	}

	.natureCraft .con {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.natureCraft .checkSwiper .swiper-slide {
		font-size: 16px;
		line-height: 28px;
		padding: 10px 14px;
	}

	.natureCraft .msgSwiper .tit {
		font-size: 22px;
		line-height: 34px;
	}
}

@media screen and (max-width:999px) {
	.natureCraft .checkSwiper .swiper-slide {
		font-size: 14px;
		line-height: 26px;
		padding: 10px 12px;
	}

	.natureCraft .con {
		margin-top: 30px;
	}

	.natureCraft .msgSwiper .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.natureCraft .msgSwiper .swiper-slide {
		padding: 50px 30px;
	}

	.natureCraft .checkSwiper .swiper-slide:hover::after {
		width: 0%;
	}

	.natureCraft .checkSwiper .swiper-slide.active::after {
		width: 100%;
	}
}

@media screen and (max-width:768px) {
	.natureCraft .con {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.natureCraft .con .msgSwiper {
		width: 100%;
	}

	.natureCraft .msgSwiper .swiper-slide {
		padding: 30px 20px;
	}

	.natureCraft .con .imgSwiper {
		width: 100%;
		height: 360px;
	}

	.natureCraft .msgSwiper .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.natureCraft .msgSwiper .txts {
		margin-top: 26px;
	}

	.natureCraft .checkSwiper .swiper-slide {
		padding: 10px 6px;
	}
}



.sustainabilityPiece .certificate {
	margin-top: 113px;
}


.certificate .swiper {
	margin-top: 47px;
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}


.certificate .title1 {
	text-align: center;
}

.certificate .swiper-slide {
	background-color: #F7F9FA;
	padding: 31px 30px 22px;
	display: flex;
	flex-direction: column;
	align-items: center;
}


.certificate .swiper-slide .image {
	overflow: hidden;
}

.certificate .swiper-slide .name {
	text-align: center;
	margin-top: 17px;
	color: #333;
	font-size: 16px;
	line-height: 28px;
}

.certificate .sSigns {
	margin-top: 50px;
}

@media screen and (max-width:1560px) {
	.certificate .swiper-slide {
		padding: 30px 20px;
	}

	.certificate .swiper {
		margin-top: 40px;
	}

	.sustainabilityPiece .certificate {
		margin-top: 80px;
	}

	.certificate .sSigns {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.sustainabilityPiece .certificate {
		margin-top: 60px;
	}
}

@media screen and (max-width:999px) {
	.sustainabilityPiece .certificate {
		margin-top: 50px;
	}

	.certificate .swiper-slide {
		padding: 20px 14px;
	}

	.certificate .swiper-slide .name {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
	}

	.certificate .swiper {
		margin-top: 30px;
	}
}

@media screen and (max-width:538px) {
	.certificate .swiper .swiper-slide .image {
		max-width: 260px;
	}
}



/* 6-1Solutions & Projects */



.mbox {
	height: 84px;
	overflow: hidden;
}

.mBtn {
	color: #1A343F;
	font-size: 16px;
	line-height: 28px;
	width: max-content;
	margin-top: 20px;
	cursor: pointer;
	display: none;
}

.mBtn:hover {
	color: #AE852C;
}



.solutions {
	padding: 93px 0 120px 0;
}

.solutions .mbox {
	margin-top: 22px;
}

.solutions .innerCheckBtns {
	margin-top: 64px;
}

.solutions .list {
	margin-top: 55px;
}


.solutions .list .item {
	background-color: #F5F5F5;
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}


.solutions .list .item:nth-child(2n) {
	flex-direction: row-reverse;
}

.solutions .list .item:nth-child(1) {
	margin-top: 0;
}

.solutions .list .image {
	width: 47.14%;
	overflow: hidden;
}


.solutions .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.solutions .list .msg {
	width: 52.86%;
	padding: 42px 60px 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.solutions .list .tit {
	color: #333;
	font-family: Poppins-SemiBold;
	font-size: 20px;
	line-height: 32px;
	min-height: 64px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


.solutions .list .tit:hover {
	color: #AE852C;
}

.solutions .list .line {
	margin-top: 20px;
	width: 40px;
	height: 2px;
	background-color: #AE852C;
}

.solutions .list .txts {
	margin-top: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	min-height: 112px;
}

.solutions .list .cBtn {
	margin-top: 39px;
	border-radius: 4px;
}


.solutions .pager {
	margin-top: 40px;
}

@media screen and (max-width:1560px) {
	.solutions .mbox {
		margin-top: 26px;
	}

	.solutions .innerCheckBtns,
	.solutions .list {
		margin-top: 40px;
	}

	.solutions .list .msg {
		padding: 40px;
	}

	.solutions .list .item {
		margin-top: 40px;
	}

}

@media screen and (max-width:1333px) {
	.solutions .list .tit {
		font-size: 18px;
		line-height: 28px;
		min-height: 56px;
	}

	.solutions .list .cBtn {
		margin-top: 34px;
	}

	.solutions .list .item {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {

	.solutions .innerCheckBtns,
	.solutions .list {
		margin-top: 30px;
	}

	.solutions .list .msg {
		padding: 30px 20px;
	}

	.solutions .list .txts {
		min-height: 104px;
	}

	.solutions .list .tit {
		font-size: 16px;
	}

	.solutions .list .line {
		margin-top: 10px;
	}

	.solutions .list .txts {
		margin-top: 24px;
	}

	.solutions .list .cBtn {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.solutions .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.solutions .list .item:nth-child(n) {
		flex-direction: column-reverse;
		align-items: flex-start;
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.solutions .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.solutions .list .image {
		width: 100%;
	}

	.solutions .list .msg {
		width: 100%;
		padding: 20px 14px;
	}

	.solutions .list .txts {
		-webkit-line-clamp: 3;
		min-height: 78px;
	}

	.solutions .list .txts {
		margin-top: 14px;
	}

	.solutions .list .cBtn {
		margin-top: 20px;
	}
}

@media screen and (max-width:450px) {
	.solutions .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.solutions .list .item:nth-child(1) {
		margin-top: 0;
	}
}

/* 6-2Solution & Projects */

.solutionsDet {
	padding: 90px 0 86px 0;
}


.solutionsDet .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.solutionsDet .des {
	width: 67.14%;
}

.solutionsDet .des p strong{
	display: inline-block;
}

.solutionsDet .des h1 {
	color: #1A343F;
	font-family: Poppins-SemiBold;
	font-size: 32px;
	line-height: 44px;
}


.solutionsDet .des .share {
	margin-top: 25px;
}


.solutionsDet .des .line {
	width: 100%;
	height: 1px;
	background-color: #CCC;
	margin-top: 22px;
}

.solutionsDet .des .dis {
	margin-top: 41px;
}


.solutionsDet .dis .item {
	margin-top: 48px;
}


.solutionsDet .dis .item:nth-child(1) {
	margin-top: 0;
}


.solutionsDet .dis .tit {
	color: #AE852C;
	font-family: Poppins-SemiBold;
	font-size: 24px;
	line-height: 36px;
}

.solutionsDet .dis .txts {
	margin-top: 22px;
}


.solutionsDet .dis .txts p {
	margin-bottom: 14px;
}


.solutionsDet .dis .txts p:last-child {
	margin-bottom: 0;
}


.solutionsDet .dis p strong {
	color: #1A343F;
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 28px;
}


.solutionsDet .dis p em {
	display: block;
	padding-left: 19px;
	position: relative;
	font-style: normal;
}

.solutionsDet .dis p em::after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #1A343F;
}


.solutionsDet .manager {
	background-color: #F7F9FA;
	padding: 52px 30px 48px 51px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 29px;
}


.solutionsDet .manager .box {
	width: 24%;
	display: flex;
	align-items: center;
}

.solutionsDet .manager .sign {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	flex-shrink: 0;
	margin-right: 14px;
}

.solutionsDet .manager .name {
	color: #1A343F;
	font-family: Poppins-SemiBold;
	font-size: 16px;
	line-height: 28px;
}


.solutionsDet .manager .tips {
	width: 62.6%;
	color: #4D4D4D;
	font-size: 16px;
	line-height: 28px;
}

.solutionsDet .prevOrNext {
	margin-top: 59px;
}


.solutionsDet .relatedProducts {
	width: 25.7%;
}

.relatedProducts .title {
	color: #1A343F;
	font-family: Poppins-SemiBold;
	font-size: 32px;
	line-height: 44px;
}


.relatedProducts .list {
	margin-top: 40px;
}

.relatedProducts .list .item {
	display: flex;
	align-items: center;
	margin-top: 24px;
}


.relatedProducts .list .item:nth-child(1) {
	margin-top: 0;
}


.relatedProducts .list .image {
	width: 130px;
	overflow: hidden;
	border: 1px solid #B3B3B3;
	flex-shrink: 0;
	margin-right: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.relatedProducts .list .msg {
	flex: 1;
}

.relatedProducts .list .tit {
	color: #1A343F;
	font-size: 18px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


.relatedProducts .list .tit:hover {
	color: #AE852C;
}


.relatedProducts .list .btn {
	display: flex;
	align-items: center;
	width: max-content;
	margin-top: 41px;
	color: #AE852C;
	font-size: 16px;
	line-height: 28px;
}

.relatedProducts .list .btn i {
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
}

.relatedProducts .list .btn:hover {
	color: #1A343F;
}

@media screen and (max-width:1560px) {

	.solutionsDet .des h1,
	.relatedProducts .title {
		font-size: 28px;
		line-height: 40px;
	}

	.solutionsDet .dis .tit {
		font-size: 22px;
		line-height: 34px;
	}

	.solutionsDet .des .share,
	.solutionsDet .des .line,
	.solutionsDet .des .dis {
		margin-top: 30px;
	}

	.solutionsDet .dis .item {
		margin-top: 30px;
	}

	.solutionsDet .manager {
		margin-top: 40px;
		padding: 30px 20px;
	}

	.solutionsDet .manager .box {
		width: 30%;
	}

	.solutionsDet .prevOrNext {
		margin-top: 40px;
	}

	.relatedProducts .list .btn {
		margin-top: 20px;
	}

	.relatedProducts .list .image {
		width: 120px;
		margin-right: 20px;
	}

	.relatedProducts .list .item {
		margin-top: 20px;
	}
}

@media screen and (max-width:1333px) {

	.solutionsDet .des h1,
	.relatedProducts .title {
		font-size: 24px;
		line-height: 36px;
	}

	.relatedProducts .list .image {
		width: 110px;
	}

	.relatedProducts .list .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.relatedProducts .list .btn {
		margin-top: 14px;
	}

	.solutionsDet .manager .tips {
		width: 58%;
	}

	.solutionsDet .manager .box {
		width: 38%;
	}
}

@media screen and (max-width:999px) {
	.solutionsDet .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.solutionsDet .des {
		width: 100%;
	}

	.solutionsDet .des h1,
	.relatedProducts .title {
		font-size: 22px;
		line-height: 34px;
	}

	.solutionsDet .dis .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.solutionsDet .dis p strong {
		font-size: 16px;
	}

	.solutionsDet .dis .txts p {
		margin-bottom: 10px;
	}

	.solutionsDet .manager {
		margin-top: 30px;
		flex-direction: column;
		align-items: flex-start;
	}

	.solutionsDet .manager .box {
		width: 100%;
	}

	.solutionsDet .manager .tips {
		width: 100%;
		margin-top: 26px;
	}

	.solutionsDet .dis .txts {
		margin-top: 20px;
	}

	.solutionsDet .relatedProducts {
		width: 100%;
		margin-top: 50px;
	}

	.relatedProducts .list {
		margin-top: 30px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.relatedProducts .list .item:nth-child(n) {
		width: 48%;
		margin-top: 24px;
	}

	.relatedProducts .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.relatedProducts .list .tit {
		font-size: 14px;
		line-height: 26px;
	}

	.solutionsDet .dis p em {
		padding-left: 14px;
	}

	.solutionsDet .dis p em::after {
		top: 8px;
	}

	.solutionsDet .manager .name {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {

	.solutionsDet .des h1,
	.relatedProducts .title {
		font-size: 20px;
		line-height: 30px;
	}

	.solutionsDet .dis .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.solutionsDet .dis p strong {
		font-size: 14px;
		line-height: 26px;
	}

	.relatedProducts .list .image {
		margin-right: 14px;
	}
}

@media screen and (max-width:538px) {
	.relatedProducts .list .item:nth-child(n) {
		flex-direction: column;
		align-items: flex-start;
	}

	.relatedProducts .list .image {
		width: 100%;
	}


	.relatedProducts .list .msg {
		width: 100%;
		margin-top: 10px;
		flex: none;
	}

	.relatedProducts .list .btn {
		margin-top: 10px;
	}

}

/* 7-1Blog */

.news {
	padding: 93px 0 95px 0;
}

.news .mbox {
	margin-top: 22px;
}

.news .innerCheckBtns {
	margin-top: 64px;
}

.innerCheckBtns {
	display: flex;
	flex-wrap: wrap;
}

.innerCheckBtns a {
	padding: 10px 23.5px;
	border: 1px solid #CCC;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #666;
	font-family: Poppins-Medium;
	font-size: 16px;
	margin: 5px 0;
	margin-right: 10.5px;
	color: #1A343F;
}


.innerCheckBtns a:last-child {
	margin-right: 0;
}


.innerCheckBtns a:hover,
.innerCheckBtns a.active {
	background-color: #1A343F;
	border-color: #1A343F;
	color: #ffffff;
}

.news .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 55px;
}


.newItem .image {
	overflow: hidden;
}

.newItem .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.newItem .msg {
	margin-top: 25px;
}

.newItem .tit {
	color: #1C3665;
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 30px;
	min-height: 60px;
}

.newItem .tit:hover {
	color: #AE852C;
}

.newItem .btns {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 21px;
}


.newItem .time {
	color: #999;
	font-size: 16px;
	line-height: 26px;
}


.newItem .btn {
	display: flex;
	align-items: center;
	color: #AE852C;
	font-size: 16px;
	line-height: 26px;
	margin-right: 5px;
}

.newItem .btn i {
	flex-shrink: 0;
	margin-left: 9px;
	font-size: 14px;
	font-weight: bold;
}


.newItem .btn:hover {
	color: #1A343F;
}

.news .list .newItem {
	width: 31.78%;
	margin-right: 2.33%;
	margin-top: 60px;
}

.news .list .newItem:nth-child(3n) {
	margin-right: 0;
}

.news .list .newItem:nth-child(-n+3) {
	margin-top: 0;
}


.news .pager {
	margin-top: 75px;
}

@media screen and (max-width:1560px) {
	.news .mbox {
		margin-top: 26px;
	}

	.news .innerCheckBtns {
		margin-top: 50px;
	}

	.innerCheckBtns a {
		padding: 8px 20px;
	}

	.news .list {
		margin-top: 50px;
	}

	.news .list .newItem {
		margin-top: 40px;
	}

	.news .pager {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.news .innerCheckBtns {
		margin-top: 46px;
	}

	.innerCheckBtns a {
		padding: 6px 20px;
	}

	.news .list {
		margin-top: 40px;
	}

	.news .list .newItem {
		margin-top: 30px;
	}

	.news .pager {
		margin-top: 40px;
	}

	.newItem .msg {
		margin-top: 20px;
	}

	.newItem .tit {
		font-size: 16px;
		line-height: 28px;
		min-height: 56px;
	}

	.newItem .btn {
		margin-right: 0;
	}
}

@media screen and (max-width:999px) {
	.mbox {
		height: 78px;
	}

	.mBtn {
		font-size: 14px;
		line-height: 26px;
	}

	.innerCheckBtns a {
		font-size: 14px;
		line-height: 24px;
	}

	.news .innerCheckBtns {
		margin-top: 30px;
	}

	.news .list {
		margin-top: 30px;
	}

	.newItem .tit {
		font-size: 14px;
	}

	.newItem .msg {
		margin-top: 16px;
	}

	.newItem .btns {
		margin-top: 16px;
	}

	.news .pager {
		margin-top: 34px;
	}

	.news .list {
		justify-content: space-between;
	}

	.news .list .newItem:nth-child(n) {
		width: 48%;
		margin-right: 0%;
		margin-top: 30px;
	}

	.news .list .newItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.innerCheckBtns a {
		padding: 4px 14px;
	}

}

@media screen and (max-width:768px) {
	.innerCheckBtns a {
		padding: 4px 10px;
	}
}

@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;
	}

}

.hotProducts {
	padding: 103px 0 100px 0;
}

.sProducts .title1 {
	text-align: center;
}

.sProducts .swiperBox {
	margin-top: 47px;
}


.swiperBox .hSbtns>div {
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	border: 1px solid #1A343F;
	font-weight: bold;
}

.swiperBox .hSbtns>div.prev {
	margin-right: 0;
}

.swiperBox .hSbtns>div.prev {
	left: -70px;
}

.swiperBox .hSbtns>div.next {
	right: -70px;
}


.swiperBox .hSbtns>div:hover {
	background-color: transparent;
	color: #1A343F;
}

.sProducts .swiperBox .hSbtns>div {
	top: 43.4%;
}


@media screen and (max-width:1560px) {
	.sProducts .swiperBox {
		margin-top: 40px;
	}

	.swiperBox .hSbtns>div.next {
		right: -60px;
	}

	.swiperBox .hSbtns>div.prev {
		left: -60px;
	}
}

@media screen and (max-width:1333px) {
	.sProducts .swiperBox {
		margin-top: 36px;
	}
}

@media screen and (max-width:999px) {
	.sProducts .swiperBox {
		margin-top: 30px;
	}

	.swiperBox .hSbtns>div {
		position: static;
		transform: translateY(0);
		margin-top: 20px;
	}

	.swiperBox .hSbtns>div.prev {
		margin-right: 20px;
	}

	.swiperBox .hSbtns {
		justify-content: center;
	}
}


/* 7-2Blog */


.newDet {
	padding: 92px 0 100px 0;
}

.newDet .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.newDet .des {
	width: 67.14%;
}

.newDet .des h1 {
	color: #1A343F;
	font-family: Poppins-SemiBold;
	font-size: 32px;
	line-height: 44px;
}


.newDet .des .tips {
	display: flex;
	align-items: center;
	margin-top: 23px;
}


.newDet .des .tips .time {
	color: #999;
	font-size: 16px;
	line-height: 26px;
	flex-shrink: 0;
	margin-right: 80px;
}

.share {
	display: flex;
	align-items: center;
}


.share span {
	flex-shrink: 0;
	margin-right: 14px;
	color: #666;
	font-size: 16px;
	line-height: 28px;
}

.newDet .des .line {
	margin-top: 22px;
	width: 100%;
	height: 1px;
	background-color: #cccccc;
}


.newDet .des .dis {
	margin-top: 41px;
}


.newDet .standardEdit p strong {
	color: #1A343F;
	font-family: Poppins-SemiBold;
	font-size: 24px;
	line-height: 36px;
}


.newDet .prevOrNext {
	margin-top: 58px;
}


.prevOrNext {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 30px 0 29px 0;
}


.prevOrNext>div {
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 24px;
}

.prevOrNext>div:nth-child(1) {
	margin-top: 0;
}


.prevOrNext .btn {
	display: flex;
	align-items: center;
	margin-right: 7px;
}

.prevOrNext .btn .sign {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid #1A343F;
	background-color: #1A343F;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	flex-shrink: 0;
	margin-right: 16px;
}


.prevOrNext .btn a.sign:hover {
	background-color: transparent;
	color: #1A343F;
}


.prevOrNext .btn span {
	color: #1A1A1A;
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 30px;
}


.prevOrNext .name {
	font-size: 16px;
	line-height: 28px;
	color: #4D4D4D;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.prevOrNext a.name:hover {
	color: #AE852C;
}


.relatedNews {
	width: 25.7%;
}

.relatedNews .title {
	color: #1A343F;
	font-family: Poppins-SemiBold;
	font-size: 32px;
	line-height: 44px;
}


.relatedNews .list {
	margin-top: 38px;
}

.relatedNews .list .item {
	margin-top: 39px;
}


.relatedNews .list .item:nth-child(1) {
	margin-top: 0;
}


.relatedNews .list .image {
	overflow: hidden;
}


.relatedNews .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.relatedNews .list .tit {
	color: #1A343F;
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 21px;
}


.relatedNews .list .tit:hover {
	color: #AE852C;
}


.relatedNews .list .time {
	color: #999;
	font-size: 16px;
	line-height: 28px;
	margin-top: 14px;
}

@media screen and (max-width:1560px) {

	.newDet .des h1,
	.relatedNews .title {
		font-size: 28px;
		line-height: 40px;
	}

	.newDet .des .tips,
	.newDet .des .line,
	.newDet .des .dis {
		margin-top: 30px;
	}

	.newDet .standardEdit p strong {
		font-size: 22px;
		line-height: 34px;
	}

	.prevOrNext {
		padding: 30px 0;
	}

	.newDet .prevOrNext {
		margin-top: 30px;
	}

	.prevOrNext>div {
		margin-top: 20px;
	}
}

@media screen and (max-width:1333px) {

	.newDet .des h1,
	.relatedNews .title {
		font-size: 24px;
		line-height: 36px;
	}

	.relatedNews .list .tit {
		font-size: 16px;
		line-height: 28px;
		margin-top: 16px;
	}

	.relatedNews .list .item {
		margin-top: 30px;
	}

	.relatedNews .list {
		margin-top: 30px;
	}

	.newDet .standardEdit p strong {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width:999px) {
	.newDet .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet .des {
		width: 100%;
	}

	.share span {
		font-size: 14px;
		line-height: 26px;
	}

	.newDet .des .tips .time {
		margin-right: 40px;
	}

	.newDet .des h1,
	.relatedNews .title {
		font-size: 22px;
		line-height: 34px;
	}

	.prevOrNext .btn span {
		font-size: 16px;
		line-height: 28px;
	}

	.prevOrNext .name {
		font-size: 14px;
		line-height: 26px;
	}

	.prevOrNext .btn .sign {
		width: 36px;
		height: 36px;
		font-size: 12px;
	}

	.prevOrNext>div {
		margin-top: 14px;
	}

	.prevOrNext {
		padding: 26px 0;
	}

	.relatedNews {
		width: 100%;
		margin-top: 50px;
	}

	.relatedNews .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.relatedNews .list .item {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.relatedNews .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.relatedNews .list .tit {
		font-size: 14px;
		line-height: 26px;
	}

	.newDet .standardEdit p strong {
		font-size: 18px;
		line-height: 30px;
	}
}

@media screen and (max-width:768px) {

	.newDet .des h1,
	.relatedNews .title {
		font-size: 20px;
		line-height: 30px;
	}

	.prevOrNext .btn .sign {
		width: 34px;
		height: 34px;
		margin-right: 10px;
	}

	.relatedNews {
		margin-top: 40px;
	}
}


@media screen and (max-width:538px) {
	.newDet .des .tips {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet .des .tips .time {
		margin-right: 0;
		margin-bottom: 10px;
	}
}


@media screen and (max-width:450px) {
	.relatedNews .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.relatedNews .list .item:nth-child(1) {
		margin-top: 0;
	}
}



/* 8-1Contact */

.contactUs {
	padding: 90px 0 91px 0;
}


.contactUs .con {
	display: flex;
	justify-content: space-between;
}

.contactUs .info {
	width: 35.72%;
	background-color: #1A343F;
	padding: 61px 60px 40px;
}

.contactUs .info .title2 {
	color: #ffffff;
}


.contactUs .info .list {
	margin-top: 75px;
}


.contactUs .info .list li {
	padding: 18.4px 12px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	display: flex;
	align-items: center;
	margin-bottom: 4px;
}


.contactUs .info .list i {
	font-size: 19px;
	color: #ffffff;
	flex-shrink: 0;
	margin-right: 21px;
}


.contactUs .info .list .num {
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
}


.contactUs .info .list .email .num {
	word-break: break-all;
}


.contactUs .info .list a.num:hover {
	color: #AE852C;
}

.contactUs .cForm {
	width: 64.28%;
	padding: 62px 60px 40px 60px;
	background-color: #F7F9FA;
}


.cForm input,
.cForm textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	overflow: hidden;
}


.cForm ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 29px;
}


.cForm ul li {
	height: 50px;
	width: 48.5%;
	padding: 0 20px;
	background-color: #FFF;
	margin-top: 24px;
	border: 1px solid #E6E6E6;
	border-radius: 4px;
}

.cForm ul li.must {
	position: relative;
	padding-left: 32px;
}

.cForm ul li.must::after {
	content: "*";
	position: absolute;
	left: 19px;
	top: 12px;
	color: #F00;
	font-size: 16px;
}


.cForm ul li:nth-child(-n+2) {
	margin-top: 0;
}


.cForm ul li.message {
	width: 100%;
	height: 180px;
	padding: 13px 20px 13px 32px;
	margin-bottom: 0px;
}


.cForm ul li.codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	width: 79%;
	overflow: hidden;
}


.cForm ul li.codeCon input {
	flex: 1;
	padding: 0 20px 0 32px;
}


.cForm ul li.codeCon .codeImg {
	flex-shrink: 0;
	width: 100px;
	height: 50px;
	background-color: #f3fbfe;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0px;
}

.cForm ul li.codeCon .codeImg img {
	display: block;
}



.cForm ul li.subBtn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 17.9%;
	color: #FFF;
	font-family: Poppins-SemiBold;
	font-size: 16px;
	line-height: 28px;
	border: none;
	background-color: #1A343F;
	padding: 0;
}


.cForm ul li.subBtn i {
	flex-shrink: 0;
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
}

.cForm ul li.subBtn:hover {
	background-color: #AE852C;
}

.cForm ul li.subBtn input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
}




.cForm ul li.subBtn input:hover {
	background-color: #D69938;
}


.cForm input::-webkit-input-placeholder,
.cForm textarea::-webkit-input-placeholder {
	font-size: 16px;
	color: #808080;
}

.cForm input:-moz-placeholder,
.cForm textarea:-moz-placeholder {
	font-size: 16px;
	color: #808080;
}

.cForm input::-moz-placeholder,
.cForm textarea::-moz-placeholder {
	font-size: 16px;
	color: #808080;
}

.cForm input:-ms-input-placeholder,
.cForm textarea:-ms-input-placeholder {
	font-size: 16px;
	color: #808080;
}


form.cForm ul li.m-formcountry {
	position: relative;
	padding: 0;
}

form.cForm ul li.m-formcountry .drop-btn {
	height: 100%;
	padding: 0 20px 0 32px;
}

form.cForm ul li.m-formcountry .drop-btn {
	position: relative;
}

form.cForm ul li.m-formcountry .drop-btn i,
form.cForm ul li.m-formcountry .drop-btn svg {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 12px;
	color: #999999;
}

form.cForm ul li.m-formcountry .drop-list {
	display: none;
	border: 1px solid #e6e6e6;
	width: 100%;
	position: absolute;
	top: 100%;
	background-color: #fff;
	max-height: 223px;
	overflow-x: hidden;
	z-index: 10001;
	scrollbar-color: #1A343F rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
	padding: 0;
	margin-top: 0;
}

form.cForm ul li.m-formcountry .drop-list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

form.cForm ul li.m-formcountry .drop-list::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
}

form.cForm ul li.m-formcountry .drop-list::-webkit-scrollbar-thumb {
	background-color: #1A343F;
}

form.cForm ul li.m-formcountry .drop-list li {
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	padding: 5px 20px 5px 32px;
	cursor: pointer;
	width: auto;
	height: auto;
	border: none;
	border-radius: 0;
	margin: 0;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
}

form.cForm ul li.m-formcountry .drop-list li.on {
	background-color: #1A343F;
	color: #ffffff;
}

.map img,
.map iframe {
	display: block;
}

@media screen and (max-width:1560px) {
	.contactUs .info {
		padding: 40px 30px;
	}

	.contactUs .info .list li {
		padding: 16px 10px;
	}

	.contactUs .cForm {
		padding: 40px 30px;
	}

	.contactUs .info .list {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.contactUs .info {
		padding: 40px 20px;
	}

	.cForm ul li {
		height: 46px;
	}

	.cForm ul li.codeCon .codeImg {
		height: 46px;
		width: 82px;
	}

	.cForm ul li.must::after {
		top: 10px;
	}

	.contactUs .info .list li {
		padding: 10px;
	}

	.contactUs .info .list {
		margin-top: 30px;
	}

	.cForm ul {
		margin-top: 40px;
	}

	.cForm ul li {
		margin-top: 20px;
		padding: 0 14px;
	}

	.cForm ul li.codeCon {
		width: 72%;
	}

	.cForm ul li.subBtn {
		width: 24%;
	}

	.cForm ul li.must::after {
		left: 10px;
	}

	.cForm ul li.must {
		padding-left: 24px;
	}

	form.cForm ul li.m-formcountry .drop-btn {
		padding: 0 14px 0 24px;
	}

	form.cForm ul li.m-formcountry .drop-btn i,
	form.cForm ul li.m-formcountry .drop-btn svg {
		right: 14px;
	}

	form.cForm ul li.m-formcountry .drop-list li {
		padding: 5px 14px 5px 24px;
	}

	.cForm ul li.message {
		padding: 10px 14px 10px 24px;
	}

	.cForm ul li.codeCon {
		padding: 0;
	}

	.cForm ul li.codeCon input {
		padding: 0 14px 0 24px;
	}
}

@media screen and (max-width:999px) {
	.contactUs .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.contactUs .info .list .num {
		font-size: 14px;
		line-height: 26px;
	}

	.contactUs .cForm,
	.contactUs .info {
		width: 100%;
		padding: 40px 30px;
	}

	.cForm ul {
		margin-top: 30px;
	}

	form.cForm ul li.m-formcountry .drop-list li {
		font-size: 14px;
		line-height: 24px;
	}

	.cForm ul li.subBtn {
		font-size: 14px;
		line-height: 26px;
	}

}

@media screen and (max-width:768px) {
	.cForm ul li {
		height: 40px;
	}

	.cForm ul li.message {
		height: 160px;
	}

	.cForm ul li.must::after {
		top: 8px;
	}

	.contactUs .cForm,
	.contactUs .info {
		padding: 40px 24px;
	}
}

@media screen and (max-width:538px) {

	.contactUs .cForm,
	.contactUs .info {
		padding: 40px 20px;
	}
}

@media screen and (max-width:450px) {
	.cForm ul li:nth-child(n) {
		width: 100%;
		margin-top: 14px;
	}

	.cForm ul li:nth-child(1) {
		margin-top: 0;
	}
}

/* innerBanner */

.innerBanner {
	position: relative;
	height: 400px;
}

.innerBanner .msg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 6px;
}

.innerBanner .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.innerBanner .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.innerBanner .title {
	color: #FFF;
	text-align: center;
	font-family: Poppins-SemiBold;
	font-size: 56px;
	font-weight: 600;
	line-height: 68px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}


.innerBanner .crumb {
	margin-top: 8px;
}



/* crumb */

.crumb {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: #ffffff;
	text-align: center;
}

.crumb a img {
	display: inline-block;
	filter: grayscale(100%) brightness(500%);
	transform: translateY(1px);
}

.crumb a:hover img {
	filter: grayscale(0%) brightness(100%);
	transform: translateY(1px);
}


.crumb a,
.crumb i {
	font-size: 16px;
	line-height: 28px;
	color: #FFF;
}

.crumb a.active,
.crumb a:hover {
	color: #AE852C;
}

.crumb i {
	font-style: normal;
	margin: 0 13px;
}



/* pager */

.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList, .pager .pageList .pages-btn {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.pager .pageList a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #1A343F;
	margin: 5px 5px;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
}

.pager .pageList a.active,
.pager .pageList a:hover {
	color: #ffffff !important;
	background-color: #1A343F;
	border-color: #1A343F;
}

.pager .pageList a.prev,
.pager .pageList a.next {
	margin: 5px 15px;
}




.pager .addTo {
	display: flex;
	align-items: center;
	margin: 5px 0;
	margin-left: 179px;
	color: #333;
	font-size: 16px;
	line-height: 28px;
	position: relative;
}


.pager .addTo input {
	color: #666666;
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}

.pager .addTo img {
	margin-left: 10px;
}

.pager .addTo:hover {
	color: #AE852C;
}

@media screen and (max-width:1560px) {
	.innerBanner .title {
		font-size: 42px;
		line-height: 54px;
	}

	.innerBanner .crumb {
		margin-top: 10px;
	}

	.innerBanner .msg {
		padding-top: 0;
	}

	.innerBanner {
		height: 360px;
	}

	.pager .addTo {
		margin-left: 80px;
	}
}

@media screen and (max-width:1333px) {
	.innerBanner .title {
		font-size: 36px;
		line-height: 48px;
	}

	.innerBanner {
		height: 300px;
	}

	.pager .pageList a {
		width: 36px;
		height: 36px;
		font-size: 16px;
	}

	.pager .addTo {
		margin-left: 30px;
	}
}

@media screen and (max-width:999px) {
	.innerBanner .title {
		font-size: 28px;
		line-height: 40px;
	}

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 26px;
	}

	.crumb i {
		margin: 0 10px;
	}

	.innerBanner {
		height: 280px;
	}

	.pager .pageList a {
		width: 34px;
		height: 34px;
		font-size: 14px;
	}

	.pager .addTo {
		font-size: 14px;
		line-height: 24px;
		margin-left: 20px;
	}

}

@media screen and (max-width:768px) {
	.innerBanner .title {
		font-size: 26px;
		line-height: 38px;
	}

	.innerBanner {
		height: 240px;
	}
}




/* footer */


footer {
	position: relative;
	background-color: #1A343F;
}


footer .footerList {
	display: flex;
	padding: 90px 0 99px 0;
	position: relative;
	flex-wrap: wrap;
}


footer .footerList .box li {
	margin-top: 14px;
}

footer .footerList .box li:nth-child(1) {
	margin-top: 0;
}

footer .footerList .box li.address {
	margin-top: 5px;
}


footer .footerList .titBox .meuBtn {
	display: none;
}

footer .footerList .fMsg {
	width: 26%;
	margin-right: 15.7%;
}

footer .footerList .fLogo {
	width: 280px;
	flex-shrink: 0;
	display: block;
}

footer .footerList .fLogo:hover img {
	transform: none;
}

footer .footerList .fMsg .add {
	margin-top: 31px;
}


footer .footerList .fMsg .add .tit,
footer .footerList .fMsg .add .txts {
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
}


footer .blogrolls {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 53px;
}


footer .blogrolls a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: solid 1px #ffffff;
	color: #ffffff;
	margin: 5px 0;
	margin-right: 15.4px;
	font-size: 18px;
}

footer .blogrolls a:hover {
	background-color: #ffffff;
	color: #1A343F;
}


footer .footerList .fNav {
	width: 16%;
	margin-right: 5%;
}


footer .footerList .fProducts {
	width: 18%;
	margin-right: 3.5%;
}


footer .footerList .fContact {
	width: 15.8%;
}


footer .footerList .fContact p {
	display: inline;
}

footer .footerList .fContact span {
	display: inline-block;
	direction: ltr;
}


footer a,
footer p,
footer div {
	font-size: 16px;
	line-height: 26px;
	color: rgba(255, 255, 255, .8);
}

footer .box a:hover {
	color: #AE852C;
}


footer .title {
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	display: inline-block;
}

footer a.title:hover {
	color: #AE852C;
}


footer .footerList .box {
	margin-top: 28px;
}


.line {
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .3);
}


footer .copyright {
	padding: 32px 0 22px 0;
	color: rgba(255, 255, 255, .8);
}

footer .copyright {
	color: rgba(255, 255, 255, .8);
}

footer .copyright a {
	display: inline;
	color: rgba(255, 255, 255, .8);
}

footer .copyright a:hover {
	color: #AE852C;

}

footer .copyright a:hover img {
	transform: scale(1.1);
}


footer .email a {
	word-break: break-all;
}


@media screen and (max-width:1560px) {

	footer .footerList {
		padding: 60px 0;
		justify-content: space-between;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer .footerList .box {
		margin-top: 30px;
	}

	footer .footerList .fLogo {
		width: 240px;
		margin-top: 0;
		margin-bottom: 30px;
	}

	footer .blogrolls {
		margin-top: 40px;
	}

	footer .footerList .fContact {
		width: 20%;
	}

	footer .copyright {
		padding: 30px 0;
	}
}

@media screen and (max-width:1333px) {
	footer .footerList .fLogo {
		width: 180px;
	}

	footer .footerList {
		padding: 50px 0;
	}

	footer .footerList .box {
		margin-top: 20px;
	}

	footer .title {
		font-size: 18px;
		line-height: 28px;
	}

	footer .blogrolls a {
		font-size: 16px;
		width: 36px;
		height: 36px;
		margin-right: 10px;
	}

	footer .blogrolls {
		margin-top: 30px;
	}

	footer .footerList .fNav {
		width: 19%;
	}

	footer .footerList .fContact {
		width: 25%;
	}

	footer .footerList .fProducts {
		width: 20%;
	}
}

@media screen and (max-width:999px) {
	footer .footerList .fLogo {
		width: 140px;
	}

	footer .footerList {
		padding: 40px 0;
		flex-wrap: wrap;
	}

	footer .blogrolls {
		margin-top: 24px;
	}

	footer .blogrolls a {
		font-size: 14px;
		height: 30px;
		width: 30px;
	}

	footer .footerList .fMsg .add {
		margin-top: 24px;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-bottom: 15px;
	}

	footer .footerList>li:nth-child(1) {
		margin-bottom: 24px;
	}

	footer .footerList>li:last-child {
		margin-bottom: 0;
	}

	footer .footerList .box {
		margin-top: 10px;
	}

	footer .footerList .fMsg .add .tit,
	footer .footerList .fMsg .add .txts {
		font-size: 14px;
		line-height: 26px;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
	}


	footer .title {
		font-size: 16px;
		line-height: 28px;
	}

	footer .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList .box {
		display: none;
		transition: none;
	}

	footer .footerList .box ul li {
		width: 48%;
		margin-bottom: 0;
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList .fInquiry form {
		margin-top: 15px;
	}

	footer .footerList .fInquiry ul li:nth-child(n) {
		width: 48%;
		margin-top: 15px;
		border-radius: 2px;
	}

	footer .footerList .fInquiry ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList .fInquiry ul li.message {
		width: 100%;
	}

	footer .footerLinks a {
		width: 50%;
		margin-top: 15px;
		font-size: 14px;
	}

	footer .footerLinks a:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerLinks a img {
		width: 26px;
	}

	footer .footerList .titBox {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	footer .footerList .titBox .meuBtn {
		width: 32px;
		height: 32px;
		font-size: 14px;
		font-weight: bold;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	footer .copyright {
		padding: 20px 0 80px;
	}

	footer .footerList .titBox .meuBtn.active {
		transform: rotate(90deg);
	}

	footer .blogrolls .name {
		font-size: 14px;
	}

	footer .fBottom .keywords span,
	footer .fBottom .keywords a,
	footer .footerList .fMsg .txts {
		font-size: 14px;
		line-height: 24px;
	}

	footer .footerList .fContact .address .name,
	footer .footerList .fContact .address .num {
		line-height: 26px;
	}

}

@media screen and (max-width:768px) {
	footer .footerList .fLogo {
		width: 120px;
	}

	footer .footerList .titBox .meuBtn {
		font-size: 12px;
	}

	footer::after {
		border-radius: 0 50px 0 0;
	}
}


@media screen and (max-width:538px) {

	footer .footerList .box ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList .fInquiry ul li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerList .fInquiry ul li:nth-child(-n+1) {
		margin-top: 0;
	}

	footer .footerLinks a:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerLinks a img {
		width: 24px;
	}

	footer .footerLinks a:nth-child(1) {
		margin-top: 0;
	}

	footer .top {
		bottom: 140px;
	}

	footer::after {
		border-radius: 0 40px 0 0;
	}
}


/* certifiicates */

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: 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 */

.customer {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
}

.customer div a,
.customer div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background: rgba(0, 0, 0, 0.30);
	color: #ffffff;
	margin-bottom: 9px;
	margin-right: 10px;
	font-size: 25px;
	border-radius: 10px;
}

.customer .top a {
	width: 60px;
	height: 60px;
	background: rgba(0, 0, 0, 0.30);
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
}


.customer .top i {
	font-size: 30px;
}


.customer div div {
	cursor: pointer;
}

.customer div a:hover,
.customer div div:hover {
	background-color: #1A343F;
}

.clear2 {
	display: none;
}


.customer .code {
	position: relative;
}

.customer .code img {
	position: absolute;
	top: 0;
	right: 100%;
	width: 150px;
	height: 150px;
	max-width: none;
	transform: translateX(100%);
	z-index: -1;
	opacity: 0;
}

.customer .code:hover img {
	transform: translateX(0);
	opacity: 1;
}

@media screen and (max-width: 1560px) {

	.customer div a,
	.customer div div {
		width: 56px;
		height: 56px;
		font-size: 24px;
		border-radius: 5px;
		margin-right: 5px;
		margin-bottom: 6px;
	}

	.customer .top a {
		width: 56px;
		height: 56px;
	}

	.customer .top a i {
		font-size: 28px;
	}
}


@media screen and (max-width: 1333px) {

	.customer div a,
	.customer div div {
		width: 48px;
		height: 48px;
		font-size: 20px;
		border-radius: 5px;
		margin-right: 5px;
		margin-bottom: 6px;
	}

	.customer .top a {
		width: 48px;
		height: 48px;
	}

	.customer .top a i {
		font-size: 24px;
	}
}

@media screen and (max-width: 999px) {
	.youlian {
		display: none;
	}

	.customer .top a {
		width: 25%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		background-color: rgba(179, 179, 179, 1);
	}

	.customer {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		transform: translateY(0);
	}

	.customer div {
		width: 25%;
		float: left;
	}

	.customer div a,
	.customer div div {
		font-size: 18px;
		height: 42px;
		margin: auto;
		width: 100%;
		border-radius: 0px;
		background-color: rgba(179, 179, 179, 1);
	}

	.customer div a:hover,
	.customer div div:hover {
		background-color: rgba(179, 179, 179, 1);
	}

	.customer div.active a,
	.customer div.active div {
		background-color: #1A343F;
	}

	.customer .top i {
		border-color: #fff;
	}

	.customer .code img,
	.customer .code:hover img {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		opacity: 0;
	}

	.customer .code.active img {
		opacity: 1;
		transform: translateX(-50%) translateY(-100%);
	}
}

@media screen and (max-width: 768px) {

	.customer .code img,
	.customer .code:hover img {
		left: 0%;
		transform: translateX(0%);
		top: 0;
		opacity: 0;
	}

	.customer .code.active img {
		opacity: 1;
		transform: translateX(0%) translateY(-100%);
	}
}

@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: '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-Light';
	font-display: swap;
	src: url('../fonts/PoppinsLight.eot');
	src: url('../fonts/PoppinsLight.eot') format('embedded-opentype'),
		url('../fonts/PoppinsLight.woff2') format('woff2'),
		url('../fonts/PoppinsLight.woff') format('woff'),
		url('../fonts/PoppinsLight.ttf') format('truetype'),
		url('../fonts/PoppinsLight.svg#PoppinsLight') format('svg');
}




@font-face {
	font-family: "iconfont";
	/* Project id 4576167 */
	font-display: swap;
	src:
		url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
		url('../fonts/iconfont.woff?t=1776060062676') format('woff'),
		url('../fonts/iconfont.ttf?t=1776060062676') 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";
}