@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: HelveticaNeueLTPro-Roman, 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: #00853e !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
}


.standardEdit a {
	color: #00853e;
}

.standardEdit a:hover {
	text-decoration: underline;
}



a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: HelveticaNeueLTPro-Roman, 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: 1600px;
	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:1760px) {
	.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:1760px) {
	.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: #00853e;
		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(0, 133, 62, 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: HelveticaNeueLTPro-Roman, 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 {
	position: fixed;
	top: 8px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 9999;
}

nav.active {
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
	top: 0;
}


nav .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}



nav .logo {
	flex-shrink: 0;
	display: flex;
	align-items: center;
}


nav .logo>a {
	flex-shrink: 0;
	width: 86px;
	margin-right: 6px;
}

nav .logo>a:hover img {
	transform: none;
}


nav .logo>a img {
/*	filter: grayscale(100%) brightness(500%);*/
}

nav.active .logo>a img {
/*	filter: grayscale(0%) brightness(100%);*/
}

nav .logo .msg {
	position: relative;
	background-image: url("../images/logoBg.png");
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 16px;
	line-height: 21px;
	color: #00853e;
	padding: 10px 0 10px 10px;
}


nav .logo .msg::before {
	content: "";
	position: absolute;
	right: 100%;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #ececec;
	z-index: 2;
	transition: .4s ease all;
}


nav.active .logo .msg::before {
	background-color: #00853e;
}

nav.active .logo .msg {
	background: linear-gradient(to right, rgba(0, 133, 62, .1) 0%, rgba(0, 133, 62, 0) 100%);
	color: #00853e;
}


nav .navList {
	display: flex;
	align-items: center;
}

nav .navList>ul {
	display: flex;
	align-items: center;
}

nav .navList>ul>li {
	margin-right: 12.5px;
	position: relative;
}

nav .navList>ul>li:last-child {
	margin: 0;
}

nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 97px;
	line-height: 79px;
	color: #ffffff;
	padding: 0 11px;
	font-size: 18px;
}

html {
	scroll-padding-top: 107px;
}

nav.active .navList>ul>li>a {
	color: #333333;
}



nav .navList>ul>li.active>a,
nav .navList>ul>li:hover>a {
	color: #ffffff;
	background-color: #00853e;
}



nav .btns {
	display: flex;
	align-items: center;
	margin-left: 27px;
}



nav .btns .language {
	height: 97px;
	display: flex;
	align-items: center;
	position: relative;
	margin-right: 18px;
	padding-bottom: 15px;
}

nav .btns .lanBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
}


nav.active .btns .lanBtn,
nav.active .btns .lanBtn i {
	color: #333333;
}

nav .con .btns .lanBtn:hover {
	color: #00853e;
}

nav .con .btns .lanBtn:hover i {
	color: #00853e;
}


nav .btns .lanBtn i {
	color: #ffffff;
}

nav .btns .lanBtn i.icon-earth-full {
	font-size: 18px;
	margin-right: 9px;
}

nav .btns .lanBtn i.icon-yousanjiao-copy {
	font-size: 20px;
	transform: rotate(90deg);
	margin-left: 16px;
}


nav .btns .lanBtn.active i.icon-yousanjiao-copy {
	transform: rotate(-90deg);
}

nav .btns .language ul {
	position: absolute;
	top: 100%;
	background-color: #feffff;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 200px;
	display: none;
	transition: none;
}

nav .btns .language ul a {
	padding: 5px 18px;
	color: #333333;
	line-height: 24px;
	text-align: center;
}




nav .btns .language ul a:hover {
	background-color: #00853e;
	color: #ffffff;
}



nav .btns .search {
	height: 97px;
	display: flex;
	align-items: center;
	position: relative;
	margin-right: 4px;
	padding-bottom: 15px;
}


nav .btns .search .searchBtn {
	cursor: pointer;
}

nav.active .btns .search .searchBtn i {
	color: #333333;
}

nav .btns .search .searchBtn i {
	font-size: 18px;
	color: #ffffff;
	transform: translateY(3px);
}

nav .btns .search .searchBtn:hover i {
	color: #00853e;
}

nav .btns .search form {
	position: absolute;
	right: 0;
	top: 100%;
	background-color: #ffffff;
	height: 35px;
	width: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	overflow: hidden;
}


nav .btns .search form.active {
	width: 280px;
	padding: 0 10px;
}

nav .btns .search form input {
	width: 100%;
	height: 100%;
}


nav .btns .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 35px;
	width: 35px;
}

nav .btns .search form .subBtn:hover i {
	color: #00853e;
}

nav .btns .search form .subBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: transparent;
}






/* moreList */

.moreList,
.moreList ul {
	position: absolute;
	background-color: #ffffff;
	min-width: 276px;
	width: max-content;
	max-width: 500px;
	display: none;
	transition: none;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
	padding: 32px 0;
}

.moreList ul {
	left: 100%;
	top: -32px;
}

.moreList ul a {
	font-size: 16px;
}


.moreList ul a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 2px;
}

.moreList {
	top: 100%;
	left: 0px;
}

.moreList li {
	position: relative;
	margin-bottom: 15px;
}

.moreList li:last-child {
	margin-bottom: 0;
}

.moreList a {
	padding: 0px 29px;
	color: #333333;
	font-size: 18px;
	line-height: 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.moreList a i {
	font-size: 12px;
	margin-right: -3px;
	color: #333333;
	opacity: 1;
	flex-shrink: 0;
	margin-left: 31px;
}



.moreList li:hover>a {
	color: #00853e;
}

.moreList li:hover>a i {
	color: #00853e;
}

@media screen and (max-width:1760px) {

	nav {
		top: 5px;
	}

	nav .logo>a {
		width: 70px;
	}

	nav .logo .msg {
		font-size: 14px;
		line-height: 20px;
		padding: 5px 0 5px 5px;
	}

	nav .navList>ul>li>a {
		height: 80px;
		line-height: 80px;
		font-size: 16px;
	}

	nav .btns .language,
	nav .btns .search {
		padding: 0;
		height: 80px;
	}

	html {
		scroll-padding-top: 90px;
	}

	nav .navList>ul>li {
		margin-right: 10px;
	}

	nav .btns .language {
		margin-right: 10px;
	}

	nav .btns .lanBtn i.icon-yousanjiao-copy {
		margin-left: 10px;
	}

	nav .btns {
		margin-left: 20px;
	}


	.moreList a i {
		margin-right: 0;
	}

	.moreList,
	.moreList ul {
		min-width: 280px;
		max-width: 400px;
	}
}

@media screen and (max-width:1600px) {
	nav .logo .msg {
		display: none;
	}
}

@media screen and (max-width:1333px) {
	nav .logo>a {
		width: 65px;
	}

	nav .btns {
		position: absolute;
		right: 80px;
		top: 5px;
	}

	nav .btns .language,
	nav .btns .search {
		height: auto;
	}

	nav .navList>ul>li>a {
		line-height: 106px;
	}

	nav .btns .language {
		margin-right: 20px;
	}

	.moreList a {
		padding: 0px 12px;
		font-size: 16px;
		line-height: 26px;
	}

	.moreList,
	.moreList ul {
		min-width: 260px;
		padding: 20px 0;
	}

	.moreList ul {
		top: -20px;
	}

	nav .btns .language ul {
		top: calc(100% + 5px);
	}

	nav .btns .search form {
		height: 30px;
		top: calc(100% + 5px);
	}

	nav .btns .search form.active {
		width: 240px;
	}
}

@media screen and (max-width:1200px) {
	nav .navList>ul>li>a {
		padding: 0 4px;
	}

	nav .navList>ul>li {
		margin-right: 4px;
	}

	nav .logo>a {
		width: 60px;
		margin-right: 0;
	}

	.moreList a {
		padding: 0px 12px;
	}

	.moreList,
	.moreList ul {
		min-width: 240px;
	}

}

@media screen and (max-width:999px) {
	nav {
		background-color: #ffffff;
	}

	nav .logo>a img {
		filter: grayscale(0%) brightness(100%);
	}

	nav .navList>ul {
		display: none;
	}

	nav .btns .search {
		display: none;
	}

	nav .con {
		height: 60px;
	}

	.bannerRange {
		height: 60px;
	}

	html {
		scroll-padding-top: 60px;
	}

	nav .btns {
		position: static;
		height: 100%;
	}

	nav .btns .language {
		height: 100%;
		margin-right: 0;
	}

	nav .logo>a {
		width: 50px;
	}

	nav .btns .lanBtn {
		font-size: 14px;
	}

	nav .btns .lanBtn i.icon-earth-full {
		font-size: 16px;
	}

	nav .btns {
		margin-left: 0;
		margin-right: 60px;
	}

	nav {
		top: 0;
	}

	nav .btns .lanBtn,
	nav .btns .lanBtn i {
		color: #333333;
	}

	nav .navList {
		height: 100%;
	}

	nav .btns .language ul a {
		font-size: 14px;
		line-height: 24px;
	}

	nav .btns .language ul {
		top: 100%;
	}
}

@media screen and (max-width:768px) {
	header .xnav .nav {
		right: 25px;
	}
}

@media screen and (max-width:538px) {
	header .xnav .nav {
		right: 15px;
	}
}


/* indexbanner */



.indexBanner {
	position: relative;
	transition: none;
}



.indexBanner a:hover img {
	transform: scale(1);
}


.indexBanner .swiper-slide {
	position: relative;
	height: 100vh;
}

.indexBanner .swiper-slide .image {
	height: 100%;
}

.indexBanner .swiper-slide .image img {
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.indexBanner .swiper-slide video,
.indexBanner .swiper-slide iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}



.indexBanner img {
	display: block;
}

.indexBanner a:hover img {
	transform: scale(1, 1);
}



.indexBanner .signs {
	position: absolute;
	z-index: 99;
	left: 50%;
	transform: translateX(-50%);
	bottom: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0 20px;
}



.indexBanner .swiper-pagination {
	position: static;
	margin: 0 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: auto;
}



.indexBanner .swiper-pagination span {
	font-size: 16px;
	color: #fefefe;
	margin: 5px 8px !important;
	background-color: #ffffff;
	position: relative;
	line-height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	width: 11px;
	height: 11px;
	border: solid 1px #ffffff;
}


.indexBanner .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: transparent;
}


.indexBanner .msg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	bottom: 9.4%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}

.indexBanner .tit {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 42px;
	text-align: center;
	line-height: 60px;
	color: #ffffff;
	pointer-events: all;
	margin-bottom: 15px;
}


.indexBanner .tit:hover {
	color: #00853e;
}


.indexBanner .txt {
	font-size: 38px;
	line-height: 48px;
	color: #ffffff;
	text-align: center;
	position: relative;
	pointer-events: all;
	padding: 8px 160px;
}

.indexBanner .txt:hover {
	color: #00853e;
}


.indexBanner .txt::after,
.indexBanner .txt::before {
	content: "";
	position: absolute;
	left: 50%;
	width: 100%;
	height: 1px;
	transform: translateX(-50%);
	background: linear-gradient(to right, rgba(107, 176, 65, .1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(107, 176, 65, .1) 100%);
}

.indexBanner .txt::after {
	top: 0;
}

.indexBanner .txt::before {
	bottom: 0;
}

@media screen and (max-width:1760px) {
	.indexBanner .msg {
		bottom: 20%;
	}

	.indexBanner .tit {
		font-size: 36px;
		line-height: 48px;
	}

	.indexBanner .txt {
		font-size: 26px;
		line-height: 36px;
		padding: 5px 80px;
	}
}

@media screen and (max-width:1333px) {
	.indexBanner .tit {
		font-size: 28px;
		line-height: 38px;
	}

	.indexBanner .txt {
		font-size: 22px;
		line-height: 30px;
	}
}

@media screen and (max-width:999px) {
	.indexBanner .swiper-slide {
		height: calc(100vh - 100px);
	}

	.indexBanner .tit {
		font-size: 24px;
		line-height: 34px;
	}

	.indexBanner .txt {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:768px) {
	.indexBanner .swiper-slide {
		height: auto;
	}

	.indexBanner .msg {
		display: none;
	}

	.indexBanner .signs {
		bottom: 15px;
	}

	.indexBanner .swiper-pagination span {
		width: 10px;
		height: 10px;
		margin: 5px 6px !important;
	}
}




/* title1 */

.title1 {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 46px;
	color: #333333;
	line-height: 58px;
}

a.title1 {
	display: inline-block;
}

a.title1:hover {
	color: #00853e;
}



/* indexM1-1 */

.ourProducts {
	padding: 104px 0 85px 0;
}


.ourProducts .btnsTit {
	margin-bottom: 52px;
}


.btnsTit {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.btnsTit .title1 {
	flex-shrink: 0;
	margin-right: 40px;
}


.btnsTit .checkBtns {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.btnsTit .checkBtns .item {
	border-radius: 4px;
	border: solid 1px #999999;
	padding: 8px 14.5px;
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	margin: 5px 0;
	margin-left: 11px;
	cursor: pointer;
	min-width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btnsTit .checkBtns .item:hover,
.btnsTit .checkBtns .item.active {
	background-color: #00853e;
	color: #ffffff;
	border-color: #00853e;
}

.btnsTit .checkItem {
	position: relative;
	display: flex;
	justify-content: space-between;
}


.ourProducts .honorSlide {
	width: 20%;
	display: flex;
	flex-direction: column;
}


.honorSlide .item {
	background-color: #e1e1e1;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
	padding-bottom: 17px;
	justify-content: space-between;
}


.honorSlide .item:hover {
	background-color: #00853e;
}

.honorSlide .tit {
	background-color: #066a35;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 24px;
	line-height: 34px;
	color: #ffffff;
	text-align: center;
	padding: 19px 20px;
	opacity: 0;
}

.honorSlide .item:hover .tit {
	opacity: 1;
}

.honorSlide .image {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 54%;
}

.honorSlide .name {
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	text-align: center;
	padding: 0px 20px;
	width: 100%;
}


.honorSlide .item:hover .name {
	color: #ffffff;
}

.honorSlide .name span {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 2px;
}


.ourProducts .swiper {
	width: 80%;
	margin: 0;
}


.ourProducts .swiper .item {
	background-color: #ffffff;
	border: solid 1px #dfdfdf;
	border-left: none;
	border-top: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}



.ourProducts .swiper .item:nth-child(1) {
	border-top: 1px solid #dfdfdf;
}


.ourProducts .swiper h2 {
	font-weight: normal;
}


.ourProducts .swiper .image {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
}


.ourProducts .swiper .name {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 9px 10px;
	width: 100%;
}



.ourProducts .swiper .name a {
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	min-height: 52px;
}

.ourProducts .swiper .name a:hover {
	color: #00853e;
}


.ourProducts .swiper .btn {
	background-color: #f2f2f2;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	font-size: 16px;
	color: #333333;
	width: 100%;
}


.ourProducts .swiper .btn:hover {
	background-color: #00853e;
	color: #ffffff;
}



.ourProducts .checks .checkItem .box {
	display: flex;
}


.sBtns>div {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 18px;
	background-color: #d7e7de;
	color: #066a35;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}



.sBtns>div:hover {
	background-color: #066a35;
	color: #ffffff;
}


.sBtns>div.swiper-button-disabled {
	background-color: #d7e7de;
	color: #066a35;
	cursor: auto;
}


.sBtns {
	display: flex;
	align-items: center;
	justify-content: center;
}


.sBtns>div {
	position: static;
	transform: translateX(0);
	margin-top: 30px;
}



.sBtns>div.prev {
	margin-right: 15px;
}

@media screen and (max-width:1760px) {
	.btnsTit .checkBtns .item {
		min-width: auto;
		padding: 4px 10px;
	}

	.honorSlide .tit {
		font-size: 18px;
		line-height: 28px;
		padding: 10px;
	}

	.honorSlide .name {
		padding: 0 10px;
	}

	.sBtns>div {
		width: 45px;
		height: 45px;
		font-size: 16px;
	}
}

@media screen and (max-width:1333px) {
	.btnsTit {
		flex-direction: column;
		align-items: flex-start;
	}


	.btnsTit .title1 {
		margin-bottom: 30px;
		margin-right: 0;
	}

	.btnsTit .checkBtns {
		justify-content: flex-start;
	}

	.btnsTit .checkBtns .item {
		margin-left: 0;
		margin-right: 10px;
		padding: 2px 10px;
		border-radius: 2px;
	}

	.ourProducts .btnsTit {
		margin-bottom: 40px;
	}

	.ourProducts .honorSlide {
		width: 25%;
	}

	.ourProducts .swiper {
		width: 75%;
	}

	.sBtns>div {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}

	.honorSlide .tit {
		font-size: 16px;
	}

	.ourProducts .swiper .btn {
		height: 40px;
	}
}

@media screen and (max-width:999px) {
	.honorSlide .name {
		font-size: 14px;
		line-height: 24px;
	}

	.ourProducts .swiper .name a {
		font-size: 14px;
		line-height: 24px;
	}

	.ourProducts .swiper .btn {
		height: 36px;
	}

	.btnsTit .checkBtns .item {
		font-size: 14px;
		line-height: 24px;
		border-radius: 2px;
	}

	.ourProducts .honorSlide {
		width: 36%;
	}

	.ourProducts .swiper {
		width: 70%;
	}

	.btnsTit .title1 {
		margin-bottom: 20px;
	}

	.honorSlide .tit {
		font-size: 14px;
		line-height: 24px;
	}

	.sBtns>div {
		width: 36px;
		height: 36px;
		font-size: 12px;
	}

	.honorSlide .item .tit {
		opacity: 1;
	}
}

@media screen and (max-width:768px) {
	.ourProducts .btnsTit {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.ourProducts .honorSlide {
		width: 45%;
	}

	.ourProducts .swiper {
		width: 55%;
	}

	.honorSlide .image {
		width: 60%;
	}
}




/* indexM2-1 */


.iProject .projectSlides {
	background-color: #f6f6f6;
}


.projectSlides {
	position: relative;
}


.iProject .title {
	background-color: #f6f6f6;
}

.iProject .projectSlides .title {
	padding: 73px 0 50px 0;
}


.projectSlides .title1 {
	font-size: 42px;
	text-transform: uppercase;
}

.projectSlides .con {
	position: relative;
}

.projectSlides .projectImgSwiper {
	height: 755px;
	position: relative;
}

.projectSlides .projectImgSwiper .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.projectSlides .projectImgSwiper .image {
	height: 100%;
	flex: 1;
	position: relative;
}

.projectSlides .projectImgSwiper .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.projectSlides .projectImgSwiper .image:nth-child(1)::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 133, 62, .9);
	left: 0;
	top: 0;
	z-index: 1;
}

.projectSlides .projectImgSwiper .image:nth-child(2)::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background-image: url("../images/indexM2-bg.png");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}



.projectSlides .msgSwiper {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-81%);
	z-index: 99;
	pointer-events: none;
}


.projectSlides .msgSwiper .msg {
	width: 46%;
	pointer-events: all;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}


.projectSlides .checkSwiper {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
	bottom: 3.7%;
}


.projectSlides .checkSwiper::after {
	content: "";
	position: absolute;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	background-color: rgba(255, 255, 255, .5);
	bottom: 5px;
}

.projectSlides .checkSwiper .image {
	width: 182px;
	border: solid 4px rgba(255, 255, 255, 0.4);
	border-radius: 5px;
	position: absolute;
	bottom: 133%;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	opacity: 0;
}



.projectSlides .checkSwiper .image::after {
	content: "";
	position: absolute;
	top: calc(100% - 2px);
	left: 50%;
	transform: translateX(-50%);
	width: 15px;
	height: 11px;
	background-image: url("../images/indexM2-Arr.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}



.projectSlides .checkSwiper .swiper-slide-thumb-active .image {
	opacity: 1;
}


.projectSlides .msgSwiper .tit {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 24px;
	line-height: 34px;
	color: #ffffff;
	margin-bottom: 23px;
}


.lineSign {
	position: relative;
	padding-bottom: 5px;
}

.lineSign::after {
	content: "";
	position: absolute;
	right: 0;
	width: 0;
	height: 1px;
	background-color: #ffffff;
	transition: .4s ease all;
	bottom: 0px;
}


.lineSign:hover::after {
	width: 100%;
	right: auto;
	left: 0;
}


.projectSlides .msgSwiper .txts {
	line-height: 26px;
	color: #ffffff;
	margin-bottom: 36px;
}

.cBtn {
	width: 175px;
	height: 50px;
	background-color: #00853e;
	display: flex;
	align-items: center;
}

.cBtn i {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 50px;
	background-color: #066a35;
	color: #ffffff;
	font-size: 18px;
}



.cBtn span {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
}


.cBtn:hover {
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
}

.cBtn:hover span {
	color: #066a35;
}

.cBtn:hover i {
	background-color: #00853e;
}

.projectSlides .checkSwiper .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}


.projectSlides .checkSwiper .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	cursor: pointer;
	height: auto;
}


.projectSlides .checkSwiper .txts {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 5px;
}



.projectSlides .checkSwiper .circle {
	width: 11px;
	height: 11px;
	background-color: #ffffff;
	border-radius: 50%;
	margin: 0 auto;
}




.projectSlides .btns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 66px;
	height: 66px;
	background-color: rgba(189, 189, 189, 0.2);
	color: #ffffff;
	position: absolute;
	top: 58.1%;
	transform: translateY(-50%);
	z-index: 99;
	font-size: 30px;
	font-weight: bold;
	cursor: pointer;
}


.projectSlides .btns>div:hover {
	background-color: rgba(0, 133, 62, 0.2);
}

.projectSlides .btns>div.prev {
	left: 35px;
}

.projectSlides .btns>div.next {
	right: 35px;
}

.projectSlides .btns>div.swiper-button-disabled {
	cursor: auto;
	background-color: rgba(189, 189, 189, 0.2);
	color: #ffffff;
}




@media screen and (max-width:1800px) {
	.projectSlides .btns>div {
		width: 50px;
		height: 50px;
		font-size: 18px;
	}

	.projectSlides .btns>div.prev {
		left: 15px;
	}

	.projectSlides .btns>div.next {
		right: 15px;
	}
}

@media screen and (max-width:1760px) {
	.iProject .projectSlides .title {
		padding: 50px 0;
	}

	.projectSlides .projectImgSwiper {
		height: 600px;
	}

	.projectSlides .checkSwiper .image {
		width: 160px;
	}

	.cBtn {
		height: 45px;
	}

	.cBtn span {
		font-size: 16px;
	}

	.cBtn i {
		height: 45px;
		width: 45px;
		font-size: 14px;
	}

	.projectSlides .msgSwiper .tit {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.projectSlides .msgSwiper .txts {
		margin-bottom: 30px;
	}

	.projectSlides .msgSwiper {
		transform: translateX(-50%) translateY(-90%);
	}

	.projectSlides .btns>div {
		width: 45px;
		height: 45px;
		font-size: 16px;
	}
}

@media screen and (max-width:1333px) {
	.cBtn {
		height: 40px;
		width: 160px;
	}

	.cBtn i {
		width: 40px;
		height: 40px;
	}

	.projectSlides .btns>div {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}

	.iProject .projectSlides .title {
		padding: 40px 0;
	}
}

@media screen and (max-width:999px) {

	.projectSlides .projectImgSwiper .image {
		flex: none;
	}

	.projectSlides .projectImgSwiper .image:nth-child(1) {
		width: 60%;
	}

	.projectSlides .projectImgSwiper .image:nth-child(2) {
		width: 40%;
	}


	.projectSlides .msgSwiper .msg {
		width: 60%;
	}

	.cBtn span {
		font-size: 14px;
	}


	.cBtn {
		height: 36px;
		width: 150px;
	}

	.cBtn i {
		width: 36px;
		height: 36px;
		font-size: 12px;
	}

	.projectSlides .msgSwiper .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.projectSlides .checkSwiper .image {
		width: 140px;
	}

	.projectSlides .projectImgSwiper {
		height: 550px;
	}

	.iProject .projectSlides .title {
		padding: 30px 0;
	}

}

@media screen and (max-width:768px) {
	.projectSlides .btns {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 99;
	}

	.projectSlides .btns>div {
		position: static;
		transform: translateY(0);
		width: 36px;
		height: 36px;
		font-size: 14px;
	}

	.projectSlides .btns>div.prev {
		margin-right: 20px;
	}

	.projectSlides .checkSwiper {
		bottom: 80px;
	}

	.projectSlides .msgSwiper .txts {
		-webkit-line-clamp: 3;
		margin-bottom: 25px;
	}

	.projectSlides .checkSwiper .image {
		width: 130px;
		bottom: 110%;
	}

	.projectSlides .msgSwiper {
		transform: translateX(-50%) translateY(-115%);
	}

	.projectSlides .projectImgSwiper .image:nth-child(1) {
		width: 65%;
	}

	.projectSlides .projectImgSwiper .image:nth-child(2) {
		width: 35%;
	}

	.projectSlides .msgSwiper .msg {
		width: 64%;
	}

}

@media screen and (max-width:538px) {
	.projectSlides .projectImgSwiper .image:nth-child(1) {
		width: 75%;
	}

	.projectSlides .projectImgSwiper .image:nth-child(2) {
		width: 25%;
	}

	.projectSlides .msgSwiper .msg {
		width: 75%;
	}
}





/* indexM3-1 */


.companyProflile {
	margin-top: 4px;
	display: flex;
	justify-content: space-between;
	padding-left: calc((100vw - 1600px)/ 2);
	background-color: #f6f6f6;
}


.companyProflile .msg {
	padding: 108px 0 75px 0;
	width: 42%;
	position: relative;
	z-index: 9;
}


.companyProflile .title1 {
	margin-bottom: 36px;
	font-size: 42px;
}


.companyProflile .txts {
	line-height: 26px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	margin-bottom: 15px;
	hyphens: auto;
}

.companyProflile .btns {
	display: flex;
	margin-bottom: 80px;
}


.companyProflile .btns .cBtn {
	margin-right: 42px;
}

.companyProflile .btns .cBtn:last-child {
	margin-right: 0;
}

.companyProflile .show {
	width: 55%;
	position: relative;
}

.companyProflile .show>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}


.companyProflile .video {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .1);
}



.companyProflile .video img {
	width: 86px;
	height: 86px;
}

.companyProflile .video:hover img {
	transform: scale(1.1);
}


.numList {
	display: flex;
	position: relative;
	z-index: 9;
}

.numList .item {
	width: 250px;
	flex-shrink: 0;
	background-color: #ffffff;
	margin-right: 6px;
	padding: 32px 10px 23px 18px;
}

.numList .item:last-child {
	margin-right: 0;
}

.numList .image {
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}

.numList .num {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 60px;
	line-height: 60px;
	color: #333333;
	display: flex;
	align-items: flex-end;
	margin-bottom: 12px;
}


.numList .num i {
	font-style: normal;
	font-size: 24px;
	line-height: 31px;
}

.numList .num em {
	font-style: normal;
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 24px;
	line-height: 32px;
	color: #333333;
	margin-left: 5px;
}


.numList .name {
	color: #333333;
}

@media screen and (max-width:1760px) {
	.companyProflile {
		padding-left: 80px;
	}

	.companyProflile .txts {
		margin-bottom: 40px;
	}

	.companyProflile .title1 {
		margin-bottom: 30px;
	}

	.companyProflile .btns {
		margin-bottom: 60px;
	}

	.numList .item {
		padding: 20px;
		width: 230px;
	}

	.numList .image {
		width: 40px;
		height: 40px;
		margin-bottom: 20px;
	}

	.numList .num {
		font-size: 42px;
		line-height: 42px;
	}

	.numList .num em {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width:1333px) {
	.companyProflile .btns {
		margin-bottom: 50px;
	}

	.companyProflile .btns .cBtn {
		margin-right: 30px;
	}

	.numList .image {
		margin-bottom: 10px;
		width: 36px;
		height: 36px;
	}

	.numList .num {
		font-size: 34px;
		line-height: 34px;
	}

	.numList .num {
		margin-bottom: 10px;
	}

	.numList .num i {
		font-size: 22px;
	}

	.numList .item {
		width: 200px;
	}
}

@media screen and (max-width:999px) {
	.companyProflile .txts {
		font-size: 14px;
		line-height: 26px;
	}

	.companyProflile .title1 {
		margin-bottom: 20px;
	}

	.companyProflile .txts {
		margin-bottom: 30px;
	}

	.companyProflile .btns .cBtn {
		margin-right: 20px;
	}

	.companyProflile .btns {
		margin-bottom: 40px;
	}

	.numList .name {
		font-size: 14px;
		line-height: 24px;
	}

	.numList .num {
		font-size: 28px;
		line-height: 28px;
	}

	.numList .image {
		width: 32px;
		height: 32px;
	}

	.numList .num em,
	.numList .num i {
		font-size: 18px;
	}

	.numList .item {
		width: 160px;
	}

	.companyProflile .video img {
		width: 80px;
		height: 80px;
	}
}

@media screen and (max-width:768px) {
	.companyProflile {
		flex-direction: column;
		align-items: flex-start;
	}

	.companyProflile .msg {
		width: 100%;
		padding: 40px 25px !important;
	}

	.companyProflile .txts {
		-webkit-line-clamp: 4;
	}

	.numList {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.numList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}

	.numList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.companyProflile .show {
		width: 100%;
		height: 360px;
	}

	.companyProflile {
		padding-left: 0;
	}

	.numList .num {
		font-size: 26px;
		line-height: 26px;
	}

	.numList .num em,
	.numList .num i {
		font-size: 14px;
		line-height: 24px;
	}

}

@media screen and (max-width:538px) {
	.companyProflile .msg {
		padding: 40px 15px !important;
	}

	.companyProflile .show {
		height: 300px;
	}

	.companyProflile .video img {
		width: 75px;
		height: 75px;
	}
}


/* indexM4-1 */


.iAdvantage {
	padding: 104px 0 98px 0;
}

.advantage .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 96px;
}


.advantage .title1 {
	margin-bottom: 23px;
	font-size: 42px;
}

.advantage .title .cBtn {
	flex-shrink: 0;
	transform: translateY(-28px);
	margin-left: 15%;
}

.advantage .tips {
	line-height: 26px;
}



.advantage .list {
	display: flex;
	flex-wrap: wrap;
}


.advantage .item {
	width: 30%;
	margin-right: 5%;
	margin-top: 38px;
	padding: 29px 18px 43px;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.advantage .item:hover {
	background-color: #00853e;
}




.advantage .item:nth-child(3n) {
	margin-right: 0;
}


.advantage .item:nth-child(-n+3) {
	margin-top: 0;
}

.advantage .image {
	width: 65px;
	margin-bottom: 13px;
	position: relative;
	z-index: 9;
}

.advantage .image::after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 42px;
	height: 42px;
	background-color: rgba(0, 133, 62, 0.2);
	border-radius: 50%;
	left: 9%;
	top: 0%;
}

.advantage .item:hover .image img {
	filter: grayscale(100%) brightness(500%);
}


.advantage .item:hover .image::after {
	background-color: rgba(255, 255, 255, 0.2);
}

.advantage .tit {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 24px;
	line-height: 34px;
	color: #333333;
	margin-bottom: 10px;
	text-align: center;
}



.advantage .item:hover .tit {
	color: #ffffff;
}


.advantage .txts {
	line-height: 26px;
	text-align: center;
}


.advantage .item:hover .txts {
	color: #ffffff;
}

@media screen and (max-width:1560px) {
	.advantage .title .cBtn {
		transform: translateY(0);
		margin-left: 30px;
	}

	.advantage .title {
		margin-bottom: 50px;
	}

	.advantage .item {
		padding: 20px;
	}

	.advantage .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.advantage .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
	}

	.advantage .item:nth-child(3n) {
		margin-right: 0;
	}

	.advantage .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.advantage .title1 {
		margin-bottom: 20px;
	}

	.advantage .image {
		width: 50px;
		height: 50px;
	}

	.advantage .image::after {
		width: 32px;
		height: 32px;
	}
}

@media screen and (max-width:1333px) {

	.advantage .list {
		justify-content: space-between;
	}

	.advantage .item:nth-child(n) {
		width: 48%;
		margin-right: 0%;
		margin-top: 20px;
	}

	.advantage .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.advantage .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.advantage .image {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:999px) {
	.advantage .title {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 40px;
	}

	.advantage .title .cBtn {
		margin-left: 0;
		margin-top: 20px;
	}

	.advantage .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.advantage .tips {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.advantage .image {
		width: 46px;
		height: 46px;
	}
}

@media screen and (max-width:538px) {
	.advantage .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.advantage .item:nth-child(1) {
		margin-top: 0;
	}
}


/* indexM5-1 */

.touch {
	padding: 85px 0 84px 0;
	position: relative;
	background-image: url("../images/indexM5-1.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.touch .title1 {
	color: #ffffff;
}

.touch .title1:hover {
	color: #ffffff;
}

.touch .msg {
	width: 50%;
	position: relative;
	z-index: 9;
}

.touch .msg .title1 {
	margin-bottom: 24px;
}

.touch .msg .txts {
	color: #ffffff;
}


@media screen and (max-width:1760px) {
	.touch .msg {
		width: 60%;
	}
}

@media screen and (max-width:1333px) {
	.touch .msg {
		width: 80%;
	}

	.touch .msg .title1 {
		margin-bottom: 25px;
	}
}


@media screen and (max-width:768px) {
	.touch .msg .title1 {
		margin-bottom: 10px;
	}

	.touch .msg {
		width: 90%;
	}
}



/* indexM6-1 */


.joinInvestment {
	padding: 84px 0 77px 0;
}


.joinInvestment .title1 {
	margin-bottom: 72px;
	font-size: 42px;
	text-transform: uppercase;
}


.joinInvestment .list {
	display: flex;
	flex-wrap: wrap;
}

.joinInvestment .list .item {
	width: 31%;
	margin-right: 3.5%;
	margin-top: 45px;
	padding: 44px 30px 30px 41px;
	position: relative;
	background-color: #f8f8f8;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.joinInvestment .list .item:hover {
	background-color: #00853e;
}

.joinInvestment .list .item:nth-child(-n+3) {
	margin-top: 0;
}

.joinInvestment .list .item:nth-child(3n-1) {
	transform: translateY(-37px);
}


.joinInvestment .list .item:nth-child(3n) {
	margin-right: 0;
	transform: translateY(-120px);
}



.joinInvestment .list .tit {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 24px;
	line-height: 34px;
	color: #333333;
	margin-bottom: 42px;
	position: relative;
}

.joinInvestment .list .item:hover .tit {
	color: #ffffff;
}

.joinInvestment .list .tit:hover::after {
	width: 100%;
}

.joinInvestment .list .tit::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -16px;
	width: 37px;
	height: 3px;
	background-color: #00853e;
	transition: .4s ease all;
}

.joinInvestment .list .item:hover .tit::after {
	background-color: #ffffff;
}



.joinInvestment .list .txts {
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	margin-bottom: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	min-height: 104px;
	hyphens: auto;
}

.joinInvestment .list .item:hover .txts {
	color: #ffffff;
}



.joinInvestment .list .btn {
	color: rgba(153, 153, 153, 0.5);
	transform: rotate(-45deg);
	font-weight: bold;
	font-size: 22px;
}

.joinInvestment .list .btn:hover {
	transform: rotate(0);
}

.joinInvestment .list .item:hover .btn {
	color: rgba(255, 255, 255, 0.5);
}



.joinInvestment .list .num {
	position: absolute;
	right: 15px;
	bottom: 7px;
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 103px;
	line-height: 103px;
	color: #ffffff;
	opacity: 0.8;
}

@media screen and (max-width:1760px) {
	.joinInvestment .list .item {
		padding: 30px;
	}

	.joinInvestment .list .num {
		font-size: 80px;
		line-height: 80px;
	}

	.joinInvestment .list .tit {
		font-size: 22px;
		line-height: 30px;
	}
}

@media screen and (max-width:1333px) {
	.joinInvestment .list .tit {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.joinInvestment .list .item {
		padding: 20px;
		margin-top: 30px;
	}

	.joinInvestment .list .txts {
		min-height: 112px;
	}

	.joinInvestment .list .txts {
		margin-bottom: 20px;
	}

	.joinInvestment .list .num {
		font-size: 70px;
		line-height: 70px;
	}
}

@media screen and (max-width:999px) {

	.joinInvestment .list {
		justify-content: space-between;
	}

	.joinInvestment .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
		transform: translateY(0);
	}

	.joinInvestment .list .item:nth-child(2n) {
		transform: translateY(-80px);
	}

	.joinInvestment .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.joinInvestment .title1 {
		margin-bottom: 60px;
	}

	.joinInvestment .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.joinInvestment .list .tit::after {
		bottom: -10px;
	}

	.joinInvestment .list .txts {
		min-height: 104px;
	}

	.joinInvestment .list .num {
		font-size: 60px;
		line-height: 60px;
	}
}

@media screen and (max-width:768px) {
	.joinInvestment .list .num {
		font-size: 50px;
		line-height: 50px;
	}
}

@media screen and (max-width:538px) {
	.joinInvestment .title1 {
		margin-bottom: 30px;
	}

	.joinInvestment .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
		transform: translateY(0);
	}

	.joinInvestment .list .item:nth-child(1) {
		margin-top: 0;
	}

	.joinInvestment .list .txts {
		min-height: auto;
	}
}



/* indexM7-1 */


.newCenter {
	padding-bottom: 142px;
}


.newCenter .title1 {
	margin-bottom: 45px;
	font-size: 42px;
}


.newCenter .con {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.newCenter .show {
	width: 47.625%;
	overflow: hidden;
	position: relative;
}


.newCenter .show .image {
	height: 100%;
}

.newCenter .show .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.newCenter .show .msg {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 133, 62, 0.6);
	padding: 15px 20px 13px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.newCenter .show .tit {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
}

.newCenter .show .tit:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


.newCenter .show .btn {
	flex-shrink: 0;
	margin-left: 20px;
	transform: rotate(-45deg);
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
}


.newCenter .show .btn:hover {
	transform: rotate(0);
}



.newCenter .swiper {
	width: 50.1%;
	display: flex;
	justify-content: space-between;
	margin: 0;
}


.newCenter .swiper .swiper-slide {
	width: 48%;
	background-color: #f8f8f8;
	padding: 48px 15px 30px;
}


.newCenter .swiper .time {
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 16px;
	line-height: 30px;
	color: #00853e;
	margin-bottom: 4px;
}

.newCenter .swiper .tit {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 18px;
	line-height: 33px;
	color: #333333;
	margin-bottom: 25px;
	min-height: 66px;
}

.newCenter .swiper .tit:hover {
	color: #00853e;
}

.newCenter .swiper .image {
	overflow: hidden;
	margin-bottom: 31px;
}

.newCenter .swiper .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.newCenter .swiper .txts {
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}


@media screen and (max-width:1760px) {
	.newCenter {
		padding-bottom: 80px;
	}

	.newCenter .show .msg {
		padding: 15px 20px;
	}

	.newCenter .show .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.newCenter .title1 {
		margin-bottom: 40px;
	}

	.newCenter .swiper .swiper-slide {
		padding: 30px 15px;
	}

	.newCenter .swiper .tit {
		font-size: 16px;
		line-height: 28px;
		min-height: 56px;
	}

	.newCenter .swiper .image {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1333px) {
	.newCenter {
		padding-bottom: 60px;
	}

	.newCenter .swiper .swiper-slide {
		padding: 20px 10px;
	}
}

@media screen and (max-width:999px) {
	.newCenter {
		padding-bottom: 50px;
	}

	.newCenter .show .msg {
		padding: 10px 20px;
		flex-direction: column;
		align-items: flex-start;
	}

	.newCenter .show .btn {
		margin-left: 0;
	}

	.newCenter .swiper .tit {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 10px;
		min-height: 48px;
	}

	.newCenter .swiper .image {
		margin-bottom: 10px;
	}

	.newCenter .swiper .txts {
		font-size: 14px;
		line-height: 24px;
	}

	.newCenter .show .tit {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.newCenter {
		padding-bottom: 40px;
	}

	.newCenter .title1 {
		margin-bottom: 30px;
	}
}




/* 1-1-Products */


.products {
	padding: 86px 0 108px 0;
}

.products .btnsTit {
	margin-bottom: 66px;
}


.products .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 75px;
}



.products .list .item {
	width: 23.125%;
	margin-right: 2.5%;
	margin-top: 39px;
	padding: 20px 20px;
	background-color: #f7f7f7;
}

.products .list .item:hover {
	background-color: #ffffff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}


.products .list .item:nth-child(4n) {
	margin-right: 0;
}

.products .list .item:nth-child(-n+4) {
	margin-top: 0;
}


.products .list .image {
	overflow: hidden;
	margin-bottom: 13px;
}

.products .list .tit {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 20px;
	line-height: 28px;
	min-height: 56px;
	color: #333333;
	margin-bottom: 54px;
}


.products .list .tit:hover {
	color: #00853e;
}


.products .list .btns {
	display: flex;
	align-items: center;
}

.products .list .checkBtn {
	width: 12px;
	height: 12px;
	background-color: #ffffff;
	outline: solid 1px #d6d6d6;
	flex-shrink: 0;
	margin-right: 10px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}



.products .list .checkBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
	opacity: 0;
}


.products .list .checkBtn i {
	font-size: 12px;
	opacity: 0;
}

.products .list .checkBtn.active i {
	opacity: 1;
}


.products .list .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 30px;
	background-color: #e7e7e7;
	font-size: 18px;
}


.products .list .btn:hover {
	background-color: #00853e;
	color: #ffffff;
}

.productProject .title {
	margin-bottom: 50px;
}



.latestNews {
	padding: 74px 0 100px 0;
	background-image: url("../images/latestNewsBg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.latestNews .title {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.latestNews .tip {
	font-size: 16px;
	line-height: 26px;
	color: #066a35;
	text-align: center;
	margin-bottom: 10px;
}

.latestNews .title1 {
	text-align: center;
	margin-bottom: 75px;
}

.latestNews .image {
	overflow: hidden;
	margin-bottom: 22px;
}

.latestNews .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.latestNews .time {
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 16px;
	line-height: 26px;
	color: #00853e;
	margin-bottom: 6px;
}

.latestNews .tit {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 18px;
	line-height: 33px;
	color: #333333;
	margin-bottom: 10px;
}

.latestNews .tit:hover {
	color: #00853e;
}

.latestNews .txts {
	line-height: 26px;
}


@media screen and (max-width:1760px) {
	.products .btnsTit {
		margin-bottom: 50px;
	}

	.products .list .item {
		padding: 20px 15px;
	}

	.products .list .tit {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.products .list .btn {
		font-size: 16px;
	}

	.products .list {
		margin-bottom: 60px;
	}

	.latestNews .title1 {
		margin-bottom: 50px;
	}

	.latestNews .tit {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:1333px) {
	.products .list .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.products .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.products .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.products .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.products .list {
		margin-bottom: 50px;
	}

	.productProject .title {
		margin-bottom: 40px;
	}

	.latestNews .image {
		margin-bottom: 10px;
	}

	.latestNews .tip {
		margin-bottom: 5px;
	}

	.latestNews .title1 {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.products .btnsTit {
		margin-bottom: 40px;
	}

	.products .list .item {
		padding: 15px;
	}

	.products .list .tit {
		font-size: 14px;
		line-height: 26px;
		min-height: 52px;
	}

	.products .list .btn {
		height: 26px;
	}

	.products .list {
		margin-bottom: 40px;
	}

	.productProject .title {
		margin-bottom: 30px;
	}

	.latestNews .tip {
		font-size: 14px;
		line-height: 24px;
	}

	.latestNews .tit {
		font-size: 14px;
		line-height: 24px;
	}

	.latestNews .txts {
		font-size: 14px;
		line-height: 24px;
	}

}

@media screen and (max-width:768px) {
	.products .list {
		justify-content: space-between;
	}

	.products .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.products .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.products .btnsTit {
		margin-bottom: 30px;
	}

	.latestNews .title1 {
		margin-bottom: 30px;
	}
}


@media screen and (max-width:538px) {
	.products .list .item {
		padding: 15px 10px;
	}

	.products .list .tit {
		margin-bottom: 15px;
	}
}


/* 1-2-Products */

.productShow {
	padding: 100px 0 69px 0;
}

.productShow .con {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}


.productShow .shows {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 40px;
}


.productShow .showSipwer {
	width: 650px;
	margin-right: 29px;
	overflow: hidden;
	border: solid 1px #dcdcdc;
}


.productShow .showSipwer .swiper-slide {
	position: relative;
}


.productShow .showSipwer .swiper-slide .video {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 9;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.productShow .showSipwer .swiper-slide .video .playBtn {
	width: 86px;
	height: 86px;
}

.productShow .showSipwer .swiper-slide .video:hover .playBtn img {
	transform: scale(1.1);
}


.productShow .checkSwiper {
	width: 113px;
	overflow: hidden;
	height: 100%;

}

.productShow .swiperBox {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 650px;
	padding: 24px 0;
}


.productShow .swiperBox .prev,
.productShow .swiperBox .next {
	width: 100%;
	position: absolute;
	color: #333333;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: 24px;
}


.productShow .swiperBox .prev i,
.productShow .swiperBox .next i {
	font-size: 16px;
}


.productShow .swiperBox .prev:hover,
.productShow .swiperBox .next:hover {
	color: #00853e;
}


.productShow .swiperBox .prev {
	top: -7px;
}

.productShow .swiperBox .prev i {
	transform: rotate(-90deg);
}

.productShow .swiperBox .next {
	bottom: -7px;
}

.productShow .swiperBox .next i {
	transform: rotate(90deg);
}

.productShow .checkSwiper {
	height: 100%;
}

.productShow .checkSwiper .swiper-slide {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}


.productShow .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 #d5d5d5;
}

.productShow .checkSwiper .swiper-slide-thumb-active::after {
	border-color: #00853e;
}



.showSipwerBox {
	position: relative;
}


.showSipwer .swiper-slide img {
	display: block;
}



.productShow .jianjie {
	width: 10%;
	flex: 1;
}

.productShow .jianjie .table {
	width: 100%;
	overflow: auto;
}

.productShow .jianjie .table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}


.productShow .jianjie .table table tr td {
	padding: 10px 8px;
	font-size: 16px;
	color: #333333;
	border: none;
	border-top: 1px solid #d4d4d4;
	font-family: HelveticaNeueLTPro-Roman;
	text-align: left;
}


.productShow .jianjie .table table tr:last-child td {
	border-bottom: 1px solid #d4d4d4;
}

.productShow .jianjie .table table tr td:nth-child(2n-1) {
	background-color: rgba(212, 212, 212, 0.2);
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}

.productShow .jianjie h1 {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	margin-bottom: 38px;
}

.productShow .jianjie .txts {
	margin-bottom: 40px;
}

.productShow .jianjie .share {
	margin-bottom: 28px;
}

.productShow .jianjie .btns {
	display: flex;
	align-items: center;
}

.productShow .jianjie .btns a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 159px;
	height: 45px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #999999;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	margin-right: 29px;
}

.productShow .jianjie .btns a:hover {
	background-color: #00853e;
	border-color: #00853e;
	color: #ffffff;
}



.productShow .jianjie .btns a:last-child {
	margin-right: 0;
}


/*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:1760px) {
	.productShow .showSipwer {
		width: 450px;
	}

	.productShow .swiperBox {
		height: 450px;
	}

	.productShow .checkSwiper {
		width: 71px;
	}

	.productShow .jianjie h1 {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 30px;
	}

	.productShow .jianjie .table table tr td {
		padding: 5px;
		font-size: 14px;
		line-height: 24px;
	}

	.productShow .jianjie .table table tr td:nth-child(2n-1) {
		font-size: 14px;
		line-height: 24px;
	}

	.productShow .jianjie .btns a {
		height: 40px;
		width: 140px;
	}

	.productShow .showSipwer .swiper-slide .video .playBtn {
		width: 75px;
		height: 75px;
	}
}


@media screen and (max-width:1333px) {
	.productShow .shows {
		flex-direction: column;
		align-items: flex-start;
		width: 450px;
	}

	.productShow .showSipwer {
		width: 100%;
		margin-right: 0;
	}

	.productShow .swiperBox {
		height: auto;
		width: 100%;
		padding: 0 25px;
		margin-top: 20px;
	}

	.productShow .checkSwiper {
		width: 100%;
	}

	.productShow .swiperBox .prev {
		height: 100%;
		width: 20px;
		left: 0;
		top: 0;
	}

	.productShow .swiperBox .prev i {
		transform: rotate(-180deg);
	}

	.productShow .swiperBox .next {
		right: 0;
		top: 0;
		height: 100%;
		width: 20px;
	}

	.productShow .swiperBox .next i {
		transform: rotate(0deg);
	}

	.productShow .jianjie h1 {
		font-size: 26px;
		line-height: 36px;
	}

	.productShow .showSipwerBox {
		width: 100%;
	}

	.productShow .showSipwer .swiper-slide .video .playBtn {
		width: 70px;
		height: 70px;
	}
}


@media screen and (max-width:999px) {
	div.jqZoomPup {
		display: none;
	}

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

	.productShow .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.productShow .jianjie {
		flex: none;
		width: 100%;
	}

	.productShow .jianjie h1 {
		font-size: 24px;
		line-height: 34px;
	}

	.productShow .shows {
		margin: 0 auto 40px;
		max-width: 400px;
		width: 100%;
	}

	.productShow .jianjie .btns a {
		font-size: 14px;
		height: 36px;
		width: 140px;
	}

	.productShow .showSipwer .swiper-slide .video .playBtn {
		width: 65px;
		height: 65px;
	}
}

@media screen and (max-width:768px) {
	.productShow .jianjie h1 {
		font-size: 22px;
		line-height: 30px;
	}

	.productShow .jianjie .txts {
		margin-bottom: 30px;
	}

	.productShow .jianjie .btns a {
		margin-right: 20px;
	}

	.productShow .showSipwer .swiper-slide .video .playBtn {
		width: 60px;
		height: 60px;
	}
}


@media screen and (max-width:538px) {
	.productShow .jianjie h1 {
		font-size: 20px;
	}
}


.productDetails {
	padding-bottom: 91px;
}

.productDetails .title {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 36px;
	line-height: 46px;
	color: #333333;
	margin-bottom: 21px;
}


.productDetails .line {
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, .1);
	margin-bottom: 42px;
}


.productDetails .con {
	margin-bottom: 68px;
}


.productDetails .con .tit,
.productDetails .con .standardEdit strong {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 24px;
	line-height: 34px;
	color: #333333;
	margin-bottom: 16px;
	display: block;
}

.pdTit {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 32px;
	line-height: 42px;
	color: #333333;
}


.productAdvantage {
	margin-bottom: 71px;
}


.productAdvantage .pdTit {
	margin-bottom: 47px;
	text-align: center;
}

.productAdvantage .list {
	display: flex;
	flex-wrap: wrap;
}

.productAdvantage .item {
	background-color: #f7f7f7;
	border-radius: 10px;
	width: 31.25%;
	margin-right: 3.125%;
	margin-top: 30px;
	flex: auto;
	padding: 30px 30px 23px;
}


.productAdvantage .item:nth-child(-n+3) {
	margin-top: 0;
}


.productAdvantage .item:nth-child(5n-2),
.productAdvantage .item:nth-child(5n) {
	margin-right: 0;
}

.productAdvantage .image {
	width: 56px;
	margin-bottom: 11px;
}


.productAdvantage .tit {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 20px;
	line-height: 26px;
	color: #333333;
	margin-bottom: 7px;
}

.productAdvantage .txts {
	color: #333333;
}


.equipment {
	margin-bottom: 60px;
}

.equipment .pdTit {
	margin-bottom: 24px;
}

.equipment .txts p em,
.productDetails .txts p em,
.sterilization .txts p em,
.technology .txts p em {
	position: relative;
	display: block;
	padding-left: 30px;
	font-style: normal;
	color: #333333;
	line-height: 40px;
	font-size: 18px;
}


.equipment .txts p em::after,
.productDetails .txts p em::after,
.sterilization .txts p em::after,
.technology .txts p em::after {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 14px;
	height: 13px;
	background-image: url("../images/start.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.sterilization {
	margin-bottom: 70px;
}


.sterilization .pdTit {
	margin-bottom: 13px;
	text-align: center;
}


.sterilization .tip {
	text-align: center;
	margin-bottom: 43px;
}


.sterilization .table table tr td {
	text-align: left;
}


.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}

.table table tr:nth-child(2n-1) td {
	background-color: #fafafa;
}

.table table tr td {
	padding: 22px 14px;
	font-size: 16px;
	border: 1px solid #dcdcdc;
	text-align: center;
	color: #333333;
}

.table table tbody:nth-child(1) tr:nth-child(1) td {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 18px;
}




.using {
	margin-bottom: 100px;
}


.using .pdTit {
	text-align: center;
	margin-bottom: 48px;
}


.using .list {
	display: flex;
	flex-wrap: wrap;
}


.using .list .item {
	width: 12.5%;
	margin-right: 2.08%;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 10px;
	border: solid 1px #e5e5e5;
	padding: 31px 10px 31px;
}

.using .list .item:hover {
	background-color: #00853e;
	border-color: #00853e;
}



.using .list .item:nth-child(-n+7) {
	margin-top: 0;
}

.using .list .item:nth-child(7n) {
	margin-right: 0;
}


.using .list .num {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 40px;
	line-height: 40px;
	color: #00853e;
	margin-bottom: 17px;
}

.using .list .item:hover .num {
	color: #ffffff;
}

.using .list .tit {
	text-align: center;
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	margin-bottom: 2px;
}

.using .list .item:hover .tit {
	color: #ffffff;
}


.using .list .txts {
	text-align: center;
	line-height: 26px;
}

.using .list .item:hover .txts {
	color: #ffffff;
}



.appIndustry {
	margin-bottom: 67px;
}


.appIndustry .image {
	width: 39.75%;
	float: right;
	margin-left: 5%;
	position: relative;
}

.appIndustry .image img {
	transform: translateX(-20px) translateY(-20px);
	border-radius: 100px 10px 10px 10px;
}

.appIndustry .image::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 133, 62, 0.2);
	border-radius: 100px 10px 10px 10px;
	z-index: -1;
}



.appIndustry .pdTit {
	position: relative;
	margin-bottom: 54px;
	margin-top: -2px;
}

.appIndustry .pdTit::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -37px;
	width: 72px;
	height: 10px;
	background-color: #00853e;
}


.appIndustry .msg .txts p {
	font-size: 18px;
	line-height: 40px;
	color: #333333;
}


.technology {
	margin-bottom: 91px;
}


.technology .pdTit {
	text-align: center;
	margin-bottom: 46px;
}

.parameter {
	margin-bottom: 70px;
}

.parameter .pdTit {
	text-align: center;
	margin-bottom: 46px;
}

.photo .pdTit {
	margin-bottom: 40px;
	text-align: center;
}

@media screen and (max-width:1760px) {
	.productDetails .title {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 30px;
	}

	.productDetails .line {
		margin-bottom: 30px;
	}

	.productDetails .con .tit,
	.productDetails .con .standardEdit strong {
		font-size: 22px;
		line-height: 30px;
	}

	.productDetails .con,
	.productAdvantage,
	.equipment,
	.sterilization,
	.using,
	.appIndustry,
	.technology,
	.parameter {
		margin-bottom: 60px;
	}

	.pdTit {
		font-size: 28px;
		line-height: 38px;
	}

	.productAdvantage .pdTit {
		margin-bottom: 40px;
	}

	.productAdvantage .image {
		width: 45px;
	}

	.productAdvantage .item {
		padding: 20px;
		border-radius: 5px;
	}

	.equipment .txts p em,
	.productDetails .txts p em,
	.sterilization .txts p em,
	.technology .txts p em {
		font-size: 16px;
		line-height: 30px;
	}

	.equipment .txts p em::after,
	.productDetails .txts p em::after,
	.sterilization .txts p em::after,
	.technology .txts p em::after {
		top: 7px;
	}

	.productAdvantage .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.sterilization .tip {
		margin-bottom: 30px;
	}

	.table table tr td {
		padding: 10px;
	}

	.table table tr:nth-child(1) td {
		font-size: 16px;
	}

	.using .pdTit {
		margin-bottom: 40px;
	}

	.using .list .item:nth-child(n) {
		width: 23.5%;
		margin-right: 2%;
		margin-top: 20px;
		padding: 20px;
		border-radius: 5px;
	}

	.using .list .item:nth-child(4n) {
		margin-right: 0;
	}

	.using .list .item:nth-child(-n+4) {
		margin-top: 0;
	}

	.using .list .num {
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 10px;
	}

	.appIndustry .msg .txts p {
		font-size: 16px;
		line-height: 30px;
	}

	.appIndustry .pdTit::after {
		height: 5px;
		bottom: -24px;
	}

	.appIndustry .image::after,
	.appIndustry .image img {
		border-radius: 80px 5px 5px 5px;
	}

	.productDetails {
		padding-bottom: 80px;
	}
}

@media screen and (max-width:1333px) {
	.productDetails .title {
		font-size: 26px;
		line-height: 36px;
	}

	.productDetails .con .tit,
	.productDetails .con .standardEdit strong {
		font-size: 20px;
	}

	.productAdvantage .pdTit {
		margin-bottom: 30px;
	}

	.pdTit {
		font-size: 26px;
		line-height: 36px;
	}

	.productAdvantage .image {
		width: 40px;
	}

	.productAdvantage .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.using .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
	}

	.using .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.using .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.using .list .num {
		font-size: 28px;
		line-height: 28px;
	}

	.using .list .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.appIndustry .image::after,
	.appIndustry .image img {
		border-radius: 60px 5px 5px 5px;
	}

	.productDetails {
		padding-bottom: 60px;
	}
}

@media screen and (max-width:999px) {

	.productDetails .con,
	.productAdvantage,
	.equipment,
	.sterilization,
	.using,
	.appIndustry,
	.technology,
	.parameter {
		margin-bottom: 50px;
	}

	.productDetails .title {
		font-size: 24px;
		line-height: 34px;
	}

	.productDetails .con .tit,
	.productDetails .con .standardEdit strong {
		font-size: 18px;
		line-height: 28px;
	}

	.pdTit {
		font-size: 24px;
		line-height: 34px;
	}

	.productAdvantage .list {
		justify-content: space-between;
	}

	.productAdvantage .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		flex: none;
		margin-top: 20px;
	}

	.productAdvantage .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.productAdvantage .image {
		width: 36px;
	}

	.table table tr td {
		font-size: 14px;
		line-height: 24px;
	}

	.using .list {
		justify-content: space-between;
	}

	.using .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}

	.using .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.using .list .num {
		font-size: 26px;
		line-height: 36px;
	}

	.appIndustry .pdTit::after {
		height: 4px;
		width: 60px;
	}

	.appIndustry .image {
		float: none;
		width: 100%;
		max-width: 400px;
		margin: 40px auto 0;
	}

	.appIndustry {
		display: flex;
		flex-direction: column-reverse;
	}

	.appIndustry .image::after,
	.appIndustry .image img {
		border-radius: 40px 5px 5px 5px;
	}

	.appIndustry .image img {
		transform: translateX(-15px) translateY(-15px);
	}

	.photo .pdTit,
	.technology .pdTit,
	.parameter .pdTit,
	.using .pdTit {
		margin-bottom: 30px;
	}

	.productDetails {
		padding-bottom: 50px;
	}

	.equipment .txts p em,
	.productDetails .txts p em,
	.sterilization .txts p em,
	.technology .txts p em {
		font-size: 14px;
		line-height: 26px;
	}

	.sterilization .tip {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {

	.productDetails .con,
	.productAdvantage,
	.equipment,
	.sterilization,
	.using,
	.appIndustry,
	.technology,
	.parameter {
		margin-bottom: 40px;
	}

	.productDetails {
		padding-bottom: 40px;
	}

	.pdTit {
		font-size: 22px;
		line-height: 30px;
	}

	.using .list .num {
		margin-bottom: 5px;
		font-size: 22px;
		line-height: 22px;
	}

	.using .list .tit {
		margin-bottom: 5px;
	}

	.productDetails .title {
		font-size: 22px;
		line-height: 30px;
	}
}

@media screen and (max-width:538px) {
	.productAdvantage .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.productAdvantage .item:nth-child(1) {
		margin-top: 0;
	}

	.using .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.using .list .item:nth-child(1) {
		margin-top: 0;
	}
}



/* 2-1-Project */


.project {
	padding: 80px 0 95px 0;
}


.project .btnsTit {
	margin-bottom: 100px;
}


.project .btnsTit .checkBtns .item {
	color: #333333;
}


.project .btnsTit .checkBtns .item:hover,
.project .btnsTit .checkBtns .item.active {
	color: #ffffff;
}

.project .list {
	margin-bottom: 65px;
}

.project .list .item {
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
	align-items: center;
}


.project .list .item:nth-child(1) {
	margin-top: 0;
}

.project .list .image {
	width: 50%;
	overflow: hidden;
}


.project .list .image:hover img {
	transform: scale(1);
	opacity: .6;
}

.project .list .msg {
	width: 46.25%;
}


.project .list .tit {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 24px;
	line-height: 38px;
	color: #333333;
	margin-bottom: 28px;
}


.project .list .tit:hover {
	color: #00853e;
}

.project .list .txts {
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 55px;
}

@media screen and (max-width:1760px) {
	.project .btnsTit {
		margin-bottom: 70px;
	}

	.project .list .tit {
		font-size: 22px;
		line-height: 34px;
	}

	.project .list .txts {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 40px;
	}

	.project .list .item {
		margin-top: 60px;
	}

	.project .list {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1333px) {
	.project .btnsTit {
		margin-bottom: 50px;
	}

	.project .list .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.project .list .txts {
		margin-bottom: 20px;
	}

	.project .list .item {
		margin-top: 50px;
	}
}

@media screen and (max-width:999px) {
	.project .btnsTit {
		margin-bottom: 30px;
	}

	.project .list {
		margin-bottom: 40px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}


	.project .list .item {
		width: 48%;
		margin-right: 0;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		margin-top: 40px;
	}

	.project .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.project .list .msg {
		width: 100%;
	}

	.project .list .image {
		width: 100%;
		margin-bottom: 20px;
	}

	.project .list .tit {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.project .list .txts {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

}


@media screen and (max-width:538px) {
	.project .list .item:nth-child(n) {
		width: 100%;
		margin-top: 40px;
	}

	.project .list .item:nth-child(1) {
		margin-top: 0;
	}

}


.customized {
	background-image: url("../images/customizedM1-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 183px 0 182px 0;
	overflow: hidden;
}



.customized .con {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.customized .msg {
	width: 59%;
}



.customized .title1 {
	margin-bottom: 54px;
	color: #ffffff;
}


.customized .msgSwiper {
	overflow: hidden;
	margin: 0;
	margin-bottom: 62px;
}



.customized .msgSwiper .tit {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 36px;
	line-height: 56px;
	color: #ffffff;
	margin-bottom: 12px;
}


.customized .msgSwiper .txts {
	font-size: 22px;
	line-height: 36px;
	color: #ffffff;
}

.customized .msg .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 220px;
	height: 58px;
	border: solid 1px #ffffff;
	color: #ffffff;
}


.customized .msg .btn:hover {
	background-color: #00853e;
	border-color: #00853e;
}



.customized .checkSwiper {
	width: 24.375%;
	height: 600px;
	margin: 0;
	position: relative;
}

.customized .checkSwiper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	height: 200%;
	transform: translateY(-50%);
	width: 1px;
	background-color: rgba(255, 255, 255, .5);
}


.customized .checkSwiper .swiper {
	height: 100%;
	overflow: hidden;
	margin: 0;
}



.customized .checkSwiper .swiper-slide {
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	padding: 10px 17px;
	transition: .4s ease background-color;
	cursor: pointer;
}



.customized .checkSwiper .image {
	width: 52px;
	flex-shrink: 0;
	margin-right: 13px;
}

.customized .checkSwiper .tit {
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
}

.customized .checkSwiper .swiper-slide.swiper-slide-thumb-active {
	background-color: #00853e;
}

.customized .sBtns {
	display: none;
}

@media screen and (max-width:1760px) {
	.customized .msgSwiper .tit {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 20px;
	}

	.customized .msgSwiper .txts {
		font-size: 18px;
		line-height: 30px;
	}

	.customized .msgSwiper {
		margin-bottom: 40px;
	}

	.customized .msg .btn {
		height: 50px;
		width: 200px;
	}

	.customized .title1 {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:1333px) {
	.customized .checkSwiper {
		width: 35%;
	}

	.customized .msgSwiper .tit {
		font-size: 26px;
		line-height: 36px;
	}

	.customized .msg .btn {
		height: 45px;
		width: 190px;
	}

	.customized .checkSwiper {
		height: 540px;
	}

	.customized .checkSwiper .image {
		width: 45px;
	}
}

@media screen and (max-width:999px) {
	.customized .checkSwiper .tit {
		font-size: 14px;
	}

	.customized .msgSwiper .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.customized .msg .btn {
		height: 40px;
		width: 180px;
	}

	.customized .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.customized .msg {
		width: 100%;
	}

	.customized .msgSwiper {
		margin-bottom: 30px;
	}

	.customized .title1 {
		margin-bottom: 30px;
	}

	.customized .checkSwiper {
		width: 100%;
		height: auto;
	}

	.customized .checkSwiper .swiper-slide {
		height: auto;

	}

	.customized .checkSwiper::after {
		display: none;
	}

	.customized .msg {
		margin-bottom: 50px;
	}

	.customized .sBtns {
		display: flex;
	}

	.customized .msg .btn {
		height: 36px;
		width: 170px;
	}

}

@media screen and (max-width:768px) {
	.customized .msgSwiper .tit {
		font-size: 20px;
	}

	.customized .msg {
		margin-bottom: 40px;
	}

}


/* 2-2-Project */



.projectDet {
	padding: 63px 0 83px 0;
	position: relative;
}


.projectDet .imgBg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -5.7%;
	z-index: -1;
	width: 100%;
}

.projectDet .imgBg img {
	display: block;
}


.projectDet h1 {
	font-weight: normal;
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 30px;
	line-height: 48px;
	color: #333333;
	margin-bottom: 16px;
}

.share {
	display: flex;
	align-items: center;
}

.share span {
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	flex-shrink: 0;
	margin-right: 19px;
}

.projectDet .share {
	margin-bottom: 29px;
}

.projectDet .con {
	padding: 21px 0 51px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 47px;
}



.projectDet .prevOrNext {
	margin-bottom: 84px;
}


.prevOrNext {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.prevOrNext>div {
	display: flex;
	align-items: center;
	width: 49%;
}


.prevOrNext>div.next {
	justify-content: flex-end;

}

.prevOrNext .next .tit {
	text-align: right;
}

.prevOrNext .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 50%;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.prevOrNext .prev .btn {
	margin-right: 14px;
}

.prevOrNext .next .btn {
	margin-left: 14px;
}


.prevOrNext .btn i {
	color: #999999;
	font-size: 12px;
	font-weight: bold;
}



.prevOrNext a.btn:hover {
	background-color: #00853e;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
}


.prevOrNext a.btn:hover i {
	color: #ffffff;
}


.prevOrNext .tit {
	font-size: 16px;
	line-height: 20px;
	color: #333333;
}

.prevOrNext .name {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 23px;
	color: #666666;
}

.prevOrNext a.name:hover {
	color: #00853e;
}


.hotProducts .title1 {
	text-align: center;
	margin-bottom: 58px;
	text-transform: uppercase;
}

.hotProducts .swiper {
	overflow: visible;
}

.hotProducts .swiper .swiper-wrapper {
	pointer-events: none;
}

.hotProducts .swiper-slide {
	padding: 20px 20px 41px 20px;
	background-color: #f7f7f7;
	transition: .4s ease background, .4s ease box-shadow, .4s ease opacity;
	opacity: 0;
	pointer-events: none;
	height: auto;
}

.hotProducts .swiper-slide-visible {
	pointer-events: all;
	opacity: 1;
}

.hotProducts .swiper-slide:hover {
	background-color: #ffffff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.hotProducts .image {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-bottom: 12px;
}

.hotProducts .tit {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 20px;
	line-height: 28px;
	color: #333333;
}


.hotProducts .tit:hover {
	color: #00853e;
}



.hotProducts .btns {
	display: flex;
	align-items: center;
	justify-content: center;
}


.hotProducts .btns>div {
	color: #333333;
	background-color: #f2f2f2;
	margin-top: 38px;
	height: 46px;
	width: 78px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-weight: bold;
	font-size: 18px;
}


.hotProducts .btns>div:hover {
	background-color: #00853e;
	color: #ffffff;
}



@media screen and (max-width:1760px) {
	.projectDet h1 {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 40px;
	}

	.projectDet .share {
		margin-bottom: 30px;
	}

	.projectDet .con {
		padding: 30px 0;
	}

	.prevOrNext .tit {
		line-height: 26px;
	}

	.projectDet .prevOrNext {
		margin-bottom: 80px;
	}

	.hotProducts .title1 {
		margin-bottom: 40px;
	}

	.hotProducts .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.hotProducts .swiper-slide {
		padding: 20px;
	}

	.hotProducts .btns>div {
		font-size: 16px;
		width: 60px;
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.projectDet h1 {
		font-size: 24px;
		line-height: 34px;
	}

	.projectDet .prevOrNext {
		margin-bottom: 60px;
	}

	.hotProducts .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.hotProducts .btns>div {
		height: 40px;
	}
}

@media screen and (max-width:999px) {


	.projectDet h1 {
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 30px;
	}

	.share span {
		font-size: 14px;
	}

	.prevOrNext {
		flex-direction: column;
		align-items: flex-start;
	}

	.prevOrNext>div {
		width: 100%;
	}

	.prevOrNext>div.next {
		flex-direction: row-reverse;
		margin-top: 20px;
	}

	.prevOrNext .next .btn {
		margin-left: 0;
		margin-right: 19px;
	}

	.prevOrNext .tit {
		font-size: 14px;
		line-height: 24px;
	}

	.prevOrNext .next .tit {
		text-align: left;
	}

	.prevOrNext .name {
		font-size: 14px;
		line-height: 24px;
	}

	.projectDet .con {
		margin-bottom: 40px;
	}

	.hotProducts .tit {
		font-size: 14px;
		line-height: 26px;
	}

	.hotProducts .btns>div {
		font-size: 14px;
	}

	.projectDet .prevOrNext {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.projectDet .prevOrNext {
		margin-bottom: 40px;
	}

	.projectDet .con {
		margin-bottom: 30px;
		padding: 20px 0;
	}

	.hotProducts .title1 {
		margin-bottom: 30px;
	}

	.hotProducts .swiper-slide {
		padding: 15px;
	}

	.projectDet h1 {
		font-size: 20px;
		line-height: 30px;
	}
}


@media screen and (max-width:538px) {
	.hotProducts .swiper-slide {
		padding: 10px;
	}

	.hotProducts .image {
		margin-bottom: 10px;
	}

	.hotProducts .btns>div {
		height: 35px;
	}
}



/* 3-1-Join Investment */

.recruitment {
	padding: 80px 0 169px 0;
}


.recruitment .title1 {
	margin-bottom: 74px;
}


.recruitment .list .item {
	margin-bottom: 67px;
}

.recruitment .list .item:last-child {
	margin-bottom: 0;
}


.recruitment .list .clear {
	display: none;
}


.recruitment .list .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.recruitment .list .item:nth-child(2n) {
	flex-direction: row-reverse;
}

.recruitment .list .image {
	width: 47.5625%;
}


.recruitment .list .msg {
	width: 48.15%;
}

.recruitment .list .tit {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 30px;
	color: #333333;
	margin-bottom: 43px;
}

.recruitment .list .txts {
	font-size: 18px;
}

@media screen and (max-width:1760px) {
	.recruitment .title1 {
		margin-bottom: 60px;
	}

	.recruitment .list .tit {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 30px;
	}

	.recruitment .list .item {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1333px) {
	.recruitment .title1 {
		margin-bottom: 50px;
	}

	.recruitment .list .tit {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 20px;
	}

	.recruitment .list .item {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.recruitment .list .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.recruitment .list .item {
		margin-bottom: 40px;
		display: block;
	}

	.recruitment .list .clear {
		display: block;
	}

	.recruitment .title1 {
		margin-bottom: 40px;
	}


	.recruitment .list .msg {
		width: 100%;
	}

	.recruitment .list .item:nth-child(2n) .image {
		float: right;
		margin-left: 5%;
	}

	.recruitment .list .item:nth-child(2n-1) .image {
		float: left;
		margin-right: 5%;
	}

}

@media screen and (max-width:768px) {
	.recruitment .list .tit {
		font-size: 20px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:538px) {
	.recruitment .list .item:nth-child(n) .image {
		width: 100%;
		float: none;
		margin: 0;
		margin-bottom: 20px;
	}
}


/* 4-1-About Us */


.company {
	padding: 89px 0 114px 0;
}

.company .aboutUs {
	margin-bottom: 72px;
}

.aboutUs .box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 45px;
}


.aboutUs .box .txts {
	padding: 4px 0;
	line-height: 26px;
}


.aboutUs .title {
	width: 290px;
	flex-shrink: 0;
	margin-right: 6.85%;
}


.aboutUs .title1 {
	margin-bottom: 47px;
}

.aboutUs .list .item {
	display: flex;
	align-items: center;
	margin-top: 41px;
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
}

.aboutUs .list .item:nth-child(1) {
	margin-top: 0;
}

.aboutUs .list img {
	flex-shrink: 0;
	margin-right: 26px;
	width: 36px;
	height: 36px;
}

.aboutUs .show {
	margin-bottom: 33px;
}

.aboutUs .show img {
	display: block;
}




.swiperTit .sBtns>div {
	margin-top: 0;
}


.swiperTit .sBtns {
	justify-content: flex-end;
}

.swiperTit {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media screen and (max-width:1760px) {
	.aboutUs .list img {
		margin-right: 20px;
	}

	.aboutUs .list .item {
		margin-top: 30px;
	}

	.aboutUs .title {
		margin-right: 5%;
	}
}

@media screen and (max-width:1333px) {
	.aboutUs .box {
		flex-direction: column;
		align-items: flex-start;
	}

	.aboutUs .title1 {
		margin-bottom: 40px;
	}

	.aboutUs .title {
		margin-right: 0;
		width: 100%;
	}

	.aboutUs .title .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 30px;
	}


	.aboutUs .title .list .item {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.aboutUs .title .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.aboutUs .list img {
		width: 32px;
		height: 32px;
	}

	.aboutUs .box .txts {
		padding: 0;
	}

	.company .aboutUs {
		margin-bottom: 60px;
	}

	.aboutUs .box {
		margin-bottom: 28px;
	}
}

@media screen and (max-width:999px) {
	.aboutUs .list .item {
		font-size: 16px;
		line-height: 28px;
		margin-top: 25px;
	}

	.company .aboutUs {
		margin-bottom: 50px;
	}

	.aboutUs .box {
		margin-bottom: 26px;
	}
}

@media screen and (max-width:768px) {
	.aboutUs .list .item {
		font-size: 14px;
		line-height: 24px;
	}

	.aboutUs .list img {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}

	.aboutUs .title1 {
		margin-bottom: 34px;
	}

	.company .aboutUs {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.aboutUs .title .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.aboutUs .title .list .item:nth-child(1) {
		margin-top: 0;
	}
}


.company .timeLine {
	margin-bottom: 120px;
}

.timeLine .swiperTit {
	margin-bottom: 47px;
}


.timeLine .thumbs {
	overflow: hidden;
	position: relative;
	margin-bottom: 47px;
}

.timeLine .thumbs .swiper-slide {
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	border-top: 2px solid rgba(0, 0, 0, .1);
	border-right: 2px solid rgba(0, 0, 0, .1);
	font-size: 16px;
	color: #666666;
	transition: .4s ease font-size, .4s ease color;
	height: auto;
	padding: 14px 19px 25px;
}


.timeLine .thumbs .swiper-slide:last-child {
	border-right-color: transparent;
}


.timeLine .thumbs .swiper-slide::after {
	content: "";
	position: absolute;
	top: -2px;
	height: 4px;
	background-color: #066a35;
	width: 100%;
	left: 0;
	width: 0;
	transition: .6s ease all;
}

.timeLine .thumbs .swiper-slide.swiper-slide-thumb-active::after {
	width: 100%;
}

.timeLine .thumbs .swiper-slide.swiper-slide-thumb-active {
	font-size: 22px;
	color: #066a35;
	font-family: HelveticaNeueLTPro-Bd;
}


.timeLine .con {
	display: flex;
	justify-content: space-between;
	background-color: #fafafa;
	height: 530px;
}


.timeLine .msgSwiper {
	overflow: hidden;
	width: 38.125%;
	position: relative;
}


.timeLine .msgSwiper .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 41px 40px 23px 40px;
}



.timeLine .imgSwiper {
	width: 61.875%;
	overflow: hidden;
	height: 100%;
}

.timeLine .imgSwiper .image {
	height: 100%;
}

.timeLine .imgSwiper .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.timeLine .msgSwiper .time {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 70px;
	line-height: 70px;
	color: #066a35;
	margin-bottom: 28px;
}


.timeLine .msgSwiper .txts {
	margin-bottom: 96px;
}


.timeLine .msgSwiper .tit {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 24px;
	line-height: 34px;
	color: #333333;
	margin-bottom: 16px;
}


.timeLine .msgSwiper .txts p {
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 16px;
	line-height: 34px;
	color: #666666;
}


.timeLine .msgSwiper .nextTime {
	border-top: 1px solid #cccccc;
	padding-top: 23px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	width: 100%;
}

.timeLine .msgSwiper .next {
	position: absolute;
	bottom: 22px;
	left: 90.5%;
	z-index: 9;
	cursor: pointer;
	font-size: 12px;
	width: 30px;
	height: 30px;
	background-color: #fafafa;
	display: flex;
	align-items: center;
	justify-content: center;
}

.timeLine .msgSwiper .next:hover {
	color: #066a35;
}

.timeLine .msgSwiper .swiper-slide {
	overflow: auto;
}

.timeLine .msgSwiper .swiper-slide::-webkit-scrollbar {
	width: 3px;
	height: 2px;
	background-color: #fafafa;
}

.timeLine .msgSwiper .swiper-slide::-webkit-scrollbar-thumb {
	background-color: #066a35;
}

.timeLine .msgSwiper .swiper-slide::-webkit-scrollbar-track {
	background-color: transparent;
}


@media screen and (max-width:1760px) {
	.timeLine .thumbs .swiper-slide {
		padding: 10px 20px;
	}

	.timeLine .msgSwiper .time {
		font-size: 50px;
		line-height: 50px;
	}

	.timeLine .msgSwiper .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.timeLine .msgSwiper .txts {
		margin-bottom: 30px;
	}

	.timeLine .msgSwiper .next {
		bottom: 29px;
		left: auto;
		right: 30px;
	}

	.timeLine .msgSwiper .swiper-slide {
		padding: 30px;
	}

	.company .timeLine {
		margin-bottom: 80px;
	}

	.timeLine .con {
		height: 450px;
	}
}

@media screen and (max-width:1333px) {
	.timeLine .thumbs .swiper-slide.swiper-slide-thumb-active {
		font-size: 20px;
	}

	.timeLine .con {
		flex-direction: column;
		align-items: flex-start;
		height: auto;
	}

	.timeLine .msgSwiper {
		width: 100%;
	}

	.timeLine .imgSwiper {
		width: 100%;
	}

	.timeLine .msgSwiper .time {
		font-size: 40px;
		line-height: 40px;
	}

	.timeLine .msgSwiper .tit {
		font-size: 20px;
	}

	.company .timeLine {
		margin-bottom: 60px;
	}

	.timeLine .thumbs .swiper-slide::after {
		height: 2px;
	}

	.timeLine .msgSwiper .swiper-slide {
		max-height: 400px;
	}

	.timeLine .imgSwiper {
		height: 450px;
	}
}

@media screen and (max-width:999px) {
	.timeLine .thumbs .swiper-slide {
		font-size: 14px;
		line-height: 24px;
	}

	.timeLine .thumbs .swiper-slide.swiper-slide-thumb-active {
		font-size: 18px;
	}

	.timeLine .swiperTit {
		margin-bottom: 40px;
	}

	.timeLine .thumbs {
		margin-bottom: 40px;
	}

	.timeLine .msgSwiper .time {
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 20px;
	}

	.timeLine .msgSwiper .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.timeLine .msgSwiper .nextTime {
		font-size: 16px;
	}

	.company .timeLine {
		margin-bottom: 50px;
	}

	.timeLine .msgSwiper .swiper-slide {
		max-height: 280px;
	}

	.timeLine .imgSwiper {
		height: 340px;
	}
}

@media screen and (max-width:768px) {
	.timeLine .msgSwiper .time {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 10px;
	}

	.timeLine .msgSwiper .swiper-slide {
		padding: 20px;
	}

	.timeLine .msgSwiper .txts {
		margin-bottom: 20px;
	}

	.timeLine .msgSwiper .nextTime {
		margin-top: 0px;
		padding-top: 20px;
	}

	.timeLine .msgSwiper .next {
		right: 20px;
		bottom: 20px;
	}

	.timeLine .msgSwiper .tit {
		margin-bottom: 10px;
	}

	.company .timeLine {
		margin-bottom: 40px;
	}

	.timeLine .msgSwiper .swiper-slide {
		max-height: 240px;
	}

	.timeLine .imgSwiper {
		height: 280px;
	}

}

@media screen and (max-width:538px) {
	.timeLine .swiperTit {
		margin-bottom: 30px;
		flex-direction: column;
		align-items: flex-start;
	}

	.timeLine .swiperTit .title1 {
		margin-bottom: 30px;
	}

	.timeLine .msgSwiper .swiper-slide {
		max-height: 220px;
	}

	.timeLine .imgSwiper {
		height: 260px;
	}
}


.company .resarchDevelopment {
	margin-bottom: 74px;
}

.resarchDevelopment .box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}


.resarchDevelopment .box .image {
	width: 50%;
}



.resarchDevelopment .box .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.resarchDevelopment .box .msg {
	width: 45.66%;
	padding: 40px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}



.resarchDevelopment .title1 {
	padding-left: 47px;
	position: relative;
	margin-bottom: 31px;
	line-height: 60px;
}


.resarchDevelopment .title1::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 90%;
	width: 10px;
	background-color: #066a35;
}

.resarchDevelopment .txts {
	margin-bottom: 55px;
	font-size: 18px;
}


.resarchDevelopment .list {
	display: flex;
	flex-wrap: wrap;
}


.resarchDevelopment .list .image {
	width: 31.875%;
	margin-right: 2.1875%;
	margin-top: 30px;
}

.resarchDevelopment .list .image:nth-child(3n) {
	margin-right: 0;
}


.resarchDevelopment .list .image:nth-child(-n+3) {
	margin-top: 0;
}

@media screen and (max-width:1760px) {
	.resarchDevelopment .title1::after {
		width: 5px;
	}

	.resarchDevelopment .title1 {
		padding-left: 30px;
	}

	.resarchDevelopment .txts {
		margin-bottom: 40px;
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:1333px) {
	.resarchDevelopment .box .msg {
		padding: 30px 0;
	}

	.resarchDevelopment .txts {
		margin-bottom: 30px;
	}

	.resarchDevelopment .box {
		margin-bottom: 40px;
	}

	.company .resarchDevelopment {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.resarchDevelopment .box {
		flex-direction: column-reverse;
		margin-bottom: 30px;
	}

	.resarchDevelopment .box .msg {
		padding: 0;
		margin-bottom: 30px;
		width: 100%;
	}

	.resarchDevelopment .title1 {
		margin-bottom: 26px;
		padding-left: 20px;
	}

	.resarchDevelopment .box .image {
		width: 100%;
	}

	.company .resarchDevelopment {
		margin-bottom: 50px;
	}

}

@media screen and (max-width:768px) {
	.company .resarchDevelopment {
		margin-bottom: 40px;
	}

	.resarchDevelopment .list {
		justify-content: space-between;
	}

	.resarchDevelopment .list .image:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.resarchDevelopment .list .image:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width:538px) {}

.aboutTeam {
	position: relative;
	padding: 98px 0;
}

.aboutTeam::after {
	content: "";
	position: absolute;
	width: 100vw;
	height: 100%;
	background-image: url("../images/aboutTeamM1-1.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}



.aboutTeam .title1 {
	color: #ffffff;
	text-align: center;
	margin-bottom: 29px;
}

.aboutTeam .txts {
	margin-bottom: 44px;
}

.aboutTeam .txts p {
	color: #ffffff;
	text-align: center;
}

.aboutTeam .btn {
	width: 175px;
	height: 50px;
	border: solid 1px #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
}


.aboutTeam .btn:hover {
	background-color: #ffffff;
	color: #00853e;
}


.aboutTeam .btn i {
	font-size: 12px;
	flex-shrink: 0;
	font-weight: bold;
	margin-left: 10px;
}

.aboutTeam .piece {
	height: 343px;
}

@media screen and (max-width:1760px) {
	.aboutTeam .txts {
		margin-bottom: 40px;
	}

	.aboutTeam .btn {
		height: 45px;
	}
}


@media screen and (max-width:1333px) {
	.aboutTeam .txts {
		margin-bottom: 30px;
	}

	.aboutTeam .btn {
		height: 40px;
		width: 140px;
	}

	.aboutTeam .piece {
		height: 200px;
	}
}

@media screen and (max-width:999px) {
	.aboutTeam .piece {
		height: 100px;
	}
}

@media screen and (max-width:768px) {
	.aboutTeam .piece {
		height: 0px;
	}
}






.company .socialResponsibility {
	margin-bottom: 107px;
}

.socialResponsibility {
	padding: 100px 0 100px 0;
	position: relative;
	display: flex;
	justify-content: space-between;
}



.socialResponsibility::after {
	content: "";
	position: absolute;
	width: 100vw;
	height: 100%;
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	background-image: url("../images/socialResponsibilityM1-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.socialResponsibility .msg {
	width: 52%;
	padding: 49px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.socialResponsibility .image {
	width: 44.8125%;
}

.socialResponsibility .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.socialResponsibility .title1 {
	margin-bottom: 39px;
	line-height: 60px;
}

.socialResponsibility .tip {
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 38px;
	hyphens: auto;
}

.socialResponsibility .txts {
	margin-bottom: 40px;
	line-height: 36px;
}



.socialResponsibility .txts p em {
	flex-shrink: 0;
	margin-right: 5px;
	font-family: HelveticaNeueLTPro-Bd;
	color: #00853e;
	font-size: 28px;
}

@media screen and (max-width:1760px) {
	.socialResponsibility .msg {
		padding: 40px 0;
	}

	.company .socialResponsibility {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:1333px) {
	.socialResponsibility .tip {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 30px;
	}

	.socialResponsibility .title1 {
		margin-bottom: 30px;
	}

	.socialResponsibility .txts p em {
		font-size: 24px;
	}

	.company .socialResponsibility {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.socialResponsibility {
		flex-direction: column;
		align-items: flex-start;
	}

	.company .socialResponsibility {
		margin-bottom: 50px;
	}

	.socialResponsibility .msg {
		padding: 0;
		margin-bottom: 40px;
		width: 100%;
	}

	.socialResponsibility .tip {
		font-size: 14px;
		line-height: 26px;
	}

	.socialResponsibility .txts p em {
		font-size: 22px;
	}

	.socialResponsibility .txts {
		margin-bottom: 30px;
	}

	.socialResponsibility .image {
		width: 100%;
	}
}

@media screen and (max-width:768px) {
	.socialResponsibility .txts p em {
		font-size: 20px;
	}

	.company .socialResponsibility {
		margin-bottom: 40px;
	}
}




.exhibitionHall .btnsTit {
	margin-bottom: 68px;
}

.exhibitionHall .image {
	overflow: hidden;
	margin-bottom: 40px;
}

.exhibitionHall .image:last-child {
	margin-bottom: 0;
}


.exhibitionHall .image:hover img {
	transform: scale(1);
	opacity: .6;
}

.exhibitionHall .swiper-pagination {
	position: static;
	margin-top: 79px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}


.exhibitionHall .swiper-pagination span {
	width: 26px;
	height: 26px;
	border: solid 1px transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	opacity: 1;
	background-color: transparent;
	position: relative;
	margin: 0 9px !important;
}

.exhibitionHall .swiper-pagination span::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-color: #00853e;
	border-radius: 50%;
}

.exhibitionHall .swiper-pagination span.swiper-pagination-bullet-active {
	border-color: #00853e;
}

@media screen and (max-width:1760px) {
	.exhibitionHall .btnsTit {
		margin-bottom: 50px;
	}

	.exhibitionHall .swiper-pagination {
		margin-top: 40px;
	}

	.exhibitionHall .image {
		margin-bottom: 30px;
	}

	.exhibitionHall .swiper-pagination span::after {
		width: 12px;
		height: 12px;
	}

	.exhibitionHall .swiper-pagination span {
		width: 22px;
		height: 22px;
	}
}

@media screen and (max-width:1333px) {
	.exhibitionHall .btnsTit {
		margin-bottom: 40px;
	}

	.exhibitionHall .swiper-pagination {
		margin-top: 30px;
	}

	.exhibitionHall .swiper-pagination span::after {
		width: 10px;
		height: 10px;
	}

	.exhibitionHall .swiper-pagination span {
		width: 18px;
		height: 18px;
	}
}

@media screen and (max-width:999px) {
	.exhibitionHall .image {
		margin-bottom: 20px;
	}

	.exhibitionHall .btnsTit {
		margin-bottom: 30px;
	}

	.exhibitionHall .swiper-pagination span {
		margin: 0 5px !important;
	}
}




.qualityControl {
	max-width: 1920px;
	margin: 0 auto;
	padding-top: 61px;
	position: relative;
}


.qualityControl .con {
	margin-right: calc((100% - 1600px) / 2);
	padding: 151px 0 189px 0;
	padding-left: calc((100% - 1600px) / 2);
	background-image: url("../images/qualityControlM1-2.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 325px 0px 0px 325px;
	max-width: 1920px;
}



.qualityControl .msg {
	width: 30%;
}


.qualityControl .msg .title1 {
	color: #ffffff;
	margin-bottom: 43px;
}

.qualityControl .msg .txts {
	color: #ffffff;
	hyphens: auto;
}


.qualityControl .image {
	position: absolute;
	right: 0;
	top: -19px;
	width: 64.27%;
	border-radius: 0px 300px 300px 0px;
	overflow: hidden;
	height: calc(100% - 111px);
}

.qualityControl .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

@media screen and (max-width:1760px) {
	.qualityControl .con {
		padding: 80px 80px;
		margin-right: 80px;
	}

	.qualityControl .msg {
		width: 48%;
	}

	.qualityControl .msg .title1 {
		margin-bottom: 30px;
	}

	.qualityControl .image {
		width: 50%;
	}
}

@media screen and (max-width:1333px) {
	.qualityControl {
		padding-top: 80px;
	}
}

@media screen and (max-width:999px) {
	.qualityControl .image {
		position: static;
	}

	.qualityControl .con {
		padding: 50px 80px;
		border-radius: 0;
	}

	.qualityControl .msg {
		width: 100%;
		margin-bottom: 40px;
	}

	.qualityControl .image {
		width: 100%;
		border-radius: 0;
	}

	.qualityControl {
		padding-top: 0;
	}

}

@media screen and (max-width:768px) {
	.qualityControl .con {
		padding: 40px 25px;
		margin-right: 25px;
	}

	.qualityControl .msg {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.qualityControl .con {
		padding: 40px 15px;
		margin-right: 15px;
	}

}


.technicalSupport {
	padding: 108px 0 92px 0;
}

.technicalSupport .title1 {
	margin-bottom: 29px;
	text-align: center;
}


.technicalSupport .tips {
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	text-align: center;
	margin-bottom: 65px;
}

.technicalSupport .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}

.technicalSupport .image:hover img {
	transform: translateY(-10px);
}


.technicalSupport .image {
	margin-bottom: 8px;
}

.technicalSupport .name {
	font-family: NunitoSans-Regular;
	font-size: 15px;
	color: #333333;
	text-align: center;
}


.swiperBox {
	position: relative;
}

.swiperBox .sBtns>div {
	position: absolute;
	margin: 0;
	top: 46.6%;
	transform: translateY(-50%);
}

.swiperBox .sBtns>div.prev {
	left: -100px;
}


.swiperBox .sBtns>div.next {
	right: -100px;
}

@media screen and (max-width:1560px) {
	.technicalSupport .tips {
		margin-bottom: 40px;
	}

	.swiperBox .sBtns>div.prev {
		left: -65px;
	}

	.swiperBox .sBtns>div.next {
		right: -65px;
	}
}

@media screen and (max-width:1333px) {
	.technicalSupport .tips {
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.technicalSupport .tips {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.technicalSupport .title1 {
		margin-bottom: 20px;
	}

	.technicalSupport .tips {
		margin-bottom: 30px;
	}

	.swiperBox .sBtns>div {
		position: static;
		margin-top: 30px;
		transform: translateY(0);
	}

	.swiperBox .sBtns>div.prev {
		margin-right: 20px;
	}
}


/* 4-2-1About Us */


.companyDes {
	padding: 89px 0 113px 0;
}


.companyDes .describe {
	margin-bottom: 98px;
}

.companyDes .describe p {
	line-height: 26px;
}

.companyDes .describe .title1 {
	margin-bottom: 30px;
}


.companyDes .advantage {
	margin-bottom: 84px;
}


.companyDes .resarchDevelopment {
	margin-bottom: 112px;
}


.companyDes .socialResponsibility {
	margin-bottom: 102px;
}

@media screen and (max-width:1760px) {

	.companyDes .describe,
	.companyDes .advantage,
	.companyDes .resarchDevelopment,
	.companyDes .socialResponsibility {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {

	.companyDes .describe,
	.companyDes .advantage,
	.companyDes .resarchDevelopment,
	.companyDes .socialResponsibility {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {

	.companyDes .describe,
	.companyDes .advantage,
	.companyDes .resarchDevelopment,
	.companyDes .socialResponsibility {
		margin-bottom: 40px;
	}
}


/* 4-2-About Us */

.aboutUsMsg {
	padding: 89px 0 105px 0;
}


.aboutUsMsg .title1 {
	margin-bottom: 31px;
}


.aboutUsMsg .con {
	margin-bottom: 67px;
}

.aboutUsMsg .con p {
	line-height: 26px;
}

.aboutUsMsg .list {
	max-width: 1920px;
	margin: 0 auto;
}


.aboutUsMsg .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.aboutUsMsg .item:nth-child(2n) {
	flex-direction: row-reverse;
	padding-left: calc((100% - 1600px)/ 2);
}

.aboutUsMsg .item:nth-child(2n-1) {
	padding-right: calc((100% - 1600px)/ 2);
	background-color: rgba(230, 230, 230, 0.4);
}

.aboutUsMsg .list .image {
	width: 46.7%;
}

.aboutUsMsg .list .txts {
	width: 51%;
	padding: 40px 0;
}

.aboutUsMsg .list .clear {
	display: none;
}

@media screen and (max-width:1760px) {
	.aboutUsMsg .item:nth-child(2n-1) {
		padding-right: 80px;
	}

	.aboutUsMsg .item:nth-child(2n) {
		padding-left: 80px;
	}
}

@media screen and (max-width:1333px) {
	.aboutUsMsg .item:nth-child(n) {
		padding: 40px 80px;
		display: block;
	}

	.aboutUsMsg .item:nth-child(2n-1) .image {
		float: left;
		margin-right: 5%;
	}

	.aboutUsMsg .item:nth-child(2n) .image {
		float: right;
		margin-left: 5%;
	}

	.aboutUsMsg .list .txts {
		padding: 0;
		width: 100%;
	}

	.aboutUsMsg .clear {
		display: block;
	}

	.aboutUsMsg .con {
		margin-bottom: 50px;
	}
}


@media screen and (max-width:768px) {
	.aboutUsMsg .item:nth-child(n) {
		padding: 40px 25px;
	}

	.aboutUsMsg .list .image {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
		float: none;
	}

	.aboutUsMsg .con {
		margin-bottom: 40px;
	}

	.aboutUsMsg .title1 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:538px) {
	.aboutUsMsg .item:nth-child(n) {
		padding: 40px 15px;
	}
}

/* 4-3-About Us*/

.enterprise {
	padding: 89px 0 100px 0;
}

.enterprise .title1 {
	margin-bottom: 13px;
}


.mbox {
	height: 60px;
	overflow: hidden;
}

.mBtn {
	display: inline-block;
	cursor: pointer;
	font-family: HelveticaNeueLTPro-Bd;
	color: #333333;
	font-size: 18px;
}


.mBtn:hover {
	color: #00853e;
}


.mBtn {
	margin-top: 20px;
}



.enterprise .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 81px;
	margin-top: 48px;
}

.enterprise .list .image {
	width: 31.875%;
	margin-right: 2.1875%;
	margin-top: 30px;
	overflow: hidden;
}


.enterprise .list .image:hover img {
	transform: none;
	opacity: .6;
}


.enterprise .list .image:nth-child(3n) {
	margin-right: 0;
}


.enterprise .list .image:nth-child(-n+3) {
	margin-top: 0;
}

@media screen and (max-width:1760px) {
	.enterprise .title1 {
		margin-bottom: 30px;
	}

	.enterprise .list {
		margin: 50px 0 60px 0;
	}
}

@media screen and (max-width:1333px) {
	.enterprise .title1 {
		margin-bottom: 20px;
	}

	.enterprise .list {
		margin: 40px 0 50px 0;
	}

	.mbox {
		height: 56px;
	}
}

@media screen and (max-width:999px) {

	.enterprise .list {
		justify-content: space-between;
	}

	.enterprise .list .image:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.enterprise .list .image:nth-child(-n+2) {
		margin-top: 0;
	}

	.mBtn {
		font-size: 16px;
		line-height: 28px;
	}

	.mbox {
		height: 52px;
	}

}

@media screen and (max-width:768px) {
	.enterprise .list {
		margin: 40px 0 40px 0;
	}
}

@media screen and (max-width:538px) {
	.enterprise .list .image:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.enterprise .list .image:nth-child(1) {
		margin-top: 0;
	}
}

/* 4-4-About Us */


.responsible {
	padding: 89px 0 128px 0;
}

.responsible .resTit {
	margin-bottom: 12px;
}

.responsible .development {
	margin-top: 86px;
	margin-bottom: 96px;
}

.development .msg {
	padding-top: 36px;
}

.development .image {
	width: 44.8125%;
	float: right;
	margin-left: 3.5%;
}

.development .title1 {
	margin-bottom: 39px;
	line-height: 60px;
}

.development .tip {
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 91px;
	hyphens: auto;
}

.development .txts p {
	hyphens: auto;
	line-height: 36px;
}


.development .txts p em {
	font-size: 28px;
	color: #00853e;
	font-family: HelveticaNeueLTPro-Bd;
	margin-right: 6px;
}

.responsible .list .clear {
	display: none;
}

.responsible .list .item {
	display: flex;
	align-items: center;
	margin-bottom: 93px;
	justify-content: space-between;
}

.responsible .list .item:nth-child(2n) {
	flex-direction: row-reverse;
}

.responsible .list .item:last-child {
	margin-bottom: 0;
}

.responsible .list .image {
	width: 50.75%;
}

.responsible .list .msg {
	width: 45.5%;
}


.responsible .list .tit {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 36px;
	line-height: 48px;
	color: #333333;
	margin-bottom: 17px;
}

@media screen and (max-width:1760px) {
	.responsible .resTit {
		margin-bottom: 20px;
	}

	.responsible .development {
		margin: 60px 0;
	}

	.development .msg {
		padding-top: 0;
	}

	.development .title1 {
		margin-bottom: 30px;
	}

	.development .tip {
		margin-bottom: 40px;
	}

	.responsible .list .tit {
		font-size: 26px;
		line-height: 36px;
	}

	.responsible .list .item {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1333px) {
	.development .tip {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 30px;
	}

	.development .txts p em {
		font-size: 24px;
	}

	.responsible .list .tit {
		font-size: 24px;
		line-height: 34px;
	}

	.responsible .list .item {
		display: block;
	}

	.responsible .list .msg {
		width: 100%;
	}

	.responsible .list .item:nth-child(2n) .image {
		float: right;
		margin-left: 5%;
	}

	.responsible .list .item:nth-child(2n-1) .image {
		float: left;
		margin-right: 5%;
	}

	.responsible .development {
		margin: 50px 0;
	}

	.responsible .list .item {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.responsible .list .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.responsible .list .item {
		margin-bottom: 40px;
	}

	.responsible .development {
		margin: 40px 0;
	}

	.development .tip {
		font-size: 14px;
		line-height: 26px;
	}

	.development .txts p em {
		font-size: 20px;
	}
}

@media screen and (max-width:768px) {
	.development .txts p em {
		font-size: 18px;
	}

	.responsible .list .tit {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:538px) {
	.development {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.development .image {
		width: 100%;
		margin: 0 auto;
		margin-top: 20px;
	}

	.responsible .list .item:nth-child(n) .image {
		width: 100%;
		float: none;
		margin: 0;
		margin-bottom: 20px;
	}
}







/* 4-5-About Us */

.history {
	padding: 89px 0 108px 0;
}


.history .title1 {
	margin-bottom: 13px;
}

.history .list {
	margin: 73px 0 64px 0;
	position: relative;
}

.history .list::after {
	content: "";
	position: absolute;
	left: 141px;
	height: 100%;
	top: 0px;
	width: 1px;
	background-color: rgba(102, 102, 102, 0.6);
	z-index: -1;
}


.history .item {
	align-items: center;
	margin-top: 35px;
	display: none;
}

.history .item.active,
.history .item:nth-child(-n+6) {
	display: flex;
}

.history .item:nth-child(-n+1) {
	margin-top: 0;
}




.history .item:last-child {
	margin-bottom: 0;
}


.history .time {
	width: 120px;
	flex-shrink: 0;
	margin-right: 13px;
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 20px;
	line-height: 30px;
	color: #666666;
}

.history .circle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background-color: rgba(0, 133, 62, 0.2);
	flex-shrink: 0;
	margin-right: 35px;
}


.history .circle::after {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	background-color: #00853e;
	border-radius: 50%;
}


.history .box {
	background-color: #fafafa;
	display: flex;
	justify-content: space-between;
	height: 368px;
}

.history .image {
	width: 48.6%;
	flex-shrink: 0;
	height: 100%;
}


.history .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.history .msg {
	flex: 1;
	padding: 30px 30px 30px 42px;
	overflow: auto;
}

.history .item:hover .msg::-webkit-scrollbar {
	background-color: #00853e;
}

.history .msg::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #ffffff;
}

.history .item:hover .msg::-webkit-scrollbar-thumb {
	background-color: #ffffff;
}

.history .msg::-webkit-scrollbar-thumb {
	background-color: #00853e;
}

.history .msg::-webkit-scrollbar-track {
	background-color: transparent;
}

.history .msg .tit {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 24px;
	line-height: 34px;
	color: #333333;
	margin-bottom: 18px;
}

.history .msg .txts p {
	hyphens: auto;
}

.history .item:hover .time {
	color: #00853e;
}

.history .item:hover .box {
	background-color: #00853e;
}


.history .item:hover .tit {
	color: #ffffff;
}

.history .item:hover .txts {
	color: #ffffff;
}

.history .moreBtn {
	width: 142px;
	height: 50px;
	border: solid 1px #00853e;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	line-height: 28px;
	color: #00853e;
	cursor: pointer;
	margin-left: 66px;
}


.history .moreBtn i {
	font-size: 12px;
	transform: rotate(90deg);
	flex-shrink: 0;
	margin-left: 10px;
}

.history .moreBtn.active i {
	transform: rotate(-90deg);
}



.history .moreBtn:hover {
	background-color: #00853e;
	color: #ffffff;
}


.history .moreBtn:hover i {
	color: #ffffff;
}

@media screen and (max-width:1760px) {
	.history .msg {
		padding: 30px;
	}

	.history .list {
		margin: 60px 0 50px;
	}

	.history .msg .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.history .title1 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1333px) {
	.history .list {
		margin: 50px 0;
	}

	.history .moreBtn {
		height: 45px;
	}

}

@media screen and (max-width:999px) {
	.history .msg .tit {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.history .list {
		margin: 40px 0;
	}

	.history .time {
		font-size: 18px;
		line-height: 28px;
		width: 90px;
	}


	.history .list::after {
		left: 111px;
	}

	.history .moreBtn {
		margin-left: 43px;
		font-size: 16px;
	}

	.history .item .box {
		flex-direction: column-reverse;
		align-items: flex-start;
		height: auto;
	}

	.history .msg {
		flex: none;
		width: 100%;
		padding: 20px;
	}

	.history .image {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width:768px) {
	.history .moreBtn {
		height: 40px;
	}

	.history .time {
		font-size: 16px;
	}
}

@media screen and (max-width:538px) {
	.history .item {
		flex-direction: column;
		align-items: flex-start;
		position: relative;
	}

	.history .circle {
		position: absolute;
		left: 103px;
		margin-right: 0;
		top: 5px;
	}

	.history .time {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.history .moreBtn {
		margin-left: 0;
	}

	.history .msg .tit {
		font-size: 16px;
		line-height: 28px;
	}


}


/* 4-6-About Us*/

.culture {
	padding: 89px 0 131px 0;
}

.culture .title1 {
	margin-bottom: 12px;
}


.culture .list {
	margin-top: 79px;
}

.culture .list .item {
	margin-bottom: 37px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}


.culture .list .item:last-child {
	margin-bottom: 0;
}



.culture .list .image {
	width: 79%;
}


.culture .list .msg {
	width: 37%;
	background-color: #ffffff;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
	padding: 40px 60px 40px 65px;
	margin-left: -16%;
	position: relative;
	z-index: 9;
	margin-bottom: 3.2%;
	min-height: 310px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}



.culture .list .tit {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 30px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 26px;
}

.culture .list .txts {
	color: #333333;
}


.culture .list .item:hover .msg {
	background-color: #00853e;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0);
}


.culture .list .item:hover .tit {
	color: #ffffff;
}

.culture .list .item:hover .txt {
	color: #ffffff;
}

@media screen and (max-width:1760px) {
	.culture .title1 {
		margin-bottom: 20px;
	}

	.culture .list {
		margin-top: 60px;
	}

	.culture .list .msg {
		padding: 40px 30px;
		min-height: auto;
		width: 43%;
		margin-left: -25%;
	}

	.culture .list .tit {
		font-size: 22px;
		line-height: 30px;
	}
}

@media screen and (max-width:1333px) {
	.culture .list .msg {
		padding: 40px 30px;
		min-height: auto;
		width: 50%;
		margin-left: -42%;
	}

	.culture .list .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.culture .list .msg {
		padding: 30px 20px;
	}

	.culture .list {
		margin-top: 50px;
	}
}

@media screen and (max-width:999px) {
	.culture .list {
		margin-top: 40px;
	}

	.culture .list .item {
		flex-direction: column;
		align-items: flex-start;
	}

	.culture .list .image {
		width: 100%;
	}

	.culture .list .msg {
		position: static;
		width: 100%;
		margin: 0;
	}

	.culture .list .tit {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:768px) {
	.culture .list {
		margin-top: 30px;
	}

	.culture .list .msg {
		padding: 20px;
	}

	.culture .list .tit {
		font-size: 14px;
		line-height: 26px;
	}

	.culture .list .item {
		margin-bottom: 30px;
	}
}




/* 4-7-About Us */

.expert {
	padding: 89px 0 104px 0;
}

.expert .title1 {
	margin-bottom: 12px;
	text-transform: uppercase;
}

.expert .list {
	margin-top: 70px;
	margin-bottom: 84px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}


.expert .list .item:nth-child(n) {
	width: 23.625%;
	margin-top: 35px;
	margin-right: 1.83%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.expert .list .item:nth-child(4n) {
	margin-right: 0;
}

.expert .list .item:nth-child(-n+4) {
	margin-top: 0;
}



.expert .list .item .image {
	background: linear-gradient(to top, rgba(244, 244, 244, .8) 0%, rgba(244, 244, 244, .8) 50%, white 50%, white 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	flex-shrink: 0;
}

.expert .list .image img {
	width: 260px;
	height: 260px;
	border-radius: 50%;
	overflow: hidden;
}


.expert .list .des {
	padding: 14px 15px 30px;
	background-color: rgba(244, 244, 244, 0.8);
	flex: 1;
}

.expert .list .name {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	text-align: center;
	margin-bottom: 15px;
}

.expert .list .msg {
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #555555;
	hyphens: auto;
	height: 260px;
	overflow: hidden;
}


.expert .box {
	margin: 20px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
}



.expert .slideBtn {
	width: max-content;
	text-align: center;
	color: #333333;
	font-size: 18px;
	cursor: pointer;
	font-family: HelveticaNeueLTPro-Bd;
}


.expert .slideBtn:hover {
	color: #00853e;
}




@media screen and (max-width:1760px) {
	.expert .title1 {
		margin-bottom: 20px;
	}

	.expert .list .image img {
		width: 180px;
		height: 180px;
	}

	.expert .list .des {
		padding: 25px 15px;
	}

	.expert .list {
		margin: 60px 0;
	}

	.expert .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 40px;
	}

	.expert .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.expert .list .item:nth-child(-n+3) {
		margin-top: 0;
	}
}

@media screen and (max-width:1333px) {

	.expert .list {
		justify-content: space-between;
	}

	.expert .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0%;
		margin-top: 40px;
	}

	.expert .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.expert .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.expert .list .image img {
		width: 160px;
		height: 160px;
	}

	.expert .list .msg {
		height: 280px;
	}

	.expert .slideBtn {
		font-size: 16px;
	}
}

@media screen and (max-width:999px) {
	.expert .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.expert .list .item:nth-child(1) {
		margin-top: 0;
	}

	.expert .list {
		margin: 50px 0;
	}

	.expert .list .image img {
		width: 150px;
		height: 150px;
	}

	.expert .list .msg {
		height: 260px;
	}

	.expert .box {
		height: auto;
	}
}

@media screen and (max-width:768px) {
	.expert .list .image img {
		width: 140px;
		height: 140px;
	}

	.expert .list {
		margin: 40px 0;
	}

}

@media screen and (max-width:538px) {
	.expert .list .image img {
		width: 130px;
		height: 130px;
	}
}


/* 5-1 */

.programService {
	padding: 107px 0 100px 0;
}

.program .title1 {
	margin-bottom: 30px;
	text-align: center;
}


.program .tips {
	text-align: center;
	margin-bottom: 61px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: #333333;
}

.program .list {
	display: flex;
	flex-wrap: wrap;
}

.program .list .item {
	width: 31.875%;
	margin-right: 2.1875%;
	margin-top: 30px;
	border-radius: 10px;
	border: solid 1px #e5e5e5;
	padding: 35px 32px 32px 32px;
}



.program .list .item:nth-child(3n) {
	margin-right: 0;
}


.program .list .item:nth-child(-n+3) {
	margin-top: 0;
}

.program .list .image {
	width: 76px;
	margin-bottom: 21px;
}

.program .list .name {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 14px;
}


.team {
	padding: 100px 0 49px 0;
	background-image: url("../images/team-Bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.listteam .txts {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4
}

.listservice .txts {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:10;

}

.team .msg {
	width: 60.5625%;
	background-color: rgba(245, 245, 245, 0.8);
	border-radius: 20px;
	padding: 59px 78px 71px 78px;
}


.team .title1 {
	color: #00853e;
	margin-bottom: 39px;
	text-transform: uppercase;
}

.team .txts {
	margin-bottom: 64px;
}

.team .txts p {
	hyphens: auto;
}



.afterSale {
	padding-left: calc((100vw - 1600px)/ 2);
	display: flex;
	justify-content: space-between;
}

.afterSale .msg {
	width: 40%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 80px 0;
}

.afterSale .image {
	width: 53.9%;
}

.afterSale .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.afterSale .msg .tip {
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 16px;
	color: #066a35;
	line-height: 26px;
	margin-bottom: 3px;
}

.afterSale .msg .title1 {
	margin-bottom: 26px;
	font-size: 42px;
}

.afterSale .msg .txts {
	margin-bottom: 60px;
}

@media screen and (max-width:1760px) {
	.program .tips {
		margin-bottom: 50px;
	}

	.program .list .item {
		padding: 30px;
	}

	.program .list .image {
		width: 60px;
	}

	.program .list .name {
		font-size: 20px;
		line-height: 30px;
	}

	.team .msg {
		width: 80%;
		border-radius: 10px;
		padding: 60px 50px;
	}

	.team .title1 {
		margin-bottom: 30px;
	}

	.team .txts {
		margin-bottom: 50px;
	}

	.afterSale {
		padding-left: 80px;
	}

	.afterSale .msg .tip {
		margin-bottom: 10px;
	}
}


@media screen and (max-width:1333px) {
	.program .tips {
		margin-bottom: 40px;
	}

	.program .list {
		justify-content: space-between;
	}

	.program .list .item:nth-child(n) {
		border-radius: 5px;
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}


	.program .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.program .list .name {
		font-size: 18px;
		line-height: 28px;
	}

	.program .list .image {
		width: 46px;
		margin-bottom: 20px;
	}

	.team .msg {
		border-radius: 5px;
		padding: 50px 40px;
	}

	.afterSale .msg .txts {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.program .title1 {
		margin-bottom: 20px;
	}

	.program .list .item {
		padding: 20px;
	}

	.program .list .name {
		font-size: 16px;
		line-height: 26px;
	}

	.program .list .image {
		width: 40px;
		margin-bottom: 16px;
	}

	.team .msg {
		padding: 40px;
	}

	.team .msg {
		width: 90%;
	}

	.team .title1 {
		margin-bottom: 20px;
	}

	.team .txts {
		margin-bottom: 40px;
	}

	.afterSale {
		flex-direction: column;
		align-items: flex-start;
	}

	.afterSale .msg {
		width: 100%;
	}

	.afterSale {
		padding: 0 80px 50px;
	}

	.afterSale .image {
		width: 100%;
	}

	.afterSale .msg .tip {
		font-size: 14px;
		line-height: 24px;
	}

	.afterSale .msg .txts {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.program .tips {
		margin-bottom: 30px;
	}

	.team .msg {
		padding: 30px;
	}

	.team .txts {
		margin-bottom: 30px;
	}

	.afterSale {
		padding: 0 25px 40px;
	}

	.afterSale .msg .txts {
		margin-bottom: 30px;
	}

	.afterSale .msg .title1 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:538px) {
	.program .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.program .list .item:nth-child(-n+1) {
		margin-top: 0;
	}

	.team .msg {
		width: 100%;
	}

	.afterSale {
		padding: 0 15px 40px;
	}
}



/* 5-2-Service */

.programSupport {
	padding: 109px 0 80px 0;
}


/* 5-3-Service */

.strategicTeam {
	padding: 83px 0 154px 0;
}

.strategicTeam .title1 {
	margin-bottom: 38px;
}


/* 5-4 */

.afterService {
	padding: 86px 0 153px 0;
}

@media screen and (max-width:1760px) {
	.strategicTeam .title1 {
		margin-bottom: 30px;
	}

	.afterService {
		padding: 80px 0;
	}

}

@media screen and (max-width:1333px) {
	.afterService {
		padding: 60px 0;
	}
}

@media screen and (max-width:999px) {
	.strategicTeam .title1 {
		margin-bottom: 20px;
	}

	.afterService {
		padding: 0;
	}
}


/* 6-1-Applications */


.news {
	padding: 88px 0 95px 0;
}


.news .btnsTit {
	margin-bottom: 76px;
}


.news .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 71px;
}


.news .list .item {
	width: 30.125%;
	margin-right: 4.8125%;
	margin-top: 58px;
}


.news .list .item:nth-child(-n+3) {
	margin-top: 0;
}

.news .list .item:nth-child(3n) {
	margin-right: 0;
}


.news .list .image {
	overflow: hidden;
	margin-bottom: 21px;
}


.news .list .time {
	font-size: 16px;
	line-height: 30px;
	color: #00853e;
	margin-bottom: 4px;
}

.news .list .tit {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 18px;
	line-height: 33px;
	color: #333333;
	margin-bottom: 10px;
}


.news .list .tit:hover {
	color: #00853e;
}

.news .list .txts {
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}

@media screen and (max-width:1760px) {
	.news .btnsTit {
		margin-bottom: 60px;
	}

	.news .list .tit {
		line-height: 28px;
	}

	.news .list .item {
		margin-top: 50px;
	}

	.news .list {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1333px) {

	.news .btnsTit {
		margin-bottom: 50px;
	}

	.news .list .tit {
		font-size: 16px;
		line-height: 26px;
	}


	.news .list .item {
		width: 32%;
		margin-right: 2%;
		margin-top: 40px;
	}


	.news .list {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.news .list {
		justify-content: space-between;
	}

	.news .list .item:nth-child(n) {
		width: 48%;
		margin-top: 30px;
	}

	.news .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.news .list .txts {
		font-size: 14px;
		line-height: 24px;
	}

	.news .list .tit {
		font-size: 14px;
		line-height: 24px;
	}

	.news .btnsTit {
		margin-bottom: 40px;
	}

	.news .list {
		margin-bottom: 40px;
	}

	.news .list .image {
		margin-bottom: 10px;
	}
}


@media screen and (max-width:538px) {
	.news .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.news .list .item:nth-child(1) {
		margin-top: 0;
	}

	.news .list .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}
}


/* 6-2-Application */

.newDet {
	padding: 69px 0 101px 0;
}

.newDet>.box {
	display: flex;
	justify-content: space-between;
}

.newDet .con {
	width: 68.75%;
}


.newDet .productSlides {
	width: 23.125%;
}

.newDet h1 {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 30px;
	line-height: 36px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 22px;
}

.newDet .share {
	margin-bottom: 29px;
}

.newDet .des {
	padding: 21px 0 41px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 47px;
}


.newDet .prevOrNext {
	flex-direction: column;
	align-items: flex-start;
}


.newDet .prevOrNext>div {
	width: 100%;
}


.newDet .prevOrNext>div.next {
	flex-direction: row-reverse;
	margin-top: 21px;
}


.newDet .prevOrNext .next .btn {
	margin-left: 0;
	margin-right: 19px;
}


.newDet .prevOrNext .next .tit {
	text-align: left;
}


.productSlides .title {
	font-size: 40px;
	line-height: 60px;
	margin-bottom: 22px;
	font-family: HelveticaNeueLTPro-Bd;
	color: #333333;
	margin-top: -4px;
}


.productSlides .item {
	margin-bottom: 39px;
	padding: 20px 20px 20px;
	background-color: #f7f7f7;
}


.productSlides .item:hover {
	background-color: #ffffff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}



.productSlides .item:last-child {
	margin-bottom: 0;
}


.productSlides .image {
	overflow: hidden;
	margin-bottom: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.productSlides .name {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 20px;
	line-height: 28px;
	color: #333333;
}


.productSlides .name:hover {
	color: #00853e;
}

@media screen and (max-width:1760px) {
	.newDet h1 {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 30px;
	}

	.productSlides .title {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 30px;
	}

	.productSlides .name {
		font-size: 16px;
		line-height: 26px;
	}

	.productSlides .item {
		padding: 15px;
	}

	.newDet .des {
		padding: 30px 0;
		margin-bottom: 30px;
	}
}

@media screen and (max-width:1333px) {
	.newDet h1 {
		font-size: 26px;
		line-height: 36px;
	}

	.productSlides .title {
		font-size: 26px;
		line-height: 36px;
	}

	.newDet .productSlides {
		width: 28%;
	}
}

@media screen and (max-width:999px) {
	.newDet>.box {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet .con {
		width: 100%;
	}

	.newDet h1 {
		font-size: 24px;
		line-height: 34px;
	}

	.newDet .share {
		margin-bottom: 20px;
	}

	.newDet .con {
		margin-bottom: 50px;
	}

	.productSlides .title {
		font-size: 24px;
		line-height: 34px;
	}

	.productSlides .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.productSlides .list .item {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
		margin-bottom: 0;
	}

	.productSlides .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.newDet .productSlides {
		width: 100%;
	}

	.productSlides .name {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.newDet h1 {
		font-size: 22px;
		line-height: 30px;
	}

	.newDet .share {
		margin-bottom: 30px;
	}

	.productSlides .title {
		font-size: 22px;
		line-height: 30px;
	}
}

@media screen and (max-width:538px) {
	.newDet h1 {
		font-size: 20px;
	}

	.productSlides .title {
		font-size: 20px;
	}
}


.innerContact {
	padding: 76px 0 88px 0;
	background-image: url("../images/innerContact-Bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.innerContact .msg {
	width: 50%;
}


.innerContact .title1 {
	margin-bottom: 30px;
	color: #ffffff;
}

.innerContact .txts {
	color: #ffffff;
	margin-bottom: 36px;
}

.innerContact input,
.innerContact textarea {
	width: 100%;
	height: 100%;
	color: #ffffff;
	background-color: transparent;
}


.innerContact ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.innerContact ul li {
	width: 48.7%;
	margin-top: 10px;
	background-color: rgba(255, 255, 255, .3);
	padding: 0 10px;
	height: 49px;
}


.innerContact ul li:nth-child(-n+2) {
	margin-top: 0;
}

.innerContact ul li.message {
	padding: 17px 10px;
	width: 100%;
	height: 122px;
}


.innerContact ul li.codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}


.innerContact ul li.codeCon input {
	padding: 0 9px;
}

.innerContact ul .codeImg {
	flex-shrink: 0;
	width: 120px;
	height: 36px;
	cursor: pointer;
	background-color: #f3fbfe;
	margin-right: 10px;
}

.innerContact ul li.subBtn {
	padding: 0;
}

.innerContact ul li.subBtn input {
	background-color: #00853e;
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	cursor: pointer;
	text-transform: uppercase;
}

.innerContact ul li.subBtn input:hover {
	background-color: #ffffff;
	color: #00853e;
}

.innerContact input::-webkit-input-placeholder,
.innerContact textarea::-webkit-input-placeholder {
	font-size: 16px;
	color: #ffffff;
}

.innerContact input:-moz-placeholder,
.innerContact textarea:-moz-placeholder {
	font-size: 16px;
	color: #ffffff;
}

.innerContact input::-moz-placeholder,
.innerContact textarea::-moz-placeholder {
	font-size: 16px;
	color: #ffffff;
}

.innerContact input:-ms-input-placeholder,
.innerContact textarea:-ms-input-placeholder {
	font-size: 16px;
	color: #ffffff;
}

@media screen and (max-width:1760px) {
	.innerContact .msg {
		width: 64%;
	}
}

@media screen and (max-width:1333px) {
	.innerContact .msg {
		width: 80%;
	}

	.innerContact ul li {
		height: 40px;
	}

	.innerContact .title1 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:999px) {
	.innerContact .txts {
		margin-bottom: 30px;
	}

	.innerContact .msg {
		width: 100%;
	}
}


@media screen and (max-width:538px) {
	.innerContact ul li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	.innerContact ul li:nth-child(1) {
		margin-top: 0;
	}
}





/* 7-1-Resource */

.resource {
	padding-top: 87px;
}


.resource .resourceCategry {
	margin-bottom: 69px;
}



.resourceCategry .title1 {
	margin-bottom: 56px;
}

.resourceCategry .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.resourceCategry .list .item {
	width: 47.0625%;
	margin-top: 48px;
}


.resourceCategry .list .item:nth-child(-n+2) {
	margin-top: 0;
}

.resourceCategry .list .image {
	margin-bottom: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.resourceCategry .list .name {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	text-align: center;
}

@media screen and (max-width:1760px) {
	.resourceCategry .title1 {
		margin-bottom: 40px;
	}

	.resourceCategry .list .image {
		margin-bottom: 20px;
	}

	.resourceCategry .list .name {
		font-size: 18px;
		line-height: 28px;
	}

	.resource .resourceCategry {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1333px) {
	.resourceCategry .list .name {
		font-size: 16px;
		line-height: 26px;
	}

	.resourceCategry .list .image {
		margin-bottom: 15px;
	}

	.resourceCategry .title1 {
		margin-bottom: 30px;
	}

	.resourceCategry .list .item {
		width: 48%;
	}
}

@media screen and (max-width:999px) {
	.resourceCategry .list .name {
		font-size: 14px;
		line-height: 24px;
	}

	.resource .resourceCategry {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.resource .resourceCategry {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.resourceCategry .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.resourceCategry .list .item:nth-child(1) {
		margin-top: 0;
	}
}


.resource .faqs {
	margin-bottom: 69px;
}

.faqs .title1 {
	margin-bottom: 20px;
}


.faqList .item {
	border-top: 1px solid #e6e6e6;
	padding: 23px 0 26px 0;
}



.faqList .item:last-child {
	border-bottom: 1px solid #e6e6e6;
}



.faqList .answer {
	display: none;
	transition: none;
	padding-top: 6px;
}

.faqList .question {
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}


.faqList .question:hover {
	color: #00853e;
}

.faqList .item.active .question {
	font-family: HelveticaNeueLTPro-Bd;
}


.faqList .question:hover i {
	color: #00853e;
}

.faqList .item.active .question i {
	transform: rotate(90deg);
}


.faqList .question i {
	flex-shrink: 0;
	color: #333333;
	margin-left: 30px;
}


.faqs .cBtn {
	margin: 0 auto;
	margin-top: 47px;
}

@media screen and (max-width:1760px) {
	.faqs .title1 {
		margin-bottom: 40px;
	}

	.faqList .item {
		padding: 15px 0;
	}

	.faqList .answer {
		padding-top: 15px;
	}

	.faqList .question {
		font-size: 18px;
		line-height: 28px;
	}

	.faqList .item .question i {
		font-size: 14px;
		line-height: 24px;
	}

	.faqs .cBtn {
		margin-top: 40px;
	}

	.resource .faqs {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1333px) {
	.faqs .title1 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:999px) {
	.faqList .question {
		font-size: 16px;
		line-height: 28px;
	}

	.faqList .item {
		padding: 10px 0;
	}

	.faqList .answer {
		padding-top: 10px;
	}

	.faqList .item .question i {
		font-size: 12px;
		line-height: 22px;
	}

	.faqs .cBtn {
		margin-top: 30px;
	}

	.resource .faqs {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.resource .faqs {
		margin-bottom: 40px;
	}
}





.videoSlides {
	padding: 88px 0 100px 0;
	position: relative;
}

.videoSlides::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	top: 0;
	width: 100vw;
	background-color: #f7f7f7;
	z-index: -1;
}

.videoSlides .sBtns>div {
	margin-top: 77px;
}


.videoSlides .title1 {
	text-align: center;
	margin-bottom: 29px;
	text-transform: uppercase;
}

.videoSlides .tips {
	text-align: center;
	margin-bottom: 44px;
}

.videoItem .image {
	position: relative;
}

.videoItem .image>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.videoItem .image .video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background-color: rgba(0, 0, 0, .3);
}

.videoItem .image .video img {
	width: 34px;
}



.videoItem .image .video:hover img {
	transform: scale(1.1);
}


.videoItem .name {
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	text-align: center;
	margin-top: 22px;
}

@media screen and (max-width:1760px) {
	.videoSlides .sBtns>div {
		margin-top: 40px;
	}

	.videoSlides .title1 {
		margin-bottom: 20px;
	}

	.videoItem .name {
		font-size: 18px;
		line-height: 28px;
		margin-top: 10px;
	}
}

@media screen and (max-width:1333px) {
	.videoSlides .sBtns>div {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.videoSlides .tips {
		margin-bottom: 30px;
	}

	.videoSlides .sBtns>div {
		margin-top: 20px;
	}
}

.caseSlides {
	padding: 77px 0 84px 0;
}


.caseSlides .title1 {
	text-align: center;
	margin-bottom: 29px;
	text-transform: uppercase;
}

.caseSlides .tips {
	text-align: center;
	margin-bottom: 45px;
}


.caseList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.caseList .item {
	width: 48.125%;
	position: relative;
	margin-top: 40px;
	overflow: hidden;
}


.caseList .item:nth-child(-n+2) {
	margin-top: 0;
}


.caseList .item .image {
	overflow: hidden;
}

.caseList .item .image:hover img {
	transform: none;
}


.caseList .msg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 34px 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	background-image: url("../images/caseItemBg.png");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	z-index: 2;
	opacity: 0;
	transform: translateY(100%);
	transition: .6s ease all;
}

.caseList .item:hover .msg {
	transform: translateY(0);
	opacity: 1;
}

.caseList .tit {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 24px;
	line-height: 38px;
	color: #ffffff;
}


.caseList .tit:hover {
	color: #00853e;
}

.caseList .titleBox {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 24px 40px;
	display: flex;
	align-items: center;
}

.caseList .item:hover .titleBox {
	transform: translateY(100%);
	opacity: 0;
}

.caseList .txts {
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	margin-top: 10px;
}

.caseList .btn {
	display: flex;
	align-items: center;
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	margin-top: 14px;
}



.caseList .btn i {
	font-size: 12px;
	font-weight: bold;
	flex-shrink: 0;
	margin-left: 5px;
}

.caseList .btn:hover {
	color: #00853e;
}



.caseSlides .cBtn {
	margin: 0 auto;
	margin-top: 74px;
}

@media screen and (max-width:1760px) {
	.caseSlides .tips {
		margin-bottom: 40px;
	}

	.caseSlides .cBtn {
		margin-top: 50px;
	}

	.caseList .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.caseList .msg {
		padding: 20px;
	}

	.caseList .titleBox {
		padding: 20px;
	}
}

@media screen and (max-width:1333px) {
	.caseList .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.caseSlides .title1 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:999px) {
	.caseList .titleBox {
		display: none;
	}

	.caseList .msg {
		position: static;
		height: auto;
		background-image: none;
	}

	.caseList .tit {
		color: #333333;
	}

	.caseList .txts {
		color: #666666;
	}

	.caseList .btn {
		color: #333333;
	}

	.caseList .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.caseList .item {
		box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
	}

	.caseSlides .cBtn {
		margin-top: 40px;
	}

	.caseList .item .msg {
		transform: translateY(0);
		opacity: 1;
	}

	.caseList .item:nth-child(n) {
		margin-top: 30px;
	}

	.caseList .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width:768px) {
	.caseSlides .tips {
		margin-bottom: 30px;
	}

	.caseSlides .cBtn {
		margin-top: 30px;
	}
}

@media screen and (max-width:538px) {
	.caseList .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.caseList .item:nth-child(1) {
		margin-top: 0;
	}
}




.downloadSlides {
	position: relative;
	padding: 93px 0 113px 0;
}


.downloadSlides::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	width: 100vw;
	background-color: #f7f7f7;
	top: 0;
	z-index: -1;
}


.downloadSlides .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 43px;
}


.downloadItem {
	background-color: #ffffff;
	padding: 28px 28px 33px 28px;
	border: solid 1px #e5e5e5;
	transition: .4s ease border-radius, 4s ease border-color, .4s ease background-color;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}


.downloadItem:hover {
	border-radius: 30px;
	background-color: #00853e;
	border-color: #00853e;
}



.downloadItem .downloadBtn {
	margin-bottom: 22px;
	cursor: pointer;
}

.downloadItem .downloadBtn:hover i {
	transform: translateY(-10px);
}

.downloadItem .downloadBtn i {
	color: #333333;
	font-size: 36px;
	display: block;
}

.downloadItem .name {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 18px;
}


.downloadItem .txts {
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}



.downloadItem:hover .name,
.downloadItem:hover .txts,
.downloadItem:hover .downloadBtn i {
	color: #ffffff;
}


@media screen and (max-width:1760px) {
	.downloadItem .name {
		font-size: 18px;
		line-height: 28px;
	}

	.downloadItem:hover {
		border-radius: 10px;
	}

	.downloadItem {
		padding: 30px 20px;
	}

	.downloadItem .downloadBtn i {
		font-size: 30px;
	}
}

@media screen and (max-width:1333px) {
	.downloadItem .name {
		font-size: 16px;
		line-height: 28px;
	}

	.downloadItem:hover {
		border-radius: 5px;
	}

	.downloadSlides .title {
		margin-bottom: 30px;
	}

	.downloadItem .downloadBtn {
		margin-bottom: 15px;
	}

	.downloadItem .downloadBtn i {
		font-size: 28px;
	}
}

@media screen and (max-width:999px) {
	.downloadItem .txts {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:538px) {
	.downloadSlides .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.downloadSlides .title1 {
		margin-bottom: 20px;
	}

	.downloadItem .downloadBtn i {
		font-size: 26px;
	}
}



.m-formcountry {
	position: relative;
}

.m-formcountry .drop-btn {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 7px;
}

.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
	position: absolute;
	right: 9px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 14px;
	color: #222222;
	font-weight: bold;
}

.m-formcountry .drop-list {
	display: none;
	border: 1px solid #e6e6e6;
	width: 100%;
	position: absolute;
	top: 100%;
	background-color: #fff;
	max-height: 223px;
	overflow-x: hidden;
	z-index: 999;
	scrollbar-color: #00853e 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: #00853e;
}

.m-formcountry .drop-list li {
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	padding: 5px 7px;
	cursor: pointer;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
}

.m-formcountry .drop-list li.on {
	background-color: #00853e;
	color: #ffffff;
}



/* download */


.frame {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999999;
	top: 0;
	left: 0;
	display: none;
	transition: none;
}



.frame .box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 839px;
	max-height: 100%;
	background-color: #ffffff;
	padding: 44px 47px 61px 50px;
	max-width: calc(100vw - 80px);
	border-radius: 10px;
}


.frame .box::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #00000000;
	border-radius: 10px;
}

.frame .box::-webkit-scrollbar-thumb {
	background-color: #00853e;
}

.frame .box::-webkit-scrollbar-track {
	background-color: transparent;
}



.frame .tit {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
	text-align: center;
	margin-bottom: 25px;
}




.frame form>ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.frame form>ul>li {
	width: 48.5%;
	margin-top: 20px;
	height: 60px;
	padding: 0 22px;
	display: flex;
	justify-content: flex-start;
	background-color: #f5f5f5;
}


.frame form>ul>li:nth-child(-n+2) {
	margin-top: 0;
}


.frame input {
	width: 100%;
	height: 100%;
	background-color: transparent;
}



.frame form li.m-formcountry {
	padding: 0;
}


.frame form .m-formcountry .drop-btn i,
.frame form .m-formcountry .drop-btn svg {
	right: 20px;
	font-size: 12px;
}


.frame .m-formcountry .drop-list li {
	padding: 5px 22px;
}


.frame form li.codeCon {
	display: flex;
	justify-content: space-between;
	padding: 0;
	overflow: hidden;
	width: 66.9%;
}


.frame .codeCon input {
	flex: 1;
	padding: 0 22px;
}

.frame .m-formcountry .drop-btn {
	padding: 0 22px;
}

.frame .codeCon .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	height: 100%;
	max-width: 137px;
}



.frame .codeCon .codeImg img {
	height: 100%;
}



.frame form li.subBtn {
	padding: 0;
	border-radius: 0;
	background-color: transparent;
	border: none;
	width: 30.4%;
	border-radius: 6px;
}


.frame form li.subBtn input {
	cursor: pointer;
	background-color: #00853e;
	border: 1px solid #00853e;
	color: #ffffff;
	font-size: 18px !important;
	border-radius: 6px;
	text-transform: uppercase;


}

.frame form li.subBtn input:hover {
	background-color: #ffffff;
	color: #00853e;
}


.frame .closeBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	right: 23px;
	top: 32px;
	cursor: pointer;
	z-index: 99;
}


.frame .closeBtn i {
	font-size: 30px;
	color: #333333;
}



.frame .closeBtn:hover i {
	color: #00853e;
}


.frame input::-webkit-input-placeholder,
.frame textarea::-webkit-input-placeholder {
	color: #666666;
	opacity: 1;
}

.frame input:-moz-placeholder,
.frame textarea:-moz-placeholder {
	color: #666666;
	opacity: 1;
}

.frame input::-moz-placeholder,
.frame textarea::-moz-placeholder {
	color: #666666;
	opacity: 1;
}

.frame input:-ms-input-placeholder,
.frame textarea:-ms-input-placeholder {
	color: #666666;
	opacity: 1;
}


@media screen and (max-width:1760px) {
	.frame .box {
		padding: 50px 40px;
	}

	.frame .tit {
		font-size: 32px;
		line-height: 42px;
	}

	.frame form>ul>li {
		height: 50px;
	}

	.frame form li.subBtn input {
		font-size: 16px !important;
	}
}

@media screen and (max-width:1333px) {
	.frame .box {
		border-radius: 5px;
	}

	.frame .tit {
		font-size: 28px;
		line-height: 38px;
	}

	.frame form>ul>li {
		height: 45px;
	}

	.m-formcountry .drop-list li {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:999px) {

	.frame .tit {
		font-size: 26px;
		line-height: 36px;
	}

	.frame form li.subBtn input {
		font-size: 14px !important;
	}
}

@media screen and (max-width:768px) {
	.frame .box {
		padding: 40px 30px;
	}

	.frame .tit {
		font-size: 24px;
		line-height: 34px;
	}

	.frame .closeBtn {
		top: 20px;
		right: 20px;
	}

	.frame .box {
		max-width: calc(100vw - 50px);
	}
}

@media screen and (max-width:538px) {

	.frame form>ul>li {
		height: 36px;
	}

	.frame form li.subBtn input {
		border-radius: 3px;
	}

	.frame .closeBtn {
		top: 15px;
		right: 15px;
	}

	.frame .closeBtn i {
		font-size: 26px;
	}


	.frame .box {
		max-width: calc(100vw - 30px);
	}


}

@media screen and (max-width:450px) {
	.frame .tit {
		font-size: 22px;
		line-height: 30px;
		margin-top: 10px;
	}

	.frame form>ul>li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	.frame form>ul>li:nth-child(1) {
		margin-top: 0;
	}

	.frame form>ul>li {
		height: 36px;
	}

	.frame .closeBtn {
		top: 10px;
		right: 10px;
	}

	.frame .box {
		padding: 40px 20px;
	}
}



/* 7-2-Resource */

.case {
	padding: 87px 0 95px 0;
}


.case .title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 72px;
	align-items: flex-start;
}


.case .title1 {
	flex-shrink: 0;
	margin-right: 20.6%;
}

.case .tips {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	padding: 2px 0;
}

.case .caseList {
	margin-bottom: 74px;
}

@media screen and (max-width:1760px) {
	.case .caseList {
		margin-bottom: 60px;
	}

	.case .title {
		margin-bottom: 60px;
	}

	.case .title1 {
		margin-right: 10%;
	}
}

@media screen and (max-width:1333px) {
	.case .tips {
		padding: 0;
	}

	.case .title {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 50px;
	}

	.case .caseList {
		margin-bottom: 50px;
	}

	.case .title1 {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:999px) {
	.case .title {
		margin-bottom: 40px;
	}

	.case .caseList {
		margin-bottom: 40px;
	}
}


/* 7-3-Resource */

.caseDet {
	padding: 69px 0 71px 0;
	position: relative;
}


.caseDet .imgBg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -6.9%;
	z-index: -1;
	width: 100%;
}

.caseDet .imgBg img {
	display: block;
}


.caseDet h1 {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 30px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 22px;
	font-weight: normal;
}

.caseDet .share {
	margin-bottom: 29px;
}


.caseDet .desCon {
	padding: 21px 0 41px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 47px;
}

.caseDet .prevOrNext {
	margin-bottom: 96px;
}

.caseDet .desCon .image {
	width: 634px;
	float: right;
	margin-left: 5%;
}

.caseDet .desCon .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


@media screen and (max-width:1760px) {
	.caseDet h1 {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 30px;
	}

	.caseDet .prevOrNext {
		margin-bottom: 80px;
	}
	
	
	.caseDet .desCon .image {
		width: 500px;
	}
	

}

@media screen and (max-width:1333px) {
	.caseDet h1 {
		font-size: 26px;
		line-height: 36px;
	}

	.caseDet .prevOrNext {
		margin-bottom: 60px;
	}

	.caseDet .desCon {
		padding: 30px 0;
	}
	.caseDet .desCon .image {
		width: 450px;
	}
	
}

@media screen and (max-width:999px) {
	.caseDet h1 {
		font-size: 24px;
		line-height: 34px;
	}

	.caseDet .desCon {
		margin-bottom: 30px;
	}

	.caseDet .prevOrNext {
		margin-bottom: 50px;
	}
	.caseDet .desCon .image {
		width: 340px;
	}
}

@media screen and (max-width:768px) {
	.caseDet h1 {
		font-size: 22px;
		line-height: 30px;
	}

	.caseDet .prevOrNext {
		margin-bottom: 40px;
	}
	.caseDet .desCon{
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.caseDet .desCon .image {
		width: auto;
		float: none;
		margin: 0 auto;
		margin-top: 26px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.caseDet .desCon .image img{
		max-width: 100%;
	}
}

@media screen and (max-width:538px) {
	.caseDet h1 {
		font-size: 20px;
	}
}


/* 7-4-Resource */

.faqPiece {
	padding: 87px 0 100px 0;
}

.faqPiece .faqList {
	margin-bottom: 90px;
}

.faqPiece .faqs .title1 {
	margin-bottom: 31px;
}

@media screen and (max-width:1760px) {
	.faqPiece .faqList {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1333px) {
	.faqPiece .faqList {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.faqPiece .faqList {
		margin-bottom: 40px;
	}
}

/* 7-5 */

.videoPiece {
	padding: 83px 0 84px 0;
}


.videoPiece .title1 {
	margin-bottom: 29px;
}

.videoPiece .list {
	margin-top: 52px;
	margin-bottom: 64px;
	display: flex;
	flex-wrap: wrap;
}


.videoPiece .list .videoItem {
	width: 31.875%;
	margin-right: 2.1875%;
	margin-top: 45px;
}

.videoPiece .list .videoItem:nth-child(3n) {
	margin-right: 0;
}

.videoPiece .list .videoItem:nth-child(-n+3) {
	margin-top: 0;
}

@media screen and (max-width:1760px) {
	.videoPiece .list {
		margin: 50px 0 50px 0;
	}

	.videoPiece .list .videoItem {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.videoPiece .list {
		justify-content: space-between;
	}

	.videoPiece .list .videoItem:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.videoPiece .list .videoItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.videoPiece .list {
		margin: 40px 0;
	}
}


@media screen and (max-width:538px) {
	.videoPiece .list .videoItem:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.videoPiece .list .videoItem:nth-child(1) {
		margin-top: 0;
	}
}


/* 7-6-Resource */

.downloadPiece {
	padding: 118px 0 120px 0;
}

.downloadPiece .title1 {
	margin-bottom: 48px;
}

.downloadPiece .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 76px;
}


.downloadPiece .list .downloadItem {
	width: 31.875%;
	margin-right: 2.1875%;
	margin-top: 42px;
}

.downloadPiece .list .downloadItem:nth-child(3n) {
	margin-right: 0;
}

.downloadPiece .list .downloadItem:nth-child(-n+3) {
	margin-top: 0;
}

@media screen and (max-width:1760px) {
	.downloadPiece .title1 {
		margin-bottom: 40px;
	}

	.downloadPiece .list {
		margin-bottom: 50px;
	}

	.downloadPiece .list .downloadItem {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {

	.downloadPiece .list {
		justify-content: space-between;
	}

	.downloadPiece .list .downloadItem:nth-child(n) {
		width: 48%;
		margin-top: 30px;
		margin-right: 0;
	}

	.downloadPiece .list .downloadItem:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width:999px) {
	.downloadPiece .list {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.downloadPiece .list .downloadItem:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.downloadPiece .list .downloadItem:nth-child(1) {
		margin-top: 0;
	}
}

@media screen and (max-width:538px) {}


/* 7-7-Resource */

.resourcePiece {
	padding: 87px 0 84px 0;
}


.resourcePiece .title1 {
	margin-bottom: 47px;
}

.resourcePiece .tit {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 30px;
	color: #333333;
	margin-bottom: 51px;
}


.resourceCategry .box {
	margin-bottom: 55px;
}

.resourceCategry .box:last-child {
	margin-bottom: 0;
}


.resourcePiece .resourceCategry .list .name {
	font-family: HelveticaNeueLTPro-Roman;
}

@media screen and (max-width:1760px) {
	.resourcePiece .title1 {
		margin-bottom: 40px;
	}

	.resourcePiece .tit {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 40px;
	}

}

@media screen and (max-width:1333px) {
	.resourcePiece .tit {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 30px;
	}

	.resourceCategry .box {
		margin-bottom: 50px;
	}

	.resourceCategry .list .item {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.resourcePiece .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.resourceCategry .box {
		margin-bottom: 40px;
	}

	.resourceCategry .list .item {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.resourcePiece .tit {
		font-size: 20px;
	}
}

@media screen and (max-width:538px) {
	.resourcePiece .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.resourcePiece .title1 {
		margin-bottom: 30px;
	}
}


/* 8-1-Contact Us */

.contactUs {
	margin-top: -84px;
	position: relative;
	z-index: 9;
}

.contactUs .con {
	background-color: #ffffff;
	box-shadow: 0px 0px 20px 0px rgba(59, 59, 59, 0.1);
	border-radius: 20px;
	padding: 94px 103px 98px 103px;
	display: flex;
	justify-content: space-between;
}


.contactUs .list {
	display: flex;
	flex-wrap: wrap;
	width: 58%;
	justify-content: space-between;
}


.contactUs .list .item {
	width: 50%;
	margin-top: 85px;
	display: flex;
	align-items: center;
}


.contactUs .list .item:nth-child(-n+2) {
	margin-top: 0;
}

.contactUs .list .item:last-child {
	width: 100%;
}

.contactUs .list .image {
	flex-shrink: 0;
	width: 62px;
	margin-right: 33px;
}


.contactUs .list .name {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.contactUs .list .num {
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}

.contactUs .list a.num:hover {
	color: #00853e;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


.contactUs .list .email .num {
	word-break: break-all;
}



.contactUs .codeList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 30.9%;
	transform: translateY(12px);
}



.contactUs .codeList .item {
	width: 156px;
}


.contactUs .codeList .image {
	margin: 0 auto;
	margin-bottom: 10px;
}

.contactUs .codeList .name {
	font-size: 16px;
	color: #333333;
	text-align: center;
}




.contactQuote {
	padding: 88px 0 100px 0;
}


.contactQuote .title1 {
	margin-bottom: 39px;
	text-align: center;
}


.contactQuote ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contactQuote ul li {
	width: 49.35%;
	height: 70px;
	margin-top: 30px;
	background-color: #f2f2f2;
	padding: 0 27px;
	border-radius: 4px;
}

.contactQuote ul li:nth-child(-n+2) {
	margin-top: 0;
}


.contactQuote ul li.must {
	position: relative;
}

.contactQuote ul li.must::after {
	content: "*";
	position: absolute;
	left: 11px;
	top: 24px;
	font-family: HelveticaNeueLTPro-Roman, Arial, sans-serif;
	font-size: 16px;
	color: #ff0000;
}

.contactQuote ul li.message {
	width: 100%;
	height: 211px;
	padding: 19px 27px;
}


.contactQuote ul li.message::after {
	top: 16px;
}


.contactQuote ul li.code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	overflow: hidden;
}

.contactQuote ul li.code input {
	flex: 1;
	padding: 0 27px;
}


.contactQuote ul li.code .codeImg {
	flex-shrink: 0;
	/*height: 100%;*/
	max-width: 120px;
	background-color: #f3fbfe;
	cursor: pointer;
}

.contactQuote ul li.code .codeImg img {
	height: 100%;
}

.contactQuote ul li.subBtn {
	padding: 0;
	border: none;
}

.contactQuote ul li.subBtn input {
	background-color: #1d672c;
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 24px;
	color: #f7f8f9;
	border: 1px solid #1d672c;
	cursor: pointer;
	border-radius: 4px;
}

.contactQuote ul li.subBtn input:hover {
	background-color: #ffffff;
	color: #1d672c;
}



.contactQuote input,
.contactQuote textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	font-family: HelveticaNeueLTPro-Roman, Arial, sans-serif;
	font-size: 16px;
}


.contactQuote input::-webkit-input-placeholder,
.contactQuote textarea::-webkit-input-placeholder {
	font-family: HelveticaNeueLTPro-Roman, Arial, sans-serif;
	font-size: 16px;
	color: #666666;
	opacity: 1;
}

.contactQuote input:-moz-placeholder,
.contactQuote textarea:-moz-placeholder {
	font-family: HelveticaNeueLTPro-Roman, Arial, sans-serif;
	font-size: 16px;
	color: #666666;
	opacity: 1;
}

.contactQuote input::-moz-placeholder,
.contactQuote textarea::-moz-placeholder {
	font-family: HelveticaNeueLTPro-Roman, Arial, sans-serif;
	font-size: 16px;
	color: #666666;
	opacity: 1;
}

.contactQuote input:-ms-input-placeholder,
.contactQuote textarea:-ms-input-placeholder {
	font-family: HelveticaNeueLTPro-Roman, Arial, sans-serif;
	font-size: 16px;
	color: #666666;
	opacity: 1;
}

.map img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


@media screen and (max-width:1760px) {
	.contactUs .list .item {
		margin-top: 40px;
	}

	.contactUs .con {
		padding: 50px 60px;
		border-radius: 10px;
	}

	.contactUs .list .image {
		width: 50px;
	}

	.contactUs .codeList {
		width: 35%;
	}

	.contactUs .codeList .item {
		width: 140px;
	}

	.contactUs .codeList {
		transform: translateY(0);
	}

	.contactQuote ul li {
		height: 55px;
		margin-top: 20px;
	}

	.contactQuote ul li.must::after {
		top: 12px;
	}

	.contactQuote ul li.message {
		height: 190px;
	}

	.contactQuote ul li.subBtn input {
		font-size: 20px;
	}
}

@media screen and (max-width:1333px) {
	.contactUs {
		margin-top: 60px;
	}

	.contactUs .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.contactUs .list {
		width: 100%;
		margin-bottom: 30px;
	}

	.contactUs .con {
		padding: 40px 40px;
	}

	.contactUs .list .item {
		margin-top: 30px;
	}

	.contactUs .codeList {
		width: 100%;
		justify-content: flex-start;
	}

	.contactUs .codeList .item {
		margin-right: 40px;
	}

	.contactUs .list .image {
		width: 45px;
		margin-right: 20px;
	}

	.contactQuote ul li {
		height: 50px;
	}

	.contactQuote ul li.message {
		height: 170px;
	}
}

@media screen and (max-width:999px) {
	.contactUs .list .name {
		font-size: 14px;
		line-height: 24px;
	}

	.contactUs .list .image {
		width: 40px;
	}

	.contactUs .list .num {
		font-size: 14px;
		line-height: 24px;
	}

	.contactUs .codeList .name {
		font-size: 14px;
		line-height: 26px;
	}

	.contactUs .codeList .item {
		width: 120px;
	}

	.contactUs {
		margin-top: 50px;
	}

	.contactUs .con {
		padding: 30px;
		border-radius: 5px;
	}

	.contactQuote ul li {
		height: 45px;
	}

	.contactQuote ul li.must::after {
		top: 10px;
	}
}

@media screen and (max-width:768px) {
	.contactUs .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.contactUs .list .item:nth-child(1) {
		margin-top: 0;
	}

	.contactQuote .title1 {
		margin-bottom: 30px;
	}

	.contactQuote ul li.message {
		height: 150px;
	}
}

@media screen and (max-width:538px) {
	.contactUs .list .image {
		width: 35px;
	}

	.contactUs .con {
		padding: 20px;
	}

	.contactUs .codeList .item {
		width: 110px;
		margin-right: 20px;
	}

	.contactUs .codeList .item:last-child {
		margin-right: 0;
	}
}

@media screen and (max-width:400px) {
	.contactQuote ul li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	.contactQuote ul li:nth-child(1) {
		margin-top: 0;
	}

	.contactQuote ul li {
		height: 40px;
	}
}




/* innerBanner */

.innerBanner {
	height: 560px;
	position: relative;
}
.innerBannerno{	position: relative;}

.innerBanner .image,.innerBannerno .image {
	height: 100%;
}

.innerBanner .image img,.innerBannerno .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.innerBanner .con ,.innerBannerno .con{
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 137px;
}


.innerBanner .title1,.innerBannerno .title1 {
	color: #ffffff;
	text-align: center;
	margin-bottom: 11px;
	text-transform: uppercase;
}




/* crumb */



.crumb {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-align: center;
}

.crumb img {
	width: 16px;
	flex-shrink: 0;
	margin-right: 8px;
}


.crumb a,
.crumb i {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 16px;
	color: #ffffff;
}

.crumb a.active,
.crumb a:hover {
	color: #00853e;
}

.crumb i {
	font-style: normal;
}





/* pager */


.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.pager .pageList a {
	width: 35px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #666666;
	margin: 5px 4.5px;
	border: solid 1px #a7a7a7;
}


.pager .pageList a.active,
.pager .pageList a:hover {
	background-color: #00853e;
	border-color: #00853e;
	color: #ffffff;
}

.pager .pageList a.prev,
.pager .pageList a.big {
	width: 79px;
}

.pager .pageList a.no:hover {
	background-color: #fff;
	border-color: #a7a7a7;
	color: #666666;
}

.pager .pageList a.next {
	width: 61px;
}


.pager .addTo {
	display: flex;
	align-items: center;
	margin: 5px 4px;
	position: relative;
}

.pager .addTo p {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 148px;
	height: 30px;
	background-color: #00853e;
	font-size: 14px;
	line-height: 26px;
	color: #ffffff;
	border: 1px solid #00853e;
}

.pager .addTo:hover p {
	background-color: transparent;
	color: #00853e;
}

.pager .addTo input {
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.pager .addTo img {
	flex-shrink: 0;
	margin-left: 8px;
}

@media screen and (max-width:1760px) {

	.innerBanner {
		height: 460px;
	}

	.innerBanner .con {
		padding-top: 90px;
	}

	.innerBanner .title1 {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:1333px) {
	.innerBanner {
		height: 400px;
	}
}

@media screen and (max-width:999px) {
	.innerBanner {
		height: 320px;
	}

	.innerBanner .con {
		padding-top: 0px;
	}

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.innerBanner {
		height: 260px;
	}
}

@media screen and (max-width:538px) {
	.innerBanner {
		height: 220px;
	}
}




/* footer */


footer {
	background-color: #013318;
	padding: 51px 0;
}


footer .fMsg {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 19px;
}

footer .fLogo {
	width: 86px;
	flex-shrink: 0;
	margin-right: 30px;
}

footer .fLogo:hover img {
	transform: none;
}

footer .quickLinks {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}




footer .quickLinks li {
	margin: 5px 0;
	margin-left: 35px;
}

footer .quickLinks a {
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
}

footer .quickLinks a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


footer .footerList {
	display: flex;
	align-items: flex-start;
	padding: 60px 0 77px 0;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	border-top: 1px solid rgba(255, 255, 255, .2);
	margin-bottom: 20px;
}



footer .footerList .box li {
	margin-top: 8px;
}

footer .footerList .box li:nth-child(1) {
	margin-top: 0;
}


footer .footerList .titBox .meuBtn {
	display: none;
}


footer .footerList .fProduct {
	width: 18%;
	margin-right: 3.1%;
}



footer .footerList .fContact {
	width: 15%;
	margin-right: 5.1%;
}


footer .footerList .fContact p {
	display: inline;
}


footer .footerList .fContact .address .num,
footer .footerList .fContact .address .name {
	line-height: 34px;
}

footer .footerList .fService {
	width: 15%;
	margin-right: 3.14%;
}


footer .footerList .fResource {
	width: 10%;
	margin-right: 4.9%;
}



footer .footerList .fInquiry {
	width: 25.76%;
}


footer .footerList .fInquiry form {
	margin-top: 24px;
}


footer .footerList form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


footer .footerList form ul li {
	border: solid 1px #c1c1c1;
	height: 41px;
	margin-top: 13px;
	padding: 0 23px;
	width: 48.45%;
	border-radius: 4px;
}

footer .footerList form ul li.message {
	width: 100%;
	height: 84px;
	padding: 10px 23px;
}

footer .footerList form ul li.code {
	width: 75.4%;
}


footer .footerList form ul li.subBtn {
	width: 20.7%;
	overflow: hidden;
}


footer .footerList form ul li:nth-child(-n+2) {
	margin-top: 0;
}



.fInquiry form input,
.fInquiry form textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	font-size: 14px !important;
	color: #ffffff;
}


.fInquiry form li.must {
	position: relative;
}

.fInquiry form li.must::after {
	content: "*";
	position: absolute;
	font-size: 14px;
	color: #ff0000;
	top: 6px;
	left: 17px;
}


.fInquiry form li.code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}




.fInquiry form li.code input {
	flex: 1;
	padding: 0 23px;
}


.fInquiry form li.code .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	max-width: 92px;
	height: 100%;
	background-color: #f3fbfe;
}

.fInquiry form li.code .codeImg img {
	height: 100%;
}


.fInquiry form li.subBtn {
	padding: 0;
	border: none;
}


.fInquiry form li.subBtn input {
	background-color: #00853e;
	cursor: pointer;
	color: #ffffff;
	font-size: 18px !important;
	text-transform: uppercase;
}



.fInquiry form li.subBtn input:hover {
	background-color: #ffffff;
	color: #00853e;
}



.fInquiry form input::-webkit-input-placeholder,
.fInquiry form textarea::-webkit-input-placeholder {
	font-size: 14px !important;
	color: #afafaf;
}

.fInquiry form input:-moz-placeholder,
.fInquiry form textarea:-moz-placeholder {
	font-size: 14px !important;
	color: #afafaf;
}

.fInquiry form input::-moz-placeholder,
.fInquiry form textarea::-moz-placeholder {
	font-size: 14px !important;
	color: #afafaf;
}

.fInquiry form input:-ms-input-placeholder,
.fInquiry form textarea:-ms-input-placeholder {
	font-size: 14px !important;
	color: #afafaf;
}



footer a,
footer p,
footer div {
	font-size: 14px;
	line-height: 26px;
	color: rgba(225, 225, 225, 0.52);
}



footer .title {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	display: inline-block;
	text-transform: uppercase;
}




footer .footerList .box {
	margin-top: 16px;
}


footer .footerList .box a:hover {
	color: #ffffff;
}



footer .copyright {
	color: #999999;
}

footer .copyright i {
	font-style: normal;
	font-size: 16px;
}

footer .copyright a {
	display: inline;
	color: #999999;
}

footer .copyright a img {
	display: inline;
}

footer .copyright a:hover {
	color: #ffffff;
}


footer .links span {
	margin-right: 10px;
}


footer .links {
	color: #999999;
	margin-top: 4px;
}

footer .links a {
	color: #999999;
	margin-right: 10px;
}

footer .links a:hover {
	color: #ffffff;
}

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;
	color: #a1aab8;
	margin: 10px 0;
	font-size: 20px;
	margin-left: 26px;
}


footer .blogrolls a:hover {
	color: #ffffff;
}



@media screen and (max-width:1760px) {
	footer {
		padding: 50px 0;
	}

	footer .footerList {
		justify-content: space-between;
		padding: 50px 0;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer .quickLinks li {
		margin-left: 30px;
	}
}

@media screen and (max-width:1333px) {
	footer {
		padding: 40px 0;
	}

	footer .quickLinks a {
		font-size: 16px;
		line-height: 26px;
	}

	footer .fMsg {
		flex-direction: column;
		align-items: flex-start;
	}

	footer .fLogo {
		width: 80px;
		margin-right: 0;
		margin-bottom: 20px;
	}

	footer .quickLinks {
		justify-content: flex-start;
	}

	footer .quickLinks li {
		margin-left: 0;
		margin-right: 20px;
	}

	footer .footerList {
		padding: 40px 0;
	}

	footer .fMsg {
		margin-bottom: 30px;
	}

	footer .title {
		font-size: 16px;
		line-height: 28px;
	}

	footer .footerList form ul li:nth-child(n) {
		width: 100%;
		border-radius: 3px;
		margin-top: 10px;
	}

	footer .footerList form ul li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList form ul li {
		height: 32px;
		padding: 0 15px;
	}

	footer .footerList .fContact {
		width: 20%;
	}

	footer .footerList .fInquiry {
		width: 21%;
	}

	.fInquiry form li.must::after {
		left: 8px;
		top: 4px;
	}

	footer .footerList form ul li.message {
		padding: 8px 15px;
	}

	.fInquiry form li.code input {
		padding: 0 15px;
	}

	.fInquiry form li.subBtn input {
		font-size: 14px !important;
	}

	footer .footerList {
		padding: 30px 0;
	}

	footer .blogrolls a {
		font-size: 18px;
	}
}

@media screen and (max-width:999px) {

	footer {
		padding: 30px 0 60px 0;
	}

	footer .fLogo {
		width: 70px;
	}

	footer .fMsg {
		margin-bottom: 20px;
	}

	footer .footerList .titBox {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	footer .footerList .titBox .meuBtn {
		width: 28px;
		height: 28px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 12px;
		font-weight: bold;
	}

	footer .footerList .titBox .meuBtn.active {
		transform: rotate(90deg);
	}

	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 .quickLinks a {
		font-size: 14px;
		line-height: 24px;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 26px;
	}

	footer .title {
		font-size: 14px;
		line-height: 24px;
	}

	footer .footerList>li:nth-child(n) .box {
		margin-top: 10px;
		display: none;
		transition: none;
	}

	footer .footerList .box li {
		margin-top: 10px;
	}

	footer .footerList .fProduct .box ul {
		margin-bottom: 10px;
	}

	footer .footerList {
		padding: 20px 0;
	}

	footer .footerList form {
		display: none;
		transition: none;
	}

	footer .footerList form ul li:nth-child(n) {
		width: 48%;
		margin-top: 10px;
	}

	footer .footerList form ul li:nth-child(-n+2) {
		margin-top: 0;
	}


	footer .footerList form ul li.message {
		width: 100%;
	}

	footer .footerList form ul li.whatApp {
		width: 100%;
	}

	footer .footerList .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList .box ul>li {
		width: 48%;
		margin-top: 10px;
	}

	footer .footerList .box ul>li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList .box ul>li.address {
		width: 100%;
	}

	footer .footerList .box ul>li.address .name {
		display: inline;
		margin: 0;
	}

	footer .footerList .box ul>li.address .num {
		line-height: 26px;
	}

	footer .footerList .fInquiry form {
		margin-top: 10px;
	}


	footer .fLogo {
		margin-right: 0;
		margin-bottom: 15px;
	}

	footer .quickLinks {
		justify-content: flex-start;
	}

	footer .quickLinks ul {
		justify-content: flex-start;
	}


	footer .quickLinks ul li {
		margin-left: 0px;
		margin-right: 40px;
	}

	footer .quickLinks .tit {
		font-size: 16px;
		line-height: 26px;
		margin-right: 40px;
	}

	footer .quickLinks ul li a {
		font-size: 14px;
		line-height: 26px;
	}

	.fBottom {
		flex-direction: column;
		align-items: flex-start;
	}

	footer .blogrolls {
		margin-left: 0;
	}

	footer .blogrolls a {
		margin-left: 0;
		margin-right: 20px;
		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;
	}

}

@media screen and (max-width:450px) {
	footer .footerList form ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList form ul li:nth-child(1) {
		margin-top: 0;
	}

	footer .blogrolls a {
		width: 34px;
		height: 34px;
		margin: 5px 0;
		margin-right: 10px;
	}
}

/* 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: HelveticaNeueLTPro-Roman, 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: 99999;
}

.lianxi div a,
.lianxi div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 53px;
	height: 53px;
	background-color: #dfdfdf;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 1px;
	margin-right: 3px;
	font-size: 20px;
}

.lianxi .top a {
	width: 53px;
	height: 53px;
	background-color: #dfdfdf;
	color: #ffffff;
	font-size: 18px !important;
	text-align: center;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
}


.lianxi a i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	width: 26px;
	height: 26px;
}

.lianxi .top i {
	width: 24px;
	height: 24px;
	display: block;
	line-height: 22px;
	text-align: center;
	font-size: 14px;
	border-radius: 50%;
}

.lianxi div div {
	cursor: pointer;
}

.lianxi div a:hover,
.lianxi div div:hover {
	background-color: #00853e;
	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: 999px) {
	.youlian {
		display: none;
	}

	.lianxi .top a {
		width: 20%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		background-color: #dfdfdf;
	}

	.lianxi {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		border-top: 1px solid #fff;
		transform: translateY(0);
	}

	.lianxi div {
		width: 20%;
		float: left;
	}

	.lianxi div a,
	.lianxi div div {
		font-size: 18px;
		height: 42px;
		margin: auto;
		width: 100%;
		background-color: #dfdfdf;
		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%);
	}
}


@font-face {
	font-family: 'HelveticaNeueLTPro-Roman';
	font-display: swap;
	src: url('../fonts/HelveticaNeueLTProRoman.eot');
	src: url('../fonts/HelveticaNeueLTProRoman.eot') format('embedded-opentype'),
		url('../fonts/HelveticaNeueLTProRoman.woff2') format('woff2'),
		url('../fonts/HelveticaNeueLTProRoman.woff') format('woff'),
		url('../fonts/HelveticaNeueLTProRoman.ttf') format('truetype'),
		url('../fonts/HelveticaNeueLTProRoman.svg#HelveticaNeueLTProRoman') format('svg');
}


@font-face {
	font-family: 'HelveticaNeue-Bold';
	font-display: swap;
	src: url('../fonts/HelveticaNeueBold.eot');
	src: url('../fonts/HelveticaNeueBold.eot') format('embedded-opentype'),
		url('../fonts/HelveticaNeueBold.woff2') format('woff2'),
		url('../fonts/HelveticaNeueBold.woff') format('woff'),
		url('../fonts/HelveticaNeueBold.ttf') format('truetype'),
		url('../fonts/HelveticaNeueBold.svg#HelveticaNeueBold') format('svg');
}


@font-face {
	font-family: 'HelveticaNeueLTPro-Bd';
	font-display: swap;
	src: url('../fonts/HelveticaNeueLTProBd.eot');
	src: url('../fonts/HelveticaNeueLTProBd.eot') format('embedded-opentype'),
		url('../fonts/HelveticaNeueLTProBd.woff2') format('woff2'),
		url('../fonts/HelveticaNeueLTProBd.woff') format('woff'),
		url('../fonts/HelveticaNeueLTProBd.ttf') format('truetype'),
		url('../fonts/HelveticaNeueLTProBd.svg#HelveticaNeueLTProBd') format('svg');
}



@font-face {
	font-family: "iconfont";
	/* Project id 4576167 */
	font-display: swap;
	src:
		url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
		url('../fonts/iconfont.woff?t=1739860252274') format('woff'),
		url('../fonts/iconfont.ttf?t=1739860252274') 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";
}

.wuone {
	font-size: 14px;
	line-height: 30px;
}

.xunpanc {
	width: 100%;
	margin-top: 10px !important;
}

.xunpanc .table table tr td {
	font-size: 14px;

	line-height: 20px;
}

.xunpanc a {
	color: #333;
	font-size: 14px;
	line-height: 22px;
}

.xunpanc a:hover {
	color: #00853e
}

.listcart {
	width: 100%;

	margin-top: 20px;
}

.listcart a {
	display: inline-block;
	height: 30px;
	min-width: 150px;
	line-height: 30px;
	cursor: pointer;
	border: none;
	overflow: hidden;
	background: #00853e;
	cursor: pointer;

	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-size: 14px;

	margin-left: 10px;
	color: #fff;
}

.listcart a:hover {

	background: #333;
	color: #fff
}

@media screen and (max-width:767px) {
	.listcart a {
		width: 40%;
		margin-left: 2.5%;
		margin-right: 2.5%;
		padding-left: 0px;
		padding-right: 0px
	}

	.listcart {
		width: 100%;
		margin-top: 2rem
	}
}

@media screen and (max-width:420px) {
	.listcart a {
		width: 95% !important;
		float: none;
		overflow: hidden;
		margin-bottom: 1rem;
		margin-bottom: 1rem
	}
}

/* 2025.7.1 */



.innerBanner .con {
	z-index: 9;
}


.innerBanner .swiper {
	height: 100%;
}

.innerBanner .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.innerBanner .btns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 67px;
	height: 66px;
	background-color: rgba(189, 189, 189, 0.2);
	position: absolute;
	top: 55.7%;
	transform: translateY(-50%);
	z-index: 9;
	cursor: pointer;
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
}

.innerBanner .btns>div.prev {
	left: 35px;
}

.innerBanner .btns>div.next {
	right: 35px;
}


.innerBanner .btns>div:hover {
	background-color: rgba(0, 133, 62, 0.2);
}

.innerBanner .swiper-pagination {
	display: none;
	align-items: center;
	justify-content: center;
	width: 100%;
	bottom: 20px;

}

.innerBanner .swiper-pagination span {
	font-size: 16px;
	color: #fefefe;
	margin: 5px 8px !important;
	background-color: #ffffff;
	position: relative;
	line-height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	width: 11px;
	height: 11px;
	border: solid 1px #ffffff;
}


.innerBanner .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: transparent;
}


.innerCrumb .crumb {
	text-align: left;
	padding-top: 13px;
}

.innerCrumb .crumb a,
.innerCrumb .crumb i {
	color: #999999;
}

.innerCrumb .crumb img {
	filter: brightness(40%) grayscale(100%);
}


.innerCrumb .crumb a:hover,
.innerCrumb .crumb a.active {
	color: #00853e;
}


.resourceCategry .list.swiper .item:nth-child(n) {
	margin-top: 0;
}


@media screen and (max-width:1560px) {
	.innerBanner .btns>div {
		width: 50px;
		height: 50px;
		font-weight: normal;
		font-size: 18px;
	}
}

@media screen and (max-width:1333px) {
	.innerBanner .btns>div {
		width: 45px;
		height: 45px;
		font-size: 16px;
	}
}

@media screen and (max-width:999px) {
	.innerBanner .btns>div {
		top: 50%;
		display: none;
	}

	.innerBanner .swiper-pagination {
		display: flex;
	}
}