@charset "utf-8";

/* common */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	border: none;
	text-decoration: none;
	transition: all .4s ease;
}

body {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	height: 100%;
	background: #fff;
	width: 100%;
	max-width: 1920px;
	background-color: #fafafa;
	overflow: hidden;
}

ul {
	list-style: none;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-size: 62.5%;
}

.image {
	display: block;
}

.image img {
	display: block;
}



a img {
	display: block;
}

img {
	border: none;
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

.standardLink a:hover {
	color: #0c776e !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
}

.standardEdit p {
	position: relative;
}

.standardEdit a {
	color: #0c776e;
}

.standardEdit a:hover {
	text-decoration: underline;
}


.standardEdit p strong {
	font-weight: bold;
}


.standardEdit video,
.standardEdit iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
}

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;
}

textarea {
	resize: none;
}

@media screen and (max-width:1333px) {

	input,
	textarea,
	select {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}
}

@media screen and (max-width:999px) {

	input,
	textarea,
	select {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}
}

.safeRange {
	max-width: 1400px;
	width: calc(100% - 120px);
	margin: 0 auto;
}

@media screen and (max-width:999px) {
	.safeRange {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:768px) {
	.safeRange {
		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:1600px) {
	.standardTxt .title1 {
		font-size: 36px !important;
		line-height: 45px !important;
	}
}

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 28px !important;
		line-height: 35px !important;
	}

	.standardTxt .title2 {
		font-size: 18px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .btn {
		font-size: 16px !important;
	}
}

@media screen and (max-width:999px) {
	.standardTxt .title1 {
		font-size: 24px !important;
		line-height: 30px !important;
	}

	.standardTxt .title2 {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 14px !important;
		line-height: 26px !important;
	}

	.standardTxt .btn {
		font-size: 14px !important;
	}

}

@media screen and (max-width:768px) {
	.standardTxt .title1 {
		font-size: 22px !important;
	}

	.standardTxt .title2 {
		font-size: 14px !important;
		line-height: 24px !important;
	}

}







.oneRow {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.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: #0c776e;
		right: 2.5%;
		top: 30px;
		transform: translateY(-50%);
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999;
	}

	header .xnav .nav span {
		display: block;
		width: 20px;
		height: 2px;
		background: #ffffff;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: 50%;
		transition: 0.8s;
		z-index: 99999991
	}

	header .xnav .nav .nav1 {
		margin-top: -1px;
	}

	header .xnav .nav .nav2 {
		margin-top: -8px;
	}

	header .xnav .nav .nav3 {
		margin-top: 6px;
	}

	header .xnav .nav:hover .nav1 {
		width: 25px;
	}

	header .xnav .navh .nav1 {
		transform: rotate(45deg)
	}

	header .xnav .navh .nav2 {
		transform: rotate(-45deg);
		width: 10px;
		margin-left: -1px;
		margin-top: -5px;
	}

	header .xnav .navh .nav3 {
		transform: rotate(-45deg);
		width: 9px;
		margin-top: 3px;
		margin-left: -8px;
	}

	header .xnav .navh:hover .nav2 {
		margin-top: -8px;
		margin-left: 7px;
	}

	header .xnav .navh:hover .nav3 {
		margin-top: 5px;
		margin-left: -12px;
	}

	header .xnav .smdaohang {
		position: fixed;
		width: 300px;
		height: 0px;
		overflow: auto;
		top: 0px;
		right: 0px;
		background: rgba(12, 119, 110, 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 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, 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');
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
	touch-action: pan-y
}

.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-3d {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
	transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
	scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
	transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-lock {
	display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move;
	touch-action: none
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}




/* ---------------------index----------------------------- */


/* allnav */


nav {
	height: 100px;
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 5px;
}



nav .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

nav.active2 {
	background-color: #fafafa;
}

nav.active {
	background-color: #ffffff;
	box-shadow: 0px 0px 12px 0px rgba(24, 98, 138, 0.2);
}

nav.active .logo{
	transform: translateY(-3px);
}

nav:hover {
	background-color: #fafafa;
}



nav .safeRange {
	max-width: 1595px;
}

nav a {
	display: block;
}

nav .logo {
	width: 88px;
	flex-shrink: 0;
	margin-right: 78px;
}


nav .logo:hover img {
	transform: scale(1, 1);
}


nav .navList {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

nav .navList>ul {
	display: flex;
	align-items: center;
}

nav .navList>ul>li {
	margin-right: 39px;
	position: relative;
}

nav .navList>ul>li:last-child {
	margin-right: 0;
}



nav .navList>ul>li::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 24px;
	height: 3px;
	background-color: #0a787a;
	border-radius: 1px;
	width: 0;
	transition: .4s ease all;
}


nav .navList>ul>li.active::after,
nav .navList>ul>li:hover::after {
	width: 29px;
}



nav .navList>ul>li>a {
	font-family: OPPOSans-R;
	font-size: 18px;
	font-weight: bold;
	line-height: 111px;
	height: 99px;
	color: #333333;
}



nav .btns {
	display: flex;
	align-items: center;
	margin-left: 34px;
}



nav .language {
	height: 90px;
	display: flex;
	align-items: center;
	position: relative;
	margin-right: 10px;
	margin-top: 14px;
}


nav .language .lanBtn {
	height: 45px;
	width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid transparent;
	font-family: OPPOSans-R;
	font-size: 18px;
	color: #0c776e;
	-webkit-user-select: none;
	-moz-user-select: none;
}

nav .language .lanBtn:hover {
	border-color: #0c776e;
}



nav .language ul {
	position: absolute;
	top: calc(100% - 5px);
	left: 50%;
	transform: translateX(-50%);
	background-color: #ffffff;
	padding: 5px 0 5px 0;
	width: max-content;
	max-width: 200px;
	display: none;
	transition: none;
	min-width: 100%;
	border: 1px solid #0c776e;
	border-radius: 10px;
}

nav .language ul li {
	padding: 0 10px;
}

nav .language ul li:last-child a {
	border-bottom: none;
}

nav .language ul li {
	padding: 0 20px;
}

nav .language ul li a {
	font-family: OPPOSans-R;
	font-size: 16px;
	line-height: 26px;
	color: #999999;
	border-bottom: 1px dashed rgba(153, 153, 153, .5);
	padding: 10px 0;
	text-align: center;
}


nav .language ul li a:hover {
	color: #0c776e;
}


nav .inqBtn {
	width: 249px;
	height: 65px;
	background-color: #0c776e;
	border-radius: 33px;
	border: 1px solid #0c776e;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: OPPOSans-R;
	font-size: 18px;
	color: #ffffff;
	margin-top: 5px;
}

nav .inqBtn:hover {
	background-color: #ffffff;
	color: #0c776e;
}


.moreList,
.moreList ul {
	position: absolute;
	max-width: 400px;
	width: max-content;
	background-color: #ffffff;
	display: none;
	transition: none;
	border-radius: 10px;
	padding: 20px 0 21px 0;
	border: 1px solid #0c776e;
}

.moreList {
	top: calc(100% - 2px);
	left: 0px;
}

.moreList ul {
	top: -20px;
	left: 100%;
}


.moreList li {
	position: relative;
	padding: 0 20px 0 20px;
}

.moreList li a {
	font-family: OPPOSans-R;
	font-size: 16px;
	line-height: 26px;
	color: #999999;
	border-bottom: 1px dashed rgba(153, 153, 153, .5);
	position: relative;
	padding: 14px 24px 17px 16px;
	transition: .4s ease all;
}

.moreList li a::after {
	content: "";
	position: absolute;
	top: 24px;
	width: 6px;
	height: 6px;
	background-color: #999999;
	left: 0;
}


.moreList li:hover>a {
	color: #0c776e;
}

.moreList li:hover>a::after {
	background-color: #0c776e;
}

.moreList>li:last-child {
	margin-bottom: 0;
}

.moreList>li:last-child>a {
	border-bottom: none;
}

.moreList ul>li:last-child>a {
	border-bottom: none;
}

.moreList ul>li:last-child {
	margin-bottom: 0;
}


@media screen and (max-width:1600px) {
	nav.active .logo{
		transform: translateY(0px);
	}
	nav {
		padding-top: 0;
	}

	nav .logo {
		width: 65px;
		margin-right: 50px;
	}

	nav,
	nav .navList>ul>li>a,
	nav .language {
		height: 80px;
	}

	nav .language {
		margin-top: 0;
	}

	nav .navList>ul>li>a {
		line-height: 80px;
		font-size: 16px;
		overflow: hidden;
	}

	nav .inqBtn {
		margin-top: 0;
		height: 45px;
		width: 180px;
		font-size: 16px;
	}

	nav .language .lanBtn {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}

	nav .navList>ul>li::after {
		bottom: 16px;
	}

	.moreList,
	.moreList ul {
		padding: 10px 0;
	}

	.moreList li a {
		padding: 10px 20px;
	}

	.moreList li a::after {
		top: 20px;
	}

	.moreList,
	.moreList ul {
		max-width: 300px;
	}

	nav .language ul {
		top: 100%;
	}

	.moreList {
		top: 100%;
	}

	.moreList ul {
		top: -10px;
	}

}

@media screen and (max-width:1333px) {
	nav .logo {
		width: 60px;
		margin-right: 40px;
	}

	nav .navList>ul>li {
		margin-right: 35px;
	}

	nav .safeRange {
		max-width: none;
		width: 100%;
		padding: 0 35px;
	}

	nav .btns {
		margin-left: 30px;
	}

}

@media screen and (max-width:1200px) {
	nav .safeRange {
		padding: 0 20px;
	}

	nav .logo {
		margin-right: 30px;
	}

	nav .navList>ul>li {
		margin-right: 22px;
	}

	nav .inqBtn {
		height: 35px;
		width: 145px;
		font-size: 14px;
	}

	nav .btns {
		margin-left: 20px;
	}

	nav .language .lanBtn {
		width: 35px;
		height: 35px;
	}

	.moreList li a {
		padding: 5px 14px;
	}

	.moreList li a::after {
		top: 15px;
	}

	.moreList,
	.moreList ul {
		max-width: 260px;
	}
}

@media screen and (max-width:999px) {
	nav {
		background-color: #ffffff;
	}

	nav .navList>ul {
		display: none;
	}

	nav .btns {
		margin-left: 0;
		margin-right: 60px;
	}

	nav .safeRange {
		padding: 0 2.5%;
	}

	.bannerRange {
		margin-top: 60px;
	}

	nav .logo {
		width: 52px;
	}

	nav,
	nav .language {
		height: 60px;
	}

	nav .language .lanBtn {
		font-size: 14px;
	}

	nav .language ul li a {
		font-size: 14px;
		line-height: 24px;
		padding: 8px 0;
	}

	nav .language ul li {
		padding: 0 15px;
	}
}

@media screen and (max-width:768px) {
	nav .logo {
		width: 42px;
	}

	nav,
	nav .language {
		height: 50px;
	}

	.bannerRange {
		margin-top: 50px;
	}

	nav .inqBtn {
		height: 30px;
	}

	header .xnav .nav {
		top: 25px;
	}

	nav .language .lanBtn {
		height: 30px;
		width: 30px;
	}

	nav .language ul {
		max-width: 160px;
	}
}

/* indexBanner */
.indexBanner {
	position: relative;
	transition: none;
}


.indexBanner .swiper-slide video,
.indexBanner .swiper-slide iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}



.indexBanner img {
	display: block;
}

.indexBanner a:hover img {
	transform: scale(1, 1);
}

.indexBanner .swiper-pagination {
	display: none;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	bottom: 30px;
}

.indexBanner .swiper-pagination span {
	width: 12px;
	height: 12px;
	background-color: #ffffff;
	opacity: 1;
	margin: 0 8px !important;
	overflow: hidden;
}

.indexBanner .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #0c776e;
}





.indexBanner .btns {
	position: absolute;
	height: 169px;
	width: 55px;
	box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.19);
	border-radius: 28px;
	z-index: 999;
	right: 60px;
	top: 50%;
	transform: translateY(-88%);
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
}

.indexBanner .btns::after {
	content: "";
	position: absolute;
	top: 54%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 30px;
	height: 1px;
	background-color: #c6c6c6;
}


.indexBanner .btns>div {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	flex: 1;
}


.indexBanner .btns>div img {
	width: 23px;
	height: 23px;
}

.indexBanner .btns>div.prev img {
	transform: translateY(-1px);
}

.indexBanner .btns>div.next img {
	transform: rotate(180deg) translateY(-15px);
}


.indexBanner .btns>div img {
	filter: grayscale(100%) brightness(50%);
}


.indexBanner .btns>div:hover img {
	filter: grayscale(0%) brightness(100%);
}



@media screen and (max-width:1600px) {
	.indexBanner .btns {
		transform: translateY(-50%);
		width: 45px;
		height: 145px;
	}

	.indexBanner .btns::after {
		top: 50%;
	}

	.indexBanner .btns>div.next img {
		transform: rotate(180deg) translateY(0px);
	}

	.indexBanner .btns>div.prev img {
		transform: translateY(0px);
	}

	.indexBanner .btns>div img {
		width: 20px;
		height: 20px;
	}

	.indexBanner .btns::after {
		width: 60%;
	}
}

@media screen and (max-width:1333px) {
	.indexBanner .btns {
		transform: translateY(-50%);
		width: 40px;
		height: 130px;
		right: 50px;
	}

	.indexBanner .btns>div img {
		width: 18px;
		height: 18px;
	}
}

@media screen and (max-width:999px) {
	.indexBanner .btns {
		display: none;
	}

	.indexBanner .swiper-pagination {
		display: flex;
		justify-content: flex-end;
		padding: 0 2.5%;
	}
}

@media screen and (max-width:768px) {
	.indexBanner .swiper-pagination {
		bottom: 20px;
	}

	.indexBanner .swiper-pagination span {
		width: 10px;
		height: 10px;
	}
}

@media screen and (max-width:538px) {
	.indexBanner .swiper-pagination {
		bottom: 15px;
	}

	.indexBanner .swiper-pagination span {
		margin: 0 8px !important;
	}
}




/* indexM1-1 */
.iProducts {
	padding: 116px 0 102px 0;
	position: relative;
}

.iProducts::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 200%;
	background-color: #ffffff;
	z-index: -2;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}


.iProducts::after {
	position: absolute;
	content: "";
	z-index: -1;
	width: 559px;
	height: 559px;
	background-color: #0c776e;
	opacity: 0.04;
	border-radius: 50%;
	top: 15%;
	right: 5.9%;
}


.iProducts .iTit {
	margin-bottom: 35px;
}

.iTit {
	display: inline-block;
	position: relative;
	padding-left: 32px;
	font-family: OPPOSans-B;
	font-size: 40px;
	color: #333333;
}



.iTit i {
	position: absolute;
	top: 22px;
	left: 0;
	width: 16px;
	height: 16px;
	background-color: #0c776e;
	border-radius: 50%;
}


.iTit::after,
.iTit::before {
	content: "";
	position: absolute;
	transition: .4s ease all;
	border-radius: 50%;
	pointer-events: none;
}


.iTit::after {
	width: 41px;
	height: 41px;
	background-color: #adca43;
	opacity: 0.2;
	right: -96px;
	top: -22px;
}



.iTit::before {
	width: 16px;
	height: 16px;
	background-color: #adca43;
	right: -34px;
	top: 22px;
}


.iTit:hover::after,
.iTit:hover::before {
	transform: translateX(-5px);
}


.iTxts {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	hyphens: auto;
}


.iProducts .iTxts {
	margin-bottom: 54px;
}


.iProducts .swiper {
	overflow: visible;
	clip-path: polygon(-2% -1000%, 102% -1000%, 102% 1000%, -2% 1000%);
	margin-bottom: 59px;
}



.productItem {
	padding: 9px 6px 0px 6px;
	background-color: #ffffff;
	box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.19);
	border-radius: 20px;
}


.productItem .image {
	overflow: hidden;
	margin-bottom: 21px;
	border-radius: 16px;
	max-width: 292px;
	margin-left: auto;
	margin-right: auto;
}

.productItem .tit {
	font-family: OPPOSans-B;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	margin-bottom: 6px;
}


.productItem .txts {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 25px;
	color: #666666;
	margin-bottom: 23px;
}



.iProducts h2 {
	font-weight: normal;
}


.productItem .rBtn {
	margin-left: -5px;
}


.productItem .box {
	padding: 0 1px;
}

.rBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 37px;
	height: 37px;
	background-color: #0c776e;
	border-radius: 50%;
}


.rBtn img {
	width: 16px;
	filter: grayscale(100%) brightness(500%);
	transform: rotate(90deg);
}

.rBtn:hover {
	background-color: #adca43;
}

.rBtn:hover img {
	transform: rotate(90deg) scale(1, 1);
}


.sBtns {
	width: 170px;
	height: 55px;
	background-color: #ffffff;
	box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.19);
	border-radius: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	position: relative;
}


.sBtns>div {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.sBtns>div img {
	width: 24px;
}


.sBtns::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 31px;
	background-color: #c6c6c6;
	left: 53%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.sBtns div img {
	filter: grayscale(100%) brightness(30%);
}


.sBtns div.prev img {
	transform: rotate(-90deg) translateY(-2px);
}

.sBtns div.next img {
	transform: rotate(90deg) translateY(-14px);
}

.sBtns div:hover img {
	filter: grayscale(0%) brightness(100%);
}

@media screen and (max-width:1600px) {
	.productItem .box {
		padding: 0px;
	}

	.iTit i {
		width: 14px;
		height: 14px;
		top: 16px;
	}

	.iTit {
		padding-left: 25px;
	}

	.productItem {
		padding: 6px 6px 0px 6px;
	}

	.sBtns div.prev img {
		transform: rotate(-90deg);
	}

	.sBtns div.next img {
		transform: rotate(90deg);
	}

	.sBtns::after {
		left: 50%;
	}

	.sBtns {
		height: 45px;
	}

	.sBtns>div img {
		width: 22px;
	}
}

@media screen and (max-width:1333px) {
	.iTit i {
		width: 12px;
		height: 12px;
		top: 14px;
	}

	.iTit::before {
		width: 14px;
		height: 14px;
		right: -30px;
	}

	.iTit::after {
		width: 35px;
		height: 35px;
		right: -80px;
	}

	.iProducts .iTxts {
		margin-bottom: 40px;
	}

	.productItem .image {
		margin-bottom: 10px;
	}

	.rBtn {
		width: 35px;
		height: 35px;
	}

	.iProducts .swiper {
		margin-bottom: 50px;
	}

	.iProducts::after {
		width: 450px;
		height: 450px;
	}
}

@media screen and (max-width:999px) {
	.sBtns {
		height: 40px;
		width: 160px;
	}

	.sBtns>div img {
		width: 20px;
	}

	.sBtns::after {
		height: 25px;
	}

	.productItem .tit {
		font-size: 14px;
	}

	.iTit i {
		top: 10px;
	}

	.iProducts::after {
		width: 400px;
		height: 400px;
	}
}

@media screen and (max-width:768px) {
	.iProducts .iTit {
		margin-bottom: 30px;
	}

	.iProducts .iTxts {
		margin-bottom: 30px;
	}

	.productItem .txts {
		margin-bottom: 15px;
	}

	.rBtn img {
		width: 14px;
	}

	.rBtn {
		width: 30px;
		height: 30px;
	}

	.iProducts .swiper {
		margin-bottom: 40px;
	}

	.iProducts::after {
		width: 350px;
		height: 350px;
	}
}

@media screen and (max-width:538px) {
	.iProducts::after {
		width: 300px;
		height: 300px;
	}
}


/* indexM2-1 */
.iAbout {
	background-image: url("../images/indexM2-bg.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 59px 0 43px 0;
}

.iAbout .con {
	position: relative;
	margin-bottom: 10.8%;
}


.iAbout .title {
	position: relative;
	z-index: 99;
}


.iAbout .video {
	width: 78px;
	height: 78px;
	flex-shrink: 0;
	cursor: pointer;
	margin-bottom: 2.9%;
	margin-left: 15%;
}



.iAbout .video:hover img {
	transform: scale(1.1, 1.1);
}

.iAbout .title .tit {
	font-family: OPPOSans-B;
	font-size: 60px;
	line-height: 70px;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;

}

.iAbout .title .tit:hover span {
	transform: translateY(-5px);
	text-shadow: 3px 3px 20px rgba(122, 122, 122, .9);
}


.iAbout .title .tit span:nth-child(2) {
	margin-left: 12.68%;
	margin-top: 28px;
}

.iAbout {
	margin-top: 122px;
}

.iAbout .factoryImg {
	position: absolute;
	top: -63.5%;
	width: 60.285%;
	border-radius: 30px;
	right: 0;
	overflow: hidden;
}



.iAbout .msgs {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.iAbout .msgs .images {
	width: 38.7%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.iAbout .msgs .images .image {
	width: 48.5%;
	border-radius: 96px;
	overflow: hidden;
}


.iAbout .msgs .list {
	width: 59.2%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.iAbout .msgs .list .item {
	width: 47.5%;
}


.iAbout .msgs .list .item .txts {
	font-family: OPPOSans-R;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	hyphens: auto;
}

.iAbout .msgs .list .item .cBtn {
	margin-top: 24px;
}


.cBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 138px;
	height: 44px;
	font-family: OPPOSans-R;
	font-size: 18px;
	color: #ffffff;
	border-radius: 21px;
	border: solid 2px #ffffff;
}




.cBtn:hover {
	background-color: #ffffff;
	color: #0c776e;
}

@media screen and (max-width:1600px) {
	.iAbout .title .tit {
		font-size: 46px;
		line-height: 60px;
	}

	.iAbout .con {
		margin-bottom: 10%;
	}

	.iAbout {
		margin-top: 100px;
	}
}

@media screen and (max-width:1333px) {
	.iAbout .title .tit {
		font-size: 36px;
		line-height: 50px;
	}

	.iAbout .title .tit span:nth-child(2) {
		margin-top: 10px;
	}

	.iAbout .video {
		width: 60px;
		height: 60px;
	}

	.iAbout {
		margin-top: 90px;
	}

	.iAbout .con {
		margin-bottom: 12%;
	}
}

@media screen and (max-width:1200px) {
	.iAbout .con {
		margin-bottom: 10%;
	}
}

@media screen and (max-width:999px) {
	.iAbout .msgs {
		flex-direction: column;
		align-items: flex-start;
	}

	.iAbout .msgs .list {
		width: 100%;
	}

	.iAbout .msgs .images {
		width: 100%;
		justify-content: flex-start;
		margin-bottom: 20px;
	}

	.iAbout .msgs .images .image {
		width: 23.5%;
		margin-right: 2%;
	}

	.iAbout .msgs .images .image:nth-child(3n) {
		margin-right: 0;
	}

	.iAbout .factoryImg {
		position: static;
	}

	.iAbout {
		margin-top: 0;
	}

	.iAbout .con {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.iAbout .title .tit span:nth-child(2) {
		margin-left: 0;
		margin-top: 0;
	}

	.iAbout .title .tit {
		font-size: 28px;
		line-height: 50px;
	}

	.iAbout .con {
		margin-bottom: 30px;
	}

	.iAbout .factoryImg {
		width: 50%;
	}

	.iAbout .title {
		width: 48%;
	}

	.cBtn {
		height: 40px;
	}
}

@media screen and (max-width:768px) {
	.iAbout .title .tit {
		font-size: 26px;
		line-height: 40px;
	}

	.iAbout .video {
		width: 50px;
		height: 50px;
		margin-bottom: 0;
		margin-right: 30px;
	}

	.iAbout .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.iAbout .title {
		width: 100%;
		display: flex;
		align-items: center;
		margin-bottom: 40px;
	}

	.iAbout .factoryImg {
		width: 100%;
	}

	.iAbout .msgs .images {
		margin-bottom: 0;
		margin-top: 30px;
	}

	.iAbout .msgs .images .image {
		width: 32%;
		margin-right: 2%;
	}

	.iAbout .safeRange {
		max-width: 520px;
	}

	.iAbout .msgs {
		flex-direction: column-reverse;
	}
}

@media screen and (max-width:538px) {
	.iAbout .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.iAbout .video {
		margin-left: 0;
		margin-bottom: 10px;
	}

	.iAbout .title .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.iAbout .factoryImg {
		border-radius: 10px;
	}

	.iAbout .msgs .images .image:nth-child(n) {
		width: 46%;
		margin-right: 8%;
		border-radius: 50px;
	}

	.iAbout .msgs .images .image:nth-child(2n) {
		margin-right: 0;
	}

	.iAbout .msgs .list {
		flex-direction: column;
		align-items: flex-start;
	}

	.iAbout .msgs .list .item {
		width: 100%;
	}

	.iAbout .title {
		margin-bottom: 35px;
	}
}


/* indexM3-1 */

.iService {
	padding: 127px 0 109px 0;
	background-color: #f9fee6;
}

.iService .con {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}


.iService .msg {
	width: 31%;
}



.iService .msg .iTit {
	margin-bottom: 48px;
}


.iService .msg .txts {
	font-family: OPPOSans-R;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 115px;
	text-align: justify;
}



.iService .msg .sBtns {
	margin-left: 0;
}


.iService .swiper {
	width: 52.5%;
	overflow: visible;
	clip-path: polygon(0% -1000%, 1000% -1000%, 1000% 1000%, 0 1000%);
	margin-top: 11px;
}

.iService .swiper .swiper-slide {
	width: 78.5%;
	margin-right: 4.6%;
}


.iService .swiper .image {
	overflow: hidden;
	margin-bottom: 16px;
	border-radius: 20px;
}

.iService .swiper .name {
	font-family: OPPOSans-R;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
}



@media screen and (max-width:1600px) {
	.iService .con {
		align-items: center;
	}

	.iService .msg {
		width: 35%;
	}

	.iService .swiper {
		width: 48%;
	}

	.iService .msg .txts {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:1333px) {
	.iService .msg .iTit {
		margin-bottom: 40px;
	}

	.iService .msg .txts {
		margin-bottom: 60px;
	}

	.iService .swiper .image {
		border-radius: 15px;
	}
}

@media screen and (max-width:999px) {
	.iService .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.iService .msg {
		width: 100%;
		margin-bottom: 30px;
	}

	.iService .swiper {
		width: 100%;
		margin-top: 0;
	}

	.iService .msg .iTit {
		margin-bottom: 30px;
	}

	.iService .msg .txts {
		margin-bottom: 40px;
	}

	.iService .swiper .swiper-slide {
		width: 35%;
		margin-right: 3%;
	}
}

@media screen and (max-width:768px) {
	.iService .swiper .swiper-slide {
		width: 45%;
	}

	.iService .msg .txts {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.iService .swiper .swiper-slide {
		width: 54%;
		margin-right: 5%;
	}

	.iService .swiper .swiper-slide .image {
		border-radius: 10px;
	}
}





/* indexM4-1 */
.iNews {
	padding: 108px 0 100px 0;
	position: relative;
}

.iNews::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 200%;
	background-color: #ffffff;
	z-index: -2;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.iNews .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 57px;
}


.iNews .title .iTit {
	flex-shrink: 0;
	margin-right: 185px;
	margin-top: -20px;
}

.iNews .title .iTit:hover {
	text-decoration: none;
	color: #0c776e;
}

.iNews .title .iTit .iTxts {
	flex: 1;
	hyphens: auto;
}

.iNews .con {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}


.iNews .showNew {
	width: 665px;
	background-color: #ffffff;
	box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.08);
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.iNews .showNew:hover {
	background-color: #adca43;
}

.iNews .showNew:hover .name {
	color: #fff;
}

.iNews .showNew .image {
	border-radius: 20px;
	overflow: hidden;
}



.showNew .msg {
	padding: 25px 11.5px 21px 11.5px;
}

.showNew .msg .name {
	width: 100%;
	font-family: OPPOSans-B;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}


.showNew .time {
	position: absolute;
	top: 22px;
	left: 18px;
	min-width: 117px;
	height: 38px;
	background-color: #0c776e;
	border-radius: 19px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: OPPOSans-R;
	font-size: 14px;
	color: #ffffff;
}

.iNews .list {
	flex: 1;
	margin-left: 35px;
}

.iNews .list .item {
	background-color: #fff;
	padding: 21px 18px 19px 18px;
	box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.08);
	border-radius: 20px;
	margin-bottom: 21px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.iNews .list .item:hover {
	background-color: #adca43;
}



.iNews .list .item:last-child {
	margin-bottom: 0;
}


.iNews .list .item .image {
	width: 309px;
	flex-shrink: 0;
	border-radius: 20px;
	overflow: hidden;

}



.iNews .list .item .msg {
	flex: 1;
	margin-left: 23px;
}

.iNews .list .item .msg .tit {
	font-family: OPPOSans-B;
	font-size: 20px;
	line-height: 35px;
	color: #333333;
	margin-bottom: 15px;
	min-height: 70px;
}

.iNews .list .item:hover .msg .tit {
	color: #ffffff;
}

.iNews .list .item:hover .msg .time {
	color: #fff;
}

.iNews .list .item .msg .time {
	font-family: OPPOSans-R;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
	color: #999999;
}

.iNews .list .item:hover .msg .txts {
	color: #fff;
}

.iNews .list .item .msg .txts {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	hyphens: auto;
}

@media screen and (max-width:1600px) {
	.iNews .showNew {
		width: 550px;
	}

	.showNew .msg {
		padding: 15px;
	}

	.showNew .msg .name {
		font-size: 18px;
		line-height: 28px;
	}

	.iNews .list .item {
		padding: 15px;
	}

	.iNews .list .item .image {
		width: 263px;
	}

	.iNews .list .item .msg .tit {
		font-size: 18px;
		line-height: 28px;
		min-height: 56px;
		margin-bottom: 10px;
	}

	.iNews .list .item .msg .time {
		margin-bottom: 10px;
	}

	.iNews .list .item {
		margin-bottom: 15px;
	}

	.iNews .list .item .msg .txts {
		-webkit-line-clamp: 2;
	}

	.iNews .title .iTit {
		margin-top: 0;
		margin-right: 140px;
	}

	.iNews .list .item {
		align-items: center;
	}
}

@media screen and (max-width:1333px) {
	.iNews .title {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 50px;
	}

	.iNews .title .iTit {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.iNews .list .item .image {
		width: 220px;
	}

	.iNews .showNew {
		width: 400px;
		border-radius: 15px;
	}

	.iNews .showNew .image {
		border-radius: 15px;
	}

	.showNew .msg .name {
		font-size: 16px;
		line-height: 26px;
	}

	.iNews .list .item .image {
		width: 200px;
		border-radius: 15px;
	}

	.iNews .list .item {
		padding: 10px;
		margin-bottom: 18px;
	}

	.iNews .list .item .msg .tit {
		-webkit-line-clamp: 1;
		min-height: 28px;
	}

	.iNews .list {
		margin-left: 25px;
	}
}

@media screen and (max-width:999px) {
	.iNews .list .item .msg .tit {
		min-height: 26px;
	}

	.iNews .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.iNews .list {
		margin-left: 0;
	}

	.iNews .showNew {
		margin: 0 auto 30px;
	}

	.showNew .msg .name {
		font-size: 14px;
		line-height: 24px;
	}

	.iNews .title {
		margin-bottom: 40px;
	}
}


@media screen and (max-width:538px) {
	.iNews .list .item {
		flex-direction: column;
		align-items: flex-start;
		padding: 15px;
	}

	.iNews .list .item .image {
		width: 100%;
		margin: 0 auto 20px;
		max-width: 300px;
		margin: 0 auto 15px;
	}

	.iNews .list .item .msg {
		margin-left: 0;
	}

	.iNews .showNew {
		width: 100%;
	}

	.iNews .title {
		margin-bottom: 30px;
	}
}


/* indexM5-1 */

.comment {
	background-color: #f9fee6;
	margin-top: 64px;
}


.comment .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.comment .con .list {
	flex: 1;
	padding-top: 6px;

}


.comment .con .shows {
	flex-shrink: 0;
	width: 700px;
	position: relative;
	margin-left: 48px;
}

.comment .shows .doctor {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 390px;
}

.comment .shows .doctor img {
	transform-origin: bottom center;
}


.comment .list .swiper {
	height: 476px;
	padding: 30px 0;
	margin-bottom: 17px;
}



.comment .list .swiper .swiper-slide {
	margin-bottom: 64px;
	height: auto;
}

.comment .list .msg {
	font-family: OPPOSans-R;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	width: 100%;
	position: relative;
	padding: 0 20px 0 67px;
	margin-bottom: 23px;
}



.comment .list .msg::after,
.comment .list .msg::before {
	content: "";
	display: block;
	width: 41px;
	height: 36px;
	background-image: url('../images/sign.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
}

.comment .list .msg::after {
	transform: rotate(180deg) translateY(-110%);
	right: 0;
	bottom: 0px;
}


.comment .list .msg::before {
	left: 0;
	top: -14px;
}



.comment .list .name {
	text-align: right;
	font-family: OPPOSans-B;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	padding: 0 74px;
}



.comment .list .swiper-pagination {
	position: static;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.comment .list .swiper-pagination span {
	width: 11px;
	height: 11px;
	background-color: #adca43;
	border-radius: 50%;
	opacity: 1;
	margin: 0 0 0 10px !important;
}

.comment .list .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #0c776e;
}

@media screen and (max-width:1650px) {
	.comment .list .swiper {
		height: 400px;
	}

	.comment .con .shows {
		width: 600px;
	}

	.comment .shows .doctor {
		width: 330px;
	}
}

@media screen and (max-width:1333px) {
	.comment .con .shows {
		width: 420px;
	}

	.comment .con .list {
		padding-top: 0;
	}

	.comment .list .swiper .swiper-slide {
		margin-bottom: 50px;
	}

	.comment .shows .doctor {
		width: 260px;
	}

	.comment .list .msg::after,
	.comment .list .msg::before {
		width: 29px;
		height: 27px;
	}

	.comment .list .swiper {
		height: 300px;
	}
}

@media screen and (max-width:999px) {
	.comment {
		padding: 20px 0;
	}

	.comment .list .msg,
	.comment .list .name {
		font-size: 14px;
		line-height: 24px;
	}

	.comment .con .shows .image {
		display: none;
	}

	.comment .con {
		padding: 0px 0;
	}

	.comment .con .shows {
		margin-left: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
	}

	.comment .con .shows .doctor {
		position: static;
		transform: translateX(0);
	}

	.comment {
		margin-top: 0;
	}
}

@media screen and (max-width:768px) {
	.comment .shows .doctor {
		display: none;
	}

	.comment .con .list {
		flex: none;
		width: 100%;
	}

	.comment .list .swiper .swiper-slide {
		margin-bottom: 30px;
	}

	.comment {
		padding: 30px 0;
	}

	.comment .list .msg {
		margin-bottom: 15px;
	}
}

@media screen and (max-width:538px) {
	.comment .list .msg {
		padding: 0 30px;
	}

	.comment .list .name {
		padding: 0 30px;
	}
}




/* indexM6-1 */


.touch {
	position: relative;
	padding: 130px 0 129px 0;
}

.touch::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 200%;
	background-color: #ffffff;
	z-index: -2;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}


.touch::after {
	content: "";
	position: absolute;
	width: 559px;
	height: 559px;
	background-color: #0c776e;
	opacity: 0.04;
	z-index: -1;
	left: 4.95%;
	top: 36%;
	border-radius: 50%;
}


.touch .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.touch .con .msg {
	width: 42%;
}

.touch .con .iTit {
	margin-bottom: 42px;
	padding-left: 0;
	line-height: 60px;
	margin-top: 11px;
}

.touch .con .iTit::before {
	right: 20px;
	top: 43px;
}

.touch .con .iTit::after {
	top: 0;
	right: -44px;
}

.touch .con .txts {
	font-family: OPPOSans-R;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}

.touch .cForm {
	width: 49.9285%;
}


.cForm input,
.cForm textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	font-family: OPPOSans-R;
}


.cForm ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cForm ul li {
	height: 59px;
	width: 47.7%;
	margin-bottom: 24px;
	background-color: rgba(245, 245, 245, 0.8);
	padding: 0 36px;
	border-radius: 10px;
	overflow: hidden;
}



.cForm ul li.message {
	width: 100%;
	height: 141px;
	padding: 14px 38px;
}

.cForm ul li.message.must::after {
	top: 14px;
}


.cForm ul li.must {
	position: relative;
}


.cForm ul li.must::after {
	content: "*";
	position: absolute;
	top: 20px;
	left: 22px;
	font-family: OPPOSans-R;
	font-size: 18px;
	line-height: 26px;
	color: #ff000b;
}

.cForm ul li.code {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cForm ul li.code input {
	flex: 1;
	padding: 0 39px;
}

.cForm ul li.code .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	height: 100%;
	background-color: #f3fbfe;
}

.cForm ul li.code .codeImg img {
	height: 100%;
}

.cForm ul li.subBtn {
	padding: 0;
}

.cForm ul li.subBtn input {
	background-color: #0c776e;
	font-family: OPPOSans-B;
	font-size: 20px;
	color: #ffffff;
	cursor: pointer;
	border: 2px solid #0c776e;
	border-radius: 10px;
}


.cForm ul li.subBtn input:hover {
	background-color: transparent;
	color: #0c776e;
}

.cForm input::-webkit-input-placeholder,
.cForm textarea::-webkit-input-placeholder {
	font-family: OPPOSans-R;
	font-size: 14px;
	color: #666666;
}

.cForm input:-moz-placeholder,
.cForm textarea:-moz-placeholder {
	font-family: OPPOSans-R;
	font-size: 14px;
	color: #666666;
}

.cForm input::-moz-placeholder,
.cForm textarea::-moz-placeholder {
	font-family: OPPOSans-R;
	font-size: 14px;
	color: #666666;
}

.cForm input:-ms-input-placeholder,
.cForm textarea:-ms-input-placeholder {
	font-family: OPPOSans-R;
	font-size: 14px;
	color: #666666;
}

@media screen and (max-width:1600px) {
	.touch .con .msg {
		width: 42%;
	}

	.touch .con .iTit {
		margin-top: 0;
		padding-right: 50px;
	}

	.touch .con {
		align-items: center;
	}

}

@media screen and (max-width:1333px) {
	.cForm ul li {
		height: 50px;
	}

	.cForm ul li.code input,
	.cForm ul li {
		padding: 0 20px;
	}

	.cForm ul li.message {
		padding: 15px 20px;
	}

	.cForm ul li.must::after {
		left: 8px;
		top: 16px;
	}

	.touch .con .iTit {
		padding-right: 40px;
	}

	.touch .con .msg {
		width: 43%;
	}

	.touch::after {
		width: 400px;
		height: 400px;
	}
}

@media screen and (max-width:999px) {
	.touch .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.touch .con .msg {
		width: 100%;
	}

	.touch .con .iTit {
		padding-right: 60px;
	}

	.touch .cForm {
		width: 100%;
		margin-top: 40px;
	}

	.cForm ul li {
		height: 45px;
		border-radius: 5px;
	}

	.cForm ul li.subBtn input {
		border-radius: 5px;
	}

	.cForm ul li.must::after {
		top: 13px;
	}

	.touch::after {
		top: auto;
		bottom: 0;
		left: 0;
		transform: translateY(50%);
	}
}

@media screen and (max-width:768px) {
	.touch .con .iTit {
		margin-bottom: 30px;
	}

	.touch::after {
		width: 350px;
		height: 350px;
	}
}

@media screen and (max-width:538px) {
	.cForm ul li.code {
		width: 100%;
	}

	.cForm ul li.subBtn {
		width: 100%;
		margin-bottom: 0;
	}

	.touch .con .iTit {
		padding-right: 50px;
	}

	.cForm ul li {
		height: 35px;
	}

	.cForm ul li.message {
		height: 100px;
	}
}

@media screen and (max-width:450px) {
	.touch .con .iTit {
		padding-right: 30px;
	}
}



/* 1-1products */

.products {
	padding: 61px 0 117px 0;
}

.products .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.products .con .box {
	width: 67.25%;
}


.products .con .pNav {
	width: 28.4%;
}





.products .box .title1 {
	font-family: OPPOSans-B;
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 59px;
}


.products .box .pager {
	margin-top: 74px;
	justify-content: flex-start;
}

.products .box .list {
	display: flex;
	flex-wrap: wrap;
}

.products .box .list {
	margin-bottom: -37px;
}


.products .box .list .item {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 37px;
}



.products .box .list .item:nth-child(3n) {
	margin-right: 0;
}



.products .box .list .item .image {
	overflow: hidden;
	margin-bottom: 18px;
	background-color: #f4f4f4;
}


.products .box .list .item .name {
	font-family: OPPOSans-B;
	font-size: 16px;
	color: #333333;
	text-align: center;
	margin-bottom: 21px;
}


.products .box .list .item .btns {
	display: flex;
	align-items: center;
	justify-content: center;
}

.products .box .list .item .checkBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 16px;
	height: 16px;
	border: solid 1px #999999;
	flex-shrink: 0;
	margin-right: 12px;
}


.products .box .list .item .checkBtn i {
	color: #0c776e;
	opacity: 0;
}

.products .box .list .item .checkBtn.active {
	border-color: #0c776e;
}

.products .box .list .item .checkBtn.active i {
	opacity: 1;
}


.products .box .list .item .checkBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 99;
	opacity: 0;
}


.products .box .list .item .btn {
	font-family: OPPOSans-R;
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}

.products .pNav {
	margin-top: 8px;
}


.products .pNav .title {
	font-family: OPPOSans-B;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

.products .classification .meunBtn {
	display: none;
}


.classification {
	margin-bottom: 73px;
}


.classification .title {
	margin-bottom: 22.5px;
}

.classification .line {
	width: 100%;
	height: 2px;
	position: relative;
	background-color: #e0e0e0;
	margin-bottom: 43px;
	display: flex;
	align-items: center;
}

.classification .line i {
	height: 2px;
	width: 138px;
	background-color: #999999;

}



.classification .line::after,
.classification .line::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 16px;
	background-color: #adca43;
	z-index: 2;
}


.classification .line::after {
	left: 0;
}



.classification .line::before {
	left: 137px;
}


.classification ul>li {
	margin-bottom: 21px;
}

.classification ul>li.active>a {
	color: #0c776e;
}

.classification ul>li.active>a::after {
	background-color: #0c776e;
}

.classification ul>li:last-child {
	margin-bottom: 0;
}

.classification ul a {
	display: block;
}

.classification ul>li>a {
	font-family: OPPOSans-R;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	color: #888888;
	padding-left: 28px;
	position: relative;
}



.classification ul>li>a::after {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	width: 14px;
	height: 2px;
	background-color: #b5b5b5;
	transition: .4s ease all;
}


.classification ul>li>a:hover::after {
	background-color: #0c776e;
}


.tags .title {
	margin-bottom: 23px;
}


.tags .line {
	width: 100%;
	height: 2px;
	background-color: #e0e0e0;
	margin-bottom: 30px;
}

.tags .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tags .list a {
	border: solid 1px #d9d9d9;
	background-color: #f8f8f8;
	padding: 8.5px 21px;
	font-family: OPPOSans-R;
	font-size: 16px;
	font-weight: bold;
	display: flex;
	align-items: center;
	color: #838383;
	margin-bottom: 10px;
	min-width: 104px;
	display: flex;
	align-items: center;
}

.tags .list a:hover {
	border-color: #0c776e;
	color: #ffffff !important;
	background-color: #0c776e;
}


@media screen and (max-width:1600px) {
	.products .con .pNav {
		margin-top: 0;
	}

	.tags .list a {
		padding: 8px 10px;
		min-width: auto;
	}

	.products .box .title1 {
		font-size: 28px;
	}
}

@media screen and (max-width:1333px) {
	.products .box .title1 {
		margin-bottom: 50px;
	}

	.classification .title {
		margin-bottom: 30px;
	}

	.products .box .title1 {
		font-size: 24px;
		line-height: 35px;
		margin-bottom: 40px;
	}

	.classification ul>li>a {
		font-size: 14px;
		line-height: 26px;
	}

	.tags .list a {
		font-size: 14px;
	}

	.products .box .list .item .name,
	.products .box .list .item .btn {
		font-size: 14px;
	}

	.products .box .list {
		margin-bottom: -30px;
	}

	.products .box .list .item {
		margin-bottom: 30px;
	}

	.products .box .pager {
		margin-top: 70px;
	}
}

@media screen and (max-width:999px) {
	.products .con {
		flex-direction: column;
	}

	.products .con .box {
		width: 100%;
	}

	.products .con .pager {
		justify-content: center;
		margin-top: 60px;
	}

	.products .con .pNav {
		width: 100%;
		margin-top: 50px;
	}

	.products .pNav .title {
		margin-bottom: 40px;
	}

	.classification {
		margin-bottom: 50px;
	}

	.products .box .title1 {
		font-size: 22px;
	}

	.products .classification .title {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.products .classification .meunBtn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 32px;
		height: 32px;
		background-color: #0c776e;
		border-radius: 50%;
	}

	.products .classification .meunBtn i {
		color: #ffffff;
		font-size: 14px;
	}

	.products .classification .meunBtn.active i {
		transform: rotate(-45deg);
	}

	.products .classification>ul {
		display: none;
		transition: none;
	}
}

@media screen and (max-width:768px) {
	.products .box .title1 {
		font-size: 20px;
		line-height: 30px;
	}

	.products .box .list .item .name {
		margin-bottom: 15px;
	}

	.classification ul>li {
		margin-bottom: 18px;
	}

	.products .pNav .title {
		margin-bottom: 30px;
	}

	.classification {
		margin-bottom: 50px;
	}

	.products .con .pager {
		margin-top: 50px;
	}
}

@media screen and (max-width:538px) {
	.products .box .title1 {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 30px;
	}

	.products .box .list .item:nth-child(n) {
		width: 48%;
		margin-right: 4%;
	}

	.products .box .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.products .con .pager {
		margin-top: 40px;
	}
}




.free {
	padding: 92px 0 96px 0;
	background-image: url("../images/productM2-1.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}



.free .con {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 702px;
}




.free .title1 {
	font-family: OPPOSans-B;
	font-size: 36px;
	line-height: 45px;
	letter-spacing: 0px;
	color: #333333;
	margin-bottom: 44px;
	text-align: center;
}


.free .txts {
	font-family: OPPOSans-R;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	text-align: center;
	margin-bottom: 69px;
}

.free .cForm ul li {
	background-color: transparent;
	border-bottom: 1px solid rgba(178, 178, 178, .8);
	border-radius: 0;
	padding: 0 15px;
}


.free .cForm ul li.subBtn {
	border-bottom: none;
	padding: 0;
}

.free .cForm ul li.code {
	padding: 0;
}

.free .cForm ul li.code input {
	padding: 0 15px;
}

.free .cForm ul li.must::after {
	left: 0;
}

.free .cForm ul li.message {
	padding: 15px 15px;
}

@media screen and (max-width:1333px) {
	.free .txts {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.free .txts {
		margin-bottom: 50px;
		font-size: 14px;
		line-height: 26px;
	}

	.free .title1 {
		margin-bottom: 40px;
	}
}


@media screen and (max-width:768px) {
	.free .txts {
		margin-bottom: 40px;
	}

	.free .title1 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {}





/* 1-2products */

.productDet {
	padding: 69px 0 55px 0;
}

.productShow {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 87px;
}

.productShow .box {
	width: 50%;
	position: relative;
}


.productShow .jianjie {
	width: 45.7%;
	margin-top: -7px;
}


.productShow .box .showSipwer {
	margin-bottom: 39px;
	overflow: hidden;
	background-color: #f4f4f4;
}


.productShow .box .showSipwer .swiper-slide {
	position: relative;
}



.productShow .box .checkSwiper {
	padding: 0 79px;
	position: relative;
	overflow: hidden;
}


.productShow .box .checkSwiper .iconfont {
	position: absolute;
	top: 50%;
	height: 100%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	z-index: 99;
	padding-bottom: 1px;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;

}

.productShow img {
	display: block;
}

.productShow .box .checkSwiper .prev {
	left: 25px;
}

.productShow .box .checkSwiper .next {
	right: 25px;
}


.productShow .box .checkSwiper .iconfont:hover {
	color: #0c776e;
}

.productShow .checkSwiper .swiper-slide {
	position: relative;
	cursor: pointer;
	opacity: 0;
	transition: .4s ease opacity;
	background-color: #efefef;
	overflow: hidden;
}

.productShow .checkSwiper .swiper-slide.swiper-slide-visible {
	opacity: 1;
}


.productShow .checkSwiper .swiper-slide::after {
	content: "";
	position: absolute;
	border: solid 1px #c2c2c2;
	transition: .4s ease border;
	pointer-events: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
}


.productShow .checkSwiper .swiper-slide.swiper-slide-thumb-active::after {
	border: solid 1px #0c776e;
}


.jianjie h1 {
	font-family: OPPOSans-B;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	margin-bottom: 49px;
	font-weight: bold;
}


.jianjie .txts p {
	font-family: OPPOSans-R;
	font-size: 16px;
	line-height: 40px;
	color: #666666;
	font-weight: bold;
}

.jianjie .txts {
	margin-bottom: 101px;
}








.jianjie .downloadList .item {
	background-color: #f7f7f7;
	padding: 14px 19px 17px 21px;
	width: 48.75%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}



.jianjie .btns {
	display: flex;
	align-items: center;
}


.jianjie .btns a {
	width: 180px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 30px;
	font-family: OPPOSans-R;
	font-size: 16px;
	color: #0c776e;
	background-color: rgba(12, 119, 110, 0.2);

}




.jianjie .btns a:nth-child(2) {
	margin-right: 0;
}

.jianjie .btns a:hover {
	background-color: #0c776e;
	color: #ffffff;
}



.jianjie .share {
	margin-bottom: 26px;
}





/*jQzoom*/
.jqzoom {
	float: left;
	position: relative;
	padding: 0px;

}

div.zoomdiv {
	z-index: 200;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.zoomdiv img {
	max-width: unset !important;
}

div.jqZoomPup {
	z-index: 200;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	transition: none;
}






.pDescribe .title1 {
	font-family: OPPOSans-B;
	font-size: 36px;
	line-height: 50px;
	color: #333333;
	margin-bottom: 20px;
}


.pDescribe .con {
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	padding: 35px 0 30px 0;
}



.pDescribe .con p {
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
}


.pDescribe p strong {
	font-size: 20px;
	color: #333333;
	display: block;
	font-weight: bold;
	font-family: OPPOSans-B;
}


.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}

.table table tr:nth-child(2n) td {
	background-color: #fff;
}

.table table tr td {
	padding: 15px 5px;
	background-color: #f4f4f4;
	font-family: OPPOSans-R;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	color: #666666;
}

.sets {
	padding: 54px 0 48px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 55px;
}



.sets .item:nth-child(-n+2) {
	margin-top: 0;
}


.sets .item {
	width: 47.35%;
	margin-top: 42px;
}

.sets .item .box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sets .item .name {
	font-family: OPPOSans-B;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #333333;
	margin-bottom: 37px;
}


.sets .item .image {
	width: 55%;
}

.sets .item .list {
	width: 40.7%;
	margin-top: -6px;
}



.standardEdit p em {
	position: relative;
	display: block;
	padding-left: 18px;
	line-height: 40px;
	font-style: normal;
	font-weight: bold;
}


.standardEdit p em::after {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	width: 8px;
	height: 8px;
	background-color: #0c776e;
	border-radius: 50%;
}



.syrings .tit {
	font-family: OPPOSans-B;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #333333;
	margin-bottom: 30px;
}

.syrings .txts p {
	line-height: 30px;
	color: #333333;
	font-weight: bold;
}

.syrings .txts p strong {
	font-size: 20px;
}



.relatedProduct {
	padding: 113px 0 139px 0;
	background-image: url("../images/relatedProductM1-1.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}



.relatedProduct .title1 {
	font-family: OPPOSans-B;
	font-size: 36px;
	line-height: 45px;
	color: #333333;
	margin-bottom: 53px;
}


.relatedProduct .list {
	display: flex;
	flex-wrap: wrap;
}

.relatedProduct .list .productItem:nth-child(-n+3) {
	margin-top: 0;
}

.relatedProduct .list .productItem {
	width: 31.857%;
	margin-right: 2.2145%;
	margin-top: 30px;
	padding: 15px 16px 45px 16px;
	border: solid 1px #d4d4d4;
	position: relative;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}


.relatedProduct .list .productItem:hover {
	border-color: transparent;
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
}

.relatedProduct .list .productItem:nth-child(3n) {
	margin-right: 0;
}


.relatedProduct .list .productItem .image {
	max-width: none;
	margin-bottom: 27px;
}

.relatedProduct .list .productItem .box {
	padding: 0 10px;
}


.relatedProduct .list .productItem .tit {
	font-family: OPPOSans-B;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
}

.relatedProduct .list .productItem .txts {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	margin-bottom: 0;
}

.relatedProduct .list .productItem .rBtn {
	width: 41px;
	height: 42px;
	position: absolute;
	left: 20px;
	bottom: 0;
	transform: translateY(50%);
	margin-left: 0;
}


.relatedProduct .list .productItem .rBtn img {
	width: 18px;
}



@media screen and (max-width:1600px) {
	.relatedProduct .list .productItem .box {
		padding: 0px;
	}

	.productShow .jianjie {
		margin-top: 0;
	}

	.jianjie h1 {
		font-size: 28px;
		margin-bottom: 40px;
	}

	.jianjie .txts {
		margin-bottom: 80px;
	}

	.productShow .box .showSipwer {
		margin-bottom: 30px;
	}

	.sets .item {
		width: 49%;
	}

	.pDescribe .con,
	.sets {
		padding: 50px 0;
	}

	.productShow {
		align-items: center;
	}

	.pDescribe .title1 {
		font-size: 32px;
	}

	.sets .item .list {
		margin-top: 0;
	}

	.relatedProduct .list {
		margin-bottom: 40px;
	}
}


@media screen and (max-width:1333px) {
	.jianjie h1 {
		font-size: 24px;
		line-height: 35px;
		margin-bottom: 30px;
	}

	.jianjie .txts p {
		font-size: 14px !important;
		line-height: 30px !important;
	}

	.jianjie .txts {
		margin-bottom: 40px;
	}

	.jianjie .btns a {
		font-size: 14px;
		height: 40px;
		width: 140px;
	}

	.productShow .box .checkSwiper {
		padding: 0 40px;
	}

	.productShow .box .checkSwiper .prev {
		left: 0;
	}

	.productShow .box .checkSwiper .next {
		right: 0;
	}

	.pDescribe .title1 {
		font-size: 28px;
	}

	.productShow {
		margin-bottom: 60px;
	}

	.pDescribe .con p {
		font-size: 14px;
		line-height: 26px;
	}

	.pDescribe p strong,
	.sets .item .name {
		font-size: 18px;
	}

	.pDescribe .con,
	.sets {
		padding: 40px 0;
	}

	.sets .item .list p {
		font-size: 14px !important;
		line-height: 26px !important;
	}

	.sets .item .list p em {
		line-height: 30px;
	}

	.standardEdit p em::after {
		top: 10px;
	}

	.sets {
		margin-bottom: 40px;
	}

	.syrings .tit,
	.syrings .txts p strong {
		font-size: 18px;
	}

	.syrings .txts p {
		font-size: 14px !important;
		line-height: 26px !important;
	}

	.relatedProduct .list .productItem .image {
		margin-bottom: 15px;
	}

	.relatedProduct .list .productItem .tit {
		font-size: 16px;
	}

	.relatedProduct .list .productItem .rBtn {
		width: 36px;
		height: 36px;
	}

	.relatedProduct .list .productItem {
		padding: 15px 15px 35px 15px;
	}

	.relatedProduct .title1 {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {

	div.jqZoomPup {
		display: none;
	}

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

	.productShow {
		flex-direction: column;
		align-items: flex-start;
	}

	.productShow .jianjie {
		width: 100%;
	}

	.productShow .box {
		width: 100%;
		max-width: 520px;
		margin: 0 auto 40px;
	}

	.jianjie h1 {
		font-size: 22px;
		line-height: 30px;
	}

	.jianjie .txts {
		margin-bottom: 30px;
	}

	.productShow {
		margin-bottom: 50px;
	}

	.pDescribe .title1 {
		font-size: 26px;
	}

	.pDescribe .con,
	.sets {
		padding: 30px 0;
	}

	.sets .item {
		width: 47%;
	}

	.sets .item .name {
		margin-bottom: 30px;
	}

	.sets .item .box {
		flex-direction: column;
		align-items: flex-start;
	}

	.sets .item .list {
		width: 100%;
	}

	.sets .item .image {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 20px;
	}

	.syrings .tit,
	.syrings .txts p strong {
		font-size: 16px;
	}

	.pDescribe p strong,
	.sets .item .name {
		font-size: 16px;
	}

	.relatedProduct .list .productItem .txts,
	.relatedProduct .list .productItem .tit {
		font-size: 14px;
		line-height: 26px;
	}

	.relatedProduct .list {
		margin-bottom: 30px;
	}
	.table table tr td {
		padding: 10px 5px;
		font-size: 14px;
		line-height: 24px;
	}
	
}

@media screen and (max-width:768px) {
	.productShow .box {
		max-width: 450px;
	}

	.jianjie h1 {
		font-size: 20px;
		margin-bottom: 25px;
	}

	.pDescribe .title1 {
		font-size: 24px;
		line-height: 35px;
	}

	.sets .item {
		margin-top: 30px;
	}

	.sets {
		margin-bottom: 30px;
	}

	.relatedProduct .title1 {
		margin-bottom: 35px;
	}

	.relatedProduct .list .productItem:nth-child(n) {
		width: 48%;
		margin-right: 4%;
		margin-top: 40px;
	}

	.relatedProduct .list .productItem:nth-child(2n) {
		margin-right: 0;
	}

	.relatedProduct .list .productItem:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width:538px) {
	.productShow .box {
		max-width: 380px;
	}

	.productShow .box .showSipwer {
		margin-bottom: 20px;
	}

	.jianjie h1 {
		font-size: 18px;
		line-height: 28px;
	}

	.jianjie .btns a {
		margin-right: 20px;
	}

	.sets .item {
		width: 100%;
	}

	.sets .item:nth-child(n) {
		margin-top: 20px;
	}

	.sets .item:nth-child(1) {
		margin-top: 0;
	}

	.relatedProduct .list .productItem .rBtn {
		width: 32px;
		height: 32px;
	}
}


@media screen and (max-width:450px) {
	.relatedProduct .list .productItem:nth-child(n) {
		width: 100%;
		margin-right: 0;
		margin-top: 50px;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}

	.relatedProduct .list .productItem:nth-child(1) {
		margin-top: 0;
	}
}






/* 2-1About */
.history {
	padding: 71px 0 118px 0;
	position: relative;
}



.history .imgBg {
	content: "";
	position: absolute;
	width: 60.364583%;
	top: 50%;
	left: 0;
	transform: translateY(-59.2%);
	z-index: -1;
	height: 640px;
}

.history .imgBg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.history .gallery {
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
	position: relative;
	z-index: 2;
}


.history .gallery .swiper-slide {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	height: 633px;
	z-index: 99;
}

.history .gallery .swiper-slide .image {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 50%;
	margin-top: 94px;
}


.history .gallery .swiper-slide .image img {
	width: 301px;
	height: 301px;
	border-radius: 50%;
	flex-shrink: 0;
	display: block;
}


.history .gallery .swiper-slide .msg {
	width: 33%;
	max-height: 100%;
	overflow: auto;
}


.history .gallery .swiper-slide .msg::-webkit-scrollbar {
	width: 4px;
	height: 6px;
	background-color: #00000040;
	border-radius: 10px;
}

.history .gallery .swiper-slide .msg::-webkit-scrollbar-thumb {
	background-color: #0c776e;
	border-radius: 10px;
}

.history .gallery .swiper-slide .msg::-webkit-scrollbar-track {
	background-color: transparent;
}




.history .gallery .msg .tit {
	position: relative;
	font-family: OPPOSans-R;
	font-size: 26px;
	font-weight: bold;
	line-height: 36px;
	color: #333333;
	margin-bottom: 50px;
	padding-right: 20px;
}



.history .gallery .msg .tit::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -24px;
	width: 40px;
	height: 4px;
	background-color: #adca43;
}


.history .gallery .msg .txts {
	font-family: OPPOSans-R;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #666666;
	hyphens: auto;
	padding-right: 9%;
}



.history .gallery .year {
	position: absolute;
	left: 0;
	bottom: 0;
	font-family: OPPOSans-B;
	font-size: 100px;
	line-height: 100px;
	font-weight: bold;
	color: #0c776e;
	transform: translateY(78%);
	z-index: 99;
}



.history .thumbBox {
	position: relative;
}


.history .thumbBox::after {
	content: "";
	position: absolute;
	bottom: 1px;
	width: 200%;
	height: 1px;
	background-color: #c2c2c2;
	transform: translateX(-50%);
	left: 50%;
}


.history .thumbBox .thumbs {
	width: 543px;
	margin-left: auto;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}

.history .thumbBox .btns {
	display: flex;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateX(160%) translateY(-50%);
}

.history .thumbBox .btns div {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.history .thumbBox .btns div.prev {
	margin-right: 5px;
}

.history .thumbBox .btns div img {
	width: 14px;
	filter: grayscale(100%) brightness(0%);
}


.history .thumbBox .btns div:hover img {
	filter: grayscale(0%) brightness(100%);
}


.history .thumbBox .btns div.prev {
	transform: rotate(-90deg);
}

.history .thumbBox .btns div.next {
	transform: rotate(90deg);
}


.history .thumbs .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-family: OPPOSans-R;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	padding: 25.5px 0;
	cursor: pointer;
	transition: .4s ease color;
}

.history .thumbs .swiper-slide.swiper-slide-thumb-active {
	color: #0c776e;
}

.history .thumbs .swiper-slide.swiper-slide-thumb-active::after {
	width: 100%;
}

.history .thumbs .swiper-slide::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 1px;
	height: 2px;
	width: 0%;
	background-color: #0c776e;
	transition: .4s ease all;
}




.history .thumbs .swiper-slide:hover {
	color: #0c776e;
}




@media screen and (max-width:1600px) {
	.history .gallery .swiper-slide {
		height: 500px;
	}

	.history .gallery {
		margin-bottom: 40px;
	}

	.history .imgBg {
		height: 520px;
	}

	.history .gallery .swiper-slide .image img {
		width: 280px;
		height: 280px;
	}

	.history .gallery .year {
		font-size: 80px;
		line-height: 80px;
		transform: translateY(145%);
	}
}

@media screen and (max-width:1333px) {
	.history .gallery .msg .tit {
		font-size: 22px;
		line-height: 35px;
	}

	.history .gallery .msg .tit::after {
		bottom: -20px;
	}

	.history .gallery .swiper-slide .msg {
		width: 42%;
	}

	.history .imgBg {
		width: 52%;
		height: 460px;
	}

	.history .gallery .swiper-slide .image {
		margin-top: 80px;
	}

	.history .gallery .swiper-slide .image img {
		width: 250px;
		height: 250px;
	}

	.history .gallery .swiper-slide {
		height: 450px;
	}

	.history .gallery .year {
		font-size: 70px;
		line-height: 70px;
		transform: translateY(165%);
	}

}

@media screen and (max-width:999px) {
	.history .gallery .msg .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.history .imgBg {
		width: 52%;
		height: 420px;
		transform: translateY(-62%);
	}

	.history .gallery .swiper-slide .image {
		margin-top: 60px;
	}

	.history .gallery .swiper-slide .image img {
		width: 230px;
		height: 230px;
	}

	.history .gallery .swiper-slide {
		height: 400px;
	}

	.history .gallery .year {
		font-size: 50px;
		line-height: 50px;
		transform: translateY(205%);
	}

	.history .gallery .msg .txts {
		font-size: 14px;
		line-height: 26px;
	}

	.history .thumbs .swiper-slide {
		padding: 20px 0;
	}

	.history .thumbBox {
		padding-right: 50px;
	}

	.history .thumbBox .thumbs {
		width: 460px;
	}

	.history .thumbBox .btns {
		transform: translateY(-50%);
	}
}

@media screen and (max-width:768px) {
	.history .gallery .year {
		transform: translateY(0);
	}

	.history .gallery .swiper-slide .image {
		margin-top: 50px;
	}

	.history .gallery .swiper-slide .image img {
		width: 180px;
		height: 180px;
	}

	.history .gallery .year {
		font-size: 40px;
		line-height: 40px;
	}

	.history .imgBg {
		width: 40%;
		height: 420px;
		transform: translateY(-62%);
	}

	.history .gallery .swiper-slide .msg {
		width: 55%;
	}

	.history .thumbBox .thumbs {
		width: 100%;
	}
}

@media screen and (max-width:538px) {
	.history .gallery .swiper-slide {
		flex-direction: column;
		align-items: flex-start;
		height: auto;
	}

	.history .gallery .swiper-slide .msg {
		width: 100%;
	}

	.history .gallery .swiper-slide .image {
		width: 100%;
		justify-content: center;
		margin-top: 0px;
		margin-bottom: 30px;
	}

	.history {
		overflow: hidden;
	}

	.history .imgBg {
		width: 100%;
		height: 570px;
	}

	.history .gallery .swiper-slide .msg {
		height: 250px;
	}

	.history .gallery .swiper-slide .image img {
		width: 200px;
		height: 200px;
	}

	.history .gallery .msg .tit {
		margin-bottom: 32px;
	}

	.history .gallery .msg .tit::after {
		bottom: -10px;
	}

	.history .gallery .year {
		transform: translateY(150%);
		font-size: 32px;
		line-height: 32px;
	}

	.history .gallery {
		margin-bottom: 60px;
	}

	.history .imgBg {
		transform: translateY(-58%);
	}
}


.aboutUs {
	padding: 170px 0 120px 0;
	background-image: url("../images/aboutUsM3-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.aboutUs .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}



.aboutUs .con .image {
	width: 31.785%;
	position: relative;
	z-index: 2;
	transform: translateY(-34.6%);
}


.aboutUs .msg {
	width: 64.6%;
	background-color: #f5f5f5;
	position: relative;
	padding: 73px 20px 46px 0;
	margin-right: 0.02%;
}

.aboutUs .msg::after {
	position: absolute;
	content: "";
	width: 121.7%;
	height: 100%;
	background-color: #f5f5f5;
	right: 0;
	top: 0;
}



.aboutUs .msg::before {
	content: "";
	position: absolute;
	width: 120px;
	height: 102px;
	background-image: url("../images/aboutUsM2-2.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	top: 18.2%;
	right: 11.4%;
	z-index: 1;
}




.aboutUs .msg .title1 {
	font-family: OPPOSans-B;
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	line-height: 45px;
	margin-bottom: 43px;
	position: relative;
	z-index: 2;
}



.aboutUs .msg .txts {
	padding-right: 10%;
	height: 300px;
	overflow: auto;
}


.aboutUs .msg .txts::-webkit-scrollbar {
	width: 4px;
	height: 6px;
	background-color: #00000040;
	border-radius: 10px;
}

.aboutUs .msg .txts::-webkit-scrollbar-thumb {
	background-color: #adca43;
	border-radius: 10px;
}

.aboutUs .msg .txts::-webkit-scrollbar-track {
	background-color: transparent;
}








.aboutUs .msg .txts p {
	font-family: OPPOSans-R;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #666666;
}


.aboutUs .swiper {
	margin-bottom: 24px;
}


.aboutUs .msg .swiper-pagination {
	position: static;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 58px;
	position: relative;
	z-index: 2;
	transform: translateY(56%);
}


.aboutUs .msg .swiper-pagination span {
	opacity: 1;
	width: 14px;
	height: 14px;
	background-color: #d4d4d4;
	border-radius: 0;
	margin: 0 0 0 15px !important;

}

.aboutUs .msg .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #adca43;
}


.aboutUs .msg {
	position: relative;
}

.aboutUs .btn {
	position: absolute;
	width: 300px;
	height: 66px;
	background-color: #adca43;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: OPPOSans-B;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	z-index: 99;
	bottom: 0;
	left: -38.8%;
}





.aboutUs .btn:hover {
	background-color: #fff;
	color: #adca43;
	box-shadow: 0 0 10px rgba(122, 122, 122, .3);
}




@media screen and (max-width:1600px) {
	.aboutUs .msg {
		padding: 50px 20px 50px 0;
	}

	.aboutUs .btn {
		height: 50px;
	}

	.aboutUs .swiper {
		margin-bottom: 40px;
	}

	.aboutUs .msg .txts {
		height: 240px;
	}

	.aboutUs .msg .swiper-pagination {
		transform: translateY(0%);
	}

}

@media screen and (max-width:1333px) {
	.aboutUs .con .image {
		transform: translateY(0);
	}

	.aboutUs .msg .title1 {
		margin-bottom: 30px;
	}

	.aboutUs .msg .txts {
		height: 230px;
	}

	.aboutUs .btn {
		height: 45px;
		width: 240px;
	}
}

@media screen and (max-width:999px) {
	.aboutUs .msg {
		padding: 40px 20px 40px 0;
	}
	.aboutUs .msg::before{
		width: 100px;
		height: 80px;
	}
}

@media screen and (max-width:768px) {
	.aboutUs .msg {
		padding: 30px 20px 30px 0;
	}

	.aboutUs .swiper {
		margin-bottom: 30px;
	}

	.aboutUs .msg .swiper-pagination span {
		width: 12px;
		height: 12px;
	}

	.aboutUs .msg .title1 {
		margin-bottom: 25px;
	}
}

@media screen and (max-width:538px) {
	.aboutUs .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.aboutUs .msg {
		width: 100%;
		padding: 30px 10px;
	}

	.aboutUs .con .image {
		width: 100%;
		max-width: 440px;
		margin: 0 auto 30px;
	}

	.aboutUs .btn {
		position: relative;
		z-index: 99;
		left: 0;
		height: 40px;
	}

	.aboutUs .msg .swiper-pagination {
		margin-bottom: 20px;
	}
}



.factoryShow {
	padding: 107px 0 120px 0;
}



.factoryShow .title1 {
	font-family: OPPOSans-B;
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	line-height: 60px;
	margin-bottom: 50px;
}





.factoryShow .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: space-between;
}



.factoryShow .swiper-slide .image {
	width: 50.7%;
}

.factoryShow .swiper-slide .msg {
	width: 46.4%;
}



.factoryShow .swiper-slide .msg .title {
	font-family: OPPOSans-R;
	font-size: 26px;
	font-weight: bold;
	line-height: 36px;
	color: #333333;
	position: relative;
	margin-bottom: 46px;
	text-align: right;
	margin-right: 20px;
	margin-top: -4px;
}



.factoryShow .swiper-slide .msg .title::after {
	content: "";
	position: absolute;
	width: 40px;
	height: 4px;
	background-color: #adca43;
	right: 0;
	bottom: -24px;
}


.factoryShow .swiper-slide .msg .txts {
	height: 180px;
	overflow: auto;
	padding-right: 20px;
}


.factoryShow .swiper-slide .msg .txts::-webkit-scrollbar {
	width: 4px;
	height: 6px;
	background-color: #00000040;
	border-radius: 10px;
}

.factoryShow .swiper-slide .msg .txts::-webkit-scrollbar-thumb {
	background-color: #adca43;
	border-radius: 10px;
}

.factoryShow .swiper-slide .msg .txts::-webkit-scrollbar-track {
	background-color: transparent;
}





.factoryShow .swiper-slide .msg .txts p {
	font-family: OPPOSans-R;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #666666;
}


.factoryShow .swiperBox {
	position: relative;
}


.factoryShow .swiperBox .btns {
	display: flex;
	align-items: center;
	position: absolute;
	z-index: 99;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 109px;
	height: 64px;
	background-color: #adca43;
	border-radius: 10px;
	overflow: hidden;
}


.factoryShow .swiperBox {
	padding-right: 54.5px;
}


.factoryShow .swiperBox .btns div {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	opacity: .7;
	cursor: pointer;
	height: 100%;
}


.factoryShow .swiperBox .btns div:hover {
	opacity: 1;
}


@media screen and (max-width:1600px) {
	.factoryShow .swiper-slide .msg .title {
		margin-top: 0;
	}

	.factoryShow .swiperBox .btns {
		height: 50px;
		border-radius: 10px;
	}
}

@media screen and (max-width:1333px) {
	.factoryShow .swiper-slide .msg .title {
		font-size: 22px;
		line-height: 35px;
	}

	.factoryShow .title1 {
		margin-bottom: 40px;
	}

	.factoryShow .swiper-slide .msg .txts {
		height: 200px;
	}

	.factoryShow .swiper-slide .msg .title::after {
		bottom: -15px;
	}

	.factoryShow .swiperBox .btns {
		width: 90px;
	}

	.factoryShow .swiperBox {
		padding-right: 45px;
	}
}

@media screen and (max-width:999px) {
	.factoryShow .swiper-slide .msg .title {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 35px;
	}

	.factoryShow .swiper-slide .msg .txts {
		height: 160px;
	}

	.factoryShow .swiperBox .btns {
		height: 45px;
	}
}

@media screen and (max-width:768px) {
	.factoryShow .swiper-slide {
		flex-direction: column;
		align-items: flex-start;
	}

	.factoryShow .swiper-slide .msg {
		width: 100%;
	}

	.factoryShow .swiper-slide .image {
		width: 100%;
	}

	.factoryShow .swiper-slide .msg .title {
		text-align: left;
		font-size: 18px;
	}

	.factoryShow .swiper-slide .msg .title::after {
		right: auto;
		left: 0;
	}

	.factoryShow .swiper-slide .msg .txts {
		height: 135px;
		margin-bottom: 20px;
	}

	.factoryShow .swiper-slide .image {
		width: 60%;
	}

	.factoryShow .swiperBox {
		padding-right: 0;
	}

	.factoryShow .swiperBox .btns {
		top: 70%;
		right: 12%;
	}

}

@media screen and (max-width:538px) {
	.factoryShow .swiper-slide .image {
		width: 100%;
	}

	.factoryShow .title1 {
		margin-bottom: 30px;
	}

	.factoryShow .swiperBox .btns {
		top: 0%;
		right: 0;
		width: 80px;
		transform: translateY(0);
		height: 35px;
	}

	.factoryShow .swiper-slide .msg .title {
		margin-right: 90px;
	}

}







.control {
	padding: 160px 0 101px 0;
	background-image: url("../images/aboutUsM4-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}




.control .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.control .swiper {
	width: 43.214285%;
	margin: 0;
	transform: translateY(-60px);
}


.control .swiper .btns {
	display: flex;
	align-items: center;
	position: absolute;
	z-index: 99;
	left: 0;
	bottom: 0;
	width: 111px;
	height: 54px;
	background-color: #ffffff;
}



.control .swiper .btns div {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	height: 100%;
	opacity: .5;
	cursor: pointer;
}


.control .swiper .btns div:hover {
	opacity: 1;
}


.control .swiper .btns div.prev img {
	transform: rotate(-180deg);
}




.control .msg {
	width: 53.8%;
	background-image: url("../images/aboutUsM4-2.png");
	background-size: cover;
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 53px 30px 30px 0;
	position: relative;
}


.control .msg::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 10.3%;
	background-color: #0c776e;
	right: 100%;
	top: 0;
	z-index: 9;
}


.control .msg .title1 {
	font-family: OPPOSans-B;
	font-size: 36px;
	line-height: 45px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 42px;
}



.control .msg .txts {
	padding-right: 11.5%;
	height: 570px;
	overflow: auto;
}

.control .msg .txts p a{
	color: #adca43;
}


.control .msg .txts::-webkit-scrollbar {
	width: 4px;
	height: 6px;
	background-color: #00000040;
	border-radius: 10px;
}

.control .msg .txts::-webkit-scrollbar-thumb {
	background-color: #ffffff;
	border-radius: 10px;
}

.control .msg .txts::-webkit-scrollbar-track {
	background-color: transparent;
}




.control .msg .txts p {
	font-family: OPPOSans-R;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #dedede;
}


@media screen and (max-width:1600px) {
	.control .msg {
		padding: 50px 30px 50px 0;
		margin-top: 60px;
	}

	.control .swiper {
		transform: translateY(-20px);
	}

	.control .msg .txts {
		padding-right: 11.5%;
		height: 480px;
		overflow: auto;
	}

}

@media screen and (max-width:1333px) {
	.control .msg {
		padding: 40px 30px 40px 0;
		margin-top: 50px;
	}

	.control .swiper {
		transform: translateY(-10px);
	}

	.control .msg .txts {
		padding-right: 11.5%;
		height: 390px;
		overflow: auto;
	}

	.control .msg .title1 {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.control .swiper {
		transform: translateY(0px);
	}

	.control .con {
		align-items: center;
	}

	.control .msg {
		margin-top: 0;
	}

	.control .swiper .btns {
		height: 45px;
	}

	.control .msg .txts {
		height: 300px;
	}
}

@media screen and (max-width:768px) {

	.control .msg {
		padding: 30px 20px 30px 0;
	}

	.control .msg .title1 {
		margin-bottom: 30px;
	}

	.control .msg .txts {
		height: 284px;
	}

	.control .swiper {
		width: 45%;
	}

}

@media screen and (max-width:538px) {
	.control .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.control .swiper {
		width: 100%;
		max-height: 380px;
	}

	.control .msg {
		width: 100%;
	}

	.control .msg .txts {
		height: 260px;
	}

	.control .swiper .swiper-slide {
		height: 100%;
	}

	.control .swiper .swiper-slide .image {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
	}

	.control .swiper .swiper-slide .image img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
}













/* 3-1Certification */

.bannerRange2 {
	margin-top: 100px;
}


.certification {
	padding: 63px 0 117px 0;
}



.certification .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

.certification .title .btns {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	margin-left: 20px;
}

.certification .title .btns div {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: bold;
	width: 35px;
	height: 35px;
	cursor: pointer;
	color: #333333;
}


.certification .title .btns div:hover {
	color: #0c776e;
}


.certification .title .btns div.prev {
	margin-right: 30px;
}



.certification .title .btns div.swiper-button-lock {
	display: none;
}

.certification .title .btns div.swiper-button-disabled {
	opacity: .5;
}

.certification .title .btns div.swiper-button-disabled:hover {
	color: #333333;
}


.certification .title .title1 {
	font-family: OPPOSans-B;
	font-size: 36px;
	color: #333333;
	font-weight: bold;
}


.certification .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 75px;
}


.certification .swiper-slide {
	text-align: center;
	font-family: OPPOSans-R;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	position: relative;
	padding: 31px 10px;
	cursor: pointer;
	height: auto;
}

.certification .swiper .swiper-wrapper {
	align-items: flex-end;
}

.certification .swiper-slide::before {
	content: "";
	position: absolute;
	width: 100%;
	bottom: -1px;
	left: 50%;
	height: 2px;
	transform: translateX(-50%);
	background-color: #0c776e;
	transition: .4s ease all;
	width: 0;
}


.certification .swiper-slide.active::before,
.certification .swiper-slide:hover::before {
	width: 100%;
}

.certification .swiper-slide.active .sign::after,
.certification .swiper-slide:hover .sign::after {
	background-color: #0c776e;
}

.certification .swiper-slide.active .sign,
.certification .swiper-slide:hover .sign {
	border-color: #0c776e;
}

.certification .swiper-slide .sign {
	width: 32px;
	height: 32px;
	border: solid 1px #a4a4a4;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%) translateY(50%);
	bottom: 0;

}

.certification .swiper-slide .sign::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 12px;
	height: 12px;
	background-color: #a4a4a4;
	border-radius: 50%;
	transition: .4s ease all;
}



.certification .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -41px;
}



.certification .item {
	background-color: rgba(12, 119, 110, 0.08);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.certification .list .item {
	width: 31.14285%;
	margin-right: 3.285725%;
	margin-bottom: 41px;
	padding: 28px 22px 26px 24px;
}

.certification .list .item:nth-child(3n) {
	margin-right: 0;
}


.certification a:hover img {
	transform: scale(1, 1);
}

.certification .name {
	font-family: OPPOSans-B;
	font-size: 16px;
	line-height: 26px;
	color: #0c776e;
	margin-bottom: 22px;
	text-align: center;
}



.certification .item:hover {
	background-color: #0c776e;
}


.certification .item:hover .name {
	color: #ffffff;
}


.certification .pager {
	margin-top: 77px;
}


@media screen and (max-width:1600px) {
	.bannerRange2 {
		margin-top: 80px;
	}

	.certification .title {
		margin-bottom: 30px;
	}

	.certification .list .item {
		padding: 25px;
	}

	.certification .pager {
		margin-top: 70px;
	}

}

@media screen and (max-width:1333px) {
	.certification .swiper-slide {
		font-size: 16px;
		line-height: 26px;
		padding: 25px 10px;
	}

	.certification .swiper-slide .sign {
		width: 25px;
		height: 25px;
	}

	.certification .swiper-slide .sign::after {
		width: 10px;
		height: 10px;
	}

	.certification .swiper {
		margin-bottom: 65px;
	}

	.certification .list .item {
		padding: 20px;
	}

	.certification .name {
		margin-bottom: 15px;
	}

	.certification .pager {
		margin-top: 60px;
	}
}

@media screen and (max-width:999px) {
	.bannerRange2 {
		margin-top: 60px;
	}

	.certification .swiper-slide {
		font-size: 14px;
		line-height: 24px;
	}

	.certification .swiper-slide .sign {
		width: 22px;
		height: 22px;
	}

	.certification .swiper-slide .sign::after {
		width: 9px;
		height: 9px;
	}

	.certification .swiper-slide {
		padding: 20px 10px;
	}

	.certification .swiper {
		margin-bottom: 60px;
	}

	.certification .list {
		margin-bottom: -30px;
	}

	.certification .list .item {
		margin-bottom: 30px;
	}

	.certification .pager {
		margin-top: 50px;
	}

	.certification .title {
		margin-bottom: 25px;
	}

}

@media screen and (max-width:768px) {
	.bannerRange2 {
		margin-top: 50px;
	}

	.certification .title .btns div {
		font-size: 18px;
	}

	.certification .title .btns div.prev {
		margin-right: 15px;
	}

	.certification .list .item {
		padding: 15px;
	}

	.certification .swiper {
		margin-bottom: 50px;
	}

	.certification .pager {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.certification .list .item:nth-child(n) {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
	}

	.certification .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.certification .list {
		margin-bottom: -20px;
	}

	.certification .pager {
		margin-top: 30px;
	}
}



/* 4-1Support&Service */

.mateial {
	padding: 61px 0 80px 0;
}


.mateial .con {
	display: flex;
	flex-wrap: wrap;
}

.mateial .con {
	margin-bottom: -60px;
}

.mateial .con .item {
	width: 33.333333%;
	margin-bottom: 60px;
	padding: 52px 30px 30px 30px;
}



.mateial .con .item:first-child {
	width: 41%;
	padding: 0 85px 0 0;
}


.mateial .con .item:nth-child(2),
.mateial .con .item:nth-child(3) {
	width: 29.5%;
}



.mateial .con .item:nth-child(2n) {
	background-color: rgba(173, 202, 67, 0.08);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.mateial .con .item:nth-child(2) .tit,
.mateial .con .item:nth-child(3) .tit {
	font-size: 18px;
}

.mateial .con .item:nth-child(n+4) {
	padding: 64px 32px 96px 32px;
}


.mateial .con .item:nth-child(n+4) .num {
	margin-bottom: 47px;
}

.mateial .con .item:nth-child(n+4) .tit {
	margin-bottom: 34.5px;
}


.mateial .con .item:nth-child(n+4) .txts p {
	line-height: 34px;
}


.mateial .con .item .title1 {
	font-family: OPPOSans-B;
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 44px;
}


.mateial .con .item .title1 .txts p {
	line-height: 30px;
}


.mateial .num {
	font-family: OPPOSans-B;
	font-size: 32px;
	line-height: 40px;
	font-weight: bold;
	color: #adca43;
	margin-bottom: 39px;
}



.mateial .tit {
	font-family: OPPOSans-B;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #333333;
	margin-bottom: 30px;
}


.mateial .txts p {
	font-weight: bold;
	color: #666666;
	line-height: 30px;
}

.mateial .txts p strong {
	color: #333333;
}

@media screen and (max-width:1600px) {
	.mateial .con .item:nth-child(n) {
		padding: 30px;
	}

	.mateial .con .item:nth-child(1) {
		padding-right: 40px;
	}

	.mateial .num {
		margin-bottom: 30px;
	}

	.mateial .con .item:nth-child(n+4) .num {
		margin-bottom: 30px;
	}

	.mateial .tit {
		font-size: 18px;
	}
}

@media screen and (max-width:1333px) {
	.mateial .con .item:nth-child(1) {
		width: 100%;
		padding: 0;
	}

	.mateial .con .item {
		margin-bottom: 40px;
	}

	.mateial .con {
		margin-bottom: -50px;
	}

	.mateial .con .item {
		flex: auto;
	}

	.mateial .con .item:nth-child(n) .num {
		font-size: 28px;
		line-height: 35px;
		margin-bottom: 20px;
	}

	.mateial .con .item:nth-child(n) .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.mateial .con .item .title1 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:999px) {
	.mateial .con .item:nth-child(n) {
		width: 50%;
	}

	.mateial .con .item:nth-child(1) {
		width: 100%;
	}

	.mateial .con .item:nth-child(n) .num {
		font-size: 22px;
		line-height: 30px;
	}

	.mateial .con .item:nth-child(n) .tit {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 15px;
	}

	.mateial .con .item:nth-child(n) {
		margin-bottom: 30px;
	}

	.mateial .con {
		margin-bottom: -30px;
	}

}

@media screen and (max-width:768px) {
	.mateial .con .item:nth-child(n) .tit {
		font-size: 14px;
		line-height: 26px;
	}

	.mateial .con .item:nth-child(n) .num {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.mateial .con .item:nth-child(n) {
		padding: 20px;
	}

	.mateial .con .item:nth-child(1) {
		padding: 0;
	}
}

@media screen and (max-width:538px) {
	.mateial .con .item:nth-child(n) {
		width: 100%;
		margin-bottom: 20px;
	}

	.mateial .con {
		margin-bottom: -20px;
	}

	.mateial .con .item:nth-child(1) {
		margin-bottom: 30px;
	}
}





.service {
	padding: 93px 0 99px 0;
	position: relative;
}

.service::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 540px;
	top: 0;
	background-image: url("../images/serviceM1-1.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: -1;
}

.service .title1 {
	font-family: OPPOSans-B;
	font-size: 36px;
	line-height: 45px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 27px;
}


.service .tit {
	font-family: OPPOSans-R;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	color: #efefef;
	margin-bottom: 60px;
}


.service .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -30px;
}


.service .list .item {
	width: 32.14285%;
	margin-right: 1.785725%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 68px 30px 60px;
	border-radius: 10px;
	border: solid 1px #eaeaea;
	background-color: #ffffff;
	flex: auto;
	margin-bottom: 30px;
}

.service .list .item .box {
	display: flex;
	flex-direction: column;
	align-items: center;
}


.service .list .item:nth-child(3n) {
	margin-right: 0;
}

.service .list .item:last-child {
	margin-right: 0;
}


.service .list .item:nth-child(n+4) {
	padding: 55px 35px 40px;
}

.service .list .item:nth-child(n+4) .image {
	margin-bottom: 27px;
}

.service .list .item:nth-child(n+4) .tit {
	margin-bottom: 17px;
}

.service .list .item:nth-child(n+4) .txts {
	margin-bottom: 48px;
}

.service .list .item .image {
	width: 114px;
	margin-bottom: 56px;
}


.service .list .item .tit {
	text-align: center;
	font-family: OPPOSans-B;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 38px;
}



.service .list .item .txts {
	margin-bottom: 41px;
	text-align: center;
	font-family: OPPOSans-R;
	font-size: 16px;
	font-weight: bold;
	line-height: 37px;
	color: #999999;
}




@media screen and (max-width:1600px) {
	.service .title1 {
		margin-bottom: 40px;
	}

	.service .list .item:nth-child(n) .image {
		width: 80px;
		margin-bottom: 40px;
	}

	.service .list .item:nth-child(n) {
		padding: 40px 30px;
	}

	.service .list .item:nth-child(n) .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 20px;
	}

}

@media screen and (max-width:1333px) {
	.service .list .item:nth-child(n) {
		padding: 35px 20px;
	}

	.service .list .item:nth-child(n) .image {
		width: 60px;
		margin-bottom: 30px;
	}

	.service .list .item:nth-child(n) .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.service .list .item:nth-child(n) .txts {
		font-size: 14px !important;
	}

	.service .list .item:nth-child(n) .txts {
		margin-bottom: 30px;
	}

}

@media screen and (max-width:999px) {
	.service .list .item:nth-child(n) {
		width: 49%;
		margin-right: 2%;
		padding: 25px;
	}

	.service .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.service .list .item:nth-child(n) .image {
		margin-bottom: 20px;
	}

	.service .tit {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.service .list .item:nth-child(n) {
		padding: 20px;
		margin-bottom: 20px;
	}

	.service .list {
		margin-bottom: -20px;
	}

	.service .list .item:nth-child(n) .image {
		width: 50px;
	}
}

@media screen and (max-width:538px) {
	.service .list .item:nth-child(n) {
		width: 100%;
		margin-right: 0;
	}
}





.service .list .item .line {
	width: 68px;
	height: 2px;
	background-color: #0c776e;
}




.factory {
	padding: 93px 0 137px 0;
	background-color: #ffffff;
}

.factory .title1 {
	font-family: OPPOSans-B;
	font-size: 36px;
	line-height: 45px;
	color: #333333;
	margin-bottom: 53px;
}


.factory .shows {
	float: right;
	width: 42.14285%;
	margin-left: 6%;
	position: relative;
	margin-right: 0.1%;
	transform: translateY(-21px);
}


.factory .shows::after,
.factory .shows::before {
	content: "";
	position: absolute;
}

.factory .shows::after {
	width: 100%;
	height: 100%;
	background-color: #adca43;
	background-color: rgba(173, 202, 67, 0.08);
	left: -50px;
	bottom: -71px;
	z-index: 0;
}

.factory .shows .image {
	position: relative;
	z-index: 9;
}


.factory .shows::before {
	width: 100%;
	height: 100%;
	background-color: #fff;
	left: 0;
	bottom: -21px;
	z-index: 2;
}


.factory .shows .name {
	position: absolute;
	font-family: OPPOSans-B;
	font-size: 18px;
	line-height: 38px;
	letter-spacing: 7.5px;
	color: #adca43;
	z-index: 3;
	left: -44px;
	top: 50%;
	transform: translateY(-31%);
	writing-mode: vertical-rl;
}



.factory .msg p {
	line-height: 32px;
}



.factory .msg {
	position: relative;
	z-index: 9;
}

@media screen and (max-width:1333px) {
	.factory .shows .name {
		font-size: 16px;
	}
}

@media screen and (max-width:999px) {
	.factory .shows .name {
		font-size: 14px;
	}

	.factory .shows::before {
		bottom: -20px;
	}

	.factory .shows::after {
		bottom: -50px;
	}

	.factory .shows {
		transform: translateY(0);
	}
}

@media screen and (max-width:768px) {
	.factory .shows {
		width: 45%;
	}

	.factory .title1 {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.factory .shows {
		width: 100%;
		float: none;
		margin: 0 auto 20px;
		max-width: 400px;
	}

	.factory .title1 {
		margin-bottom: 30px;
	}

	.factory .shows .name {
		position: static;
		text-align: center;
		margin-top: 10px;
		transform: translateY(0);
		writing-mode: horizontal-tb;
		line-height: 28px;
		letter-spacing: 0;
	}

	.factory .shows::after,
	.factory .shows::before {
		display: none;
	}
}







.supprot {
	padding: 107px 0 109px 0;
}


.supprot .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.supprot .title1 {
	flex-shrink: 0;
	position: relative;
	margin-right: 68px;
	font-family: OPPOSans-B;
	font-size: 36px;
	line-height: 60px;
	color: #333333;
}


.supprot .title1::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -19px;
	width: 50px;
	height: 4px;
	background-color: #adca43;
}

.supprot .msg p {
	font-family: OPPOSans-R;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.supprot .msg p strong {
	font-family: OPPOSans-B;
	color: #333333;
	font-size: 20px;
	font-weight: normal;
}

.supprot .con .msg {
	padding: 6px 0;
}


@media screen and (max-width:1333px) {
	.supprot .msg p strong {
		font-size: 18px;
	}
}

@media screen and (max-width:999px) {
	.supprot .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.supprot .title1 br {
		display: none;
	}

	.supprot .title1 {
		margin-right: 0;
		margin-bottom: 50px;
	}

	.supprot .msg p strong {
		font-size: 16px;
	}
}

@media screen and (max-width:538px) {
	.supprot .title1 {
		margin-bottom: 40px;
	}
}



















/* 5-1Media */



.news {
	padding: 55px 0 117px 0;
}



.news .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 48px;
}



.news .title .title1 {
	font-family: OPPOSans-B;
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	line-height: 45px;
}

.news .title .btns {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	transform: translateY(8px);
	justify-content: flex-end;
}


.news .title .btns a {
	height: 46px;
	padding: 0px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: OPPOSans-R;
	font-size: 16px;
	font-weight: bold;
	color: #0c776e;
	border-radius: 5px;
	background-color: rgba(173, 202, 67, 0.1);
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	min-width: 160px;
}



.news .title .btns a:hover,
.news .title .btns a.active{
	background-color: #adca43;
	color: #ffffff;
}


.news .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -58px;
}

.news .list .item {
	width: 32.14285%;
	margin-right: 1.785725%;
	margin-bottom: 58px;
	padding: 46px 24px 30px 25px;
	position: relative;
}


.news .list .item:nth-child(3n) {
	margin-right: 0;
}




.news .list .item:hover {
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
}



.news .list .time {
	margin-bottom: 48px;
}

.news .list .time .day {
	font-family: OPPOSans-B;
	font-size: 20px;
	font-weight: bold;
	color: #0c776e;
	margin-bottom: 10px;
}

.news .list .time .year {
	font-family: OPPOSans-R;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	margin-bottom: 30px;
}


.news .list .txts {
	font-family: OPPOSans-R;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #333333;
	margin-bottom: 38px;
}


.news .list .image {
	overflow: hidden;
	margin-bottom: 34px;
}



.news .list .btn {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	bottom: 0;
	transform: translateY(50%);
	left: 25px;
}

.news .list .btn img {
	width: 16px;
	transform: rotate(45deg);
	filter: grayscale(200%) brightness(0%);
}


.news .list .item:hover .btn {
	background-color: #adca43;
}


.news .list .item:hover .btn img {
	filter: grayscale(200%) brightness(500%);
	transform: rotate(90deg);
}

.news .list .item .btn:hover {
	background-color: #0c776e;
}


.news .pager {
	margin-top: 77px;
}

@media screen and (max-width:1600px) {
	.news .title .btns {
		transform: translateY(0);
	}

	.news .title {
		margin-bottom: 50px;
	}

	.news .title .btns a {
		height: 40px;
	}

	.news .list .item {
		padding: 25px 20px;
	}

	.news .list .time .year {
		margin-bottom: 0px;
	}

	.news .list .time {
		margin-bottom: 30px;
	}

	.news .list .txts {
		margin-bottom: 30px;
	}

	.news .list .image {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1333px) {
	.news .list .time .day {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 0;
	}

	.news .list .time {
		margin-bottom: 20px;
	}

	.news .title .btns a {
		min-width: 145px;
		height: 35px;
	}
}

@media screen and (max-width:999px) {
	.news .list .time .day {
		font-size: 16px;
		line-height: 26px;
	}

	.news .list .time {
		margin-bottom: 15px;
	}

	.news .list .txts {
		margin-bottom: 15px;
	}

	.news .list .image {
		margin-bottom: 15px;
	}

	.news .list .item {
		box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
	}

	.news .list .item .btn {
		background-color: #adca43;
	}

	.news .list .item .btn img {
		filter: grayscale(200%) brightness(500%);
		transform: rotate(90deg);
	}

	.news .title .btns a {
		font-size: 14px;
	}

	.news .list .item {
		margin-bottom: 45px;
	}

	.news .list {
		margin-bottom: -45px;
	}

	.news .pager {
		margin-top: 70px;
	}

	.news .list .btn {
		width: 35px;
		height: 35px;
	}

	.news .list .btn img {
		width: 14px;
	}
}

@media screen and (max-width:768px) {
	.news .list .item:nth-child(n) {
		width: 48%;
		margin-right: 4%;
		position: relative;
	}

	.news .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.news .title {
		margin-bottom: 40px;
	}

	.news .pager {
		margin-top: 60px;
	}
}

@media screen and (max-width:538px) {
	.news .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.news .title .title1 {
		margin-bottom: 20px;
	}

	.news .title .btns a {
		margin-left: 0;
		margin-right: 15px;
	}

	.news .title .btns {
		justify-content: flex-start;
	}

	.news .title .btns a {
		min-width: 100px;
		padding: 0 15px;
	}
}




@media screen and (max-width:450px) {
	.news .list .item:nth-child(n) {
		width: 100%;
		margin-right: 0;
	}

	.news .list .item:last-child {
		margin-bottom: 0;
	}

	.news .list {
		margin-bottom: 0;
	}

	.news .pager {
		margin-top: 50px;
	}

}





/* 5-2Media */
.standardEdit p {
	font-family: OPPOSans-R;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	hyphens: auto;
}


.newDet {
	padding: 60px 0 115px 0;
}



.newDet h1 {
	text-align: center;
	margin-bottom: 27px;
	font-family: OPPOSans-R;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
}



.newDet .tips {
	display: flex;
	align-items: center;
	justify-content: center;
}


.newDet .tips .time {
	font-family: OPPOSans-R;
	font-size: 16px;
	line-height: 26px;
	color: #0c776e;
	flex-shrink: 0;
	margin-right: 64px;
}


.share {
	display: flex;
	align-items: center;
}

.share span {
	flex-shrink: 0;
	margin-right: 3px;
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #999999;
}

.newDet .con {
	padding: 25px 0 49px 0;
}

.prevOrNext>div {
	display: flex;
	align-items: center;
	font-family: OPPOSans-R;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}



.prevOrNext>div a:hover {
	color: #0c776e;
}

.prevOrNext .name {
	flex-shrink: 0;
}

.prevOrNext .tit {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}


@media screen and (max-width:1600px) {
	.newDet h1 {
		margin-bottom: 30px;
	}

	.newDet .con {
		padding: 40px 0;
	}

}

@media screen and (max-width:1333px) {
	.newDet h1 {
		font-size: 28px;
		line-height: 40px;
	}

	.share span {
		margin-right: 10px;
	}

}

@media screen and (max-width:999px) {
	.prevOrNext>div {
		font-size: 14px;
		line-height: 30px;
	}

	.newDet h1 {
		font-size: 24px;
	}
}

@media screen and (max-width:768px) {
	.newDet .con {
		padding: 35px 0;
	}

	.newDet h1 {
		font-size: 20px;
		line-height: 35px;
	}

	.share span {
		font-size: 14px;
	}

	.newDet .tips .time {
		margin-right: 30px;
	}
}

@media screen and (max-width:538px) {
	.newDet .tips {
		flex-direction: column;
	}

	.newDet .tips .time {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.newDet h1 {
		font-size: 18px;
		margin-bottom: 25px;
	}

	.newDet .con {
		padding: 30px 0;
	}
}




/* 5-3Video */
.videoList {
	padding: 62px 0 117px 0;
}


.videoList .title1 {
	font-family: OPPOSans-B;
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 52px;
}

.videoList .list {
	margin-bottom: 77px;
}

.videoList .item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}


.videoList .item:nth-child(2n) {
	flex-direction: row-reverse;
}

.videoList .item:last-child {
	margin-bottom: 0;
}


.videoList .item .videoShow {
	width: 60%;
	position: relative;
	border-radius: 10px;
	cursor: pointer;
	overflow: hidden;
}

.videoList .item .videoShow .playBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 86px;
}


.videoList .item .videoShow:hover .playBtn img {
	transform: scale(1.1, 1.1);
}

.videoList .item .msg {
	width: 37.14285%;
	background-color: #adca43;
	padding: 30px 39px 30px 39px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}


.videoList .item .msg .tit {
	font-family: OPPOSans-R;
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
	margin-bottom: 14px;
	margin-top: 37px;
}

.videoList .item .msg .name {
	font-family: OPPOSans-B;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 43px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


.videoList .item .msg .txts {
	font-family: OPPOSans-R;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	color: #faffe6;
	margin-bottom: 55px;
	hyphens: auto;
}



.videoList .item .msg .btn {
	width: 160px;
	height: 46px;
	border-radius: 5px;
	border: solid 1px #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: OPPOSans-R;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
}


.videoList .item .msg .btn:hover {
	background-color: #fff;
	color: #adca43;
}

@media screen and (max-width:1600px) {
	.videoList .title1 {
		margin-bottom: 40px;
	}

	.videoList .item .msg .tit {
		margin-top: 0;
	}

	.videoList .item .msg {
		padding: 30px;
	}
}

@media screen and (max-width:1333px) {
	.videoList .item .msg .name {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.videoList .item .msg .txts {
		margin-bottom: 30px;
	}

	.videoList .item .msg {
		padding: 30px 20px;
	}

	.videoList .item .msg .btn {
		height: 40px;
	}

	.videoList .item .videoShow .image {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.videoList .item .videoShow .image img {
		height: 100%;
		object-fit: cover;
		height: 100%;
	}

	.videoList .list {
		margin-bottom: 60px;
	}

	.videoList .item .videoShow .playBtn {
		width: 70px;
		height: 70px;
	}
}

@media screen and (max-width:999px) {
	.videoList .item .msg .name {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.videoList .safeRange {
		max-width: 520px;
	}

	.videoList .title1 {
		margin-bottom: 30px;
	}

	.videoList .item:nth-child(n) {
		flex-direction: column;
		align-items: flex-start;
		border-radius: 10px;
		overflow: hidden;
	}

	.videoList .item .videoShow {
		width: 100%;
		border-radius: 0;
	}

	.videoList .item .msg {
		width: 100%;
		border-radius: 0;
	}

	.videoList .item .msg .btn {
		height: 35px;
		width: 140px;
	}

	.videoList .item .videoShow .playBtn {
		width: 60px;
		height: 60px;
	}

	.videoList .item .msg {
		padding: 20px;
	}

	.videoList .item .msg .txts {
		-webkit-line-clamp: 3;
		margin-bottom: 20px;
	}

	.videoList .item .videoShow {
		height: 320px;
	}

	.videoList .list {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:538px) {
	.videoList .item .msg .name {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.videoList .item .msg .txts {
		-webkit-line-clamp: 2;
	}

	.videoList .item .msg .tit {
		margin-bottom: 5px;
	}

	.videoList .item:nth-child(n) {
		border-radius: 5px;
	}

	.videoList .item .videoShow {
		height: auto;
	}

	.videoList .list {
		margin-bottom: 40px;
	}

	.videoList .item .videoShow .image {
		height: 240px;
	}

	.videoList .item .videoShow .image img {
		width: 100%;
		height: 100%;
	}

	.videoList .item .videoShow .playBtn {
		width: 55px;
		height: 55px;
	}

	.videoList .item {
		margin-bottom: 30px;
	}
}



/* 6-1Contact us */

.contactUs {
	position: relative;
	padding: 61px 0 86px 0;
}


.contactUs .title1 {
	font-family: OPPOSans-B;
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 72px;
	text-align: center;
}

.contactUs .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.contactUs .con .msg {
	width: 46.214285%;
}

.contactUs .con .cForm {
	width: 50.1%;
	margin-top: -24px;
}


.contactUs .con .msg {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contactUs .con .msg .item {
	display: flex;
	border: solid 1px #dadada;
	width: 48%;
	padding: 30px 30px 28px 46px;
	margin-bottom: 42px;
	align-items: center;
}

.contactUs .con .msg .item:nth-child(2n) {
	margin-right: 0;
}

.contactUs .con .msg .item:last-child {
	margin-bottom: 0;
	margin-right: 0;
	width: 100%;
	padding: 13px 30px 15px 46px;
}



.contactUs .con .msg .item i {
	font-size: 32px;
	flex-shrink: 0;
	margin-right: 41px;
	color: #999999;
}



.contactUs .con .msg .item .name,
.contactUs .con .msg .item .num {
	font-family: OPPOSans-R;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}

.contactUs .con .msg .item a.num:hover {
	color: #0c776e;
}


.contactUs .con .msg .item.email a.num {
	word-break: break-all;
}



.contactUs .cForm ul li {
	background-color: transparent;
	border-bottom: 1px solid rgba(178, 178, 178, .8);
	border-radius: 0;
}

.contactUs .cForm ul li.subBtn {
	border-bottom: none;
}



.contactUs .con .cForm li {
	padding: 0 15px;
}

.contactUs .con .cForm li.must::after {
	left: 0px;
}

.contactUs .con .cForm li.message {
	padding: 15px 15px;
}

.contactUs .cForm ul li.code,
.contactUs .con .cForm li.subBtn {
	padding: 0;
}


.contactUs .cForm ul li.code input {
	padding: 0 15px;
}


.recruitment {
	padding: 93px 0 85px 0;
	background-color: #ffffff;
}


.recruitment .title1 {
	font-family: OPPOSans-B;
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 28px;
	text-align: center;
}


.recruitment .tip {
	text-align: center;
	font-family: OPPOSans-R;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 49px;
}





.recruitment .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 56px;
}

.recruitment .list .item {
	width: 20%;
	padding: 40px 30px 42px 40px;
	border-right: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	flex: auto;
}


.recruitment .list .item:nth-child(-n+5) {
	border-top: none;
}






.recruitment .list .item .tit,
.recruitment .list .item .txts {
	font-family: OPPOSans-R;
	font-size: 16px;
	font-weight: bold;
	line-height: 36px;
	hyphens: auto;
}

.recruitment .list .item .tit {
	color: #333333;
}

.recruitment .list .item .txts {
	color: #666666;
}


.recruitment .des p {
	line-height: 40px;
	font-weight: bold;
	color: #666666;
}

.map img {
	display: block;
}

@media screen and (max-width:1600px) {
	.contactUs .con .msg .item {
		padding: 30px 20px;
		margin-bottom: 20px;
	}

	.contactUs .con .msg .item:last-child {
		padding: 25px 20px;
	}

	.contactUs .con .msg .item i {
		margin-right: 30px;
	}

	.recruitment .list .item {
		padding: 30px;
	}

	.recruitment .list {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:1333px) {
	.contactUs .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.contactUs .con .cForm {
		margin-top: 0;
	}

	.contactUs .con .msg {
		width: 100%;
		margin-bottom: 40px;
	}

	.contactUs .con .cForm {
		width: 100%;
	}

	.contactUs .con .msg .item i {
		font-size: 28px;
		margin-right: 20px;
	}

	.contactUs .title1 {
		margin-bottom: 60px;
	}

	.recruitment .list .item:nth-child(n) {
		width: 33.333%;
		border-top: 1px solid #e1e1e1;
	}

	.recruitment .list .item:nth-child(-n + 3) {
		border-top: none;
	}
}

@media screen and (max-width:999px) {
	.contactUs .con .msg .item i {
		font-size: 24px;
	}

	.contactUs .con .msg .item .name,
	.contactUs .con .msg .item .num {
		font-size: 14px;
		line-height: 26px;
	}

	.contactUs .title1 {
		margin-bottom: 50px;
	}

	.contactUs .con .msg .item:nth-child(n) {
		padding: 20px;
	}
}

@media screen and (max-width:768px) {
	.recruitment .list .item:nth-child(n) {
		width: 50%;
		border-top: 1px solid #e1e1e1;
	}

	.recruitment .list .item:nth-child(-n + 2) {
		border-top: none;
	}

	.recruitment .tip {
		margin-bottom: 30px;
	}

	.contactUs .title1 {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.contactUs .title1 {
		margin-bottom: 30px;
	}

	.contactUs .con .msg .item:nth-child(n) {
		width: 100%;
		margin-right: 0;
	}

	.contactUs .con .msg {
		margin-bottom: 30px;
	}

	.recruitment .list .item:nth-child(n) {
		width: 100%;
		border-top: 1px solid #e1e1e1;
	}

	.recruitment .list .item:first-child {
		border-top: none;
	}

	.recruitment .list {
		margin-bottom: 30px;
	}

	.recruitment .tip {
		margin-bottom: 20px;
	}
}





















/* 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: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f8f8f8;
	border: solid 1px #b5b5b5;
	font-family: OPPOSans-R;
	font-size: 16px;
	color: #777777;
	margin: 3px 8px;
}

.pager .pageList a.active,
.pager .pageList a:hover {
	border-color: #adca43;
	background-color: #adca43;
	color: #ffffff !important;
}




.pager .addTo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 206px;
	height: 38px;
	background-color: #adca43;
	position: relative;
	margin: 0 4px;
}

.pager .addTo i {
	color: #ffffff;
	transform: rotate(-45deg);
}


.pager .addTo:hover i {
	transform: rotate(0deg);
}

.pager .addTo:hover p {
	text-decoration: underline;
}

.pager .addTo p {
	margin-right: 11px;
	font-family: OPPOSans-R;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}


.pager .addTo input {
	width: 100%;
	height: 100%;
	z-index: 9;
	cursor: pointer;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: transparent;
}


@media screen and (max-width:1333px) {
	.pager .pageList a {
		width: 35px;
		height: 35px;
		margin: 3px 5px;
	}
}

@media screen and (max-width:999px) {
	.pager .pageList a {
		width: 32px;
		height: 32px;
		font-size: 14px;
	}

	.pager .addTo p {
		font-size: 14px;
	}

	.pager .addTo {
		width: 180px;
		height: 35px;
	}
}

@media screen and (max-width:538px) {
	.pager .pageList a {
		width: 30px;
		height: 30px;
	}

	.pager {
		flex-direction: column;
	}

	.pager .addTo {
		height: 30px;
		margin-top: 15px;
	}
}

/* crumb */
.crumb .con {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 33px;
}

.crumb a,
.crumb i {
	font-family: OPPOSans-R;
	font-size: 16px;
	font-style: normal;
	letter-spacing: 0px;
	color: #999999;
	font-weight: bold;
}

.crumb a.active {
	color: #0c776e;
	position: relative;
}

.crumb a.active::after,
.crumb a.active::before {
	content: "";
	position: absolute;
	border-radius: 50%;
}

.crumb a.active::after {
	width: 8px;
	height: 8px;
	background-color: #adca43;
	right: -21px;
	top: 5px;
}

.crumb a.active::before {
	width: 20px;
	height: 20px;
	background-color: #adca43;
	opacity: 0.2;
	right: -41px;
	top: -13px;
}



.crumb i {
	font-style: normal;
	margin: 0 6px;
}

.crumb a:hover {
	color: #0c776e;
}

@media screen and (max-width:1333px) {
	.crumb .con {
		padding-top: 20px;
	}
}

@media screen and (max-width:999px) {

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 24px;
	}

	.crumb a.active::after {
		width: 6px;
		height: 6px;
	}

	.crumb a.active::before {
		width: 16px;
		height: 16px;
	}
}




/* footer */

footer {
	background-image: url("../images/footer-bg.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 75px 0 20px 0;
}


footer .blogrolls {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 94px;
}



footer .blogrolls a {
	width: 55px;
	height: 54px;
	border: solid 1px #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	color: #ffffff;
	margin: 0 21px;
	flex-shrink: 0;
}

footer .blogrolls a:hover {
	background-color: #ffffff;
}

footer .footerList {
	display: flex;
	align-items: flex-start;
	margin-bottom: 35px;
}

footer .footerList ul li {
	margin-bottom: 10px;
}


footer .footerList ul li:last-child {
	margin-bottom: 0;
}

footer .footerList li:nth-child(2n) ul li {
	margin-bottom: 17.5px;
}



footer .footerList .fNav {
	width: 18%;
	margin-right: 3.5%;
}


footer .footerList .fProduct {
	width: 20%;
	margin-right: 3.55%;
}


footer .footerList .fAbout {
	width: 18%;
	margin-right: 2.9%;
}

footer .footerList .fNews {
	width: 13%;
	margin-right: 3%;
}

footer .footerList .fContact {
	width: 18.05%;
}

footer .footerList .fContact p {
	display: inline;
}


footer a,
footer p,
footer div {
	font-family: OPPOSans-R;
	font-size: 16px;
	line-height: 26px;
	color: #b9b9b9;
}



footer .title {
	font-family: OPPOSans-B;
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
	display: block;
	margin-bottom: 23px;
}



footer .copyright,
footer .links,
footer .copyright a,
footer .links a {
	font-size: 14px;
	color: #999999;
	font-family: OPPOSans-R;
}

footer .copyright a {
	display: inline;
}

footer .copyright a img {
	display: inline-block;
	margin-left: 5px;
}

footer .links a {
	margin-left: 10px;
}

footer .email a {
	word-break: break-all;
}


@media screen and (max-width:1600px) {
	footer {
		padding: 60px 0;
	}

	footer .blogrolls {
		margin-bottom: 50px;
	}

	footer .title {
		font-size: 20px;
	}

	footer .footerList {
		justify-content: space-between;
	}

	footer .footerList .fNav,
	footer .footerList .fProduct,
	footer .footerList .fAbout,
	footer .footerList .fNews {
		margin-right: 0;
	}

	footer .blogrolls a {
		width: 45px;
		height: 45px;
		font-size: 18px;
	}

	footer .footerList .fContact {
		width: 20%;
	}

	footer .footerList .fProduct {
		width: 22%;
	}
}

@media screen and (max-width:1333px) {
	footer .blogrolls a {
		width: 40px;
		height: 40px;
		margin: 0 10px;
		font-size: 16px;
	}

	footer .title {
		font-size: 18px;
		line-height: 28px;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 24px;
	}

	footer .blogrolls {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	footer .footerList {
		display: none;
	}

	footer .links {
		display: none;
	}

	footer {
		padding: 30px 0 70px 0;
	}

	footer .copyright {
		text-align: center;
	}

	footer .blogrolls {
		margin-bottom: 20px;
	}

	footer .blogrolls a {
		width: 35px;
		height: 35px;
		font-size: 14px;
	}
}

@media screen and (max-width:538px) {
	footer .blogrolls a {
		width: 30px;
		height: 30px;
		margin: 0 5px;
	}

	footer .blogrolls {
		margin-bottom: 15px;
	}
}


/* certifiicates */

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: 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)
	}
}

/* video tankuang */

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}



/* kefu */
.lianxi {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
}

.lianxi div a,
.lianxi div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 53px;
	height: 53px;
	background-color: #dfdfdf;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 1px;
	margin-right: 3px;
	font-size: 20px;
	border-radius: 10px;
}

.lianxi .top a {
	width: 53px;
	height: 53px;
	background-color: #dfdfdf;
	color: #ffffff;
	font-size: 18px !important;
	text-align: center;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
}


.lianxi a i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	width: 26px;
	height: 26px;
}

.lianxi .top i {
	width: 24px;
	height: 24px;
	display: block;
	line-height: 22px;
	text-align: center;
	font-size: 14px;
	border-radius: 50%;
}

.lianxi div div {
	cursor: pointer;
}

.lianxi div a:hover,
.lianxi div div:hover {
	background-color: #adca43;
	color: #fff;
}

.clear2 {
	display: none;
}


.lianxi .code {
	position: relative;
}

.lianxi .code img {
	position: absolute;
	top: 0;
	right: 100%;
	width: 150px;
	height: 150px;
	max-width: none;
	transform: translateX(100%);
	z-index: -1;
	opacity: 0;
}

.lianxi .code:hover img {
	transform: translateX(0);
	opacity: 1;
}

@media screen and (max-width: 1333px) {

	.lianxi div a,
	.lianxi div div {
		height: 42px;
		width: 42px;
		font-size: 18px;
		border-radius: 5px;
	}

	.lianxi .top a {
		height: 42px;
		width: 42px;
	}
}

@media screen and (max-width: 999px) {
	.youlian {
		display: none;
	}

	.lianxi .top a {
		width: 33.33%;
		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: 33.33%;
		float: left;
	}

	.lianxi div a,
	.lianxi div div {
		font-size: 18px;
		height: 42px;
		margin: auto;
		width: 100%;
		background-color: #dfdfdf;
		color: #fff !important;
		border-radius: 0px;
	}

	.lianxi .top i {
		border-color: #fff;
	}

	.lianxi .code img,
	.lianxi .code:hover img {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		opacity: 0;
	}

	.lianxi .code.active img {
		opacity: 1;
		transform: translateX(-50%) translateY(-100%);
	}
}


@font-face {
	font-family: 'OPPOSans-B';
	font-display: swap;
	src: url('../fonts/OPPOSans-B.eot');
	src: url('../fonts/OPPOSans-B.eot') format('embedded-opentype'),
		url('../fonts/OPPOSans-B.woff2') format('woff2'),
		url('../fonts/OPPOSans-B.woff') format('woff'),
		url('../fonts/OPPOSans-B.ttf') format('truetype'),
		url('../fonts/OPPOSans-B.svg#OPPOSans-B') format('svg');
}

@font-face {
	font-family: 'OPPOSans-R';
	font-display: swap;
	src: url('../fonts/OPPOSans-R.eot');
	src: url('../fonts/OPPOSans-R.eot') format('embedded-opentype'),
		url('../fonts/OPPOSans-R.woff2') format('woff2'),
		url('../fonts/OPPOSans-R.woff') format('woff'),
		url('../fonts/OPPOSans-R.ttf') format('truetype'),
		url('../fonts/OPPOSans-R.svg#OPPOSans-R') format('svg');
}


@font-face {
	font-family: 'Poppins-Regular';
	font-display: swap;
	src: url('../fonts/PoppinsRegular.eot');
	src: url('../fonts/PoppinsRegular.eot') format('embedded-opentype'),
		url('../fonts/PoppinsRegular.woff2') format('woff2'),
		url('../fonts/PoppinsRegular.woff') format('woff'),
		url('../fonts/PoppinsRegular.ttf') format('truetype'),
		url('../fonts/PoppinsRegular.svg#PoppinsRegular') format('svg');
}




@font-face {
	font-family: "iconfont";
	/* Project id 4576167 */
	font-display: swap;
	src:
		url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
		url('../fonts/iconfont.woff?t=1722395958889') format('woff'),
		url('../fonts/iconfont.ttf?t=1722395958889') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-gouwuche:before {
	content: "\e690";
}

.icon-weixin1:before {
	content: "\e856";
}

.icon-liuyan:before {
	content: "\e62c";
}

.icon-pinterest1:before {
	content: "\f211";
}

.icon-jia1:before {
	content: "\e632";
}

.icon-xiazai:before {
	content: "\e682";
}

.icon-xiangyoujiantou:before {
	content: "\e68b";
}

.icon-xiangyoujiantou-copy:before {
	content: "\f1eb";
}

.icon-guanbi:before {
	content: "\e611";
}

.icon-tel-copy:before {
	content: "\f1ea";
}

.icon-tel-copy-copy:before {
	content: "\f212";
}

.icon-zuosanjiao:before {
	content: "\e63e";
}

.icon-yousanjiao-copy:before {
	content: "\f1e8";
}

.icon-email-s:before {
	content: "\e65e";
}

.icon-douyin:before {
	content: "\e8db";
}

.icon-duigou-cu:before {
	content: "\e658";
}

.icon-facebook-fill:before {
	content: "\e88d";
}

.icon-linkedin1:before {
	content: "\f1e7";
}

.icon-weixin:before {
	content: "\e695";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-phone3:before {
	content: "\e661";
}

.icon-line:before {
	content: "\e63f";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-Rrl_s_145:before {
	content: "\e613";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-left7:before {
	content: "\e724";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-twitter4:before {
	content: "\e7fe";
}
.listcart{margin-top: 90px;}
.listcart a.l{float: left;}
.listcart a.r{float: right;}
.listcart a{ background:#0c776e;display:inline-block;height: 34px; width:200px; line-height: 34px;cursor: pointer;border: none;overflow: hidden;color: #fff;cursor: pointer;  border:1px solid #0c776e; padding-left:10px; padding-right:10px; text-align:center; margin-left:10px;}
.listcart a:hover{  border:#0c776e solid 1px;background: #0c776e; 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}
}
.pager .pageList .no:hover{
    background-color: #f8f8f8;
    border: solid 1px #b5b5b5;
    color: #777777;
}
.pager .pageList .no:hover i{
	color: #777777;
}
#st-1{
	z-index: 99 !important;
}




nav .btns .search {
	height: 90px;
	margin-top: 14px;
	margin-right: 10px;
	display: flex;
	align-items: center;
	position: relative;
}


nav .btns .search .searchBtn {
	cursor: pointer;
	color: #0c776e;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid transparent;
}

nav .btns .search .searchBtn i{
	font-size: 18px;
}

nav .btns .search .searchBtn:hover{
	border-color: #0c776e;
}

nav .btns .search form {
	position: absolute;
	right: 0;
	top: 100%;
	background-color: #ffffff;
	height: 35px;
	width: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	overflow: hidden;
	border-radius: 30px;
	overflow: hidden;
}


nav .btns .search form.active {
	width: 280px;
	padding: 0 10px;
	border: 1px solid #0c776e;
}

nav .btns .search form input {
	width: 100%;
	height: 100%;
	font-family: OPPOSans-R;
	font-size: 16px;
	color: #333333;
}


nav .btns .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 35px;
	width: 35px;
}

nav .btns .search form .subBtn i{
	font-size: 18px;
}

nav .btns .search form .subBtn:hover i {
	color: #0c776e;
}

nav .btns .search form .subBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: transparent;
}


@media screen and (max-width:1600px){
 	nav .btns .search{
		margin-top: 0;
		height: 80px;
	}
	nav .btns .search .searchBtn{
		width: 40px;
		height: 40px;
	}
}


@media screen and (max-width:1333px){
 	nav .btns{
		margin-left: 10px;
	}
	nav .navList>ul>li{
		margin-right: 30px;
	}
	nav .btns .search .searchBtn{
		width: 35px;
		height: 35px;
	}
	nav .btns .search .searchBtn i{
		font-size: 16px;
	}
}
@media screen and (max-width:1200px){
	nav .navList>ul>li{
		margin-right: 18px;
	}
	nav .logo{
		margin-right: 20px;
	}
}
@media screen and (max-width:999px){
 	nav .btns .search{
		display: none;
	}	
}


footer .titBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


footer .titBox .menuBtn {
	display: none;
}


@media screen and (max-width:999px) {
	footer .blogrolls{
		flex-wrap: wrap;
	}
	footer .footerList {
		display: flex;
		flex-wrap: wrap;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-bottom: 10px;
	}

	footer .footerList>li.fMsg {
		margin-bottom: 10px;
	}

	footer .footerList>li:last-child {
		margin-bottom: 0;
	}

	footer .footerList .fMsg ul li {
		margin-bottom: 0;
		margin-top: 10px;
		width: 48%;
	}

	footer .footerList .fMsg ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList .fMsg ul {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 26px;
	}

	footer .footerList .fMsg .name {
		margin-bottom: 5px;
	}

	footer .footerList .box {
		margin-top: 5px;
		display: none;
		transition: none;
	}

	footer .footerList .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList .box ul li:nth-child(n) {
		width: 48%;
		margin-bottom: 0;
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .title {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 0;
	}

	footer form {
		margin-top: 10px;
		display: none;
		transition: none;
	}

	footer .footerList ul li:nth-child(n) {
		width: 48%;
		margin-top: 10px;
	}

	footer .footerList ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .titBox .menuBtn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 35px;
		height: 35px;
		font-size: 12px;
		color: #ffffff;
	}

	footer .titBox .menuBtn.active {
		transform: rotate(90deg);
	}

	footer .footerList form ul li.message {
		width: 100%;
		height: 90px;
	}
	footer .links {
		display: block;
	}
}

@media screen and (max-width:538px) {

	footer .footerList .fMsg ul li:nth-child(n),
	footer .footerList .box ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .fMsg ul li:nth-child(1),
	footer .footerList .box ul li:nth-child(1) {
		margin-top: 0;
	}
}


.iAbout .title .tit{
	font-size: 40px;
	line-height: 60px;
}

.iAbout .title .tit span:nth-child(2){
	margin-left: 0px;
	margin-top: 0;
}


.iAbout .title .tit span:nth-child(1){
	margin-left: -50px;
}

@media screen and (max-width:1560px){
 	.iAbout .title .tit{
		font-size: 34px;
		line-height: 48px;
	}
}
@media screen and (max-width:1333px){
 	.iAbout .title .tit{
		font-size: 25px;
		line-height: 38px;
	}
}
@media screen and (max-width:999px){
 	.iAbout .title .tit span:nth-child(n){
		margin: 0;
	}
}
@media screen and (max-width:768px){
	.iAbout .title .tit{
		font-size: 24px;
		line-height: 34px;
	}
}
@media screen and (max-width:538px){
 	.iAbout .title .tit{
 		font-size: 22px;
 		line-height: 30px;
 	}	
}
