@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: Arial, sans-serif;
	font-size: 16px;
	height: 100%;
	background-color: #fff;
}

ul {
	list-style: none;
}

html {
	/* 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: #458432;
}

.standardEdit a:hover {
	text-decoration: underline;
}



a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	border: none;
	outline: none;
}

textarea {
	resize: none;
}

@media screen and (max-width:1333px) {

	input,
	textarea,
	select {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}
}

@media screen and (max-width:999px) {

	input,
	textarea,
	select {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}
}



.safeRange {
	max-width: 1500px;
	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:1660px) {
	.standardRange {
		padding: 80px 0 80px 0 !important;
	}
}


@media screen and (max-width:1333px) {
	.standardRange {
		padding: 60px 0 60px 0 !important;
	}
}

@media screen and (max-width:999px) {
	.standardRange {
		padding: 50px 0 50px 0 !important;
	}
}

@media screen and (max-width:768px) {
	.standardRange {
		padding: 40px 0 40px 0 !important;
	}
}




@media screen and (max-width:1660px) {
	.standardTxt .title1 {
		font-size: 36px !important;
		line-height: 45px !important;
	}
}

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 28px !important;
		line-height: 35px !important;
	}

	.standardTxt .title2 {
		font-size: 18px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .btn {
		font-size: 16px !important;
	}
}

@media screen and (max-width:999px) {
	.standardTxt .title1 {
		font-size: 24px !important;
		line-height: 30px !important;
	}

	.standardTxt .title2 {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 14px !important;
		line-height: 26px !important;
	}

	.standardTxt .btn {
		font-size: 14px !important;
	}

}

@media screen and (max-width:768px) {
	.standardTxt .title1 {
		font-size: 22px !important;
	}

	.standardTxt .title2 {
		font-size: 14px !important;
		line-height: 24px !important;
	}

}







.oneRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.twoRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.threeRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.foreRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}


.clear {
	clear: both;
}

/* xnav */
header .xnav {
	display: none;
}

@media screen and (max-width:999px) {
	header .xnav {
		display: block;
	}

	header .xnav .nav {
		position: fixed;
		width: 35px;
		height: 24px;
		background: #458432;
		right: 80px;
		top: 30px;
		transform: translateY(-50%);
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999;
	}

	header .xnav .nav span {
		display: block;
		width: 20px;
		height: 2px;
		background: #ffffff;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: 50%;
		transition: 0.8s;
		z-index: 99999991
	}

	header .xnav .nav .nav1 {
		margin-top: -1px;
	}

	header .xnav .nav .nav2 {
		margin-top: -8px;
	}

	header .xnav .nav .nav3 {
		margin-top: 6px;
	}

	header .xnav .nav:hover .nav1 {
		width: 25px;
	}

	header .xnav .navh .nav1 {
		transform: rotate(45deg)
	}

	header .xnav .navh .nav2 {
		transform: rotate(-45deg);
		width: 10px;
		margin-left: -1px;
		margin-top: -5px;
	}

	header .xnav .navh .nav3 {
		transform: rotate(-45deg);
		width: 9px;
		margin-top: 3px;
		margin-left: -8px;
	}

	header .xnav .navh:hover .nav2 {
		margin-top: -8px;
		margin-left: 7px;
	}

	header .xnav .navh:hover .nav3 {
		margin-top: 5px;
		margin-left: -12px;
	}

	header .xnav .smdaohang {
		position: fixed;
		width: 300px;
		height: 0px;
		overflow: auto;
		top: 0px;
		right: 0px;
		background: rgba(69, 132, 50, 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: 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 */

header {
	height: 140px;
}

nav {
	height: 140px;
	background-color: #ffffff;
	position: relative;
	left: 0%;
	top: 0;
	width: 100%;
	z-index: 9999;
	transition: none;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
}

nav.active2 {
	position: fixed;
}


nav.active {
	transform: translateY(-100%);
}

nav .safeRange {
	max-width: 1740px;
}

nav .nTop {
	height: 40px;
	position: relative;
	z-index: 99999;
	background-color: #458432;
}

nav .nTop>div {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

nav .nTop .swiper {
	margin: 0;
}

nav .nTop .swiper .swiper-slide {
	display: flex;
	align-items: center;
	margin-right: 30px;
	width: auto;
	position: relative;
}


nav .nTop .swiper .swiper-slide:last-child {
	margin-right: 0;
}

nav .nTop .swiper i {
	flex-shrink: 0;
	font-size: 32px;
	margin-right: 6px;
	color: #ffffff;
}


nav .nTop .swiper .num,
nav .nTop .swiper .name {
	color: #ffffff;
	font-size: 16px;
	line-height: 28px;
}


nav .nTop .swiper a.num:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


nav .nTop .swiper .name {
	margin-right: 5px;
}



nav .language {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	flex-shrink: 0;
}


nav .lanBtn {
	cursor: pointer;
	display: flex;
	align-items: center;
}

nav .lanBtn img {
	width: 34px;
	flex-shrink: 0;
	margin-right: 9px;
}


nav .lanBtn:hover span {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 4px;
}

nav .lanBtn span {
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
}

nav .lanBtn i {
	color: #ffffff;
	font-size: 8px;
	flex-shrink: 0;
	margin-left: 7px;

}

nav .lanBtn i.icon-up7 {
	transform: rotate(180deg);
}

nav .language .lanBtn.active i.icon-up7 {
	transform: rotate(0deg);
}

nav .language ul {
	position: absolute;
	top: 100%;
	background-color: #ffffff;
	left: 0;
	width: max-content;
	max-width: 200px;
	display: none;
	transition: none;
	overflow: hidden;
	min-width: 100%;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
	padding: 20px 0;
}


nav .language ul li {
	margin-bottom: 10px;
}

nav .language ul li:last-child {
	margin-bottom: 0;
}


nav .language ul a {
	padding: 0px 20px;
	font-size: 16px;
	line-height: 26px;
	color: #1E1E1E;
	text-align: center;
}


nav .language ul a:hover {
	color: #458432;
}




nav .nBottom {
	height: 100px;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #ffffff;
	z-index: 9999;
}

html {
	scroll-padding-top: 140px;
}

nav .nBottom>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	position: relative;
}



nav .logo {
	width: 235px;
	flex-shrink: 0;
}


nav .logo:hover img {
	transform: none;
}

nav .navList {
	display: flex;
	align-items: center;
	height: 100%;
}

nav .navList>ul {
	display: flex;
	align-items: center;
}


nav .navList>ul>li {
	margin-right: 59px;
	position: relative;
}


nav .navList>ul>li:last-child {
	margin: 0;
}


nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 100px;
	line-height: 100px;
	font-size: 18px;
	color: #333333;
	position: relative;
}


nav .navList>ul>li.active>a,
nav .navList>ul>li:hover>a {
	color: #458432;
}


nav .navList .btns {
	display: flex;
	align-items: center;
	margin-left: 82px;
	height: 100%;
}

nav .navList .contactBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 162px;
	height: 50px;
	border-radius: 6px;
	background: #72B649;
	border: 1px solid #72B649;
	color: #FFF;
	font-family: Arial, sans-serif;
	font-size: 18px;
}


nav .navList .contactBtn:hover {
	background-color: #ffffff;
	color: #72B649;
}


nav .search {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 9999;
	flex-shrink: 0;
	margin-right: 50px;
}


nav .search .searchBtn {
	cursor: pointer;
}


nav .search .searchBtn i {
	color: #1E1E1E;
	display: block;
	font-size: 22px;
	font-weight: bold;
}



nav .search .searchBtn:hover i {
	color: #458432;
}


nav .search form {
	position: absolute;
	top: 100%;
	right: 0;
	height: 30px;
	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;
	overflow: hidden;
}


nav .search form.active {
	width: 260px;
}

nav .search form>input {
	padding: 0 10px;
}


nav .search form input {
	width: 100%;
	height: 100%;
	color: #333333;
	background-color: transparent;
}



nav .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 30px;
	width: 30px;
	margin-right: 5px;
}



nav .search form .subBtn i {
	color: #333333;
	font-weight: bold;
	font-size: 16px;

}


nav .search form .subBtn:hover i {
	color: #458432;
}



nav .search form .subBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: transparent;
}








/* moreList */

.moreList,
.moreList ul {
	position: absolute;
	background-color: #ffffff;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
	width: max-content;
	max-width: 360px;
	display: none;
	transition: none;
	padding: 29px 0;
}



.moreList ul {
	top: -29px;
	left: 100%;
}


.moreList {
	top: 100%;
	left: -30px;
}


.moreList li {
	position: relative;
	margin-bottom: 18px;
}


.moreList li:last-child {
	margin-bottom: 0;
}


.moreList a {
	padding: 0px 30px;
	font-size: 18px;
	line-height: 28px;
	color: #1E1E1E;
}

.moreList li:hover>a {
	color: #458432;
}

header .xnav .msg {
	display: none;
}


@media screen and (max-width:1800px) {

	nav .nBottom,
	nav .navList>ul>li>a {
		height: 80px;
	}

	nav .navList>ul>li>a {
		line-height: 80px;
	}

	header,
	nav {
		height: 120px;
	}

	html {
		scroll-padding-top: 120px;
	}

	nav .logo {
		width: 180px;
	}

	nav .navList .contactBtn {
		height: 42px;
		width: 150px;
	}

	nav .search {
		margin-right: 36px;
	}

	nav .search .searchBtn i {
		font-size: 18px;
	}

	nav .navList .btns {
		margin-left: 50px;
	}

	nav .navList>ul>li {
		margin-right: 50px;
	}
}

@media screen and (max-width:1660px) {
	nav .logo {
		width: 160px;
	}

	nav .navList>ul>li {
		margin-right: 28px;
	}

	nav .navList .contactBtn {
		font-size: 16px;
		height: 38px;
		width: 140px;
		border-radius: 5px;
	}

	nav .search {
		margin-right: 30px;
	}

	nav .navList .btns {
		margin-left: 30px;
	}

	.moreList,
	.moreList ul {
		padding: 20px 0;
	}

	.moreList ul {
		top: -20px;
	}
}

@media screen and (max-width:1333px) {
	nav .navList>ul>li>a {
		font-size: 16px;
	}

	nav .navList {
		flex-direction: column-reverse;
		align-items: flex-end;
	}

	nav .navList>ul>li>a {
		height: 40px;
		line-height: 40px;
	}

	nav .navList .btns {
		height: 40px;
	}

	nav .navList .contactBtn {
		height: 30px;
		width: 120px;
		font-size: 14px;
	}

	nav .search .searchBtn i {
		font-size: 16px;
	}

	nav .navList>ul>li {
		margin-right: 46px;
	}

	nav .nTop .swiper i {
		font-size: 28px;
	}

	nav .lanBtn img {
		width: 30px;
	}

	.moreList a {
		font-size: 16px;
		line-height: 28px;
	}

	.moreList li {
		margin-bottom: 10px;
	}

	.moreList,
	.moreList ul {
		max-width: 280px;
	}

	.moreList a {
		padding: 0 20px;
	}

	.moreList {
		left: -20px;
	}
}

@media screen and (max-width:1200px) {
	nav .navList>ul>li {
		margin-right: 24px;
	}

	nav .logo {
		width: 150px;
	}
}

@media screen and (max-width:999px) {

	nav .navList,
	nav .nTop .swiper {
		display: none;
	}

	nav .nBottom,
	header,
	nav {
		height: 60px;
	}

	nav .nTop {
		height: 0;
	}

	nav .language {
		position: absolute;
		right: 80px;
		top: 100%;
		height: 60px;
		margin-right: 60px;
	}

	html {
		scroll-padding-top: 60px;
	}

	nav .logo {
		width: 130px;
	}

	nav .lanBtn span {
		color: #000;
		font-size: 14px;
	}

	nav .lanBtn i {
		color: #000;
	}

	nav .lanBtn img {
		width: 24px;
	}

	nav {
		position: fixed;
	}

	nav.active {
		transform: translateY(0);
	}

	nav .language ul a {
		font-size: 14px;
		line-height: 24px;
	}

	nav .language ul {
		padding: 10px 0;
	}

	header .xnav .msg {
		display: block;
		padding: 0;
		margin: 0;
		margin-top: 20px;
	}

	header .xnav .msg .item {
		display: flex;
		align-items: center;
	}

	header .xnav .msg .item i {
		color: #ffffff;
		font-size: 20px;
		flex-shrink: 0;
		margin-right: 10px;
	}

	header .xnav .msg .item .num {
		font-size: 14px;
		color: #ffffff;
	}

	header .xnav .msg .email .num {
		word-break: break-all;
	}

}

@media screen and (max-width:768px) {

	nav .nBottom,
	header,
	nav {
		height: 50px;
	}

	nav .nTop {
		height: 0;
	}

	nav .language {
		right: 25px;
		height: 50px;
	}

	header .xnav .nav {
		top: 25px;
		right: 25px;
	}

	html {
		scroll-padding-top: 50px;
	}

	nav .logo {
		width: 110px;
	}
}

@media screen and (max-width:538px) {
	nav .language {
		right: 15px;
		margin-right: 50px;
	}

	header .xnav .nav {
		right: 15px;
	}
}


/* indexBanner */


.indexBanner {
	position: relative;
	transition: none;
}


.indexBanner * {
	transition: none;
}


.indexBanner a:hover img {
	transform: scale(1);
}


.indexBanner .swiper-slide {
	position: relative;
}

.indexBanner .swiper-slide .image {
	height: 100%;
	width: 100%;
	overflow: hidden;
}


.indexBanner .swiper-slide .image img {
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.1);
	transition: all 6s ease-out;
}

.indexBanner .swiper-slide.swiper-slide-active .image img {
	transform: scale(1);
}

.indexBanner .swiper-slide video,
.indexBanner .swiper-slide iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}



.indexBanner img {
	display: block;
}



.indexBanner .prev,
.indexBanner .next {
	width: 65px;
	height: 65px;
	border: 0px;
	font-size: 0px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	z-index: 999;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: transparent;
	color: rgba(0, 0, 0, .2);
	transition: .4s ease all;
	font-size: 38px !important;
	font-weight: bold;
	z-index: 9;
	filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.30));
}

.indexBanner .prev {
	left: 56px;
}


.indexBanner .next {
	right: 56px;
}


.indexBanner .prev:hover,
.indexBanner .next:hover {
	color: #ffffff;
}



.indexBanner .signs {
	position: absolute;
	z-index: 99;
	left: 50%;
	transform: translateX(-50%);
	bottom: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0 20px;
	display: none;
}



.indexBanner .swiper-pagination {
	position: static;
	margin: 0 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: auto;
}




.indexBanner .swiper-pagination span {
	cursor: pointer;
	background-color: #ffffff;
	font-size: 0px;
	margin: 5px 4.5px !important;
	border: none;
	outline: none;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	transition: .4s ease all;
	opacity: 1;
}


.indexBanner .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #3a9649;
}


@media screen and (max-width:1660px) {

	.indexBanner .prev,
	.indexBanner .next {
		width: 50px;
		height: 50px;
		font-size: 28px !important;
	}
}

@media screen and (max-width:1333px) {

	.indexBanner .prev,
	.indexBanner .next {
		width: 46px;
		height: 46px;
		font-size: 26px !important;
	}
}

@media screen and (max-width:999px) {

	.indexBanner .prev,
	.indexBanner .next {
		display: none;
	}

	.indexBanner .signs {
		display: flex;
		bottom: 20px;
	}

	.indexBanner .swiper-pagination span {
		width: 12px;
		height: 12px;
		margin: 5px 8px !important;
	}
}

@media screen and (max-width:768px) {
	.indexBanner .swiper-pagination span {
		width: 10px;
		height: 10px;
	}

	.indexBanner .signs {
		bottom: 10px;
	}
}



/* indexM1-1 */

.iTit {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.title1 {
	font-size: 44px;
	line-height: 52px;
	font-weight: 700;
	color: #1E1E1E;
}

a.title1 {
	display: inline-block;
}

a.title1:hover {
	color: #458432;
}


.iTit .title1 {
	margin-top: 0px;
}


.iTit .tip {
	position: relative;
	padding-left: 20px;
	color: #1E1E1E;
	font-family: Arial;
	font-size: 18px;
	line-height: 30px;
}

.iTit .tip::after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 100%;
	height: 100%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #72B649;
}



.ourProducts {
	padding: 70px 0 90px 0;
}


.ourProducts .tips {
	color: #666;
	font-size: 18px;
	line-height: 30px;
	margin-top: 10px;
}


.ourProducts .list {
	margin-top: 38px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ourProducts .list .item {
	width: 48.93%;
	margin-top: 32px;
	display: flex;
	justify-content: space-between;
	padding: 34px 30px;
	position: relative;
	align-items: center;
}


.ourProducts .list .item::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	background-color: #F4F4F4;
}

.ourProducts .list .item:last-child {
	width: 100%;
	padding: 44px 26px 41px 40px;
}


.ourProducts .list .item:last-child .msg {
	width: 50%;
	transform: translateY(4px);
}

.ourProducts .list .item:last-child .image {
	width: 42%;
}


.ourProducts .list .item:last-child .txts {
	-webkit-line-clamp: 5;
	margin-top: 7px;
}



.ourProducts .list .item:last-child .btn {
	margin-top: 74px;
}

.imgBg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.imgBg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.ourProducts .list .item:nth-child(-n+2) {
	margin-top: 0;
}


.ourProducts .list .image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 51.66%;
}


.ourProducts .list .msg {
	width: 41%;
	transform: translateY(6px);
}


.ourProducts .list h2 {
	font-weight: normal;
}


.ourProducts .list .tit {
	min-height: 48px;
}

.ourProducts .list .tit a {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	color: #1E1E1E;
}

.ourProducts .list .tit a:hover {
	color: #458432;
}


.standardEdit p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}


.ourProducts .list .txts {
	margin-top: 24px;
	min-height: 112px;
}



.ourProducts .list .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: #666;
	border: 1px solid rgba(102, 102, 102, .3);
	margin-top: 37px;
}


.ourProducts .list .btn i {
	font-size: 10px;
	font-weight: bold;
}

.ourProducts .list .btn:hover {
	background-color: #458432;
	border-color: #458432;
	color: #ffffff;
}

@media screen and (max-width:1660px) {
	.iTit .title1 {
		margin-top: 14px;
	}

	.ourProducts .tips {
		margin-top: 20px;
	}

	.ourProducts .list .item {
		padding: 30px;
	}

	.ourProducts .list .btn {
		margin-top: 20px;
	}

	.ourProducts .list .item:last-child .btn {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.iTit .tip {
		font-size: 16px;
		line-height: 28px;
	}

	.iTit .tip::after {
		width: 8px;
		height: 8px;
		top: 8px;
	}

	.ourProducts .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.ourProducts .list .item:nth-child(1) {
		margin-top: 0;
	}

	.ourProducts .list .item:nth-child(n) .image {
		width: 320px;
		flex-shrink: 0;
		margin-left: 50px;
	}

	.ourProducts .list .item:nth-child(n) .msg {
		width: auto;
		flex: 1;
	}

	.ourProducts .list .item:nth-child(n) .tit {
		min-height: auto;
	}

	.ourProducts .list .item:nth-child(n) .txts {
		min-height: auto;
	}

	.ourProducts .list .item:last-child .txts {
		margin-top: 24px;
		-webkit-line-clamp: 4;
	}

	.ourProducts .list .item:last-child .btn {
		margin-top: 20px;
	}

	.ourProducts .list .tit a {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.ourProducts .list .item:nth-child(n) .image {
		width: 280px;
		margin-left: 30px;
	}

	.ourProducts .list .item:nth-child(n) {
		padding: 24px;
	}

	.iTit .tip {
		font-size: 14px;
		line-height: 26px;
	}

	.iTit .tip::after {
		top: 9px;
	}

	.ourProducts .list .txts {
		margin-top: 20px;
	}
}

@media screen and (max-width:768px) {
	.ourProducts .list .item:nth-child(n) {
		flex-direction: column;
		align-items: flex-start;
	}

	.ourProducts .list .item:nth-child(n) .image {
		max-width: 300px;
		margin: 0 auto;
		margin-top: 20px;
		width: 100%;
	}

	.ourProducts .list .tit a {
		font-size: 16px;
		line-height: 26px;
	}

	.ourProducts .list {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.ourProducts .list {
		margin-top: 30px;
	}

	.ourProducts .list .item:nth-child(n) {
		padding: 20px;
	}
}


/* indexM2-1 */

.iService {
	position: relative;
	padding: 63px 0 17px 0;
}


.packingService {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.packingService .msg {
	width: 56%;
	padding-bottom: 43px;
}

.packingService .image {
	width: 35.33%;
	transform: translateX(5.5%);
}

.packingService .iTit .tip {
	color: #ffffff;
}

.packingService .iTit .title1 {
	color: #ffffff;
}


.packingService .iTit .title1:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 8px;
	text-decoration-thickness: 2px;
}


.packingService .txts {
	margin-top: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

.packingService .txts p {
	color: rgba(255, 255, 255, .8);
	font-size: 18px;
	line-height: 30px;
}

.packingService .cBtn {
	background-color: #ffffff;
	color: #458432;
	margin-top: 48px;
	border-color: #ffffff;
	height: 50px;
	width: 197px;
}

.packingService .cBtn:hover {
	background-color: transparent;
	color: #ffffff;
}


.cBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 218px;
	height: 54px;
	border: 1px solid #72B649;
	background-color: #72B649;
	color: #ffffff;
	font-size: 18px;
	border-radius: 6px;
}



.cBtn:hover {
	background-color: transparent;
	color: #72B649;
}


@media screen and (max-width:1660px) {
	.packingService .image {
		transform: translateX(0);
	}

	.packingService .msg {
		padding-bottom: 0;
	}

	.cBtn {
		height: 46px;
		width: 200px;
		border-radius: 4px;
	}

	.packingService .txts {
		margin-top: 40px;
	}

	.packingService .cBtn {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {

	.cBtn,
	.packingService .cBtn {
		font-size: 16px;
		height: 42px;
		width: 180px;
	}

	.packingService .txts {
		margin-top: 30px;
	}

}

@media screen and (max-width:999px) {
	.packingService {
		flex-direction: column;
		align-items: flex-start;
	}

	.packingService .msg {
		width: 100%;
	}

	.cBtn,
	.packingService .cBtn {
		font-size: 14px;
		height: 36px;
		width: 160px;
	}

	.packingService .image {
		width: 100%;
		max-width: 340px;
		margin: 40px auto 0;
	}
}

@media screen and (max-width:768px) {
	.packingService .image {
		max-width: 320px;
	}
}


/* indexM3-1 */

.iAbout {
	padding: 125px 0 100px 0;
	padding-left: calc((100vw - 1500px)/ 2);
}


.company {
	display: flex;
	justify-content: space-between;
}

.company .msg {
	width: 34%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-bottom: 32px;
}


.company .image {
	height: 100%;
}

.company .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.company .txts {
	margin-top: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
}

.company .txts p {
	font-size: 18px;
	line-height: 30px;
}


.company .aboutNum {
	margin-top: 39px;
	width: 101.2%;
}

.aboutNum {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.aboutNum .item {
	position: relative;
}


.aboutNum .item .num {
	font-size: 32px;
	line-height: 32px;
	font-weight: 700;
	color: #1E1E1E;
	display: flex;
	align-items: flex-end;
}


.aboutNum .item .num i {
	font-size: 20px;
	line-height: 28px;
	font-style: normal;
	font-weight: normal;
}

.aboutNum .item .name {
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin-top: 8px;
}


.aboutNum .line {
	width: 1px;
	height: 60px;
	background-color: #D9D9D9;
	margin-top: 5px;
}

.company .cBtn {
	margin-top: 59px;
}


.company .show {
	width: 53.6%;
	position: relative;
}

.company .show .image {
	overflow: hidden;
}


.company .show .smallImg {
	width: 43.7%;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: -9.9%;
}

.company .show .smallImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}

.company .show .tit {
	position: absolute;
	width: 62.8%;
	right: 0%;
	bottom: -5.1%;
}



@media screen and (max-width:1660px) {
	.iAbout {
		padding: 80px;
		padding-right: 0;
	}

	.company .msg {
		padding-bottom: 0;
		width: 40%;
	}

	.company .show {
		width: 50%;
	}

	.company .txts p {
		font-size: 16px;
		line-height: 28px;
	}

	.aboutNum .item .num i {
		font-size: 16px;
		line-height: 28px;
		margin-left: 5px;
	}

	.company .cBtn {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.aboutNum .item {
		width: 46%;
		margin-top: 20px;
		position: relative;
	}

	.aboutNum .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.aboutNum .line {
		display: none;
	}

	.aboutNum .item::after {
		content: "";
		position: absolute;
		height: 80%;
		top: 50%;
		transform: translateY(-50%);
		width: 1px;
		background-color: #D9D9D9;
		right: -4%;
	}

	.aboutNum .item:nth-child(3)::after {
		display: none;
	}

	.aboutNum .item:last-child::after {
		display: none;
	}

	.company .cBtn {
		margin-top: 40px;
	}

	.iAbout {
		padding: 60px 0 60px 60px;
	}
}

@media screen and (max-width:999px) {
	.company {
		flex-direction: column;
		align-items: flex-start;
	}

	.iAbout {
		padding: 50px 80px;
	}

	.company .msg {
		width: 100%;
	}

	.aboutNum .item {
		width: 26%;
		margin-top: 0;
	}

	.aboutNum .item .num {
		font-size: 28px;
		line-height: 28px;
	}

	.aboutNum .item .num i {
		font-size: 14px;
	}

	.company .aboutNum {
		margin-top: 30px;
	}

	.company .cBtn {
		margin-top: 30px;
	}

	.iTit .title1 br {
		display: none;
	}

	.aboutNum .item:nth-child(3)::after {
		display: block;
	}

	.company .show {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		margin-top: 40px;
	}
}

@media screen and (max-width:768px) {
	.iAbout {
		padding: 40px 25px;
	}

	.company .show .smallImg {
		left: -14px;
	}

	.aboutNum .item .num {
		font-size: 26px;
		line-height: 26px;
	}

	.aboutNum .item::after {
		right: -20%;
	}
}

@media screen and (max-width:538px) {
	.iAbout {
		padding: 40px 15px;
	}

	.company .show .smallImg {
		left: -10px;
	}

	.aboutNum .item {
		width: 44%;
		margin-top: 20px;
	}

	.aboutNum .item::after {
		right: -5%;
	}

	.aboutNum .item:nth-child(3)::after {
		display: none;
	}
}



/* indexM4-1 */

.ability {
	padding: 80px 0 126px 0;
	position: relative;
}


.ability .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 90px;
}


.ability .list .item {
	width: 22.66%;
	margin-right: 3.12%;
	margin-top: 30px;
}

.ability .list .item:nth-child(4n) {
	margin-right: 0;
}

.ability .list .item:nth-child(-n+4) {
	margin-top: 0;
}


.ability .list .sign {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ability .list .sign img {
	display: block;
}

.ability .list a.sign:hover img {
	transform: translateY(-5px);
}

.ability .list .tit {
	font-size: 20px;
	line-height: 30px;
	display: block;
	margin-top: 27px;
	color: #333;
	font-weight: 700;
}

.ability .list .tit:hover {
	color: #458432;
}


.ability .list .txts {
	margin-top: 9px;

}

.ability .list .txts p {
	font-size: 18px;
	line-height: 30px;
}

@media screen and (max-width:1660px) {
	.ability .list {
		margin-top: 50px;
	}

	.ability .list .sign {
		width: 60px;
		height: 60px;
	}
}

@media screen and (max-width:1333px) {
	.ability .list {
		justify-content: space-between;
	}

	.ability .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.ability .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.ability .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.ability .list .sign {
		width: 50px;
		height: 50px;
	}
}

@media screen and (max-width:999px) {
	.ability .list {
		margin-top: 40px;
	}

	.ability .list .tit {
		font-size: 18px;
		line-height: 28px;
		margin-top: 20px;
	}

	.ability .list .sign {
		width: 46px;
		height: 46px;
	}
}

@media screen and (max-width:768px) {
	.ability .list .tit {
		font-size: 16px;
	}

	.ability .list .sign {
		width: 42px;
		height: 42px;
	}
}

@media screen and (max-width:538px) {
	.ability .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.ability .list .item:nth-child(1) {
		margin-top: 0;
	}

	.ability .list .sign {
		width: 38px;
		height: 38px;
	}

	.ability .list {
		margin-top: 30px;
	}
}



/* indexM5-1 */

.iSolutions {
	padding: 90px 0 97px 0;
}


.solutions .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}



.solutions .con {
	display: flex;
	justify-content: space-between;
	margin-top: 63px;
}



.solutions .checkBtns {
	width: 15.8%;
}


.solutions .checkBtns .item {
	margin-bottom: 26px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.solutions .checkBtns .item span {
	position: relative;
	color: #1E1E1E;
	font-size: 20px;
	line-height: 30px;
}


.solutions .checkBtns .item span::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 6px;
	height: 6px;
	background-color: rgba(69, 132, 50, .2);
	width: 0;
	opacity: 0;
	transition: .4s ease all;
}



.solutions .checkBtns .item:hover span,
.solutions .checkBtns .item.active span {
	color: #458432;
}


.solutions .checkBtns .item:hover span:after,
.solutions .checkBtns .item.active span:after {
	opacity: 1;
	width: 100%;
}


.solutions .checkBtns .item i {
	font-size: 18px;
	color: #458432;
	font-weight: bold;
	opacity: 0;
	flex-shrink: 0;
	margin-left: 10px;
}

.solutions .checkBtns .item:hover i,
.solutions .checkBtns .item.active i {
	opacity: 1;
}


.solutions .checkBtns .item:last-child {
	margin-bottom: 0;
}



.solutions .swiper {
	width: 80.1%;
	margin: 0;
	padding-top: 8px;
}

.solutions .swiper .swiper-slide {
	display: flex;
	justify-content: space-between;
}


.solutions .swiper .swiper-slide .image {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	width: 44.1%;
}

.solutions .swiper .swiper-slide .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.solutions .swiper .swiper-slide .msg {
	width: 51.15%;
	padding: 40px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.solutions .swiper .swiper-slide .msg .tit {
	color: #1E1E1E;
	font-size: 24px;
	line-height: 34px;
}



.solutions .swiper .swiper-slide .msg .tit:hover {
	color: #458432;
}



.solutions .swiper .txts {
	margin-top: 30px;
	min-height: 112px;
}

.solutions .swiper .btn {
	margin-top: 60px;
	color: #1E1E1E;
	font-size: 18px;
	line-height: 28px;
}


.solutions .swiper .btn:hover {
	color: #458432;
}

@media screen and (max-width:1660px) {
	.solutions .con {
		margin-top: 50px;
	}

	.solutions .swiper .swiper-slide .image {
		border-radius: 10px;
	}

	.solutions .swiper {
		padding-top: 0;
		width: 74%;
	}

	.solutions .checkBtns {
		width: 22%;
	}

	.solutions .checkBtns .item span {
		font-size: 18px;
		line-height: 28px;
	}

	.solutions .checkBtns .item {
		margin-bottom: 20px;
	}

	.solutions .swiper .swiper-slide .msg .tit {
		font-size: 22px;
		line-height: 34px;
	}

	.solutions .swiper .btn {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.solutions .swiper {
		padding-top: 0;
		width: 69%;
	}

	.solutions .checkBtns {
		width: 27%;
	}

	.solutions .swiper .swiper-slide .image {
		border-radius: 5px;
	}

	.solutions .swiper .swiper-slide .msg .tit {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width:999px) {
	.solutions .con {
		margin-top: 30px;
		flex-direction: column;
		align-items: flex-start;
	}

	.solutions .swiper {
		width: 100%;
		margin-top: 30px;
	}

	.solutions .checkBtns .item:nth-child(n) {
		margin-bottom: 0;
		margin: 5px 0;
		margin-right: 30px;
	}

	.solutions .checkBtns {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.solutions .checkBtns .item i {
		font-size: 16px;
		margin-left: 10px;
	}

	.solutions .checkBtns .item span {
		font-size: 16px;
		line-height: 28px;
	}

	.solutions .swiper .swiper-slide .msg .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.solutions .swiper .btn {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.solutions .checkBtns .item span {
		font-size: 14px;
		line-height: 26px;
	}

	.solutions .checkBtns .item i {
		font-size: 14px;
	}

	.solutions .swiper .txts {
		margin-top: 20px;
	}

	.solutions .swiper .btn {
		margin-top: 20px;
	}
}

@media screen and (max-width:538px) {
	.solutions .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.solutions .title .cBtn {
		margin-top: 20px;
	}

	.solutions .con {
		margin-top: 20px;
	}

	.solutions .swiper .swiper-slide {
		flex-direction: column-reverse;
	}

	.solutions .swiper .swiper-slide .msg {
		padding: 0;
	}

	.solutions .swiper .swiper-slide .msg {
		width: 100%;
	}

	.solutions .swiper .swiper-slide .image {
		width: 100%;
		margin: 0 auto;
		margin-top: 20px;
		max-width: 300px;
	}

	.solutions .checkBtns .item:nth-child(n) {
		margin-right: 24px;
	}
}


/* indexM6-1 */

.touch {
	background-color: #F3F6F0;
	padding: 83px 0 83px 0;
}


.touch .con {
	display: flex;
	justify-content: space-between;
}


.touch .msg {
	width: 30.35%;
	background-color: #458432;
	padding: 50px 30px 67px 30px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}


.touch .msg .box {
	width: 100%;
}


.touch .msg .title1 {
	color: #ffffff;
}

.touch .msg a.title1:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
	text-decoration-thickness: 3px;
}

.touch .msg .tips {
	color: rgba(255, 255, 255, .6);
	font-size: 20px;
	line-height: 28px;
	margin-top: 20px;
}

.touch .msg .line {
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .6);
	margin-top: 22px;
}


.touch .msg .info {
	margin-top: 50px;
}

.touch .info li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 18px;
}

.touch .info li:last-child {
	margin-bottom: 0;
}


.touch .info li i {
	font-size: 24px;
	line-height: 26px;
	flex-shrink: 0;
	margin-right: 20px;
	color: #ffffff;
}

.touch .info li .num {
	color: #FFF;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
}

.touch .info li a.num:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}

.touch .info li.email .num {
	word-break: break-all;
}


.touch .cForm {
	width: 65.1%;
	padding-top: 19px;
}

.touch .cForm .tit {
	color: #1E1E1E;
	font-family: Arial;
	font-size: 32px;
	font-weight: 700;
	line-height: 42px;
}


.touch .cForm ul {
	margin-top: 29px;
}


.cForm input,
.cForm textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	font-family: Arial, sans-serif;
}

.cForm ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cForm ul li {
	height: 62px;
	width: 49.2%;
	margin-top: 12px;
	border-radius: 5px;
	border: 1px solid #D2D2D2;
	background: rgba(255, 255, 255, 0.60);
	padding: 0 24px;
}


.cForm ul li:nth-child(-n+2) {
	margin-top: 0;
}

.cForm ul li.message {
	width: 100%;
	height: 197px;
	padding: 18px 24px;
}

.cForm ul li.message.must::after {
	top: 14px;
}


.cForm ul li.must {
	position: relative;
}


.cForm ul li.must::after {
	content: "*";
	position: absolute;
	top: 18px;
	left: 14px;
	font-family: Arial, sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #ff000b;
}

.cForm ul li.code {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
}

.cForm ul li.code input {
	flex: 1;
	padding: 0 24px;
}

.cForm ul li.code .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	background-color: #f3fbfe;
	width: 81px;
	height: 39px;
	margin-right: 11px;
}


.cForm ul li.code .codeImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.cForm ul li.subBtn {
	padding: 0;
	border-radius: 0;
	border: none;
	background-color: transparent;
}



.cForm ul li.subBtn input {
	background-color: #72B649;
	font-family: Arial, sans-serif;
	color: #ffffff;
	cursor: pointer;
	border: 1px solid #72B649;
	border-radius: 5px;
}


.cForm ul li.subBtn input:hover {
	background-color: #458432;
}

.cForm input::-webkit-input-placeholder,
.cForm textarea::-webkit-input-placeholder {
	font-family: Arial, sans-serif;
	color: #666666;
}

.cForm input:-moz-placeholder,
.cForm textarea:-moz-placeholder {
	font-family: Arial, sans-serif;
	color: #666666;
}

.cForm input::-moz-placeholder,
.cForm textarea::-moz-placeholder {
	font-family: Arial, sans-serif;
	color: #666666;
}

.cForm input:-ms-input-placeholder,
.cForm textarea:-ms-input-placeholder {
	font-family: Arial, sans-serif;
	color: #666666;
}


form li.m-formcountry {
	position: relative;
	padding: 0;
}

footer .footerList form li.m-formcountry {
	padding: 0;
}


form li.m-formcountry .drop-btn {
	height: 100%;
	padding: 0 24px;
}

form li.m-formcountry .drop-btn i,
form li.m-formcountry .drop-btn svg {
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 12px;
}

form li.m-formcountry .drop-list {
	display: none;
	border: 1px solid #D2D2D2;
	width: 100%;
	position: absolute;
	top: 100%;
	background-color: #fff;
	max-height: 223px;
	overflow-x: hidden;
	z-index: 10001;
	scrollbar-color: #458432 rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
	margin-top: 0;
}

form li.m-formcountry .drop-list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

form li.m-formcountry .drop-list::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
}

form li.m-formcountry .drop-list::-webkit-scrollbar-thumb {
	background-color: #458432;
}

form li.m-formcountry .drop-list li {
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
	width: 100%;
	height: auto;
	border-radius: 0;
	margin: 0;
	padding: 5px 24px;
	cursor: pointer;
	border: none;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
}

form li.m-formcountry .drop-list li.on {
	background-color: #458432;
	color: #ffffff;
}

@media screen and (max-width:1660px) {
	.touch .msg .tips {
		font-size: 18px;
		line-height: 28px;
	}

	.touch .info li .num {
		font-size: 20px;
		margin-top: 10px;
	}

	.touch .info li .num:nth-child(1) {
		margin-top: 0;
	}

	.cForm ul li {
		height: 50px;
	}

	.touch .cForm ul {
		margin-top: 40px;
	}

	.touch .cForm .tit {
		font-size: 28px;
		line-height: 40px;
	}

	.cForm ul li.must::after {
		top: 12px;
	}

	.touch .msg {
		padding: 40px 30px;
	}
}

@media screen and (max-width:1333px) {
	.touch .cForm .tit {
		font-size: 24px;
		line-height: 36px;
	}

	.touch .info li .num {
		font-size: 18px;
		line-height: 28px;
	}

	.touch .info li i {
		font-size: 20px;
		line-height: 30px;
	}

	.cForm ul li {
		height: 46px;
	}

	.cForm ul li.code .codeImg {
		width: 70px;
		height: 30px;
	}

	.touch .msg {
		padding: 30px 20px;
	}

	.touch .msg .info {
		margin-top: 30px;
	}

	.touch .cForm {
		width: 60%;
	}

	.touch .msg {
		width: 36%;
	}

	.touch .info li {
		margin-bottom: 30px;
	}

	.cForm ul li.must::after {
		top: 10px;
	}
}

@media screen and (max-width:999px) {
	.touch .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.touch .cForm {
		width: 100%;
		padding-top: 0;
		margin-top: 40px;
	}

	.touch .msg {
		width: 100%;
	}

	.touch .msg .title1 br {
		display: none;
	}

	.touch .info li {
		margin-bottom: 20px;
	}

	.touch .info li .num {
		font-size: 16px;
		line-height: 26px;
	}

	.touch .cForm ul {
		margin-top: 30px;
	}

	.touch .cForm .tit {
		font-size: 22px;
		line-height: 32px;
	}

	.cForm ul li {
		height: 40px;
	}

	form li.m-formcountry .drop-list li:nth-child(n) {
		width: 100%;
		margin: 0;
		font-size: 14px;
		line-height: 24px;
	}

	.cForm ul li.message {
		height: 160px;
	}

	.cForm ul li.code .codeImg {
		width: 60px;
		height: 25px;
	}
}

@media screen and (max-width:768px) {
	.touch .msg .tips {
		margin-top: 14px;
	}

	.touch .cForm .tit {
		font-size: 20px;
		line-height: 30px;
	}
}

@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;
	}
}


/* indexM7-1 */

.success .iTit {
	padding: 60px 0 40px 0;
}


.success .con {
	position: relative;
}

.success .imgSwiper {
	overflow: hidden;
}

.success .imgSwiper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 100%);
	z-index: 2;
}

.success .imgSwiper .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.success .list {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}



.success .list .item {
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 40px 50px;
	border-right: 1px solid rgba(255, 255, 255, .3);
}


.success .list .item:hover {
	background: rgba(217, 217, 217, 0.12);
	backdrop-filter: blur(25px);
}



.success .list .item:last-child {
	border-right: none;
}



.success .list .num {
	color: #FFF;
	font-size: 22px;
	font-weight: 700;
	line-height: 22px;
}

.success .list .tit {
	color: #FFF;
	font-size: 24px;
	line-height: 32px;
	margin-top: 16px;
	font-weight: 700;

}


.success .list .tit:hover {
	color: #458432;
}

.success .list .txts {
	color: rgba(255, 255, 255, .6);
	font-size: 18px;
	line-height: 30px;
	height: 90px;
	margin-top: 34px;
	height: 0;
}

.success .list .item:hover .txts,
.success .list .item.active .txts {
	height: 90px;
	margin-top: 8px;
}

.success .list .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: rgba(255, 255, 255, .2);
	border-radius: 50%;
	margin-top: 26px;
}

.success .list .btn i {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}


.success .list .btn:hover {
	background-color: #72B649;
}

.success .txtSwiper {
	overflow: hidden;
	padding: 10px 0 40px 0;
}

.success .txtSwiper .swiper-wrapper {
	transition-timing-function: linear !important;
}

.success .txtSwiper .swiper-slide {
	width: auto;
	color: white;
	-webkit-text-stroke: 1px #72B649;
	-webkit-text-fill-color: transparent;
	font-family: Arial;
	font-size: 86px;
	line-height: 98px;
	font-weight: 700;
	margin-right: 72px;
}


.success .txtSwiper .swiper-slide:last-child {
	margin-right: 0;
}


.success .list .item.active {
	background: rgba(217, 217, 217, 0.12);
	backdrop-filter: blur(25px);
}

@media screen and (max-width:1660px) {
	.success .list .item {
		padding: 30px 20px;
	}

	.success .list .item:hover .txts,
	.success .list .item.active .txts {
		margin-top: 24px;
	}

	.success .list .btn {
		width: 50px;
		height: 50px;
	}

	.success .list .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.success .list .txts {
		margin-top: 20px;
	}

	.success .iTit {
		padding: 80px 0 50px 0;
	}

	.success .txtSwiper .swiper-slide {
		font-size: 60px;
		line-height: 60px;
	}

	.success .txtSwiper {
		padding: 0;
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {

	.success .list .item:hover .txts,
	.success .list .item.active .txts {
		margin-top: 20px;
	}

	.success .list .btn {
		width: 46px;
		height: 46px;
	}

	.success .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.success .iTit {
		padding: 60px 0 40px 0;
	}

	.success .txtSwiper .swiper-slide {
		font-size: 46px;
		line-height: 46px;
		margin-right: 40px;
	}

	.success .list .item:hover .txts,
	.success .list .item.active .txts {
		height: 84px;
	}

}

@media screen and (max-width:999px) {
	.success .iTit {
		padding: 50px 0 30px 0;
	}

	.success .list {
		position: static;
	}

	.success .imgSwiper {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
	}

	.success .list {
		flex-wrap: wrap;
	}

	.success .list .item:nth-child(n) {
		width: 50%;
		border-top: 1px solid rgba(255, 255, 255, .3);
	}

	.success .list .item:nth-child(2n) {
		border-right: none;
	}

	.success .list .item:hover .txts,
	.success .list .item.active .txts,
	.success .list .item .txts {
		height: 52px;
		margin-top: 20px;
	}

	.success .list .btn {
		width: 40px;
		height: 40px;
	}

	.success .list .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.success .list .btn i {
		font-weight: normal;
	}

	.success .list .item:hover {
		background: transparent;
		backdrop-filter: blur(0px);
	}

	.success .txtSwiper .swiper-slide {
		font-size: 42px;
		line-height: 42px;
		margin-right: 36px;
	}

}

@media screen and (max-width:768px) {
	.success .iTit {
		padding: 40px 0 30px 0;
	}

	.success .txtSwiper .swiper-slide {
		font-size: 36px;
		line-height: 36px;
		margin-right: 30px;
	}
}

@media screen and (max-width:538px) {
	.success .list .item:nth-child(n) {
		width: 100%;
		padding: 20px;
	}
}



/* indexM8-1 */

.clients {
	padding: 68px 0 55px 0;
	background-image: linear-gradient(180deg, rgba(243, 246, 240, 0.00) 0%, #F3F6F0 100%);
}


.clients .sign {
	width: 263px;
	margin: 0 auto;
	display: block;
}


.clients .title1 {
	text-align: center;
	margin-top: -5px;
	position: relative;
	z-index: 2;
}


.swiperBox {
	position: relative;
}


/* sBtns */

.sBtns {
	display: flex;
	align-items: center;
	justify-content: center;
}


.sBtns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	font-size: 18px;
	color: #666;
	position: relative;
	z-index: 9;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #000;
	color: #000;
	background-color: #ffffff;
}



.sBtns>div:hover {
	background-color: #458432;
	color: #ffffff;
	border-color: #458432;
}

.sBtns>div:hover::after {
	opacity: 1;
}

.sBtns>div.prev {
	margin-right: 10px;
}


.sBtns>div.swiper-button-disabled {
	pointer-events: none;
}




.clients .swiperBox {
	padding: 0 110px;
	margin-top: 53px;
}


.clients .swiperBox .sBtns>div {
	position: absolute;
	top: 52%;
	transform: translateY(-50%);
}

.clients .swiperBox .sBtns>div.prev {
	left: 0px;
	margin-right: 0;
}

.clients .swiperBox .sBtns>div.next {
	right: 0px;
}

.clients .swiper {
	border-radius: 16px;
	background: #458432;
	overflow: hidden;
}



.clients .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 34px 20% 34px;
}


.clients .start {
	display: block;
	margin: 0 auto;
	width: 116px;
}



.clients .txts {
	margin-top: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	min-height: 90px;
}



.clients .txts p {
	font-size: 18px;
	line-height: 30px;
	color: rgba(255, 255, 255, .6);
	text-align: center;
}


.clients .user {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 32px;
}


.clients .user .image {
	border-radius: 50%;
	overflow: hidden;
	margin-right: 20px;
	width: 56px;
	height: 56px;
	flex-shrink: 0;
}

.clients .user .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.clients .user .name {
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}


.clients .user .add {
	color: #FFF;
	font-size: 18px;
	line-height: 30px;
	margin-top: 0px;
}

.clients .swiper-pagination {
	margin-top: 41px;
	position: static;
}

.clients .swiper-pagination span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: 5px 5px !important;
	background-color: rgba(0, 0, 0, .2);
	opacity: 1;
}


.clients .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #000;
}


@media screen and (max-width:1660px) {
	.clients .sign {
		width: 230px;
	}

	.clients .swiper-slide {
		padding: 40px 10%;
	}

	.clients .swiper {
		border-radius: 10px;
	}

	.clients .swiperBox {
		padding: 0 90px;
		margin-top: 50px;
	}

	.clients .start {
		width: 100px;
	}

}

@media screen and (max-width:1333px) {
	.clients .swiperBox {
		margin-top: 40px;
		padding: 0 60px;
	}

	.clients .sign {
		width: 200px;
	}

	.clients .swiper-pagination {
		margin-top: 30px;
	}

	.sBtns>div {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}

	.clients .txts {
		min-height: 84px;
	}
}

@media screen and (max-width:999px) {
	.clients .swiperBox {
		padding: 0px;
	}

	.clients .swiperBox .sBtns>div.next {
		right: -55px;
	}

	.clients .swiperBox .sBtns>div.prev {
		left: -55px;
	}

	.sBtns>div {
		width: 36px;
		height: 36px;
	}


	.clients .swiperBox {
		margin-top: 30px;
	}

	.clients .swiper-pagination {
		margin-top: 20px;
	}

	.clients .user {
		margin-top: 20px;
	}

	.clients .sign {
		width: 150px;
	}

	.clients .swiper-slide {
		padding: 30px 5%;
	}

	.clients .swiper {
		border-radius: 5px;
	}
}

@media screen and (max-width:768px) {
	.clients .swiperBox .sBtns>div {
		display: none;
	}

	.clients .txts {
		min-height: 78px;
	}

	.clients .txts {
		margin-top: 20px;
	}
}

@media screen and (max-width:538px) {}

/* indexM9-1 */

.iNews {
	padding: 91px 0 90px 0;
}


.iNews .title {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.iNews .iTit {
	flex-shrink: 0;
	margin-right: 18.5%;
}


.iNews .title .txts {
	color: #666;
	font-size: 18px;
	line-height: 30px;
	padding-top: 36px;
}


.iNews .newList {
	margin-top: 38px;
}


.newList .item {
	display: flex;
	justify-content: space-between;
	margin-top: 26px;
}


.newList .item:nth-child(1) {
	margin-top: 0;
}



.newList .item:hover .msg {
	background-color: #F4F4F4;
	border-color: #F4F4F4;
}


.newList .image {
	width: 346px;
	overflow: hidden;
	flex-shrink: 0;
}


.newList .msg {
	flex: 1;
	padding: 0px 39px 23px 39px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	border: 1px solid rgba(153, 153, 153, 0.60);
	background: #FFF;
}


.newList .time {
	padding-left: 20px;
	color: #1E1E1E;
	font-size: 16px;
	line-height: 28px;
	position: relative;
}

.newList .time::after {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 100%;
	height: 100%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #72B649;
}


.newList .tit {
	color: #1E1E1E;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	margin-top: 7px;
}

.newList .tit:hover {
	color: #458432;
}

.newList .txts {
	color: #666;
	font-size: 18px;
	line-height: 30px;
	margin-top: 18px;
}

@media screen and (max-width:1660px) {
	.newList .msg {
		padding: 0 30px;
	}

	.newList .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.iNews .title {
		align-items: center;
	}

	.iNews .title .txts {
		padding-top: 20px;
	}

	.iNews .iTit {
		margin-right: 16%;
	}

	.iNews .newList {
		margin-top: 40px;
	}

	.newList .txts {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:1333px) {
	.iNews .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.iNews .title .txts {
		padding-top: 0;
		margin-top: 20px;
	}
}

@media screen and (max-width:999px) {

	.newList {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.newList .item {
		flex-direction: column-reverse;
		align-items: flex-start;
		width: 48%;
		margin-top: 30px;
	}

	.newList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.newList .image {
		width: 100%;
	}

	.newList .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.newList .msg {
		padding: 20px;
		justify-content: flex-start;
	}

	.newList .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.newList .txts {
		font-size: 14px;
		line-height: 26px;
	}

	.iNews .newList {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.newList .msg {
		padding: 15px;
	}
}

@media screen and (max-width:538px) {
	.newList .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.newList .item:nth-child(1) {
		margin-top: 0;
	}
}

/* indexM10-1 */

.brands {
	background-color: #F3F6F0;
	padding: 70px 0 70px 0;
}


.brands .image {
	width: 200px;
	margin-right: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.brands .image img {
	opacity: .6;
}


.brands .swiper-wrapper {
	transition-timing-function: linear !important;
}


@media screen and (max-width:1660px) {
	.brands {
		padding: 60px 0;
	}
}

@media screen and (max-width:1333px) {
	.brands {
		padding: 40px 0;
	}
}

@media screen and (max-width:999px) {
	.brands {
		padding: 30px 0;
	}

	.brands .image {
		width: 180px;
		margin-right: 20px;
	}
}

/* indexM11-1 */

.customize {
	position: relative;
	padding: 97px 0 92px 0;
}

.customize .con {
	display: flex;
	align-items: flex-end;
	transform: translateX(-4.5%);
}

.customize .title {
	flex-shrink: 0;
	margin-right: 10.55%;
	display: flex;
	flex-direction: column;
	align-items: center;
}


.customize .bigTit {
	text-align: center;
	font-family: Arial;
	font-size: 116px;
	line-height: 116px;
	font-weight: 700;
	text-transform: uppercase;
	background: linear-gradient(180deg, #FFF 38.66%, rgba(255, 255, 255, 0.00) 73.3%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.customize .tit {
	font-size: 80px;
	line-height: 80px;
	font-weight: 700;
	background: linear-gradient(180deg, #FFF 38.66%, rgba(255, 255, 255, 0.00) 73.3%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	margin-top: 11px;
}

.customize .msg {
	flex: 1;
	padding-left: 34px;
	position: relative;
	color: #FFF;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 30px;
}


.customize .msg::after {
	content: "";
	position: absolute;
	left: 0;
	top: 47%;
	transform: translateY(-50%);
	height: 92%;
	width: 4px;
	background-color: #ffffff;
}


.customize .cBtn {
	margin-top: 70px;
	width: 199px;
	background-color: #72B649;
}

.customize .cBtn:hover {
	background-color: #ffffff;
	border-color: #ffffff;
}

@media screen and (max-width:1660px) {
	.customize .con {
		transform: translateX(0%);
	}

	.customize .bigTit {
		font-size: 80px;
		line-height: 80px;
	}

	.customize .tit {
		font-size: 60px;
		line-height: 60px;
	}

	.customize .cBtn {
		margin-top: 60px;
	}

	.customize .msg {
		font-size: 16px;
		line-height: 28px;
	}

	.customize .msg::after {
		top: 50%;
	}

	.customize .con {
		align-items: center;
	}

	.customize .msg {
		margin-bottom: 0;
	}

	.customize .cBtn {
		width: 200px;
	}
}

@media screen and (max-width:1333px) {
	.customize .bigTit {
		font-size: 60px;
		line-height: 60px;
	}

	.customize .tit {
		font-size: 50px;
		line-height: 50px;
	}

	.customize .cBtn {
		width: 180px;
		margin-top: 40px;
	}

	.customize .title {
		margin-right: 8%;
	}
}

@media screen and (max-width:999px) {
	.customize .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.customize .title {
		margin: 0 auto;
	}

	.customize .cBtn {
		width: 160px;
		margin-top: 30px;
	}

	.customize .msg {
		margin-top: 40px;
	}

	.customize .bigTit {
		font-size: 50px;
		line-height: 50px;
	}

	.customize .tit {
		font-size: 40px;
		line-height: 40px;
	}
}

@media screen and (max-width:768px) {
	.customize .msg {
		margin-top: 30px;
	}

	.customize .bigTit {
		font-size: 45px;
		line-height: 45px;
	}

	.customize .tit {
		font-size: 35px;
		line-height: 35px;
	}
}

@media screen and (max-width:538px) {
	.customize .tit {
		font-size: 30px;
		line-height: 30px;
	}

	.customize .bigTit {
		font-size: 40px;
		line-height: 40px;
	}
}

/* indexM12-1 */

.blogrolls {
	background-color: #458432;
	padding: 25px 0 25px 0;
}


.blogrolls .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.blogrolls .tit {
	color: #FFF;
	font-size: 32px;
	font-weight: 700;
	line-height: 42px;
	flex-shrink: 0;
	margin-right: 40px;
}

.blogrolls .list {
	display: flex;
	flex-wrap: wrap;
}

.blogrolls .list a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .2);
	color: #ffffff;
	font-size: 22px;
	margin: 5px 0;
	margin-left: 14px;
}


.blogrolls .list a:hover {
	background-color: #ffffff;
	color: #458432;
}


@media screen and (max-width:1660px) {
	.blogrolls .tit {
		font-size: 28px;
		line-height: 40px;
	}

	.blogrolls .list a {
		font-size: 20px;
	}
}

@media screen and (max-width:1333px) {
	.blogrolls .tit {
		font-size: 24px;
		line-height: 36px;
	}

	.blogrolls .list a {
		width: 36px;
		height: 36px;
		font-size: 18px;
	}
}

@media screen and (max-width:999px) {
	.blogrolls .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.blogrolls .tit {
		margin-right: 0;
		font-size: 22px;
		line-height: 34px;
	}

	.blogrolls .list {
		margin-top: 20px;
	}

	.blogrolls .list a {
		margin-left: 0;
		margin-right: 14px;
	}
}

@media screen and (max-width:768px) {
	.blogrolls .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.blogrolls .list a {
		width: 36px;
		height: 36px;
		font-size: 16px;
	}
}

/* 2-1Products */

.products {
	padding: 68px 0 85px 0;
}


.products .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.products .categories {
	width: 24.66%;
}

.categories .title {
	font-size: 18px;
	color: #ffffff;
	line-height: 28px;
	padding: 15px 21px;
	background-color: #458432;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.categories .title i {
	display: none;
}


.categories .list {
	margin-top: 10px;
}



.categories .list>li {
	margin-bottom: 16px;
}

.categories .list>li .tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 20px 14px 19px;
	border-radius: 4px;
	background-color: #F3F6F0;
}

.categories .list>li.active .tit {
	background: rgba(69, 132, 50, 0.12);
}

.categories .list>li .tit a {
	color: #1E1E1E;
	font-size: 18px;
	line-height: 24px;
}

.categories .list>li .tit a:hover {
	color: #458432;
}


.categories .list>li .tit .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	border: 2px solid #333333;
	position: relative;
	cursor: pointer;
	flex-shrink: 0;
	margin-left: 10px;
}


.categories .list>li .tit .btn i {
	width: 2px;
	height: 11px;
	border-radius: 10px;
	background-color: #333333;
	transform: rotate(90deg);
	will-change: transform;
}

.categories .list>li .tit .btn i.move {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.categories .list li .tit .btn.active i.move {
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.categories .list>li:last-child {
	margin-bottom: 0;
}

.categories .list>li ul {
	padding: 21px 21px 9px;
	display: none;
	transition: none;
}

.categories .list li.active>ul {
	display: block;
}

.categories .list>li .tit .btn.active i,
.categories .list>li .tit .btn:hover i {
	background-color: #458432;
}

.categories .list>li .tit .btn.active,
.categories .list>li .tit .btn:hover {
	border-color: #458432;
}


.categories .list>li ul li {
	margin-bottom: 16px;
}

.categories .list>li ul li:last-child {
	margin-bottom: 0;
}

.categories .list>li ul li a {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	position: relative;
}

.categories .list>li ul li a::after {
	content: "";
	position: absolute;
	left: -15px;
	top: 5px;
	border-radius: 50%;
	background-color: #999;
	width: 6px;
	height: 6px;
	transition: .4s ease all;
}

.categories .list>li ul li a:hover::after {
	background-color: #458432;
}

.categories .list>li ul li a:hover {
	color: #458432;
}

.products .productList {
	width: 71.3%;
}

.products .productList .title {
	color: #1E1E1E;
	font-size: 32px;
	font-weight: 700;
	line-height: 42px;
}


.products .productList .mbox {
	margin-top: 14px;
}

.products .productList .list {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}


.products .productList .list .item {
	width: 32%;
	margin-right: 2%;
	margin-top: 30px;
}

.products .productList .list .item:nth-child(3n) {
	margin-right: 0;
}

.products .productList .list .item:nth-child(-n+3) {
	margin-top: 0;
}


.products .productList .box {
	position: relative;
	overflow: hidden;
}

.products .productList .box:hover .btns {
	transform: translateY(0);
}

.products .productList .image:hover img {
	transform: none;
}

.products .productList .btns {
	position: absolute;
	width: 100%;
	padding: 10px 10px;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #458432;
	transform: translateY(100%);
}

.products .productList .checkBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 8px;
	height: 8px;
	outline: 1px solid #ffffff;
	position: relative;
	flex-shrink: 0;
	margin-right: 11px;
	overflow: hidden;
}



.products .productList .checkBtn input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
}



.products .productList .btn {
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
}

.products .productList .btn:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


.products .productList .checkBtn i {
	font-size: 10px;
	color: #ffffff;
	opacity: 0;
}

.products .productList .btns.active {
	transform: translateY(0);
}


.products .productList .btns.active .checkBtn i {
	opacity: 1;
}



.products .productList .tit {
	color: #1E1E1E;
	font-size: 18px;
	line-height: 30px;
	margin-top: 11px;
}


.products .productList .tit:hover {
	color: #458432;
}


.products .productList .pager {
	margin-top: 64px;
}


.productPiece {
	padding: 90px 0 91px 0;
	background-color: rgba(243, 246, 240, .66);
}


@media screen and (max-width:1660px) {
	.products .productList .mbox {
		margin-top: 20px;
	}

	.products .productList .title {
		font-size: 28px;
		line-height: 40px;
	}

	.products .productList .btns {
		padding: 5px 10px;
	}

	.products .productList .pager {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.products .productList .title {
		font-size: 24px;
		line-height: 36px;
	}

	.products .productList .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.products .productList {
		width: 68%;
	}

	.products .categories {
		width: 28%;
	}

	.categories .list {
		margin-top: 20px;
	}

	.categories .list>li .tit a {
		font-size: 16px;
		line-height: 28px;
	}

	.categories .list>li ul li a {
		font-size: 14px;
		line-height: 26px;
	}

	.categories .list>li ul {
		padding: 10px 20px;
	}

	.categories .title {
		padding: 10px 20px;
	}

	.products .productList .pager {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.products .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.products .categories {
		width: 100%;
	}

	.categories .list>li .tit {
		padding: 10px 20px;
	}

	.categories .list>li ul li {
		margin-bottom: 10px;
	}

	.categories .list>li ul {
		padding-bottom: 0;
	}

	.products .productList {
		width: 100%;
		margin-top: 30px;
	}

	.categories .list {
		display: none;
		transition: none;
	}

	.categories .title i {
		width: 36px;
		height: 36px;
		color: #ffffff;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 20px;
		font-weight: bold;
		transform: rotate(-45deg);
	}

	.categories .title i.active {
		transform: rotate(0deg);
	}

	.categories .title {
		padding: 5px 20px;
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:768px) {
	.categories .list>li .tit {
		padding: 5px 20px;
	}
}

@media screen and (max-width:538px) {}


/* 2-2Products */

.productsDet {
	padding: 68px 0 91px 0;
}

.productShow {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}

.productShow .shows {
	flex-shrink: 0;
	margin-right: 4%;
}


.productShow .shows {
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: none;
}

.productShow .shows .showSipwerBox {
	width: 634px;
	margin-right: 18px;
	position: relative;
}

.productShow .shows .showSipwer {
	overflow: hidden;
	position: relative;
}

.showSipwer .swiper-slide img {
	display: block;
}


.productShow .shows .checkSwiper {
	width: 124px;
	overflow: hidden;
	height: 100%;

}

.productShow .shows .swiperBox {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 449px;
	padding: 30px 0;
}


.productShow .shows .swiperBox .prev,
.productShow .shows .swiperBox .next {
	width: 100%;
	position: absolute;
	color: #999;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 2px 5px;
	height: auto;
}


.productShow .shows .swiperBox .prev i,
.productShow .shows .swiperBox .next i {
	font-weight: bold;
	font-size: 17px;
}


.productShow .shows .swiperBox .prev:hover,
.productShow .shows .swiperBox .next:hover {
	color: #1e1e1e;
}


.productShow .shows .swiperBox .prev {
	top: 0;
}

.productShow .shows .swiperBox .prev i {
	transform: rotate(-90deg);
}

.productShow .shows .swiperBox .next {
	bottom: 0;
}

.productShow .shows .swiperBox .next i {
	transform: rotate(90deg);
}


.productShow .shows .checkSwiper .swiper-slide {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}


.productShow .shows .checkSwiper .swiper-slide::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	box-sizing: border-box;
	transition: .4s ease all;
	pointer-events: none;
	overflow: hidden;
	border: 1px solid transparent;
}

.productShow .shows .checkSwiper .swiper-slide-thumb-active::after {
	border-color: #458432;
}



.productShow .jianjie {
	flex: 1;
}


.productShow .jianjie h1 {
	font-size: 32px;
	line-height: 35px;
	color: #1E1E1E;
	font-weight: 700;
	margin-top: 34px;
}



.productShow .jianjie .txts {
	margin-top: 29px;
}

.productShow .jianjie .txts p {
	color: #666;
	font-size: 18px;
	line-height: 30px;
}




.productShow .jianjie .pdBtns {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 58px;
}

.productShow .jianjie .btns {
	display: flex;
	align-items: center;
	margin-right: 31px;
}


.productShow .jianjie .btns .btn {
	margin-right: 12px;
	width: 177px;
	height: 54px;
	border-radius: 6px;
	background: #999;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
}

.productShow .jianjie .btns .btn:hover {
	background-color: #72B649;
}


.productShow .jianjie .btns .btn:nth-child(2) {
	width: 185px;
	margin-right: 0;
}



.productShow .jianjie .btns .cBtn:hover {
	background-color: #ec6d34;
	color: #ffffff;
}

.productShow .jianjie .btns .cBtn:hover i {
	color: #ffffff;
}



/*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;
}


.pdList {
	margin-top: 80px;
}


.pdList .pdItem {
	margin-top: 50px;
}

.pdList .pdItem:nth-child(1) {
	margin-top: 0;
}


.pdList .tit {
	color: #1E1E1E;
	font-family: Arial;
	font-size: 32px;
	font-weight: 700;
	line-height: 42px;
}

.pdList .txts {
	margin-top: 31px;
}

.pdList .txts p {
	color: #666;
	font-size: 18px;
	line-height: 30px;
}

.pdList .txts p em {
	margin-bottom: 0;
}

.pdList .txts p strong {
	margin-bottom: 13px;
}



.pdList .txts p em::after {
	display: none;
}

.pdList .txts p em strong {
	position: relative;
}

.pdList .txts p em strong::after {
	content: "";
	position: absolute;
	left: -50px;
	top: 0;
	width: 30px;
	height: 30px;
	background-image: url("../images/pdSign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}


.table table tr td {
	padding: 14px 38px;
	font-size: 18px;
	line-height: 30px;
	font-family: Arial, sans-serif;
	color: #666;
	border: 1px solid #E1E2E4;
}

.table table tr td:nth-child(1) {
	background-color: #F3F6F0;
	color: #333;
}

.table table tr:nth-child(1) td {
	background-color: #458432;
	color: #ffffff;
	border-color: #458432;
}


.pdList .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 27px;
}

.pdList .list .item {
	width: 32%;
	margin-right: 2%;
	margin-top: 30px;
}

.pdList .list .item:nth-child(3n) {
	margin-right: 0;
}

.pdList .list .item:nth-child(-n+3) {
	margin-top: 0;
}


.pdList .list .tit {
	color: #1E1E1E;
	font-size: 18px;
	line-height: 30px;
	margin-top: 20px;
	font-weight: normal;
}


.pdList .list .txt {
	color: #666;
	font-size: 18px;
	line-height: 30px;
	margin-top: 10px;
}


.pdFaq {
	margin-top: 50px;
}


.pdFaq .tit {
	color: #1E1E1E;
	font-size: 32px;
	line-height: 42px;
	font-weight: 700;
}



.pdFaq .faqList {
	margin-top: 20px;
}

.productsDet .hotProducts {
	margin-top: 79px;
}


@media screen and (max-width:1660px) {
	.productShow .jianjie h1 {
		margin-top: 0;
	}

	.productShow .shows .showSipwerBox {
		width: 500px;
	}

	.productShow .shows .swiperBox {
		height: 355px;
	}

	.productShow .shows .checkSwiper {
		width: 86px;
	}

	.productShow .jianjie h1 {
		font-size: 28px;
		line-height: 40px;
	}

	.productShow .jianjie .btns .btn:nth-child(n) {
		height: 42px;
		border-radius: 4px;
		font-size: 16px;
	}

	.productShow .jianjie .pdBtns {
		margin-top: 30px;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.productShow .jianjie .btns {
		margin-right: 0;
		margin-top: 20px;
	}

	.pdList .tit,
	.pdFaq .tit {
		font-size: 28px;
		line-height: 40px;
	}

	.table table tr td {
		padding: 10px 20px;
	}

	.productsDet .hotProducts,
	.pdFaq {
		margin-top: 60px;
	}

	.pdFaq .faqList {
		margin-top: 30px;
	}
}


@media screen and (max-width:1333px) {
	.productShow .shows {
		flex-direction: column;
		align-items: flex-start;
	}

	.productShow .shows {
		width: 450px;
	}

	.productShow .shows .showSipwerBox {
		width: 100%;
	}

	.productShow .shows .swiperBox {
		height: auto;
		width: 100%;
		padding: 0 30px;
		margin-top: 20px;
	}

	.productShow .shows .checkSwiper {
		width: 100%;
	}

	.productShow .shows .swiperBox .prev,
	.productShow .shows .swiperBox .next {
		width: 26px;
		bottom: auto;
		top: 0;
		height: 100%;
	}

	.productShow .shows .swiperBox .prev {
		left: 0;

	}

	.productShow .shows .swiperBox .next {
		right: 0;
	}

	.productShow .shows .swiperBox .prev i,
	.productShow .shows .swiperBox .next i {
		font-size: 14px;
		transform: rotate(0);
	}

	.productShow .shows .swiperBox .prev i {
		transform: rotate(-180deg);
	}

	.productShow .jianjie h1 {
		font-size: 24px;
		line-height: 36px;
	}

	.productShow .jianjie .btns .btn:nth-child(n) {
		height: 40px;
		width: 160px;
	}

	.pdList .tit,
	.pdFaq .tit {
		font-size: 24px;
		line-height: 34px;
	}

	.table table tr td {
		font-size: 16px;
		line-height: 28px;
	}

	.pdList .txts p em strong::after {
		width: 24px;
		height: 24px;
		left: -35px;
		top: 1px;
	}

	.pdList .txts p strong {
		margin-bottom: 10px;
	}

	.pdList .pdItem {
		margin-top: 40px;
	}

	.pdList {
		margin-top: 60px;
	}
}


@media screen and (max-width:999px) {
	div.jqZoomPup {
		display: none;
	}

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

	.productShow {
		flex-direction: column;
		align-items: flex-start;
	}

	.productShow .jianjie {
		flex: none;
		width: 100%;
		margin-top: 30px;
	}

	.productShow .shows {
		width: 100%;
		max-width: 450px;
		margin: 0 auto;
	}

	.productShow .jianjie .txts {
		margin-top: 20px;
	}

	.pdList,
	.productsDet .hotProducts,
	.pdFaq {
		margin-top: 50px;
	}

	.pdList .txts {
		margin-top: 20px;
	}

	.table table tr td {
		font-size: 14px;
		line-height: 26px;
		padding: 6px 20px;
	}

	.pdList .txts p em strong::after {
		width: 22px;
		height: 22px;
	}

	.pdList .list .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.pdList .list {
		justify-content: space-between;
	}

	.pdList .list .item:nth-child(n) {
		width: 48%;
		margin-top: 30px;
	}

	.pdList .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.productShow .jianjie h1,
	.pdList .tit,
	.pdFaq .tit {
		font-size: 22px;
		line-height: 34px;
	}
}

@media screen and (max-width:768px) {

	.pdList,
	.productsDet .hotProducts,
	.pdFaq {
		margin-top: 40px;
	}

	.productShow .shows {
		max-width: 400px;
	}

	.productShow .jianjie h1,
	.pdList .tit,
	.pdFaq .tit {
		font-size: 20px;
		line-height: 30px;
	}

}

@media screen and (max-width:538px) {
	.pdList .list .tit {
		margin-top: 16px;
	}

	.productShow .jianjie .btns .btn:nth-child(n) {
		width: 136px;
		height: 36px;
	}
}

@media screen and (max-width:450px) {
	.pdList .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.pdList .list .item:nth-child(1) {
		margin-top: 0;
	}
}

/* 3-1Customization */

.innerBanner {
	position: relative;
	height: 460px;
}


.innerBanner .image {
	height: 100%;
}

.innerBanner .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.innerBanner .msg {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.innerBanner .msg .title {
	color: #FFF;
	text-align: center;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
}

@media screen and (max-width:1660px) {
	.innerBanner {
		height: 360px;
	}

	.innerBanner .msg .title {
		font-size: 36px;
		line-height: 46px;
	}
}


@media screen and (max-width:1333px) {
	.innerBanner {
		height: 300px;
	}

	.innerBanner .msg .title {
		font-size: 32px;
		line-height: 44px;
	}
}

@media screen and (max-width:999px) {
	.innerBanner {
		height: 260px;
	}

	.innerBanner .msg .title {
		font-size: 28px;
		line-height: 40px;
	}
}

@media screen and (max-width:768px) {
	.innerBanner {
		height: 220px;
	}

	.innerBanner .msg .title {
		font-size: 24px;
		line-height: 36px;
	}
}

@media screen and (max-width:538px) {
	.innerBanner {
		height: 200px;
	}

	.innerBanner .msg .title {
		font-size: 22px;
		line-height: 34px;
	}
}

.productCustomization {
	padding: 58px 0 80px 0;
}

.cusTit .tit {
	color: #458432;
	font-size: 18px;
	line-height: 30px;
	margin-top: 14px;
}


.productCustomization .material {
	margin-top: 71px;
}



.material .title1 {
	color: #1E1E1E;
	font-size: 36px;
	font-weight: 700;
	line-height: 46px;
	margin-top: 7px;
}

.material .tips {
	color: #666;
	font-size: 18px;
	line-height: 30px;
	margin-top: 10px;
}

.material .con {
	display: flex;
	justify-content: space-between;
	margin-top: 39px;
	align-items: center;
}



.material .con .show {
	width: 36.93%;
	position: relative;
}

.material .con .show::after {
	content: "";
	position: absolute;
	left: -40px;
	width: 20px;
	height: 31.7%;
	background-color: #72B649;
	top: 0;
}

.material .con .show .bg {
	content: "";
	width: 74px;
	left: -40px;
	bottom: 0;
	z-index: -1;
	position: absolute;
}


.material .con .show .bg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}




.material .con .list {
	width: 57%;
	padding-top: 16px;
}

.material .list .item {
	display: flex;
	align-items: flex-start;
	margin-top: 75px;
}

.material .list .item:nth-child(1) {
	margin-top: 0;
}


.material .list .sign {
	width: 80px;
	height: 80px;
	flex-shrink: 0;
	margin-right: 30px;
}

.material .list .sign img {
	display: block;
}


.material .list .tit {
	color: #1E1E1E;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
}

.material .list .txts {
	margin-top: 20px;
}

.material .list .txts p {
	color: #666;
	font-size: 18px;
	line-height: 30px;
}


.cusTit {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cusTit .box {
	width: 29%;
}

.cusTit .dis {
	width: 69.3%;
	position: relative;
	padding-left: 4.6%;
	color: #666;
	font-size: 18px;
	line-height: 30px;
}


.cusTit .dis::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 162%;
	background-color: rgba(30, 30, 30, .3);
}


.cusSign {
	color: #1E1E1E;
	font-size: 18px;
	line-height: 30px;
	padding-left: 20px;
	position: relative;
}

.cusSign::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #72B649;
}


@media screen and (max-width:1660px) {
	.productCustomization .material {
		margin-top: 60px;
	}

	.material .list .sign {
		width: 50px;
		height: 50px;
	}

	.material .con {
		margin-top: 30px;
	}

	.material .tips {
		margin-top: 20px;
	}

	.material .con .show .bg {
		width: 60px;
	}

	.material .list .item {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.cusTit .dis::after {
		height: 120%;
	}

	.cusTit .tit,
	.cusTit .dis {
		font-size: 16px;
		line-height: 28px;
	}

	.cusSign {
		font-size: 16px;
		line-height: 28px;
	}

	.cusSign::after {
		top: 48%;
	}

	.material .list .sign {
		width: 46px;
		height: 46px;
	}

	.material .list .tit {
		font-size: 18px;
		line-height: 30px;
	}

	.material .list .item {
		margin-top: 30px;
	}

	.material .con .show {
		width: 40%;
	}

	.material .con .show .bg {
		width: 50px;
	}
}

@media screen and (max-width:999px) {
	.cusTit {
		flex-direction: column;
		align-items: flex-start;
	}

	.cusTit .box {
		width: 100%;
	}

	.cusTit .tit,
	.cusTit .dis {
		font-size: 14px;
		line-height: 26px;
	}

	.cusTit .dis {
		padding: 0;
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #666666;
		width: 100%;
	}

	.cusTit .dis::after {
		display: none;
	}

	.productCustomization .material {
		margin-top: 50px;
	}

	.cusSign {
		font-size: 14px;
		line-height: 26px;
	}

	.cusSign::after {
		width: 8px;
		height: 8px;
	}

	.material .title1 {
		margin-top: 10px;
	}

	.material .con {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.material .con .list {
		width: 100%;
		padding-top: 0;
	}

	.material .list .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.material .list .txts {
		margin-top: 10px;
	}

	.material .list .sign {
		width: 40px;
		height: 40px;
		margin-right: 20px;
	}

	.material .con .show {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		margin-top: 40px;
	}
}

@media screen and (max-width:768px) {
	.productCustomization .material {
		margin-top: 40px;
	}

	.material .list .sign {
		width: 36px;
		height: 36px;
	}
}

@media screen and (max-width:538px) {
	.material .con .show .bg {
		left: -10px;
	}

	.material .con .show::after {
		left: -10px;
		z-index: -1;
	}

	.material .con .show {
		margin-top: 30px;
	}
}


.specifications {
	padding: 80px 0 100px 0;
	background-color: rgba(243, 246, 240, .66);
}


.specifications .title1 {
	margin-top: 5px;
	font-size: 36px;
}


.specifications .tips {
	color: #666;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin-top: 10px;
}


.specifications .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}


.specifications .list .item {
	width: 30%;
	margin-right: 5%;
	margin-top: 30px;
	position: relative;
}


.specifications .list .item::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -8.5%;
	width: 1px;
	background-color: #DFDFDF;
	height: 100%;
}



.specifications .list .item:nth-child(3n) {
	margin-right: 0;
}

.specifications .list .item:nth-child(3n)::after {
	display: none;
}

.specifications .list .item:nth-child(-n+3) {
	margin-top: 0;
}

.specifications .list .num {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #FFF;
	font-size: 24px;
	line-height: 32px;
	background-color: #72B649;
	width: 70px;
	height: 70px;
}

.specifications .list .tit {
	color: #1E1E1E;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	margin-top: 20px;
}

.specifications .list .txts {
	margin-top: 20px;
}

.specifications .list .txts p {
	color: #666;
	font-size: 18px;
	line-height: 30px;
}

@media screen and (max-width:1660px) {
	.specifications .title1 {
		margin-top: 10px;
	}

	.specifications .tips {
		margin-top: 20px;
	}

	.specifications .list {
		margin-top: 50px;
	}

	.specifications .list .num {
		width: 60px;
		height: 60px;
		font-size: 22px;
		line-height: 34px;
	}
}

@media screen and (max-width:1333px) {
	.specifications .list {
		margin-top: 40px;
	}

	.specifications .list .num {
		width: 50px;
		height: 50px;
		font-size: 18px;
	}

	.specifications .list .tit {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.specifications .list {
		justify-content: space-between;
	}

	.specifications .list .item:nth-child(n) {
		width: 46%;
		margin-top: 20px;
		margin-right: 0;
	}

	.specifications .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.specifications .list .item:nth-child(2n)::after {
		display: none;
	}

	.specifications .list .num {
		width: 42px;
		height: 42px;
		font-size: 16px;
	}

	.specifications .list .item::after {
		right: -6%;
	}
}

@media screen and (max-width:538px) {
	.specifications .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.specifications .list .item:nth-child(1) {
		margin-top: 0;
	}

	.specifications .list .item:nth-child(n)::after {
		display: none;
	}

	.specifications .list .txts {
		margin-top: 10px;
	}

	.specifications .list .tit {
		margin-top: 10px;
	}

	.specifications .list {
		margin-top: 30px;
	}
}



.cusFunction {
	padding: 80px 0 100px 0;
}


.cusFunction .title {
	display: flex;
	align-items: center;
	margin-top: 5px;
}


.cusFunction .title .title1 {
	flex-shrink: 0;
	margin-right: 22%;
	font-size: 36px;
}

.cusFunction .title .tips {
	color: #666;
	font-family: Arial;
	font-size: 18px;
	line-height: 30px;
}


.cusFunction .con {
	margin-top: 59px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.cusFunction .list {
	width: 47.6%;
	margin-top: 24px;
}

.cusFunction .image {
	width: 48%;
}

.cusFunction .list .item {
	padding: 23px 0;
	border-bottom: 1px solid #D9D9D9;
}

.cusFunction .list .tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #1E1E1E;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}

.cusFunction .list .item.active .tit {
	color: #458432;
}

.cusFunction .list .tit .btns {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
	flex-shrink: 0;
	margin-left: 20px;
}


.cusFunction .list .tit .btns:hover i {
	background-color: #458432;
}

.cusFunction .list .tit .btns i {
	width: 20px;
	height: 2.5px;
	background-color: #444;
}

.cusFunction .list .tit .btns i.move {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
}


.cusFunction .list .item.active .tit .btns i.move {
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}


.cusFunction .list .item:nth-child(1) .txts {
	display: block;
}

.cusFunction .list .txts {
	margin-top: 27px;
	display: none;
	transition: none;
	padding-bottom: 3px;
}

.cusFunction .list .txts p {
	color: #666;
	font-size: 18px;
	line-height: 30px;
}


@media screen and (max-width:1660px) {
	.cusFunction .list {
		margin-top: 0;
	}

	.cusFunction .title {
		margin-top: 10px;
	}

	.cusFunction .list .item {
		padding: 20px 0;
	}

	.cusFunction .list .txts {
		margin-top: 20px;
		padding-bottom: 10px;
	}

	.cusFunction .con {
		margin-top: 50px;
	}

	.cusFunction .list .tit .btns i {
		height: 2px;
		width: 16px;
	}
}

@media screen and (max-width:1333px) {
	.cusFunction .list .tit {
		font-size: 18px;
		line-height: 30px;
	}

	.cusFunction .list .item {
		padding: 16px 0;
	}
}

@media screen and (max-width:999px) {
	.cusFunction .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.cusFunction .title .title1 {
		margin-right: 0;
	}

	.cusFunction .title .tips {
		margin-top: 20px;
	}

	.cusFunction .con {
		margin-top: 30px;
		flex-direction: column;
		align-items: flex-start;
	}

	.cusFunction .list {
		width: 100%;
	}

	.cusFunction .list .item {
		padding: 12px 0;
	}

	.cusFunction .list .txts {
		margin-top: 10px;
	}

	.cusFunction .list .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.cusFunction .image {
		width: 100%;
		margin: 0 auto;
		max-width: 600px;
		margin-top: 40px;
	}

	.cusFunction .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}
}

@media screen and (max-width:768px) {
	.cusFunction .con {
		margin-top: 20px;
	}

	.cusFunction .image {
		margin-top: 30px;
	}
}




.services {
	padding: 80px 0 89px 0;
	background-color: rgba(243, 246, 240, 0.66);
}

.services .checkBtns {
	margin-top: 26px;
	display: flex;
	flex-wrap: wrap;
}


.services .checkBtns .item {
	cursor: pointer;
	padding: 13.5px 30px;
	border-radius: 30px;
	font-size: 18px;
	background-color: #ffffff;
	border: 1px solid #D4D4D4;
	margin: 10px 0;
	margin-right: 10px;
	color: #1E1E1E;
}


.services .checkBtns .item.active,
.services .checkBtns .item:hover {
	background-color: #72B649;
	color: #ffffff;
	border-color: #72B649;
}


.services .checks {
	margin-top: 40px;
}

.services .checks .item {
	background-color: #ffffff;
	padding: 30px;
	display: none;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
}


.services .checks .item.active {
	display: flex;
}


.services .checks .image {
	width: 40.1%;
}


.services .checks .msg {
	width: 56.4%;
}

.services .checks .tit {
	color: #1E1E1E;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
}


.services .checks .txts {
	margin-top: 30px;
}

.services .checks .txts p {
	color: #666;
	font-size: 18px;
	line-height: 30px;
}


.services .checks .txts p em {
	padding: 0;
	margin-bottom: 0;
}

.services .checks .txts p em::after {
	display: none;
}

.services .checks .txts p em::before {
	content: "";
	background-image: none;
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #666666;
	position: static;
	transform: translateY(-4px);
	margin-right: 6px;
	margin-left: 1px;
}


@media screen and (max-width:1660px) {
	.services .checkBtns {
		margin-top: 40px;
	}

	.services .checkBtns .item {
		padding: 10px 24px;
	}
}

@media screen and (max-width:1333px) {
	.services .checkBtns {
		margin-top: 30px;
	}

	.services .checkBtns .item {
		font-size: 16px;
		line-height: 26px;
		padding: 5px 20px;
	}

	.services .checks {
		margin-top: 30px;
	}

	.services .checks .tit {
		font-size: 22px;
		line-height: 34px;
	}

	.services .checks .txts {
		margin-top: 20px;
	}
}

@media screen and (max-width:999px) {
	.services .checks .item {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.services .checks .msg {
		width: 100%;
	}

	.services .checks .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.services .checkBtns .item {
		font-size: 14px;
		line-height: 24px;
	}

	.services .checkBtns {
		margin-top: 20px;
	}

	.services .checks .image {
		width: 100%;
		margin: 0 auto;
		margin-top: 30px;
		max-width: 600px;
	}

	.services .checks {
		margin-top: 20px;
	}

	.services .checks .item {
		padding: 30px 20px;
	}
}

@media screen and (max-width:768px) {
	.services .checkBtns .item {
		margin: 5px 0;
		margin-right: 10px;
	}

	.services .checks .tit {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:538px) {
	.services .checks .item {
		padding: 30px 15px;
	}
}



.design {
	padding: 92px 0 90px 0;
}



.design .list {
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
}


.design .list .item {
	width: 31.73%;
	margin-right: 2.405%;
	padding: 26px 30px;
	background-color: #F3F6F0;
}


.design .list .item:nth-child(3n) {
	margin-right: 0;
}

.design .list .num {
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-family: Arial;
	font-size: 24px;
	line-height: 32px;
	border-radius: 50%;
	background-color: #72B649;
}

.design .list .tit {
	color: #1E1E1E;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	margin-top: 27px;
}


.design .list .txts {
	margin-top: 17px;
}


.design .list .txts p {
	color: #666;
	font-size: 18px;
	line-height: 30px;
}

.design .list .txts p em {
	padding: 0;
	margin-bottom: 0;
}

.design .list .txts p em::after {
	display: none;
}

.design .list .txts p em:before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #666666;
	margin-right: 7px;
	margin-left: 1px;
	transform: translateY(-4px);
}


@media screen and (max-width:1660px) {
	.design .list .item {
		padding: 30px;
	}

	.design .list .num {
		width: 60px;
		height: 60px;
		font-size: 22px;
		line-height: 34px;
	}
}

@media screen and (max-width:1333px) {
	.design .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.design .list .num {
		width: 50px;
		height: 50px;
		font-size: 18px;
	}

	.design .list .item {
		padding: 30px 20px;
	}

	.design .list {
		margin-top: 50px;
	}

	.design .list .tit {
		margin-top: 20px;
	}
}

@media screen and (max-width:999px) {
	.design .list {
		margin-top: 40px;
	}

	.design .list .num {
		width: 42px;
		height: 42px;
		font-size: 16px;
	}

	.design .list {
		justify-content: space-between;
	}

	.design .list .item:nth-child(n) {
		width: 48%;
		margin: 0;
		margin-top: 30px;
	}

	.design .list .item:nth-child(-n+2) {
		margin-top: 0;
	}
}


@media screen and (max-width:538px) {
	.design .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
		padding: 20px;
	}

	.design .list .item:nth-child(1) {
		margin-top: 0;
	}

	.design .list {
		margin-top: 30px;
	}
}

.supporting {
	overflow: hidden;
}

.supporting .con {
	position: relative;
	padding: 80px 0 88px 0;
}

.supporting .con::after {
	content: "";
	position: absolute;
	width: 100vw;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	background-color: rgba(243, 246, 240, .66);
	z-index: -1;
}

.supporting .txts {
	margin-top: 61px;
}

.supporting .txts p {
	font-size: 18px;
	line-height: 30px;
}


.supporting .txts p em {
	display: block;
	padding-left: 50px;
	margin-bottom: 0;
}

.supporting .txts p em::after {
	display: none;
}

.supporting .txts p em strong {
	margin-bottom: 14px;
}

.supporting .txts p em strong::after {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	left: 0;
	top: -1px;
	background-image: url("../images/supportingSign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.note {
	padding: 27px 0 30px 0;
	position: relative;
}

.note::after {
	content: "";
	position: absolute;
	left: 50%;
	height: 100%;
	width: 100vw;
	transform: translateX(-50%);
	top: 0;
	background: rgba(114, 182, 73, 0.10);
	z-index: -1;
}

.note .tit {
	color: #458432;
	font-size: 20px;
	font-weight: 700;
	line-height: 32px;
}

.note .dis {
	color: #458432;
	font-size: 16px;
	line-height: 28px;
}



.customizePiece {
	padding: 90px 0 92px 0;
}

.customizeCase .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.customizeCase .swiper {
	margin-top: 40px;
}


@media screen and (max-width:1660px) {
	.supporting .txts {
		margin-top: 40px;
	}

	.note .dis {
		margin-top: 20px;
	}

	.caseItem .txts {
		margin-top: 10px;
	}

	.customizeCase .swiper {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.supporting .txts p em strong::after {
		width: 26px;
		height: 26px;
		top: 1px;
	}

	.supporting .txts p em {
		padding-left: 40px;
	}
}

@media screen and (max-width:999px) {
	.supporting .txts p em strong::after {
		width: 22px;
		height: 22px;
	}

	.supporting .txts p em {
		padding-left: 34px;
	}

	.note .tit {
		font-size: 18px;
		line-height: 28px;
	}
}


@media screen and (max-width:538px) {
	.customizeCase .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.customizeCase .title .sBtns>div {
		margin-top: 20px;
	}
}


/* 4-1Solutions */

.solutionPiece {
	padding: 71px 0 100px 0;
}


.solutionPiece .list {
	margin-top: 69px;
}

.solutionPiece .list .item {
	margin-top: 30px;
	position: relative;
}

.solutionPiece .list .item:nth-child(1) {
	margin-top: 0;
}

.solutionPiece .list .image {
	border-radius: 24px;
	overflow: hidden;
	width: 530px;
}


.solutionPiece .list .msg {
	background-color: #F3F6F0;
	border-radius: 24px;
	padding: 60px 61px 56px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	min-height: 390px;
}


.solutionPiece .list .item:nth-child(2n) .msg {
	left: 0;
}

.solutionPiece .list .item:nth-child(2n) .image {
	margin-left: auto;
}

.solutionPiece .list .title {
	color: #1E1E1E;
	font-size: 20px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


.solutionPiece .list .title:hover {
	color: #458432;
}


.solutionPiece .list .txts {
	color: #666;
	font-size: 16px;
	line-height: 28px;
	margin-top: 21px;
}


.solutionPiece .list .btn {
	color: #1E1E1E;
	font-size: 16px;
	line-height: 28px;
}

.solutionPiece .list .btn:hover {
	color: #458432;
}


.solutionPiece .pager {
	margin-top: 65px;
}


.solutionPiece .hotProducts {
	margin-top: 94px;
}

.solutionPiece .msg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 66%;
}


@media screen and (max-width:1660px) {
	.solutionPiece .list .msg {
		padding: 40px;
		border-radius: 10px;
		min-height: 340px;
	}

	.solutionPiece .list .image {
		border-radius: 10px;
		width: 500px;
	}

	.solutionPiece .pager {
		margin-top: 50px;
	}

	.solutionPiece .hotProducts {
		margin-top: 80px;
	}

	.solutionPiece .list {
		margin-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.solutionPiece .list .title {
		font-size: 18px;
		line-height: 28px;
	}

	.solutionPiece .list .msg {
		border-radius: 5px;
		padding: 30px;
		min-height: 300px;
	}

	.solutionPiece .list .image {
		width: 440px;
	}

	.solutionPiece .hotProducts {
		margin-top: 60px;
	}
}

@media screen and (max-width:999px) {
	.solutionPiece .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 40px;
	}

	.solutionPiece .list .item {
		width: 48%;
		margin-top: 30px;
		border-radius: 5px;
		overflow: hidden;
	}




	.solutionPiece .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.solutionPiece .list .msg {
		padding: 20px;
		position: static;
		min-height: auto;
		transform: translateY(0);
		border-radius: 0;
		width: 100%;
	}

	.solutionPiece .list .image {
		width: 100%;
		border-radius: 0;
	}

	.solutionPiece .list .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.solutionPiece .list .title {
		font-size: 16px;
		line-height: 28px;
		min-height: 56px;
	}

	.solutionPiece .list .txts {
		font-size: 14px;
		line-height: 26px;
		min-height: 78px;
		margin-top: 10px;
	}

	.solutionPiece .list .btn {
		margin-top: 10px;
	}

	.solutionPiece .pager {
		margin-top: 40px;
	}

	.solutionPiece .hotProducts {
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.solutionPiece .hotProducts {
		margin-top: 40px;
	}
}

@media screen and (max-width:450px) {
	.solutionPiece .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.solutionPiece .list .item:nth-child(1) {
		margin-top: 0;
	}
}


/* 4-2Solutions */

.solutionDet {
	padding: 80px 0 91px 0;
}

.solutionDet .show {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.solutionDet .show .image {
	overflow: hidden;
	width: 47.6%;
	border-radius: 24px;
}


.solutionDet .show .msg {
	width: 46.66%;
	padding-bottom: 29px;
}

.solutionDet .show h1 {
	color: #1E1E1E;
	font-family: Arial;
	font-size: 32px;
	font-weight: 700;
	line-height: 42px;
}



.solutionDet .show .clear {
	display: none;
}

.solutionDet .show .share {
	margin-top: 20px;
	position: relative;
}

.solutionDet .show .share::after {
	content: "";
	position: absolute;
	width: 100%;
	bottom: -21px;
	height: 1px;
	background-color: #D9D9D9;
}

.solutionDet .show .line {
	width: 100%;
	height: 1px;
	background-color: #D9D9D9;
	margin-top: 20px;
	display: inline-block;
}

.solutionDet .show .txts {
	margin-top: 81px;
}


.solutionDet .show .txts p {
	font-size: 18px;
	line-height: 30px;
}


.industryPain {
	margin-top: 80px;
}

.industryPain .title {
	color: #1E1E1E;
	font-size: 32px;
	font-weight: 700;
	line-height: 42px;
}


.industryPain .list {
	padding: 40px 0 60px 0;
	margin-top: 20px;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}


.industryPain .list .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}

.industryPain .list .item:nth-child(1) {
	margin-top: 0;
}

.industryPain .list .item:nth-child(2n-1) {
	flex-direction: row-reverse;
}


.industryPain .list .image {
	width: 32.4%;
}

.industryPain .list .msg {
	width: 64.25%;
}


.industryPain .list .tit {
	color: #458432;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
}

.industryPain .list .txts {
	margin-top: 21px;
}


.industryPain .list .txts p {
	color: #666;
	font-size: 18px;
	line-height: 30px;
}


.industryPain .list .clear {
	display: none;
}



.industryPain .prevOrNext {
	margin-top: 31px;
}


.solutionDet .hotProducts {
	margin-top: 110px;
}


@media screen and (max-width:1660px) {
	.solutionDet .show h1 {
		font-size: 28px;
		line-height: 40px;
	}

	.solutionDet .show .txts {
		margin-top: 30px;
	}

	.solutionDet .show .share,
	.solutionDet .show .line {
		margin-top: 30px;
	}

	.solutionDet .show .image {
		border-radius: 10px;
	}

	.industryPain {
		margin-top: 60px;
	}

	.industryPain .list .tit {
		font-size: 22px;
		line-height: 32px;
	}

	.solutionDet .hotProducts {
		margin-top: 80px;
	}

	.industryPain .title {
		font-size: 28px;
		line-height: 40px;
	}

	.solutionDet .show .msg {
		padding-bottom: 0;
	}

	.solutionDet .show .share::after {
		bottom: -20px;
	}

	.solutionDet .show .txts {
		margin-top: 42px;
	}
}

@media screen and (max-width:1333px) {
	.solutionDet .show {
		display: block;
	}

	.solutionDet .show .image {
		float: left;
		width: 48%;
		margin-right: 5%;
		border-radius: 5px;
	}

	.solutionDet .show .msg {
		width: 100%;
	}

	.solutionDet .show .clear {
		display: block;
	}

	.solutionDet .show h1 {
		font-size: 26px;
		line-height: 36px;
	}

	.solutionDet .show .share {
		margin-top: 20px;
	}

	.industryPain .list .item {
		display: block;
	}

	.industryPain .list .clear {
		display: block;
	}

	.industryPain .list .item:nth-child(2n-1) .image {
		float: right;
		margin-left: 5%;
	}

	.industryPain .list .item:nth-child(2n) .image {
		float: left;
		margin-right: 5%;
	}

	.industryPain .list .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.industryPain .list .msg {
		width: 100%;
	}

	.industryPain .title {
		font-size: 26px;
		line-height: 38px;
	}

	.solutionDet .hotProducts {
		margin-top: 60px;
	}

	.industryPain .list {
		padding: 50px 0;
	}
}

@media screen and (max-width:999px) {
	.solutionDet .show .image {
		width: 100%;
		float: none;
		max-width: 450px;
		margin: 0 auto;
	}

	.solutionDet .show h1 {
		font-size: 24px;
		line-height: 36px;
		margin-top: 30px;
	}

	.industryPain {
		margin-top: 50px;
	}

	.industryPain .title {
		font-size: 24px;
		line-height: 36px;
	}

	.industryPain .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.industryPain .list {
		padding: 40px 0;
	}

	.solutionDet .hotProducts {
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.solutionDet .show .image {
		max-width: 400px;
	}

	.solutionDet .show h1 {
		font-size: 22px;
		line-height: 34px;
	}

	.industryPain .title {
		font-size: 22px;
		line-height: 34px;
	}

	.industryPain .list .image {
		width: 40%;
	}

	.solutionDet .hotProducts {
		margin-top: 40px;
	}

	.industryPain {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.solutionDet .show h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.industryPain .list .item:nth-child(n) .image {
		width: 100%;
		float: none;
		max-width: 360px;
		margin: 0 auto;
	}

	.solutionDet .show .image {
		max-width: 360px;
	}

	.industryPain .list {
		padding: 30px 0;
	}

	.industryPain .list .msg {
		margin-top: 20px;
	}
}

/* 5-1About Us */

.aboutUs {
	padding: 80px 0 86px 0;
	padding-left: calc((100vw - 1500px)/ 2);
}

.aboutUs .company {
	margin-top: 29px;
}

.aboutUs .company .txts {
	display: block;
	margin-top: 16px;
}


.aboutUs .company .msg {
	width: 38%;
}

.aboutUs .company .aboutNum {
	width: 90.6%;
}

.aboutUs .company .show {
	width: 53.4%;
}

.aboutUs .company .aboutNum {
	margin-top: 52px;
}

.aboutUs .company .cBtn {
	margin-top: 69px;
	width: 188px;
}

@media screen and (max-width:1660px) {
	.aboutUs {
		padding: 80px;
		padding-right: 0;
	}

	.aboutUs .company {
		margin-top: 40px;
	}

	.aboutUs .company .txts {
		margin-top: 0;
	}

	.aboutUs .company .aboutNum {
		width: 100%;
	}

	.aboutUs .company .cBtn {
		margin-top: 40px;
	}

	.aboutUs .company .aboutNum {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.aboutUs .company .cBtn {
		width: 160px;
	}

	.aboutUs .company .msg {
		width: 40%;
	}

	.aboutUs {
		padding: 60px 0 60px 80px;
	}
}

@media screen and (max-width:999px) {
	.aboutUs .company .msg {
		width: 100%;
	}

	.aboutUs .company {
		margin-top: 30px;
	}

	.aboutUs {
		padding: 50px 80px;
	}

	.aboutUs .company .show {
		width: 100%;
	}

	.aboutUs .company .aboutNum {
		margin-top: 30px;
	}

	.aboutUs .company .cBtn {
		margin-top: 30px;
		width: 140px;
	}
}

@media screen and (max-width:768px) {
	.aboutUs {
		padding: 40px 25px;
	}
}

@media screen and (max-width:538px) {
	.aboutUs {
		padding: 40px 15px;
	}
}



.history {
	padding: 90px 0 100px 0;
	background-image: url("../images/historyBg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.history .con {
	margin-top: 57px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.history .year {
	width: 248px;
	position: sticky;
	top: 140px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.history .year .swiperBox {
	height: 510px;
	display: flex;
	align-items: center;
	overflow: hidden;
}


.history .year .swiper {
	height: 62px;
	overflow: visible;
}


.history .year .swiper-slide {
	display: flex;
	align-items: center;
	font-family: Arial;
	font-size: 40px;
	font-weight: 700;
	line-height: 62px;
	cursor: pointer;
	transition: .4s ease color;
	position: relative;
	color: transparent;
}

.history .year .swiper-slide::after {
	content: attr(title);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: .4s ease all;
}


.history .year .swiper-slide::after {
	background: linear-gradient(180deg, rgba(51, 51, 51, 0.40) 0%, rgba(153, 153, 153, 0.50) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 1;
}



.history .year .swiper-slide-active {
	color: #458432;
}

.history .year .swiper-slide-active::after {
	opacity: 0;
}

.history .year .swiper-slide-prev::after {
	background: linear-gradient(180deg, rgba(51, 51, 51, 0.64) 0%, rgba(153, 153, 153, 0.80) 100%);
	opacity: 1;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.history .year .swiper-slide-next::after {
	background: linear-gradient(180deg, rgba(51, 51, 51, 0.64) 0%, rgba(153, 153, 153, 0.80) 100%);
	opacity: 1;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.history .year .scrollLine {
	flex-shrink: 0;
	width: 15px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.history .year .scrollLine img {
	display: block;
}


.history .list {
	flex: 1;
	margin-left: 6.5%;
}


.history .list .item {
	padding: 29.5px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.30);
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.history .list .image {
	width: 32.1%;
}

.history .list .msg {
	width: 62.9%;
}

.history .list .tit {
	color: #333;
	font-size: 22px;
	font-weight: 700;
	line-height: 32px;
	margin-top: 10px;
}

.history .list .txts {
	margin-top: 19px;
}

.history .list .txts p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}



@media screen and (max-width:1660px) {
	.history .list .tit {
		margin-top: 0;
		font-size: 20px;
		line-height: 30px;
	}

	.history .con {
		margin-top: 50px;
	}

	.history .year .scrollLine {
		width: 14px;
	}

	.history .year .swiper-slide {
		font-size: 36px;
		line-height: 50px;
	}

	.history .year .swiper {
		height: 50px;
	}


	.history .year .swiperBox {
		height: 410px;
	}


	.history .year {
		width: 230px;
	}

	.history .title1 {
		margin-top: 10px;
	}
}

@media screen and (max-width:1333px) {
	.history .list .item {
		flex-direction: column;
		align-items: flex-start;
	}

	.history .list .msg {
		width: 100%;
		margin-top: 20px;
	}

	.history .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.history .list .txts {
		margin-top: 10px;
	}

	.history .list .image {
		max-width: 300px;
		width: 100%;
	}

	.history .year .scrollLine {
		width: 12px;
	}

	.history .year .swiper-slide {
		font-size: 32px;
		line-height: 40px;
	}

	.history .year .swiper {
		height: 40px;
	}
}

@media screen and (max-width:999px) {
	.history .year {
		display: none;
	}

	.history .list {
		margin-left: 0;
	}

	.history .list .item:nth-child(1) {
		padding-top: 0;
	}

	.history .con {
		margin-top: 40px;
	}

	.history .list .tit {
		font-size: 16px;
	}
}


@media screen and (max-width:538px) {
	.history .list .item {
		padding: 24px 0;
	}
}

.equipmentStrength {
	padding: 80px 0 100px 0;
	overflow: hidden;
}


.equipmentStrength .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.equipmentStrength .swiper {
	overflow: visible;
	margin-top: 50px;
	clip-path: polygon(0% -1000%, 1000% -1000%, 1000% 1000%, 0 1000%);
}

@media screen and (max-width:1660px) {
	.equipmentStrength .title1 {
		margin-top: 10px;
	}

	.equipmentStrength .swiper {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.equipmentStrength .swiper {
		margin-top: 30px;
	}
}

@media screen and (max-width:538px) {
	.equipmentStrength .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.equipmentStrength .sBtns>div {
		margin-top: 20px;
	}
}

.certificate {
	padding: 80px 0 175px;
	background-color: rgba(238, 240, 242, .6);
	position: relative;
	background-image: url("../images/certificateBg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.certificate .title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.certificate .swiper {
	margin-top: 93px;
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}


.certificate .swiper .swiper-slide {
	display: flex;
	justify-content: center;
	pointer-events: none;
	position: relative;
	transform-origin: center bottom;
}


.certificate .swiper .swiper-slide .image::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 107%;
	height: 107%;
	pointer-events: none;
	background-image: url("../images/certificateBorder.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.certificate .swiper .swiper-slide .image {
	transform: scale(.5);
	position: relative;
}

.certificate .swiper .swiper-slide .image:hover img {
	transform: none;
	opacity: .6;
}


.certificate .swiper .slide-r15 .image {
	transform: scale(.63) translateX(-24%);
}

.certificate .swiper .slide-l15 .image {
	transform: scale(.63) translateX(24%);
}

.certificate .swiper .slide-r10 .image {
	transform: scale(.76) translateX(-18.5%);
}

.certificate .swiper .slide-l10 .image {
	transform: scale(.76) translateX(18.5%);
}


.certificate .swiper .slide-r5 .image {
	transform: scale(.85) translateX(-15.8%);
}

.certificate .swiper .slide-l5 .image {
	transform: scale(.85) translateX(15.8%);
}

.certificate .swiper .slide-center-main .image {
	transform: scale(1);
}

.certificate .swiper .swiper-slide .image {
	transform-origin: bottom center;
	pointer-events: all;
}


.certificate .swiper .swiper-slide .name {
	position: absolute;
	bottom: 0;
	font-size: 18px;
	line-height: 24px;
	min-height: 48px;
	z-index: 9;
	left: 50%;
	width: 100%;
	text-align: center;
	color: #333333;
	pointer-events: all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	padding: 0 36px;
}


.certificate .swiper .swiper-slide-active .name {
	transform: translateX(-50%) translateY(calc(100% + 30px));
}

.certificate .swiper .slide-r5 .name {
	transform: translateX(-61.7%) translateY(calc(100% + 30px));
}

.certificate .swiper .slide-l5 .name {
	transform: translateX(-37.5%) translateY(calc(100% + 30px));
}

.certificate .swiper .slide-r10 .name {
	transform: translateX(-62.6%) translateY(calc(100% + 30px));
}

.certificate .swiper .slide-l10 .name {
	transform: translateX(-37.3%) translateY(calc(100% + 30px));
}

.certificate .swiper .slide-r15 .name {
	transform: translateX(-60.3%) translateY(calc(100% + 30px));
}

.certificate .swiper .slide-l15 .name {
	transform: translateX(-35.3%) translateY(calc(100% + 30px));
}

@media screen and (max-width:1660px) {
	.certificate .swiper .slide-r10 .image {
		transform: scale(.76) translateX(-11.5%);
	}

	.certificate .swiper .slide-l10 .image {
		transform: scale(.76) translateX(11.5%);
	}

	.certificate .swiper .slide-r10 .name {
		transform: translateX(-58.6%) translateY(calc(100% + 30px));
	}

	.certificate .swiper .slide-l10 .name {
		transform: translateX(-39.3%) translateY(calc(100% + 30px));
	}

	.certificate .swiper .swiper-slide .name {
		padding: 0 22px;
		font-size: 16px;
	}

	.certificate .swiper {
		margin-top: 60px;
	}

	.certificate {
		padding: 80px 0 140px 0;
	}

	.certificate .title1 {
		margin-top: 10px;
	}
}

@media screen and (max-width:1333px) {
	.certificate .swiper .swiper-slide .name {
		padding: 0 10px;
	}

	.certificate .swiper .swiper-slide-active .name {
		transform: translateX(-50%) translateY(calc(100% + 16px));
	}

	.certificate .swiper .slide-r5 .name {
		transform: translateX(-61.7%) translateY(calc(100% + 16px));
	}

	.certificate .swiper .slide-l5 .name {
		transform: translateX(-37.5%) translateY(calc(100% + 16px));
	}

	.certificate .swiper .slide-r10 .name {
		transform: translateX(-58.6%) translateY(calc(100% + 16px));
	}

	.certificate .swiper .slide-l10 .name {
		transform: translateX(-39.3%) translateY(calc(100% + 16px));
	}

	.certificate .swiper .slide-r15 .name {
		transform: translateX(-60.3%) translateY(calc(100% + 16px));
	}

	.certificate .swiper .slide-l15 .name {
		transform: translateX(-35.3%) translateY(calc(100% + 16px));
	}

	.certificate {
		padding: 60px 0 120px;
	}
}

@media screen and (max-width:999px) {
	.certificate .swiper .swiper-slide:nth-child(n) .image {
		transform: translateY(0);
	}

	.certificate .swiper .swiper-slide .image::after {
		width: 100%;
		height: 100%;
	}

	.certificate .swiper .swiper-slide {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.certificate .swiper .swiper-slide .name:nth-child(n) {
		transform: translateY(0);
		position: static;
		padding: 0;
		margin-top: 10px;
		font-size: 14px;
	}

	.certificate {
		padding: 50px 0;
	}

	.certificate .swiper {
		margin-top: 40px;
	}
}

@media screen and (max-width:768px) {
	.certificate {
		padding: 40px 0;
	}

	.certificate .swiper {
		margin-top: 30px;
	}

	.certificate .swiper .swiper-slide .name {
		-webkit-line-clamp: 1;
		min-height: auto;
	}
}

@media screen and (max-width:538px) {
	.certificate .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.certificate .title .sBtns>div {
		margin-top: 20px;
	}

}

/* 5-2About Us */

.sustainability {
	padding: 80px 0 90px 0;
}


.sustainability .dis {
	margin-top: 30px;
}


.sustainability .dis p {
	font-size: 18px;
	line-height: 30px;
	color: #666666;
}


.sustainability .piece {
	margin-top: 74px;
}

.sustainability .box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 60px;
}

.sustainability .box:nth-child(1) {
	margin-top: 0;
}


.sustainability .box:nth-child(2n) {
	flex-direction: row-reverse;
}


.sustainability .image {
	width: 50%;
}




.sustainability .list {
	width: 46.5%;
}

.sustainability .list .item {
	border-bottom: 1px solid #D9D9D9;
	padding: 30px 0;
}


.sustainability .list .item:nth-child(1) {
	padding-top: 10px;
}


.sustainability .list .item:nth-child(1) .txts {
	display: block;
}

.sustainability .list .txts {
	margin-top: 20px;
	display: none;
	transition: none;
}


.sustainability .list .txts p {
	font-size: 18px;
	line-height: 30px;
}



.sustainability .title {
	display: flex;
	align-items: flex-start;
	color: #1E1E1E;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
}

.sustainability .title span {
	color: #458432;
	font-size: 20px;
	font-weight: 700;
	flex-shrink: 0;
	margin-right: 19px;
}


.sustainabilityPiece {
	position: relative;
	margin-bottom: 90px;
	padding: 30px 0 0px 0;
}

.sustainabilityPiece .imgBg {
	width: calc(100% - 40px);
	max-width: 1742px;
	left: 50%;
	transform: translateX(-50%);
}

.sustainabilityPiece .packingService .cBtn {
	margin-top: 78px;
	height: 50px;
	width: 197px;
}



.sustainabilityPiece .packingService .msg {
	padding-bottom: 28px;
}

.sustainabilityPiece .packingService .image {
	transform: translateY(9px) translateX(5.5%);
}



@media screen and (max-width:1660px) {
	.sustainabilityPiece {
		padding: 50px 0;
		margin-bottom: 80px;
	}

	.sustainabilityPiece .packingService .cBtn {
		margin-top: 50px;
		height: 46px;
	}
}

@media screen and (max-width:1333px) {
	.sustainability .piece {
		margin-top: 60px;
	}

	.sustainability .title,
	.sustainability .title span {
		font-size: 18px;
		line-height: 30px;
	}

	.sustainability .list .item:nth-child(n) {
		padding: 20px 0;
	}

	.sustainability .box:nth-child(n) {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.sustainability .list {
		width: 100%;
	}

	.sustainability .piece {
		margin-top: 30px;
	}

	.sustainability .box {
		margin-top: 30px;
	}

	.sustainability .image {
		width: 100%;
		margin-top: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.sustainability .title span {
		margin-right: 10px;
	}

	.sustainabilityPiece .packingService .cBtn {
		margin-top: 40px;
		height: 42px;
		width: 180px;
	}

	.sustainabilityPiece {
		margin-bottom: 60px;
	}

}

@media screen and (max-width:999px) {

	.sustainability .title,
	.sustainability .title span {
		font-size: 16px;
		line-height: 28px;
	}

	.sustainability .box,
	.sustainability .piece {
		margin-top: 20px;
	}

	.sustainabilityPiece {
		padding: 40px 0;
		margin-bottom: 50px;
	}

	.sustainability .list .item:nth-child(n) .txts {
		display: block;
	}

	.sustainabilityPiece .packingService .image {
		transform: translateX(0);
	}

	.sustainabilityPiece .imgBg {
		width: 100vw;
	}

	.sustainabilityPiece {
		margin-bottom: 40px;
	}
}

/* 6-1Case */

.case {
	padding: 80px 0 85px 0;
}

.case .mbox {
	margin-top: 12px;
}


.case .list {
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
}


.case .list .caseItem {
	width: 31.6%;
	margin-right: 2.6%;
	margin-top: 42px;
}

.case .list .caseItem:nth-child(3n) {
	margin-right: 0;
}

.case .list .caseItem:nth-child(-n+3) {
	margin-top: 0;
}

.caseItem .box {
	position: relative;
}

.caseItem .image {
	border-radius: 24px;
	overflow: hidden;
}


.caseItem .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.caseItem .image:hover img {
	transform: none;
}

.caseItem .box .btn {
	position: absolute;
	right: -1px;
	bottom: -1px;
	width: 89px;
	height: 89px;
	background-image: url("../images/caseItemSign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	pointer-events: none;
	opacity: 0;
}

.caseItem .image:hover+.btn {
	opacity: 1;
}

.caseItem .box .btn i {
	position: absolute;
	width: 63px;
	height: 63px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #72B649;
	right: 0;
	bottom: 0;
	color: #ffffff;
}


.caseItem .tit {
	color: #1E1E1E;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	margin-top: 28px;
}

.caseItem .tit:hover {
	color: #458432;
}

.caseItem .txts {
	color: #666;
	font-size: 16px;
	line-height: 28px;
	margin-top: 13px;
}



.case .pager {
	margin-top: 57px;
}


@media screen and (max-width:1660px) {
	.case .mbox {
		margin-top: 30px;
	}

	.caseItem .image {
		border-radius: 10px;
	}

	.caseItem .box .btn {
		width: 80px;
		height: 80px;
	}

	.caseItem .box .btn i {
		width: 58px;
		height: 58px;
		font-size: 14px;
	}

	.caseItem .tit {
		font-size: 18px;
		line-height: 28px;
		margin-top: 20px;
	}

	.case .list {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.caseItem .image {
		border-radius: 5px;
	}

	.caseItem .box .btn {
		width: 70px;
		height: 70px;
	}

	.caseItem .box .btn i {
		width: 50px;
		height: 50px;
		font-size: 12px;
	}

	.case .pager {
		margin-top: 50px;
	}
}

@media screen and (max-width:999px) {
	.case .list {
		justify-content: space-between;
	}

	.case .list .caseItem:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.case .list .caseItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.caseItem .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.caseItem .box .btn {
		width: 60px;
		height: 60px;
	}

	.caseItem .box .btn i {
		width: 42px;
		height: 42px;
	}

	.caseItem .tit {
		margin-top: 14px;
	}

	.caseItem .txts {
		margin-top: 10px;
	}

	.case .pager {
		margin-top: 40px;
	}

	.caseItem .box .btn {
		opacity: 1;
	}
}

@media screen and (max-width:450px) {
	.case .list .caseItem:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.case .list .caseItem:nth-child(1) {
		margin-top: 0;
	}
}




/* 6-2Case */

.caseDet {
	padding: 69px 0 100px 0;
}


.caseDet h1 {
	color: #1E1E1E;
	font-size: 32px;
	font-weight: 700;
	line-height: 42px;
}


.caseDet .share {
	margin-top: 20px;
}


.caseDet .des {
	margin-top: 16px;
	padding: 30px 0 50px 0;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}

.caseDet .des p {
	font-size: 18px;
	line-height: 30px;
}

.caseDet .prevOrNext {
	margin-top: 31px;
}


.caseDet .hotProducts {
	margin-top: 100px;
}

@media screen and (max-width:1660px) {
	.caseDet h1 {
		font-size: 28px;
		line-height: 40px;
	}

	.caseDet .des {
		padding: 30px 0;
		margin-top: 30px;
	}

	.caseDet .share {
		margin-top: 30px;
	}

	.caseDet .hotProducts {
		margin-top: 80px;
	}
}

@media screen and (max-width:1333px) {
	.caseDet h1 {
		font-size: 24px;
		line-height: 36px;
	}

	.caseDet .hotProducts {
		margin-top: 60px;
	}
}

@media screen and (max-width:999px) {
	.caseDet h1 {
		font-size: 22px;
		line-height: 34px;
	}

	.caseDet .hotProducts {
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.caseDet h1 {
		font-size: 20px;
		line-height: 32px;
	}

	.caseDet .hotProducts {
		margin-top: 40px;
	}
}




/* 7-1Download */

.downloadPiece {
	padding: 70px 0 85px 0;
}

.downloadPiece .mbox {
	margin-top: 12px;
}

.downloadPiece .list {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.downloadPiece .list .item {
	width: 48.9%;
	margin-top: 22px;
	border-radius: 4px;
	background-color: #ffffff;
	box-shadow: 0 0 30px 0 rgba(32, 42, 35, 0.10);
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}

.downloadPiece .list .item:hover {
	background-color: #458432;
}

.downloadPiece .list .item:nth-child(-n+2) {
	margin-top: 0;
}


.downloadPiece .list .name {
	padding: 24px 30px;
	flex: 1;
	display: flex;
	align-items: center;
}

.downloadPiece .list .name p {
	color: #1E1E1E;
	font-size: 18px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}


.downloadPiece .list .item:hover .name p {
	color: #ffffff;
}

.downloadPiece .list .btn {
	flex-shrink: 0;
	padding: 20px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid #E6E6E6;
	cursor: pointer;
}


.downloadPiece .list .btn img {
	width: 40px;
	height: 40px;
}

.downloadPiece .list .item:hover .btn img {
	filter: grayscale(100%) brightness(500%);
}

.downloadPiece .pager {
	margin-top: 45px;
}

.frame {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999999;
	top: 0;
	left: 0;
	display: none;
	transition: none;
}


.frame .box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 1132px;
	max-height: 100%;
	background-color: #ffffff;
	padding: 50px 50px 59px 49px;
	max-width: calc(100vw - 80px);
	overflow: auto;
	border-radius: 16px;
}


.frame .box::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #00000000;
	border-radius: 10px;
}

.frame .box::-webkit-scrollbar-thumb {
	background-color: #458432;
}

.frame .box::-webkit-scrollbar-track {
	background-color: transparent;
}


.frame .tit {
	color: #1E1E1E;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	line-height: 42px;
}



.frame .txts {
	color: #666;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	margin-top: 3px;
}


.frame .cForm {
	margin-top: 28px;
}

.frame .cForm ul li.message {
	height: 152px;
}


.frame .cForm ul li.subBtn input {
	background-color: #458432;
	font-size: 16px;
}

.frame .cForm ul li.subBtn input:hover {
	background-color: #72B649;
}

.frame .cForm ul li.message {
	padding: 18px 14px;
}


@media screen and (max-width:1660px) {
	.downloadPiece .mbox {
		margin-top: 30px;
	}

	.downloadPiece .list .name {
		padding: 20px;
	}

	.downloadPiece .list .btn {
		padding: 20px;
	}

	.downloadPiece .list .btn img {
		width: 36px;
		height: 36px;
	}

	.downloadPiece .list {
		margin-top: 40px;
	}

	.frame .box {
		border-radius: 10px;
	}

	.frame .txts {
		margin-top: 10px;
	}

	.frame .tit {
		font-size: 28px;
		line-height: 40px;
	}
}

@media screen and (max-width:1333px) {
	.downloadPiece .list .btn img {
		width: 30px;
		height: 30px;
	}

	.frame .box {
		border-radius: 5px;
	}

	.frame .tit {
		font-size: 26px;
		line-height: 38px;
	}

	.frame .box {
		padding: 50px;
	}
}

@media screen and (max-width:999px) {
	.downloadPiece .list .btn img {
		width: 26px;
		height: 26px;
	}

	.downloadPiece .pager {
		margin-top: 40px;
	}

	.frame .box {
		padding: 40px;
	}

	.frame .txts {
		font-size: 14px;
		line-height: 26px;
	}

	.frame .tit {
		font-size: 24px;
		line-height: 36px;
	}
}

@media screen and (max-width:768px) {
	.downloadPiece .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.downloadPiece .list .item:nth-child(1) {
		margin-top: 0;
	}

	.downloadPiece .list .name,
	.downloadPiece .list .btn {
		padding: 16px 20px;
	}

	.frame .box {
		padding: 30px;
	}
}

@media screen and (max-width:538px) {

	.downloadPiece .list .name,
	.downloadPiece .list .btn {
		padding: 16px;
	}

	.frame .box {
		padding: 30px 20px;
	}

	.frame .box {
		max-width: calc(100vw - 40px);
	}
}


/* 8-1News */

.news {
	padding: 71px 0 101px 0;
}

.news .mbox {
	margin-top: 11px;
}

.mbox {
	height: 60px;
	overflow: hidden;
}

.mbox p {
	font-size: 18px;
	line-height: 30px;
}

.mBtn {
	width: max-content;
	color: #1E1E1E;
	font-size: 18px;
	margin-top: 20px;
	cursor: pointer;
}

.mBtn:hover {
	color: #72B649;
}


.news .newList {
	margin-top: 50px;
}


.news .pager {
	margin-top: 65px;
}


.news .hotProducts {
	margin-top: 94px;
}


.swiperBox {
	position: relative;
}

.swiperBox .sBtns>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}

.swiperBox .sBtns>div.prev {
	margin-right: 0;
}

.hotProducts .swiperBox .sBtns>div {
	top: 44.6%
}

.swiperBox .sBtns>div.prev {
	left: -90px;
}

.swiperBox .sBtns>div.next {
	right: -90px;
}


.hotProducts .txts {
	margin-top: 12px;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}


.hotProducts .swiperBox {
	margin-top: 49px;
}

.hotProducts .image {
	overflow: hidden;
}

.hotProducts .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.hotProducts .tit {
	color: #1E1E1E;
	font-size: 18px;
	line-height: 28px;
	margin-top: 13px;
}

.hotProducts .tit:hover {
	color: #458432;
}

@media screen and (max-width:1660px) {
	.swiperBox .sBtns>div.next {
		right: -67px;
	}

	.swiperBox .sBtns>div.prev {
		left: -67px;
	}
}

@media screen and (max-width:1660px) {
	.news .mbox {
		margin-top: 30px;
	}

	.news .newList {
		margin-top: 40px;
	}

	.news .pager {
		margin-top: 50px;
	}

	.news .hotProducts {
		margin-top: 80px;
	}

	.hotProducts .txts {
		margin-top: 30px;
	}

	.hotProducts .swiperBox {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.news .pager {
		margin-top: 40px;
	}

	.news .hotProducts {
		margin-top: 60px;
	}

	.hotProducts .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.mBtn {
		font-size: 16px;
		line-height: 28px;
	}

	.mbox {
		height: 56px;
	}
}

@media screen and (max-width:999px) {
	.news .mbox {
		margin-top: 20px;
	}

	.news .newList {
		margin-top: 30px;
	}

	.news .hotProducts {
		margin-top: 50px;
	}

	.hotProducts .txts {
		margin-top: 20px;
	}

	.hotProducts .tit {
		font-size: 14px;
		line-height: 24px;
	}

	.mBtn {
		font-size: 14px;
		line-height: 26px;
	}

	.mbox {
		height: 52px;
	}
}

@media screen and (max-width:768px) {
	.swiperBox .sBtns>div {
		position: static;
		transform: translateY(0);
		margin-top: 20px;
	}

	.swiperBox .sBtns>div.prev {
		margin-right: 20px;
	}

	.news .hotProducts {
		margin-top: 40px;
	}
}


/* 8-2News */

.newDet {
	padding: 70px 0 100px 0;
}


.newDet h1 {
	color: #1E1E1E;
	font-size: 32px;
	font-weight: 700;
	line-height: 42px;
}

.newDet .tips {
	display: flex;
	align-items: center;
	margin-top: 20px;
}


.newDet .tips .time {
	color: #666;
	font-size: 18px;
	line-height: 30px;
	margin-right: 41px;
}


.share {
	display: flex;
	align-items: center;
}

.share span {
	color: #666;
	font-size: 18px;
	line-height: 30px;
	margin-right: 10px;
}

.newDet .des {
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	padding: 30px 0 48px 0;
	margin-top: 16px;
}

.standardEdit p strong {
	color: #1E1E1E;
	font-size: 20px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 22px;
	display: block;
}



.newDet .standardEdit p {
	font-size: 18px;
	line-height: 30px;
}


.standardEdit p em {
	position: relative;
	display: block;
	padding-left: 48px;
	font-style: normal;
	margin-bottom: 10px;
}



.standardEdit p em::after {
	content: "";
	position: absolute;
	left: 0;
	top: -1px;
	width: 28px;
	height: 28px;
	background-image: url("../images/standardEditSign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.newDet .prevOrNext {
	margin-top: 31px;
}



.prevOrNext {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.prevOrNext>div {
	display: flex;
	align-items: center;
	width: 49%;
}


.prevOrNext>div.next {
	justify-content: flex-end;

}

.prevOrNext .next .tit {
	text-align: right;
}

.prevOrNext .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	background-color: #999;
	border-radius: 8px;
}

.prevOrNext .prev .btn {
	margin-right: 19px;
}

.prevOrNext .next .btn {
	margin-left: 19px;
}

.prevOrNext .btn i {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}


.prevOrNext a.btn:hover {
	background-color: #458432;
}


.prevOrNext a.btn:hover i {
	color: #ffffff;
}


.prevOrNext .tit {
	font-size: 18px;
	line-height: 26px;
	color: #333333;
}

.prevOrNext .name {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}

.prevOrNext a.name:hover {
	color: #458432;
}


.newDet .hotProducts {
	margin-top: 99px;
}


@media screen and (max-width:1660px) {
	.newDet h1 {
		font-size: 28px;
	}

	.newDet .tips {
		margin-top: 30px;
	}

	.newDet .des {
		padding: 30px 0;
		margin-top: 30px;
	}

	.newDet .hotProducts {
		margin-top: 80px;
	}
}

@media screen and (max-width:1333px) {
	.newDet h1 {
		font-size: 26px;
		line-height: 38px;
	}

	.share span {
		font-size: 16px;
		line-height: 28px;
	}

	.prevOrNext .btn {
		width: 45px;
		height: 45px;
	}

	.newDet .hotProducts {
		margin-top: 60px;
	}

	.standardEdit p strong {
		font-size: 18px;
	}

	.standardEdit p em::after {
		width: 24px;
		height: 24px;
		top: 1px;
	}

	.standardEdit p em {
		padding-left: 35px;
	}

	.prevOrNext .tit {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {

	.prevOrNext .tit {
		font-size: 16px;
	}

	.prevOrNext .name {
		font-size: 14px;
	}

	.newDet h1 {
		font-size: 22px;
		line-height: 34px;
	}

	.share span {
		font-size: 14px;
		line-height: 26px;
	}

	.newDet .tips .time {
		margin-right: 36px;
	}

	.standardEdit p strong {
		font-size: 16px;
	}

	.standardEdit p em {
		margin-bottom: 5px;
	}

	.standardEdit p em::after {
		width: 20px;
		height: 20px;
		top: 2px;
	}

	.prevOrNext .tit {
		font-size: 14px;
		line-height: 24px;
	}

	.prevOrNext .btn {
		border-radius: 5px;
	}

	.prevOrNext .btn i {
		font-size: 12px;
	}

	.newDet .hotProducts {
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {

	.prevOrNext {
		flex-direction: column;
		align-items: flex-start;
	}

	.prevOrNext>div {
		width: 100%;
	}

	.prevOrNext>div.next {
		flex-direction: row-reverse;
		margin-top: 20px;
	}

	.prevOrNext .next .btn {
		margin-left: 0;
		margin-right: 19px;
	}

	.prevOrNext .next .tit {
		text-align: left;
	}

	.newDet h1 {
		font-size: 20px;
		line-height: 32px;
	}

	.newDet .hotProducts {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.newDet .tips {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet .tips .time {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.newDet h1 {
		font-size: 18px;
		line-height: 30px;
	}
}


/* 9-1Contact Us */

.contactUs {
	padding: 80px 0 79px 0;
}

.contactUs .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.contactUs .info {
	width: 33%;
}

.contactUs .cForm {
	width: 58%;
	background-color: #F5F5F5;
	border-radius: 24px;
	padding: 50px;
	margin-top: 6px;
}


.contactUs .cForm .tit {
	color: #1E1E1E;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	line-height: 42px;
}

.contactUs .cForm ul {
	margin-top: 40px;
}

.contactUs .cForm ul li {
	height: 64px;
	background-color: transparent;
	padding: 0 14px;
}

.contactUs .cForm ul li.must {
	padding: 0 26px;
}

.contactUs .cForm ul li input,
.contactUs .cForm ul li textarea {
	font-size: 18px;
}

.contactUs .cForm ul li input::-webkit-input-placeholder,
.contactUs .cForm ul li textarea::-webkit-input-placeholder {
	font-size: 18px;
}

.contactUs .cForm ul li input:-moz-placeholder,
.contactUs .cForm ul li textarea:-moz-placeholder {
	font-size: 18px;
}

.contactUs .cForm ul li input::-moz-placeholder,
.contactUs .cForm ul li textarea::-moz-placeholder {
	font-size: 18px;
}

.contactUs .cForm ul li input:-ms-input-placeholder,
.contactUs .cForm ul li textarea:-ms-input-placeholder {
	font-size: 18px;
}

.contactUs .cForm ul li.message {
	height: 245px;
	padding: 17px 26px;
}

.contactUs .cForm ul li.code,
.contactUs .cForm ul li.subBtn,
.contactUs .cForm ul li.m-formcountry {
	padding: 0;
}

.contactUs form li.m-formcountry .drop-btn {
	padding: 0 14px;
}

.contactUs .cForm ul li.code input {
	padding: 0 26px;
}

.contactUs form li.m-formcountry .drop-btn i,
.contactUs form li.m-formcountry .drop-btn svg {
	right: 14px;
}

.contactUs form li.m-formcountry .drop-list li {
	padding: 5px 14px;
	font-size: 18px;
	line-height: 26px;
}

.contactUs .info .txts {
	color: #666;
	font-size: 18px;
	line-height: 30px;
	margin-top: 16px;
}

.contactUs .info .msg {
	margin-top: 45px;
}

.contactUs .info .item {
	display: flex;
	align-items: flex-start;
	margin-top: 30px;
}

.contactUs .info .item:nth-child(1) {
	margin-top: 0;
}

.contactUs .info .sign {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	flex-shrink: 0;
	margin-right: 20px;
	width: 62px;
	height: 62px;
	background-color: rgba(114, 182, 73, .1);
	color: #72B649;
	transform: translateY(-2px);
}

.contactUs .info .sign i {
	font-size: 28px;
}

.contactUs .info .name {
	color: #333;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 2px;
}

.contactUs .info .num {
	color: #666;
	font-size: 18px;
	line-height: 30px;
}



.contactUs .info .box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}


.contactUs .email .num {
	word-break: break-all;
}

.contactUs .email a.num:hover {
	color: #458432;
}

.map img,
.map iframe {
	display: block;
}


@media screen and (max-width:1660px) {
	.contactUs .cForm {
		padding: 40px;
		border-radius: 10px;
	}

	.contactUs .cForm ul li {
		height: 50px;
	}

	.contactUs .info {
		width: 37%;
	}

	.contactUs .cForm .tit {
		font-size: 28px;
		line-height: 40px;
	}

	.contactUs .cForm {
		margin-top: 0;
	}
}

@media screen and (max-width:1333px) {
	.contactUs .email .num {
		font-size: 16px;
		line-height: 28px;
	}

	.contactUs .info .txts {
		margin-top: 20px;
	}

	.contactUs .cForm {
		padding: 40px 30px;
		border-radius: 5px;
	}

	.contactUs .info .msg {
		margin-top: 30px;
	}

	.contactUs form li.m-formcountry .drop-list li {
		font-size: 16px;
		line-height: 26px;
	}

	.contactUs .cForm .tit {
		font-size: 26px;
		line-height: 38px;
	}

	.contactUs .cForm ul {
		margin-top: 35px;
	}
}

@media screen and (max-width:999px) {
	.contactUs .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.contactUs .info {
		width: 100%;
	}

	.contactUs .email .num {
		font-size: 14px;
		line-height: 26px;
	}

	.contactUs .info .msg {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.contactUs .info .msg .item {
		width: 48%;
		margin-top: 20px;
	}

	.contactUs .info .msg .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.contactUs .info .sign {
		width: 56px;
		height: 56px;
	}

	.contactUs .info .sign i {
		font-size: 24px;
	}

	.contactUs .cForm {
		width: 100%;
		padding: 30px 30px;
		margin-top: 40px;
	}

	.contactUs .cForm .tit {
		font-size: 24px;
		line-height: 36px;
	}

	.contactUs .cForm ul {
		margin-top: 30px;
	}

	.contactUs .cForm ul li {
		height: 40px;
	}

	.cForm ul li.must::after {
		top: 8px;
	}

	.cForm ul li.message.must::after {
		top: 10px;
	}

	.contactUs form li.m-formcountry .drop-list li {
		font-size: 14px;
		line-height: 24px;
	}

	.contactUs .info .txts {
		margin-top: 30px;
	}

	.contactUs .info .msg {
		margin-top: 40px;
	}
}

@media screen and (max-width:768px) {
	.contactUs .info .msg .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.contactUs .info .msg .item:nth-child(1) {
		margin-top: 0;
	}

	.contactUs .info .msg {
		margin-top: 30px;
	}

	.contactUs .info .sign {
		width: 50px;
		height: 50px;
	}

	.contactUs .info .sign i {
		font-size: 22px;
	}

	.contactUs .cForm .tit {
		font-size: 22px;
		line-height: 34px;
	}

	.contactUs .cForm ul li.message {
		height: 220px;
	}

	.contactUs .cForm {
		padding: 30px 20px;
	}
}

@media screen and (max-width:538px) {
	.contactUs .cForm .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.contactUs .cForm ul li {
		height: 36px;
	}

	.cForm ul li.must::after {
		top: 5px;
	}

	.contactUs .cForm ul li.message {
		height: 200px;
	}
}



.frequently {
	padding: 91px 0 90px 0;
}


.frequently .txts {
	color: #666;
	font-size: 18px;
	line-height: 30px;
	margin-top: 10px;
}

.frequently .faqList {
	margin-top: 40px;
}

.faqList .item {
	padding: 21px 30px;
	border-radius: 8px;
	background-color: #F5F5F5;
	margin-bottom: 10px;
	cursor: pointer;
}


.faqList .item:last-child {
	margin-bottom: 0;
}

.faqList .question {
	display: flex;
	align-items: center;
	justify-content: space-between;
}



.faqList .item:hover,
.faqList .item.active {
	background-color: #F2F8ED;
}


.faqList .item:nth-child(1) .answer {
	display: block;
}




.faqList .question .name {
	font-size: 18px;
	line-height: 28px;
	color: #1E1E1E;
}



.faqList .question .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
	margin-left: 30px;
	width: 22px;
	height: 22px;
	border-radius: 50px;
	border: 2px solid #458432;
}





.faqList .question i {
	width: 9px;
	height: 2px;
	background-color: #458432;
	border-radius: 9px;
}

.faqList .question i.move {
	width: 9px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(-90deg);
	border-radius: 9px;
}

.faqList .item.active .question i.move {
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}


.faqList .answer {
	display: none;
	transition: none;
	padding: 14px 0px 0px;
	padding-right: 80px;
}


.faqList .standardEdit p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}

@media screen and (max-width:1660px) {
	.frequently .txts {
		margin-top: 30px;
	}

	.faqList .item {
		border-radius: 5px;
	}

	.faqList .answer {
		padding-right: 40px;
	}
}

@media screen and (max-width:1333px) {
	.faqList .answer {
		padding-right: 30px;
	}
}

@media screen and (max-width:999px) {
	.faqList .question .name {
		font-size: 16px;
		line-height: 28px;
	}

	.faqList .item {
		padding: 20px;
	}

	.frequently .faqList {
		margin-top: 30px;
	}
}


/* crumb */

.crumb {
	background-color: #F3F6F0;
	padding: 15px 0;
}


.crumb a,
.crumb i {
	font-size: 18px;
	line-height: 30px;
	font-style: normal;
	letter-spacing: 0px;
	color: #666666;
}

.crumb a.active,
.crumb a:hover {
	color: #72B649;
}

.crumb i {
	font-style: normal;
	margin: 0 5px;
}



/* pager */

.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.pager .pageList a {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #333;
	margin: 5px 10px;
	border: 1px solid #E1E2E4;
}

.pager .pageList a.active {
	color: #333333 !important;
}


.pager .pageList a:hover,
.pager .pageList a.active {
	color: #458432 !important;
	border-color: #458432;
	background: rgba(114, 182, 73, 0.10);
}

.pager .pageList a.iconfont {
	font-size: 14px;
	background-color: #999999;
	border-color: #999999;
	color: #ffffff;

}


.pager .pageList a.iconfont:hover {
	background-color: #458432;
	border-color: #458432;
	color: #ffffff !important;
}


.pager .addTo {
	display: flex;
	align-items: center;
	margin: 5px 17px;
	position: relative;
	color: #458432;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}


.pager .addTo input {
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	opacity: 0;
}


.pager .addTo img {
	width: 12px;
	flex-shrink: 0;
	margin-left: 10px;
}


.pager .addTo:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


@media screen and (max-width:1660px) {}

@media screen and (max-width:1333px) {

	.crumb a,
	.crumb i {
		font-size: 16px;
		line-height: 28px;
	}

	.crumb {
		padding: 10px 0;
	}

	.pager .pageList a {
		margin: 5px 8px;
	}
}

@media screen and (max-width:999px) {

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 26px;
	}

	.pager .pageList a {
		font-size: 14px;
		width: 32px;
		height: 32px;
	}

	.pager .pageList a.iconfont {
		font-size: 12px;
	}

	.pager .pageList a {
		margin: 5px 6px;
	}

	.pager .addTo {
		font-size: 14px;
	}

	.products .productList .tit {
		font-size: 14px;
		line-height: 26px;
	}

	.products .productList .title {
		font-size: 22px;
		line-height: 30px;
	}

	.products .productList .btns {
		position: static;
		opacity: 1;
		transform: translateY(0);
		padding: 0;
	}

	.categories .list>li .tit a {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.products .productList .list {
		justify-content: space-between;
	}

	.products .productList .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.products .productList .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.products .productList .list {
		margin-top: 30px;
	}
}


@media screen and (max-width:538px) {
	.products .productList .title {
		font-size: 20px;
		line-height: 30px;
	}
}


@media screen and (max-width:450px) {
	.products .productList .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.products .productList .list .item:nth-child(1) {
		margin-top: 0;
	}

	.products .productList .list .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}
}

/* footer */


footer {
	background-color: #030303;
	padding: 97px 0 32px 0;
}

footer a {
	display: inline-block;
}

footer .footerList {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	position: relative;
}


footer .footerList .box {
	margin-top: 33px;
}

footer .footerList ul li {
	margin-top: 10px;
}

footer .footerList ul li:nth-child(1) {
	margin-top: 0;
}



footer .footerList .fNav {
	width: 12%;
	margin-right: 3.4%;
}


footer .footerList .fProduct {
	width: 25%;
	margin-right: 3.6%;
}


footer .footerList .fContact {
	width: 22%;
	margin-right: 2.7%;
}


footer .footerList .fInquiry {
	width: 31.3%;
}


footer .footerList .fInquiry form {
	margin-top: 26px;
}


footer .line {
	width: 100%;
	height: 1px;
	background: rgba(217, 217, 217, .3);
	margin: 55px 0 31px 0;
}



footer a,
footer p,
footer div {
	color: rgba(255, 255, 255, .6);
	font-size: 18px;
	line-height: 26px;
}


footer a:hover {
	color: #ffffff;
}


footer .title {
	color: #ffffff;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	display: inline-block;
	position: relative;
}


footer a.title:hover {
	color: #458432;
}


footer .titBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


footer .titBox .menuBtn {
	display: none;
}


footer .footerList li.fContact .name,
footer .footerList li.fContact .num {
	display: inline;
}


footer .footerList li.fContact li:nth-child(1) {
	margin-top: 0;
}



footer .email a {
	word-break: break-all;
}



footer form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}


footer .footerList form li {
	width: 48.9%;
	margin-bottom: 0 !important;
	height: 52px;
	padding: 0 14px;
	margin-top: 8px;
	background-color: rgba(255, 255, 255, .1);
	border: 1px solid transparent;
}


footer .footerList form li:nth-child(-n+2) {
	margin-top: 0;
}

footer .footerList form li.active {
	border: 1px solid rgba(255, 255, 255, 0.20);
}

footer form input,
footer form textarea {
	background-color: transparent;
	width: 100%;
	height: 100%;
	color: #ffffff;
}


footer form ul li.message {
	height: 142px;
	width: 100%;
}

footer form ul li.message {
	padding: 22px 14px;
}

footer form li.code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	overflow: hidden;
	width: 66.2%;
}


footer form li.code input {
	flex-shrink: 1;
	padding: 0 14px;
}


footer form li.code .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	background-color: #f3fbfe;
	width: 71px;
	height: 32px;
	margin-right: 9px;
}


footer form li.code .codeImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}



footer form li.subBtn {
	padding: 0;
	border: none;
	overflow: hidden;
	width: 32%;
}


footer form li.subBtn input {
	background-color: #ffffff;
	color: #458432;
	cursor: pointer;
}



footer form li.subBtn input:hover {
	background-color: #458432;
	color: #ffffff;
}



footer form input::-webkit-input-placeholder,
footer form textarea::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 1);
}

footer form input:-moz-placeholder,
footer form textarea:-moz-placeholder {
	color: rgba(255, 255, 255, 1);
}

footer form input::-moz-placeholder,
footer form textarea::-moz-placeholder {
	color: rgba(255, 255, 255, 1);
}

footer form input:-ms-input-placeholder,
footer form textarea:-ms-input-placeholder {
	color: rgba(255, 255, 255, 1);
}



footer .copyright,
footer .links,
footer .copyright a,
footer .links a,
footer .copyright p {
	color: rgba(255, 2555, 255, .6);
	font-size: 16px;
	line-height: 28px;
}


footer .links a {
	margin-right: 10px;
}

footer .links span {
	margin-right: 10px;
}

footer .copyright p {
	display: inline;
}


footer .copyright a {
	display: inline-block;
}

footer .copyright a:hover,
footer .links a:hover {
	color: #ffffff;
}

footer .copyright .image {
	margin-left: 5px;
}



@media screen and (max-width:1660px) {
	footer {
		padding: 50px 0;
	}

	footer .footerList {
		justify-content: space-between;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer .line {
		margin: 40px 0;
	}

	footer a,
	footer p,
	footer div {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:1333px) {


	footer .footerList form li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList form li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList form li {
		height: 38px;
	}

	footer .footerList form li.must::after {
		left: 5px;
		top: 5px;
	}

	footer .footerList .box {
		margin-top: 26px;
	}

	footer .line {
		margin: 30px 0;
	}

	footer form li.code .codeImg {
		width: 65px;
		height: 28px;
	}

	footer .title {
		font-size: 18px;
		line-height: 28px;
	}

	footer .footerList .fInquiry {
		width: 28%;
	}

	footer .footerList .fProduct {
		width: 24%;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 26px;
	}

	footer .footerList ul li {
		margin-top: 6px;
	}

	footer form input,
	footer form textarea {
		font-size: 14px !important;
	}

	footer form input::-webkit-input-placeholder,
	footer form textarea::-webkit-input-placeholder {
		font-size: 14px !important;
	}

	footer form input:-moz-placeholder,
	footer form textarea:-moz-placeholder {
		font-size: 14px !important;
	}

	footer form input::-moz-placeholder,
	footer form textarea::-moz-placeholder {
		font-size: 14px !important;
	}

	footer form input:-ms-input-placeholder,
	footer form textarea:-ms-input-placeholder {
		font-size: 14px !important;
	}

	footer .footerList .fContact {
		width: 27%;
	}

	footer {
		padding: 40px 0;
	}

	footer .copyright,
	footer .links,
	footer .copyright a,
	footer .links a,
	footer .copyright p {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:999px) {

	footer {
		padding: 40px 0 80px;
	}

	footer .fMsg {
		flex-direction: column;
		align-items: flex-start;
	}

	footer .blogrolls a {
		font-size: 14px;
		width: 32px;
		height: 32px;
	}

	footer .blogrolls .name {
		font-size: 14px;
	}

	.footerCon {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}


	footer .fLogo {
		width: 160px;
	}

	footer .footerList {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
	}


	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 26px;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerList>li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList .box {
		margin-top: 24px;
		display: none;
		transition: none;
	}

	footer .footerList .fInquiry form {
		margin-top: 24px;
	}


	footer .footerList .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList .box ul li {
		width: 48%;
		margin-bottom: 0;
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .titBox .menuBtn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 32px;
		height: 32px;
		font-size: 12px;
		color: #ffffff;
		font-weight: bold;
	}

	footer .titBox .menuBtn.active {
		transform: rotate(90deg);
	}

	footer .footerList li.fContact .address {
		width: 100%;
	}

	footer .footerList .box ul li:nth-child(n) {
		margin-right: 0;
	}

	footer .footerList .list li.fContact .address {
		width: 100%;
	}

	footer .footerList li.fContact .address .num {
		line-height: 26px;
	}

	footer form {
		margin-top: 15px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer form ul>li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer form ul>li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList form li:nth-child(n) {
		height: 36px;
	}

	footer .footerList form li:nth-child(n) {
		width: 48%;
	}

	footer .footerList form li.message {
		height: 100px;
		width: 100%;
	}

	footer form ul li.message {
		width: 100%;
	}

	footer form {
		display: none;
		transform: none;
		transition: none;
	}

	footer .phone .num {
		font-size: 16px;
		line-height: 28px;
	}

	footer .title {
		font-size: 16px;
		line-height: 26px;
	}

	footer .copyright,
	footer .links,
	footer .copyright a,
	footer .links a,
	footer .copyright p {
		font-size: 14px;
		line-height: 24px;
	}

	footer .links {
		margin-top: 10px;
	}

	footer .title::after {
		bottom: -8px;
	}

	footer .fBottom {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	footer .blogrolls {
		margin-left: 0;
	}

	footer .blogrolls a {
		margin-left: 0;
		margin-right: 16px;
	}

	footer .fBottom .piece {
		margin-top: 20px;
	}

	footer .footerList .box {
		margin-top: 10px;
	}

	footer .footerList .fInquiry form {
		margin-top: 10px;
	}
}



@media screen and (max-width:538px) {

	footer .footerList .fMsg ul li:nth-child(n),
	footer .footerList .box ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .fMsg ul li:nth-child(1),
	footer .footerList .box ul li:nth-child(1) {
		margin-top: 0;
	}

}

@media screen and (max-width:450px) {
	footer .footerList form li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList form li:nth-child(1) {
		margin-top: 0;
	}

}

/* certifiicates */

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: Arial, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

/* video tankuang */

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}




/* customer */
.custom {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
}

.custom div a,
.custom div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background-color: #BDBEBD;
	color: #ffffff;
	margin-bottom: 4px;
	margin-right: 4px;
	font-size: 22px;
	border-radius: 50%;
}

.custom .top a {
	width: 48px;
	height: 48px;
	background-color: #283F42;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 13px;
	border-radius: 50%;
}


.custom div div {
	cursor: pointer;
}

.custom div a:hover,
.custom div div:hover {
	background-color: #72B649;
	color: #ffffff;
}

.clear2 {
	display: none;
}


.custom .code {
	position: relative;
}

.custom .code img {
	position: absolute;
	top: 0;
	right: 100%;
	width: 150px;
	height: 150px;
	max-width: none;
	transform: translateX(100%);
	z-index: -1;
	opacity: 0;
	pointer-events: none;
}

.custom .code:hover img {
	transform: translateX(0);
	opacity: 1;
	pointer-events: all;
}

@media screen and (max-width: 1660px) {

	.custom div a,
	.custom div div {
		width: 56px;
		height: 56px;
		margin-bottom: 4px;
		margin-right: 5px;
		font-size: 24px;
	}

	.custom .top a {
		width: 56px;
		height: 56px;
	}
}

@media screen and (max-width: 1333px) {

	.custom div a,
	.custom div div {
		width: 50px;
		height: 50px;
		font-size: 22px;
	}

	.custom .top a {
		width: 50px;
		height: 50px;
	}
}


@media screen and (max-width: 999px) {
	.youlian {
		display: none;
	}

	.custom .top a {
		width: 25%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
	}

	.custom {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		transform: translateY(0);
	}

	.custom div {
		width: 25%;
		float: left;
	}

	.custom div a,
	.custom div div {
		font-size: 18px;
		height: 42px;
		margin: auto;
		width: 100%;
		border-radius: 0px;
	}

	.custom .top i {
		border-color: #fff;
	}

	.custom .code img,
	.custom .code:hover img {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		opacity: 0;
	}

	.custom .code.active img {
		opacity: 1;
		transform: translateX(-50%) translateY(-100%);
	}

	.custom div a:hover,
	.custom div div:hover {
		background-color: #BDBEBD;
		color: #ffffff;
		box-shadow: none;
	}

	.custom .top a {
		background-color: #BDBEBD;
	}

	.custom div.active a:hover,
	.custom div.active div:hover {
		background-color: #72B649;
		color: #ffffff;
	}

	.custom .top a {
		margin-top: 0;
		font-size: 20px;
	}
}






@font-face {
	font-family: "iconfont";
	/* Project id 4576167 */
	font-display: swap;
	src:
		url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
		url('../fonts/iconfont.woff?t=1766050956754') format('woff'),
		url('../fonts/iconfont.ttf?t=1766050956754') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-zuojiantou:before {
	content: "\e600";
}

.icon-zuojiantou-copy:before {
	content: "\f213";
}

.icon-Gc_17_public-TopOutlined:before {
	content: "\e61b";
}

.icon-jurassic_message:before {
	content: "\e69f";
}

.icon-top02:before {
	content: "\e6f5";
}

.icon-kefu:before {
	content: "\e608";
}

.icon-teams_x:before {
	content: "\e604";
}

.icon-zhiding1:before {
	content: "\e7b9";
}

.icon-QQ:before {
	content: "\e882";
}

.icon-QQkongjian:before {
	content: "\e619";
}

.icon-paper-full:before {
	content: "\ea0b";
}

.icon-jian:before {
	content: "\e612";
}

.icon-xiaohongshu:before {
	content: "\e69e";
}

.icon-zhiding:before {
	content: "\e68c";
}

.icon-youjian_:before {
	content: "\e6a6";
}

.icon-chuanzhen:before {
	content: "\e6b4";
}

.icon-shangjiantou:before {
	content: "\e60f";
}

.icon-yuyan:before {
	content: "\e684";
}

.icon-dingbu:before {
	content: "\e62d";
}

.icon-Youtube:before {
	content: "\e880";
}

.icon-liuyanjianyi:before {
	content: "\e62c";
}

.icon-shangchuan:before {
	content: "\e60b";
}

.icon-youjian:before {
	content: "\e624";
}

.icon-yonghu:before {
	content: "\e6b3";
}

.icon-pinterest1:before {
	content: "\f211";
}

.icon-jia1:before {
	content: "\e632";
}

.icon-xiazai:before {
	content: "\e682";
}

.icon-xiangyoujiantou:before {
	content: "\e68b";
}

.icon-xiangyoujiantou-copy:before {
	content: "\f1eb";
}

.icon-guanbi:before {
	content: "\e611";
}

.icon-zuosanjiao:before {
	content: "\e63e";
}

.icon-yousanjiao-copy:before {
	content: "\f1e8";
}

.icon-email-s:before {
	content: "\e65e";
}

.icon-douyin:before {
	content: "\e8db";
}

.icon-location:before {
	content: "\e614";
}

.icon-xinlangweibo:before {
	content: "\e606";
}

.icon-duigou-cu:before {
	content: "\e658";
}

.icon-facebook-fill:before {
	content: "\e88d";
}

.icon-linkedin1:before {
	content: "\f1e7";
}

.icon-weixin:before {
	content: "\e695";
}

.icon-jiantou_xiangzuo_o:before {
	content: "\eb92";
}

.icon-jiantou_xiangyou_o:before {
	content: "\eb94";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-phone3:before {
	content: "\e661";
}

.icon-doubleright:before {
	content: "\e7ef";
}

.icon-line:before {
	content: "\e63f";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-phone-:before {
	content: "\e638";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-left7:before {
	content: "\e724";
}

.icon-tel2-copy:before {
	content: "\f212";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-twitter4:before {
	content: "\e7fe";
}