@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:Helvetica-Condensed-Black-Se;
	font-size: 12px;
	font-size: 1.2rem;
	height: 100%;
	background: #fff;
	width: 100%;
	max-width: 1920px;
	background-color: #fff;
	overflow-x: hidden;
}

ul {
	list-style: none;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-size: 62.5%;
}

img {
	display: block;
	border: none;
	max-width: 100%;
}

a {
	display: block;
	text-decoration: none;
	color: #333;
	outline: none;
}

.standardLink a:hover {
	color: #00895f !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
}

a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	border: none;
	outline: 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;
	}
}

@media screen and (max-width:768px) {

	input,
	textarea,
	select {
		font-size: 12px !important;
		font-size: 1.2rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 12px !important;
		font-size: 1.2rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 12px !important;
		font-size: 1.2rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 12px !important;
		font-size: 1.2rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 12px !important;
		font-size: 1.2rem !important;
	}
}

.safeRange2 {
	max-width: 1420px;
	width: calc(100% - 120px);
	margin: 0 auto;
}

.safeRange {
	max-width: 1400px;
	width: calc(100% - 120px);
	margin: 0 auto;
}

@media screen and (max-width:999px) {

	.safeRange,
	.safeRange2 {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:768px) {

	.safeRange,
	.safeRange2 {
		width: calc(100% - 30px);
	}
}




@media screen and (max-width:1600px) {
	.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:538px) {
	.standardRange {
		padding: 30px 0 30px 0 !important;
	}
}






@media screen and (max-width:1600px) {
	.standardTxt .title1 {
		font-size: 34px !important;
		line-height: 50px !important;
	}
}

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 28px !important;
		line-height: 45px !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;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 12px !important;
		line-height: 24px !important;
	}

	.standardTxt .btn {
		font-size: 12px !important;
	}
}


@media screen and (max-width:768px) {
	.standardTxt .title1 {
		font-size: 20px !important;
		line-height: 28px;
	}
}





.oneRow {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.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: #00895f;
		right: 2.5%;
		top: 24px;
		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, 137, 95, 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: Lato-Regular, Arial, Helvetica, 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: 2px;
	}
}

/**
 * Swiper 8.4.6
 * 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: January 17, 2023
 */

@font-face {
	font-family: swiper-icons;
	src: url('../fonts/73c13863113c4b399a1d868866b6e94d.woff');
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
	touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.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-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.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,
.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.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-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-horizontal.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

.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: 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: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,
.swiper-rtl .swiper-button-next {
	left: 10px;
	right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-button-lock {
	display: none
}

.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: 10px;
	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: 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: 10px;
	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-progressbar {
	background: 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: 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: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: 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: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	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
}

.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 .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,
.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-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.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-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-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}




/* ---------------------index----------------------------- */


/* allnav */

nav {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	height: 84px;
	z-index: 99999;
	background-color: #fff;
}

nav .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}



.bannerRange {
	margin-top: 84px;
}



nav.active {
	box-shadow: 0px 0px 12px 0px rgba(51, 51, 51, 0.2);
}




nav .logo {
	width: 127px;
}


nav .logo:hover img {
	transform: scale(1, 1);
}

nav .navList {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 75px;
	position: relative;
	height: 79px;
}

nav .navList .nBg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	clip-path: polygon(0% 0%, 1000% 0%, 1000% 100%, 42% 1000%);
	z-index: -2;
}

nav .navList::after,
nav .navList::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #00895f;
	top: 0;
	z-index: -1;
}

nav .navList::after {
	left: 4px;
	clip-path: polygon(0% 0%, 1000% 0%, 1000% 100%, 42% 1000%);
}

nav .navList::before {
	left: 100%;
}


nav .navList .list {
	display: flex;
	align-items: center;
	margin-right: 49px;
}

nav .navList .list>li {
	margin-right: 2vw;
	position: relative;
}

nav .navList .list>li:hover>i,
nav .navList .list>li.active>i {
	opacity: 1;
}

nav .navList .list>li>i {
	position: absolute;
	left: 50%;
	color: #fff;
	transform: translateX(-50%);
	bottom: 10.5px;
	font-size: 18px;
	opacity: 0;
}

nav .navList .list>li:last-child {
	margin-right: 0;
}

nav .navList .list>li>a {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 20px;
	color: #ffffff;
	height: 79px;
	line-height: 79px;
}


nav .btns {
	display: flex;
	align-items: center;
}


nav .btns .language {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	margin-right: 15px;
}

nav .btns .search i {
	font-size: 22px;
	color: #ffffff;
	cursor: pointer;
}

nav .btns .search i:hover {
	text-shadow: 0 0 10px rgba(255, 255, 255, 1);
}

nav .search,
nav .language {
	display: flex;
	align-items: center;
	height: 79px;
	position: relative;
}



nav .search form {
	height: 35px;
	position: absolute;
	top: 120%;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	width: 0px;
	overflow: hidden;
}

nav .search form.active {
	width: 320px;
	box-shadow: 0px 0px 12px 0px rgba(51, 51, 51, 0.2);
}


nav .search form input {
	width: 100%;
	height: 100%;
}

nav .search form.active>input {
	padding: 0 10px;
}


nav .search .subBtn {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}


nav .search .subBtn input {
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	z-index: 9;
	cursor: pointer;
}


nav .search .subBtn i {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}


nav .search .subBtn:hover i {
	color: #00895f;
}


nav .moreList {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 145%;
	background-color: #ffffff;
	padding: 26px 30px 22px 33px;
	width: 528px;
	box-shadow: 0px 0px 12px 0px rgba(51, 51, 51, 0.2);
	display: none;
	transition: none;
}

nav .moreList::after {
	content: "";
	height: 36px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transform: translateY(-100%);
}


nav .moreList .box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

nav .moreList .tArr {
	position: absolute;
	top: -18px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 18px;
	color: #fff;
	font-size: 30px;
	z-index: -1;
	transition: none;
}


nav .moreList ul {
	width: 64%;
}

nav .moreList ul li {
	position: relative;
	margin-bottom: 20px;
}

nav .moreList ul li:last-child {
	margin-bottom: 0;
}


nav .moreList ul li a,
nav .moreList ul li i {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}

nav .moreList ul li i {
	font-style: normal;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	color: #00895f;
}

nav .moreList ul li:hover a {
	color: #00895f;
}

nav .moreList ul li:hover {
	padding-left: 16px;
}

nav .moreList ul li:hover i {
	opacity: 1;
}

nav .moreList .images {
	width: 34.4%;
	overflow: hidden;
	transform: translateY(-2px);
}


nav .moreList .images .image {
	display: none;
	transition: none;
}

nav .moreList .images .image:first-child {
	display: block;
}

nav .pMoreList::after {
	position: absolute;
	content: "";
	z-index: -1;
	width: 100%;
	height: 36px;
	left: 0;
	top: 0;
	transform: translateY(-100%);
}

nav .pMoreList,
nav .pMoreList ul {
	position: absolute;
	background-color: #ffffff;
	padding: 30px;
	width: 320px;
	box-shadow: 0px 0px 12px 0px rgba(51, 51, 51, 0.2);
	display: none;
	transition: none;
}

nav .pMoreList ul {
	left: 100%;
	top: -30px;
}

nav .pMoreList {
	left: 50%;
	transform: translateX(-50%);
	top: 145%;

}

nav .pMoreList li {
	position: relative;
	margin-bottom: 20px;
}

nav .pMoreList li:last-child {
	margin-bottom: 0;
}


nav .pMoreList li a,
nav .pMoreList li i {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}


nav .pMoreList li i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	font-style: normal;
	color: #00895f;
	opacity: 0;
}

nav .pMoreList li:hover {
	padding-left: 16px;
}



nav .pMoreList li:hover>i {
	opacity: 1;
}

@media screen and (max-width:1600px) {
	nav .navList .list>li {
		margin-right: 50px;
	}

	nav .logo {
		width: 80px;
	}

	nav {
		height: 80px;
	}

	.bannerRange {
		margin-top: 80px;
	}

	nav .navList,
	nav .navList .list>li>a,
	nav .search,
	nav .language {
		height: 75px;
	}

	nav .navList .list>li>a {
		line-height: 75px;
	}

	nav .btns .language {
		margin-right: 20px;
	}

	nav .moreList {
		padding: 20px;
	}

	nav .moreList .images {
		transform: translateY(0);
	}

	nav .moreList ul li {
		margin-bottom: 15px;
	}

	nav .pMoreList,
	nav .pMoreList ul {
		padding: 20px;
	}

	nav .pMoreList li {
		margin-bottom: 15px;
	}

	nav .pMoreList ul {
		top: -20px;
	}

	nav .pMoreList,
	nav .pMoreList ul {
		width: 260px;
	}
}

@media screen and (max-width:1333px) {
	nav .pMoreList li {
		margin-bottom: 10px;
	}

	nav .pMoreList ul {
		top: -10px;
	}

	nav .moreList ul li {
		margin-bottom: 10px;
	}

	nav .navList .list>li {
		margin-right: 40px;
	}

	nav .logo {
		width: 60px;
	}

	nav {
		height: 60px;
	}

	.bannerRange {
		margin-top: 60px;
	}

	nav .navList,
	nav .navList .list>li>a,
	nav .search,
	nav .language {
		height: 56px;
	}

	nav .navList .list>li>a {
		line-height: 56px;
		font-size: 18px;
	}

	nav .btns .search i {
		font-size: 18px;
	}

	nav .search form.active {
		height: 30px;
		width: 280px;
	}

	nav .search .subBtn {
		height: 30px;
		width: 30px;
	}

	nav .navList .list>li>i {
		bottom: 4px;
		font-size: 16px;
	}
}

@media screen and (max-width:1200px) {
	nav .btns .search i {
		font-size: 16px;
	}

	nav .navList .list>li {
		margin-right: 30px;
	}

	nav .navList .list {
		margin-right: 30px;
	}

	nav .navList {
		padding-left: 35px;
	}

	nav .btns .language {
		margin-right: 15px;
	}
}

@media screen and (max-width:999px) {
	nav {
		box-shadow: 0px 0px 12px 0px rgba(51, 51, 51, 0.2);
	}

	nav .navList .nBg {
		display: none;
	}

	nav .navList .list {
		display: none;
	}

	nav .search {
		display: none;
	}

	nav,
	nav .navList {
		height: 50px;
	}

	.bannerRange {
		margin-top: 50px;
	}

	nav .logo {
		width: 50px;
	}

	nav .navList::after,
	nav .navList::before {
		display: none;
	}

	nav .navList {
		background-color: transparent;
	}

	nav .btns .language {
		color: #00895f;
		margin-right: 80px;
	}

	header .xnav .nav {
		top: 25px;
		transform: translateY(-50%);
	}
}

@media screen and (max-width:768px) {

	nav,
	nav .navList {
		height: 40px;
	}

	.bannerRange {
		margin-top: 40px;
	}

	nav .logo {
		width: 63px;
	}

	header .xnav .nav {
		top: 20px;
	}

	nav .btns .language {
		margin-right: 60px;
	}
}










/* indexBanner */

.banner {
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.banner .carouse {
	max-height: 916px;
	overflow: hidden;
}

.banner .slideItem {
	position: relative;
}

.banner iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.banner video {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 101%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	display: none \9;
	display: block \9\0;
}




.banner .safeRange {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 28px;
}

.banner .dotList {
	position: static;
	left: 0;
	width: 100%;
	bottom: 44px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.banner .dotList ul {
	text-align: center;
	display: flex;
	align-items: center;
}

.banner .dotList ul li {
	position: relative;
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 14px;
	color: #ffffff;
	width: 41px;
	height: 30px;
	text-align: left;
	cursor: pointer;
	margin-right: 29.5px;
}

.banner .dotList ul li:last-child {
	margin-right: 0;
}

.banner .dotList ul li:hover {
	color: #00895f;
}

.banner .dotList ul li:hover::after {
	background-color: #00895f;
}

.banner .dotList ul li::after {
	content: "";
	bottom: 0px;
	width: 100%;
	height: 1px;
	background-color: #ffffff;
	position: absolute;
	left: 0;
	transition: .3s linear all;
}




.banner .dotList ul li.active {
	width: 92px;
}

.banner.hide {
	display: none;
}

.banner .carousel-control {
	display: none !important;
}



.slide .carouse {
	width: 100%;
	overflow: hidden;
	position: relative
}

.slide .slideItem .banner-img {
	width: 100%;
	cursor: pointer
}

.slide .carouse .slideItem {
	width: 100%;
	position: absolute;
	transition: none;
}

.slide .console {
	height: 57px;
	display: inline-block;
	width: 35px;
	position: absolute;
	top: 40%
}


.slide .slidedetail {
	display: none
}

.imgtoVideo img {
	width: 100%
}

.imgtoVideo>div {
	padding: 1px;
	position: relative;
	cursor: pointer;
	width: 49%;
	display: inline-block
}

.imgtoVideo>div:hover .imgtoVideoDetail {
	display: block
}

.imgtoVideo .imgtoVideoDetail {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 1px;
	display: none
}

.imgtoVideo .imgtoVideoDetail>div {
	background: rgba(0, 98, 197, 0.8);
	width: 100%;
	height: 100%;
	text-align: center
}

.imgtoVideo .tovideo .imgtoVideoDetail {
	display: block
}

.imgtoVideo .tovideo .imgtoVideoDetail>div {
	background: #0c2d47;
	width: 60px;
	height: 60px;
	color: #fff;
	line-height: 60px;
	vertical-align: middle;
	margin: 0 auto;
	margin-top: 17%
}

.imgtoVideo .imgtoVideoDetail .fa-search {
	color: #fff;
	font-size: 25px;
	margin-top: 21%
}

.contentIV {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: table;
	background: rgba(20, 43, 73, 0.8);
	margin: 0 auto;
	z-index: -999;
	max-width: 1024px;
	display: none
}

#picturetoVideo .carouse .slideItem {
	display: table;
	height: 100%
}

#picturetoVideo .carouse .slideItem>div {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

#picturetoVideo .carouse .slideItem .banner-img {
	max-width: 100%;
	width: auto
}

.closeContentIV {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	z-index: 999
}

.slide .slide-count {
	display: none;
}




@media screen and (max-width: 999px) {
	.banner {
		display: block;
	}

	.banner.hide {
		display: block;
	}

	.n-banner {
		display: none;
	}

	.banner .slideItem {
		overflow: hidden;
	}

	.banner video {
		object-position: inherit;
		object-fit: inherit;
		width: 100%;
		height: 100%;
		transform: translate(0, 0);
		left: 0;
		top: 0;
	}

	.banner .safeRange {
		bottom: 25px;
	}

	.banner .dotList ul li.active {
		width: 60px;
	}

	.banner .dotList ul li {
		width: 30px;
	}
}

@media screen and (max-width: 768px) {
	.banner .dotList ul li.active {
		width: 40px;
	}

	.banner .dotList ul li {
		width: 25px;
		font-size: 12px;
		line-height: 22px;
		height: 25px;
		margin-right: 25px;
	}
}


@media screen and (max-width: 538px) {
	.banner .safeRange {
		bottom: 15px;
	}

	.banner .dotList ul li.active {
		width: 30px;
	}

	.banner .dotList ul li {
		width: 20px;
		height: 20px;
		margin-right: 20px;
	}
}



/* indexM1-1 */

.iStrengths.strengths {
	padding: 141px 0 112px 0;
}

.iStrengths {
	background-image: url("../images/indexm1-bg.jpg");
	background-size: cover;
	background-position: left bottom;
	background-repeat: no-repeat;
}


.iStrengths .list .item {
	position: relative;
	z-index: 99;
}


/* indexM2-1 */
.transpeed {
	position: relative;
	background-image: url("../images/indexm2-bg.jpg");
	background-size: cover;
	background-position: left bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	display: flex;
	justify-content: flex-end;
}

.transpeed .safeRange {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	padding: 127px 0 244px 0;
}


.transpeed .msg {
	width: 42%;
}


.transpeed .msg .title1 {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 50px;
	line-height: 60px;
	color: #333333;
	margin-bottom: 11px;
}


.transpeed .msg .tits {
	display: flex;
	flex-direction: column;
	margin-bottom: 47px;
}



.transpeed .msg .tits span {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 34px;
	line-height: 45px;
	color: #00895f;
	margin-bottom: 2px;
}

.transpeed .msg .tits span:last-child {
	margin-bottom: 0;
}



.transpeed .msg .txts {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 58px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	hyphens: auto;
}



.transpeed .msg .btn {
	width: 155px;
	height: 43px;
	background-color: #00895f;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	color: #ffffff;
	border: 1px solid #00895f;
}



.transpeed .msg .btn:hover {
	background-color: #ffffff;
}


.transpeed .videoBox {
	width: 66.89473%;
	position: relative;
}

.transpeed .videoBox .videoImg {
	clip-path: polygon(17.6% 0%, 100% 0%, 100% 100%, 65.8% 100%);
}


.transpeed .videoBox .video {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-32.5%) translateX(-174%);
	border-radius: 50%;
	width: 99px;
	height: 99px;
}



.transpeed .video .playBtn {
	width: 100%;
	height: 100%;
}

.transpeed .videoBox .playBtn::after {
	width: 216px;
	height: 216px;
}

@media screen and (max-width:1600px) {
	.transpeed .safeRange {
		display: flex;
		align-items: center;
		padding: 80px 0;
	}

	.transpeed .msg .tits span {
		font-size: 28px;
		line-height: 40px;
	}

	.transpeed .msg .tits {
		margin-bottom: 30px;
	}

	.transpeed .videoBox .playBtn::after {
		width: 180px;
		height: 180px;
	}

	.transpeed .videoBox .video {
		width: 80px;
		height: 80px;
	}
}

@media screen and (max-width:1333px) {
	.transpeed .safeRange {
		padding: 60px 0;
	}

	.transpeed .msg .tits span {
		font-size: 20px;
		line-height: 30px;
	}

	.transpeed .msg .tits {
		margin-bottom: 20px;
	}

	.transpeed .msg .txts {
		margin-bottom: 40px;
	}

	.transpeed .videoBox .videoImg img {
		min-height: 500px;
		object-fit: cover;
	}

	.transpeed .videoBox .playBtn::after {
		width: 130px;
		height: 130px;
	}

	.transpeed .videoBox .video {
		width: 60px;
		height: 60px;
	}

}

@media screen and (max-width:999px) {
	.transpeed .safeRange {
		padding: 50px 0;
	}

	.transpeed .msg .title1 {
		margin-bottom: 20px;
	}

	.transpeed .msg .tits span {
		font-size: 18px;
		line-height: 28px;
	}

	.transpeed .videoBox .playBtn::after {
		width: 110px;
		height: 110px;
	}

	.transpeed .videoBox .video {
		width: 50px;
		height: 50px;
	}

	.transpeed .videoBox .videoImg img {
		min-height: 450px;
	}
}

@media screen and (max-width:768px) {
	.transpeed .safeRange {
		padding: 0;
	}

	.transpeed {
		flex-wrap: wrap;
		padding: 40px 0;
	}

	.transpeed .safeRange {
		position: static;
		transform: translateX(0);
	}

	.transpeed .safeRange .msg {
		width: 100%;
	}

	.transpeed .videoBox .videoImg {
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}

	.transpeed .videoBox {
		max-width: 1400px;
		width: calc(100% - 30px);
		margin: 0 auto;
	}

	.transpeed .videoBox .video {
		transform: translateY(-50%) translateX(-50%);
	}

	.transpeed .msg .tits {
		margin-bottom: 10px;
	}

	.transpeed .msg .tits span {
		font-size: 14px;
		line-height: 24px;
	}

	.transpeed .msg .txts {
		margin-bottom: 30px;
	}

	.transpeed .msg .btn {
		height: 35px;
		width: 130px;
		margin-bottom: 40px;
	}

	.transpeed .videoBox .videoImg img {
		min-height: auto;
		max-height: 300px;
		object-fit: cover;
		width: 100%;
	}

}

@media screen and (max-width:538px) {
	.transpeed {
		padding: 30px 0;
	}

	.transpeed .msg .btn {
		margin-bottom: 30px;
	}

	.transpeed .msg .txts {
		margin-bottom: 20px;
	}

	.transpeed .videoBox .playBtn::after {
		width: 90px;
		height: 90px;
	}

	.transpeed .videoBox .video {
		width: 45px;
		height: 45px;
	}
}








/* indexM3-1 */
.iProduct {
	padding: 90px 0 105px 0;
	position: relative;
}

.iProduct::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 41.1%;
	top: 0;
	left: 50%;
	transform: translateX(-33.85%) skew(157deg);
	background-color: #00895f;
	z-index: -1;

}

.iProduct .msg {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	justify-content: space-between;
}

.iProduct .msg .des {
	width: 36%;
}


.iProduct .msg .title1 {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 50px;
	line-height: 60px;
	color: #333333;
	margin-bottom: 24px;
}



.iProduct .msg .txts {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	hyphens: auto;
}

.iProduct .btns {
	display: flex;
	align-items: center;
	margin-left: 30px;
}



.iProduct .btns div {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #00895f;
	background-color: #fff;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	box-shadow: 0 0 10px rgba(200, 200, 200, .7);
}


.iProduct .btns div.next {
	margin-left: 5px;
}


.iProduct .btns div:hover {
	background-color: #313131;
	color: #ffffff;
	box-shadow: 0 0 0px rgba(200, 200, 200, .7);
}


.iProduct .image {
	overflow: hidden;
	margin-bottom: 12px;
}

.iProduct .swiper {
	margin-bottom: 36px;
}


.iProduct .swiper-slide {
	background-color: #f7f7f7;
	padding-bottom: 65px;
}

.iProduct h2 {
	font-weight: normal;
}

.iProduct .name {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	padding: 0 24px;
}


.iProduct .btn {
	width: 155px;
	height: 43px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 50px;
	color: #333333;
	margin: 0 auto;
	transform: translateX(-13px);
}


.iProduct .btn:hover {
	background-color: #313131;
	color: #fff !important;
}


@media screen and (max-width:1600px) {
	.iProduct .btn {
		transform: translateX(0);
	}

	.iProduct .name {
		font-size: 20px;
	}

	.iProduct .swiper-slide {
		padding-bottom: 40px;
	}

	.iProduct .msg .title1 {
		margin-bottom: 20px;
	}

	.iProduct .btns div.next {
		margin-left: 20px;
	}
}

@media screen and (max-width:1333px) {
	.iProduct .btns div {
		width: 40px;
		height: 40px;
	}

	.iProduct .swiper-slide {
		padding-bottom: 20px;
	}

	.iProduct .btn {
		height: 40px;
	}
}

@media screen and (max-width:999px) {
	.iProduct .msg {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:768px) {
	.iProduct .msg {
		flex-direction: column;
		align-items: flex-start;
	}

	.iProduct .btns {
		margin-left: 0;
		margin-top: 20px;
	}

	.iProduct .btns div {
		width: 35px;
		height: 35px;
		font-size: 12px;
	}

	.iProduct .msg .des {
		width: 100%;
	}

	.iProduct .msg .txts {
		color: #333;
	}

	.iProduct .name {
		padding: 0 10px;
	}

	.iProduct .btn {
		box-shadow: 0 0 10px rgba(200, 200, 200, .4);
	}
}

@media screen and (max-width:538px) {
	.iProduct .btn {
		height: 35px;
		width: 140px;
	}

	.iProduct .swiper-slide {
		padding-bottom: 10px;
	}
}


/* indexM4-1 */
.ourBlood {
	padding: 168px 0 134px 0;
	background-image: url("../images/indexm4-1.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #00895f;
	background-attachment: fixed;
	overflow: hidden;
	position: relative;
}

.ourBlood .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ourBlood .des {
	width: 37%;
	position: relative;
	z-index: 99;
}

.ourBlood::after {
	top: 0;
	left: 0;
	content: "";
	position: absolute;
	height: 100%;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, .5);
	z-index: 1;
	width: 61%;
	clip-path: polygon(0% 26%, 24.5% 0%, 40.5% 0%, 100% 100%, 0 100%);
}


.ourBlood .msg {
	width: 40.8%;
	position: relative;
	z-index: 99;
	min-height: 283px;
}



.ourBlood .des .title1 {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 50px;
	line-height: 60px;
	color: #ffffff;
	margin-bottom: 52.5px;
}

.ourBlood .des .title1:hover {
	color: #00895f;
}


.ourBlood .des .txts {
	margin-bottom: 43px;
}

.ourBlood .des .txts p {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 30px;
	hyphens: auto;
}

.ourBlood .des .txts a {
	display: inline;
	font-weight: bold;
	color: #00895f;
}

.ourBlood .des .txts a:hover {
	text-decoration: underline;
}


.ourBlood .des .txts p:last-child {
	margin-bottom: 0;
}


.ourBlood .des .btn {
	width: 155px;
	height: 43px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	color: #333333;
}



.ourBlood .des .btn:hover {
	background-color: #00895f;
	color: #fff;
}



.ourBlood .msg .title1 {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 50px;
	line-height: 60px;
	color: #ffffff;
	margin-bottom: 22px;
}

.ourBlood .msg .title1:hover {
	text-decoration: underline;
}


.ourBlood .msg .num {
	display: flex;
	align-items: center;
}


.ourBlood .msg .num i {
	color: #00895f;
	margin-right: 18px;
	flex-shrink: 0;
	font-size: 34px;
}

.ourBlood .msg .num a {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
	color: #ffffff;
	word-break: break-all;
}


.ourBlood .msg .num a:hover {
	text-decoration: underline;
}


@media screen and (max-width:1600px) {
	.ourBlood .msg {
		min-height: auto;
	}

	.ourBlood::after {
		clip-path: polygon(0% 26%, 20% 0%, 50% 0%, 100% 100%, 0 100%);
	}

	.ourBlood .msg .num a {
		font-size: 18px;
	}

	.ourBlood .msg .num i {
		font-size: 30px;
	}
}

@media screen and (max-width:1333px) {
	.ourBlood .msg {
		width: 37%;
	}

	.ourBlood .des .title1 {
		margin-bottom: 30px;
	}

	.ourBlood .des .txts p {
		margin-bottom: 20px;
	}

	.ourBlood .des .btn {
		height: 40px;
	}

	.ourBlood::after {
		width: 65%;
	}

	.ourBlood .des .title1 br {
		display: none;
	}

	.ourBlood .des {
		width: 45%;
	}
}

@media screen and (max-width:999px) {
	.ourBlood .msg .num a {
		font-size: 14px;
		line-height: 28px;
	}

	.ourBlood .msg .num i {
		font-size: 28px;
	}
}

@media screen and (max-width:768px) {
	.ourBlood .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.ourBlood .des {
		width: 100%;
	}

	.ourBlood .msg {
		width: 100%;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.ourBlood .des .title1 {
		margin-bottom: 20px;
	}

	.ourBlood .des .txts {
		margin-bottom: 30px;
	}

	.ourBlood .des .btn {
		margin-bottom: 30px;
	}

	.ourBlood .msg .title1 {
		margin-bottom: 0;
		margin-right: 40px;
	}

	.ourBlood .msg .num a {
		font-size: 16px;
		line-height: 30px;
	}

	.ourBlood .msg .num i {
		font-size: 24px;
	}
}

@media screen and (max-width:538px) {
	.ourBlood .des .txts p {
		margin-bottom: 15px;
	}

	.ourBlood .des .btn {
		height: 35px;
		width: 140px;
	}

	.ourBlood .msg .num a {
		font-size: 14px;
	}
}


/* indexM5-1 */

.msgCenter {
	padding: 76px 0 95px 0;
	overflow: hidden;
	position: relative;
}


.msgCenter::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 41.1%;
	top: 0;
	left: 50%;
	transform: translateX(-3.25%) skew(-157deg);
	background-color: #00895f;
	z-index: -1;
}





.msgCenter .btns {
	transform: translateY(7px) translateX(-2px);
}



.msgCenter .brand .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 47px;
}

.msgCenter .brand {
	margin-bottom: 75px;
}


.msgCenter .brand .title .title1 {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 50px;
	line-height: 60px;
	color: #333333;
}


.msgCenter .brand .btns {
	display: flex;
	align-items: center;
	margin-left: 30px;
}


.msgCenter .brand .btns div {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(176, 176, 176, .2);
	width: 44px;
	height: 44px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 50%;
	color: #00895f;
	cursor: pointer;
}



.msgCenter .brand .btns div.next {
	margin-left: 5px;
}



.msgCenter .brand .btns div:hover {
	background-color: #313131;
	color: #fff;
}


.msgCenter .brand .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.22);
	border-radius: 10px;
	padding: 33.5px 5px;
	transition: .3s linear color;
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 24px;
	color: #999999;
	width: auto;
	min-width: 207px;
	margin-right: 92px;
}


.msgCenter .brand .swiper-slide:hover {
	color: #00895f;
}


.msgCenter .brand .swiper {
	overflow: visible;
	clip-path: polygon(-1% -1000%, 101% -1000%, 101% 1000%, -1% 1000%);
}


/* indexM5-2 */

.newCenter .title1 {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 50px;
	line-height: 60px;
	color: #333333;
	margin-bottom: 60px;
}


.newCenter .list {
	display: flex;
	flex-wrap: wrap;
}



.newCenter .list .newItem {
	width: 32.4%;
	margin-right: 1.4%;
	background-color: transparent;
	margin-bottom: 30px;
}



.newCenter .list .newItem:nth-child(3n) {
	margin-right: 0;
}

.newCenter .newItem .msg {
	border-top: none;
	background-color: #f9f9f9;
	margin-top: 1px;
}

.newCenter .newItem:hover .msg {
	background-color: #ffffff;
}

.newCenter .newItem:hover .msg {
	border-top: none;
}

.newCenter .newItem:hover .name {
	color: #333333;
}

.newCenter .newItem:hover .time,
.newCenter .newItem:hover .txts {
	color: #666666;
}

.newCenter .newItem .name:hover {
	text-decoration: none;
}

@media screen and (max-width:1600px) {
	.msgCenter .btns {
		transform: translateY(0px);
	}

	.msgCenter .brand .swiper-slide {
		padding: 25px 5px;
		border-radius: 5px;
		margin-right: 45px;
	}

	.newCenter .title1 {
		margin-bottom: 50px;
	}

	.msgCenter .brand .btns div.prev {
		margin-right: 20px;
	}
}

@media screen and (max-width:1333px) {
	.newCenter .title1 {
		margin-bottom: 40px;
	}

	.msgCenter .brand .swiper-slide {
		padding: 20px 10px;
		border-radius: 3px;
		font-size: 20px;
	}

	.msgCenter .brand .title {
		margin-bottom: 40px;
	}

	.msgCenter .brand {
		margin-bottom: 60px;
	}

	.msgCenter .brand .btns div {
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width:999px) {
	.msgCenter .brand .swiper-slide {
		padding: 15px 10px;
		font-size: 18px;
	}

	.newCenter .list .newItem {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:768px) {
	.msgCenter .brand .title {
		margin-bottom: 30px;
	}

	.newCenter .title1 {
		margin-bottom: 30px;
	}

	.msgCenter .brand .btns div {
		width: 35px;
		height: 35px;
		font-size: 12px;
	}

	.msgCenter .brand .swiper-slide {
		padding: 10px 5px;
		font-size: 16px;
	}

	.msgCenter .brand {
		margin-bottom: 40px;
	}

	.msgCenter .brand .swiper-slide {
		margin-right: 20px;
		font-size: 14px;
	}

	.msgCenter .brand .swiper-slide {
		min-width: 100px;
	}

	.newCenter .list .newItem {
		margin-bottom: 15px;
	}
}

@media screen and (max-width:538px) {
	.newCenter .list .newItem:nth-child(n) {
		width: 48%;
		margin-right: 4%;
	}

	.newCenter .list .newItem:nth-child(2n) {
		margin-right: 0;
	}

	.msgCenter .brand {
		margin-bottom: 30px;
	}
}


@media screen and (max-width:400px) {
	.newCenter .list .newItem:nth-child(n) {
		width: 100%;
		margin-right: 0%;
	}

	.newCenter .list .newItem:last-child {
		margin-bottom: 0;
	}
}





/* ---------------------2-1Products----------------------------- */

.products {
	padding: 60px 0 123px 0;
}


.products .content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}



.products .content .con {
	width: 72.8%;
}

.products .pNav {
	width: 24.3%;
	padding: 29px 19px 39px 19px;
	border: 1px solid #00895f;
}



.products .pNav .tit {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 24px;
	line-height: 22px;
	color: #333333;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 15px;
	pointer-events: none;
}



.products .pNav .pCategory {
	margin-bottom: 34px;
}

.products .pNav .pCategory>ul {
	padding: 16px 12.5px 16px 12.5px;
}

.products .pNav .pCategory>ul>li {
	margin-bottom: 14px;
}


.products .pNav .pCategory>ul>li .rArr {
	left: -5px;
}

.products .pNav .pCategory>ul ul {
	display: none;
}

.products .pNav .pCategory li.active>ul {
	/*display: block;*/
}

.products .pNav .pCategory>ul>li.active {
	margin-bottom: -4px;
}

.products .pNav .pCategory>ul>li.active>a,
.products .pNav .pCategory>ul>li:hover>a {
	margin-left: 14.5px;
}


.products .pNav .pCategory li.active>a,
.products .pNav .pCategory li:hover>a {
	color: #00895f;
}

.products .pNav .pCategory li.active>i,
.products .pNav .pCategory li:hover>i {
	color: #00895f;
}

.products .pNav .pCategory li.active>i.rArr,
.products .pNav .pCategory li:hover>i.rArr {
	opacity: 1;
}



.products .pNav .pCategory>ul>li:last-child {
	margin-bottom: 0;
}

.products .pNav .pCategory>ul>li>ul {
	padding: 0px 0 0px 29px;
}



.products .pNav .pCategory>ul>li>ul>li {
	margin-bottom: 14px; padding:8px 0;
}


.products .pNav .pCategory>ul>li>ul>li .rArr {
	left: -19px;
}



.products .pNav .pCategory>ul>li>ul>li:last-child {
	margin-bottom: 0;
}


.products .pNav .pCategory>ul>li>ul>li>ul {
	padding: 10px 0 10px 20px;
}

.products .pNav .pCategory>ul>li>ul>li>ul>li {
	margin-bottom: 10px;
}

.products .pNav .pCategory>ul>li>ul>li>ul>li:last-child {
	margin-bottom: 0;
}



.pNav .pCategory .tit {
	position: relative;
}



.pNav .pCategory .tit .btn {
	display: none;
}



.pNav .pCategory ul li a {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}


.pNav .pCategory ul li {
	position: relative;
}


.pNav .pCategory .rArr,
.pNav .pCategory .bArr {
	position: absolute;
	color: #666666;
}


.pNav .pCategory .rArr {
	left: 0;
	z-index: 99;
	transform: rotate(-90deg);
	top: 5px;
	opacity: 0;
}

.pNav .pCategory .bArr {
	right: -12.5px;
	z-index: 99;
	font-size: 12px;
	top: 7px;
	cursor: pointer;
	/*pointer-events: none;*/
}


.pNav .pCategory ul li:hover>a {
	color: #00895f;
}



.pNav .pCategory ul li ul a {
	color: #666666;
}


.pNav .pHotProduct {
	margin-bottom: 60px;
}

.pNav .pHotProduct .tit {
	margin-bottom: 30px;
}


.pNav .pHotProduct .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	position: relative;
}








.pNav .pHotProduct .item:last-child {
	margin-bottom: 0;
}


.pNav .pHotProduct .item .image {
	width: 30%;
	overflow: hidden;
}


.pNav .pHotProduct .item .name {
	width: 63.3%;
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
}

.pNav .pHotProduct .item .name:hover {
	color: #00895f;
}


.pNav .pLatest .tit {
	margin-bottom: 22px;
}

.pNav .pLatest .item {
	background-color: #f7f7f7;
	padding: 15px 10px 12px 21px;
	margin-bottom: 20px;
}

.pNav .pLatest .item:last-child {
	margin-bottom: 0;
}




.pNav .pLatest .time {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	margin-bottom: 8px;
}

.pNav .pLatest .name {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	color: #333333;
	margin-bottom: 7px;
}


.pNav .pLatest .name:hover {
	color: #00895f;
}



.pNav .pLatest .txts {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	hyphens: auto;
}





.products .con form {
	margin-bottom: 40.5px;
}



.products .con .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 35px;
}


.products .con .list .item {
	width: 23.55%;
	margin-right: 1.933%;
	background-color: #f7f7f7;
	margin-bottom: 20px;
	position: relative;
}


.products .con .list .item .btns {
	top: 21px;
	right: 23px;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 8.5px;
	height: 8.5px;
	background-color: #ffffff;
	box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	border: solid 1px #dcdcdc;
}


.products .con .list .item .btns input {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	cursor: pointer;
	opacity: 0;
	z-index: 99;
}

.products .con .list .item .btns.active img {
	opacity: 1;
}

.products .con .list .item .btns.active {
	border: 1px solid #00895f;
}


.products .con .list .item .btns img {
	width: 11px;
	position: absolute;
	max-width: none;
	top: -8px;
	right: -4px;
	opacity: 0;
}




.products .con .list .item:nth-child(4n) {
	margin-right: 0;
}


.products .con .list .item .image {
	overflow: hidden;
}


.products .con .list .item .msg {
	border-top: 1px solid #ffffff;
	padding-top: 10px;
}



.products .con .list .item .name {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	text-align: center;
	margin-bottom: 10px;
	padding: 0 10px;
}

.products .con .list .item .name:hover {
	color: #00895f;
}

.products .con .list .item .btn {
	width: 100%;
	height: 30px;
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 14px;
	line-height: 24px;
	color: #00895f;
	display: flex;
	align-items: center;
	justify-content: center;
}


.products .con .list .item .btn:hover {
	background-color: #00895f;
	color: #ffffff;
}


.products .pNews {
	margin-bottom: 46px;
}

.products .pNews .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 31px;
}


.products .pNews .title .title1 {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
}


.products .pNews .title .btns {
	display: flex;
	align-items: center;
	transform: translateX(2px) translateY(-2px);
	margin-left: 30px;
}

.products .pNews .title .btns div {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #00895f;
	background-color: rgba(176, 176, 176, 0.2);
	cursor: pointer;
	border-radius: 50%;
	width: 43px;
	height: 43px;
	font-weight: bold;
	font-size: 14px;
}


.products .pNews .title .btns div.prev {
	margin-right: 6px;
}



.products .pNews .title .btns div:hover {
	background-color: #313131;
	color: #fff;
}


.products .pNews .swiper-slide {
	transition: .3s linear background-color;
}

.products .pNews .swiper-slide .msg {
	padding: 17px 22px 34px 22px;
}

.products .pNews .newItem .time {
	margin-bottom: 11.5px;
}


.products .pNews .newItem .name {
	margin-bottom: 9.5px;
}


.products .faq .title {
	margin-bottom: 12px;
}

@media screen and (max-width:1600px) {
	.pNav .pCategory ul li a {
		font-size: 14px;
		line-height: 24px;
	}

	.products .con .list .item .name {
		margin-bottom: 5px;
	}

	.products .pNews .title .btns div.prev {
		margin-right: 20px;
	}

	.products .pNav {
		padding: 30px 20px;
	}

	.pNav .pLatest .name,
	.pNav .pLatest .time,
	.pNav .pHotProduct .item .name {
		font-size: 16px;
		line-height: 26px;
	}

	.pNav .pLatest .txts {
		line-height: 26px;
	}

	.products .con .list .item .btns {
		width: 14px;
		height: 14px;
	}

	.products .con .list .item .btns img {
		width: 14px;
	}
}

@media screen and (max-width:1333px) {
	.products .con .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
	}

	.products .con .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.products .content .con {
		width: 65%;
	}

	.products .pNav {
		width: 32%;
	}

	.products .pNav .tit {
		font-size: 22px;
	}

	.pNav .pLatest .name,
	.pNav .pLatest .time,
	.pNav .pHotProduct .item .name {
		font-size: 14px;
		line-height: 24px;
	}

	.pNav .pLatest .txts {
		line-height: 24px;
	}

	.products .pNews .title .btns div {
		width: 40px;
		height: 40px;
	}

	.products .con .list .item .name {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:999px) {
	.pNav .pCategory .rArr {
		top: 3px;
	}

	.products .pNav .pCategory li {
		padding-right: 20px;
	}

	.products .pNav .tit {
		pointer-events: all;
	}

	.products .content {
		flex-direction: column-reverse;
	}

	.products .content .con {
		width: 100%;
	}

	.products .pNav {
		width: 100%;
		margin-top: 50px;
	}

	.products .con .list .item:nth-child(n) {
		width: 23.55%;
		margin-right: 1.933%;
	}

	.products .con .list .item:nth-child(4n) {
		margin-right: 0;
	}

	.products .con .list .item .name {
		font-size: 14px;
		line-height: 24px;
	}

	.products .con .list .item .btns {
		top: 12px;
		right: 12px;
	}

	.products .con .list .item .btn {
		height: 25px;
		font-size: 12px !important;
	}

	.products .pNews .title .btns div {
		width: 35px;
		height: 35px;
		font-size: 12px;
	}

	.pNav .pHotProduct .list {
		display: flex;
		flex-wrap: wrap;
	}

	.pNav .pHotProduct .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 10px;
	}

	.pNav .pHotProduct {
		margin-bottom: 40px;
	}

	.pNav .pHotProduct .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.products .pNews .swiper-slide .msg {
		padding: 20px 20px;
	}

	.products .pNav .pCategory ul {
		display: none;
		transition: none;
	}

	.products .pNav .pCategory li.active ul {
		display: none;
	}

	.products .pNav .pCategory>ul>li.active {
		margin-bottom: 14px;
	}

	.products .pNav .pCategory>ul>li.current {
		margin-bottom: 0;
	}

	.products .pNav .pCategory li.active>a,
	.products .pNav .pCategory li:hover>a {
		margin-left: 0;
		color: #666666;
	}

	.products .pNav .pCategory li.current>a {
		color: #00895f;
	}

	.products .pNav .pCategory>ul>li.active>a,
	.products .pNav .pCategory>ul>li:hover>a {
		margin-left: 0;
		color: #333333;
	}

	.products .pNav .pCategory>ul>li.current>a {
		margin-left: 14.5px;
		color: #00895f;
	}


	.products .pNav .pCategory li.active>i,
	.products .pNav .pCategory li:hover>i {
		color: #666666;
	}

	.products .pNav .pCategory li.current>i {
		color: #00895f;
	}

	.products .pNav .pCategory li.active>i.rArr,
	.products .pNav .pCategory li:hover>i.rArr {
		opacity: 0;
	}

	.products .pNav .pCategory li.current>i.rArr {
		opacity: 1;
	}


	.pNav .pCategory .bArr {
		width: 20px;
		height: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		top: 0px;
		z-index: 99;
		pointer-events: all;
	}

	.products .pNav .tit {
		position: relative;
	}

	.products .pNav .tit .btn {
		position: absolute;
		top: 0px;
		right: 10px;
		display: block;
		font-size: 12px;
	}

	.products .pNav .pCategory>ul {
		display: none;
		transition: none;
	}

	.products .pNav .tit.active .btn {
		transform: rotate(90deg);
		color: #00895f;
	}

}



@media screen and (max-width:768px) {
	.pNav .pCategory .rArr {
		top: 2px;
	}

	.products .con .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 20px;
	}

	.products .con .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.products .con .list {
		margin-bottom: 10px;
	}

	.pNav .pHotProduct .list .item:nth-child(n) {
		width: 49%;
		margin-right: 2%;
	}

	.pNav .pHotProduct .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.pNav .pCategory ul li a,
	.pNav .pLatest .name,
	.pNav .pLatest .time,
	.pNav .pHotProduct .item .name,
	.pNav .pLatest .txts {
		font-size: 12px;
		line-height: 22px;
	}

	.products .pNav .pCategory {
		margin-bottom: 20px;
	}

	.pNav .pHotProduct {
		margin-bottom: 30px;
	}

	.products .pNav .tit {
		font-size: 20px;
	}
}

@media screen and (max-width:538px) {
	.pNav .pCategory .rArr {
		top: 1px;
	}

	.products .con .list .item:nth-child(n) {
		width: 48%;
		margin-right: 3%;
		margin-bottom: 10px;
	}

	.products .con .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.pNav .pHotProduct .list .item:nth-child(n) {
		width: 100%;
	}

	.pNav .pHotProduct .item .image {
		width: 20%;
	}

	.pNav .pHotProduct .item .name {
		width: 75%;
	}

	.products .pNav .tit {
		font-size: 20px;
	}

	.products .pNews .swiper-slide .msg {
		padding: 15px;
	}

}




/* ---------------------2-2Products----------------------------- */

.products .productDet {
	width: 72.8%;
}


.productDet h1 {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
	margin-bottom: 6px;
	font-weight: normal;
	margin-top: -15px;
}

.productDet .txts p {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.productDet .txts a {
	display: inline;
	color: #00895f;
}

.productDet .txts a:hover {
	text-decoration: underline;
}


.productDet .txts {
	margin-bottom: 26px;
}


.productDet .btns {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 28px;
}


.productDet .btns a {
	width: 201px;
	height: 55px;
	background-color: #f7f7f7;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 20px;
	color: #333333;
	margin-right: 84px;
}

.productDet .btns a:last-child {
	margin: 0;
}


.productDet .btns a:hover {
	background-color: #00895f;
	color: #ffffff;
}


.productDet .btns a:hover i {
	color: #ffffff;
}


.productDet .btns i {
	font-size: 32px;
	margin-right: 6px;
}




.productDet .share {
	display: flex;
	align-items: center;
	margin-bottom: 59px;
}
.productDet .share a{ width:24px; height:24px; border-radius:5px; display: flex; justify-content: center;  align-items: center; margin-right:5px}
.productDet .share a img{ max-width:100%; max-height:100%;}

.productDet .share span {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 14px;
	line-height: 30px;
	color: #999999;
	margin-right: 10px;
}

.productDet .pImages {
	position: relative;
	margin-bottom: 45px;
}

.productDet .pImages .image {
	overflow: hidden;
	background-color: #ffffff;
	border: solid 1px #f7f7f7;
}

.productDet .pImages .image:hover img {
	transform: scale(1, 1);
}

.productDet .pImages .image:hover {
	border-color: #00895f;
}


.productDet .pImages .prev,
.productDet .pImages .next {
	width: 44px;
	height: 44px;
	background-color: #f7f7f7;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-weight: bold;
	font-size: 14px;
	color: #00895f;
	z-index: 999;
	border-radius: 50%;
	cursor: pointer;
}

.productDet .pImages .prev {
	left: 2px;
}

.productDet .pImages .next {
	right: 2px;
}


.productDet .pImages .prev:hover,
.productDet .pImages .next:hover {
	background-color: #313131;
	color: #ffffff;
}

.productDet .details p {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.productDet .details a {
	display: inline;
	color: #00895f;
}

.productDet .details a:hover {
	text-decoration: underline;
}


.productDet .details img {
	display: inline-block;
}


.productDet .details .title1 {
	position: relative;
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
	margin-bottom: 28px;
}

.productDet .details .title1::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 71px;
	height: 4px;
	background-color: #00895f;
	margin-bottom: -5px;
}


.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
}


.table table tr td {
	padding: 10px 31.5px;
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	height: 50px;
}

.table table tr:nth-child(2n-1) td:first-child {
	background-color: rgb(0 137 95 / 17%);
}

.table table tr:nth-child(2n-1) td {
	background-color: rgb(0 137 95 / 17%);
}





.video {
	position: relative;
	cursor: pointer;
}


.video .playBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 31px;
	height: 31px;
}


.video .playBtn::after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 69px;
	height: 69px;
	border: solid 1px rgba(0, 137, 95, 0.5);
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	border-radius: 50%;
}


.video .playBtn .circle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	border-radius: 50%;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	animation: circles 2s linear 0s infinite;
	animation-play-state: running;
	background-color: #00895f;
}




@keyframes circles {
	0% {
		transform: translateX(-50%) translateY(-50%) scale(1);
		opacity: 0;
	}

	20% {
		transform: translateX(-50%) translateY(-50%) scale(1.28);
		opacity: 0.5;
	}

	100% {
		transform: translateX(-50%) translateY(-50%) scale(2.2);
		opacity: 0;
	}
}


.productDet .description {
	margin-bottom: 38px;
}

.productDet .attributes {
	margin-bottom: 34px;
}



.productDet .attributes .title1 {
	margin-bottom: 27px;
}



.productDet .attributes .tit {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 24px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 2px;
}


.productDet .attributes .showTable {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 24px;
	line-height: 36px;
	color: #333333;
	display: block;
	cursor: pointer;
	margin-top: 22px;
}



.productDet .attributes .showTable:hover {
	color: #00895f;
}


.productDet .leadTime {
	margin-bottom: 50px;
}

.productDet .leadTime .title1 {
	margin-bottom: 46px;
}


.productDet .leadTime .table table tr:nth-child(2n) td:first-child {
	background-color: rgba(0, 137, 95, 0.05);
}

.productDet .leadTime .table table tr:nth-child(2n) td {
	background-color: rgba(0, 137, 95, 0.02);
}


.productDet .videoCon {
	margin-bottom: 42px;
}

.productDet .videoCon .title1 {
	margin-bottom: 36px;
}


.productDet .ourStrengths {
	margin-bottom: 45px;
}

.productDet .ourStrengths .title1 {
	margin-bottom: 27px;
}

.productDet .shipping {
	margin-bottom: 40px;
}

.productDet .shipping .swiperBox {
	padding: 0 69px;
	position: relative;
}


.productDet .shipping .title1 {
	margin-bottom: 31px;
}



.productDet .shipping .swiper-slide {
	border: solid 1px #f7f7f7;
}

.productDet .shipping .prev,
.productDet .shipping .next {
	width: 44px;
	height: 44px;
	background-color: #f7f7f7;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: bold;
	color: #00895f;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	cursor: pointer;
}

.productDet .shipping .prev:hover,
.productDet .shipping .next:hover {
	background-color: #313131;
	color: #fff;
}


.productDet .shipping .prev {
	left: -4px;
}


.productDet .shipping .next {
	right: 5px;
}


.productDet .pNews .title {
	margin-bottom: 26px;
}


.productDet .pNews .txts {
	margin-bottom: 0;
}

.products .productDet .pNews {
	margin-bottom: 39px;
}

.products .productDet .faq .title {
	margin-bottom: 6px;
}


@media screen and (max-width:1600px) {
	.productDet h1 {
		font-size: 34px;
		line-height: 45px;
		margin-top: 0;
		margin-bottom: 20px;
	}

	.productDet .txts {
		margin-bottom: 40px;
	}

	.productDet .btns a {
		width: 180px;
		height: 45px;
		margin-right: 20px;
		font-size: 18px;
	}

	.productDet .btns i {
		font-size: 28px;
	}

	.productDet .btns {
		margin-bottom: 30px;
	}

	.productDet .pImages .prev,
	.productDet .pImages .next,
	.productDet .shipping .prev,
	.productDet .shipping .next {
		width: 40px;
		height: 40px;
	}

	.productDet .details .title1 {
		margin-bottom: 50px !important;
	}

	.productDet .attributes .tit {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.productDet .attributes .btn {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width:1333px) {
	.products .productDet {
		width: 65%;
	}

	.productDet .details .title1 {
		margin-bottom: 40px !important;
	}

	.productDet h1 {
		font-size: 28px;
		line-height: 45px;
	}

	.productDet .btns a {
		width: 140px;
		height: 40px;
		font-size: 16px;
	}

	.productDet .btns i {
		font-size: 24px;
	}

	.table table tr td {
		height: 40px;
	}
}

@media screen and (max-width:999px) {
	.products .productDet {
		width: 100%;
	}

	.productDet .details .title1::after {
		width: 60px;
		height: 3px;
	}

	.productDet .pImages {
		padding: 0 80px;
	}

	.productDet h1 {
		font-size: 24px;
		line-height: 30px;
	}

	.productDet .txts {
		margin-bottom: 30px;
	}

	.productDet .details .title1 {
		margin-bottom: 30px !important;
	}

	.productDet .attributes .tit {
		font-size: 20px;
	}

	.productDet .pImages .prev,
	.productDet .pImages .next,
	.productDet .shipping .prev,
	.productDet .shipping .next {
		width: 35px;
		height: 35px;
		font-size: 12px;
	}

	.table table tr td {
		height: 35px;
	}

}

@media screen and (max-width:768px) {
	.productDet .pImages {
		padding: 0 60px;
	}

	.productDet .attributes .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.productDet h1 {
		font-size: 22px;
	}

	.productDet .share span {
		font-size: 12px;
		line-height: 24px;
	}

	.productDet .share {
		margin-bottom: 40px;
	}

	.productDet .attributes .showTable {
		font-size: 20px;
		line-height: 30px;
	}

	.table table tr td {
		height: 30px;
		font-size: 16px;
		line-height: 26px;
		padding: 5px 10px;
	}
}

@media screen and (max-width:538px) {
	.productDet h1 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.productDet .btns {
		margin-bottom: 20px;
	}

	.productDet .btns i {
		font-size: 18px;
	}

	.productDet .btns a {
		height: 30px;
		width: 120px;
		margin-bottom: 15px;
		font-size: 14px;
	}

	.productDet .pImages {
		padding: 0 60px;
	}

	.productDet .share {
		margin-bottom: 30px;
	}

	.details>div {
		margin-bottom: 30px !important;
	}

	.video .playBtn::after {
		width: 60px;
		height: 60px;
	}

	.productDet .pImages {
		margin-bottom: 30px;
	}

	.productDet .attributes .showTable {
		font-size: 18px;
		line-height: 28px;
	}

	.table table tr td {
		font-size: 14px;
		line-height: 24px;
	}
}

















/* ---------------------3-1Company----------------------------- */
.company {
	padding: 53px 0 55px 0;
}


.company .msg {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 56px;
}



.company .msg .title1 {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 40px;
	line-height: 48px;
	color: #333333;
	margin-bottom: 38px;
}



.company .msg .title {
	width: 38%;
}


.company .msg .txts {
	width: 59.5%;
}



.company .msg .year {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 72px;
	line-height: 80px;
	letter-spacing: 0px;
	color: rgba(51, 51, 51, 0.1);
	margin-bottom: 4px;
}

.company .msg .tit {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 30px;
	color: rgba(51, 51, 51, 0.1);
}


.company .msg .txts p {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 30px;
	hyphens: auto;
}

.company .msg .txts a {
	display: inline;
	color: #00895f;
}

.company .msg .txts a:hover {
	text-decoration: underline;
}

.company .msg .txts p:last-child {
	margin-bottom: 0;
}


.company .image {
	margin-bottom: 48px;
}

.company .des .title1 {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
	margin-bottom: 5.5px;
}

.company .des .txts p {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 30px;
}

.company .des .txts a {
	display: inline;
	color: #00895f;
}

.company .des .txts a:hover {
	text-decoration: underline;
}


.company .des .txts p:last-child {
	margin-bottom: 0;
}


@media screen and (max-width:1600px) {
	.company .msg .year {
		font-size: 60px;
		line-height: 70px;
		margin-bottom: 10px;
	}

	.company .msg .tit {
		font-size: 28px;
		line-height: 35px;
	}

	.company .des .title1 {
		margin-bottom: 20px;
	}

	.company {
		padding: 50px 0;
	}
}

@media screen and (max-width:999px) {
	.company .msg {
		flex-direction: column;
		align-items: flex-start;
	}

	.company .msg .txts {
		width: 100%;
	}

	.company .msg .title {
		width: 100%;
	}

	.company .msg .title1 {
		margin-bottom: 30px;
	}

	.company .msg .year {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 5px;
	}

	.company .msg .tit {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.company .msg .txts p,
	.company .des .txts p {
		margin-bottom: 20px;
	}

	.company .msg {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.company .msg .year {
		font-size: 32px;
		line-height: 45px;
	}

	.company .msg .tit {
		font-size: 22px;
	}

	.company .msg .title1,
	.company .msg .tit {
		margin-bottom: 20px;
	}

	.company .msg,
	.company .image {
		margin-bottom: 40px;
	}

	.company {
		padding: 40px 0;
	}

	.company .msg .txts p,
	.company .des .txts p {
		margin-bottom: 15px;
	}

}

@media screen and (max-width:538px) {

	.company .msg,
	.company .image {
		margin-bottom: 30px;
	}

	.company {
		padding: 30px 0;
	}

	.company .msg .tit {
		font-size: 20px;
	}
}


.strengths {
	padding: 47px 0 52px 0;
}


.strengths .title1 {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
	margin-bottom: 14px;
}

.strengths .list {
	display: flex;
	flex-wrap: wrap;
}



.strengths .list .item {
	width: 20%;
	margin-right: 14.65%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding: 32px 0px 66px 0px;
}


.strengths .list .item::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-18%) translateY(-50%) skewX(160deg);
	background-color: rgba(51, 51, 51, .06);
	width: 101.5%;
	height: 100%;
	z-index: -1;
	transition: .3s linear all;
}


.strengths .list .item:hover::after {
	background-color: rgba(0, 137, 95, 0.2);
}


.strengths .list .item:nth-child(3n) {
	margin-right: 0;
}


.strengths .list .image {
	width: 134px;
	height: 140px;
	margin-bottom: 33px;
	background-color: #ffffff;
	border: 1px solid #00895f;
	transform: skewX(150deg) translateX(24%);
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}


.strengths .list .image img {
	transform: skewX(-150deg);
	width: 71px;
	height: 71px;
}

.strengths .list a.image:hover img {
	transform: skewX(-150deg) scale(1.1);
}




.strengths .list .num {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 77px;
	line-height: 80px;
	color: #333333;
	margin-bottom: 4px;
	text-align: center;
}

.strengths .list .name {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 20px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 1px;
	text-align: center;
}


.strengths .list a.name:hover {
	text-decoration: underline;
}


.strengths .list .txts {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	text-align: center;
}

@media screen and (max-width:1600px) {
	.strengths .title1 {
		margin-bottom: 40px;
	}

	.strengths .list .num {
		font-size: 50px;
		line-height: 60px;
	}

	.strengths .list .image img {
		width: 60px;
		height: 60px;
	}

	.strengths .list .image {
		width: 100px;
		height: 100px;
		margin-bottom: 30px;
	}

	.strengths .list .item {
		padding: 40px 0;
	}
}

@media screen and (max-width:1333px) {
	.strengths .list .image img {
		width: 45px;
		height: 45px;
	}

	.strengths .list .image {
		width: 80px;
		height: 80px;
	}

	.strengths .list .num {
		font-size: 40px;
		line-height: 50px;
	}

	.strengths .list .item {
		padding: 30px 0;
	}
}

@media screen and (max-width:999px) {
	.strengths .list .image {
		width: 60px;
		height: 60px;
		margin-bottom: 20px;
	}

	.strengths .list .image img {
		width: 35px;
		height: 35px;
	}

	.strengths .list .num {
		font-size: 32px;
		line-height: 45px;
		margin-bottom: 0px;
	}
}

@media screen and (max-width:768px) {
	.strengths .list .item:nth-child(n) {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 30px;
		padding: 20px;
	}

	.strengths .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.strengths .list .item:last-child {
		margin-bottom: 0;
	}

	.strengths .list .image {
		transform: skewX(150deg) translateX(0%);
	}

	.strengths .list .item::after {
		transform: translateX(-50%) translateY(-50%) skewX(160deg);
		width: 60%;
	}

	.strengths .list .image img {
		width: 30px;
		height: 30px;
	}

	.strengths .list .image {
		width: 50px;
		height: 50px;
		margin-bottom: 10px;
	}

	.strengths .list .num {
		font-size: 30px;
	}

}

@media screen and (max-width:538px) {
	.strengths .list .item:nth-child(n) {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 20px;
		padding: 20px;
	}

	.strengths .list .num {
		font-size: 26px;
		line-height: 30px;
	}

	.strengths .title1 {
		margin-bottom: 30px;
	}
}





.history .title1 {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
	margin-bottom: 5px;
}



.history .txts p {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.history .txts {
	margin-bottom: 34px;
}


.history .story {
	overflow: hidden;
	margin-bottom: 62px;
}


.history .yearLine {
	position: relative;
}

.history .swiperBox {
	position: relative;
	padding: 0 9.3%;
	margin-bottom: 73px;
}

.history .swiperBox::after {
	position: absolute;
	content: "";
	height: 1px;
	border-top: 2px dashed #00895f;
	z-index: -1;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
}


.history .swiperBox .yearLine {
	clip-path: polygon(6% -1000%, 94% -1000%, 94% 1000%, 6% 1000%);
}



.history .prev,
.history .next {
	position: absolute;
	width: 26px;
	height: 26px;
	background-color: #666666;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	border-radius: 50%;
	cursor: pointer;
	font-size: 12px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}


.history .prev:hover,
.history .next:hover {
	background-color: #00895f;
}


.history .prev {
	left: 0;
}

.history .next {
	right: 0;
}



.history .story .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.history .story .swiper-slide .image {
	width: 46.642%;
}

.history .story .swiper-slide .msg {
	width: 46.95%;
	min-height: 183px;
}

.history .story .time {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 28px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 6px;
}



.history .story .des p {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 21px;
	line-height: 30px;
	color: #333333;
}


.history .yearLine .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
}


.history .yearLine .swiper-slide-thumb-active .circle {
	background-color: rgba(0, 137, 95, .2);
}

.history .yearLine .swiper-slide-thumb-active .circle div {
	background-color: #00895f;
}

.history .yearLine .swiper-slide-thumb-active .year {
	color: #00895f;
}


.history .yearLine .circle {
	width: 21px;
	height: 21px;
	background-color: rgba(153, 153, 153, 0.2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}


.history .yearLine .circle div {
	width: 11px;
	height: 11px;
	background-color: #999999;
	border-radius: 50%;
}


.history .yearLine .year {
	position: absolute;
	left: 50%;
	bottom: -35.5px;
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 24px;
	line-height: 30px;
	color: #999999;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width:1600px) {
	.history .title1 {
		margin-bottom: 30px;
	}

	.history .txts {
		margin-bottom: 40px;
	}

	.history .story .time {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.history .story .swiper-slide .msg {
		min-height: auto;
	}

	.history .story .des p {
		font-size: 18px;
		line-height: 28px;
	}

	.history .swiperBox {
		margin-bottom: 140px;
	}
}

@media screen and (max-width:1333px) {
	.history .title1 {
		margin-bottom: 20px;
	}

	.history .yearLine .year {
		font-size: 22px;
	}

	.history .swiperBox .yearLine {
		clip-path: polygon(5% -1000%, 95% -1000%, 95% 1000%, 5% 1000%);
	}

	.history .swiperBox {
		margin-bottom: 120px;
	}
}

@media screen and (max-width:999px) {
	.history .story .time {
		font-size: 22px;
	}

	.history .yearLine .year {
		font-size: 20px;
	}

	.history .prev,
	.history .next {
		width: 24px;
		height: 24px;
	}

	.history .swiperBox {
		margin-bottom: 100px;
	}
}

@media screen and (max-width:768px) {
	.history .story .swiper-slide {
		flex-direction: column;
		align-items: flex-start;
	}

	.history .story .swiper-slide .msg {
		width: 100%;
		padding: 20px 0;
	}

	.history .txts {
		margin-bottom: 30px;
	}

	.history .story {
		margin-bottom: 40px;
	}

	.history .story .swiper-slide .image {
		width: 100%;
		max-width: 600px;
	}

	.history .yearLine .year {
		font-size: 18px;
	}

	.history .yearLine .circle div {
		width: 9px;
		height: 9px;
	}

	.history .yearLine .circle {
		width: 19px;
		height: 19px;
	}
}

@media screen and (max-width:538px) {
	.history .txts {
		margin-bottom: 20px;
	}

	.history .story .time {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 5px;
	}

	.history .story {
		margin-bottom: 30px;
	}

	.history .swiperBox {
		margin-bottom: 80px;
	}
}




.factory .title1 {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
	text-align: center;
	margin-bottom: 11px;
}

.factory .btns {
	margin-bottom: 40px;
	position: relative;
}


.factory .btns .swiper {
	overflow: hidden;
}


.factory .btns .swiper-slide {
	min-width: 328px;
	width: auto;
	padding: 18px 10px;
	background-color: #f3f3f3;
	margin-right: 28px;
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 22px;
	line-height: 24px;
	color: #333333;
	text-align: center;
	cursor: pointer;
	transition: .3s linear background-color, .3s linear color;
}



.factory .btns .prev,
.factory .btns .next {
	position: absolute;
	top: 50%;
	width: 26px;
	height: 26px;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background-color: #666666;
	color: #ffffff;
	border-radius: 50%;
}



.factory .btns .prev:hover,
.factory .btns .next:hover {
	background-color: #00895f;
}

.factory .btns .prev {
	left: 0;
	transform: translateY(-50%) translateX(-130%);
}

.factory .btns .next {
	right: 0;
	transform: translateY(-50%) translateX(130%);
}


.factory .btns .swiper-slide:last-child {
	margin-right: auto;
}

.factory .btns .swiper-slide:first-child {
	margin-left: auto;
}


.factory .btns .swiper-slide.active {
	background-color: #00895f;
	color: #ffffff;
}

.factory .checks {
	margin-bottom: 39px;
}

.factory .checks .item {
	overflow: hidden;
}


.factory .image {
	margin-bottom: 30px;
}


.factory .image:last-child {
	margin-bottom: 0;
}

.factory .swiper-pagination {
	position: static;
	padding: 30px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.factory .swiper-pagination span {
	width: 21px;
	height: 21px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	background-color: transparent;
	margin: 0 11px !important;
}


.factory .swiper-pagination span::after {
	content: "";
	left: 50%;
	top: 50%;
	width: 11px;
	height: 11px;
	background-color: #999999;
	border-radius: 50%;
	top: 50%;
	left: 50%;
}


.factory .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: rgba(0, 137, 95, .2);
}


.factory .swiper-pagination span.swiper-pagination-bullet-active::after {
	background-color: #00895f;
}



.factory .prev.swiper-button-disabled,
.factory .next.swiper-button-disabled {
	display: none;
}


@media screen and (max-width:1600px) {
	.factory .title1 {
		margin-bottom: 40px;
	}

	.factory .btns .swiper-slide {
		padding: 10px 10px;
		font-size: 20px;
		margin-right: 20px;
	}

	.factory .checks {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:1333px) {
	.factory .image {
		margin-bottom: 20px;
	}

	.factory .btns .swiper-slide {
		min-width: 200px;
		font-size: 18px;
		line-height: 28px;
		padding: 5px 10px;
	}
}

@media screen and (max-width:999px) {
	.factory .btns {
		padding: 0 40px;
	}

	.factory .btns .prev,
	.factory .btns .next {
		transform: translateY(-50%);
	}

	.factory .btns .swiper-slide {
		font-size: 16px;
	}

	.factory .swiper-pagination span {
		width: 20px;
		height: 20px;
		margin: 0 8px !important;
	}

	.factory .swiper-pagination span::after {
		width: 10px;
		height: 10px;
	}

	.factory .swiper-pagination {
		padding: 24px 0;
	}
}

@media screen and (max-width:768px) {
	.factory .title1 {
		margin-bottom: 30px;
	}

	.factory .checks {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.factory .swiper-pagination {
		padding: 20px 0;
	}

	.factory .swiper-pagination span {
		margin: 0 5px !important;
	}
}














/* ---------------------3-3Company----------------------------- */
.exportTrade {
	padding: 46px 0 119px 0;
}

.exportTrade .title1 {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
	margin-bottom: 2.5px;
}

.exportTrade .txts {
	margin-bottom: 30px;
}

.exportTrade .txts p {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.exportTrade .trade {
	background-color: rgba(0, 137, 95, 0.05);
}

.exportTrade .trade .image {
	width: 50%;
	float: right;
	margin-left: 4%;
}



.exportTrade .trade .msg {
	padding: 117px 37px 100px 37px;
}

.exportTrade .trade .tit {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 30px;
	line-height: 45px;
	color: #333333;
	margin-bottom: 6px;
}

.exportTrade .trade .des p {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 30px;
	hyphens: auto;
}

.exportTrade .trade .des p:last-child {
	margin-bottom: 0;
}


.research {
	
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000000;
	padding: 112px 0 117px 0;
}


.research .tit {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 30px;
	line-height: 45px;
	color: #ffffff;
	margin-bottom: 6px;
}



.research .des p {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 30px;
	hyphens: auto;
}



.research .des p:last-child {
	margin-bottom: 0;
}


.research .msg {
	width: 64%;
	padding-left: 37px;
}


.development {
	background-color: rgba(0, 137, 95, 0.05);
}

.development .image {
	width: 50%;
	margin-right: 2.8%;
	float: left;
}


.development .msg {
	padding: 66px 70px 66px 70px;
}


.development .msg .tit {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
	margin-bottom: 1.5px;
}

.development .msg .des p {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 30px;
	hyphens: auto;
}


.development .msg .des p:last-child {
	margin-bottom: 0;
}



.provide {
	margin-top: 26px;
}

.provide .title1 {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
	margin-bottom: 1.5px;
}


.provide .des p {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.provide .des p {
	margin-bottom: 30px;
}


.provide .des p:last-child {
	margin-bottom: 0;
}

.provide .des a {
	display: inline;
	color: #00895f;
}


.provide .des a:hover {
	text-decoration: underline;
}

@media screen and (max-width:1600px) {

	.exportTrade .trade .msg,
	.development .msg {
		padding: 30px 30px;
	}

	.exportTrade .title1 {
		margin-bottom: 30px;
	}

	.research .msg {
		padding-left: 30px;
	}

	.exportTrade .trade .tit,
	.research .tit,
	.development .msg .tit {
		font-size: 28px;
		line-height: 45px;
		margin-bottom: 20px;
	}

	.provide {
		margin-top: 50px;
	}

	.exportTrade .title1 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1333px) {

	.exportTrade .trade .tit,
	.research .tit,
	.development .msg .tit {
		font-size: 24px;
		line-height: 30px;
	}
}

@media screen and (max-width:999px) {

	.exportTrade .trade .tit,
	.research .tit,
	.development .msg .tit {
		font-size: 22px;
	}

	.exportTrade .trade .des p,
	.research .des p,
	.development .msg .des p,
	.provide .des p {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:768px) {

	.exportTrade .trade .msg,
	.development .msg {
		padding: 0;
	}

	.exportTrade .trade,
	.development {
		padding: 30px 20px;
	}

	.research .msg {
		padding-left: 20px;
	}

	.provide {
		margin-top: 30px;
	}

	.exportTrade .trade .tit,
	.research .tit,
	.development .msg .tit {
		font-size: 20px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:538px) {

	.exportTrade .trade .des p,
	.research .des p,
	.development .msg .des p,
	.provide .des p {
		margin-bottom: 15px;
	}

	.exportTrade .trade .image,
	.development .image {
		width: 100%;
		float: none;
		margin: 0;
	}

	.exportTrade .trade,
	.development {
		padding: 0px;
	}

	.exportTrade .trade .msg,
	.development .msg {
		padding: 20px;
	}

	.exportTrade .trade .tit,
	.research .tit,
	.development .msg .tit {
		font-size: 18px;
	}

	.research .msg {
		width: 100%;
		padding: 0 20px;
	}
}




/* ---------------------3-4Company - Footprint----------------------------- */

.footprint {
	padding: 46px 0 105px 0;
	background-image: url("../images/footprint-bg.jpg");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.footprint .title1 {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
	margin-bottom: 2.5px;
}

.footprint .txts {
	margin-bottom: 50px;
}


.footprint .txts p {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 29.5px;
}

.footprint .txts p:last-child {
	margin-bottom: 0;
}


.footprint .txts a {
	display: inline;
	color: #00895f;
}

.footprint .txts a:hover {
	text-decoration: underline;
}


.footprint .txts img {
	display: inline-block;
}

@media screen and (max-width:1333px) {
	.footprint .title1 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:999px) {
	.footprint .title1 {
		margin-bottom: 20px;
	}

	.footprint .txts p {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:768px) {
	.footprint .title1 {
		margin-bottom: 15px;
	}

	.footprint .txts {
		margin-bottom: 40px;
	}

}

@media screen and (max-width:538px) {
	.footprint .txts p {
		margin-bottom: 10px;
	}

	.footprint .txts {
		margin-bottom: 30px;
	}
}

.cInfomation {
	overflow: hidden;
}

.cInfomation .msg {
	position: relative;
}

.cInfomation .msg::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-55%) translateY(-50%) skewX(156.5deg);
	content: "";
	height: 300%;
	width: 133.2%;
	background-color: rgba(0, 137, 95, .85);
}


.cInfomation .msg div {
	z-index: 99;
	position: relative;
}


@media screen and (max-width:538px) {
	.cInfomation .msg::after {
		display: none;
	}
}






/* ---------------------4-1Innovation - Quality----------------------------- */

.quality {
	padding: 51px 0 70px 0;
}

.quality .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 41px;
}


.quality .title .title1 {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 40px;
	line-height: 48px;
	color: #333333;
	width: 40%;
}

.quality .title .txts {
	width: 58.6%;
}

.quality .title .txts p {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 30px;
	hyphens: auto;
}


.quality .title .txts p:last-child {
	margin-bottom: 0;
}


.quality .title .txts a {
	display: inline;
	color: #00895f;
}


.quality .title .txts a:hover {
	text-decoration: underline;
}

.measures .title1 {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
	margin-bottom: 26px;
	text-align: center;
}

.measures .list {
	position: relative;
	padding: 67px 0 112px 0;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}


.measures .list::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	width: 200%;
	background-color: #00895f;
	top: 0;
	z-index: -1;
}

.measures .list .item {
	display: flex;
	flex-direction: column;
	align-items: center;
}



.measures .list .item .image {
	width: 40px;
	height: 40px;
	margin-bottom: 13px;
}


.measures .list .item .msg p {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
}



.measures .list .item:nth-child(1) {
	width: 20%;
	margin-right: 13.7%;
	margin-left: auto;
}

.measures .list .item:nth-child(2) {
	width: 20%;
	margin-right: 11.55%;
}

.measures .list .item:nth-child(3) {
	width: 20%;
	margin-right: auto;
}

.quality .con {
	margin-top: 26px;
}

.quality .con .list {
	margin-bottom: 3px;
}

.quality .con .list .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #00895f;
	padding: 21px 0;
}

.quality .con .list .item:last-child {
	border-bottom: none;
}



.quality .con .list .item .name {
	position: relative;
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
	min-height: 60px;
	width: 239px;
	flex-shrink: 0;
	margin-right: 30px;
	text-align: center;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
}

.quality .con .list .item .name::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background-color: #00895f;
	z-index: -1;
	transform: skewX(160deg);
}



.quality .con .list .item .msg {
	width: 75.7%;
}

.quality .con .list .item .msg p {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	hyphens: auto;
}


.quality .con .list2 {
	width: 75.8%;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
}


.quality .con .list2 .item {
	width: 31.4%;
	margin-right: 2.9%;
	background-color: #f5f5f5;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 34px 15px 42px 15px;
}

.quality .con .list2 .item:hover {
	background-color: #00895f;
}

.quality .con .list2 .item:hover .tit,
.quality .con .list2 .item:hover .txts p {
	color: #fff;
}


.quality .con .list2 .item:nth-child(3n) {
	margin-right: 0;
}


.quality .con .list2 .item .tit {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 14px;
}


.quality .con .list2 .item .txts p {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	hyphens: auto;
	text-align: center;
}


@media screen and (max-width:1600px) {
	.measures .list .item:nth-child(n) {
		width: 32%;
		margin-right: 0;
		margin-left: 0;
	}

	.measures .list {
		justify-content: space-between;
	}

	.quality .title {
		margin-bottom: 60px;
	}

	.measures .title1 {
		margin-bottom: 30px;
	}

	.quality .con .list .item {
		padding: 30px 0;
	}

	.quality .con .list .item .name {
		font-size: 20px;
		width: 200px;
	}

	.quality .con .list2 .item {
		width: 32%;
		margin-right: 2%;
		padding: 20px 15px;
	}

	.quality .con .list2 .item .tit {
		font-size: 18px;
		margin-bottom: 10px;
	}

}

@media screen and (max-width:999px) {
	.quality .title {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 50px;
	}

	.quality .title .title1 {
		width: 100%;
		margin-bottom: 30px;
	}

	.quality .title .txts {
		width: 100%;
	}

	.quality .title .txts p {
		margin-bottom: 20px;
	}

	.measures .list .item .image {
		width: 35px;
		height: 35px;
		margin-bottom: 20px;
	}

	.quality .con .list .item {
		flex-direction: column;
		align-items: flex-start;
	}

	.quality .con .list .item .msg {
		width: 100%;
	}

	.quality .con .list .item .name {
		width: auto;
		height: auto;
		min-height: auto;
		padding: 3px 10px;
		margin-bottom: 20px;
	}

	.quality .con {
		margin-top: 0;
	}

	.quality .con .list2 {
		width: 100%;
		margin-left: 0;
	}

	.quality .con .list .item .name {
		font-size: 16px;
		line-height: 28px;
	}

}

@media screen and (max-width:768px) {
	.quality .title .title1 {
		margin-bottom: 20px;
	}

	.quality .title {
		margin-bottom: 40px;
	}

	.measures .list .item:nth-child(n) {
		width: 48%;
		margin-bottom: 20px;
	}


	.measures .list .item .image {
		width: 30px;
		height: 30px;
		margin-bottom: 10px;
	}

	.quality .con .list2 .item:nth-child(n) {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
	}

	.quality .con .list2 .item:nth-child(2n) {
		margin-right: 0;
	}

	.quality .con .list .item .name {
		font-size: 14px;
		line-height: 26px;
	}

	.quality .con .list2 .item .tit {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:538px) {
	.quality .title .txts p {
		margin-bottom: 15px;
	}

	.quality .title {
		margin-bottom: 30px;
	}

	.measures .list .item .image {
		width: 26px;
		height: 26px;
	}

	.quality .con .list2 .item:nth-child(n),
	.measures .list .item:nth-child(n) {
		width: 100%;
		margin-right: 0;
	}

	.measures .list .item:nth-child(n) {
		margin-bottom: 20px;
	}

	.measures .list .item:last-child {
		margin-bottom: 0;
	}
}





/* ---------------------4-2Innovation - ReamanuFacturing----------------------------- */

.technology {
	padding: 56px 0 57px 0;
}


.technology .title {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 23px;
}

.technology .con p {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	hyphens: auto;
}

.technology .con .list {
	padding: 52px 0 52px 0;
}



.technology .con .list .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}


.technology .con .list .item:nth-child(2n) {
	flex-direction: row-reverse;
}



.technology .con .list .item:last-child {
	margin-bottom: 0;
}


.technology .con .list .item .image {
	width: 50%;
}

.technology .con .list .item .image img {
	display: block;
}


.technology .con .list .txts {
	width: 47.1%;
}


.technology .con a {
	display: inline;
	color: #00895f;
}


.technology .con a:hover {
	text-decoration: underline;
}


.technology .con img {
	display: inline;
}



@media screen and (max-width:1333px) {
	.technology .con .list {
		padding: 40px 0;
	}

	.technology .title {
		font-size: 22px;
	}
}

@media screen and (max-width:999px) {
	.technology .title {
		font-size: 20px;
	}
}

@media screen and (max-width:768px) {
	.technology .con .list .item:nth-child(n) {
		flex-direction: column;
	}

	.technology .con .list .txts {
		width: 100%;
		margin: 0;
	}

	.technology .con .list .item .image {
		width: 100%;
		max-width: 700px;
		margin-bottom: 20px;
	}

	.technology .con .list {
		padding: 30px 0;
	}

	.technology .title {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:538px) {
	.technology .con .list {
		padding: 20px 0;
	}
}




/* ---------------------4-3Innovation - Team----------------------------- */

.team {
	padding: 48px 0 40px 0;
}


.team .title1 {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
	margin-bottom: 4.5px;
	text-align: center;
}


.team .tit1 {
	margin-bottom: 20px;
}


.team .des {
	margin-bottom: 56px;
}

.team .des p {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #666666;
	hyphens: auto;

}

.team .des a {
	display: inline;
	color: #00895f;
}

.team .des a:hover {
	text-decoration: underline;
}





.team .list .item .image {
	width: 50%;
	display: block;
}

.team .list .item {
	position: relative;
}

.team .list .item:nth-child(2n-1) {
	padding: 70px 0 60px 0;
}

.team .list .item:nth-child(2n) {
	padding: 60px 0 51px 0;
}

.team .list .item:nth-child(2n-1)::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 200%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #f3f3f3;
	z-index: -1;
	top: 0;
}

.team .con p {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.team .con a {
	display: inline;
	color: #00895f;
}


.team .con a:hover {
	text-decoration: underline;
}

.team .con img {
	display: inline;
}




.team .list .item:nth-child(2n-1) .image {
	float: right;
	margin-left: 3%;
}

.team .list .item:nth-child(2n) .image {
	float: left;
	margin-right: 3%;
}



.team .list .item .txts {
	padding: 6px 0;
}

.team .list .item .txts p {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 30px;
	text-align: left;
	color: #666666;
	hyphens: auto;
}


.team .list .item .txts p:last-child {
	margin-bottom: 0;
}

.team .list .item .txts a {
	display: inline;
	color: #00895f;
}

.team .list .item .txts a:hover {
	text-decoration: underline;
}


@media screen and (max-width:1600px) {
	.team .list .item:nth-child(n) {
		padding: 50px 0;
	}

	.team {
		padding: 50px 0;
	}

	.team .list .item:nth-child(n) .txts {
		padding: 10px 0;
	}

	.team .list .item .txts p {
		margin-bottom: 20px;
	}

	.team .title1 {
		margin-bottom: 20px;
	}

	.team .des {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1333px) {
	.team .list .item:nth-child(n) {
		padding: 40px 0;
	}

	.team {
		padding: 40px 0;
	}

	.team .des {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.team .list .item:nth-child(n) {
		padding: 30px 0;
	}
}

@media screen and (max-width:768px) {
	.team .des {
		margin-bottom: 30px;
	}

	.team .list .item:nth-child(n) .image {
		width: 100%;
		max-width: 700px;
		margin-bottom: 10px;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}

	.team .title1 {
		margin-bottom: 10px;
	}

	.team .list .item:nth-child(n) {
		padding: 20px 0;
	}


}

@media screen and (max-width:538px) {
	.team .list .item .txts p {
		margin-bottom: 10px;
	}

	.team {
		padding: 30px 0;
	}
}







/* certificate */

.certificate .title1 {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
	margin-bottom: 21px;
	text-align: center;
}


.certificate .con {
	background-image: url("../images/certificate-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 57px 0 47px 0;
	height: 500px;
	position: relative;
}

.certificate .con .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}


.certificate .shadow {
	margin-bottom: 10px;
}

.certificate .name {
	padding: 0 10px;
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
}

.certificate .swiper-slide .swiper {
	margin-left: 0;
	margin-right: 0;
}


.certificate .swiper-slide.swiper-slide-active .name {
	font-size: 21px;
}

.certificate .swiper-wrapper {
	align-items: flex-end;
}


.certificate .swiper-slide .image img {
	-webkit-user-select: none;
	-moz-user-select: none;
}


.certificate .swiper-slide .image {
	position: relative;
}


.certificate .swiper-slide .image:hover .big {
	opacity: 1;
}


.certificate .swiper-slide:nth-child(5n-3) {
	width: 18.7%;
}









.certificate .big {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 83%;
	height: 87%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 137, 95, .9);
	transform: translateX(-50%) translateY(-50%);
	color: #ffffff;
	font-size: 16px;
	opacity: 0;
}







.pum1 .box {
	position: relative;
	margin: auto;
	max-width: 1400px;
}


.pum1 .box ul {
	position: relative;
	margin: auto;
	height: 354px;
}


.pum1 .box li {
	position: absolute;
	width: 0;
	height: 0;
	z-index: 0;
	cursor: pointer;
	-moz-box-sizing: content-box;
	box-sizing: content-box !important;
	transition: none;
}

.pum1 .box li a {
	display: block;
	overflow: hidden;
	position: relative;
}

.pum1 .box li a:hover .big {
	opacity: 1;
}

.pum1 .box li:nth-child(3) img {
	opacity: 1;
}

.pum1 .box li>span {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 30px;
	position: absolute;
	width: 100%;
	margin: auto;
	left: 0px;
	top: 455px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

.pum1 .box .prev,
.pum1 .box .next {
	position: absolute;
	width: 43px;
	height: 43px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	top: 48.8%;
	z-index: 99;
	cursor: pointer;
	color: #00895f;
	font-size: 14px;
	font-weight: bold;
}



.pum1 .box .prev:hover,
.pum1 .box .next:hover {
	background-color: #313131;
	color: #ffffff;
}

.pum1 .box .prev {
	left: 34.7%;
}


.pum1 .box .next {
	right: 35.7%;
}



.pum1 #copyright {
	padding-top: 10px;
	text-align: center;
	border: 1px solid
}


.pum1 .famain {
	padding-top: 29px;
	padding-bottom: 90px;
}

.pum1 .famain .subNav2 {
	padding-top: 11px;
	padding-bottom: 11px;
}

.pum1 .famain .navContent2 {
	padding-top: 32px;
	padding-bottom: 33px;
}

.pum1 a:hover img {
	transform: scale(1, 1);
}



.pum1 .box li .name {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	margin-top: -2px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.pum1 .box li .shadow {
	width: 100%;
	margin-top: -1px;
}

.pum1 .box li:nth-child(4) .name {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 21px;
	line-height: 28px;
	color: #333333;
	margin-top: -10px;
}




@media screen and (max-width: 1600px) {
	.pum1 .box li .name {
		margin-top: 5px;
	}

	.pum1 .box .prev {
		left: 0px;
	}

	.pum1 .box .next {
		right: 0px;
	}


	.pum1 .box {
		margin-top: 0px;
		padding: 0px;
		width: auto;
	}


	.pum1 .img-scroll7 {
		position: relative;
		width: 100%;
		z-index: 9
	}

	.pum1 .img-list7 {
		position: relative;
		overflow: hidden;
		z-index: 90;
		margin: 0 80px;
	}

	.pum1 .img-list7 ul {
		transition: none;
		width: 10000% !important;
		height: auto !important;
	}


	.pum1 .box li {
		position: relative;
		left: auto;
		top: auto;
		width: 0.18% !important;
		height: auto !important;
		padding: 0px;
	}

	.pum1 .img-list7 li {
		float: left;
		display: inline;
		margin-right: 0.025% !important;
		margin-left: auto;
	}


	.pum1 .box .prev,
	.pum1 .box .next {
		top: 50%;
		transform: translateY(-50%);
	}


	.pum1 .box li:nth-child(4) .name {
		font-size: 16px;
		line-height: 28px;
		color: #333333;
		margin-top: -2px;
	}

	.certificate .con {
		padding: 60px 0;
		height: auto;
	}

}





@media screen and (max-width: 1333px) {
	.certificate .con {
		padding: 50px 0;
	}

	.pum1 .box li {
		width: 0.22% !important;
	}

	.pum1 .img-list7 li {
		float: left;
		margin-right: 0.04% !important;
		margin-left: auto;
	}

	.pum1 .box li .name {
		margin-top: 0;
	}

	.pum1 .box .prev,
	.pum1 .box .next {
		width: 35px;
		height: 35px;
		font-size: 12px;
	}
}


@media screen and (max-width: 999px) {
	.pum1 .box li {
		width: 0.30% !important;
	}

	.pum1 .img-list7 li {
		float: left;
		margin-right: 0.05% !important;
		margin-left: auto;
	}
}

@media screen and (max-width: 768px) {
	.certificate .con {
		padding: 40px 0;
	}

	.pum1 .box li .name {
		font-size: 14px;
		line-height: 24px;
	}

	.pum1 .img-list7 {
		margin: 0 60px;
	}
}

@media screen and (max-width: 538px) {
	.pum1 .box li {
		width: 0.48% !important;
	}

	.pum1 .img-list7 li {
		float: left;
		margin-right: 0.04% !important;
		margin-left: auto;
	}

	.pum1 .img-list7 {
		margin: 0 50px;
	}
}


@media screen and (max-width: 400px) {
	.pum1 .box li {
		width: 1% !important;
	}

	.pum1 .img-list7 li {
		float: left;
		margin-right: 0% !important;
		margin-left: auto;
	}

	.pum1 .img-list7 {
		margin: 0 60px;
	}
}








/* 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);
	-webkit-user-select: none;
	-moz-user-select: none;
}

#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: Verdana, Geneva, 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)
	}
}



/* ---------------------5-1Service----------------------------- */
.service {
	padding: 52px 0 30px 0;
}

.service .title1 {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
	margin-bottom: 4.5px;
	text-align: center;
}


.service .txts {
	margin-bottom: 35px;
	width: 81%;
	margin-left: auto;
	margin-right: auto;
}

.service .txts p {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	text-align: center;
	hyphens: auto;
}

.service .txts a {
	display: inline;
	color: #00895f;
}

.service .txts a:hover {
	text-decoration: underline;
}

.service .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


.service .list .item {
	width: 31.857%;
	margin-right: 2.2145%;
	display: flex;
	flex-direction: column;
	align-items: center;
	border: solid 1px #f3f3f3;
	margin-bottom: 30px;
	padding: 66px 40px 57px 40px;
}

.service .list .item:hover {
	border: solid 1px #00895f;
}

.service .list .item:hover .title {
	color: #00895f;
}

.service .list .item:nth-child(3n) {
	margin-right: 0;
}

.service .list .item:nth-child(5n),
.service .list .item:nth-child(5n-1) {
	width: 48.89%;
}

.service .list .item:last-child {
	margin-right: 0;
}

.service .list .item:hover .image {
	filter: grayscale(0%) brightness(100%);
}

.service .list .image {
	width: 80px;
	height: 80px;
	margin-bottom: 25px;
	filter: grayscale(100%) brightness(200%);
}

.service .list .title {
	text-align: center;
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 24px;
	line-height: 30px;
	color: #333333;
}

.service .list .title:hover {
	text-decoration: underline;
}



.sHotProduct {
	padding: 50px 0 125px 0;
}

@media screen and (max-width:1600px) {
	.service .title1 {
		margin-bottom: 30px;
	}

	.service .txts {
		width: 90%;
		margin-bottom: 50px;
	}

	.service .list .image {
		width: 60px;
		height: 60px;
	}

	.service .list .item {
		padding: 50px 30px;
	}

	.service .list .title {
		font-size: 22px;
	}
}

@media screen and (max-width:1333px) {
	.service .title1 {
		margin-bottom: 20px;
	}

	.service .txts {
		margin-bottom: 40px;
	}

	.service .list .item {
		padding: 30px 20px;
		margin-bottom: 20px;
	}

	.service .list .image {
		width: 50px;
		height: 50px;
		margin-bottom: 20px;
	}

	.service .list .title {
		font-size: 20px;
	}
}

@media screen and (max-width:999px) {
	.service .list .image {
		width: 40px;
		height: 40px;
		margin-bottom: 20px;
	}

	.service .list .title {
		font-size: 18px;
		line-height: 28px;
	}

	.service .list .item {
		padding: 20px 10px;
		margin-bottom: 15px;
	}
}

@media screen and (max-width:768px) {
	.service .txts {
		margin-bottom: 30px;
	}

	.service .list {
		justify-content: flex-start;
	}

	.service .list .image {
		width: 35px;
		height: 35px;
		margin-bottom: 15px;
	}

	.service .list .title {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:538px) {
	.service .list .item:nth-child(n) {
		width: 49%;
		margin-right: 2%;
	}

	.service .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.service .list .image {
		width: 30px;
		height: 30px;
		margin-bottom: 10px;
	}

	.service .list .title {
		font-size: 14px;
		line-height: 24px;
	}

	.service .list .item {
		padding: 10px;
		margin-bottom: 10px;
	}

	.service .txts {
		width: 100%;
	}
}







/* ---------------------5-1Service - Detail----------------------------- */

.serviceDet {
	padding: 52px 0 63px 0;
}

.serviceDet .title1 {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
	text-align: center;
	margin-bottom: 4.5px;
}

.serviceDet .txts {
	margin-bottom: 25px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.serviceDet .txts p {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	text-align: center;
	hyphens: auto;
}

.serviceDet .txts a {
	display: inline;
	color: #00895f;
}

.serviceDet .txts a:hover {
	text-decoration: underline;
}

.serviceFaq {
	padding: 49px 0 62px 0;
}


@media screen and (max-width:1333px) {
	.serviceDet .title1 {
		margin-bottom: 20px;
	}

	.serviceDet .txts {
		width: 90%;
	}
}

@media screen and (max-width:538px) {
	.serviceDet .title1 {
		margin-bottom: 10px;
	}

	.serviceDet .txts {
		width: 100%;
	}
}







/* hotNews */

.hotNews {
	background-color: #f3f3f3;
	padding: 58px 0 73px 0;
}

.hotNews .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 11px;
}


.hotNews .title .title1 {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
	text-transform: uppercase;
}


.hotNews .title .btns {
	display: flex;
	align-items: center;
	transform: translateY(-2px);
	margin-left: 30px;
}

.hotNews .title .btns div {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: rgba(176, 176, 176, .2);
	color: #00895f;
	cursor: pointer;
	width: 45px;
	height: 45px;
	font-weight: bold;
}

.hotNews .title .btns div.prev {
	margin-right: 5px;
}

.hotNews .title .btns div:hover {
	background-color: #313131;
	color: #ffffff;
}


.hotNews .swiper-slide {
	transition: .3s linear background-color;
}

.hotNews .newItem:hover {
	background-color: #ffffff;
}



.hotNews .newItem:hover p.time,
.hotNews .newItem:hover .txts {
	color: #666666;
}


.hotNews .newItem:hover a {
	color: #333333;
}


.hotNews .newItem a.name:hover {
	color: #00895f;
	text-decoration: none;
}


@media screen and (max-width:1600px) {
	.hotNews .title {
		margin-bottom: 40px;
	}

	.hotNews .title .btns {
		transform: translateY(0);
	}

	.hotNews .title .btns div.prev {
		margin-right: 20px;
	}
}

@media screen and (max-width:1333px) {
	.hotNews .title .btns div {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}
}

@media screen and (max-width:999px) {
	.hotNews .title .btns div {
		width: 35px;
		height: 35px;
		font-size: 12px;
	}

	.hotNews .title {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.hotNews .title .btns div.prev {
		margin-right: 10px;
	}

}



/* ---------------------6-1Resource----------------------------- */



.news {
	padding: 62px 0 53px 0;
}

.news .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 37px;
}


.news .list .newItem {
	width: 32.4%;
	margin-right: 1.4%;
	margin-bottom: 20px;
}

.news .list .newItem:nth-child(3n) {
	margin-right: 0;
}


@media screen and (max-width:1333px) {
	.news .list {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:768px) {
	.news .list .newItem:nth-child(n) {
		width: 49%;
		margin-right: 2%;
	}

	.news .list .newItem:nth-child(2n) {
		margin-right: 0;
	}

	.news .list {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:400px) {
	.news .list .newItem:nth-child(n) {
		width: 100%;
		margin-right: 0%;
	}

	.news .list .newItem:last-child {
		margin-bottom: 0;
	}
}


/* informatin */

.informatin {
	padding: 75px 0 108px 0;
	
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, .92);
	background-attachment: fixed;
}


.informatin .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.informatin .msg {
	width: 42%;
}

.informatin .title1 {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 38px;
	line-height: 45px;
	color: #ffffff;
	margin-bottom: 20px;
}

.informatin .txts {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 14px;
	line-height: 26px;
	color: #ffffff;
}

.informatin .btn {
	display: flex;
	align-items: center;
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
}


.informatin .btn i {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background-color: #ffffff;
	border-radius: 24px;
	color: #00895f;
	margin-right: 15.5px;
	font-size: 18px;
	font-weight: bold;
}


.informatin .btn:hover i {
	background-color: #00895f;
	color: #fff;
	margin-right: 20px;
}

.informatin .btn:hover {
	color: #00895f;
}



@media screen and (max-width:1333px) {
	.informatin .msg {
		width: 60%;
	}

	.informatin .btn i {
		width: 40px;
		height: 40px;
		font-weight: normal;
	}
}

@media screen and (max-width:999px) {
	.informatin .btn i {
		width: 35px;
		height: 35px;
		font-size: 14px;
	}

	.informatin .title1 {
		margin-bottom: 15px;
	}
}

@media screen and (max-width:768px) {
	.informatin .txts {
		font-size: 12px;
		line-height: 24px;
	}

	.informatin .btn i {
		width: 30px;
		height: 30px;
		font-size: 12px;
	}
}

@media screen and (max-width:538px) {
	.informatin .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.informatin .msg {
		width: 100%;
	}

	.informatin .txts {
		margin-bottom: 20px;
	}

}


/* faq */
.newFaq {
	padding: 48px 0 119px 0;
}


.faq .title {
	display: flex;
	align-items: center;
	margin-bottom: 17px;
	justify-content: space-between;
}


.faq .title .title1 {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
}


.faq .title .btns {
	display: flex;
	align-content: center;
	margin-left: 30px;
}

.faq .title .btns div {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 44px;
	height: 44px;
	background-color: rgba(176, 176, 176, 0.2);
	border-radius: 50%;
	font-weight: bold;
	color: #00895f;
	flex-shrink: 0;
	font-size: 14px;
}



.faq .title .btns div:hover {
	background-color: #313131;
	color: #ffffff;
}



.faq .title .btns div.prev {
	margin-right: 5px;
}

.faq .item {
	margin-bottom: 16px;
}

.faq .item.active {
	margin-bottom: -8px;
}


.faq .swiper-slide .item:last-child {
	margin-bottom: 0;
}



/*.faq .swiper-slide .item:first-child .answer {
	display: block;
}*/

.faq .swiper-slide .item.active .question .move {
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}


.faq .answer {
	padding: 19px 11px 19px 11px;
}

@media screen and (max-width:1600px) {
	.faq .title {
		margin-bottom: 40px;
	}

	.faq .title .btns div.prev {
		margin-right: 20px;
	}

	.faq .answer {
		padding: 20px 10px;
	}

	.faq .item.active {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:1333px) {
	.faq .title .btns div {
		width: 40px;
		height: 40px;
	}

}

@media screen and (max-width:999px) {
	.faq .title .btns div {
		width: 35px;
		height: 35px;
		font-size: 12px;
	}
}

@media screen and (max-width:768px) {
	.faq .title {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.faq .title .btns div.prev {
		margin-right: 15px;
	}
}






/* ---------------------6-1Resource - Detail----------------------------- */



.newDet {
	padding: 45px 0 125px 0;
}


.newDet .con h1 {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 40px;
	line-height: 50px;
	color: #333333;
	margin-bottom: 18.5px;
	font-weight: normal;
}


.newDet .con .tips {
	display: flex;
	align-items: center;
	margin-bottom: 14px;
}



.newDet .con .tips .time {
	display: flex;
	align-items: center;
	margin-right: 30px;
}


.newDet .con .tips .time i {
	color: #00895f;
	flex-shrink: 0;
	margin-right: 8px;
	font-size: 18px;
	transform: translateY(-1px);

}

.newDet .con .tips .time p {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 26px;
	color: #00895f;
}


.newDet .con .tips .share {
	display: flex;
	align-items: center;
}

.newDet .con .tips .share span {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	margin-right: 9px;
}



.newDet .dets {
	padding: 31px 0 24px 0;
	border-top: 2px solid rgba(212, 212, 212, .4);
	border-bottom: 2px solid rgba(212, 212, 212, .4);
	margin-bottom: 39px;
}


.newDet .prevOrNext {
	margin-bottom: 43px;
}


.newDet .dets p {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.newDet .dets a {
	display: inline;
	color: #00895f;
}

.newDet .dets a:hover {
	text-decoration: underline;
}


.newDet .dets img {
	display: inline;
}

.newDet .relatedNews {
	margin-bottom: 52px;
}

.prevOrNext {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.prevOrNext>div {
	display: flex;
	align-items: center;
	width: 49%;
}


.prevOrNext .btn {
	width: 43px;
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #00895f;
	background-color: #ebebed;
	font-size: 16px;
	flex-shrink: 0;
	border-radius: 50%;
}

.prevOrNext a.btn:hover {
	background-color: #00895f;
	color: #ffffff;
}

.prevOrNext .prev .btn {
	margin-right: 22px;
}

.prevOrNext .next .btn {
	margin-left: 22px;
}


.prevOrNext .name {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
}

.prevOrNext .next .name {
	text-align: right;
}



.prevOrNext .tit {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
}

.prevOrNext .btns {
	width: 100%;
}


.prevOrNext .next {
	justify-content: flex-end;
}

.prevOrNext .next .tit {
	text-align: right;
}


.prevOrNext a.tit:hover {
	color: #00895f;
}


@media screen and (max-width:1600px) {
	.newDet .con h1 {
		font-size: 36px;
		line-height: 45px;
	}

	.newDet .dets {
		padding: 30px 0;
	}

	.newDet .prevOrNext,
	.newDet .relatedNews {
		margin-bottom: 60px;
	}

	.prevOrNext .tit {
		line-height: 26px;
	}

	.prevOrNext .name {
		line-height: 28px;
	}

}

@media screen and (max-width:1333px) {
	.newDet .con h1 {
		font-size: 28px;
		line-height: 40px;
	}

	.prevOrNext .prev .btn {
		margin-right: 15px;
	}

	.prevOrNext .next .btn {
		margin-left: 15px;
	}
}

@media screen and (max-width:999px) {
	.newDet .con h1 {
		font-size: 24px;
		line-height: 30px;
	}

	.newDet .con .tips .share span,
	.newDet .con .tips .time p {
		font-size: 14px;
		line-height: 24px;
	}

	.newDet .dets {
		padding: 25px 0;
	}

	.newDet .con .tips {
		margin-bottom: 20px;
	}

	.newDet .prevOrNext,
	.newDet .relatedNews {
		margin-bottom: 50px;
	}

	.prevOrNext .tit {
		font-size: 14px;
		line-height: 24px;
	}

	.prevOrNext .btn {
		width: 35px;
		height: 35px;
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {

	.newDet .prevOrNext,
	.newDet .relatedNews {
		margin-bottom: 40px;
	}

	.newDet .con .tips .share span,
	.newDet .con .tips .time p {
		font-size: 12px;
		line-height: 24px;
	}

	.newDet .con h1 {
		font-size: 22px;
	}

	.newDet .prevOrNext {
		flex-direction: column;
		align-items: flex-start;
	}

	.prevOrNext>div {
		width: 100%;
	}

	.prevOrNext .next {
		justify-content: flex-start;
		flex-direction: row-reverse;
	}

	.prevOrNext .next .btn {
		margin-left: 0;
		margin-right: 15px;
	}

	.prevOrNext .next .name,
	.prevOrNext .next .tit {
		text-align: left;
	}

	.prevOrNext .prev {
		margin-bottom: 20px;
	}

	.newDet .dets {
		margin-bottom: 30px;
	}

	.prevOrNext .tit {
		font-size: 12px;
		line-height: 22px;
	}

	.prevOrNext .name {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 5px;
	}
}

@media screen and (max-width:538px) {
	.newDet .con .tips {
		flex-direction: column;
	}

	.newDet .con .tips .time {
		margin-bottom: 10px;
		margin-right: 0;
	}

	.newDet .dets {
		padding: 20px 0;
	}

}







/* related */

.relatedNews .title1 {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 17px;
	text-align: center;
}

.relatedNews .list {
	display: flex;
	flex-wrap: wrap;
}

.relatedNews .list .newItem {
	width: 32.3571%;
	margin-right: 1.46435%;
}

.newItem {
	background-color: #f9f9f9;
}



.relatedNews .list .newItem:nth-child(3n) {
	margin-right: 0;
}


.newItem .image {
	overflow: hidden;
}

.newItem:hover .msg {
	border-top: 1px solid #ffffff;
}

.newItem .msg {
	padding: 15px 23px 30px 23px;
	border-top: 1px solid #f9f9f9;
}


.newItem .time {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	margin-bottom: 9.5px;
}

.newItem:hover {
	background-color: #00895f;
}

.newItem:hover .time {
	color: #ffffff;
}


.newItem .name {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 20px;
	font-weight: bold;
	line-height: 36px;
	color: #333333;
	margin-bottom: 5.5px;
}

.newItem .name:hover {
	text-decoration: underline;
}

.newItem:hover .name {
	color: #ffffff;
}


.newItem .txts {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	hyphens: auto;
}

.newItem:hover .txts {
	color: #ffffff;
}


@media screen and (max-width:1600px) {
	.relatedNews .title1 {
		margin-bottom: 40px;
	}

	.newItem .msg {
		padding: 20px 20px 30px 20px;
	}

	.newItem .name {
		font-size: 18px;
		line-height: 30px;
	}

	.newItem .time {
		margin-bottom: 5px;
	}
}

@media screen and (max-width:999px) {
	.relatedNews .title1 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:768px) {
	.relatedNews .list .newItem:nth-child(n) {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}

	.relatedNews .list .newItem:nth-child(2n) {
		margin-right: 0;
	}

	.newItem .msg {
		padding: 10px 10px 20px 10px;
	}
}

@media screen and (max-width:400px) {
	.relatedNews .list .newItem:nth-child(n) {
		width: 100%;
		margin-right: 0;
	}

	.relatedNews .list .newItem:last-child {
		margin-bottom: 0;
	}
}











/* hotProducts */

.hotProduct .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}



.hotProduct .title .title1 {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 40px;
	line-height: 50px;
	color: #333333;
}


.hotProduct .title .btns {
	display: flex;
	align-items: center;
	margin-left: 30px;
}



.hotProduct .title .btns div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 43px;
	height: 44px;
	background-color: rgba(176, 176, 176, .2);
	color: #00895f;
	font-weight: bolder;
	font-size: 14px;
	border-radius: 50%;
	cursor: pointer;
}

.hotProduct .title .btns div:hover {
	background-color: #313131;
	color: #ffffff;
}


.hotProduct .title .btns div.prev {
	margin-right: 6px;
}


.hotProduct .image {
	overflow: hidden;
}


.hotProduct .swiper-slide {
	background-color: #f7f7f7;
}

.hotProduct .msg {
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #ffffff;
}

.hotProduct .msg .name {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	text-align: center;
}


.hotProduct .msg .name:hover {
	color: #00895f;
}




@media screen and (max-width:1333px) {
	.hotProduct .title .btns div {
		width: 40px;
		height: 40px;
	}

}

@media screen and (max-width:999px) {
	.hotProduct .title .btns div {
		width: 35px;
		height: 35px;
		font-size: 12px;
	}
}











/* ---------------------6-2Resource - DwonLoad----------------------------- */



.downLoad {
	padding: 60px 0 114px 0;
}


.downLoad .list {
	margin-bottom: 26px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.downLoad .list .item {
	width: 48.9285%;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	padding: 35px 30px 37px 18.5px;
	background-color: rgba(0, 137, 87, 0.05);
	border-radius: 10px;
}


.downLoad .list .item .sign {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #ffffff;
	color: #00895f;
	flex-shrink: 0;
	margin-right: 21px;
	border-radius: 50%;
	font-size: 32px;
}


.downLoad .list .item .sign:hover {
	box-shadow: 0 0 20px rgba(255, 255, 255, .7);
}



.downLoad .list .item .tit {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 10px;
}

.downLoad .list .item .tit:hover {
	text-decoration: underline;
}

.downLoad .list .item .txt {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	hyphens: auto;
}

.downLoad .list .item .txt:hover {
	text-decoration: underline;
}


.downLoad .list .item:hover {
	background-color: #00895f;
}


.downLoad .list .item:hover .tit {
	color: #fff;
}

.downLoad .list .item:hover .txt {
	color: #fff;
}

@media screen and (max-width:1600px) {
	.downLoad .list .item {
		padding: 30px;
	}
}

@media screen and (max-width:1333px) {
	.downLoad .list .item {
		padding: 20px;
	}

	.downLoad .list .item .tit {
		font-size: 20px;
	}
}

@media screen and (max-width:999px) {
	.downLoad .list .item .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.downLoad .list .item .sign {
		width: 50px;
		height: 50px;
		font-size: 26px;
	}

	.downLoad .list .item {
		border-radius: 10px;
	}

	.downLoad .list .item {
		margin-bottom: 25px;
	}
}

@media screen and (max-width:768px) {
	.downLoad .list .item:nth-child(n) {
		width: 100%;
	}

	.downLoad .list .item:last-child {
		margin-bottom: 0;
	}

	.downLoad .list .item .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.downLoad .list .item {
		border-radius: 5px;
	}

	.downLoad .list .item .sign {
		width: 45px;
		height: 45px;
		font-size: 24px;
	}
}

@media screen and (max-width:538px) {
	.downLoad .list .item {
		flex-direction: column;
	}

	.downLoad .list .item .sign {
		margin-bottom: 10px;
	}
}



/* ---------------------6-2Resource - FAQ----------------------------- */


.faqPage {
	padding: 60px 0 117px 0;
}



.faqPage .list {
	margin-bottom: 58px;
}


.faqPage .list .item {
	margin-bottom: 16px;
}


.faqPage .list .item:last-child {
	margin-bottom: 0px;
}


.question {
	display: flex;
	align-items: flex-start;
	background-color: #f3f3f3;
	padding: 20px 20px 20px 24px;
	cursor: pointer;
}


.question p {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	-webkit-user-select: none;
	-moz-user-select: none;
}


.question:hover {
	background-color: #00895f;
}

.question:hover p {
	color: #ffffff;
}

.question:hover .btn {
	border-color: #ffffff;
}

.question:hover .btn i {
	background-color: #ffffff;
}



.question .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: solid 2px #aaaaaa;
	position: relative;
	border-radius: 50%;
	flex-shrink: 0;
	margin-right: 20.5px;
}





.question .btn i {
	display: block;
	width: 15px;
	height: 2px;
	background-color: #aaaaaa;
}


.question .btn i.move {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%) rotate(90deg);
}



.faqPage .item.active .btn i.move {
	transform: translateY(-50%) translateX(-50%) rotate(0deg);
}

.faqPage .item.active {
	margin-bottom: 5px;
}

.faqPage .item:first-child .answer {
	display: block;
}


.answer {
	padding: 18px 11px 18px 11px;
	display: none;
	transition: none;

}


.answer p {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
}

@media screen and (max-width:1600px) {
	.answer {
		padding: 10px 10px;
	}

	.faqPage .item.active {
		margin-bottom: 16px;
	}

	.question {
		padding: 20px;
	}
}

@media screen and (max-width:1333px) {
	.question {
		padding: 16px 20px;
	}

	.faqPage .list {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.question {
		padding: 14px 20px;
	}

	.question .btn {
		width: 28px;
		height: 28px;
	}

	.question .btn i {
		width: 12px;
	}

	.faqPage .list {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.question .btn {
		width: 25px;
		height: 25px;
	}

	.question .btn i {
		width: 11px;
		height: 2px;
	}

	.question {
		padding: 10px 20px;
	}
}

@media screen and (max-width:538px) {
	.question .btn {
		margin-right: 15px;
	}
}






/* ---------------------7-1Contact Us----------------------------- */


.contactUs {
	padding: 40px 0 101px 0;
}


.contactUs .list {
	display: flex;
	align-items: flex-start;
	margin-bottom: 60px;
	justify-content: center;
}



.contactUs .list .item {
	display: flex;
	align-items: flex-start;
}


.contactUs .list .item:nth-child(1) {
	width: 34%;
	margin-right: 3.7%;
}

.contactUs .list .item:nth-child(2) {
	width: 34%;
}





.contactUs .list .item i {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 29px;
	width: 90px;
	height: 90px;
	background-color: #f2f3f5;
	color: #00895f;
	font-size: 38px;
	border-radius: 50%;
}


.contactUs .list .item .name {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 22px;
	line-height: 30px;
	color: #00895f;
	margin-bottom: 11px;
	margin-top: 5px;
}


.contactUs .list .item .num {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 30px;
	color: #6a6a6a;
}

.contactUs .list .item a.num:hover {
	text-decoration: underline;
}


.contactUs .list .item.email .num {
	word-break: break-all;
}


.contactUs .con {
	display: flex;
	justify-content: space-between;
}



.contactUs .con .map {
	width: 49.5%;
	background-color: rgba(0, 137, 95, .05);
}




.contactUs .con form {
	width: 48.571428%;
	background-color: rgba(0, 137, 95, .05);
	padding: 30px 50px 56px 50.5px;
}

.contactUs .con .title {
	margin-bottom: 23px;
}

.contactUs .con .title1 {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 40px;
	line-height: 48px;
}

.contactUs .con .tit1 {
	color: #333333;
}

.contactUs .con .tit2 {
	color: #00895f;
}



.contactUs .con ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.contactUs .con ul li {
	width: 48.45%;
	background-color: #ffffff;
	height: 59px;
	border: 1px solid rgba(230 230, 230, .8);
	margin-bottom: 21px;
	padding: 0 19px;
}



.contactUs .con ul li.message {
	width: 100%;
	padding: 16px 20px;
	height: 148px;
}


.contactUs input,
.contactUs textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
}


.contactUs input::-webkit-input-placeholder,
.contactUs textarea::-webkit-input-placeholder {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	color: #666666;
}

.contactUs input:-moz-placeholder,
.contactUs textarea:-moz-placeholder {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	color: #666666;
}

.contactUs input::-moz-placeholder,
.contactUs textarea::-moz-placeholder {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	color: #666666;
}

.contactUs input:-ms-input-placeholder,
.contactUs textarea:-ms-input-placeholder {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	color: #666666;
}

.contactUs .con ul li.codeCon {
	display: flex;
	padding: 0;
	justify-content: space-between;
	margin-bottom: 0;
}


.contactUs .con .must {
	position: relative;
}

.contactUs .con .must::after {
	position: absolute;
	content: "*";
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 20px;
	line-height: 20px;
	color: #ff0000;
	top: 21px;
	left: -14px;
}




.contactUs .codeCon input {
	flex: 1;
	padding: 0 20px;
}


.contactUs .codeCon .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	background-color: #f3fbfe;
}


.contactUs .codeCon .codeImg img {
	height: 100%;
}


.contactUs .con ul li.subBtn {
	border: none;
	margin-bottom: 0;
	padding: 0;
}





.contactUs .subBtn input {
	background-color: #00895f;
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	border: 1px solid #00895f;
}


.contactUs .subBtn input:hover {
	background-color: #fff;
	color: #00895f;
}


@media screen and (max-width:1600px) {

	.contactUs .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
	}
	
	.contactUs .list .item:last-child{
		margin-right: 0;
	}
	.contactUs .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.contactUs .list .item .name {
		margin-top: 0;
		margin-bottom: 0px;
	}

	.contactUs .list .item i {
		width: 70px;
		height: 70px;
		font-size: 30px;
		margin-right: 20px;
	}

	.contactUs .con ul li {
		height: 50px;
	}

	.contactUs .con form {
		padding: 40px;
	}

	.contactUs .con .title1 {
		font-size: 34px;
		line-height: 45px;
	}

	.contactUs .list .item .num {
		line-height: 28px;
	}

}



@media screen and (max-width:1333px) {
	.contactUs .list .item i {
		width: 60px;
		height: 60px;
		font-size: 26px;
	}

	.contactUs .list .item .name {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 5px;
	}

	.contactUs .list .item .num {
		line-height: 26px;
	}

	.contactUs .con .title1 {
		font-size: 28px;
		line-height: 40px;
	}

	.contactUs .con ul li {
		height: 40px;
		padding: 0 10px;
		margin-bottom: 15px;
	}

	.contactUs .con ul li.message,
	.contactUs .codeCon input {
		padding: 10px;
	}

	.contactUs .con form {
		padding: 30px 20px;
	}

	.contactUs .con .must::after {
		top: 15px;
		left: -12px;
		font-size: 18px;
	}

	.contactUs .con ul li.message {
		height: 130px;
	}

}

@media screen and (max-width:1400px) {
	.contactUs .con {
		flex-direction: column-reverse;
	}

	.contactUs .con form {
		width: 100%;
		margin-bottom: 30px;
	}

	.contactUs .con .map {
		width: 100%;
	}

	.contactUs .list .item i {
		margin-right: 15px;
		width: 50px;
		height: 50px;
		font-size: 24px;
	}

	.contactUs .list .item .num {
		font-size: 14px;
		line-height: 24px;
	}

	.contactUs .list .item .name {
		font-size: 16px;
		line-height: 26px;
	}

	.contactUs .list {
		margin-bottom: 40px;
	}

	.contactUs .con .title1 {
		font-size: 24px;
		line-height: 30px;
	}
}


@media screen and (max-width:768px) {
	.contactUs .list .item:nth-child(n) {
		width: 48%;
		margin-right: 2%;
		margin-bottom: 30px;
	}

	.contactUs .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.contactUs .list {
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	.contactUs .list .item i {
		font-size: 20px;
	}

	.contactUs .list .item .num {
		font-size: 12px;
		line-height: 22px;
	}

	.contactUs .con .title1 {
		font-size: 22px;
	}

}

@media screen and (max-width:538px) {
	.contactUs .list {
		margin-bottom: 30px;
	}

	.contactUs .list .item:nth-child(n) {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 30px;
	}

	.contactUs .list .item:last-child {
		margin-bottom: 0;
	}

	.contactUs .list .item i {
		width: 45px;
		height: 45px;
		font-size: 18px;
	}

	.contactUs .con ul li.codeCon {
		width: 100%;
		margin-bottom: 20px;
	}

	.contactUs .con ul li.subBtn {
		width: 100%;
	}

	.contactUs .con ul li {
		height: 35px;
	}

	.contactUs .con ul li.message {
		height: 100px;
	}

	.contactUs .con .must::after {
		font-size: 16px;
		left: -9px;
		top: 10px;
	}
}









/* dealers */
.dealers {
	padding: 57px 0 72px 0;
	background-image: url("../images/contactusm2-bg.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.dealers .title {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
	margin-bottom: 21px;
	text-align: center;
}


.dealers .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}



.dealers .list .item {
	width: 23.4285%;
	margin-right: 2.095%;
	background-color: #ffffff;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 27px 33px 25px 29.5px;
}



.dealers .list .item:nth-child(4n) {
	margin-right: 0;
}


.dealers .list .item .num {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 24px;
	line-height: 30px;
	color: #00895f;
	margin-bottom: 8px;
}


.dealers .list .item .name {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 24px;
	line-height: 30px;
	color: #333333;
}


.dealers .list .item .image {
	width: 40px;
	height: 40px;
	transform: translateY(-8px);
	flex-shrink: 0;
	margin-left: 20px;
}

.dealers .con {
	padding: 22px 0 69px 0;
	background-color: #fff;
}


.dealers .con .tit2 {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	margin-bottom: 23px;
	padding: 0 42px;
}


.dealers .con .line {
	width: 100%;
	height: 1px;
	background-color: #f5f5f5;
	margin-bottom: 22px;
}


.dealers .con .txts {
	padding: 0 50px 0 42.5px;
}


.dealers .con .txts p {
	display: flex;
	align-items: flex-start;
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 14px;
}

.dealers .con .txts p a {
	display: inline;
	color: #00895f;
}

.dealers .con .txts p a:hover {
	text-decoration: underline;
}

.dealers .con .txts p img {
	display: inline-block;
}

.dealers .con .txts p:last-child {
	margin-bottom: 0;
}


.dealers .con .txts em {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 18px;
	line-height: 30px;
	color: #00895f;
	margin-right: 8px;
	flex-shrink: 0;
	font-style: normal;
	transform: translateY(2px);
}




@media screen and (max-width:1600px) {
	.dealers .title {
		margin-bottom: 40px;
		font-size: 34px;
		line-height: 50px;
	}

	.dealers .con {
		padding: 30px 0 50px 0;
	}

	.dealers .con .tit2 {
		margin-bottom: 20px;
	}

}

@media screen and (max-width:1333px) {
	.dealers .list .item .image {
		width: 30px;
		height: 30px;
		transform: translateY(-5px);
	}

	.dealers .list .item {
		padding: 20px;
	}

	.dealers .list .item .name {
		font-size: 20px;
	}

	.dealers .list .item .num {
		font-size: 22px;
	}

	.dealers .title {
		font-size: 28px;
		line-height: 45px;
	}

	.dealers .con .tit2 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.dealers .con {
		padding: 20px 0 40px 0;
	}
}

@media screen and (max-width:999px) {
	.dealers .con .txts p {
		font-size: 14px;
		line-height: 24px;
	}

	.dealers .title {
		font-size: 24px;
		line-height: 30px;
	}

	.dealers .list .item:nth-child(n) {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}

	.dealers .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.dealers .list .item .num {
		font-size: 20px;
		margin-bottom: 0px;
	}

	.dealers .con .tit2 {
		font-size: 22px;
		line-height: 30px;
		padding: 0 30px;
	}

	.dealers .con .txts {
		padding: 0 30px;
	}

	.dealers .list {
		margin-bottom: 10px;
	}

	.dealers .con .txts em {
		font-size: 16px;
		line-height: 24px;
		transform: translateY(0);
	}


}

@media screen and (max-width:768px) {
	.dealers .list .item .name {
		font-size: 18px;
		line-height: 28px;
	}

	.dealers .title {
		font-size: 22px;
		margin-bottom: 30px;
	}

	.dealers .con .txts p {
		font-size: 12px;
		line-height: 22px;
	}

	.dealers .con .txts em {
		font-size: 14px;
		line-height: 22px;
	}

	.dealers .con .tit2 {
		font-size: 20px;
	}

	.dealers .con {
		padding: 20px 0 30px 0;
	}
}

@media screen and (max-width:538px) {
	.dealers .list .item:nth-child(n) {
		width: 100%;
		margin-right: 0;
		padding: 10px 20px;
	}

	.dealers .con .tit2 {
		padding: 0 20px;
	}

	.dealers .con .txts {
		padding: 0 20px;
	}
}


/* footer */



footer a:hover {
	color: #ffffff !important;
}

footer .fTop {
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 116px 0 30px 0;
}



footer .footerList {
	display: flex;
	align-items: flex-start;
}


footer a,
footer p {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 26px;
	color: #a1a1a1;
}


footer .title {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 47px;
	text-transform: uppercase;
}

footer a.title:hover {
	color: #00895f !important;
}

footer ul li ul li {
	margin-bottom: 10px;
}



footer .fContactUs {
	width: 20%;
	margin-right: 4.95%;
}


footer .fContactUs li {
	display: flex;
	align-items: flex-start;
}



footer .fContactUs li i {
	color: #a1aab8;
	flex-shrink: 0;
	margin-right: 10px;
	line-height: 26px;
}


footer .fContactUs li.email .num {
	word-break: break-all;
}





footer .navigation {
	width: 18.95%;
	margin-right: 2%;
}

footer .navigation .title,
footer .fProduct .title {
	margin-bottom: 39px;
}


footer .fProduct {
	width: 20%;
	margin-right: 4.15%;
}



footer .quickQuite {
	width: 29.55%;
}

footer .quickQuite .title {
	margin-bottom: 45px;
}


footer .quickQuite ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}




footer .quickQuite ul li {
	width: 48.5%;
	height: 41px;
	border-radius: 4px;
	border: solid 1px #c1c1c1;
	padding: 0 25px;
	margin-bottom: 14px;
}



footer .quickQuite ul .must {
	position: relative;
}


footer .quickQuite ul .must::after {
	content: "*";
	position: absolute;
	left: 18px;
	top: 7.5px;
	color: #ff0000;
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
}








footer .quickQuite input,
footer .quickQuite textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	color: #ffffff;
}


footer .quickQuite .message {
	width: 100%;
	padding: 7px 18px;
	height: 84px;
	margin-bottom: 15px;
}

footer .quickQuite .fcode {
	padding: 0;
	margin-bottom: 0;
	width: 75.7%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


footer .quickQuite .fcode input {
	flex: 1;
	padding: 0 25px;
}


footer .quickQuite .fcode .fCodeImg {
	flex-shrink: 0;
	cursor: pointer;
	background-color: #f3fbfe;
	height: 100%;
}

footer .quickQuite .fcode .fCodeImg img {
	height: 100%;
}





footer .quickQuite .submitBtn {
	flex-shrink: 0;
	margin-bottom: 0;
	width: 20.85%;
	height: 41px;
	border-radius: 4px;
	padding: 0;
	border-color: #00895f;
}

footer .quickQuite .submitBtn input {
	background-color: #00895f;
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 14px;
	line-height: 30px;
	color: #fefefe;
	cursor: pointer;
}

footer .quickQuite .submitBtn:hover {
	border-color: #ffffff;
}

footer .quickQuite .submitBtn:hover input {
	background-color: #ffffff;
	color: #00895f;
}

footer input::-webkit-input-placeholder,
footer textarea::-webkit-input-placeholder {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 14px !important;
	color: #afafaf;
}

footer input:-moz-placeholder,
footer textarea:-moz-placeholder {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 14px !important;
	color: #afafaf;
}

footer input::-moz-placeholder,
footer textarea::-moz-placeholder {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 14px !important;
	color: #afafaf;
}

footer input:-ms-input-placeholder,
footer textarea:-ms-input-placeholder {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 14px !important;
	color: #afafaf;
}


footer .fBottom {
	background-color: #0c0c0c;
	padding: 29px 0 29px 0;
}


footer .fBottom .con {
	display: flex;
	justify-content: space-between;
}


footer .blogrolls {
	display: flex;
	align-items: center;
	margin-right: 0px;
	margin-top: 20px;
}


footer .blogrolls a {
	font-size: 18px;
	margin-right: 27px;
	color: #a1aab8;
}
footer .blogrolls a img{ width:100%;}
footer .blogrolls a:hover img{filter: brightness(0%) contrast(200%) invert(100%) opacity(100%); }

footer .blogrolls a:last-child {
	margin-right: 0;
}


footer .blogrolls a:hover {
	color: #ffffff;
}

footer .copyright,
footer .copyright a {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 14px;
	line-height: 30px;
	color: #8b8e95;
}

footer .copyright a {
	display: inline;
}


footer .copyright a:hover {
	color: #ffffff;
}


footer .copyright img {
	display: inline;
}



footer .copyright span {
	margin: 0 5px;
}


footer .copyright i {
	font-style: normal;
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	color: #8b8e95;
}

footer .fTop {
	position: relative;
}



footer .fTop .goTop {
	position: absolute;
	right: 0;
	width: 212px;
	height: 106px;
	background-color: #00895f;
	bottom: 0;
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 30px;
	line-height: 138px;
	color: #ffffff;
	display: flex;
	justify-content: center;
	clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
	cursor: pointer;
}


footer .fTop .goTop:hover {
	background-color: #ffffff;
	color: #00895f;
}






@media screen and (max-width:1600px) {
	footer .fTop {
		padding: 60px 0;
	}

	footer .fBottom {
		padding: 30px 0;
	}

	footer .fProduct,
	footer .navigation,
	footer .fContactUs {
		margin-right: 0;
	}

	footer .footerList {
		justify-content: space-between;
	}

	footer .fTop .goTop {
		width: 150px;
		height: 80px;
		font-size: 24px;
		line-height: 100px;
	}

}

@media screen and (max-width:1333px) {
	footer .fTop {
		padding: 40px 0;
	}

	footer a,
	footer p {
		font-size: 14px;
		line-height: 24px;
	}

	footer .title {
		font-size: 20px;
		line-height: 30px;
	}

	footer .title {
		margin-bottom: 30px !important;
	}

	footer .navigation {
		width: 20%;
	}

	footer .quickQuite .fcode {
		width: 100%;
		margin-bottom: 15px;
	}

	footer .quickQuite .submitBtn {
		width: 60%;
	}

	footer .quickQuite ul li,
	footer .quickQuite .fcode input {
		padding: 0 10px;
	}

	footer .quickQuite .message {
		padding: 5px 10px;
	}

	footer .quickQuite ul .must::after {
		left: 3px;
		font-size: 14px;
	}

	footer .quickQuite ul li {
		height: 35px;
		border-radius: 3px;
	}

	footer .quickQuite .submitBtn {
		height: 35px;
	}

	footer .fBottom {
		padding: 20px 0;
	}

	footer .blogrolls a {
		font-size: 16px;
		margin-right: 20px;
	}

	footer .fTop .goTop {
		width: 120px;
		height: 60px;
		font-size: 22px;
		line-height: 80px;
	}
}

@media screen and (max-width:999px) {
	footer .fProduct, footer .navigation, footer .fContactUs{
		display: none;
	}
	footer .title{
		display: none;
	}
	footer .quickQuite ul{
		display: none;
	}
	footer .fBottom {
		padding: 20px 0 60px 0;
	}

	footer .fBottom .con {
		flex-direction: column;
		align-items: center;
	}

	footer .blogrolls {
		margin-bottom: 15px;
		margin-right: 0;
	}

	footer .copyright {
		text-align: center;
	}

	footer .copyright,
	footer .copyright a {
		font-size: 12px;
		line-height: 22px;
	}

	footer .copyright i {
		font-size: 14px;
		line-height: 22px;
	}
	footer .fTop{
		padding: 0;
	}
	footer .quickQuite{
		width: 100%;
	}
	footer .blogrolls{
		margin: 10px 0;
		width: 100%;
		justify-content: center;
	}
	footer .fTop .goTop{
		display: none;
	}
}

















/* banner2 */
.banner2 {
	position: relative;
}

.banner2 .safeRange {
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}


.banner2 .name {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 50px;
	line-height: 60px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-bottom: 18.5px;
	position: relative;
	margin-top: -6px;
}

.banner2 .name::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 70px;
	height: 4px;
	background-color: #ffffff;
}





/* crumb */
.crumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.crumb a,
.crumb i {
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 18px;
	font-style: normal;
	letter-spacing: 0px;
	color: #ffffff;
}


.crumb i {
	font-style: normal;
	margin: 0 4px;
}


.crumb a:hover {
	text-decoration: underline;
}


@media screen and (max-width:1600px) {
	.banner2 .name {
		margin-top: 0;
		font-size: 42px;
		line-height: 50px;
	}

}

@media screen and (max-width:1333px) {

	.crumb a,
	.crumb i {
		font-size: 16px;
		line-height: 26px;
	}

	.banner2 .name {
		font-size: 32px;
		line-height: 45px;
		margin-bottom: 20px;
	}

	.banner2 .name::after {
		bottom: 0;
		width: 60px;
		height: 3px;
	}
}


@media screen and (max-width:999px) {
	.crumb {
		margin-top: 40px;
	}

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 24px;
		color: #666666;
	}

	.crumb a:hover {
		color: #00895f;
	}

	.banner2 .name {
		display: none;
	}

	.banner2 .safeRange {
		position: static;
		height: auto;
		transform: translateX(0);
	}

	.banner2 {
		padding-bottom: 0 !important;
		height: auto !important;
		position: static;
	}

	.banner2 img {
		display: none;
	}
}



@media screen and (max-width:768px) {
	.crumb {
		margin-top: 30px;
	}

	.crumb a,
	.crumb i {
		font-size: 12px;
		line-height: 22px;
	}
}




/* pager */
.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.pager .pageList a {
	width: 35px;
	height: 30px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	text-align: center;
	line-height: 30px;
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 14px;
	color: #333333;
	margin: 3px 4.5px;
}


.pager .pageList a.active,
.pager .pageList a:hover {
	border-color: #00895f;
	background-color: #00895f;
	color: #ffffff;
}



.pager .pageList a.prev {
	width: 79px;
}

.pager .pageList a.next {
	width: 61px;
}






.pager .addTo {
	display: flex;
	align-items: center;
	padding: 5px 5px;
}


.pager .addTo input {
	font-family: Helvetica-Condensed-Black-Se;
	color: #ffffff;
	font-size: 16px;
	line-height: 22px;
	background-color: transparent;
	cursor: pointer;
	background-color: #00895f;
	color: #ffffff;
	padding: 0px 12px;
}

.pager .addTo input:hover {
	text-decoration: underline;
}



@media screen and (max-width:768px) {
	.pager .pageList a {
		font-size: 12px;
	}
}










/* 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: block;
	width: 65px;
	height: 71px;
	text-align: center;
	line-height: 71px;
	background-color: #f5f5f5;
	font-size: 30px;
	color: #ffffff;
	margin-bottom: 1px;
	border-radius: 10px;
}

.lianxi div:nth-child(1) a {
	color: #00aef3;
}

.lianxi div:nth-child(2) a {
	color: #1296db;
}

.lianxi div:nth-child(3) a {
	color: #3ac34c;
}

.lianxi div:nth-child(4) div {
	color: #1aa02d;
}

.lianxi .top {
	display: none;
}

.lianxi .top a {
	width: 65px;
	height: 71px;
	background-color: #f5f5f5;
	line-height: 71px;
	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 .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: #00895f;
	color: #fff;
}

.clear2 {
	display: none;
}

.weChatCode,
.weChat {
	position: relative;
}

.weChatCode img,
.weChat img {
	position: absolute;
	top: 0;
	right: 100%;
	max-width: 149px;
	display: none;
}

.weChatCode:hover>img {
	display: block;
}

.weChat {
	display: none;
}

@media screen and (max-width: 1600px) {

	.lianxi div a,
	.lianxi div div {
		width: 55px;
		height: 55px;
		line-height: 55px;
		font-size: 22px;
		border-radius: 5px;
	}

}

@media screen and (max-width: 1333px) {

	.lianxi div a,
	.lianxi div div {
		width: 45px;
		height: 45px;
		line-height: 45px;
		font-size: 20px;
		border-radius: 3px;
	}
}

@media screen and (max-width: 999px) {
	.lianxi .top {
		display: block;
	}

	.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 {
		height: 42px;
		margin: auto;
		width: 100%;
		background-color: #dfdfdf;
		color: #fff !important;
		border-radius: 0px;
		font-size: 16px;
	}

	.weChatCode {
		display: none;
	}

	.weChat {
		display: block;
	}

	.lianxi .weChat img {
		top: 0%;
		right: 50%;
		transform: translateY(100%) translateX(50%);
		display: block;
		z-index: -1;
	}

	.lianxi .weChat img.active {
		transform: translateY(-100%) translateX(50%);
	}

	.lianxi .top i {
		border-color: #fff;
	}
}



@font-face {
	font-family: "iconfont";
	/* Project id 4207786 */
	src: url('../fonts/iconfont.woff2?t=1709794406353') format('woff2'),
		url('../fonts/iconfont.woff') format('woff'),
		url('../fonts/iconfont.ttf') format('truetype');
}



@font-face {
	font-family: 'Helvetica-Condensed-Black-Se';
	src: url('../fonts/Helvetica.eot');
	src: url('../fonts/Helvetica.eot') format('embedded-opentype'),
		url('../fonts/Helvetica.woff2') format('woff2'),
		url('../fonts/Helvetica.woff') format('woff'),
		url('../fonts/Helvetica.ttf') format('truetype'),
		url('../fonts/Helvetica.svg') format('svg');
}







.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-shangsanjiao:before {
	content: "\e65f";
}

.icon-shijian1:before {
	content: "\e77c";
}

.icon-19:before {
	content: "\e629";
}

.icon-xiazai1:before {
	content: "\e675";
}

.icon-shangjiantou1:before {
	content: "\e605";
}

.icon-xiazai:before {
	content: "\e626";
}

.icon-Triangle:before {
	content: "\e6b1";
}

.icon-shangjiantou:before {
	content: "\ee3a";
}

.icon-shangjiantou-copy:before {
	content: "\f1e8";
}

.icon-jia:before {
	content: "\e604";
}

.icon-bofang:before {
	content: "\e87d";
}

.icon-duigou:before {
	content: "\e6c5";
}

.icon-duigou-cu:before {
	content: "\e658";
}

.icon-facebook-fill:before {
	content: "\e88d";
}

.icon-linkedin1:before {
	content: "\f1e7";
}

.icon-xiajiantou-copy:before {
	content: "\e652";
}

.icon-phone-call:before {
	content: "\e684";
}

.icon-xiajiantou:before {
	content: "\ee39";
}

.icon-facebook1:before {
	content: "\e60d";
}

.icon-diqiu:before {
	content: "\e6bc";
}

.icon-weizhi1:before {
	content: "\e60a";
}

.icon-dakaixinxi:before {
	content: "\e603";
}

.icon-xiangshang:before {
	content: "\e655";
}

.icon-send-sms:before {
	content: "\e8a1";
}

.icon-shijian:before {
	content: "\e60e";
}

.icon-diqiuquanqiu:before {
	content: "\e76c";
}

.icon-dianziyoujianemail71:before {
	content: "\e8e8";
}

.icon-xiaojiantou-copy-copy:before {
	content: "\eca2";
}

.icon-xiaojiantou-copy:before {
	content: "\eca3";
}

.icon-weixin:before {
	content: "\e695";
}

.icon-weixin1:before {
	content: "\e733";
}

.icon-weixin2:before {
	content: "\e82c";
}

.icon-weixin3:before {
	content: "\e8bb";
}

.icon-24gl-tags2:before {
	content: "\e87c";
}

.icon-home_fill_light:before {
	content: "\e7d8";
}

.icon-guanbi:before {
	content: "\eca0";
}

.icon-xiangxia:before {
	content: "\e601";
}

.icon-jiantou_xiangzuo_o:before {
	content: "\eb92";
}

.icon-jiantou_xiangyou_o:before {
	content: "\eb94";
}

.icon-arrow-left:before {
	content: "\ea65";
}

.icon-arrow-right:before {
	content: "\ea66";
}

.icon-sanjiao:before {
	content: "\e65a";
}

.icon-sanjiao_xia:before {
	content: "\e631";
}

.icon-sanjiaoxia:before {
	content: "\e644";
}

.icon-shipin:before {
	content: "\e619";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-twitter-new2:before {
	content: "\e800";
}

.icon-cloud-download:before {
	content: "\e7d9";
}

.icon-fankuifaqs:before {
	content: "\e7c0";
}

.icon-shijieditu:before {
	content: "\e628";
}

.icon-weixinmendian:before {
	content: "\e667";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-line-line:before {
	content: "\e765";
}

.icon-daohang:before {
	content: "\e641";
}

.icon-message2:before {
	content: "\e679";
}

.icon-phone3:before {
	content: "\e661";
}

.icon-doubleleft:before {
	content: "\e7ee";
}

.icon-doubleright:before {
	content: "\e7ef";
}

.icon-tel2:before {
	content: "\e642";
}

.icon-zhiding1:before {
	content: "\e62a";
}

.icon-line:before {
	content: "\e63f";
}

.icon-jiantou_qiehuanxiangxia:before {
	content: "\eb04";
}

.icon-facebook-:before {
	content: "\e68b";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-weizhi:before {
	content: "\e618";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-Rrl_s_145-copy:before {
	content: "\eca4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-message1:before {
	content: "\e609";
}

.icon-below-s:before {
	content: "\e627";
}

.icon-message--fill:before {
	content: "\e683";
}

.icon-phone-:before {
	content: "\e638";
}

.icon-call-add:before {
	content: "\e63e";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-Rrl_s_145:before {
	content: "\e613";
}

.icon-email2:before {
	content: "\e856";
}

.icon-zhiding:before {
	content: "\e60b";
}

.icon-yanjingshouqiyuanhu-xianxingtubiao-01:before {
	content: "\e6a1";
}

.icon-home:before {
	content: "\e624";
}

.icon-edit:before {
	content: "\e611";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-twitter:before {
	content: "\e607";
}

.icon-bigger:before {
	content: "\e647";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-up1:before {
	content: "\e72e";
}

.icon-bottom1:before {
	content: "\e72f";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-up:before {
	content: "\e73e";
}

.icon-bottom:before {
	content: "\e73f";
}

.icon-instagram:before {
	content: "\e79d";
}

.icon-tumblr:before {
	content: "\e79e";
}

.icon-download:before {
	content: "\e7a0";
}

.icon-download1:before {
	content: "\e7a7";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-contact:before {
	content: "\e7be";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-fax:before {
	content: "\e7c2";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-phone:before {
	content: "\e7c8";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-phone1:before {
	content: "\e7cb";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-contact1:before {
	content: "\e7c4";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-qq:before {
	content: "\e7ce";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-message:before {
	content: "\e7da";
}

.icon-calendar:before {
	content: "\e7e1";
}

.icon-calendar1:before {
	content: "\e7e3";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-youbian:before {
	content: "\e60f";
}

.icon-jian2:before {
	content: "\e600";
}

.icon-jia2:before {
	content: "\e608";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-bottom7:before {
	content: "\e723";
}

.icon-left7:before {
	content: "\e724";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo4:before {
	content: "\e610";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-shangchuan:before {
	content: "\e602";
}

.icon-top2:before {
	content: "\e637";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-twitter3:before {
	content: "\e7fd";
}

.icon-twitter4:before {
	content: "\e7fe";
}

.icon-xiazai1:before {
	content: "\e675";
}



/* language */

.language {
	position: relative;
}


.language .lanBtn {
	cursor: pointer;
}

.language .lanBtn:hover {
	text-decoration: underline;
}


.language ul {
	position: absolute;
	top: 120%;
	right: 0;
	background-color: #ffffff;
	padding: 10px;
	width: max-content;
	max-width: 300px;
	box-shadow: 0px 0px 12px 0px rgba(51, 51, 51, 0.2);
	display: none;
	transition: none;
}


.language ul li a {
	padding: 0 10px;
	font-family: Helvetica-Condensed-Black-Se;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}

.language ul li a:hover {
	color: #00895f;
}

.language ul li {
	margin-bottom: 5px;
}

.language ul li:last-child {
	margin-right: 0;
}

@media screen and (max-width:768px) {
	.language ul{
		top: 110%;
	}
	.language ul li a {
		font-size: 14px;
		line-height: 24px;
	}
}

.pNav .pLatest .txts a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.newItem:hover .txts a{
	color: #fff;
}
.newItem:hover .txts1 a{
	color: #00895f;
}
.pager .pageList .no:hover{
    color: #333333;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
}
.listcart{margin-top: 90px;}
.listcart a.l{float: left;}
.listcart a.r{float: right;}
.listcart a{ background:#00895f;display:inline-block;height: 34px; width:200px; line-height: 34px;cursor: pointer;border: none;overflow: hidden;color: #fff;cursor: pointer;  border:1px solid #00895f; padding-left:10px; padding-right:10px; text-align:center; margin-left:10px;}
.listcart a:hover{  border:#00895f solid 1px;background: #00895f; color:#fff!important;}
@media screen and (max-width:999px){
.listcart a{margin-left:2.5%; margin-right:2.5%; padding-left:0px; padding-right:0px ;float: none;}
.listcart{ width:100%; margin-top:50px; }
}
@media screen and (max-width:472px){
.listcart a{ width:95% !important ; float:none; overflow:hidden; margin-bottom:1rem; margin-top:1rem}
}
.none{
	font-size: 1.6rem;
	padding-bottom: 50px;
}
.newCenter .newItem:hover .txts a {
    color: #00895f;
}


.factory .checks .btns2 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}


.factory .checks .btns2 div {
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 16px;
	border-radius: 50%;
	cursor: pointer;
	background-color: #666666;
}


.factory .checks .btns2 div.prev{
	margin-right: 30px;
}


.factory .checks .btns2 div:hover{
	background-color: #00895f;
}

.factory .checks .btns2 div.swiper-button-lock{
	display: none;
}

@media screen and (max-width:1333px){
 	.factory .checks .btns2 div {
 		width: 26px;
 		height: 26px;
 		font-size: 14px;
 	}	
}
@media screen and (max-width:538px){
 	.factory .checks .btns2 div.prev{
 		margin-right: 20px;
 	}	
}


.inside_con{ padding:10px 0; min-height:300px}
.clear{ margin:0; padding:0; font-size:0; clear:both; }