@charset "utf-8";

/* common */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	border: none;
	text-decoration: none;
	transition: all .4s ease;
}

body {
	margin: 0 auto;
	font-family: Poppins-Regular, Arial, sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	height: 100%;
	background: #fff;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
}

ul {
	list-style: none;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-size: 62.5%;
}

.image {
	display: block;
}

.image img {
	display: block;
}



a img {
	display: block;
}

img {
	border: none;
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

.standardLink a:hover {
	color: #0067b8 !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
}


.standardEdit a {
	color: #0067b8;
}

.standardEdit a:hover {
	text-decoration: underline;
}



a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: Poppins-Regular, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	border: none;
	outline: none;
}

textarea {
	resize: none;
}

@media screen and (max-width:1333px) {

	input,
	textarea,
	select {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}
}

@media screen and (max-width:999px) {

	input,
	textarea,
	select {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}
}


.safeRange {
	max-width: 1400px;
	width: calc(100% - 160px);
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.safeRange {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:538px) {
	.safeRange {
		width: calc(100% - 30px);
	}
}



@media screen and (max-width:1560px) {
	.standardRange {
		padding: 80px 0 80px 0 !important;
	}
}


@media screen and (max-width:1333px) {
	.standardRange {
		padding: 60px 0 60px 0 !important;
	}
}

@media screen and (max-width:999px) {
	.standardRange {
		padding: 50px 0 50px 0 !important;
	}
}

@media screen and (max-width:768px) {
	.standardRange {
		padding: 40px 0 40px 0 !important;
	}
}





@media screen and (max-width:1560px) {
	.standardTxt .title1 {
		font-size: 36px !important;
		line-height: 45px !important;
	}
}

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 28px !important;
		line-height: 35px !important;
	}

	.standardTxt .title2 {
		font-size: 18px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .btn {
		font-size: 16px !important;
	}
}

@media screen and (max-width:999px) {
	.standardTxt .title1 {
		font-size: 24px !important;
		line-height: 30px !important;
	}

	.standardTxt .title2 {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 14px !important;
		line-height: 26px !important;
	}

	.standardTxt .btn {
		font-size: 14px !important;
	}

}

@media screen and (max-width:768px) {
	.standardTxt .title1 {
		font-size: 22px !important;
	}

	.standardTxt .title2 {
		font-size: 14px !important;
		line-height: 24px !important;
	}

}







.oneRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.twoRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.threeRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.foreRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}


.clear {
	clear: both;
}

/* xnav */
header .xnav {
	display: none;
}

@media screen and (max-width:999px) {
	header .xnav {
		display: block;
	}

	header .xnav .nav {
		position: fixed;
		width: 35px;
		height: 24px;
		background: #3a9649;
		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(243, 108, 42, 0.95);
		z-index: 9999999;
		transition: 0.8s;
		text-align: center;
	}

	header .xnav .smdaohangh {
		right: 0px;
		top: 0px;
		height: 100%;
	}

	header .xnav .topnav {
		margin: auto;
		margin-top: 30px;
		padding: 20px;
	}

	header .xnav ul.topnav li {
		text-align: left;
		position: relative;
	}

	header .xnav ul.topnav li a {
		padding: 5px;
		padding-left: 0px;
		color: #fff;
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding-right: 50px;
		font-family: Poppins-Regular, Arial, sans-serif;
	}

	header .xnav ul.topnav ul {
		display: none;
		transition: none;
	}

	header .xnav ul.topnav ul li {
		clear: both;
	}

	header .xnav ul.topnav ul li a {
		padding-left: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		outline: 0;
	}


	header .xnav ul.topnav ul ul li a {
		padding-left: 40px;
	}

	header .xnav ul.topnav ul ul ul li a {
		padding-left: 60px;
	}

	header .xnav ul.topnav span {
		display: block;
		position: absolute;
		right: 0px;
		top: 7px;
		width: 20px;
		height: 20px;
		background: #fff;
		background: rgba(255, 255, 255, 0.6);
		cursor: pointer;
		border-radius: 50%;
		transition: 0.5s;
	}

	header .xnav ul.topnav span:before {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: 0px;
		transform: rotate(45deg);
		transform-origin: right center
	}

	header .xnav ul.topnav span:after {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: -1px;
		transform: rotate(-45deg);
		transform-origin: right center;
		transition: 0.5s;
	}

	header .xnav ul.topnav span.yizi {
		transform: rotate(90deg)
	}

	header .xnav .smdaohang form {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 240px;
		height: 26px;
		border: 1px solid #fff;
		position: relative;
		background: #fff;
		border-radius: 13px;
	}

	header .xnav .smdaohang form input {
		color: #333333;
	}

	header .xnav .smdaohang form .iptc {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		background-color: #fff;
		width: 80%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: left;
		border-radius: 10px;
	}

	header .xnav .smdaohang form .ipsc {
		width: 20%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: right;
		background: transparent;
		position: relative;
		z-index: 99;
	}

	header .xnav .smdaohang form i {
		position: absolute;
		right: 10px;
		top: -1px;
	}
}

/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, 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');
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
	touch-action: pan-y
}

.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-3d {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
	transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
	scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
	transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-lock {
	display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move;
	touch-action: none
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}




/* ---------------------index----------------------------- */


/* allnav */



nav {
	height: 140px;
	background-color: #ffffff;
	position: relative;
}


nav .nTop {
	height: 36px;
	background-color: #3a9649;
}


nav .nTop>div {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


nav .nMsg {
	display: flex;
	align-items: center;
}


nav .nMsg .item {
	display: flex;
	align-items: center;
	margin-right: 68px;
}


nav .nMsg .item:last-child {
	margin-right: 0;
}


nav .nMsg i {
	font-size: 22px;
	color: #ffffff;
	flex-shrink: 0;
	margin-right: 13px;
}


nav .nMsg .num {
	font-family: Poppins-Regular, Arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
}


nav .nMsg a.num:hover {
	color: #f36c2a;
}


nav .nTop .btns {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}

nav .search {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 9999999999;
	flex-shrink: 0;
	margin-right: 21px;
}



nav .search .searchBtn {
	cursor: pointer;
	margin-right: 7px;
}


nav .search .searchBtn i {
	color: #ffffff;
	display: block;
	font-size: 18px;
}



nav .search .searchBtn:hover i {
	color: #f36c2a;
}


nav .search form {
	position: absolute;
	top: calc(100% + 11px);
	right: 0;
	height: 34px;
	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-top: 4px solid #3a9649;
	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;
	font-size: 14px !important;
}

nav .search form input::-webkit-input-placeholder {
	font-size: 14px !important;
}

nav .search form input:-moz-placeholder {
	font-size: 14px !important;
}

nav .search form input::-moz-placeholder {
	font-size: 14px !important;
}

nav .search form input:-ms-input-placeholder {
	font-size: 14px !important;
}




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: #3a9649;
}




nav .search form .subBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: transparent;
}



nav .language {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}



nav .lanBtn {
	cursor: pointer;
	display: flex;
	align-items: center;
	color: #ffffff;
}


nav .lanBtn:hover span {
	color: #f36c2a;
}


nav .lanBtn span {
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	margin: 0 2px 0 6px;
}

nav .lanBtn i {
	color: #ffffff;
}

nav .lanBtn:hover i {
	color: #f36c2a;
}

nav .lanBtn i.icon-yousanjiao-copy {
	font-size: 20px;
	transform: rotate(90deg);
}


nav .language.active .lanBtn i.icon-yousanjiao-copy {
	transform: rotate(-90deg);
}

nav .lanBtn i.icon-earth-full {
	font-size: 18px;
}


nav .language {
	z-index: 9999999999;
}

nav .language ul {
	position: absolute;
	top: calc(100% + 11px);
	background-color: #feffff;
	box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.07);
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 200px;
	display: none;
	transition: none;
	z-index: 99;
	overflow: hidden;
	border-top: 4px solid #3a9649;
}



nav .language ul a {
	padding: 8px 24px;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	display: flex;
	align-items: flex-start;
}


nav .language ul a:hover {
	color: #3a9649;
}


nav .language ul li {
	border-bottom: 1px solid #e3e3e3;
}






nav.active .nBottom {
	position: fixed;
	width: 100%;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
}



nav .nBottom {
	height: 104px;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #ffffff;
	z-index: 9999;
}

html {
	scroll-padding-top: 104px;
}



nav .nBottom>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}



nav .logo {
	width: 164px;
	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: 59.5px;
	position: relative;
}


nav .navList>ul>li:last-child {
	margin: 0;
}


nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 104px;
	line-height: 110px;
	font-family: Poppins-SemiBold;
	font-size: 18px;
	color: #333333;
	position: relative;
}


nav .navList>ul>li>a::after {
	content: "";
	position: absolute;
	width: 0%;
	height: 2px;
	background-color: #3a9649;
	left: 50%;
	transform: translateX(-50%);
	bottom: 32px;
	transition: .4s ease all;
}



nav .navList>ul>li.active>a,
nav .navList>ul>li:hover>a {
	color: #3a9649;
}


nav .navList>ul>li.active>a:after,
nav .navList>ul>li:hover>a:after {
	width: 48px;
}




.moreList {
	padding-top: 11px;
	position: absolute;
	left: 0px;
	width: max-content;
	max-width: 334px;
	display: none;
	transition: none;
	min-width: 220px;
}



.moreList>ul {
	border-top: 4px solid #3a9649;
}



.moreList ul {
	background-color: #ffffff;
	box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.07);
}


.moreList ul li {
	border-bottom: 1px solid #e3e3e3;
	position: relative;
}

.moreList ul li a {
	padding: 10px 24px;
	font-size: 14px;
	line-height: 26px;
	color: #333333;
}


.moreList ul li:hover>a,
.moreList ul li.active>a {
	color: #3a9649;
}


.moreList ul ul {
	position: absolute;
	top: -4px;
	left: 100%;
	border-top: 4px solid #3a9649;
	width: max-content;
	max-width: 334px;
	display: none;
	transition: none;
	min-width: 220px;
}


header .xnav ul.topnav li.email,
header .xnav ul.topnav li.phone{
	display: flex;
	align-items: center;
}

header .xnav ul.topnav li.email{
	margin-bottom: 5px;
	margin-top: 10px;
}

header .xnav ul.topnav li.email a,
header .xnav ul.topnav li.phone a,
header .xnav ul.topnav li.email p,
header .xnav ul.topnav li.phone p,
header .xnav ul.topnav li.email i,
header .xnav ul.topnav li.phone i{
	color: #ffffff;
}
header .xnav ul.topnav li.email i,
header .xnav ul.topnav li.phone i{
	flex-shrink: 0;
	margin-right: 10px;
	font-size: 16px;
}
header .xnav ul.topnav li.email p,
header .xnav ul.topnav li.phone p{
	font-size: 14px;
	line-height: 24px;
}
@media screen and (max-width:1560px) {
	nav .navList>ul>li {
		margin-right: 40px;
	}

	nav .logo {
		width: 130px;
	}

	nav .nTop {
		height: 35px;
	}

	nav .nMsg i {
		font-size: 20px;
	}

	nav .nBottom {
		height: 80px;
	}

	html {
		scroll-padding-top: 80px;
	}

	nav {
		height: 115px;
	}

	nav .navList>ul>li>a {
		height: 80px;
		line-height: 80px;
	}

	nav .navList>ul>li>a::after {
		bottom: 24px;
	}

	.moreList ul li a {
		padding: 10px 10px;
	}

	nav .language ul a {
		padding: 8px 10px;
	}

	.moreList>ul,
	.moreList ul ul {
		max-width: 300px;
	}
}

@media screen and (max-width:1333px) {
	nav .navList>ul>li>a {
		font-size: 16px;
	}

	nav .navList>ul>li.active>a:after,
	nav .navList>ul>li:hover>a:after {
		width: 40px;
	}

	nav .navList>ul>li {
		margin-right: 36px;
	}

	nav .lanBtn span {
		font-size: 14px;
		line-height: 24px;
		margin: 0 10px;
	}

	nav .nMsg .item {
		margin-right: 40px;
	}

	.moreList>ul,
	.moreList ul ul {
		max-width: 260px;
	}
}

@media screen and (max-width:1200px) {
	nav .logo {
		width: 100px;
	}

	nav .navList>ul>li {
		margin-right: 26px;
	}

	nav .navList>ul>li>a {
		font-size: 14px;
	}

	nav .nMsg i {
		font-size: 18px;
	}

	nav .nBottom {
		height: 60px;
	}

	nav .navList>ul>li>a {
		height: 60px;
		line-height: 60px;
	}

	html {
		scroll-padding-top: 60px;
	}

	nav .navList>ul>li>a::after {
		bottom: 15px;
	}

	nav .nTop {
		height: 30px;
	}

	nav {
		height: 90px;
	}

	.moreList ul li a {
		padding: 5px 10px;
	}

	.moreList>ul,
	.moreList ul ul {
		max-width: 220px;
	}

	nav .language ul a {
		padding: 5px 10px;
	}
}

@media screen and (max-width:999px) {

	nav .nMsg,
	nav .search,
	nav .navList {
		display: none;
	}

	nav .nTop {
		height: 0;
	}

	nav {
		height: 60px;
	}

	nav .language {
		position: fixed;
		top: 30px;
		height: 60px;
		transform: translateY(-50%);
		right: 140px;
		z-index: 999999;
	}

	nav .lanBtn span {
		color: #333333;
	}

	nav .lanBtn i.icon-earth-full,
	nav .lanBtn i.icon-yousanjiao-copy {
		color: #333333;
	}

	nav .lanBtn:hover i:nth-child(n) {
		color: #3a9649;
	}

	nav .lanBtn:hover span {
		color: #3a9649;
	}
}

@media screen and (max-width:768px) {

	html {
		scroll-padding-top: 50px;
	}

	nav .logo {
		width: 75px;
	}

	nav .language {
		height: 50px;
		top: 25px;
		right: 100px;
	}

	nav {
		height: 50px;
	}

	nav .nBottom {
		height: 50px;
	}

	header .xnav .nav {
		right: 25px;
		top: 25px;
	}
}

@media screen and (max-width:538px) {
	nav .language {
		right: 80px;
	}
}






/* indexbanner */



.indexBanner * {
	transition: none;
}

.indexBanner img {
	display: block;
}

.indexBanner a:hover img {
	transform: scale(1, 1);
}



.slideshow {
	position: relative;
}

.slideshow .wp {
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 50%;
	margin-top: -166.5px;
}

.slideshow .wp img {
	max-width: 100%;
	max-height: 80%;
}

.slideshow .item a img {
	width: 100%;
	-webkit-transition: all 6s ease-out;
	-o-transition: all 6s ease-out;
	-moz-transition: all 6s ease-out;
	transition: all 6s ease-out;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.slideshow .item.slick-active img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.slick-dots {
	position: absolute;
	width: 100%;
	bottom: 30px;
	text-align: center;
	display: none !important;
}

.slick-dots li {
	display: inline-block;
}

.slick-dots li button {
	cursor: pointer;
	background-color: #ffffff;
	font-size: 0px;
	margin-left: 4.5px;
	margin-right: 4.5px;
	border: none;
	outline: none;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	transition: .4s ease all;
}

.slick-dots li.slick-active button {
	background-color: #3a9649;
}

.slick-prev,
.slick-next {
	width: 55px;
	height: 55px;
	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%;
	border: 1px solid #ffffff;
	background-color: transparent;
	color: #ffffff;
	transition: .4s ease all;
	font-size: 18px !important;
	font-weight: bold;
}

.slick-prev {
	left: 35px;
}


.slick-next {
	right: 35px;
}



.slick-prev:hover,
.slick-next:hover {
	background-color: #ffffff;
	color: #3a9649;
}


.slideshow .item.slick-active.item_one img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.slideshow .item.slick-active.item_one.on img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	top: 0;
	left: 0
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-slide iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.slick-slide video {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 101%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	display: none \9;
	display: block \9\0;
}

.slick-dots .slide-count {
	display: none;
}

@media screen and (max-width: 1560px) {

	.slick-prev,
	.slick-next {
		width: 50px;
		height: 50px;
		font-size: 14px !important;
	}
}

@media screen and (max-width: 1333px) {
	.slideshow .wp {
		margin-left: -490px;
	}

	.slick-prev,
	.slick-next {
		width: 45px;
		height: 45px;
	}
}

@media screen and (max-width: 999px) {
	.slick-slide video {
		object-position: inherit;
		object-fit: inherit;
		width: 100%;
		height: 100%;
		transform: translate(0, 0);
		left: 0;
		top: 0;
	}

	.slick-prev,
	.slick-next {
		display: none !important;
	}

	.slideshow .wp {
		width: 100%;
		left: 0;
		margin-left: 0;
		height: 80%;
		top: 0;
		margin-top: 20px;
	}

	.slick-dots {
		display: block !important;
	}

	.slick-dots li button {
		width: 12px;
		height: 12px;
		margin: 5px 6px;
	}
}

@media screen and (max-width: 768px) {
	.slick-dots {
		bottom: 20px;
	}

	.slick-dots li button {
		width: 11px;
		height: 11px;
	}
}

@media screen and (max-width: 538px) {
	.slick-dots {
		bottom: 15px;
	}

	.slick-dots li button {
		width: 10px;
		height: 10px;
	}
}




/* title1 */

.iTit {
	display: flex;
	align-items: center;
	justify-content: center;
}


.iTit .title1 {
	text-align: center;
}

.title1 {
	font-family: Poppins-SemiBold;
	font-size: 46px;
	line-height: 60px;
	color: #333333;
}


a.title1 {
	display: inline-block;
}

a.title1:hover {
	color: #3a9649;
}




/* indexM1-1 */

.iProducts {
	padding: 89px 0 150px 0;
	background-image: url("../images/indexM1-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.iProducts .iTit {
	margin-bottom: 12px;
}


.iProducts .tips {
	text-align: center;
	margin: 0 auto 53px;
	width: 76%;
	font-family: Poppins-Regular, Arial, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
}



.iProducts .box {
	position: relative;
	overflow: hidden;
	margin-bottom: 11px;
}



.iProducts .box .name {
	position: absolute;
	bottom: 9px;
	right: 2px;
	max-width: calc(100% - 4px);
	background-color: #3a9649;
	border-radius: 16px 0px 16px 0;
	font-family: Poppins-Regular, Arial, sans-serif;
	font-size: 14px !important;
	line-height: 24px !important;
	color: #ffffff;
	padding: 1px 10px;
	pointer-events: none;
}


.iProducts .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.iProducts h2 {
	font-weight: normal;
}



.iProducts .tit {
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 7px;
}


.iProducts .tit:hover {
	color: #3a9649;
}

.iProducts .txts {
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	margin-bottom: 7px;
}


.iProducts .btn {
	font-family: Poppins-Regular, Arial, sans-serif;
	font-size: 13px !important;
	line-height: 26px;
	color: #f36c2a;
}

.iProducts .btn:hover {
	color: #3a9649;
}

@media screen and (max-width:1560px) {
	.iProducts .iTit {
		margin-bottom: 20px;
	}

	.iProducts .tips {
		width: 90%;
		font-size: 16px;
		margin-bottom: 40px;
	}

}

@media screen and (max-width:1333px) {
	.iProducts .tips {
		width: 95%;
	}

	.iProducts .tit {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:999px) {
	.iProducts .tips {
		width: 100%;
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 30px;
	}

	.iProducts .tit {
		font-size: 14px;
		line-height: 24px;
	}

	.iProducts .box .name {
		border-radius: 10px 0 10px 0;
	}
}

@media screen and (max-width:768px) {
	.iProducts .box .name {
		font-size: 12px !important;
		line-height: 22px !important;
	}
}


/* indexM2-1 */


.iService {
	padding-top: 86px;
}

.iService .iTit {
	margin-bottom: 56px;
}

.iService .swiper-slide:nth-child(2n) {
	width: 15.83%;
}

.iService .swiper-slide:nth-child(2n-1) {
	width: 32.5%;
}

.iService .swiper-slide {
	margin-right: 1.113%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: auto;
}


.iService .swiper-slide:last-child {
	margin-right: 0;
}



.iService .show {
	position: relative;
	height: 100%;
}


.iService a:hover img {
	transform: none;
}


.iService .image {
	height: 100%;
}

.iService .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.iService .show:hover .msg {
	opacity: 1;
}

.iService .show .image{
	overflow: hidden;
}

.iService .show:hover .image img{
	transform: scale(1.1);
}

.iService .show .msg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 8px 17px 8px 22px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	background-image: url("../images/indexM2-shadow.png");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	pointer-events: none;
	opacity: 0;
}


.iService .show .name {
	font-family: Poppins-SemiBold;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	pointer-events: all;
}


.iService .show .name:hover {
	color: #3a9649;
}

.iService .show .btn {
	color: #ffffff;
	font-weight: bold;
	pointer-events: all;
	flex-shrink: 0;
	margin-left: 20px;
}

.iService .show .btn:hover {
	color: #3a9649;
}

.iService .item {
	margin-bottom: 16px;
	position: relative;
	flex: 1;
}

.iService .item:last-child {
	margin-bottom: 0;
	position: relative;
}

.iService .item .msg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	padding: 10px 20px;
	justify-content: space-between;
	opacity: 0;
	pointer-events: none;
	background-image: url("../images/indexM2-shadow.png");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.iService .item:hover .msg {
	opacity: 1;
}

.iService .item .image{
	overflow: hidden;
}
.iService .item:hover .image img{
	transform: scale(1.1);
}

.iService .item .name {
	font-family: Poppins-SemiBold;
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
	pointer-events: all;
}

.iService .item .name:hover {
	color: #3a9649;
}

.iService .item .btn {
	color: #ffffff;
	font-weight: bold;
	flex-shrink: 0;
	margin-left: 20px;
	pointer-events: all;
}


.iService .item .btn:hover {
	color: #3a9649;
}


.iService .sBtns>div{
	margin-top: 20px;
	margin-bottom: 40px;
}

@media screen and (max-width:1560px) {
	.iService {
		padding-top: 80px;
	}

	.iService .iTit {
		margin-bottom: 50px;
	}

	.iService .show .msg,
	.iService .item .msg {
		padding: 10px;
	}

	.iService .item .name,
	.iService .show .name {
		font-size: 18px;
		line-height: 28px;
	}

}

@media screen and (max-width:1333px) {
	.iService {
		padding-top: 60px;
	}

	.iService .iTit {
		margin-bottom: 40px;
	}

	.iService .item .name,
	.iService .show .name {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:999px) {
	.iService {
		padding-top: 50px;
	}

	.iService .iTit {
		margin-bottom: 30px;
	}

	.iService .swiper-slide:nth-child(2n-1) {
		width: 36%;
	}

	.iService .swiper-slide:nth-child(2n) {
		width: 24%;
	}

	.iService .swiper-slide {
		margin-right: 2%;
	}

	.iService .item .msg {
		opacity: 1;
	}

	.iService .show .msg {
		opacity: 1;
	}
}

@media screen and (max-width:768px) {

	.iService .item .name,
	.iService .show .name {
		font-size: 14px;
		line-height: 24px;
	}

	.iService {
		padding-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.iService .swiper-slide:nth-child(2n-1) {
		width: 56%;
	}

	.iService .swiper-slide:nth-child(2n) {
		width: 40%;
	}

	.iService .swiper-slide {
		margin-right: 4%;
	}
}


/* indexM3-1 */


.iAbout {
	padding: 141px 0 120px 0;
	background-image: url("../images/indexM3-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.iAbout .con {
	margin-bottom: 93px;
}

.iAbout .con .box {
	width: 47.64%;
	float: right;
	position: relative;
	z-index: 9;
	margin-left: 5%;
}

.iAbout .con .box .image {
	border-radius: 100px 0px 100px 0;
	overflow: hidden;
}


.iAbout .con .box::after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: -41px;
	right: -27px;
	background-color: #3a9649;
	border-radius: 100px 0px 100px 0;
}


.iAbout .con .video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.iAbout .con .video>img {
	width: 83px;
	height: 83px;
}


.iAbout .con .video:hover img {
	transform: scale(1.1);
}


.iAbout .title1 {
	margin-bottom: 18px;
	font-family: Poppins;
}

.iAbout .con .tip {
	font-family: Poppins-SemiBold;
	font-size: 20px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 28px;
}

.iAbout .con .txts {
	margin-bottom: 42px;
}

.iAbout .con .tit {
	font-family: Poppins-SemiBold;
	font-size: 24px;
	line-height: 34px;
	color: #333333;
}


.iAbout .con .tit span {
	font-family: Poppins-SemiBold;
	font-size: 52px;
	color: #f36c2a;
}


.iAbout .msg {
	padding-top: 4px;
}

.numList {
	background-color: #ffffff;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	padding: 52px 137px 37px 72px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.numList .num {
	font-family: Poppins-SemiBold;
	font-size: 52px;
	line-height: 52px;
	color: #3a9649;
	margin-bottom: 21px;
	text-align: center;
}



.numList .num i {
	font-family: Poppins-SemiBold;
	font-size: 24px;
	color: #3a9649;
	font-style: normal;
}

.numList .name {
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	text-align: center;
}

@media screen and (max-width:1560px) {
	.iAbout .msg {
		padding-top: 0;
	}

	.iAbout .title1 {
		margin-bottom: 30px;
	}

	.iAbout .con .tip {
		font-size: 18px;
		line-height: 28px;
	}

	.iAbout .con .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.iAbout .con .tit span {
		font-size: 38px;
		margin-left: 10px;
	}

	.iAbout .con .video>img {
		width: 75px;
		height: 75px;
	}

	.iAbout .con .box .image,
	.iAbout .con .box::after {
		border-radius: 50px 0 50px 0;
	}

	.iAbout .con {
		margin-bottom: 60px;
	}

	.iAbout .con .txts {
		margin-bottom: 30px;
	}

	.numList {
		padding: 40px;
		border-radius: 10px;
	}

	.numList .num {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 10px;
	}

	.numList .num i {
		font-size: 18px;
	}
}

@media screen and (max-width:1333px) {
	.iAbout .con .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.iAbout .con .tit span {
		font-size: 32px;
	}

	.iAbout .con .box .image,
	.iAbout .con .box::after {
		border-radius: 30px 0 30px 0;
	}

	.iAbout .con .video>img {
		width: 70px;
		height: 70px;
	}

	.iAbout .con .box::after {
		top: -30px;
		right: -30px;
	}

	.numList {
		padding: 30px;
	}

	.numList .num {
		font-size: 34px;
		line-height: 34px;
		margin-bottom: 5px;
	}

	.numList .num i {
		font-size: 18px;
	}

	.iAbout .con {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.iAbout .con .box {
		width: 100%;
		float: none;
		margin: 0 auto;
		max-width: 500px;
		margin-top: 60px;
	}

	.iAbout .con .tip {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.iAbout .con .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.iAbout .con .tit span {
		font-size: 26px;
	}

	.iAbout .title1 {
		margin-bottom: 20px;
	}

	.iAbout .con {
		margin-bottom: 40px;
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.iAbout .con .box .image,
	.iAbout .con .box::after {
		border-radius: 20px 0 20px 0;
	}

	.iAbout .con .box::after {
		right: -20px;
		top: -20px;
	}

	.iAbout .con .video>img {
		width: 65px;
		height: 65px;
	}


	.numList {
		padding: 30px 20px;
	}

	.numList .item {
		width: 48%;
		margin-top: 30px;
	}

	.numList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.numList .num {
		font-size: 28px;
		line-height: 28px;
	}

}

@media screen and (max-width:768px) {
	.iAbout .con .txts {
		margin-bottom: 20px;
	}

	.iAbout .con .tit span {
		font-size: 24px;
	}

	.iAbout .con .box .image,
	.iAbout .con .box::after {
		border-radius: 10px 0 10px 0;
	}

	.iAbout .con .video>img {
		width: 60px;
		height: 60px;
	}

	.iAbout .con .box {
		margin-top: 50px;
		max-width: 450px;
	}

	.numList .num i {
		font-size: 16px;
	}

}

@media screen and (max-width:538px) {

	.iAbout .con .box .image,
	.iAbout .con .box::after {
		border-radius: 5px 0 5px 0;
	}

	.iAbout .con .box::after {
		right: -15px;
		top: -15px;
	}

	.iAbout .con {
		margin-bottom: 30px;
	}

	.numList {
		padding: 30px 15px;
	}

	.numList .num {
		font-size: 24px;
		line-height: 34px;
	}
}



/* indexM4-1 */

.iAdvantages {
	background-image: url("../images/indexM4-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.iAdvantages .con {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 50px 0 55px 0;
}

.iAdvantages .msg {
	width: 49%;
	padding: 19px 0;
	position: relative;
	z-index: 9;
}

.iAdvantages .title1 {
	margin-bottom: 42px;
	color: #ffffff;
}

.iAdvantages .title1:hover {
	color: #3a9649;
}


.iAdvantages .tips {
	color: #ffffff;
	margin-bottom: 80px;
	hyphens: auto;
}


.cBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 258px;
	height: 50px;
	background-color: #3a9649;
	border-radius: 25px 0px 25px 0;
	font-size: 18px;
	color: #ffffff;
}

.cBtn img {
	flex-shrink: 0;
	margin-left: 10px;
}

.cBtn:hover img {
	transform: none;
}


.iAdvantages .cBtn:hover {
	background-color: #f36c2a;
}


.iAdvantages .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 47.8%;
	position: relative;
	z-index: 9;
}

.iAdvantages .list .item {
	margin-top: 26px;
	border: solid 2px rgba(255, 255, 255, 0.2);
	padding: 23px 15px 36px;
	width: 47.7%;
}


.iAdvantages .list .item:nth-child(4n-3),
.iAdvantages .list .item:nth-child(4n) {
	border-radius: 40px 0px 40px 0px;
}

.iAdvantages .list .item:nth-child(4n-1),
.iAdvantages .list .item:nth-child(4n-2) {
	border-radius: 0px 40px 0px 40px;
}


.iAdvantages .list .item:nth-child(-n+2) {
	margin-top: 0;
}


.iAdvantages .list .image {
	width: 46px;
	height: 46px;
	margin-bottom: 20px;
}

.iAdvantages .list .tit {
	font-family: Poppins-SemiBold;
	font-size: 20px;
	line-height: 32px;
	min-height: 64px;
	color: #ffffff;
	margin-bottom: 6px;
}

.iAdvantages .list .txts {
	hyphens: auto;
	color: #d9d9d9;
}


.iAdvantages .bigTit {
	position: absolute;
	font-family: Poppins-SemiBold;
	font-size: 191px;
	line-height: 105px;
	color: rgba(255, 255, 255, .1);
	bottom: 0;
	left: 0;
}

@media screen and (max-width:1560px) {
	.iAdvantages .list .item {
		padding: 20px;
	}

	.iAdvantages .list .tit {
		font-size: 18px;
		line-height: 28px;
		min-height: auto;
	}

	.iAdvantages .list .image {
		width: 40px;
		height: 40px;
	}

	.iAdvantages .title1 {
		margin-bottom: 30px;
	}

	.iAdvantages .tips {
		margin-bottom: 60px;
	}

	.cBtn {
		border-radius: 20px 0 20px 0;
	}

	.iAdvantages .list .item:nth-child(4n-3),
	.iAdvantages .list .item:nth-child(4n) {
		border-radius: 20px 0 20px 0;
	}

	.iAdvantages .list .item:nth-child(4n-1),
	.iAdvantages .list .item:nth-child(4n-2) {
		border-radius: 0 20px 0 20px;
	}

	.iAdvantages .msg {
		padding: 40px 0;
	}

	.iAdvantages .bigTit {
		font-size: 160px;
		line-height: 160px;
	}
}

@media screen and (max-width:1333px) {
	.iAdvantages .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.iAdvantages .msg {
		padding: 0;
		margin-bottom: 40px;
		width: 100%;
	}

	.iAdvantages .tips {
		margin-bottom: 40px;
	}

	.cBtn {
		height: 40px;
		border-radius: 10px 0 10px 0;
		width: 240px;
		font-size: 16px;
	}

	.iAdvantages .list {
		width: 100%;
	}

	.iAdvantages .list .image {
		width: 36px;
		height: 36px;
		margin-bottom: 10px;
	}

	.iAdvantages .list .tit {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.iAdvantages .tips {
		margin-bottom: 30px;
	}

	.cBtn {
		font-size: 14px;
		width: 210px;
	}

	.cBtn img {
		width: 20px;
	}

	.iAdvantages .list .image {
		width: 32px;
		height: 32px;
	}

	.iAdvantages .list .item:nth-child(4n-3),
	.iAdvantages .list .item:nth-child(4n) {
		border-radius: 10px 0 10px 0;
	}

	.iAdvantages .list .item:nth-child(4n-1),
	.iAdvantages .list .item:nth-child(4n-2) {
		border-radius: 0 10px 0 10px;
	}

	.iAdvantages .bigTit {
		font-size: 140px;
		line-height: 140px;
	}
}

@media screen and (max-width:768px) {
	.iAdvantages .title1 {
		margin-bottom: 20px;
	}

	.iAdvantages .list .tit {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:538px) {
	.iAdvantages .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.iAdvantages .list .item:nth-child(1) {
		margin-top: 0;
	}

	.iAdvantages .bigTit {
		font-size: 100px;
		line-height: 100px;
	}
}



/* indexM5-1 */

.iMarket {
	padding: 80px 0 118px 0;
}

.iMarket .iTit {
	margin-bottom: 46px;
}


.iMarket .image {
	box-shadow: 0px 10px 64px 0px rgba(0, 0, 0, 0.05);
	border-radius: 20px;
	overflow: hidden;
}

@media screen and (max-width:1560px) {
	.iMarket .image {
		border-radius: 10px;
	}

	.iMarket .iTit {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:1333px) {
	.iMarket .iTit {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:999px) {
	.iMarket .image {
		border-radius: 5px;
	}
}

@media screen and (max-width:538px) {
	.iMarket .iTit {
		margin-bottom: 20px;
	}
}


/* indexM6-1 */


.iNews {
	padding: 84px 0 133px 0;
	background-color: #f4f4f4;
}


.iNews .iTit {
	margin-bottom: 31px;
}


.newItem .image {
	overflow: hidden;
}


.newItem .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.newItem .msg {
	background-color: #ffffff;
	padding: 16px 19px;
}


.newItem:hover .msg {
	background-color: #3a9649;
}

.newItem .time {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #3a9649;
	margin-bottom: 1px;
}


.newItem:hover .time {
	color: #ffffff;
}


.newItem .title {
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 32px;
	color: #333333;
	margin-bottom: 7px;
}


.newItem:hover .title {
	color: #ffffff;
}


.newItem .title:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}

.newItem:hover .txts {
	color: #ffffff;
}

@media screen and (max-width:1560px) {
	.iNews .iTit {
		margin-bottom: 40px;
	}

	.newItem .msg {
		padding: 20px;
	}

	.newItem .title {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:1333px) {
	.iNews .iTit {
		margin-bottom: 30px;
	}

	.newItem .time {
		margin-bottom: 5px;
	}
}

@media screen and (max-width:999px) {
	.newItem .title {
		font-size: 14px;
		line-height: 26px;
	}
}



/* indexM7-1 */

.touch {
	background-image: url("../images/indexM7-1.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #3a9649;
	padding: 71px 0 155px 0;
}

.touch .msg {
	width: 73%;
}

.touch .title1 {
	color: #ffffff;
	margin-bottom: 31px;
}


.touch a.title1:hover {
	color: #f36c2a;
}

.touch .txts {
	margin-bottom: 37px;
}

.touch .txts p {
	color: #ffffff;
}


.touch .cBtn {
	background-color: #f36c2a;
}

.touch .cBtn img {
	filter: grayscale(100%) brightness(500%);
}


.touch .cBtn:hover {
	background-color: #ffffff;
	color: #f36c2a;
}

.touch .cBtn:hover img {
	filter: grayscale(0%) brightness(100%);
}


@media screen and (max-width:999px) {
	.touch .msg {
		width: 90%;
	}
}

@media screen and (max-width:768px) {
	.touch .msg {
		width: 100%;
	}
}



/* 1-1products */


.products {
	padding: 88px 0 150px 0;
}


.products .title1 {
	margin-bottom: 11px;
}


.mbox {
	height: 90px;
	overflow: hidden;
}


.mBtn {
	margin-top: 16px;
	color: #3a9649;
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.mBtn::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	height: 1px;
	background-color: #3a9649;
	transition: .4s ease all;
}

.mBtn:hover::after {
	left: auto;
	right: 0;
	width: 0;
}


.products .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 57px;
	margin-bottom: 50px;
}



.products .list .item {
	width: 48.45%;
	display: flex;
	justify-content: space-between;
	margin-top: 52px;
}


.products .list .item:nth-child(-n+2) {
	margin-top: 0;
}


.products .list .image {
	flex-shrink: 0;
	width: 263px;
	overflow: hidden;
}

.products .list .msg {
	flex: 1;
	background-color: #f4f4f4;
	padding: 43px 38px 30px;
}

.products .list .tit {
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 17px;
}


.products .list .tit:hover {
	color: #3a9649;
}


.products .list .txts {
	font-family: Poppins-Regular;
	font-size: 13px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	hyphens: auto;
	line-height: 25px;
	margin-bottom: 53px;
}


.products .list .btns {
	display: flex;
	align-items: center;
}

.products .list .btns input{
    margin-right: 10px;
}

.products .list .btns a {
	font-size: 13px !important;
	line-height: 26px !important;
	color: #f36c2a;
	margin-right: 30px;
}


.products .list .btns a:last-child {
	margin-right: 0;
}


.products .list .btns a:hover {
	color: #3a9649;
}

.products .addTo{
    width: 100%;
    height: 64px;
    margin-top: 15px;
    text-align: center;
}

.products .addTo input,.products .addTo a{
    background-color: #3a9649;
    font-size: 18px;
    color: #ffffff;
    border: 1px solid #3a9649;
    cursor: pointer;
    width: 202px;
    line-height: 40px;
}


.products .addTo input:hover,.products .addTo a:hover {
    background-color: #ffffff;
    color: #3a9649;
}

.productAdvantages .title1 {
	text-align: center;
	margin-bottom: 39px;
}

.productAdvantages .image {
	float: left;
	width: 46.92%;
	float: left;
	margin-right: 3.1%;
}

.productAdvantages .msg {
	padding: 34px 0;
}

.productAdvantages .txts {
	margin-bottom: 21px;
}

.productAdvantages .txts p {
	line-height: 26px;
}

.productAdvantages .tips p {
	margin-bottom: 22px;
}

.productAdvantages .tips p:last-child {
	margin-bottom: 0;
}

.productAdvantages .tips p em {
	position: relative;
	font-style: normal;
	display: flex;
	align-items: flex-start;
	color: #333333;
}


.productAdvantages .tips p em::before {
	content: "";
	width: 16px;
	height: 16px;
	background-color: #f36c2a;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 16px;
	margin-top: 7px;
	flex-shrink: 0;
}



@media screen and (max-width:1560px) {
	.products .title1 {
		margin-bottom: 30px;
	}

	.productAdvantages .title1 {
		margin-bottom: 40px;
	}

	.products .list .msg {
		padding: 30px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}

	.products .list .txts {
		margin-bottom: 30px;
	}

	.products .list {
		margin-top: 50px;
		margin-bottom: 60px;
	}

	.products .list .item {
		margin-top: 40px;
	}

	.productAdvantages .msg {
		padding: 20px 0;
	}

	.productAdvantages .tips p {
		margin-bottom: 10px;
	}

	.productAdvantages .tips p em::before {
		width: 14px;
		height: 14px;
	}
}

@media screen and (max-width:1333px) {
	.mbox {
		height: 84px;
	}

	.products .list .image {
		width: 210px;
	}

	.products .list .msg {
		padding: 20px 20px;
	}

	.products .list .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.products .list .txts {
		-webkit-line-clamp: 4;
		margin-bottom: 20px;
	}

	.products .list .btns {
		flex-direction: column;
		align-items: flex-start;
	}

	.products .list .btns a {
		margin-right: 0;
		margin-bottom: 5px;
	}

	.products .list .btns a:last-child {
		margin-bottom: 0;
	}

	.products .list {
		margin: 40px 0 50px 0;
	}

	.products .list .item {
		margin-top: 30px;
	}

	.productAdvantages .tips p em::before {
		width: 12px;
		height: 12px;
		margin-right: 10px;
	}
}

@media screen and (max-width:999px) {
	.products .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.products .list .item:nth-child(1) {
		margin-top: 0;
	}

	.products .list .btns {
		flex-direction: row;
	}

	.products .list .btns a {
		margin-bottom: 0;
		margin-right: 20px;
	}

	.products .title1 {
		margin-bottom: 20px;
	}

	.productAdvantages .title1 {
		margin-bottom: 30px;
	}

	.mBtn {
		margin-top: 10px;
	}

	.productAdvantages .tips p em::before {
		width: 10px;
		height: 10px;
	}
}

@media screen and (max-width:768px) {
	.products .list {
		margin: 30px 0 40px;
	}

	.mBtn {
		font-size: 14px;
	}

	.products .list .image {
		width: 200px;
	}
}

@media screen and (max-width:538px) {
	.products .list .item:nth-child(n) {
		flex-direction: column;
		align-items: flex-start;
	}

	.products .list .image {
		width: 100%;
		max-width: 200px;
		margin: 0 auto 20px;
	}

	.productAdvantages .con {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.products .list .item {
		background-color: #f4f4f4;
		padding: 20px;
	}

	.products .list .msg {
		padding: 0;
		background-color: transparent;
	}


	.productAdvantages .image {
		width: 100%;
	}

	.productAdvantages .title1 {
		margin-bottom: 20px;
	}

	.productAdvantages .msg {
		padding: 0;
		margin-bottom: 30px;
	}
}



.productApp {
	padding: 69px 0 107px 0;
}

.relatedApplication .title1 {
	text-align: center;
	margin-bottom: 60px;
}



.relatedApplication .image {
	overflow: hidden;
	margin-bottom: 23px;
}

.relatedApplication .name {
	font-family: Poppins-SemiBold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 6px;
}


.relatedApplication .name:hover {
	color: #3a9649;
}


.relatedApplication .btn {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #3a9649;
}

.relatedApplication .btn:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


.swiperBox {
	position: relative;
}

.relatedApplication .btns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	border: solid 1px #333333;
	border-radius: 50%;
	color: #333333;
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	font-size: 18px;
}

.relatedApplication .btns>div.prev {
	left: -111px;
}


.relatedApplication .btns>div.next {
	right: -111px;
}


.relatedApplication .btns>div:hover {
	background-color: #3a9649;
	color: #ffffff;
	border-color: #3a9649;
}

@media screen and (max-width:1560px) {
	.relatedApplication .title1 {
		margin-bottom: 40px;
	}

	.relatedApplication .image {
		margin-bottom: 20px;
	}

	.relatedApplication .name {
		font-size: 18px;
		line-height: 28px;
	}

	.relatedApplication .btn {
		font-size: 16px;
		line-height: 26px;
	}

	.relatedApplication .btns>div.prev {
		left: -70px;
	}


	.relatedApplication .btns>div.next {
		right: -70px;
	}

	.relatedApplication .btns>div {
		width: 50px;
		height: 50px;
		font-size: 16px;
	}
}

@media screen and (max-width:1333px) {
	.relatedApplication .title1 {
		margin-bottom: 30px;
	}

	.relatedApplication .name {
		font-size: 16px;
		line-height: 26px;
	}

	.relatedApplication .btns>div {
		width: 45px;
		height: 45px;
		font-size: 14px;
	}

}

@media screen and (max-width:999px) {
	.relatedApplication .btns>div {
		width: 40px;
		height: 40px;
		font-size: 12px;
	}
}

@media screen and (max-width:768px) {
	.relatedApplication .btns {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.relatedApplication .btns>div {
		position: static;
		transform: translateY(0);
		margin-top: 20px;
		width: 36px;
		height: 36px;
		font-size: 12px;
	}

	.relatedApplication .btns>div.prev {
		margin-right: 15px;
	}

	.relatedApplication .name {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:538px) {
	.relatedApplication .title1 {
		margin-bottom: 20px;
	}
}



/* 1-2products */

.productDet {
	padding: 90px 0 78px 0;
}

.productDet h1 {
	font-weight: normal;
	text-align: center;
	margin-bottom: 53px;
	font-family: Poppins-SemiBold;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
}

.productDet .pdCon {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background-color: #f6f6f6;
	margin-bottom: 56px;
}


.productDet .pdCon .swiper {
	flex-shrink: 0;
	margin: 0;
	width: 439px;
}

.productDet .pdCon .swiper .btns>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #3a9649;
	z-index: 9;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
}




.productDet .pdCon .swiper .btns>div.prev {
	left: 0;
	border-radius: 0 5px 5px 0;
}


.productDet .pdCon .swiper .btns>div.next {
	right: 0;
	border-radius: 5px 0 0 5px;
}


.productDet .pdCon .swiper .btns>div:hover {
	background-color: #f36c2a;
}



.productDet .pdCon .swiper .btns>div.swiper-button-disabled {
	background-color: #3a9649;
}

.productDet .pdCon .swiper .btns>div.swiper-button-disabled {
	cursor: auto;
}

.productDet .pdCon .image {
	overflow: hidden;
}


.productDet .pdCon .image:hover img {
	opacity: .8;
	transform: none;
}


.productDet .pdCon .msg {
	padding: 67px 30px 64px 80px;
}


.productDet .pdCon .tit {
	font-family: Poppins-SemiBold;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	margin-bottom: 23px;
}


.productDet .pdCon .txts {
	margin-bottom: 58px;
}

.productDet .pdCon .txts p {
	line-height: 26px;
}

.productDet .pdCon .msg .btns {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
}



.productDet .pdCon .msg .btns img {
	filter: grayscale(100%) brightness(500%);
}



.productDet .pdCon .msg .btns a {
	margin: 5px 0;
	margin-right: 34px;
	width: 194px;
}



.productDet .pdCon .msg .btns a:hover {
	background-color: #f36c2a;
}

.productDet .pdCon .msg .share span {
	color: #999999;
}



.pdTit {
	font-family: Poppins-SemiBold;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
}



.mainApplication {
	margin-bottom: 65px;
}


.mainApplication .pdTit {
	margin-bottom: 42px;
	text-align: center;
}


.mainApplication .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 58px;
}


.mainApplication .list .item {
	width: 46%;
	padding: 27px 27px 53px;
	background-color: #f6f6f6;
	margin-top: 32px;
}

.mainApplication .list .num {
	font-family: Poppins-SemiBold;
	font-size: 30px;
	line-height: 40px;
	color: #3a9649;
	margin-bottom: 8px;
}

.mainApplication .list .tit {
	font-family: Poppins-SemiBold;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 15px;
}


.mainApplication .list .txts {
	line-height: 26px;
}


.mainApplication .list .item:nth-child(-n+2) {
	margin-top: 0;
}


.mainApplication .des p {
	line-height: 26px;
}



.productAdvantages .pdTit {
	margin-bottom: 53px;
	text-align: center;
}


@media screen and (max-width:1560px) {

	.productDet h1,
	.mainApplication .pdTit,
	.productAdvantages .pdTit {
		margin-bottom: 50px;
	}

	.productDet .pdCon .tit {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 30px;
	}

	.productDet .pdCon .msg {
		padding: 30px 50px;
	}

	.productDet .pdCon .txts {
		margin-bottom: 30px;
	}

	.productDet .pdCon .msg .btns a {
		height: 45px;
		margin-right: 20px;
	}

	.productDet .pdCon .msg .btns {
		margin-bottom: 30px;
	}

	.productDet .pdCon,
	.mainApplication {
		margin-bottom: 60px;
	}

	.mainApplication .list .item {
		padding: 30px;
		width: 48%;
	}

	.mainApplication .list {
		margin-bottom: 50px;
	}

	.pdTit {
		font-size: 28px;
		line-height: 38px;
	}
}

@media screen and (max-width:1333px) {

	.productDet h1,
	.mainApplication .pdTit,
	.productAdvantages .pdTit {
		margin-bottom: 40px;
	}

	.productDet .pdCon .tit {
		font-size: 24px;
		line-height: 34px;
	}

	.productDet .pdCon .swiper {
		width: 375px;
	}

	.productDet .pdCon .msg .btns a {
		width: 180px;
		height: 40px;
	}

	.pdTit {
		font-size: 26px;
		line-height: 36px;
	}

	.productDet .pdCon .msg {
		padding: 30px 30px;
	}

	.mainApplication .list .num {
		font-size: 26px;
		line-height: 36px;
	}

	.mainApplication .list .tit {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.mainApplication .list .item {
		padding: 20px;
	}

	.mainApplication .list {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.pdTit {
		font-size: 24px;
		line-height: 34px;
	}

	.productDet .pdCon,
	.mainApplication {
		margin-bottom: 50px;
	}

	.productDet .pdCon {
		flex-direction: column;
		align-items: flex-start;
		padding: 30px;
	}

	.productDet .pdCon .msg {
		padding: 0;
	}

	.productDet .pdCon .swiper {
		max-width: 320px;
		width: 100%;
		margin: 0 auto 30px;
	}

	.productDet .pdCon .tit {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.productDet .pdCon .txts {
		margin-bottom: 20px;
	}

	.productDet .pdCon .msg .btns a {
		height: 36px;
		width: 160px;
	}

	.productDet .pdCon .swiper .btns>div {
		width: 24px;
	}

	.mainApplication .list .num {
		font-size: 24px;
		line-height: 34px;
	}

	.mainApplication .list .tit {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:768px) {
	.productDet .pdCon {
		padding: 30px 20px;
	}

	.productDet .pdCon .swiper {
		max-width: 300px;
	}

	.productDet .pdCon .tit {
		font-size: 20px;
	}

	.productDet h1,
	.mainApplication .pdTit,
	.productAdvantages .pdTit {
		margin-bottom: 30px;
	}

	.pdTit {
		font-size: 22px;
		line-height: 30px;
	}

	.mainApplication .list .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.mainApplication .list .num {
		font-size: 22px;
		line-height: 30px;
	}

	.mainApplication .list .item {
		margin-top: 20px;
	}

	.mainApplication .list {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.productDet .pdCon .swiper {
		max-width: 280px;
	}

	.productDet .pdCon {
		padding: 30px 15px;
	}


	.mainApplication .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.mainApplication .list .item:nth-child(1) {
		margin-top: 0;
	}
}






.choose {
	padding: 87px 0 85px 0;
	background-image: url("../images/chooseBg.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #080808;
}



.choose .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.choose .msg {
	padding: 5px 0;
	flex: 1;
}


.choose .title1 {
	flex-shrink: 0;
	margin-right: 24%;
	color: #ffffff;
	font-size: 50px;
}


.choose .txts {
	color: #ffffff;
	margin-bottom: 35px;
	font-size: 20px;
	line-height: 31px;
}


.choose .cBtn {
	background-color: #f36c2a;
	width: 194px;
}


.choose .cBtn img {
	filter: grayscale(100%) brightness(500%);
}



.choose .cBtn:hover {
	background-color: #3a9649;
}

@media screen and (max-width:1560px) {
	.choose .title1 {
		margin-right: 10%;
	}

	.choose .cBtn {
		height: 45px;
	}
}

@media screen and (max-width:1333px) {
	.choose .cBtn {
		height: 40px;
		width: 180px;
	}
}

@media screen and (max-width:999px) {
	.choose .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.choose .title1 {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.choose .title1 br {
		display: none;
	}

	.choose .msg {
		padding: 0;
	}

	.choose .txts {
		margin-bottom: 30px;
	}

	.choose .cBtn {
		behavior: 36px;
		width: 160px;
	}
}


.productDetPiece {
	padding-top: 86px;
}

.technical {
	margin-bottom: 86px;
}

.technical .pdTit {
	text-align: center;
	margin-bottom: 72px;
}


.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}

.table table tr:nth-child(2n) td {
	background-color: #f4f4f4;
}


.table table tr td {
	padding: 19px 33px;
	font-family: Poppins-Regular, Arial, sans-serif;
	border-bottom: 1px solid #e4e4e4;
	color: #666666;
	font-weight: bold;
	font-size: 14px;
}

.technical .table table tr td:nth-child(2n) {
	text-align: center;
}


.relatedContact {
	margin-bottom: 110px;
}


.relatedContact .pdTit {
	text-align: center;
	margin-bottom: 62px;
}

.relatedContact .txts p strong {
	font-family: Poppins-SemiBold;
	font-size: 20px;
	color: #333333;
}

.relatedContact .txts p em {
	display: block;
	position: relative;
	padding-left: 22px;
	font-style: normal;
}


.relatedContact .txts p em::after {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 10px;
	height: 10px;
	background-color: #f36c2a;
	border-radius: 50%;
}


.productDetPiece .customized {
	position: relative;
	padding: 68px 0 114px 0;
}



.productDetPiece .customized::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	background-color: #f6f6f6;
	height: 100%;
}


.productDetPiece .customized ul li {
	background-color: #ffffff;
}

.productDetPiece .customized ul li.codeCon input {
	background-color: #ffffff;
}


.productDetPiece .hotProducts {
	padding: 80px 0 90px 0;
}

.productDetPiece .hotNews {
	padding: 49px 0 70px 0;
}

.hotNews .title1 {
	font-size: 40px;
	line-height: 60px;
	text-align: center;
	margin-bottom: 46px;
}

.productDetPiece .hotNews {
	position: relative;
}

.productDetPiece .hotNews::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 100%;
	background-color: #f4f4f4;
}

@media screen and (max-width:1560px) {
	.table table tr td {
		padding: 10px 20px;
	}

	.productDetPiece {
		padding-top: 80px;
	}

	.technical .pdTit,
	.relatedContact .pdTit {
		margin-bottom: 40px;
	}

	.technical,
	.relatedContact {
		margin-bottom: 80px;
	}

	.productDetPiece .customized,
	.productDetPiece .hotProducts,
	.productDetPiece .hotNews {
		padding: 80px 0;
	}
}

@media screen and (max-width:1333px) {
	.productDetPiece {
		padding-top: 60px;
	}

	.technical,
	.relatedContact {
		margin-bottom: 60px;
	}

	.productDetPiece .customized,
	.productDetPiece .hotProducts,
	.productDetPiece .hotNews {
		padding: 60px 0;
	}

	.relatedContact .txts p strong {
		font-size: 18px;
	}

	.hotNews .title1 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:999px) {

	.technical .pdTit,
	.relatedContact .pdTit {
		margin-bottom: 30px;
	}

	.relatedContact .txts p strong {
		font-size: 16px;
	}

	.relatedContact .txts p em::after {
		top: 7px;
	}

	.productDetPiece {
		padding-top: 50px;
	}

	.technical,
	.relatedContact {
		margin-bottom: 50px;
	}

	.productDetPiece .customized,
	.productDetPiece .hotProducts,
	.productDetPiece .hotNews {
		padding: 50px 0;
	}
}

@media screen and (max-width:768px) {
	.productDetPiece {
		padding-top: 40px;
	}

	.technical,
	.relatedContact {
		margin-bottom: 40px;
	}

	.productDetPiece .customized,
	.productDetPiece .hotProducts,
	.productDetPiece .hotNews {
		padding: 40px 0;
	}
}



/* 2-1application */


.application {
	padding: 91px 0 90px 0;
}

.application .title1 {
	text-align: center;
	margin-bottom: 23px;
}

.application .tips {
	margin-bottom: 34px;
}

.application .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 73px;
}


.application .list .appItem {
	width: 24.14%;
	margin-right: 1.14%;
	margin-top: 33px;
}

.application .list .appItem:nth-child(4n) {
	margin-right: 0;
}

.application .list .appItem:nth-child(-n+4) {
	margin-top: 0;
}

.application .list .image {
	overflow: hidden;
	margin-bottom: 16px;
}

.application .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.application .list .name {
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 2px;
}


.application .list .name:hover {
	color: #3a9649;
}


.application .list .btn {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #3a9649;
}


.application .list .btn:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}

.application .pager {
	margin-bottom: 88px;
}


@media screen and (max-width:1560px) {
	.application .title1 {
		margin-bottom: 30px;
	}

	.application .tips {
		margin-bottom: 40px;
	}

	.application .list .name {
		margin-bottom: 5px;
	}

	.application .list {
		margin-bottom: 60px;
	}


	.application .pager {
		margin-bottom: 80px;
	}

}


@media screen and (max-width:1333px) {
	.application .list .name {
		font-size: 16px;
		line-height: 26px;
	}

	.application .list .appItem:nth-child(n) {
		margin-top: 20px;
	}

	.application .list .appItem:nth-child(-n+4) {
		margin-top: 0;
	}

	.application .list {
		margin-bottom: 50px;
	}

	.application .pager {
		margin-bottom: 60px;
	}
}


@media screen and (max-width:999px) {
	.application .tips {
		margin-bottom: 30px;
	}

	.application .list .name {
		font-size: 14px;
		line-height: 24px;
	}

	.application .list .appItem:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
	}

	.application .list .appItem:nth-child(3n) {
		margin-right: 0;
	}

	.application .list .appItem:nth-child(-n+3) {
		margin-top: 0;
	}

	.application .list {
		margin-bottom: 40px;
	}

	.application .pager {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.application .list {
		margin-bottom: 30px;
	}

	.application .pager {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.application .list {
		justify-content: space-between;
	}

	.application .list .appItem:nth-child(n) {
		width: 48%;
		margin-right: 0%;
		margin-top: 20px;
	}

	.application .list .appItem:nth-child(-n+2) {
		margin-top: 0;
	}
}



.advantages {
	background-color: #f6f6f6;
	padding: 66px 0 99px 0;
}

.advantages .title1 {
	text-align: center;
	margin-bottom: 55px;
}

.advantages .list {
	display: flex;
	flex-wrap: wrap;
}

.advantages .list .item {
	width: 22.71%;
	margin-right: 3.05%;
	margin-top: 30px;
	padding: 24px 16px 36px 16px;
	border: solid 2px rgba(102, 102, 102, 0.2);
	border-radius: 20px;
}


.advantages .list .item:nth-child(4n) {
	margin-right: 0;
}


.advantages .list .item:nth-child(-n+4) {
	margin-top: 0;
}



.advantages .list .image {
	width: 46px;
	margin-bottom: 19px;
}


.advantages .list .tit {
	font-family: Poppins-SemiBold;
	font-size: 20px;
	line-height: 32px;
	color: #333333;
	margin-bottom: 6px;
	min-height: 64px;
}

@media screen and (max-width:1560px) {
	.advantages .list .item {
		padding: 20px;
		border-radius: 10px;
	}

	.advantages .list .tit {
		font-size: 18px;
		line-height: 28px;
		min-height: auto;
		margin-bottom: 10px;
	}

	.advantages .list .image {
		width: 40px;
	}

	.advantages .title1 {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:1333px) {

	.advantages .list {
		justify-content: space-between;
	}

	.advantages .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.advantages .list .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width:999px) {
	.advantages .list .image {
		width: 36px;
	}

	.advantages .list .tit {
		font-size: 16px;
		line-height: 28px;
	}
}


@media screen and (max-width:538px) {
	.advantages .title1 {
		margin-bottom: 30px;
	}

	.advantages .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.advantages .list .item:nth-child(-n+1) {
		margin-top: 0;
	}
}


.appCustomized {
	padding: 96px 0 113px 0;
}


.customized .title1 {
	text-align: center;
	margin-bottom: 9px;
	font-size: 40px;
}


.customized .tips {
	text-align: center;
	margin-bottom: 74px;
}


.customized form {
	max-width: 1256px;
	margin: 0 auto;
}

.customized ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.customized ul li {
	width: 31.2%;
	margin-top: 17px;
	background-color: #f8f8f8;
	border-radius: 5px;
	padding: 0 10px;
	height: 44px;
}

.customized ul li:nth-child(3n) {
	margin-right: 0;
}

.customized ul li:nth-child(-n+3) {
	margin-top: 0;
}


.customized ul li.message {
	width: 100%;
	height: 126px;
	padding: 11px 10px;
	margin-right: 0;
}


.customized input,
.customized textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	font-size: 14px !important;
}


.customized ul li.must {
	position: relative;
}

.customized ul li.must::after {
	content: "*";
	position: absolute;
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 24px;
	color: #ff3737;
	left: -16px;
	top: 12px;
}

.customized ul li.codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 30.6%;
	background-color: transparent;
	border-radius: 0px;
	padding: 0;
}


.customized ul li.codeCon input {
	flex: 1;
	background-color: #f8f8f8;
	border-radius: 5px;
	padding: 0 10px;
}


.customized ul li.codeCon .codeImg {
	flex-shrink: 0;
	margin-left: 13px;
	width: 98px;
	background-color: #f3fbfe;
	border: solid 1px #cfcfcf;
	cursor: pointer;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.customized ul li.codeCon .codeImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.customized form input::-webkit-input-placeholder,
.customized form textarea::-webkit-input-placeholder {
	font-size: 14px !important;
	color: #999999;
}

.customized form input:-moz-placeholder,
.customized form textarea:-moz-placeholder {
	font-size: 14px !important;
	color: #999999;
}

.customized form input::-moz-placeholder,
.customized form textarea::-moz-placeholder {
	font-size: 14px !important;
	color: #999999;
}

.customized form input:-ms-input-placeholder,
.customized form textarea:-ms-input-placeholder {
	font-size: 14px !important;
	color: #999999;
}


.customized ul li.subBtn {
	width: 65.3%;
	padding: 0;
	border-radius: 0;
}

.customized ul li.subBtn input {
	background-color: #f1840f;
	border-radius: 5px;
	overflow: hidden;
	font-size: 16px !important;
	color: #ffffff;
	cursor: pointer;
}


.customized ul li.subBtn input:hover {
	background-color: #3a9649;
}


.customized form .m-formcountry .drop-btn {
	padding: 0 10px;
}

.customized form .m-formcountry .drop-list li {
	padding: 5px 10px;
}

@media screen and (max-width:1560px) {
	.customized .title1 {
		margin-bottom: 20px;
	}

	.customized .tips {
		margin-bottom: 40px;
	}

}

@media screen and (max-width:999px) {
	.customized ul li:nth-child(n) {
		width: 48%;
		margin-top: 15px;
	}

	.customized ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	.customized ul li.message {
		width: 100%;
	}

	.customized .tips {
		font-size: 14px;
		line-height: 24px;
	}

	.customized ul li {
		height: 40px;
	}

	.customized .tips {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.customized ul li.must::after {
		left: -10px;
		top: 9px;
	}

	.customized ul li {
		height: 36px;
	}
}

@media screen and (max-width:450px) {
	.customized ul li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	.customized ul li:nth-child(1) {
		margin-top: 0;
	}
}



/* 2-2application */

.appShow {
	background-color: #f6f6f6;
	padding: 99px 0 82px 0;
}

.appShow .con {
	display: flex;
	justify-content: space-between;
	position: relative;
}


.appShow .shows {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	transition: none;
	margin-right: 3.43%;
}


.appShow .shows .showSipwerBox {
	width: 441px;
	margin-right: 8px;
	background-color: #ffffff;
}


.appShow .shows .showSipwer {
	overflow: hidden;
}

.appShow .shows .checkSwiper {
	width: 132px;
	overflow: hidden;
	height: 100%;

}

.appShow .shows .swiperBox {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 480px;
	padding: 15px 0;
}


.appShow .shows .swiperBox .prev,
.appShow .shows .swiperBox .next {
	width: 100%;
	height: 15px;
	position: absolute;
	color: #666666;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-weight: bold;
}

.appShow .shows .swiperBox .prev i,
.appShow .shows .swiperBox .next i {
	font-weight: bold;
	font-size: 18px;
}


.appShow .shows .swiperBox .prev:hover,
.appShow .shows .swiperBox .next:hover {
	color: #333333;
}


.appShow .shows .swiperBox .prev.swiper-button-disabled,
.appShow .shows .swiperBox .next.swiper-button-disabled {
	cursor: auto;
	color: #666666;
}



.appShow .shows .swiperBox .prev {
	top: 0;
	margin-top: -2px;
}

.appShow .shows .swiperBox .prev i {
	transform: rotate(-90deg);
}

.appShow .shows .swiperBox .next {
	bottom: 0;
	margin-bottom: -2px;
}

.appShow .shows .swiperBox .next i {
	transform: rotate(90deg);
}




.appShow .shows .checkSwiper .swiper-slide {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}


.appShow .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;
}

.appShow .shows .checkSwiper .swiper-slide-thumb-active::after {
	border-color: #3a9649;
}



.showSipwerBox {
	position: relative;
}


.showSipwer .swiper-slide img {
	display: block;
}




.appShow .jianjie {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	padding-bottom: 36px;
}



.appShow .jianjie h1 {
	font-family: Poppins-SemiBold;
	font-size: 24px;
	color: #333333;
	line-height: 34px;
	margin-bottom: 6px;
	margin-top: -5px;
}

.appShow .jianjie .tip {
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 24px;
}

.appShow .jianjie .line {
	width: 100%;
	height: 1px;
	background-color: #c0c0c0;
	margin-bottom: 18px;
}


.appShow .jianjie .des {
	margin-bottom: 30px;
}


.appShow .jianjie .cBtn {
	width: 194px;
	background-color: #f36c2a;
}


.appShow .jianjie .cBtn:hover {
	background-color: #3a9649;
}





/*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;
}




@media screen and (max-width:1560px) {
	.appShow .jianjie {
		padding: 0;
	}

	.appShow .jianjie h1 {
		margin-top: 0;
		margin-bottom: 20px;
	}

	.appShow .jianjie .cBtn {
		height: 45px;
	}

	.appShow .shows .showSipwerBox {
		width: 400px;
	}

	.appShow .shows .swiperBox {
		height: 435px;
	}

	.appShow .shows .swiperBox .prev i,
	.appShow .shows .swiperBox .next i {
		font-size: 16px;
	}

	.appShow .shows .checkSwiper {
		width: 120px;
	}
}


@media screen and (max-width:1333px) {
	.appShow .jianjie h1 {
		font-size: 22px;
		line-height: 30px;
	}

	.appShow .jianjie .cBtn {
		height: 40px;
		width: 180px;
	}

	.appShow .shows .showSipwerBox {
		width: 340px;
	}

	.appShow .shows .swiperBox {
		height: 370px;
	}

	.appShow .shows .checkSwiper {
		width: 99px;
	}
}


@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;
	}

	.appShow .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.appShow .jianjie .tip {
		font-size: 16px;
		line-height: 26px;
	}

	.appShow .jianjie .cBtn {
		height: 36px;
		width: 160px;
	}

	.appShow .shows {
		margin: 0 auto 40px;
	}
}

@media screen and (max-width:768px) {
	.appShow .jianjie h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.appShow .jianjie .tip {
		margin-bottom: 20px;
	}

	.appShow .jianjie .des {
		margin-bottom: 20px;
	}

}

@media screen and (max-width:538px) {
	.appShow .shows .showSipwerBox {
		width: 290px;
	}

	.appShow .shows .swiperBox {
		height: 315px;
	}

	.appShow .shows .checkSwiper {
		width: 82px;
	}

	.appShow .shows {
		margin-bottom: 30px;
	}
}


@media screen and (max-width:450px) {
	.appShow .shows .showSipwerBox {
		width: 220px;
	}

	.appShow .shows .swiperBox {
		height: 240px;
	}

	.appShow .shows .checkSwiper {
		width: 59px;
	}

}




.mortar {
	padding: 81px 0 72px 0;
}


.mortar .title1 {
	text-align: center;
	margin-bottom: 35px;
	font-size: 40px;
}

.mortar .txts p strong {
	font-size: 20px;
	font-family: Poppins-SemiBold;
	color: #333333;
	font-weight:normal;
}


.mortar .txts p {
	padding-left: 35px;
}


.mortar .txts p em {
	position: relative;
	font-style: normal;
}



.mortar .txts p em::after {
	content: "";
	position: absolute;
	left: -35px;
	top: 5px;
	width: 14px;
	height: 14px;
	background-color: #f36c2a;
	border-radius: 50%;
}

@media screen and (max-width:1560px) {
	.mortar .title1 {
		margin-bottom: 40px;
	}

	.mortar .txts p strong {
		font-size: 18px;
	}

	.mortar .txts p em::after {
		width: 12px;
		height: 12px;
		top: 6px;
		left: -30px;
	}

	.mortar .txts p {
		padding-left: 30px;
	}
}

@media screen and (max-width:1333px) {
	.mortar .txts p strong {
		font-size: 16px;
	}

	.mortar .txts p em::after {
		width: 10px;
		height: 10px;
		top: 5px;
	}
}

@media screen and (max-width:999px) {
	.mortar .title1 {
		margin-bottom: 30px;
	}
}


.appDesCard {
	padding: 35px 0 99px 0;
	background-color: #f6f6f6;
}


.appDesCard .checkSwiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
	position: relative;
}


.appDesCard .checkSwiper::after {
	content: "";
	position: absolute;
	bottom: 6px;
	width: 100%;
	background-color: #e0e0e0;
	height: 1px;
}



.appDesCard .checkSwiper .swiper-slide {
	width: auto;
	position: relative;
	font-family: Poppins-SemiBold;
	font-size: 26px;
	line-height: 36px;
	color: #333333;
	margin-right: 145.5px;
	cursor: pointer;
	text-align: center;
	padding: 33px 0;
	transition: .4s ease all;
}


.appDesCard .checkSwiper .swiper-slide:last-child {
	margin-right: 0;
}



.appDesCard .checkSwiper .swiper-slide::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 12px;
	height: 12px;
	background-color: #3a9649;
	border-radius: 50%;
	opacity: 0;
	transition: .4s ease all;
}

.appDesCard .checkSwiper .swiper-slide.swiper-slide-thumb-active,
.appDesCard .checkSwiper .swiper-slide:hover {
	color: #3a9649;
}

.appDesCard .checkSwiper .swiper-slide.swiper-slide-thumb-active::after,
.appDesCard .checkSwiper .swiper-slide:hover::after {
	opacity: 1;
}


.appDesCard .sBtns {
	margin-bottom: 64px;
}


.appDesCard .msgSwiper .swiper-slide{
	height: auto;
}


.appDesCard .image {
	width: 47.78%;
	float: right;
	margin-left: 2.22%;
	margin-top: 3px;
}

.appDesCard .tit {
	background-color: #ffffff;
	padding: 5px 26px;
	position: relative;
	font-family: Poppins-SemiBold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	width: 50%;
	margin-bottom: 20px;
}



.appDesCard .tit::after {
	content: "";
	position: absolute;
	height: calc(100% - 16px);
	width: 2px;
	background-color: #3a9649;
	left: 9px;
	top: 50%;
	transform: translateY(-50%);
}


.appDesCard .txts p {
	hyphens: auto;
}

@media screen and (max-width:1560px) {
	.appDesCard .checkSwiper .swiper-slide {
		padding: 26px 0;
		margin-right: 60px;
		font-size: 22px;
		line-height: 34px;
	}

	.appDesCard .image {
		margin-top: 0;
	}

	.appDesCard .sBtns {
		margin-bottom: 50px;
	}

	.appDesCard .tit {
		padding: 10px 26px;
	}

	.appDesCard .tit::after {
		height: calc(100% - 24px);
	}
}

@media screen and (max-width:1333px) {
	.appDesCard .checkSwiper .swiper-slide {
		padding: 20px 0;
		font-size: 20px;
		margin-right: 50px;
	}

	.appDesCard .checkSwiper .swiper-slide::after {
		width: 10px;
		height: 10px;
	}

	.appDesCard .checkSwiper::after {
		bottom: 5px;
	}

	.appDesCard .sBtns {
		margin-bottom: 40px;
	}

	.appDesCard .tit {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.appDesCard .checkSwiper .swiper-slide {
		font-size: 18px;
		line-height: 28px;
	}

	.appDesCard .sBtns>div {
		margin-top: 20px;
	}

	.appDesCard .tit {
		padding: 7px 20px;
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:768px) {
	.appDesCard .image {
		width: 100%;
		float: none;
		margin: 30px auto 0;
		max-width: 500px;
	}

	.appDesCard .swiper-slide {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.appDesCard .tit {
		width: 100%;
	}
}

@media screen and (max-width:538px) {
	.appDesCard .checkSwiper .swiper-slide {
		margin-right: 40px;
	}
}



.appHotProducts {
	padding: 82px 0 95px 0;
}



.appdetPiece .hotNews {
	position: relative;
	padding: 63px 0 120px 0;
}

.appdetPiece .hotNews::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	background-color: #f4f4f4;
	z-index: -1;
	top: 0;
}


.appdetPiece .relatedApplication {
	padding: 69px 0 63px 0;
}


.appdetPiece .relatedApplication .title1 {
	font-size: 40px;
	margin-bottom: 49px;
}



.appdetPiece .relatedApplication .image {
	margin-bottom: 16px;
}



.appdetPiece .relatedApplication .name {
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 2px;
}

.appdetPiece .relatedApplication .btn {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #3a9649;
}

@media screen and (max-width:1560px) {

	.appdetPiece .hotNews,
	.appdetPiece .relatedApplication {
		padding: 80px 0;
	}

	.appdetPiece .relatedApplication .title1 {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:1333px) {

	.appdetPiece .hotNews,
	.appdetPiece .relatedApplication {
		padding: 60px 0;
	}

	.appdetPiece .relatedApplication .title1 {
		margin-bottom: 30px;
	}

	.appdetPiece .relatedApplication .name {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 5px;
	}
}

@media screen and (max-width:999px) {

	.appdetPiece .hotNews,
	.appdetPiece .relatedApplication {
		padding: 50px 0;
	}

	.appdetPiece .relatedApplication .name {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {

	.appdetPiece .hotNews,
	.appdetPiece .relatedApplication {
		padding: 40px 0;
	}
}



/* 3-1-about */


.aboutUs {
	padding: 91px 0 58px 0;
}


.aboutUs .con {
	margin-bottom: 46px;
}

.aboutUs .image {
	width: 50%;
	float: right;
	margin-left: 2%;
	border-radius: 120px 0px 0px 0px;
	position: relative;
	overflow: hidden;
	margin-top: 9px;
}


.aboutUs .image .video {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	left: 0;
	top: 0;
}


.aboutUs .image .video img {
	width: 83px;
}

.aboutUs .image .video:hover img {
	transform: scale(1.1);
}


.aboutUs .msg .title1 {
	margin-bottom: 27px;
	font-family: Poppins;
}


.aboutUs .msg .tip {
	font-family: Poppins-SemiBold;
	font-size: 20px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 28px;
}


.aboutUs .msg .txts p {
	hyphens: auto;
}

.aboutUs .tit {
	font-family: Poppins-SemiBold;
	font-size: 20px;
	line-height: 36px;
	color: #333333;
	text-align: center;
	width: 90%;
	margin: 0 auto 24px;
}


.aboutUs .des {
	margin-bottom: 32px;
	text-align: center;
}


.aboutUs .cBtn {
	margin: 0 auto;
}


.aboutUs .cBtn:hover {
	background-color: #f36c2a;
}

@media screen and (max-width:1560px) {
	.aboutUs .msg .tip {
		font-size: 18px;
		line-height: 28px;
	}

	.aboutUs .msg .title1 {
		margin-bottom: 30px;
	}

	.aboutUs .con {
		margin-bottom: 50px;
	}

	.aboutUs .image .video img {
		width: 70px;
	}

	.aboutUs .image {
		margin-top: 0;
		border-radius: 80px 0 0 0;
	}

	.aboutUs .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.aboutUs .cBtn {
		height: 45px;
		width: 240px;
	}
}

@media screen and (max-width:1333px) {
	.aboutUs .msg .title1 {
		margin-bottom: 20px;
	}

	.aboutUs .image .video img {
		width: 60px;
	}

	.aboutUs .image {
		border-radius: 60px 0 0 0;
	}

	.aboutUs .tit {
		width: 100%;
	}

	.aboutUs .cBtn {
		height: 40px;
		width: 220px;
	}
}

@media screen and (max-width:999px) {
	.aboutUs .con {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
		margin-bottom: 40px;
	}

	.aboutUs .msg {
		margin-bottom: 30px;
	}

	.aboutUs .msg .tip {
		font-size: 16px;
		line-height: 28px;
	}

	.aboutUs .image {
		width: 100%;
		float: none;
		margin: 0 auto;
		max-width: 600px;
		border-radius: 50px 0 0 0;
	}

	.aboutUs .clear {
		display: none;
	}

	.aboutUs .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.aboutUs .cBtn {
		height: 36px;
		width: 190px;
	}
}

@media screen and (max-width:768px) {
	.aboutUs .msg .tip {
		margin-bottom: 20px;
	}

	.aboutUs .image {
		border-radius: 40px 0 0 0;
	}

	.aboutUs .image .video img {
		width: 55px;
	}

	.aboutUs .con {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.aboutUs .image {
		border-radius: 30px 0 0 0;
	}
}


.history {
	padding: 66px 0 64px 0;
	background-color: #f6f6f6;
}

.history .title1 {
	text-align: center;
	margin-bottom: 41px;
	font-family: Poppins;
}


.history .gallery {
	overflow: hidden;
	margin-bottom: 31px;
	position: relative;
}


.history .gallery .swiper-slide {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.history .gallery .image {
	border-radius: 60px 0px 60px 0px;
	overflow: hidden;
	width: 46.28%;
}

.history .gallery .msg {
	width: 49.8%;
	margin-bottom: 110px;
	margin-top: 48px;
}

.history .gallery .year {
	font-family: Poppins;
	font-size: 46px;
	line-height: 60px;
	color: #f36c2a;
	margin-bottom: 11px;
}

.history .gallery .tit {
	font-family: Poppins;
	font-size: 24px;
	line-height: 34px;
	color: #333333;
	margin-bottom: 12px;
}

.history .gallery .txts {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.history .gallery .sBtns {
	position: absolute;
	left: 50%;
	bottom: 68px;
	z-index: 99;
}

.history .gallery .sBtns>div {
	margin-top: 0;
}

.history .thumbs .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
}


.history .thumbs .sign {
	width: 17px;
	margin-bottom: 20px;
}


.history .thumbs .sign img {
	display: block;
	filter: grayscale(100%) brightness(80%);
}

.history .thumbs .year {
	text-align: center;
}

.history .thumbs {
	overflow: hidden;
	position: relative;
}

.history .thumbs::after {
	content: "";
	position: absolute;
	top: 30px;
	height: 1px;
	background-color: rgba(0, 0, 0, .2);
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
	width: 100%;
}


.history .thumbs .year {
	font-family: Poppins-Regular;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}

.history .thumbs .swiper-slide-thumb-active .sign img,
.history .thumbs .swiper-slide:hover .sign img {
	filter: grayscale(0%) brightness(100%);
}

.history .thumbs .prev,
.history .thumbs .next {
	position: absolute;
	top: 16px;
	z-index: 9;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	z-index: 99;
}

.history .thumbs .prev:hover,
.history .thumbs .next:hover {
	color: #3a9649;
}


.history .thumbs .prev.swiper-button-disabled,
.history .thumbs .next.swiper-button-disabled {
	color: #333333;
	cursor: auto;
}


.history .thumbs .prev {
	left: -3px;
}


.history .thumbs .next {
	right: -3px;
}

@media screen and (max-width:1560px) {
	.history .title1 {
		margin-bottom: 50px;
	}

	.history .gallery .msg {
		margin-top: 0;
		margin-bottom: 80px;
	}

	.history .gallery .sBtns {
		bottom: 30px;
	}

	.history .gallery .year {
		font-size: 36px;
		line-height: 36px;
		margin-bottom: 20px;
	}

	.history .gallery .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.history .gallery {
		margin-bottom: 50px;
	}

	.history .gallery .image {
		border-radius: 40px 0 40px 0;
	}
}

@media screen and (max-width:1333px) {
	.history .title1 {
		margin-bottom: 40px;
	}

	.history .gallery .year {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 10px;
	}

	.history .gallery .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.history .gallery .sBtns {
		bottom: 10px;
	}

	.history .thumbs .year {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.history .gallery .swiper-slide {
		flex-direction: column;
		align-items: flex-start;
	}

	.history .gallery .msg {
		width: 100%;
		margin-bottom: 60px;
	}

	.history .gallery .sBtns {
		bottom: 0;
		transform: translateX(-50%);
	}

	.history .gallery .image {
		border-radius: 30px 0 30px 0;
		width: 100%;
		max-width: 600px;
		margin: 0 auto 30px;
	}

	.history .gallery {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.history .gallery .year {
		font-size: 26px;
		line-height: 36px;
	}

	.history .thumbs .year {
		font-size: 16px;
		line-height: 26px;
	}

	.history .title1 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.history .gallery .year {
		font-size: 24px;
		line-height: 34px;
	}

	.history .gallery .image {
		margin-bottom: 20px;
	}
}


.internationalMarket {
	padding: 72px 0 78px 0;
	position: relative;
}

.internationalMarket .imgBg {
	position: absolute;
	z-index: -1;
	width: 100%;
	top: -55.2%;
	left: 46%;
	transform: translateX(-50%);
}

.internationalMarket .imgBg img {
	display: block;
}


.internationalMarket .title1 {
	text-align: center;
	margin-bottom: 8px;
}

.internationalMarket .txts {
	text-align: center;
	margin-bottom: 48px;
}


.internationalMarket .image {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width:1560px) {
	.internationalMarket .title1 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:999px) {
	.internationalMarket .txts {
		margin-bottom: 40px;
	}

	.internationalMarket .title1 {
		margin-bottom: 20px;
	}
}

.qualityControl {
	padding-bottom: 144px;
}


.qualityControl .title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}


.qualityControl .title1 {
	flex-shrink: 0;
	margin-right: 19%;
	line-height: 83px;
	margin-top: -9px;
}



.qualityControl .con {
	display: flex;
	justify-content: space-between;
}

.qualityControl .msg {
	width: 46%;
	background-color: #f6f6f6;
	padding: 61px 49px 35px;
	position: relative;
}

.qualityControl .msg::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	left: 22.95%;
	background-color: #f6f6f6;
}

.qualityControl .image {
	width: 50%;
	transform: translateY(-104px);
}

.qualityControl .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

@media screen and (max-width:1560px) {
	.qualityControl .image {
		transform: translateY(-50px);
	}

	.qualityControl .msg {
		padding: 50px;
		width: 50%;
	}

	.qualityControl .title1 {
		margin-top: 0;
		margin-right: 10%;
	}

	.qualityControl {
		padding-bottom: 80px;
	}
}

@media screen and (max-width:1333px) {
	.qualityControl .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.qualityControl .title1 {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.qualityControl .title1 br {
		display: none;
	}

	.qualityControl .msg {
		padding: 30px;
	}
	.qualityControl{
		padding-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.qualityControl .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.qualityControl .msg {
		width: 100%;
	}

	.qualityControl .msg::after {
		display: none;
	}
	.qualityControl .image{
		transform: translateX(0);
		width: 100%;
		margin-top: 30px;
		height: 400px;
	}
	.qualityControl .title{
		margin-bottom: 40px;
	}
	
	.qualityControl{
		padding-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.qualityControl .image{
		transform: translateX(0);
		width: 100%;
		margin-top: 30px;
		height: 300px;
	}
	.qualityControl .msg{
		padding: 20px;
	}
}

@media screen and (max-width:538px) {
	.qualityControl .image{
		height: 260px;
	}
	.qualityControl .title{
		margin-bottom: 30px;
	}
}


.certificates {
	padding: 58px 0 66px 0;
	background-color: #f6f6f6;
}

.certificates .title1 {
	text-align: center;
	margin-bottom: 16px;
}


.certificates .checkBtns {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 57px;
	flex-wrap: wrap;
}


.certificates .checkBtns div {
	margin: 5px 27px;
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 28px;
	cursor: pointer;
	color: #333333;
	text-align: center;
}


.certificates .checkBtns div.active,
.certificates .checkBtns div:hover {
	color: #f37e4a;
}


.certificates .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}

.certificates .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.certificates .image:hover img {
	transform: translateY(-10px);
}


.certificates .shadow {
	width: 100%;
	margin-bottom: 1px;
}

.certificates .shadow img {
	display: block;
}


.certificates .name {
	font-family: Roboto-Regular;
	font-size: 18px;
	text-align: center;
	line-height: 28px;
	color: #333333;
}


.certificates .sBtns>div {
	margin-top: 38px;
}


.aboutPiece {
	padding: 148px 0 98px 0;
}

@media screen and (max-width:1560px){
 	.certificates .title1{
		margin-bottom: 30px;
	}
	.certificates .checkBtns{
		margin-bottom: 40px;
	}
}
@media screen and (max-width:1333px){
 	.certificates .checkBtns{
		margin-bottom: 30px;
	}	
	.certificates .checkBtns div{
		margin: 5px 20px;
	}
	.certificates .name{
		font-size: 16px;
	}
	.certificates .sBtns>div{
		margin-top: 30px;
	}
}
@media screen and (max-width:999px){
 	.certificates .checkBtns div{
		font-size: 16px;
		line-height: 28px;
		margin: 5px 10px;
	}	
	.certificates .name{
		font-size: 14px;
		line-height: 24px;
	}
	.certificates .title1{
		margin-bottom: 20px;
	}
}
@media screen and (max-width:768px){
		 
}
@media screen and (max-width:538px){
 		
}




/* 3-2-about */

.equipment .con {
	padding: 91px 0 85px 0;
}

.equipment .con .title1 {
	text-align: center;
	margin-bottom: 32px;
}


.equipment .con .tips {
	margin-bottom: 40px;
}

.equipment .con .image {
	overflow: hidden;
	margin-bottom: 33px;
}


.equipment .con .name {
	text-align: center;
	font-family: Poppins-Regular;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}


@media screen and (max-width:1560px) {
	.equipment .con .title1 {
		margin-bottom: 30px;
	}

	.equipment .con .tips {
		margin-bottom: 30px;
	}

	.equipment .con .image {
		margin-bottom: 20px;
	}

	.equipment .con .name {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:1333px) {
	.equipment .con .name {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:999px) {
	.equipment .con .name {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {}

@media screen and (max-width:538px) {
	.equipment .con .title1 {
		margin-bottom: 20px;
	}

	.equipment .con .tips {
		margin-bottom: 20px;
	}
}




.eqTit {
	font-family: Poppins;
	font-size: 34px;
	line-height: 46px;
	color: #333333;
}


.productionEquipment {
	position: relative;
	padding: 84px 0 62px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.productionEquipment::after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	background-color: #f4f4f4;
	top: 0;
}

.productionEquipment .msg {
	width: 32%;
	padding: 35px 0 119px 0;
}

.productionEquipment .eqTit {
	margin-bottom: 24px;
}


.productionEquipment .txts p {
	hyphens: auto;
}

.productionEquipment .swiperBox {
	width: 61%;
}


.productionEquipment .image {
	overflow: hidden;
	margin-bottom: 25px;
}

.productionEquipment .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.productionEquipment .name {
	text-align: center;
	font-family: Poppins-Regular;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}


.productionEquipment .swiperBox .sBtns>div {
	margin-top: 10px;
}

@media screen and (max-width:1560px) {
	.productionEquipment .msg {
		padding: 30px 0 80px 0;
	}

	.productionEquipment .name {
		font-size: 18px;
		line-height: 28px;
	}

	.productionEquipment .image {
		margin-bottom: 20px;
	}

	.productionEquipment .swiperBox .sBtns>div {
		margin-top: 20px;
	}

	.eqTit {
		font-size: 28px;
		line-height: 38px;
	}

	.productionEquipment .eqTit {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:1333px) {
	.productionEquipment {
		flex-direction: column;
		align-items: flex-start;
	}

	.productionEquipment .msg {
		padding: 0;
		width: 100%;
		margin-bottom: 40px;
	}

	.productionEquipment .name {
		font-size: 16px;
		line-height: 26px;
	}

	.productionEquipment .swiperBox {
		width: 100%;
	}

	.eqTit {
		font-size: 26px;
		line-height: 36px;
	}
}

@media screen and (max-width:999px) {
	.eqTit {
		font-size: 24px;
		line-height: 34px;
	}

	.productionEquipment .msg {
		margin-bottom: 30px;
	}

	.productionEquipment .name {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.eqTit {
		font-size: 22px;
		line-height: 30px;
	}
}

@media screen and (max-width:538px) {
	.eqTit {
		font-size: 20px;
	}

	.productionEquipment .eqTit {
		margin-bottom: 20px;
	}

	.productionEquipment .msg {
		margin-bottom: 20px;
	}
}


.factory {
	padding: 89px 0 117px 0;
}

.factory .eqTit {
	margin-bottom: 12px;
}


.factory .txts {
	margin-bottom: 50px;
}

.factory .show {
	margin-bottom: 73px;
}


.factory .show img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.factory .image {
	overflow: hidden;
	margin-bottom: 25px;
}

.factory .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.factory .name {
	font-family: Poppins-Regular;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	text-align: center;
}

@media screen and (max-width:1560px) {
	.factory .eqTit {
		margin-bottom: 30px;
	}

	.factory .txts {
		margin-bottom: 40px;
	}

	.factory .show {
		margin-bottom: 40px;
	}

	.factory .name {
		font-size: 18px;
		line-height: 28px;
	}

	.factory .image {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1333px) {
	.factory .txts {
		margin-bottom: 30px;
	}

	.factory .show {
		margin-bottom: 30px;
	}

	.factory .name {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:999px) {
	.factory .name {
		font-size: 14px;
		line-height: 24px;
	}

	.factory .show {
		height: 300px;
	}
}

@media screen and (max-width:768px) {
	.factory .show {
		height: 240px;
	}
}

@media screen and (max-width:538px) {
	.factory .eqTit {
		margin-bottom: 20px;
	}
}



.appLaboratory {
	position: relative;
	padding: 76px 0 168px 0;
}

.appLaboratory::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	background-color: #f4f4f4;
	top: 0;
	height: 100%;
	width: 100vw;
}

.appLaboratory .eqTit {
	margin-bottom: 79px;
}


.appLaboratory .item {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.appLaboratory .clear {
	display: none;
}

.appLaboratory .item:nth-child(1) {
	margin-top: 0;
}


.appLaboratory .item:nth-child(2n) {
	flex-direction: row-reverse;
}


.appLaboratory .image {
	overflow: hidden;
	width: 46.94%;
}

.appLaboratory .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.appLaboratory .msg {
	width: 47.9%;
}

.appLaboratory .msg .eqTit {
	margin-bottom: 26px;
}


@media screen and (max-width:1560px) {
	.appLaboratory .eqTit {
		margin-bottom: 50px;
	}

	.appLaboratory .msg .eqTit {
		font-size: 24px;
		line-height: 34px;
	}
}

@media screen and (max-width:1333px) {
	.appLaboratory .msg .eqTit {
		margin-bottom: 20px;
		font-size: 22px;
		line-height: 30px;
	}

	.appLaboratory .eqTit {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.appLaboratory .eqTit {
		margin-bottom: 30px;
	}

	.appLaboratory .item {
		display: block;
	}

	.appLaboratory .clear {
		display: block;
	}

	.appLaboratory .item:nth-child(2n-1) .image {
		float: left;
		margin-right: 5%;
	}

	.appLaboratory .item:nth-child(2n) .image {
		float: right;
		margin-left: 5%;
	}

	.appLaboratory .msg {
		width: 100%;
		padding: 20px 0;
	}

	.appLaboratory .msg .eqTit {
		font-size: 20px;
	}
}

@media screen and (max-width:768px) {
	.appLaboratory .msg .eqTit {
		font-size: 18px;
	}
}

@media screen and (max-width:538px) {

	.appLaboratory .item:nth-child(n) .image {
		width: 100%;
		float: none;
		margin: 0;
		margin-bottom: 20px;
	}

	.appLaboratory .item:nth-child(n) {
		flex-direction: column;
		display: flex;
		align-items: flex-start;
		margin-bottom: 30px;
	}

	.appLaboratory .msg {
		padding: 0;
	}

	.appLaboratory .item:last-child {
		margin-bottom: 0;
	}

	.appLaboratory .msg .eqTit {
		margin-bottom: 16px;
	}
}






.equipmentPiece {
	padding: 51px 0 91px 0;
}

.equipmentPiece .hotProducts {
	margin-bottom: 80px;
}




.cooperate {
	display: flex;
	justify-content: space-between;
}


.cooperate .msg {
	width: 48%;
	padding: 9px 0 14px 0;
}

.cooperate .msg .title1 {
	margin-bottom: 17px;
}


.cooperate .con {
	width: 50%;
	background-color: #f6f6f6;
	border-radius: 60px 0px 60px 0px;
	padding: 32px 30px 58px 30px;
}


.cooperate .con .eqTit {
	font-family: Poppins-SemiBold;
	color: #3a9649;
	margin-bottom: 14px;
}

.cooperate .con .line {
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, .1);
	margin-bottom: 21px;
}


.cooperate .con .des {
	margin-bottom: 60px;
}

.cooperate .con .num {
	font-family: Poppins-SemiBold;
	font-size: 34px;
	line-height: 46px;
	color: #f36c2a;
}

.cooperate .con .num:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


@media screen and (max-width:1560px) {
	.cooperate .con {
		padding: 40px;
		border-radius: 40px 0 40px 0;
	}

	.cooperate .msg .title1 {
		margin-bottom: 30px;
	}

	.cooperate .con .des {
		margin-bottom: 40px;
	}

	.cooperate .con .num {
		font-size: 24px;
		line-height: 34px;
	}

	.cooperate .msg {
		padding: 0;
	}

	.cooperate .con .eqTit {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1333px) {
	.cooperate .con {
		padding: 30px;
		border-radius: 30px 0 30px 0;
	}

	.cooperate .con .des {
		margin-bottom: 40px;
	}

	.cooperate .con .num {
		font-size: 24px;
		line-height: 34px;
	}

	.cooperate .msg {
		padding: 0;
	}

	.equipmentPiece .hotProducts {
		margin-bottom: 60px;
	}

	.cooperate .con .num {
		font-size: 22px;
		line-height: 30px;
	}
}

@media screen and (max-width:999px) {
	.equipmentPiece .hotProducts {
		margin-bottom: 50px;
	}

	.cooperate {
		flex-direction: column;
		align-items: flex-start;
	}

	.cooperate .msg {
		width: 100%;
		margin-bottom: 30px;
	}

	.cooperate .con {
		width: 100%;
		border-radius: 20px 0 20px 0;
	}

	.cooperate .con .num {
		font-size: 20px;
		line-height: 30px;
	}

	.cooperate .con .des {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:768px) {
	.cooperate .con .num {
		font-size: 18px;
		line-height: 28px;
	}

	.cooperate .con {
		padding: 20px;
	}

	.equipmentPiece .hotProducts {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.cooperate .msg .title1 {
		margin-bottom: 20px;
	}
}



/* 3-3-about*/

.teams {
	padding: 91px 0 80px 0;
	position: relative;
}

.teams .imgBg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 100%;
	z-index: -1;
}

.teams .imgBg img {
	display: block;
}



.teams .title1 {
	margin-bottom: 17px;
	text-align: center;
}

.teams .tips {
	margin-bottom: 52px;
}

.teams .list {
	margin-bottom: 99px;
}


.teams .list .item {
	display: flex;
	justify-content: space-between;
	margin-top: 55px;
}

.teams .list .item:nth-child(1) {
	margin-top: 0;
}


.teams .list .item:nth-child(2n) {
	flex-direction: row-reverse;
}

.teams .list .image {
	width: 48.85%;
	overflow: hidden;
}


.teams .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.teams .list .image:hover img {
	transform: none;
	opacity: .6;
}

.teams .list .msg {
	width: 46.2%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}


.teams .list .tit {
	font-family: Poppins;
	font-size: 24px;
	line-height: 34px;
	color: #333333;
	margin-bottom: 25px;
}


.teams .list .tit:hover {
	color: #3a9649;
}

.teams .list .txts {
	margin-bottom: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
}

.teams .list .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 194px;
	height: 50px;
	background-color: #f36c2a;
	border-radius: 25px 0px 25px 0px;
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
}

.teams .list .btn img {
	flex-shrink: 0;
	width: 23px;
	margin-left: 14px;
}


.teams .list .btn:hover {
	background-color: #3a9649;
}


.teams .list .btn:hover img {
	transform: none;
}


.teams .pager {
	margin-bottom: 79px;
}

@media screen and (max-width:1560px) {
	.teams .title1 {
		margin-bottom: 20px;
	}

	.teams .tips {
		margin-bottom: 40px;
	}

	.teams .list .txts {
		-webkit-line-clamp: 5;
	}

	.teams .list .btn {
		font-size: 16px;
		height: 45px;
		border-radius: 20px 0 20px 0;
	}

	.teams .list {
		margin-bottom: 80px;
	}

	.teams .pager {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:1333px) {
	.teams .list .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.teams .list .txts {
		-webkit-line-clamp: 4;
		margin-bottom: 30px;
	}

	.teams .list .btn {
		height: 40px;
		width: 180px;
	}

	.teams .list .item {
		margin-top: 40px;
	}

	.teams .list {
		margin-bottom: 60px;
	}

	.teams .pager {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.teams .list {
		margin-bottom: 50px;
	}

	.teams .pager {
		margin-bottom: 50px;
	}

	.teams .list .tit {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.teams .list .btn {
		height: 36px;
		width: 160px;
		border-radius: 20px 0 20px 0;
	}
}

@media screen and (max-width:768px) {
	.teams .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.teams .list .item:nth-child(n) {
		flex-direction: column;
		align-items: flex-start;
		width: 48%;
		margin-top: 40px;
	}

	.teams .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.teams .list .image {
		width: 100%;
		margin-bottom: 20px;
	}

	.teams .list .msg {
		width: 100%;
	}

	.teams .list .tit {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.teams .list .txts {
		-webkit-line-clamp: 3;
		margin-bottom: 20px;
	}

	.teams .list {
		margin-bottom: 40px;
	}

	.teams .pager {
		margin-bottom: 40px;
	}

}

@media screen and (max-width:538px) {
	.teams .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.teams .list .item:nth-child(1) {
		margin-top: 0;
	}
}


/* 4-1-Sustainability */


.sustainability {
	padding: 100px 0 100px 0;
	background-image: url("../images/sustainabilityM1-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.sustainability .con {
	margin-bottom: 93px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.sustainability .con .clear {
	display: none;
}


.sustainability .con .image {
	width: 47.14%;
	border-radius: 0px 100px 0px 100px;
	float: left;
	overflow: hidden;
}


.sustainability .con .msg {
	width: 45.8%;
}

.sustainability .con .title1 {
	font-family: Poppins;
	margin-bottom: 86px;
	position: relative;
}

.sustainability .con .title1::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -34px;
	width: 104px;
	height: 11px;
	background-color: #3a9649;
}

.improving {
	display: flex;
	flex-wrap: wrap;
}


.improving .msg {
	width: 52%;
	margin-right: 5.86%;
}

.improving .title1 {
	font-family: Poppins;
	margin-bottom: 17px;
}


.improving .des p {
	hyphens: auto;
}

.improving .des p em {
	font-style: normal;
	color: #3a9649;
}

.improving .item {
	width: 32.14%;
	margin-right: 1.79%;
	border-radius: 10px;
	border: solid 1px #d0d0d0;
	padding: 34px 30px 34px 30px;
	margin-top: 34px;
}

.improving .item:last-child {
	margin-right: 0;
}

.improving .item:nth-child(2) {
	margin-right: 0;
	width: 42.14%;
	margin-top: 0;
}



.improving .tit {
	font-family: Poppins-SemiBold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 4px;
}


@media screen and (max-width:1560px) {
	.sustainability .con .title1::after {
		bottom: -26px;
		width: 90px;
		height: 6px;
		background-color: #3a9649;
	}

	.sustainability .con .title1 {
		margin-bottom: 60px;
	}

	.sustainability .con .image {
		border-radius: 0 80px 0 80px;
	}

	.sustainability .con .msg {
		width: 46%;
	}

	.sustainability .con {
		margin-bottom: 80px;
	}

	.improving .item {
		padding: 30px;
	}

	.improving .title1 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1333px) {
	.sustainability .con {
		margin-bottom: 60px;
		display: block;
	}

	.sustainability .con .image {
		float: left;
		border-radius: 0 60px 0 60px;
		margin-right: 5%;
		width: 48%;
	}

	.sustainability .con .msg {
		width: 100%;
	}

	.sustainability .con .title1::after {
		left: 53%;
		height: 5px;
		width: 80px;
		bottom: -20px;
	}

	.sustainability .con .title1 {
		margin-bottom: 50px;
	}

	.improving .item {
		padding: 20px;
		border-radius: 5px;
	}

}

@media screen and (max-width:999px) {
	.sustainability .con .image {
		border-radius: 0 40px 0 40px;
		margin-right: 5%;
		width: 48%;
	}

	.sustainability .con {
		margin-bottom: 50px;
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.sustainability .con .image {
		float: none;
		margin: 0 auto;
		margin-top: 30px;
		width: 100%;
		max-width: 450px;
	}

	.sustainability .con .title1::after {
		left: 0;
	}

	.improving .msg {
		width: 100%;
		margin-bottom: 40px;
		margin-right: 0;
	}

	.improving .item:nth-child(n) {
		width: 48%;
		margin-right: 4%;
		margin-top: 30px;
	}

	.improving .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.improving .item:nth-child(3),
	.improving .item:nth-child(5) {
		margin-right: 0;
	}

	.improving .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:768px) {
	.sustainability .con .image {
		max-width: 400px;
		border-radius: 0 20px 0 20px;
	}

	.sustainability .con .title1::after {
		height: 4px;
		width: 65px;
	}

	.sustainability .con {
		margin-bottom: 40px;
	}

	.improving .tit {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.improving .msg {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.sustainability .con .image {
		max-width: 360px;
	}

	.improving .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
		margin-right: 0;
	}

	.improving .item:nth-child(2) {
		margin-top: 0;
	}
}



/* 5-1service */

.service {
	padding: 96px 0 70px 0;
	position: relative;
}


.service .imgBg {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 100%;
	z-index: -4;
}


.service .imgBg img {
	display: block;
}


.service .title {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 123px;
}

.service .title .title1 {
	margin-right: 11.3%;
}

.service .title em {
	font-style: normal;
	color: #3a9649;
}


.serviceList {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 99px;
}



.serviceList .item {
	width: 23.57%;
	margin-right: 1.90%;
	margin-top: 30px;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 45px 29px 39px;
	position: relative;
	overflow: hidden;
}


.serviceList .item:hover {
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0);
}


.serviceList .item::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -2;
	left: 0;
	top: 0;
	transition: .4s ease all;
	background-color: #ffffff;
}


.serviceList .item:hover::after {
	background-color: #f36c2a;
}



.serviceList .item:hover .image img {
	filter: invert(100%);
}


.serviceList .item:nth-child(4n) {
	margin-right: 0;
}


.serviceList .item:nth-child(-n+4) {
	margin-top: 0;
}


.serviceList .image {
	width: 60px;
	margin: 0 auto 24px;
}

.serviceList .item:hover .tit {
	color: #ffffff;
}

.serviceList .tit {
	text-align: center;
	font-family: Poppins-SemiBold;
	font-size: 20px;
	line-height: 24px;
	color: #333333;
	margin-bottom: 14px;
}

.serviceList .item:hover .txts {
	color: #ffffff;
}

.serviceList .txts {
	text-align: center;
	hyphens: auto;
}

.serviceList .bigImg {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	opacity: 0;
}



.serviceList .bigImg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.serviceList .item:hover .bigImg {
	opacity: 1;
}


.chemical {
	display: flex;
	justify-content: space-between;
	margin-bottom: 133px;
}


.chemical .image {
	width: 44.28%;
	position: relative;
}

.chemical .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}



.chemical .image img,
.chemical .image::after {
	border-radius: 0px 200px 0px 200px;
}

.chemical .image::after {
	content: "";
	position: absolute;
	z-index: -1;
	background-color: #3a9649;
	width: 100%;
	height: 100%;
	top: -10px;
	right: -10px;
}


.chemical .msg {
	width: 48.5%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.chemical .title1 {
	margin-bottom: 33px;
}


.chemical .txts {
	margin-bottom: 76px;
}

.chemical .txts p {
	margin-bottom: 26px;
	font-size: 22px;
}


.chemical .txts p:last-child {
	margin-bottom: 0;
}

.chemical .txts p em {
	font-style: normal;
	display: block;
	position: relative;
	padding-left: 38px;
}


.chemical .txts p em::after {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	background-image: url("../images/txtArr.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	left: 0;
	top: 2px;
}

.chemical .need .tit {
	font-family: Poppins-SemiBold;
	font-size: 36px;
	line-height: 46px;
	color: #333333;
	margin-bottom: 14px;
}

.chemical .need .tip {
	margin-bottom: 34px;
	color: #333333;
}

.chemical .cBtn {
	width: 202px;
}


.chemical .cBtn img {
	filter: grayscale(100%) brightness(500%);
}

.chemical .cBtn:hover {
	background-color: #f36c2a;
}


.tServices {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tServices .tsTit {
	width: 40%;
	margin-bottom: 82px;
}

.tServices .title1 {
	margin-bottom: 63px;
}


.tServices .cBtn {
	width: 258px;
}

.tServices .cBtn img {
	filter: grayscale(100%) brightness(500%);
}


.tServices .cBtn:hover {
	background-color: #f36c2a;
}


.tServices .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 57.64%;
	align-items: center;
}

.tServices .list {
	width: 48.6%;
}

.tServices .list .item {
	padding: 30px 30px 30px;
	background-color: #f7f7f7;
	border-radius: 10px;
	margin-top: 30px;
}


.tServices .list .item:nth-child(1) {
	margin-top: 0;
}



.tServices .list .item:hover {
	background-color: #f36c2a;
}

.tServices .list .tit {
	font-family: Poppins-SemiBold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 5px;
}

.tServices .list .item:hover .tit {
	color: #ffffff;
}

.tServices .list .txts {
	hyphens: auto;
}

.tServices .list .item:hover .txts {
	color: #ffffff;
}

.tServices .list:nth-child(2n-1) {
	transform: translateY(-30px);
}

@media screen and (max-width:1560px) {
	.service .title {
		margin-bottom: 50px;
	}

	.serviceList .item {
		padding: 30px;
	}

	.serviceList .image {
		width: 50px;
	}

	.serviceList .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.serviceList {
		margin-bottom: 80px;
	}

	.chemical .image img,
	.chemical .image::after {
		border-radius: 0 100px 0 100px;
	}

	.chemical .txts p {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.chemical .txts p em::after {
		width: 22px;
		height: 22px;
	}

	.chemical .txts {
		margin-bottom: 50px;
	}

	.chemical .need .tit {
		font-size: 28px;
		line-height: 38px;
	}

	.chemical {
		margin-bottom: 80px;
	}

	.chemical .cBtn,
	.tServices .cBtn {
		height: 45px;
	}

	.tServices .tsTit {
		padding-bottom: 0;
	}

	.tServices .list .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1333px) {
	.service .title {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 40px;
	}

	.service .title .title1 {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.serviceList {
		justify-content: space-between;
	}

	.serviceList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.serviceList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.chemical {
		margin-bottom: 60px;
	}

	.chemical .txts p {
		margin-bottom: 10px;
	}

	.chemical .title1 {
		margin-bottom: 30px;
	}

	.chemical .txts {
		margin-bottom: 40px;
	}

	.chemical .need .tit {
		font-size: 26px;
		line-height: 36px;
	}

	.chemical .need .tip {
		margin-bottom: 30px;
	}

	.chemical .cBtn,
	.tServices .cBtn {
		height: 40px;
	}

	.chemical .cBtn {
		width: 180px;
	}

	.tServices .cBtn {
		width: 220px;
	}

	.tServices {
		flex-direction: column;
		align-items: flex-start;
	}

	.tServices .tsTit {
		width: 100%;
	}

	.tServices .title1 {
		margin-bottom: 30px;
	}

	.tServices .tsTit {
		margin-bottom: 50px;
	}

	.tServices .box {
		width: 100%;
	}

	.tServices .list:nth-child(2n-1) {
		transform: translateY(0);
	}

	.chemical .image img,
	.chemical .image::after {
		border-radius: 0 80px 0 80px;
	}
}

@media screen and (max-width:999px) {
	.service .title .title1 {
		margin-bottom: 20px;
	}

	.serviceList .item {
		padding: 30px 20px;
		border-radius: 5px;
	}

	.serviceList .image {
		width: 45px;
		margin-bottom: 20px;
	}

	.serviceList .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.serviceList {
		margin-bottom: 50px;
	}

	.chemical {
		flex-direction: column-reverse;
	}

	.chemical .msg {
		width: 100%;
		margin-bottom: 40px;
	}

	.chemical .txts p em::after {
		width: 18px;
		height: 18px;
		top: 4px;
	}

	.chemical .txts p em {
		padding-left: 30px;
	}

	.chemical .need .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.chemical .txts {
		margin-bottom: 30px;
	}

	.chemical .image {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}

	.chemical .image img,
	.chemical .image::after {
		border-radius: 0 60px 0 60px;
	}

	.chemical {
		margin-bottom: 50px;
	}

	.chemical .cBtn,
	.tServices .cBtn {
		height: 36px;
	}

	.chemical .cBtn {
		width: 160px;
	}

	.tServices .cBtn {
		width: 200px;
	}

	.tServices .list .item {
		padding: 20px;
		border-radius: 5px;
	}

}

@media screen and (max-width:768px) {
	.serviceList .image {
		width: 40px;
	}

	.service .title {
		margin-bottom: 30px;
	}

	.serviceList {
		margin-bottom: 40px;
	}

	.chemical .title1 {
		margin-bottom: 20px;
	}

	.chemical .image {
		max-width: 360px;
	}

	.chemical .image img,
	.chemical .image::after {
		border-radius: 0 50px 0 50px;
	}

	.chemical {
		margin-bottom: 40px;
	}

	.tServices .tsTit {
		margin-bottom: 40px;
	}

	.tServices .list .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.chemical .need .tit {
		font-size: 20px;
	}
}

@media screen and (max-width:538px) {
	.serviceList .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
		padding: 20px;
	}

	.serviceList .item:nth-child(1) {
		margin-top: 0;
	}

	.chemical .image {
		max-width: 320px;
	}

	.tServices .list:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.tServices .list:nth-child(1) {
		margin-top: 0;
	}
}



.servicePiece {
	background-color: #f7f7f7;
	padding: 100px 0 85px 0;
}

.servicePiece .faqs {
	margin-bottom: 91px;
}



.faqs {
	position: relative;
}


.faqs .iTit {
	margin-bottom: 100px;
}


.faqs {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}


.faqs .checksBox {
	width: 54.8%;
	margin-top: 13px;
}


.faqs .checksBox .title1 {
	margin-bottom: 14px;
	line-height: 70px;
}


.faqs .swiper {
	width: 38%;
	margin: 0;
}


.faqs .checks .item {
	border-bottom: 1px solid #d3d3d3;
	padding: 25px 0 27px 0;
}


.faqs .checks .tit {
	font-family: Poppins-SemiBold;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.faqs .checks .tit:hover {
	color: #3a9649;
}

.faqs .checks .tit:hover i {
	color: #3a9649;
}

.faqs .checks .tit i {
	font-size: 16px;
	font-weight: bold;
	flex-shrink: 0;
	margin-left: 30px;
}


.faqs .checks .txts {
	display: none;
	transition: none;
	padding-top: 5px;
}


.faqs .checks .item:nth-child(1) {
	padding-top: 0;
}


.faqs .checks .item:nth-child(1) .txts {
	display: block;
}


.faqs .checks .item.active {
	padding-bottom: 14px;
}


.faqs .checks .item.active .tit i {
	transform: rotate(90deg);
}


.faqs .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

@media screen and (max-width:1560px) {
	.faqs .checks .item:nth-child(n) {
		padding: 20px 0;
	}

	.faqs .checksBox {
		margin-top: 0;
	}

	.faqs .checks .txts {
		padding-top: 10px;
	}

	.faqs .checksBox .title1 {
		margin-bottom: 20px;
	}

	.servicePiece .faqs {
		margin-bottom: 80px;
	}

	.faqs .checks .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.faqs .swiper {
		width: 40%;
	}
}

@media screen and (max-width:1333px) {
	.faqs .checks .item:nth-child(n) {
		padding: 14px 0;
	}

	.faqs .checks .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.faqs .checks .tit i {
		font-size: 14px;
		line-height: 24px;
	}

	.servicePiece .faqs {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.servicePiece .faqs {
		flex-direction: column-reverse;
		align-items: flex-start;
		margin-bottom: 50px;
	}

	.faqs .checksBox {
		width: 100%;
	}

	.faqs .checks .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.faqs .checks {
		margin-bottom: 40px;
	}

	.faqs .swiper {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
}

@media screen and (max-width:768px) {
	.faqs .swiper {
		max-width: 360px;
	}

	.faqs .checks {
		margin-bottom: 30px;
	}

	.servicePiece .faqs {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.faqs .swiper {
		max-width: 320px;
	}
}




.download .title1 {
	text-align: center;
	margin-bottom: 43px;
}

.download .swiper-slide {
	height: auto;
	background-color: #f1f1f1;
	border-radius: 30px;
	padding: 44px 30px 30px 30px;
	position: relative;
}

.download .tit {
	font-family: Poppins-SemiBold;
	font-size: 20px;
	line-height: 32px;
	color: #333333;
	margin-bottom: 10px;
}

.download .txts {
	margin-bottom: 62px;
}


.download .downloadBtn {
	position: absolute;
	right: 30px;
	bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #3a9649;
	width: 62px;
	height: 62px;
	background-color: #3a9649;
	font-size: 28px;
	color: #ffffff;
	cursor: pointer;
}

.download .downloadBtn:hover {
	background-color: #f36c2a;
}


.download .swiper-pagination {
	position: static;
	margin-top: 54px;
}

.download .swiper-pagination span {
	width: 28px;
	height: 8px;
	background-color: #e1e1e1;
	margin: 5px 5px !important;
	border-radius: 0;
	opacity: 1;
}


.download .swiper-pagination span.swiper-pagination-bullet-active {
	width: 48px;
	background-color: #3a9649;
}

@media screen and (max-width:1560px) {
	.download .swiper-slide {
		border-radius: 10px;
		padding: 30px;
	}

	.download .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.download .downloadBtn {
		width: 50px;
		height: 50px;
		font-size: 22px;
	}

	.download .swiper-pagination {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.download .title1 {
		margin-bottom: 40px;
	}

	.download .swiper-pagination {
		margin-top: 30px;
	}

	.download .downloadBtn {
		width: 45px;
		height: 45px;
		font-size: 20px;
	}

	.download .swiper-pagination span {
		height: 5px;
	}
}

@media screen and (max-width:999px) {
	.download .title1 {
		margin-bottom: 30px;
	}

	.download .swiper-slide {
		border-radius: 5px;
		padding: 20px;
	}

	.download .tit {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.download .swiper-pagination span {
		width: 20px;
	}

	.download .swiper-pagination span.swiper-pagination-bullet-active {
		width: 30px;
	}

	.download .downloadBtn {
		right: 20px;
		bottom: 20px;
		width: 40px;
		height: 40px;
	}

	.download .txts {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:538px) {
	.download .swiper-pagination {
		margin-top: 20px;
	}
}


/* download */


.frame {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999999999;
	top: 0;
	left: 0;
	display: none;
	transition: none;
}



.frame .box {
	position: absolute;
	left: 50%;
	top: 50%;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	transform: translateY(-50%) translateX(-50%);
	width: 790px;
	max-height: 100%;
	background-color: #ffffff;
	padding: 55px 125px 81px 125px;
	max-width: calc(100vw - 80px);
	overflow: auto;
}


.frame .box::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #00000000;
	border-radius: 10px;
}

.frame .box::-webkit-scrollbar-thumb {
	background-color: #3a9649;
}

.frame .box::-webkit-scrollbar-track {
	background-color: transparent;
}



.frame .tit {
	font-family: Poppins-SemiBold;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	text-align: center;
	margin-bottom: 28px;
}



.frame form>ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.frame form>ul>li {
	width: 100%;
	margin-top: 13px;
	height: 64px;
	padding: 0 10px;
	background-color: #f5f5f5;
}


.frame form>ul>li:nth-child(-n+1) {
	margin-top: 0;
}


.frame input {
	width: 100%;
	height: 100%;
	background-color: transparent;
}


.frame form li.codeCon {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	overflow: hidden;
}


.frame .codeCon input {
	flex: 1;
	padding: 0 10px;
}


.frame .codeCon .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	width: 83px;
	height: 40px;
	margin-right: 10px;
}



.frame .codeCon .codeImg img {
	height: 100%;
}



.frame form li.subBtn {
	padding: 0;
	border-radius: 0;
	background-color: transparent;
	border: none;
	margin-top: 30px;
}


.frame form li.subBtn input {
	cursor: pointer;
	background-color: #3a9649;
	border: 1px solid #3a9649;
	color: #ffffff;
}

.frame form li.subBtn input:hover {
	background-color: #ffffff;
	color: #3a9649;
}


.frame .closeBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	right: 22px;
	top: 24px;
	cursor: pointer;
	z-index: 99;
}


.frame .closeBtn i {
	font-size: 31px;
	color: #333333;
}



.frame .closeBtn:hover i {
	color: #3a9649;
}


.frame input::-webkit-input-placeholder,
.frame textarea::-webkit-input-placeholder {
	color: #999999;
	opacity: 1;
}

.frame input:-moz-placeholder,
.frame textarea:-moz-placeholder {
	color: #999999;
	opacity: 1;
}

.frame input::-moz-placeholder,
.frame textarea::-moz-placeholder {
	color: #999999;
	opacity: 1;
}

.frame input:-ms-input-placeholder,
.frame textarea:-ms-input-placeholder {
	color: #999999;
	opacity: 1;
}




@media screen and (max-width:1560px) {
	.frame .box {
		padding: 50px 40px;
		border-radius: 5px;
	}

	.frame form>ul>li {
		height: 50px;
	}
}

@media screen and (max-width:1333px) {
	.frame .tit {
		font-size: 28px;
		line-height: 38px;
	}

	.frame form>ul>li {
		height: 45px;
	}
}

@media screen and (max-width:999px) {
	.frame .tit {
		font-size: 26px;
		line-height: 36px;
	}

	.frame .box {
		padding: 40px 30px;
	}

	.frame form>ul>li {
		height: 40px;
	}

	.frame .codeCon .codeImg {
		margin-right: 0;
	}
}

@media screen and (max-width:768px) {
	.frame .tit {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:538px) {
	.frame form>ul>li {
		height: 36px;
	}

	.frame .codeCon .codeImg {
		height: 36px;
		width: 73px;
	}

	.frame .box {
		padding: 30px 20px;
	}

	.frame .box {
		max-width: calc(100vw - 30px);
	}

	.frame .closeBtn {
		top: 15px;
		right: 15px;
	}

	.frame .closeBtn i {
		font-size: 24px;
	}

	.frame .tit {
		font-size: 22px;
		line-height: 30px;
	}
}


/* 6-1News */

.news {
	padding: 89px 0 93px 0;
}

.news .title1 {
	margin-bottom: 40px;
	text-align: center;
}



.news .show {
	display: flex;
	justify-content: space-between;
	background-color: #ffffff;
	margin-bottom: 79px;
}

.news .show .image {
	width: 47.57%;
	overflow: hidden;
	position: relative;
	z-index: 9;
}

.news .show .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.news .show .msg {
	width: 52.43%;
	padding: 40px 40px 104px 86px;
	box-shadow: 0px 4px 16px 0px rgba(3, 0, 0, 0.2);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}


.news .show .time {
	font-size: 16px;
	line-height: 26px;
	color: #3a9649;
	margin-bottom: 3px;
}


.news .show .title {
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 32px;
	color: #333333;
	margin-bottom: 14px;
}


.news .show .title:hover {
	color: #3a9649;
}

.news .show .txts {
	margin-bottom: 52px;
}

.news .show .btn {
	font-family: Poppins-Regular;
	font-size: 13px !important;
	line-height: 26px !important;
	color: #f36c2a;
}


.news .show .btn:hover {
	color: #3a9649;
}


.news .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 68px;
}


.news .list .newItem {
	width: 30.71%;
	margin-right: 3.935%;
	margin-top: 60px;
}

.news .list .newItem:nth-child(3n) {
	margin-right: 0;
}

.news .list .newItem:nth-child(-n+3) {
	margin-top: 0;
}

.news .list .newItem .msg {
	box-shadow: 0px 4px 16px 0px rgba(3, 0, 0, 0.2);
}


.news .list .newItem .image {
	position: relative;
	z-index: 9;
}


@media screen and (max-width:1560px) {
	.news .show .msg {
		padding: 40px;
	}

	.news .show .time {
		margin-bottom: 10px;
	}

	.news .show .txts {
		margin-bottom: 30px;
	}

	.news .show {
		margin-bottom: 60px;
	}

	.news .list .newItem {
		margin-top: 40px;
	}

	.news .list {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1333px) {
	.news .show .msg {
		padding: 30px;
	}

	.news .show {
		margin-bottom: 50px;
	}

	.news .list .newItem {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.news .list {
		margin-bottom: 50px;
	}

}

@media screen and (max-width:999px) {
	.news .show .title {
		font-size: 16px;
		line-height: 28px;
	}

	.news .show .txts {
		margin-bottom: 20px;
	}

	.news .show {
		margin-bottom: 40px;
	}

	.news .list {
		justify-content: space-between;
	}

	.news .list .newItem:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.news .list .newItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.news .list {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.news .show .msg {
		padding: 25px;
	}

	.news .title1 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:450px) {
	.news .show {
		flex-direction: column;
		align-items: flex-start;
	}

	.news .show .msg {
		width: 100%;
	}

	.news .show .image {
		width: 100%;
	}

	.news .show .txts {
		-webkit-line-clamp: 3;
	}

	.news .list .newItem:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.news .list .newItem:nth-child(1) {
		margin-top: 0;
	}
}



/* 6-2News */

.newDet {
	padding: 100px 0 98px 0;
}


.newDet .con {
	display: flex;
	justify-content: space-between;
}

.newDet .describe {
	width: 66.85%;
}

.newDet .latestNews {
	width: 26.42%;
}

.newDet .describe h1 {
	font-family: Poppins-SemiBold;
	font-size: 28px;
	line-height: 38px;
	color: #333333;
	margin-bottom: 20px;
}


.newDet .tips {
	display: flex;
	align-items: center;
	margin-bottom: 28px;
}

.newDet .tips .time {
	font-size: 14px !important;
	line-height: 26px;
	color: #999999;
	margin-right: 20px;
}

.share {
	display: flex;
	align-items: center;
}

.share span {
	flex-shrink: 0;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	margin-right: 5px;
}


.newDet .describe .msg {
	padding: 23px 0 30px 0;
	border-top: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
	margin-bottom: 30px;
}



.latestNews .tit {
	font-family: Poppins-SemiBold;
	font-size: 36px;
	line-height: 46px;
	color: #333333;
	margin-bottom: 27px;
}


.latestNews .newItem {
	margin-bottom: 41px;
}


.latestNews .newItem:last-child {
	margin-bottom: 0;
}

.latestNews .newItem .msg {
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}



.prevOrNext>div {
	display: flex;
	align-items: center;
}

.prevOrNext>div.prev {
	margin-bottom: 17px;
}

.prevOrNext a.tit {
	color: #555555;
}

.prevOrNext a.tit:hover {
	color: #3a9649;
}

.prevOrNext .tit {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 16px;
	line-height: 26px;
}

.prevOrNext .tit {
	color: #888888;
}


.prevOrNext .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
	width: 43px;
	height: 43px;
	color: #ffffff;
	flex-shrink: 0;
	margin-right: 15px;
	border-radius: 50%;
	background-color: rgba(58, 150, 73, 0.1);
	color: #3a9649;
}


.prevOrNext a.btn:hover {
	background-color: #3a9649;
	color: #ffffff;
}

.newProduct {
	background-color: #f6f6f6;
	padding: 74px 0 80px 0;
}

.hotProducts .title1 {
	text-align: center;
	margin-bottom: 55px;
	font-size: 40px;
}


.hotProducts .image {
	overflow: hidden;
	margin-bottom: 20px;
}

.hotProducts .tit {
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 7px;
}


.hotProducts .tit:hover {
	color: #3a9649;
}


.hotProducts .txts {
	line-height: 26px;
}

.sBtns {
	display: flex;
	align-items: center;
	justify-content: center;
}


.sBtns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background-color: #3a9649;
	border: solid 1px #3a9649;
	border-radius: 50%;
	margin-top: 43px;
	color: #ffffff;
	font-size: 12px;
	cursor: pointer;
}


.sBtns>div.prev {
	margin-right: 5px;
}



.sBtns>div:hover {
	background-color: transparent;
	color: #3a9649;
}



.sBtns>div.swiper-button-disabled {
	cursor: auto;
	background-color: #3a9649;
	border: solid 1px #3a9649;
	color: #ffffff;
}

@media screen and (max-width:1560px) {
	.newDet .describe h1 {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 30px;
	}

	.latestNews .tit {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 30px;
	}

	.newDet .tips {
		margin-bottom: 30px;
	}

	.newDet .describe .msg {
		padding: 30px 0;
	}

	.prevOrNext>div.prev {
		margin-bottom: 10px;
	}

	.prevOrNext .btn {
		width: 38px;
		height: 38px;
	}

	.hotProducts .title1 {
		margin-bottom: 40px;
	}

	.sBtns>div {
		margin-top: 30px;
	}

	.sBtns>div.prev {
		margin-right: 14px;
	}
}

@media screen and (max-width:1333px) {
	.newDet .describe h1 {
		font-size: 24px;
		line-height: 34px;
	}

	.latestNews .tit {
		font-size: 26px;
		line-height: 36px;
	}

	.hotProducts .title1 {
		margin-bottom: 30px;
	}

	.hotProducts .image {
		margin-bottom: 10px;
	}

	.hotProducts .tit {
		font-size: 16px;
		line-height: 26px;
	}

}

@media screen and (max-width:999px) {
	.newDet .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet .describe {
		width: 100%;
		margin-bottom: 50px;
	}

	.share span {
		font-size: 14px;
		line-height: 26px;
		margin-right: 10px;
	}

	.newDet .describe h1 {
		font-size: 22px;
		line-height: 30px;
	}

	.prevOrNext .tit {
		font-size: 14px;
		line-height: 24px;
	}

	.newDet .latestNews {
		width: 100%;
	}

	.latestNews .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.latestNews .list .newItem {
		width: 48%;
		margin-top: 30px;
		margin-bottom: 0;
	}

	.latestNews .list .newItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.latestNews .tit {
		font-size: 24px;
		line-height: 34px;
	}

	.hotProducts .txts {
		font-size: 14px;
		line-height: 26px;
	}

	.hotProducts .tit {
		font-size: 14px;
		line-height: 26px;
	}
}


@media screen and (max-width:768px) {
	.newDet .describe h1 {
		font-size: 20px;
	}

	.latestNews .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.newDet .describe {
		margin-bottom: 40px;
	}

	.prevOrNext .btn {
		width: 36px;
		height: 36px;
	}
}

@media screen and (max-width:450px) {
	.latestNews .list .newItem:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.latestNews .list .newItem:nth-child(1) {
		margin-top: 0;
	}
}




/* 7-1-Contact us */

.contactUs {
	padding: 100px 0 91px 0;
}


.contactUs .con {
	display: flex;
	justify-content: space-between;
	margin-bottom: 163px;
}

.contactUs .map {
	width: 47.14%;
}


.contactUs .map img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.contactUs .cFrom {
	width: 47.15%;
}


.cFrom .title1 {
	margin-bottom: 45px;
	margin-top: -9px;
}


.cFrom ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cFrom ul li {
	width: 48.9%;
	height: 64px;
	margin-top: 15px;
	padding: 0 10px;
	border: solid 1px #afafaf;
}

.cFrom ul li:nth-child(-n+2) {
	margin-top: 0;
}


.cFrom ul li.message {
	width: 100%;
	height: 158px;
	padding: 10px 10px;
}

.cFrom ul li.code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	width: 100%;
}

.cFrom ul li.code input {
	flex: 1;
	padding: 0 10px;
}


.cFrom ul li.code .codeImg {
	flex-shrink: 0;
	height: 100%;
	max-width: 80px;
	background-color: #f3fbfe;
	cursor: pointer;
}

.cFrom ul li.code .codeImg img {
	height: 100%;
}

.cFrom ul li.subBtn {
	padding: 0;
	border: none;
}

.cFrom ul li.subBtn input {
	background-color: #3a9649;
	font-size: 18px;
	color: #ffffff;
	border: 1px solid #3a9649;
	cursor: pointer;
}

.cFrom ul li.subBtn input:hover {
	background-color: #ffffff;
	color: #3a9649;
}


.cFrom ul li.must {
	position: relative;
}

.cFrom ul li.must::after {
	content: "*";
	position: absolute;
	left: 19px;
	top: 15px;
	font-family: Poppins-Regular, Arial, sans-serif;
	font-size: 16px;
	color: #ff0000;
}


.cFrom input,
.cFrom textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	font-family: Poppins-Regular, Arial, sans-serif;
	font-size: 16px;
}


.cFrom input::-webkit-input-placeholder,
.cFrom textarea::-webkit-input-placeholder {
	color: #666666;
	opacity: 1;
}

.cFrom input:-moz-placeholder,
.cFrom textarea:-moz-placeholder {
	color: #666666;
	opacity: 1;
}

.cFrom input::-moz-placeholder,
.cFrom textarea::-moz-placeholder {
	color: #666666;
	opacity: 1;
}

.cFrom input:-ms-input-placeholder,
.cFrom textarea:-ms-input-placeholder {
	color: #666666;
	opacity: 1;
}


.cFrom .m-formcountry .drop-btn {
	padding: 0 10px;
}

.cFrom .m-formcountry .drop-list li {
	padding: 5px 10px;
}

.cFrom .m-formcountry .drop-btn i,
.cFrom .m-formcountry .drop-btn svg {
	right: 6px;
	font-size: 24px;
	font-weight: bold;
	color: #cccccc;
}


.m-formcountry {
	position: relative;
	padding: 0;
}

.m-formcountry .drop-btn {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0 18px;
	left: 0;
	top: 0;
}


.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 12px;
}

.m-formcountry .drop-list {
	display: none;
	border: 1px solid #e6e6e6;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	max-height: 223px;
	overflow-x: hidden;
	z-index: 10001;
	scrollbar-color: #3a9649 rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
}

.m-formcountry .drop-list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.m-formcountry .drop-list::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
}

.m-formcountry .drop-list::-webkit-scrollbar-thumb {
	background-color: #3a9649;
}

.m-formcountry .drop-list li {
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	padding: 5px 18px;
	cursor: pointer;
	border: none;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
	width: 100%;
	height: auto;
	margin: 0;
	border-radius: 0;
	height: auto;
	margin: 0;
}

.m-formcountry .drop-list li.on {
	background-color: #3a9649;
	color: #ffffff;
}



.cFrom .m-formcountry .drop-list li {
	font-size: 16px;
	line-height: 26px;
	height: auto;
	border: none;
	border-bottom: 1px solid #e6e6e6;
}




.companyList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.companyList .item {
	width: 30%;
	margin-right: 5%;
	display: flex;
	align-items: flex-start;
	margin-top: 30px;
}


.companyList .item:nth-child(3n) {
	margin-right: 0;
}

.companyList .item:nth-child(-n+3) {
	margin-top: 0;
}


.companyList .image {
	width: 46px;
	flex-shrink: 0;
	margin-right: 22px;
	position: relative;
	z-index: 9;
	transform: translateY(-14px);
}

.companyList .image::after {
	content: "";
	position: absolute;
	width: 36px;
	height: 36px;
	background-color: #fff0e8;
	z-index: -1;
	right: -10px;
	bottom: -8px;
	border-radius: 50%;
}

.companyList .tit {
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	margin-bottom: 9px;
}

.companyList .txts p {
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}


@media screen and (max-width:1560px) {
	.cFrom ul li {
		height: 50px;
	}

	.contactUs .con {
		margin-bottom: 80px;
	}

	.cFrom .title1 {
		margin-top: 0;
	}
}

@media screen and (max-width:1333px) {
	.cFrom .title1 {
		margin-bottom: 40px;
	}

	.cFrom ul li {
		height: 45px;
	}

	.companyList .item {
		flex-direction: column;
		align-items: flex-start;
		width: 31%;
		margin-right: 3.5%;
	}

	.companyList .image {
		margin-right: 0;
		transform: translateY(0);
		margin-bottom: 20px;
		width: 40px;
	}

	.contactUs .con {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.contactUs .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.cFrom .title1 {
		margin-bottom: 30px;
	}

	.contactUs .cFrom {
		width: 100%;
		margin-bottom: 50px;
	}

	.contactUs .map {
		width: 100%;
		height: 400px;
	}

	.companyList .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.contactUs .con {
		margin-bottom: 50px;
	}

	.companyList .image {
		width: 35px;
	}

	.companyList .image::after {
		width: 30px;
		height: 30px;
	}

	.companyList {
		justify-content: space-between;
	}

	.companyList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.companyList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.cFrom ul li {
		height: 40px;
	}

	.cFrom .m-formcountry .drop-list li {
		font-size: 14px;
		line-height: 24px;
		height: auto;
		margin: 0;
	}
}

@media screen and (max-width:768px) {
	.contactUs .cFrom {
		margin-bottom: 40px;
	}

	.contactUs .con {
		margin-bottom: 40px;
	}

	.contactUs .map {
		height: 340px;
	}
}

@media screen and (max-width:450px) {
	.cFrom ul li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	.cFrom ul li {
		height: 34px;
	}

	.cFrom .m-formcountry .drop-list li {
		height: auto;
	}

	.cFrom ul li:nth-child(1) {
		margin-top: 0;
	}

	.cFrom ul li.message {
		height: 120px;
	}

	.cFrom .m-formcountry .drop-btn i,
	.cFrom .m-formcountry .drop-btn svg {
		font-size: 20px;
	}

	.contactUs .map {
		height: 300px;
	}

	.companyList .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.companyList .item:nth-child(1) {
		margin-top: 0;
	}

	.companyList .image {
		width: 32px;
	}

	.cFrom .m-formcountry .drop-list li {
		height: auto;
		margin: 0;
	}
}



/* innerBanner */

.innerBanner {
	height: 500px;
	position: relative;
}

.innerBanner .image {
	height: 100%;
}

.innerBanner .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.innerBanner .con {
	position: absolute;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.innerBanner .title {
	font-family: Poppins;
	font-size: 50px;
	line-height: 50px;
	color: #ffffff;
	margin-bottom: 5px;
	text-align: center;
}




/* crumb */


.crumb {
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.crumb img {
	width: 22px;
	flex-shrink: 0;
	margin-right: 10px;
	transform: translateY(5px);
}

.crumb a,
.crumb i {
	font-size: 14px;
	line-height: 26px;
	color: #ffffff;
}

.crumb a.active,
.crumb a:hover {
	color: #3a9649;
}



/* 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 {
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px !important;
	color: #666666;
	margin: 5px 5px;
	border: solid 1px #a7a7a7;
	background-color: #ffffff;


	display: inline-block;
	text-align: center;

	line-height: 30px;
	padding: 0 14px;
	margin: 5px;



}



.pager .pageList a.active,
.pager .pageList a:hover {
	color: #ffffff !important;
	background-color: #3a9649;
	border-color: #3a9649;
}


/*.pager .pageList a.prev {
	width: 79px;
}


.pager .pageList a.next {
	width: 61px;
}*/



.pager .addTo {
	display: flex;
	align-items: center;
	padding: 5px 17px;
}


.pager .addTo input {
	font-family: Poppins-Regular, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	background-color: transparent;
	margin-right: 11px;
	cursor: pointer;
}


@media screen and (max-width:1560px) {
	.innerBanner {
		height: 400px;
	}

	.innerBanner .title {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:1333px) {
	.innerBanner {
		height: 340px;
	}

	.innerBanner .title {
		font-size: 36px;
		line-height: 36px;
	}
}

@media screen and (max-width:999px) {
	.innerBanner {
		height: 300px;
	}

	.innerBanner .title {
		font-size: 32px;
		line-height: 32px;
	}
}

@media screen and (max-width:768px) {
	.innerBanner {
		height: 260px;
	}

	.innerBanner .title {
		font-size: 28px;
		line-height: 28px;
	}

	.crumb img {
		width: 18px;
		transform: translateY(2px);
	}
}

@media screen and (max-width:538px) {
	.innerBanner {
		height: 220px;
	}

	.innerBanner .title {
		font-size: 24px;
		line-height: 24px;
	}
}


/* footer */



footer {
	background-color: #131313;
	padding: 93px 0 50px 0;
}


footer .footerList {
	display: flex;
	align-items: flex-start;
}



footer .footerList .box {
	margin-top: 21px;
}

footer .footerList .box li {
	margin-top: 9px;
}

footer .footerList .box li:nth-child(1) {
	margin-bottom: 0;
}


footer .footerList .titBox .meuBtn {
	display: none;
}


footer .footerList .fNav {
	width: 18%;
	margin-right: 5.46%;
}

footer .footerList .fNav .box p,
footer .footerList .fNav .box a {
	font-size: 14px;
}

footer .footerList .fProduct {
	width: 18%;
	margin-right: 3.5%;
}


footer .footerList .fProduct .box p,
footer .footerList .fProduct .box a {
	font-size: 14px;
	position: relative;
	display: flex;
	align-items: flex-start;
}

footer .footerList .fProduct .box p:before,
footer .footerList .fProduct .box a:before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background-color: #ffffff;
	border-radius: 50%;
	flex-shrink: 0;
	margin-right: 10px;
	margin-top: 9px;
	transition: .4s ease all;
}


footer .footerList .fProduct .box a:hover::before {
	background-color: #3a9649;
}

footer .footerList .fContact {
	width: 22%;
	margin-right: 3.5%;
}


footer .footerList .fContact p {
	display: inline;
}

footer .footerList .fContact li {
	display: flex;
	align-items: flex-start;
	/* margin-top: 10px; */
}

footer .footerList .fContact li i {
	margin-right: 8px;
	flex-shrink: 0;
	color: #ffffff;
}

/* footer .footerList .fContact li:nth-child(1) {
	margin-top: 0;
} */


footer .footerList .fInquiry {
	width: 29.54%;
}

footer .footerList .fInquiry form {
	margin-top: 31px;
}


footer .footerList form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


footer .footerList form ul li {
	height: 41px;
	margin-top: 16px;
	padding: 0 25px;
	width: 48.5%;
	border: solid 1px #ededed;
	border-radius: 6px;
}

footer .footerList form ul li:nth-child(-n+2) {
	margin-top: 0;
}



.fInquiry form input,
.fInquiry form textarea {
	width: 100%;
	height: 100%;
	color: #ffffff;
	background-color: transparent;
	font-size: 14px !important;
}



.fInquiry form li.code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	width: 75.6%;
}


.fInquiry form li.message {
	width: 100%;
	height: 84px;
	padding: 9px 25px;
}




.fInquiry form li.code input {
	flex: 1;
	padding: 0 25px;
}


.fInquiry form li.code .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	max-width: 84px;
	height: 100%;
	background-color: #f3fbfe;
}

.fInquiry form li.code .codeImg img {
	height: 100%;
}

.fInquiry form li.subBtn {
	padding: 0;
	border: none;
	width: 20.9%;
}


.fInquiry form li.subBtn input {
	background-color: #3a9649;
	cursor: pointer;
	color: #ffffff;
	border-radius: 6px;
}



.fInquiry form li.subBtn input:hover {
	background-color: #ffffff;
	color: #3a9649;
}



.fInquiry form li.must {
	position: relative;
}


.fInquiry form li.must::after {
	content: "*";
	position: absolute;
	left: 18px;
	top: 8px;
	font-family: Poppins-Regular, Arial, sans-serif;
	font-size: 14px;
	color: #ff0000;
}



.fInquiry form input::-webkit-input-placeholder,
.fInquiry form textarea::-webkit-input-placeholder {
	font-size: 14px !important;
	color: #d2d2d2;
}

.fInquiry form input:-moz-placeholder,
.fInquiry form textarea:-moz-placeholder {
	font-size: 14px !important;
	color: #d2d2d2;
}

.fInquiry form input::-moz-placeholder,
.fInquiry form textarea::-moz-placeholder {
	font-size: 14px !important;
	color: #d2d2d2;
}

.fInquiry form input:-ms-input-placeholder,
.fInquiry form textarea:-ms-input-placeholder {
	font-size: 14px !important;
	color: #d2d2d2;
}



footer a,
footer p,
footer div {
	font-size: 16px;
	line-height: 26px;
	color: #d2d2d2;
}

footer .box a:hover {
	color: #3a9649;
}

footer .title {
	font-family: Poppins-SemiBold;
	font-size: 30px;
	line-height: 40px;
	color: #ffffff;
	display: block;
}

footer a.title:hover {
	color: #3a9649;
}

footer .line {
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .2);
	margin: 21px 0 25px 0;
}



footer .copyright {
	color: #d2d2d2;
	margin-bottom: 4px;
}


footer .copyright a {
	display: inline;
	color: #d2d2d2;
}


footer .copyright a img {
	display: inline-block;
	margin-left: 5px;
}

footer .copyright a:hover img {
	transform: scale(1.1);
}

footer .links span {
	color: #d2d2d2;
}

footer .links a {
	margin-right: 10px;
	color: #d2d2d2;
}


footer .email a {
	word-break: break-all;
}


.fBottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
}

footer .blogrolls {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	margin-left: 30px;
}

footer .blogrolls a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px 0;
	font-size: 16px;
	margin-left: 15.5px;
	width: 32px;
	height: 32px;
	border-radius: 5px;
	border: solid 1px #d2d2d2;
	color: #d2d2d2;
}



footer .blogrolls a:hover {
	background-color: #3a9649;
	border-color: #3a9649;
	color: #ffffff !important;
}





@media screen and (max-width:1560px) {
	footer .footerList {
		justify-content: space-between;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer {
		padding: 60px 0;
	}

	footer .line {
		margin: 40px 0;
	}

	footer .title {
		font-size: 24px;
		line-height: 34px;
	}

	footer .footerList .box {
		margin-top: 30px;
	}
}


@media screen and (max-width:1333px) {
	footer .title {
		font-size: 20px;
		line-height: 30px;
	}

	.fInquiry form li.code {
		width: 100%;
	}

	.fInquiry form li.subBtn {
		width: 100%;
	}

	.fInquiry form li {
		border-radius: 5px;
	}

	footer .footerList .fProduct {
		width: 18%;
	}

	footer .footerList .fContact {
		width: 24%;
	}

	footer .footerList .fInquiry {
		width: 34%;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 24px;
	}

	footer .footerList .box {
		margin-top: 26px;
	}

	footer .footerList .fInquiry form {
		margin-top: 26px;
	}

	footer .footerList form ul li {
		padding: 0 15px;
		border-radius: 3px;
		height: 34px;
	}

	.fInquiry form li.subBtn input {
		border-radius: 3px;
	}

	footer .footerList .fContact li i {
		font-size: 14px;
	}

	.fInquiry form li.message {
		padding: 10px 15px;
	}

	.fInquiry form li.code input {
		padding: 0 15px;
	}

	.fInquiry form li.must::after {
		left: 5px;
	}

	.fInquiry .m-formcountry .drop-btn {
		padding: 0 15px;
	}

	.fInquiry .m-formcountry .drop-list li {
		padding: 0 15px;
	}

	footer .blogrolls a {
		margin-left: 10px;
	}
}

@media screen and (max-width:999px) {

	footer .footerList {
		flex-wrap: wrap;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-bottom: 10px;
	}

	footer .footerList>li:last-child {
		margin-bottom: 0;
	}

	footer .footerList .box {
		margin-top: 10px;
	}

	footer .title {
		font-size: 18px;
		line-height: 28px;
	}

	footer .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList .box {
		display: none;
		transition: none;
	}

	footer .footerList .box ul li {
		width: 48%;
		margin-bottom: 0;
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList .fInquiry form {
		margin-top: 15px;
	}

	footer .footerList .fInquiry ul li:nth-child(n) {
		width: 48%;
		margin-top: 15px;
	}

	footer .footerList .fInquiry ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList .fInquiry ul li.message {
		width: 100%;
	}

	footer .footerLinks a {
		width: 50%;
		margin-top: 15px;
		font-size: 14px;
	}

	footer .footerLinks a:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerLinks a img {
		width: 26px;
	}

	.fBottom {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	footer .blogrolls {
		margin-left: 0;
		margin-bottom: 15px;
	}

	footer .blogrolls a {
		margin-left: 0;
		margin-right: 15px;
	}

	footer .footerList .titBox {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	footer .footerList .titBox .meuBtn {
		width: 35px;
		height: 35px;
		font-size: 12px;
		font-weight: bold;
		color: #ffffff;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	footer .footerList .titBox .meuBtn.active {
		transform: rotate(90deg);
	}

	footer .footerList .fInquiry form {
		display: none;
		transition: none;
	}

	footer .footerList .fContact .box li:last-child {
		width: 100%;
	}


	footer {
		padding: 40px 0 60px 0;
	}

	footer .fLogo {
		width: 120px;
		margin-bottom: 30px;
	}

	footer .line {
		margin: 30px 0;
	}

	footer .fInquiry .m-formcountry .drop-list li:nth-child(n) {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 3.5px 18px;
	}

	footer .blogrolls a {
		font-size: 14px;
		width: 30px;
		height: 30px;
	}
}


@media screen and (max-width:768px) {
	footer .title {
		font-size: 16px;
	}
}


@media screen and (max-width:538px) {
	footer .footerList .box ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(1) {
		margin-top: 0;
	}


	footer .footerLinks a:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerLinks a img {
		width: 24px;
	}

	footer .footerLinks a:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList form ul li {
		height: 36px;
	}

	footer .fLogo {
		width: 110px;
		margin-bottom: 20px;
	}

	footer .line {
		margin: 25px 0;
	}
}

@media screen and (max-width:400px) {
	footer .footerList .fInquiry ul li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerList .fInquiry ul li:nth-child(-n+1) {
		margin-top: 0;
	}
}

/* certifiicates */

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: Poppins-Regular, Arial, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

/* video tankuang */

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}



/* kefu */
.lianxi {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
}

.lianxi div a,
.lianxi div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: rgba(51, 51, 51, 0.3);
	color: #ffffff;
	margin-bottom: 3px;
	margin-right: 4px;
	font-size: 25px;
	border-radius: 5px;
}

.lianxi .top a {
	width: 60px;
	height: 60px;
	background-color: rgba(51, 51, 51, 0.3);
	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: 3px;
}


.lianxi a i {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.lianxi .top i {
	font-size: 24px;
}

.lianxi div div {
	cursor: pointer;
}

.lianxi div a:hover,
.lianxi div div:hover {
	background-color: #f36c2a;
	color: #fff;
}

.clear2 {
	display: none;
}


.lianxi .code {
	position: relative;
}

.lianxi .code img {
	position: absolute;
	top: 0;
	right: 100%;
	width: 150px;
	height: 150px;
	max-width: none;
	transform: translateX(100%);
	z-index: -1;
	opacity: 0;
}

.lianxi .code:hover img {
	transform: translateX(0);
	opacity: 1;
}

@media screen and (max-width: 1560px) {

	.lianxi div a,
	.lianxi div div {
		width: 50px;
		height: 50px;
		font-size: 20px;
	}

	.lianxi .top a {
		width: 50px;
		height: 50px;
	}

	.lianxi .top a i {
		font-size: 22px;
	}
}

@media screen and (max-width: 1333px) {

	.lianxi div a,
	.lianxi div div {
		width: 46px;
		height: 46px;
		font-size: 18px;
	}

	.lianxi .top a {
		width: 46px;
		height: 46px;
	}

	.lianxi .top a i {
		font-size: 18px;
	}
}

@media screen and (max-width: 999px) {
	.youlian {
		display: none;
	}

	.lianxi .top a {
		width: 25%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
	}

	.lianxi {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		transform: translateY(0);
	}

	.lianxi div {
		width: 25%;
		float: left;
	}

	.lianxi div a,
	.lianxi div div {
		font-size: 18px;
		height: 42px;
		margin: auto;
		width: 100%;
		color: #fff !important;
		border-radius: 0px;
	}

	.lianxi .top i {
		border-color: #fff;
	}

	.lianxi .code img,
	.lianxi .code:hover img {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		opacity: 0;
	}

	.lianxi .code.active img {
		opacity: 1;
		transform: translateX(-50%) translateY(-100%);
	}


	.lianxi div a:hover,
	.lianxi div div:hover {
		background-color: rgba(51, 51, 51, 0.3);
		color: #fff;
	}

	.lianxi div.active a,
	.lianxi div.active div {
		background-color: #f36c2a;
	}
}


@font-face {
	font-family: 'Poppins-SemiBold';
	font-display: swap;
	src: url('../fonts/PoppinsSemiBold.eot');
	src: url('../fonts/PoppinsSemiBold.eot') format('embedded-opentype'),
		url('../fonts/PoppinsSemiBold.woff2') format('woff2'),
		url('../fonts/PoppinsSemiBold.woff') format('woff'),
		url('../fonts/PoppinsSemiBold.ttf') format('truetype'),
		url('../fonts/PoppinsSemiBold.svg#PoppinsSemiBold') format('svg');
}

@font-face {
	font-family: 'Poppins-Regular';
	font-display: swap;
	src: url('../fonts/PoppinsRegular.eot');
	src: url('../fonts/PoppinsRegular.eot') format('embedded-opentype'),
		url('../fonts/PoppinsRegular.woff2') format('woff2'),
		url('../fonts/PoppinsRegular.woff') format('woff'),
		url('../fonts/PoppinsRegular.ttf') format('truetype'),
		url('../fonts/PoppinsRegular.svg#PoppinsRegular') format('svg');
}

@font-face {
	font-family: 'Poppins';
	font-display: swap;
	src: url('../fonts/PoppinsBold.eot');
	src: url('../fonts/PoppinsBold.eot') format('embedded-opentype'),
		url('../fonts/PoppinsBold.woff2') format('woff2'),
		url('../fonts/PoppinsBold.woff') format('woff'),
		url('../fonts/PoppinsBold.ttf') format('truetype'),
		url('../fonts/PoppinsBold.svg#PoppinsBold') format('svg');
}



@font-face {
	font-family: "iconfont";
	font-display: swap;
	/* Project id 4576167 */
	src:
		url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
		url('../fonts/iconfont.woff?t=1741600772330') format('woff'),
		url('../fonts/iconfont.ttf?t=1741600772330') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.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-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-line:before {
	content: "\e63f";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.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";
}

/* 2025.7.28 */

.mainApplication .list .tit a {
	display: block;
}


.mainApplication .list .tit a:hover{
	color: #3a9649;
}




/* 2025.8.1 */



/* application - new */


.mortar .list {
	padding-top: 13px;
	padding-bottom: 14px;
}

.mortar .list .image {
	width: 47.78%;
}

.mortar .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.mortar .list .item {
	margin-bottom: 42px;
}

.mortar .list .item:last-child {
	margin-bottom: 0;
}

.mortar .list .item:nth-child(2n-1) .image {
	float: right;
	margin-left: 5%;
}

.mortar .list .item:nth-child(2n) .image {
	float: left;
	margin-right: 2.2%;
}


.mortar .list .title {
	font-family: Poppins-SemiBold;
	font-size: 30px;
	line-height: 36px;
	color: #333333;
	padding-top: 39px;
	margin-bottom: 38px;
}

.mortar .list p {
	padding: 0;
}

.mortar .list p em {
	display: flex;
	align-items: flex-start;
	padding-left: 30px;
	color: #666666;
}

.mortar .list p em::after {
	display: none;
}


.mortar .list p em strong {
	position: relative;
}


.mortar .list p em strong::after {
	content: "";
	position: absolute;
	left: -35px;
	top: 5px;
	width: 14px;
	height: 14px;
	background-color: #f36c2a;
	border-radius: 50%;
}

.mortar .list .des p {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 8px;
}


.mortar .list .des p:last-child {
	margin-bottom: 0;
}


.mortar .list .des p em {
	font-style: normal;
	padding-left: 36px;
	position: relative;
	color: #333333;
}



.mortar .list .des p em::after {
	display: block;
	content: "";
	position: absolute;
	left: 0px;
	top: 8px;
	width: 14px;
	height: 14px;
	background-color: #f36c2a;
	border-radius: 50%;
}


@media screen and (max-width:1560px) {
	.mortar .list .title {
		font-size: 26px;
		line-height: 34px;
	}

	.mortar .list .item:nth-child(2n) .image {
		margin-right: 5%;
	}

	.mortar .list .item {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1333px) {
	.mortar .list {
		padding: 0;
	}

	.mortar .list .title {
		padding-top: 0;
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:999px) {
	.mortar .list .item:nth-child(n) .image {
		width: 100%;
		margin: 0;
		float: none;
		height: 340px;
		margin-top: 30px;
	}
	.mortar .list  .item{
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
		margin-bottom: 40px;
	}
	
	.mortar .list  .item:last-child{
		margin-bottom: 0;
	}
	.mortar .list .title{
		font-size: 20px;
		line-height: 30px;
	}
	.mortar .list p em strong::after,
	.mortar .list .des p em::after{
		width: 12px;
		height: 12px;
	}
	.mortar .list p em strong::after{
		top: 7px;
	}
	.mortar .list .des p em::after{
		top: 5px;
	}
}

@media screen and (max-width:768px) {
	.mortar .list .item:nth-child(n) .image {
		height: 300px;
	}
	.mortar .list .title{
		font-size: 18px;
		line-height: 28px;
	}
	.mortar .list  .item{
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.mortar .list .item:nth-child(n) .image {
		height: 280px;
	}
}

/* contactUs - new */

.contactMsg {
	display: flex;
	justify-content: space-between;
	margin-bottom: 107px;
}



.contactMsg .image {
	width: 50%;
}


.contactMsg .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.contactMsg .msg {
	width: 46.6%;
}


.contactMsg .msg .tit {
	font-family: Poppins-SemiBold;
	font-size: 24px;
	line-height: 34px;
	color: #333333;
	margin-bottom: 20px;
	margin-top: -5px;
}


.contactMsg .msg .list .item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 32px;
}

.contactMsg .msg .list .item:last-child {
	margin-bottom: 0;
}


.contactMsg .msg .list .box {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	width: 160px;
	font-family: Poppins-SemiBold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-right: 33px;
	transform: translateY(5px);
}


.contactMsg .msg .list .box i {
	font-size: 37px;
	color: #f36c2a;
	margin-right: 22px;
}

.contactMsg .msg .list .des {
	flex: 1;
}


.contactMsg .msg .list .num {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 32px;
	color: #333333;
	margin-right: 25px;
}

.contactMsg .msg .list .num:last-child {
	margin-right: 0;
}

.contactMsg .msg .list a.num:hover {
	color: #3a9649;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


.contactMsg .msg .item.address {
	margin-bottom: 8px;
}

.contactMsg .email .num {
	word-break: break-all;
}



.codeList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 26px;
	margin-bottom: 24px;
}



.codeList .item {
	width: 125px;
	margin-right: 88px;
	margin-bottom: 10px;
}


.contactMsg .media {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.contactMsg .media .name {
	font-family: Poppins-SemiBold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	flex-shrink: 0;
	margin-right: 20px;
	transform: translateY(4px);
}

.contactMsg .media .blogrolls {
	display: flex;
	flex-wrap: wrap;
}

.contactMsg .media .blogrolls a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 11px;
	color: #ffffff;
	font-size: 16px;
	margin-right: 12px;
	margin-bottom: 5px;
}


.contactMsg .media .blogrolls a:nth-child(1) {
	background-color: #006dc0;
}

.contactMsg .media .blogrolls a:nth-child(2) {
	background-color: #3b5998;
}

.contactMsg .media .blogrolls a:nth-child(3) {
	background-color: #dd332c;
}

.contactMsg .media .blogrolls a:nth-child(4) {
	background-color: #b50ac9;
}

.contactMsg .media .blogrolls a:nth-child(5) {
	background-color: #c61118;
}

.contactMsg .media .blogrolls a:hover {
	transform: translateY(-6px);
}

@media screen and (max-width:1560px) {
	.contactMsg {
		margin-bottom: 80px;
	}

	.contactMsg .msg .tit {
		margin-top: 0;
		margin-bottom: 30px;
	}

	.contactMsg .msg .list .box i {
		font-size: 30px;
		margin-right: 16px;
	}

	.contactMsg .msg .list .box {
		font-size: 18px;
		line-height: 28px;
		margin-right: 20px;
		transform: translateY(2px);
	}

	.contactMsg .msg .list .item:nth-child(n) {
		margin-bottom: 20px;
	}

	.contactMsg .msg .list .item:last-child {
		margin-bottom: 0;
	}

	.codeList {
		margin: 30px 0 20px;
	}

	.contactMsg .media .name {
		font-size: 18px;
		transform: translateY(2px);
	}

	.codeList .item {
		margin-right: 60px;
	}
}

@media screen and (max-width:1333px) {
	.contactMsg {
		margin-bottom: 60px;
	}

	.contactMsg .msg .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.contactMsg .msg .list .item:nth-child(n) {
		flex-direction: column;
		align-items: flex-start;
	}

	.contactMsg .msg .list .num {
		font-size: 16px;
		line-height: 28px;
	}

	.contactMsg .msg .list .box i {
		font-size: 24px;
	}

	.contactMsg .msg .list .box {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.codeList {
		margin: 20px 0;
	}

	.contactMsg .media .blogrolls a {
		border-radius: 5px;
	}
}

@media screen and (max-width:999px) {
	.contactMsg {
		margin-bottom: 50px;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.contactMsg .msg {
		width: 100%;
	}

	.contactMsg .image {
		width: 100%;
		height: 400px;
		margin-top: 40px;
	}

	.codeList .item {
		width: 100px;
	}

	.contactMsg .media .blogrolls a {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}

	.contactMsg .media .name {
		font-size: 16px;
		transform: translateY(0);
	}

	.contactMsg .msg .list .num {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.contactMsg {
		margin-bottom: 40px;
	}

	.contactMsg .msg .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.contactMsg .image {
		height: 340px;
	}
}

@media screen and (max-width:538px) {
	.contactMsg .image {
		height: 300px;
	}

	.contactMsg .msg .list .des {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.contactMsg .msg .list .num {
		margin-right: 0;
		margin-bottom: 5px;
	}

	.contactMsg .msg .list .num:last-child {
		margin-bottom: 0;
	}

	.codeList .item {
		margin-right: 40px;
	}

	.contactMsg .media {
		flex-direction: column;
		align-items: flex-start;
	}

	.contactMsg .media .name {
		margin-right: 0;
		margin-bottom: 10px;
	}
}





.newIndexBanner {
	position: relative;
	transition: none;
}


.newIndexBanner *{
	transition: none;
}


.newIndexBanner a:hover img {
	transform: scale(1);
}


.newIndexBanner .swiper-slide {
	position: relative;
}

.newIndexBanner .swiper-slide .image {
	height: 100%;
	width: 100%;
	overflow: hidden;
}


.newIndexBanner .swiper-slide .image img {
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.1);
	transition: all 6s ease-out;
}

.newIndexBanner .swiper-slide.swiper-slide-active .image img{
	transform: scale(1);
}

.newIndexBanner .swiper-slide video,
.newIndexBanner .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%);
}



.newIndexBanner img {
	display: block;
}



.newIndexBanner .prev,
.newIndexBanner .next {
	width: 55px;
	height: 55px;
	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%;
	border: 1px solid #ffffff;
	background-color: transparent;
	color: #ffffff;
	transition: .4s ease all;
	font-size: 18px !important;
	font-weight: bold;
	z-index: 9;
}

.newIndexBanner .prev {
	left: 35px;
}


.newIndexBanner .next {
	right: 35px;
}



.newIndexBanner .prev:hover,
.newIndexBanner .next:hover {
	background-color: #ffffff;
	color: #3a9649;
}








.newIndexBanner .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;
}



.newIndexBanner .swiper-pagination {
	position: static;
	margin: 0 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: auto;
}




.newIndexBanner .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;
}


.newIndexBanner .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #3a9649;
}



@media screen and (max-width: 1560px) {

	.newIndexBanner .prev,
	.newIndexBanner .next {
		width: 50px;
		height: 50px;
		font-size: 14px !important;
	}
}

@media screen and (max-width: 1333px) {

	.newIndexBanner .prev,
	.newIndexBanner .next {
		width: 45px;
		height: 45px;
	}
}

@media screen and (max-width: 999px) {
	
	.newIndexBanner .prev,
	.newIndexBanner .next {
		display: none !important;
	}
	
	.newIndexBanner .signs {
		display: flex;
	}
	
	.newIndexBanner .signs span {
		width: 12px;
		height: 12px;
		margin: 5px 6px !important;
	}
}


@media screen and (max-width: 768px) {
	.newIndexBanner .signs {
		bottom: 20px;
	}

	.newIndexBanner .signs span {
		width: 11px;
		height: 11px;
	}
}

@media screen and (max-width: 538px) {
	.newIndexBanner .signs {
		bottom: 15px;
	}

	.newIndexBanner .signs span {
		width: 10px;
		height: 10px;
	}
}