@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: 16px;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
}

ul {
	list-style: none;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-size: 62.5%;
}

.image {
	display: block;
}

.image img {
	display: block;
}



a img {
	display: block;
}

img {
	border: none;
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

.standardLink a:hover {
	color: #0067b8 !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
}

.standardEdit a {
	color: #21CDC0;
}

.standardEdit a:hover {
	text-decoration: underline;
}



a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: "Microsoft YaHei", "微软雅黑";
	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;
	}
}

.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: 10px 20px;
	font-size: 16px;
	background-color: #f4f4f4;
	font-family: "Microsoft YaHei", "微软雅黑";
	color: #333333;
}

@media screen and (max-width:999px) {
	.table table tr td {
		padding: 8px 15px;
		font-size: 14px;
		line-height: 26px;
	}

}

.safeRange {
	max-width: 1440px;
	width: calc(100% - 160px);
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.safeRange {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:538px) {
	.safeRange {
		width: calc(100% - 30px);
	}
}



@media screen and (max-width: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 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.twoRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

.threeRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

.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: #21CDC0;
		right: 30px;
		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(33, 205, 192, 0.95);
		z-index: 9999999;
		transition: 0.8s;
		text-align: center;
	}

	header .xnav .smdaohangh {
		right: 0px;
		top: 0px;
		height: 100vh;
	}

	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: "Microsoft YaHei", "微软雅黑";
	}

	header .xnav ul.topnav ul {
		display: none;
		transition: none;
	}

	header .xnav ul.topnav ul li {
		clear: both;
	}

	header .xnav ul.topnav ul li a {
		padding-left: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		outline: 0;
	}


	header .xnav ul.topnav ul ul li a {
		padding-left: 40px;
	}

	header .xnav ul.topnav ul ul ul li a {
		padding-left: 60px;
	}

	header .xnav ul.topnav span {
		display: block;
		position: absolute;
		right: 0px;
		top: 7px;
		width: 20px;
		height: 20px;
		background: #fff;
		background: rgba(255, 255, 255, 0.6);
		cursor: pointer;
		border-radius: 50%;
		transition: 0.5s;
	}

	header .xnav ul.topnav span:before {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: 0px;
		transform: rotate(45deg);
		transform-origin: right center
	}

	header .xnav ul.topnav span:after {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: -1px;
		transform: rotate(-45deg);
		transform-origin: right center;
		transition: 0.5s;
	}

	header .xnav ul.topnav span.yizi {
		transform: rotate(90deg)
	}

	header .xnav .smdaohang form {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 240px;
		height: 26px;
		border: 1px solid #fff;
		position: relative;
		background: #fff;
		border-radius: 13px;
	}

	header .xnav .smdaohang form input {
		color: #333333;
	}

	header .xnav .smdaohang form .iptc {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		background-color: #fff;
		width: 80%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: left;
		border-radius: 10px;
	}

	header .xnav .smdaohang form .ipsc {
		width: 20%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: right;
		background: transparent;
		position: relative;
		z-index: 99;
	}

	header .xnav .smdaohang form i {
		position: absolute;
		right: 10px;
		top: 4px;
	}
}

/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, 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');
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
	touch-action: pan-y
}

.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-3d {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
	transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
	scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
	transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-lock {
	display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move;
	touch-action: none
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}




/* ---------------------index----------------------------- */


/* allnav */




.bannerRange {
	height: 160px;
}

header {
	height: 160px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	transition: none;
	background-color: #ffffff;
}



header.active2 {
	position: fixed;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.2);
}


header.active {
	transform: translateY(-100%);
}


nav {
	height: 100%;
	position: relative;
}


nav .safeRange {
	max-width: 1780px;
	width: calc(100% - 60px);
}


nav .navMsg {
	height: 40px;
	background-color: #283B6A;
}


nav .navMsg .navMsgBox {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}



nav .navMsg .msg {
	color: #9AA6C4;
	font-size: 14px;
	line-height: 26px;
}


nav .navMsg .language {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 99;
	margin-right: 10px;
}


nav .navMsg .lanBtn {
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 14px;
	color: rgba(255, 255, 255, .7);
	position: relative;
}

nav .navMsg .lanBtn i {
	color: rgba(255, 255, 255, .7);
}


nav .navMsg .lanBtn .icon-yuyan {
	margin-right: 6px;
	flex-shrink: 0;
	font-size: 24px;
}


nav .navMsg .lanBtn .icon-right7 {
	font-size: 10px;
	transform: rotate(90deg);
	margin-left: 5px;
	flex-shrink: 0;
}

nav .navMsg .lanBtn.active .icon-right7 {
	transform: rotate(-90deg);
}


nav .navMsg .lanBtn:hover,
nav .navMsg .lanBtn:hover i {
	color: #ffffff;
}


nav .navMsg .language ul {
	position: absolute;
	top: 100%;
	background: rgba(255, 255, 255, 0.96);
	padding: 20px 0;
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 140px;
	display: none;
	transition: none;
	min-width: 98px;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
}


nav .navMsg .language ul li {
	margin-bottom: 10px;
}

nav .navMsg .language ul li:last-child {
	margin-bottom: 0;
}

nav .navMsg .language ul a {
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	text-align: center;
	padding: 0 20px;
}

nav .navMsg .language ul a:hover {
	color: #21CDC0;
}



nav .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}



nav .logo {
	width: 186px;
	flex-shrink: 0;
	position: relative;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}

nav .logo:hover img {
	transform: none;
}


nav .logo::after {
	content: "";
	position: absolute;
	right: -73px;
	height: 120px;
	width: 1px;
	background-color: rgba(127, 133, 136, 0.6);
	top: 50%;
	transform: translateY(-50%);
}



nav .navList {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}


nav .navList>ul {
	display: flex;
	align-items: center;
}

nav .navList>ul>li {
	margin-right: 63px;
	position: relative;
}


nav .navList>ul>li:last-child {
	margin: 0;
}

nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 120px;
	line-height: 120px;
	font-size: 16px;
	color: #0E204D;
	position: relative;
}

nav .navList>ul>li>a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	transition: .4s ease all;
	background-color: #21CDC0;
	width: 0;
	height: 4px;
}


nav .navList>ul>li:hover>a::after,
nav .navList>ul>li.active>a::after {
	width: 86px;
}



nav .navList>ul>li.active>a,
nav .navList>ul>li:hover>a {
	color: #21CDC0;
}


nav .btns {
	display: flex;
	align-items: center;
	margin-left: 45px;
	height: 120px;
	justify-content: flex-end;
	margin-left: 150px;
}

nav .search {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}


nav .search .searchBtn {
	cursor: pointer;
}


nav .search .searchBtn i {
	font-size: 23px;
	color: #242424;
	transform: translateY(0px);
	font-weight: bold;
}


nav .search .searchBtn:hover i {
	color: #21CDC0;
}

nav .search form {
	position: absolute;
	right: 0;
	top: 100%;
	background: rgba(255, 255, 255, 0.96);
	height: 35px;
	width: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	overflow: hidden;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
}


nav .search form.active {
	width: 280px;
	padding: 0 10px;
}

nav .search form input {
	width: 100%;
	height: 100%;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	color: #333333;
	background-color: transparent;
}


nav .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 35px;
	width: 35px;
	background-color: transparent;
}


nav .search form .subBtn i {
	font-size: 18px;
	font-weight: bold;
}



nav .search form .subBtn:hover i {
	color: #21CDC0;
}


nav .search form .subBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: transparent;
}

nav .btns .line {
	width: 1px;
	height: 120px;
	background-color: rgba(127, 133, 136, .6);
	margin: 0 63px 0 44px;
}

.cBtn {
	width: 174px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	color: #FFF;
	font-size: 16px;
	border: 1px solid #21CDC0;
	background-color: #21CDC0;
}

.cBtn:hover {
	background-color: transparent;
	color: #21CDC0;
}

.cBtn i {
	font-size: 18px;
	transform: rotate(-45deg);
	flex-shrink: 0;
	margin-left: 10px;
}

.cBtn:hover i {
	color: #21CDC0;
}




/* moreList */

.moreList,
.moreList ul {
	position: absolute;
	background: rgba(255, 255, 255, 0.96);
	padding: 31px 0 31px 0;
	display: none;
	transition: none;
	width: max-content;
	min-width: 262px;
	max-width: 300px;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
}


.moreList ul {
	left: 100%;
	top: -31px;
}


.moreList {
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}


.moreList li {
	margin-bottom: 22px;
	position: relative;
}

.moreList li:last-child {
	margin-bottom: 0;
}


.moreList a {
	padding: 0 20px;
	font-size: 16px;
	line-height: 26px;
	color: #0E204D;
	text-align: center;
}


.moreList a:hover {
	color: #21CDC0;
}


.xnav .msg {
	display: none;
}

html {
	scroll-padding-top: 60px;
}

@media screen and (max-width:1800px) {
	nav .btns {
		margin-left: 55px;
	}

	nav .btns .line {
		margin: 0 40px;
	}

	nav .logo::after {
		right: -40px;
	}

	nav .navList>ul>li>a {
		height: 80px;
		line-height: 80px;
	}

	nav .btns .line,
	nav .logo::after,
	nav .logo,
	nav .btns {
		height: 80px;
	}

	nav .logo {
		width: 160px;
	}

	.bannerRange,
	header {
		height: 120px;
	}

	.moreList,
	.moreList ul {
		padding: 20px 0;
		min-width: 240px;
	}

	.moreList ul {
		top: -20px;
	}

	.moreList li {
		margin-bottom: 16px;
	}
}

@media screen and (max-width:1600px) {
	nav .btns {
		margin-left: 40px;
	}

	nav .navList>ul>li {
		margin-right: 50px;
	}

	nav .navList>ul>li:hover>a::after,
	nav .navList>ul>li.active>a::after {
		width: 50px;
	}

	nav .search .searchBtn i {
		font-size: 20px;
	}

	nav .btns .line {
		margin: 0 30px;
	}

	nav .logo {
		width: 130px;
	}

	.cBtn {
		height: 45px;
		width: 160px;
	}

	.moreList,
	.moreList ul {
		min-width: 220px;
	}
}

@media screen and (max-width:1333px) {
	.cBtn {
		height: 40px;
		width: 150px;
	}

	nav .btns .line {
		margin: 0 20px;
	}

	nav .btns {
		margin-left: 40px;
	}

	nav .navList>ul>li {
		margin-right: 40px;
	}

	nav .logo {
		width: 120px;
	}
}

@media screen and (max-width:1200px) {
	nav .navList>ul>li {
		margin-right: 22px;
	}

	nav .btns .line {
		margin: 0 14px;
	}

	nav .btns {
		margin-left: 26px;
	}

	nav .logo::after {
		right: -25px;
	}
}

@media screen and (max-width:999px) {

	nav .navList>ul,
	nav .search,
	nav .btns .line,
	nav .navMsg .msg {
		display: none;
	}

	nav .logo::after {
		display: none;
	}

	nav .btns .line,
	nav .logo,
	nav .btns {
		height: 60px;
	}

	nav .logo {
		width: 110px;
	}

	.bannerRange,
	header {
		height: 60px;
	}

	header {
		background-color: #ffffff;
		background-image: none;
		position: fixed !important;
		transform: translateY(0) !important;
		transition: .4s ease all !important;
	}

	nav .navMsg .language {
		height: 60px;
		position: fixed;
		right: 100px;
		top: 0;
		z-index: 999999;
		margin-right: 0;
	}

	nav .navMsg {
		height: 0;
	}

	nav .btns {
		margin-left: 0;
		margin-right: 60px;
	}

	nav .navMsg .lanBtn {
		color: #1D2A4D;
	}

	nav .navMsg .lanBtn i {
		color: #1D2A4D;
	}

	.cBtn {
		font-size: 14px;
		height: 36px;
		width: 140px;
	}

	.cBtn i {
		font-size: 16px;
	}

	nav .navMsg .lanBtn .icon-yuyan {
		font-size: 20px;
	}

	nav .navMsg .lanBtn:hover,
	nav .navMsg .lanBtn:hover i {
		color: #1D2A4D;
	}

	nav .btns .cBtn {
		display: none;
	}
}

@media screen and (max-width:768px) {

	.bannerRange,
	header,
	nav .btns .line,
	nav .logo,
	nav .btns {
		height: 50px;
	}

	html {
		scroll-padding-top: 50px;
	}

	nav .navMsg .language {
		height: 50px;
		right: 80px;
	}

	nav .logo {
		width: 96px;
	}

	.cBtn {
		height: 34px;
		width: 130px;
	}

	.cBtn i {
		font-size: 14px;
	}

	header .xnav .nav {
		top: 25px;
		right: 25px;
	}

	nav .safeRange {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:538px) {
	nav .safeRange {
		width: calc(100% - 30px);
	}

	header .xnav .nav {
		right: 15px;
	}
}





/* indexBanner */

.indexBanner {
	position: relative;
	transition: none;
}


.indexBanner * {
	transition: none;
}


.indexBanner a:hover img {
	transform: scale(1);
}


.indexBanner .swiper-slide {
	position: relative;
}

.indexBanner .swiper-slide .image {
	height: 100%;
	width: 100%;
	overflow: hidden;
}


.indexBanner .swiper-slide .image img {
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.indexBanner .swiper-slide video,
.indexBanner .swiper-slide iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}



.indexBanner img {
	display: block;
}



.indexBanner .prev,
.indexBanner .next {
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	width: 65px;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	color: #666666;
	font-size: 40px;
	transition: .4s ease all;
}


.indexBanner .prev {
	left: 63px;
}


.indexBanner .next {
	right: 63px;
}



.indexBanner .prev:hover,
.indexBanner .next:hover {
	color: #21CDC0;
}





.indexBanner .signs {
	position: absolute;
	z-index: 99;
	left: 50%;
	transform: translateX(-50%);
	bottom: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0 20px;
	display: none;
}



.indexBanner .swiper-pagination {
	position: static;
	margin: 0 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: auto;
}




.indexBanner .swiper-pagination span {
	cursor: pointer;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	border: solid 1px transparent;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	opacity: 1;
	transition: .4s ease all;
}


.indexBanner .swiper-pagination span::after {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .6);
	transition: .4s ease all;
}


.indexBanner .swiper-pagination span.swiper-pagination-bullet-active {
	border-color: #21CDC0;
}

.indexBanner .swiper-pagination span.swiper-pagination-bullet-active::after {
	background-color: #21CDC0;
}




@media screen and (max-width:1820px) {

	.indexBanner .prev,
	.indexBanner .next {
		width: 50px;
		height: 50px;
		font-size: 30px;
	}

	.indexBanner .prev {
		left: 10px;
	}

	.indexBanner .next {
		right: 10px;
	}
}


@media screen and (max-width:1333px) {

	.indexBanner .prev,
	.indexBanner .next {
		width: 45px;
		height: 45px;
		font-size: 28px;
	}
}


@media screen and (max-width:999px) {

	.indexBanner .prev,
	.indexBanner .next {
		display: none !important;
	}

	.indexBanner .signs {
		display: block !important;
		bottom: 30px;
	}

	.indexBanner .signs span {
		margin: 0 5px !important;
	}

	.indexBanner .msg .tit {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 20px;
	}

	.indexBanner .msg .btn {
		font-size: 14px;
		height: 34px;
		width: 160px;
	}
}

@media screen and (max-width:768px) {
	.indexBanner .msg {
		display: none;
	}

	.indexBanner .signs {
		bottom: 16px;
	}
}



/* indexM1-1 */

.iAdvantages {
	padding: 60px 0 69px 0;
	padding-left: calc((100% - 1440px)/ 2);
	position: relative;
}


.iAdvantages .list {
	width: 65.21%;
	display: flex;
	flex-wrap: wrap;
}


.iAdvantages .list .item {
	width: 30%;
	margin-right: 5%;
}

.iAdvantages .list .item:nth-child(3n) {
	margin-right: 0;
}



.iAdvantages .list .image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	margin-bottom: 26px;
	position: relative;
}


.iAdvantages .list .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	opacity: 0;
	width: 100%;
	height: 100%;
}

.iAdvantages .list .image img:nth-child(1) {
	opacity: 1;
}

.iAdvantages .list .image:hover img:nth-child(1) {
	opacity: 1;
}

.iAdvantages .list .image:hover img:nth-child(2) {
	opacity: 1;
}

.iAdvantages .list .image:hover img {
	transform: translateX(-50%) translateY(-50%);
}


.iAdvantages .tit {
	color: #0E204D;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 25px;
	font-weight: bold;
}


.iAdvantages .tit:hover {
	color: #21CDC0;
}


.iAdvantages .txts {
	color: #666;
	font-size: 14px !important;
	line-height: 26px !important;
	height: 78px;
}

.iAdvantages .show {
	width: 27.6%;
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url("../images/indexM1-4.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 99;
	background-color: #21CDC0;
	padding: 66px 116px 80px 60px;
	clip-path: polygon(100% 0, 100% 100%, 12% 100%, 0 85%, 0 0);
}

.iAdvantages .show .tit {
	margin-bottom: 22px;
	color: #ffffff;
	font-size: 26px;
	line-height: 40px;
}


.iAdvantages .show .tit:hover {
	color: #0E204D;
}


.iAdvantages .show .txts {
	color: #FFF;
	font-size: 16px !important;
	line-height: 28px !important;
	height: 112px;
	margin-bottom: 84px;
}


.iAdvantages .show .btn {
	display: flex;
	align-items: center;
	color: #ffffff;
}

.iAdvantages .show .btn i {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 10px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	color: #21CDC0;

}

.iAdvantages .show .btn:hover {
	color: #0E204D;
}

.iAdvantages .show .btn:hover i {
	background-color: #0E204D;
}

@media screen and (max-width:1600px) {
	.iAdvantages {
		padding: 60px 0 60px 80px;
	}

	.iAdvantages .list .image {
		width: 60px;
		height: 60px;
	}

	.iAdvantages .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.iAdvantages .show {
		padding: 60px 60px 60px 40px;
	}

	.iAdvantages .show .tit {
		font-size: 24px;
		line-height: 34px;
	}
}

@media screen and (max-width:1333px) {

	.iAdvantages .list .image {
		width: 50px;
		height: 50px;
		margin-bottom: 20px;
	}

	.iAdvantages .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.iAdvantages .show {
		padding: 60px 60px 60px 40px;
	}

	.iAdvantages .show .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.iAdvantages .show .txts {
		margin-bottom: 52px;
	}
}

@media screen and (max-width:999px) {
	.iAdvantages {
		padding: 50px 80px 0;
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.iAdvantages .show {
		position: static;
		width: 100%;
		margin-bottom: 40px;
		padding: 30px 40px;
	}

	.iAdvantages .show .txts {
		height: auto;
		margin-bottom: 20px;
		font-size: 14px !important;
		line-height: 26px !important;
	}

	.iAdvantages .show .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.iAdvantages .show .btn i {
		width: 30px;
		height: 30px;
		font-size: 12px;
	}

	.iAdvantages .list {
		width: 100%;
	}

	.iAdvantages .list .image {
		width: 45px;
		height: 45px;
	}

	.iAdvantages .tit {
		margin-bottom: 20px;
	}

	.iAdvantages .txts {
		height: auto;
	}
}

@media screen and (max-width:768px) {
	.iAdvantages {
		padding: 40px 25px 0;
	}

	.iAdvantages .show {
		margin-bottom: 30px;
	}

	.iAdvantages .list .image {
		width: 40px;
		height: 40px;
	}

	.iAdvantages .show {
		padding: 20px 30px;
	}

	.iAdvantages .show .tit {
		margin-bottom: 20px;
	}

	.iAdvantages .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.iAdvantages .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.iAdvantages .list .item:last-child {
		width: 100%;
	}

	.iAdvantages .list {
		justify-content: space-between;
	}
}

@media screen and (max-width:538px) {
	.iAdvantages {
		padding: 40px 15px 0;
	}

	.iAdvantages .list .item:nth-child(n) {
		width: 100%;
		margin-right: 0;
		margin-top: 30px;
	}

	.iAdvantages .list .item:nth-child(1) {
		margin-top: 0;
	}
}

/* indexM2-1 */


.iProducts {
	margin-top: 82px;
	position: relative;
	z-index: 9;
	margin-bottom: -102px;
}


.iTit {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.iProducts .iTit {
	margin-bottom: 19px;
}


.title1 {
	color: #0E204D;
	font-size: 42px;
	line-height: 60px;
	font-weight: 290;
}

a.title1 {
	display: inline-block;
}


a.title1:hover {
	color: #21CDC0;
}


.iTit .tip {
	color: #21CDC0;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 4px;
}

.iTit .btn {
	display: flex;
	align-items: center;
	color: #0E204D;
	font-size: 18px;
	line-height: 24px;
}


.iTit .btn i {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #21CDC0;
	color: #ffffff;
	flex-shrink: 0;
	margin-left: 10px;
	border-radius: 50%;
}


.iTit .btn:hover i {
	background-color: #435BA1;
}

.iTit .btn:hover {
	color: #435BA1;
}



.iProducts .checkBtns {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 55px;
}

.iProducts .checkBtns .item {
	margin: 5px 0;
	margin-right: 14px;
	padding: 16px 26px;
	background-color: #EBF9F8;
	color: #0E204D;
	font-size: 18px;
	position: relative;
	z-index: 2;
	border-radius: 30px;
	overflow: hidden;
	cursor: pointer;
}


.iProducts .checkBtns .item::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(90deg, #32B2CA 0%, #2DEFAD 100%);
	z-index: -1;
	opacity: 0;
	transition: .4s ease all;
}

.iProducts .checkBtns .item:hover,
.iProducts .checkBtns .item.active {
	background-color: transparent;
	color: #ffffff;
}


.iProducts .checkBtns .item:hover::after,
.iProducts .checkBtns .item.active::after {
	opacity: 1;
}


.iProducts .checks .list {
	display: none;
	/* justify-content: space-between; */
	flex-wrap: wrap;
}



.iProducts .checks .list.active {
	display: flex;
}


.iProducts .checks .item {
	width: 15.97%;
	border-radius: 16px;
	background-color: #ffffff;
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.10);
	padding: 24px 20px 30px;
	position: relative;
	transition: 1s ease all;
	margin-right: 2.27%;
}


.iProducts .checks .item::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 4px;
	background-color: #21CDC0;
	width: 72.6%;
	opacity: 0;
	transition: .4s ease all;
	border-radius: 5px;
}


.iProducts .checks .item.active::after {
	opacity: 1;
}





.iProducts .checks .item.active {
	width: 45.27%;
	padding: 24px 44px 34px;
}


.iProducts .checks .item:nth-child(4n) {
	margin-right: 0;
}



.iProducts h2 {
	font-weight: normal;
}

.iProducts .image {
	height: 310px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	margin-bottom: 18px;
}



.iProducts .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.iProducts .image img:nth-child(1) {
	opacity: 1;
}

.iProducts .image img:nth-child(2) {
	opacity: 0;
}


.iProducts .checks .item.active img:nth-child(1) {
	opacity: 0;
}

.iProducts .checks .item.active img:nth-child(2) {
	opacity: 1;
}

.iProducts .checks .item.active .image:hover img:nth-child(2) {
	opacity: .6;
}


.iProducts .tit {
	text-align: center;
	color: #0E204D;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 6px;
}


.iProducts .item.active .tit {
	text-align: right;
}


.iProducts .tit:hover {
	color: #21CDC0;
}


.iProducts .txts {
	color: #999;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	opacity: 0;
	pointer-events: none;
}

.iProducts .item.active .txts {
	opacity: 1;
	pointer-events: all;
	text-align: right;
}

@media screen and (max-width:1600px) {
	.iTit .tip {
		margin-bottom: 10px;
	}

	.iProducts .iTit {
		margin-bottom: 30px;
	}

	.iProducts .checkBtns .item {
		font-size: 16px;
		line-height: 28px;
		padding: 6px 20px;
	}

	.iProducts .checkBtns {
		margin-bottom: 50px;
	}

	.iProducts .checks .item {
		padding: 30px 10px;
		border-radius: 10px;
	}

	.iProducts .checks .item.active {
		padding: 30px 30px;
	}

	.iProducts {
		margin-top: 80px;
	}
}

@media screen and (max-width:1333px) {
	.iProducts {
		margin-top: 60px;
	}

	.iProducts .checkBtns {
		margin-bottom: 40px;
	}

	.iProducts .image {
		height: 250px;
	}
}

@media screen and (max-width:999px) {
	.iTit .btn i {
		width: 30px;
		height: 30px;
		font-size: 12px;
	}

	.iProducts .checkBtns .item {
		font-size: 14px;
		line-height: 26px;
		padding: 5px 20px;
	}
	
	.iProducts .checks .list{
	    justify-content: space-between;
	}

	.iProducts .checks .item:nth-child(n) {
		width: 48%;
		margin-top: 30px;
		padding: 30px 20px;
		margin-right: 0;
	}

	.iProducts .checks .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.iProducts .checks .item .tit {
		font-size: 16px;
		line-height: 28px;
		text-align: right;
	}

	.iProducts .item .image img:nth-child(1) {
		opacity: 0;
		display: none;
	}

	.iProducts .item .image img:nth-child(2) {
		opacity: 1;
		position: static;
		transform: translateX(0);
	}

	.iProducts .item .txts {
		opacity: 1;
		text-align: right;
	}

	.iProducts .checks .item::after {
		opacity: 1;
	}

	.iProducts .image {
		width: 100%;
		max-width: 280px;
		height: auto;
		position: static;
		margin: 0 auto 20px;
	}

	.iProducts .checks .item {
		border-radius: 5px;
	}

	.iProducts {
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.iProducts {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.iProducts .checkBtns {
		margin-bottom: 30px;
	}

	.iProducts .iTit {
		flex-direction: column;
		align-items: flex-start;
	}

	.iTit .btn {
		margin-top: 20px;
	}

	.iProducts .checkBtns .item {
		padding: 4px 12px;
	}
}


@media screen and (max-width:400px) {
	.iProducts .checks .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.iProducts .checks .item:nth-child(1) {
		margin-top: 0;
	}

	.iProducts .image {
		max-width: 200px;
	}
}


/* indexM3-1 */

.iSolutions {
	padding: 100px 0 110px 0;
	background-image: url("../images/indexM3-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.iSolutions .piece {
	height: 112px;
}

.solutions .iTit {
	margin-bottom: 44px;
}


.sBtns {
	display: flex;
	align-items: center;
	justify-content: center;
}


.sBtns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	font-size: 10px;
	color: #666;
	position: relative;
	z-index: 9;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
	background-color: #d9d9d9;

}


.sBtns>div::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	background: linear-gradient(90deg, #32B2CA 0%, #2DEFAD 100%);
	transition: .4s ease all;
	opacity: 0;
}

.sBtns>div:hover {
	background-color: transparent;
	color: #ffffff;
}

.sBtns>div:hover::after {
	opacity: 1;
}

.sBtns>div.prev {
	margin-right: 10px;
}


.sBtns>div.swiper-button-disabled {
	pointer-events: none;
}



.solutions .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}



.solutions .checkBtns {
	width: 16%;
	padding-top: 60px;
}

.solutions .checkBtns .item {
	position: relative;
	margin-bottom: 30px;
	color: #0E204D;
	font-size: 18px;
	line-height: 28px;
	opacity: .6;
	cursor: pointer;

}


.solutions .checkBtns .item::after {
	content: "";
	position: absolute;
	top: 14px;
	left: 0;
	background: linear-gradient(90deg, #2DEFAD 0%, #32B2CA 99.43%);
	height: 2px;
	width: 0;
	transition: .4s ease all;

}



.solutions .checkBtns .item:hover,
.solutions .checkBtns .item.active {
	padding-left: 56px;
	opacity: 1;
	font-weight: bold;
	color: #;
}


.solutions .checkBtns .item:hover::after,
.solutions .checkBtns .item.active:after {
	width: 47px;
}



.solutions .checkBtns .item:last-child {
	margin-bottom: 0;
}



.solutions .swiper {
	width: 78.88%;
	margin: 0;
}

.solutions .swiper .swiper-slide {
	display: flex;
	justify-content: space-between;
}


.solutions .swiper .swiper-slide .image {
	position: relative;
	border-radius: 32px;
	overflow: hidden;
	width: 46%;
}

.solutions .swiper .swiper-slide .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.solutions .swiper .swiper-slide .image::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url("../images/indexM3-shadow.png");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	pointer-events: none;
}


.solutions .swiper .swiper-slide .msg {
	width: 48.8%;
	padding: 40px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.solutions .swiper .swiper-slide .msg .sTit {
	font-weight: bold;
}


.solutions .swiper .swiper-slide .msg .sTit:hover{
	text-decoration: underline;
	text-decoration-skip-ink:none;
	text-underline-offset:5px;
}


.sTit {
	color: #0E204D;
	font-size: 30px;
	line-height: 40px;
	font-weight: 290;
}

a.sTit:hover {
	color: #21CDC0;
}



.solutions .swiper .txts {
	color: #666;
	font-size: 16px;
	line-height: 28px;
	margin-top: 30px;
}

.solutions .swiper .tips {
	margin-top: 29px;
}

.solutions .swiper .tips p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}

.solutions .swiper .tips p em {
	font-style: normal;
	color: #333;
}

.solutions .swiper .tips p:last-child {
	margin-bottom: 0;
}


.solutions .swiper .cBtn {
	margin-top: 129px;
}


@media screen and (max-width:1600px) {
	.sBtns>div {
		width: 50px;
		height: 50px;
	}

	.sBtns>div.prev {
		margin-right: 20px;
	}

	.solutions .swiper .swiper-slide .image {
		border-radius: 20px;
	}

	.sTit {
		font-size: 28px;
		line-height: 40px;
	}

	.solutions .swiper .cBtn {
		margin-top: 80px;
	}
}

@media screen and (max-width:1333px) {
	.sBtns>div {
		width: 45px;
		height: 45px;
	}

	.solutions .checkBtns .item {
		font-size: 16px;
	}

	.solutions .swiper .swiper-slide .image {
		border-radius: 10px;
	}

	.sTit {
		font-size: 24px;
		line-height: 34px;
	}

	.solutions .checkBtns {
		padding-top: 40px;
	}

	.solutions .checkBtns {
		width: 30%;
	}

	.solutions .swiper {
		width: 65%;
	}

	.solutions .checkBtns .item {
		margin-bottom: 20px;
	}

	.solutions .iTit {
		margin-bottom: 40px;
	}

	.solutions .swiper .cBtn {
		margin-top: 60px;
	}

	.solutions .checkBtns .item:hover::after,
	.solutions .checkBtns .item.active:after {
		width: 30px;
	}

	.solutions .checkBtns .item:hover,
	.solutions .checkBtns .item.active {
		padding-left: 50px;
	}

	.solutions .checkBtns .item::after {
		top: 12px;
	}
}

@media screen and (max-width:999px) {
	.sBtns>div {
		width: 40px;
		height: 40px;
	}

	.solutions .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.solutions .swiper {
		width: 100%;
	}

	.solutions .swiper .swiper-slide .image {
		border-radius: 5px;
	}

	.solutions .swiper .cBtn {
		margin-top: 40px;
	}

	.sTit {
		font-size: 20px;
		line-height: 30px;
	}

	.solutions .checkBtns {
		width: 100%;
		padding-top: 0;
		margin-bottom: 30px;
		display: flex;
		flex-wrap: wrap;
	}

	.solutions .checkBtns .item:hover,
	.solutions .checkBtns .item.active {
		padding-left: 0;
	}

	.solutions .checkBtns .item {
		margin: 6px 0;
		margin-right: 30px;
		font-size: 14px;
	}

	.solutions .iTit {
		margin-bottom: 30px;
	}

	.solutions .checkBtns .item::after {
		top: -4px;
	}
}

@media screen and (max-width:768px) {
	.sBtns>div {
		width: 36px;
		height: 36px;
	}

	.sTit {
		font-size: 18px;
		line-height: 28px;
	}

	.solutions .swiper .swiper-slide .msg {
		padding: 30px 0;
	}

	.solutions .swiper .txts {
		margin-top: 20px;
	}

	.solutions .swiper .cBtn {
		margin-top: 30px;
	}

	.solutions .swiper .tips {
		margin-top: 20px;
	}

	.solutions .checkBtns {
		margin-bottom: 20px;
	}

	.solutions .checkBtns .item {
		margin-right: 20px;
		line-height: 24px;
	}
}

@media screen and (max-width:538px) {
	.solutions .swiper .swiper-slide {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.solutions .swiper .swiper-slide .msg {
		padding: 0;
		margin-bottom: 20px;
		width: 100%;
	}

	.solutions .swiper .swiper-slide .image {
		width: 100%;
		height: 260px;
	}

	.solutions .swiper .cBtn {
		margin-top: 20px;
	}

	.solutions .checkBtns {
		margin-bottom: 30px;
	}

	.sBtns>div.prev {
		margin-right: 14px;
	}
}




/* indexM4-1 */


.solutionShow {
	padding-right: calc((100% - 1440px)/ 2);
	display: flex;
	justify-content: space-between;
}



.solutionShow .image {
	width: 57.4%;
	border-radius: 0 20px 0 0;
	overflow: hidden;
}

.solutionShow .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.solutionShow .image:hover img {
	transform: none;
	opacity: .8;
}


.solutionShow .msg {
	width: 42.6%;
}

.solutionShow .tip {
	padding: 29px 0 34px;
	padding-left: 80px;
	display: flex;
	align-items: flex-start;
}

.solutionShow .tip .txts {
	color: rgba(14, 32, 77, .6);
	font-size: 16px;
	line-height: 28px;
}


.solutionShow .tip img {
	width: 30px;
	height: 30px;
	flex-shrink: 0;
	margin-right: 15px;
}



.solutionShow .des {
	padding: 91px 0 128px 80px;
	background-color: #07C5B7;
	position: relative;
}

.solutionShow .des::after {
	content: '';
	position: absolute;
	width: 100vw;
	height: 100%;
	background-color: #07C5B7;
	z-index: -1;
	left: calc(100% - 2px);
	top: 0;
}


.solutionShow .des .title1 {
	color: #ffffff;
	line-height: 50px;
}


.solutionShow .des .title1:hover {
	color: #0E204D;
}


.solutionShow .des .txts {
	height: 224px;
	margin-top: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
}


.solutionShow .des .txts p {
	color: #EDFBFA;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}


.solutionShow .des .btns {
	display: flex;
	align-items: center;
	margin-top: 85px;
}

.solutionShow .des .btns .cBtn {
	margin: 5px 0;
	margin-right: 17px;
	border-color: #ffffff;
	color: #ffffff;
	background-color: transparent;
}


.solutionShow .des .btns .cBtn:hover {
	background-color: #ffffff;
	color: #0E204D;
}

.solutionShow .des .btns .cBtn:hover i {
	color: #0E204D;
}

.solutionShow .des .btns .cBtn:last-child {
	margin-right: 0;
}

@media screen and (max-width:1600px) {
	.solutionShow .image {
		border-radius: 0 10px 0 0;
		width: 50%;
	}

	.solutionShow .msg {
		width: 50%;
	}

	.solutionShow .tip {
		width: 100%;
		padding: 20px 0 20px 50px;
	}

	.solutionShow {
		padding-right: 80px;
	}

	.solutionShow .des {
		width: 100%;
		padding: 60px 0 60px 50px;
	}

}

@media screen and (max-width:1333px) {
	.solutionShow .des {
		padding: 50px 0 50px 40px;
	}

	.solutionShow .tip {
		width: 100%;
		padding: 20px 0 20px 40px;
	}

	.solutionShow .des .txts {
		margin-top: 40px;
	}

	.solutionShow .des .btns {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.solutionShow .des .txts {
		height: 208px;
	}

	.solutionShow .des {
		padding: 40px 0 40px 30px;
	}

	.solutionShow .tip {
		padding: 20px 0 20px 30px;
	}

	.solutionShow .tip img {
		width: 26px;
		height: 26px;
	}
}

@media screen and (max-width:768px) {
	.solutionShow {
		flex-direction: column-reverse;
		align-items: flex-start;
		padding: 0;
	}

	.solutionShow .des {
		width: 100%;
		padding: 40px 25px;
	}

	.solutionShow .msg {
		width: 100%;
	}

	.solutionShow .tip {
		padding: 0px 25px;
		margin-bottom: 20px;
	}

	.solutionShow .des .txts {
		height: auto;
		-webkit-line-clamp: 6;
		margin-top: 30px;
	}

	.solutionShow .des .btns {
		margin-top: 30px;
	}

	.solutionShow .image {
		width: 100%;
		border-radius: 0;
		height: 360px;
	}

	.solutionShow .tip img {
		width: 22px;
		height: 22px;
	}
}

@media screen and (max-width:538px) {
	.solutionShow .des {
		padding: 40px 15px;
	}

	.solutionShow .tip {
		padding: 0px 15px;
	}

	.solutionShow .image {
		height: 280px;
	}
}

/* indexM5-1 */


.iAbility {
	padding: 100px 0 99px 0;
}

.ability {
	display: flex;
	justify-content: space-between;
}

.ability .msg {
	width: 33%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.ability .msg .box {
	margin-bottom: 50px;
}

.ability .msg .txts {
	color: #666;
	font-size: 16px;
	line-height: 28px;
	margin-top: 40px;
}

.ability .msg .cBtn2 {
	margin-bottom: 31px;
}

.cBtn2 {
	position: relative;
	width: 174px;
	height: 52px;
	border: 1px solid #D5D5D5;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0E204D;
	font-size: 16px;
	border-radius: 6px;
}


.cBtn2 i {
	font-size: 18px;
	flex-shrink: 0;
	margin-left: 10px;
	transform: rotate(-45deg);
	color: #0E204D;
	font-weight: bold;
}


.cBtn2::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: 132px;
	height: 2px;
	background-color: #21CDC0;
}


.cBtn2:hover {
	background-color: #21CDC0;
	border-color: #21CDC0;
	color: #ffffff;
}


.cBtn2:hover i {
	color: #ffffff;
}


.ability .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 50%;
}



.ability .list .item {
	width: 45.7%;
	margin-top: 59px;
}


.ability .list .item:nth-child(-n+2) {
	margin-top: 0;
}


.ability .list .image {
	width: 70px;
	height: 70px;
	position: relative;
	margin-bottom: 26px;
}

.ability .list .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.ability .list .image img:nth-child(1) {
	opacity: 1;
}

.ability .list .image img:nth-child(2) {
	opacity: 0;
}


.ability .list .image:hover img {
	transform: translateX(-50%) translateY(-50%);
}

.ability .list .image:hover img:nth-child(1) {
	opacity: 0;
}

.ability .list .image:hover img:nth-child(2) {
	opacity: 1;
}


.ability .list .tit {
	color: #0E204D;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 25px;
}



.ability .list .tit:hover {
	color: #21CDC0;
}


.ability .list .txts {
	color: #666;
	font-family: "Microsoft YaHei";
	font-size: 14px !important;
	font-weight: 400;
	line-height: 26px !important;
}

@media screen and (max-width:1600px) {
	.ability .list .image {
		width: 60px;
		height: 60px;
		margin-bottom: 20px;
	}

	.ability .list .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.ability .list .item {
		margin-top: 40px;
	}

	.ability .list {
		width: 55%;
	}

	.cBtn2 {
		height: 45px;
		width: 160px;
	}

	.cBtn2 i {
		font-size: 16px;
	}
}

@media screen and (max-width:1333px) {
	.ability .list {
		width: 56%;
	}

	.ability .list .image {
		width: 50px;
		height: 50px;
	}

	.ability .list .item {
		margin-top: 30px;
	}

	.ability .msg {
		justify-content: center;
	}

	.cBtn2 {
		height: 40px;
		width: 150px;
	}

	.cBtn2::after {
		width: 80%;
	}
}

@media screen and (max-width:999px) {
	.ability {
		flex-direction: column;
		align-items: flex-start;
	}

	.ability .msg {
		width: 100%;
	}

	.ability .msg .cBtn2 {
		margin-bottom: 0;
	}

	.ability .msg .txts {
		margin-top: 30px;
		font-size: 14px;
		line-height: 26px;
	}

	.ability .msg .box {
		margin-bottom: 20px;
	}

	.cBtn2 {
		font-size: 14px;
		height: 36px;
		width: 140px;
	}

	.cBtn2 i {
		font-size: 14px;
	}

	.ability .list {
		width: 100%;
		margin-top: 40px;
	}

	.ability .list .image {
		width: 45px;
		height: 45px;
	}

	.ability .list .tit {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:768px) {
	.ability .list .image {
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width:538px) {
	.ability .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.ability .list .item:nth-child(1) {
		margin-top: 0;
	}
}


/* indexM1-6 */

.touch {
	position: relative;
	padding: 100px 0 90px 0;
}

.touch .imgBg {
	position: absolute;
	width: 100%;
	height: calc(100% - 189px);
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	z-index: -1;
}

.touch .imgBg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.touch .con {
	display: flex;
	justify-content: space-between;
}

.touch .msg {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	width: 43%;
}

.touch .msg .iTit {
	margin-bottom: 62px;
}

.touch .msg .title1 {
	color: #ffffff;
	line-height: 50px;
	margin-top: 5px;
}


.touch .msg .title1:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 8px;
	text-decoration-thickness: 2px;
}

.touch .msg .txts {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

.touch .msg .txts p {
	color: rgba(237, 251, 250, .6);
	font-family: "Microsoft YaHei";
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 31px;
}

.touch .msg .txts p:last-child {
	margin-bottom: 0;
}

.touch .msg .txts p em {
	display: block;
	padding-left: 45px;
	font-style: normal;
	position: relative;
}

.touch .msg .txts p em::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 30px;
	height: 30px;
	background-image: url("../images/indexM6-sign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.touch .msg .phone {
	border-radius: 8px;
	position: relative;
	z-index: 9;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 14px 0;
	color: #0E204D;
	font-family: "Microsoft YaHei";
	font-size: 20px;
	line-height: 28px;
}

.touch .msg .phone::after {
	content: "";
	position: absolute;
	left: -30px;
	z-index: -1;
	background: #DDFAF8;
	top: 0;
	width: 150%;
	height: 100%;
	border-radius: 8px;
}


.touch .msg .phone img {
	flex-shrink: 0;
	margin-right: 10px;
	width: 36px;
}


.touch .des {
	width: 50%;
	background-color: #ffffff;
	border-radius: 32px;
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.10);
	padding: 40px 40px 44px;
	position: relative;
	z-index: 99;
	margin-top: 24px;
}

.touch .sTit {
	color: #05060A;
	margin-bottom: 41px;
	font-weight: 400;
}


.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: 56px;
	width: 48.7%;
	margin-top: 14px;
	background-color: #F6F6F6;
	padding: 0 15px;
	border-radius: 30px;
}


.cForm ul li:nth-child(-n+2) {
	margin-top: 0;
}

.cForm ul li.must {
	position: relative;
	padding: 0px 26px;
}


.cForm ul li.message {
	width: 100%;
	height: 228px;
	padding: 13px 26px;
	border-radius: 24px;
}

.cForm ul li.message.must::after {
	top: 14px;
}



.cForm ul li.must::after {
	content: "*";
	position: absolute;
	top: 15px;
	left: 13px;
	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 26px;
}

.cForm ul li.code .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	height: 100%;
	background-color: #f3fbfe;
	width: 59px;
	height: 30px;
	margin-right: 12px;
}

.cForm ul li.code .codeImg img {
	height: 100%;
}

.cForm ul li.subBtn {
	padding: 0;
}

.cForm ul li.subBtn input {
	background-color: #21CDC0;
	color: #ffffff;
	cursor: pointer;
	border-radius: 30px;
}


.cForm ul li.subBtn input:hover {
	background-color: #0E204D;
}

.cForm input::-webkit-input-placeholder,
.cForm textarea::-webkit-input-placeholder {
	font-size: 16px;
	color: #666666;
}

.cForm input:-moz-placeholder,
.cForm textarea:-moz-placeholder {
	font-size: 16px;
	color: #666666;
}

.cForm input::-moz-placeholder,
.cForm textarea::-moz-placeholder {
	font-size: 16px;
	color: #666666;
}

.cForm input:-ms-input-placeholder,
.cForm textarea:-ms-input-placeholder {
	font-size: 16px;
	color: #666666;
}


@media screen and (max-width:1600px) {
	.touch .des {
		margin-top: 0;
		border-radius: 20px;
		padding: 40px;
	}
}

@media screen and (max-width:1333px) {
	.touch .msg .txts p em::after {
		width: 24px;
		height: 24px;
	}

	.touch .msg {
		width: 38%;
	}

	.touch .des {
		padding: 40px 20px;
		border-radius: 10px;
		width: 54%;
	}
}

@media screen and (max-width:999px) {
	.touch .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.touch .msg {
		width: 100%;
	}

	.touch .imgBg {
		height: 100%;
	}

	.touch .msg .txts p {
		margin-bottom: 10px;
	}

	.touch .msg .txts p em::after {
		top: 1px;
	}

	.touch .msg .iTit {
		margin-bottom: 30px;
	}

	.touch .msg .phone::after {
		display: none;
	}

	.touch .msg .phone {
		padding: 0;
		margin: 20px 0 40px;
		color: #ffffff;
		font-size: 16px;
	}

	.touch .msg .phone img {
		width: 30px;
		height: 30px;
		margin-right: 30px;
	}

	.touch .des {
		width: 100%;
		padding: 40px 30px;
	}

	.touch .sTit {
		margin-bottom: 30px;
	}

	.cForm ul li {
		height: 45px;
	}

	form ul li.m-formcountry .drop-list li {
		font-size: 14px !important;
		line-height: 24px !important;
	}

	.cForm ul li.message {
		height: 180px;
		border-radius: 10px;
	}

	.cForm ul li.must::after {
		top: 11px;
	}
}

@media screen and (max-width:768px) {
	.cForm ul li {
		height: 40px;
	}

	.cForm ul li.must::after {
		top: 10px;
	}

	.touch .msg .phone img {
		margin-right: 20px;
	}

	.touch .msg .txts p em::after {
		width: 22px;
		height: 22px;
	}
}

@media screen and (max-width:538px) {
	.touch .des {
		padding: 40px 15px;
	}

	.cForm ul li {
		height: 36px;
	}

	.cForm ul li.must::after {
		top: 8px;
	}
}

@media screen and (max-width:400px) {
	.cForm ul li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	.cForm ul li:nth-child(1) {
		margin-top: 0;
	}
}


/* indexM7-1 */

.iNews {
	padding: 78px 0 100px 0;
	background-image: url("../images/indexM7-bg.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}


.iNews .iTit {
	flex-direction: column;
	align-items: center;
	margin-bottom: 54px;
	justify-content: center;
}


.iNews .iTit .tip {
	text-align: center;
}

.iNews .iTit .title1 {
	text-align: center;
}


.iNews .swiper {
	overflow: visible;
}

.iNews .swiper .swiper-wrapper {
	pointer-events: none;
}


.iNews .swiper .swiper-slide {
	opacity: 0;
	pointer-events: none;
}




.iNews .swiper .swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}

.newItem {
	transition: .4s ease background-color, .4s ease box-shadow,
		.4s ease opacity;
	border-radius: 16px;
	position: relative;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.newItem::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 58px);
	background-color: #21CDC0;
	height: 5px;
	z-index: 9;
	border-radius: 5px;
	opacity: 0;
	transition: .4s ease all;
}




.newItem:hover {
	background-color: #ffffff;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.10);
}

.newItem:hover::after {
	opacity: 1;
}


.newItem .image {
	position: relative;
	width: 100%;
}

.newItem .image>a {
	overflow: hidden;
	display: block;
	border-radius: 16px;
	height: 100%;
}

.newItem .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.newItem .time {
	background-color: #21CDC0;
	padding: 5.5px 10px;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	position: absolute;
	left: 30px;
	bottom: 0px;
	transform: translateY(52%);
	border-radius: 6px;
}


.newItem .msg {
	padding: 40px 29px 50px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	flex: 1;
	width: 100%;
}

.newItem .tit {
	font-size: 18px;
	line-height: 28px;
	color: #0E204D;
	margin-bottom: 18px;
}

.newItem .tit:hover {
	color: #21CDC0;
}


.newItem .txts {
	font-size: 14px !important;
	line-height: 26px !important;
	color: #666;
	margin-bottom: 40px;
}


.iNews .sBtns {
	justify-content: center;
}


.iNews .sBtns>div {
	margin-top: 30px;
}


@media screen and (max-width:1600px) {
	.newItem .image>a {
		border-radius: 10px;
	}

	.iNews .swiper .swiper-slide {
		border-radius: 10px;
	}
}

@media screen and (max-width:1333px) {
	.iNews .iTit {
		margin-bottom: 50px;
	}

	.newItem .image>a {
		border-radius: 5px;
	}

	.iNews .swiper .swiper-slide {
		border-radius: 5px;
	}

	.newItem .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.newItem .msg {
		padding: 36px 20px 40px;
	}

	.newItem .txts {
		margin-bottom: 30px;
	}

	.newItem .time {
		left: 20px;
		padding: 4px 10px;
	}
}

@media screen and (max-width:999px) {
	.iNews .iTit {
		margin-bottom: 40px;
	}

	.newItem {
		box-shadow: 0 2px 20px rgba(0, 0, 0, 0.10);
	}

	.newItem::after {
		opacity: 1;
	}
}

@media screen and (max-width:538px) {
	.newItem .image {
		height: 280px;
	}
}



/* 2-1 产品中心 */

.products {
	padding: 65px 0 95px 0;
}

.products .productBtns {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}


.products .productBtns .item {
	margin: 5px 0;
	margin-right: 14px;
	padding: 16px 26px;
	background-color: #EBF9F8;
	color: #0E204D;
	font-size: 18px;
	position: relative;
	z-index: 2;
	border-radius: 30px;
	overflow: hidden;
	cursor: pointer;
}


.products .productBtns .item::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(90deg, #32B2CA 0%, #2DEFAD 100%);
	z-index: -1;
	opacity: 0;
	transition: .4s ease all;
}

.products .productBtns .item:hover,
.products .productBtns .item.active {
	background-color: transparent;
	color: #ffffff;
}


.products .productBtns .item:hover::after,
.products .productBtns .item.active::after {
	opacity: 1;
}

.products .title {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 45px;
}


.products .title1 {
	flex-shrink: 0;
	margin-right: 19.3%;
}


.products .title .txts {
	flex: 1;
	color: #666666;
	font-size: 14px !important;
	line-height: 26px !important;
	padding-top: 18px;
}


.products .list {
	display: flex;
	flex-wrap: wrap;
}

.products .list .productItem {
	width: 32%;
	margin-right: 2%;
	margin-top: 30px;
}


.products .list .productItem:nth-child(3n) {
	margin-right: 0;
}


.products .list .productItem:nth-child(-n+3) {
	margin-top: 0;
}


.productItem .image {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 17px;
	overflow: hidden;
	border-radius: 16px;
	border: 1px solid #E8E8E8;
}


.productItem .image:hover img {
	transform: none;
}

.productItem .image:hover {
	box-shadow: 0 2px 20px 0 rgba(33,205,192, .3);
	border-color: transparent;
}

.productItem .msg {
	padding: 10px 24px;
}

.productItem .tit {
	color: #0E204D;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 19px;
}

.productItem .tit:hover {
	color: #21CDC0;
}

.productItem .txts {
	font-size: 14px !important;
	line-height: 26px !important;
	color: #666666;
}


.products .pager {
	margin-top: 55px;
}


.innerSolutions {
	background-image: url("../images/innerSolutionBg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 100px 0 110px 0;
}

@media screen and (max-width:1600px) {
	.products .productBtns .item {
		font-size: 16px;
		line-height: 28px;
		padding: 6px 20px;
	}

	.products .title .txts {
		padding-top: 0;
	}

	.products .title1 {
		margin-right: 10%;
	}

	.products .title {
		margin-bottom: 50px;
	}

	.productItem .image {
		border-radius: 10px;
	}
}

@media screen and (max-width:1333px) {
	.productItem .msg {
		padding: 0 20px;
	}

	.productItem .tit {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.products .pager {
		margin-top: 50px;
	}
}

@media screen and (max-width:999px) {

	.products .productBtns .item {
		font-size: 14px;
		line-height: 26px;
		padding: 5px 20px;
	}

	.products .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.products .title1 {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.products .productBtns {
		margin-bottom: 30px;
	}

	.products .list {
		justify-content: space-between;
	}

	.products .list .productItem:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.products .list .productItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.products .pager {
		margin-top: 40px;
	}

	.products .title {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {

	.products .productBtns .item {
		padding: 4px 12px;
	}

	.productItem .msg {
		padding: 0 10px;
	}

	.products .pager {
		margin-top: 30px;
	}

}

@media screen and (max-width:400px) {
	.products .list .productItem:nth-child(n) {
		width: 100%;
		margin-right: 0;
		margin-top: 30px;
	}

	.products .list .productItem:nth-child(1) {
		margin-top: 0;
	}
}



/* 2-2 产品中心 */

/* productDisplay */

.productDisplay {
	background-color: #F6F6F6;
	padding: 96px 0 142px 0;
}

.productDisplay .con {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.productDisplay .shows {
	flex-shrink: 0;
	margin-right: 41px;
}

.productDisplay .shows {
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: none;
}

.productDisplay .showSipwer {
	width: 590px;
	margin-right: 13px;
	overflow: hidden;
	background-color: #ffffff;
	border: 1px solid #E8E8E8;
	border-radius: 16px;
}


.productDisplay .checkSwiper {
	overflow: hidden;
	height: 100%;
}

.productDisplay .swiperBox {
	width: 117px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 28px 0;
	height: 423px;
}


.productDisplay .swiperBox .prev,
.productDisplay .swiperBox .next {
	width: 100%;
	position: absolute;
	color: rgba(29, 42, 77, .3);
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 2px 5px;
	height: auto;
}


.productDisplay .swiperBox .prev i,
.productDisplay .swiperBox .next i {
	font-weight: bold;
	font-size: 16px;
}


.productDisplay .swiperBox .prev:hover,
.productDisplay .swiperBox .next:hover {
	color: #21CDC0;
}


.productDisplay .swiperBox .prev {
	top: 0;
	margin-top: -2px;
}

.productDisplay .swiperBox .prev i {
	transform: rotate(-90deg);
}

.productDisplay .swiperBox .next {
	bottom: 0;
	margin-bottom: -2px;
}

.productDisplay .swiperBox .next i {
	transform: rotate(90deg);
}


.productDisplay .checkSwiper .swiper-slide {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 10px;
}


.productDisplay .checkSwiper .swiper-slide::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	box-sizing: border-box;
	transition: .4s ease all;
	pointer-events: none;
	overflow: hidden;
	border: 1px solid #E8E8E8;
	border-radius: 10px;
}

.productDisplay .checkSwiper .swiper-slide-thumb-active::after {
	border-color: #21CDC0;
}



.productDisplay .jianjie {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-height: 423px;
}


.productDisplay .jianjie h1 {
	margin-bottom: 41px;
	font-weight: normal;
	text-decoration: underline;
	text-decoration-skip-ink:none;
	text-underline-offset:10px;
}



.productDisplay .jianjie .txts p {
	font-size: 14px !important;
	line-height: 26px !important;
	color: #666;
}


.showSipwerBox {
	position: relative;
}


.showSipwer .swiper-slide img {
	display: block;
}



/*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;
	border-radius: 16px;
}




@media screen and (max-width:1600px) {
	.productDisplay .showSipwer {
		width: 500px;
	}

	.productDisplay .swiperBox {
		height: 357px;
		width: 90px;
	}

	.productDisplay .jianjie {
		min-height: 357px;
	}

	.productDisplay .showSipwer {
		border-radius: 10px;
	}

	.productDisplay .checkSwiper .swiper-slide,
	.productDisplay .checkSwiper .swiper-slide::after {
		border-radius: 5px;
	}

	.productDisplay .jianjie h1 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:1333px) {
	.productDisplay .showSipwer {
		width: 450px;
	}

	.productDisplay .swiperBox {
		height: 321px;
		width: 76px;
	}

	.productDisplay .jianjie {
		min-height: 321px;
	}

	.productDisplay .showSipwer {
		border-radius: 5px;
	}

	.productDisplay .checkSwiper .swiper-slide,
	.productDisplay .checkSwiper .swiper-slide::after {
		border-radius: 3px;
	}
}


@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;
	}

	.productDisplay .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.productDisplay .jianjie {
		min-height: min-content;
	}

	.productDisplay .jianjie h1 {
		margin-bottom: 20px;
	}

	.productDisplay .shows {
		margin: 0 auto 30px;
	}

	.productDisplay .showSipwer {
		width: 400px;
	}

	.productDisplay .swiperBox {
		height: 285px;
		width: 65px;
	}

	.productDisplay .swiperBox .prev i,
	.productDisplay .swiperBox .next i {
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	.productDisplay .showSipwer {
		width: 360px;
	}

	.productDisplay .swiperBox {
		height: 256px;
		width: 56px;
	}
}


@media screen and (max-width:538px) {
	.productDisplay .showSipwer {
		width: 240px;
	}

	.productDisplay .swiperBox {
		height: 170px;
		width: 38px;
		padding: 30px 0;
	}
}


/* productDescribe */

.productDet {
	padding: 12px 0 90px 0;
}

.productDet .sTit {
	font-weight: 400;
}

.productDetNav .btns {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.productDetNav .btns>div {
	margin-bottom: 10px;
	cursor: pointer;
	font-weight: bold;
	color: rgba(29, 42, 77, .3);
}

.productDetNav .btns>div.prev {
	margin-right: 20px;
}

.productDetNav .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
	border-bottom: 2px solid rgba(153, 153, 153, .1);
}

.productDetNav .swiper-slide {
	width: auto;
	margin-right: 66px;
}

.productDetNav .swiper a {
	position: relative;
	padding: 18px 0px;
	font-size: 18px;
	line-height: 28px;
	color: #1E1E1E;
	display: block;
	transition: none;
}

.productDetNav .swiper a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	background-color: #21CDC0;
	width: 0;
	transition: .4s ease all;
	bottom: -2px;
}

.productDetNav .swiper a:hover {
	color: #21CDC0;
	font-weight: bold;
}

.productDetNav .swiper a:hover::after {
	width: 100%;
}



.productFeature {
	margin-top: 61px;
}


.productFeature .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	justify-content: space-between
}


.productFeature .list .item {
	width: 48.85%;
	margin-top: 30px;
	background-color: #EDFBFA;
	padding: 38px 43px 40px;
	display: flex;
	align-items: flex-start;
	position: relative;
}

.productFeature .list .item::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 4px;
	background-color: #21CDC0;
	transition: 1s ease all;
	bottom: 0;
	width: 0;
}

.productFeature .list .item:hover::after {
	width: 91.5%;
}

.productFeature .list .item:nth-child(-n+2) {
	margin-top: 0;
}


.productFeature .list .item:hover .num {
	color: #21CDC0;
}

.productFeature .list .num {
	color: #0E204D;
	font-size: 30px;
	line-height: 30px;
	flex-shrink: 0;
	margin-right: 42px;
}


.productFeature .list .box {
	flex: 1;
}

.productFeature .list .tit {
	color: #1E1E1E;
	font-size: 20px;
	line-height: 28px;
}

.productFeature .list .txts {
	color: #666;
	font-size: 16px;
	line-height: 28px;
	margin-top: 16px;
}


.productAdvantage {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}


.productAdvantage .msg {
	width: 42%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 40px 0;
}

.productAdvantage .image {
	width: 47.84%;
	border-radius: 32px;
	overflow: hidden;
}

.productAdvantage .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.productAdvantage .txts {
	margin-top: 41px;
}

.productAdvantage .txts p {
	padding-left: 22px;
	color: #666;
	font-size: 14px !important;
	line-height: 26px !important;
}


.productAdvantage .txts p em {
	position: relative;
	color: #0E204D;
	font-style: normal;
}

.productAdvantage .txts p em::after {
	content: "";
	font-style: normal;
	position: absolute;
	left: -14px;
	top: 8px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #0E204D;
}


.productFunction {
	margin-top: 60px;
}

.productFunction .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}


.productFunction .list .item {
	padding-left: 50px;
	position: relative;
	margin-top: 30px;
	width: 48.8%;
}

.productFunction .list .item:nth-child(-n+2) {
	margin-top: 0;
}


.productFunction .list .item::after {
	content: "";
	position: absolute;
	left: -1px;
	width: 30px;
	height: 30px;
	background-image: url("../images/indexM4-sign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	top: 0;
}

.productFunction .list .tit {
	color: #0E204D;
	font-size: 20px;
	line-height: 28px;
}


.productFunction .list .txts {
	color: #666;
	font-size: 16px;
	line-height: 28px;
	margin-top: 15px;
}


.technicalAdvantage {
	margin-top: 60px;
}

.technicalAdvantage .txts p {
	font-size: 16px;
	line-height: 28px;
	color: #666;
	margin-top: 30px;
}

.faq {
	margin-top: 60px;
}


.faqList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
	align-items: flex-start;
}



.faqList .item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 49%;
	margin-top: 28px;
}

.faqList .item:nth-child(-n+2) {
	margin-top: 0;
}


.faqList .question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 22px 22px 22px;
	cursor: pointer;
	font-size: 18px;
	line-height: 28px;
	color: #0E204D;
	width: 100%;
	border-radius: 16px;
	background: #F3F3F3;
	overflow: hidden;
}


.faqList .item.active .question {
	background-color: #EDFBFA;
}

.faqList .answer {
	padding: 20px 22px;
	display: none;
	transition: none;
	width: 100%;
}

.faqList .answer p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}


.faqList .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
	margin-right: -2px;
	width: 26px;
	height: 26px;
	transform: translateY(2px);
	border-radius: 50%;
	margin-left: 20px;
}


.faqList .question i {
	width: 10px;
	height: 2px;
	background-color: #333333;
}

.faqList .question i.move {
	width: 10px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
}


.faqList .item.active .question i.move {
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.faqList .question:hover {
	background-color: #EDFBFA;
	color: #0E204D;
}

.faqList .item:nth-child(1) .answer {
	display: block;
}


.relatedProducts .iTit {
	margin-bottom: 53px;
}

.relatedProducts .swiper {
	overflow: visible;
}


.relatedProducts .swiper .swiper-wrapper {
	pointer-events: all;
}


.relatedProducts .swiper .swiper-slide {
	opacity: 0;
	transition: .4s ease opacity;
	pointer-events: none;
}


.relatedProducts .swiper .swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}

.innerProducts {
	padding: 11px 0 99px 0;
	margin-top: -189px;
	position: relative;
}

.innerProducts::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(180deg, #E6FFFD 0%, rgba(237, 251, 250, 0.00) 92.3%);
	opacity: .6;
	z-index: -2;
}



.innerProducts .piece {
	height: 189px;
}

@media screen and (max-width:1600px) {
	.productDetNav .swiper a {
		padding: 14px 0;
	}

	.productFeature .list .item {
		padding: 40px;
	}

	.productFeature .list .num {
		margin-right: 30px;
		font-size: 28px;
	}

	.productFeature .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.productAdvantage .image {
		border-radius: 20px;
	}

	.productFunction .list .tit {
		font-size: 18px;
	}

	.faqList .question {
		border-radius: 10px;
	}

	.faqList .question {
		padding: 20px;
	}

	.innerProducts .piece {
		height: 100px;
	}
}

@media screen and (max-width:1333px) {
	.productDetNav .swiper-slide {
		margin-right: 50px;
	}

	.productDet .safeRange>div {
		margin-top: 50px;
	}

	.productDet .safeRange>div:nth-child(1) {
		margin-top: 0;
	}

	.productFeature .list .item {
		padding: 30px;
	}

	.productAdvantage .msg {
		width: 46%;
	}

	.productAdvantage .image {
		border-radius: 10px;
	}

	.relatedProducts .iTit {
		margin-bottom: 40px;
	}

	.innerProducts .piece {
		height: 130px;
	}
}

@media screen and (max-width:999px) {
	.productDetNav .swiper a {
		font-size: 16px;
		line-height: 28px;
	}

	.productFeature .list {
		margin-top: 30px;
	}

	.productFeature .list .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.productFeature .list .item {
		padding: 30px 20px;
	}

	.productFeature .list .num {
		font-size: 24px;
		margin-right: 20px;
	}

	.productAdvantage .txts {
		margin-top: 30px;
	}

	.productAdvantage .image {
		border-radius: 5px;
	}

	.productFunction .list .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.productFunction .list .item::after {
		width: 24px;
		height: 24px;
		top: 5px;
	}

	.productFunction .list {
		margin-top: 40px;
	}

	.productFunction .list .item {
		padding-left: 40px;
	}

	.faqList {
		margin-top: 30px;
	}

	.faqList .question {
		border-radius: 5px;
		font-size: 16px;
		line-height: 28px;
	}

	.faqList .item {
		margin-top: 20px;
	}

	.innerProducts {
		margin-top: 0;
	}

	.innerProducts .piece {
		height: 0;
	}
}

@media screen and (max-width:768px) {
	.productDet .safeRange>div {
		margin-top: 40px;
	}

	.productFeature .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.productFeature .list .item:nth-child(1) {
		margin-top: 0;
	}

	.productAdvantage {
		flex-direction: column;
		align-items: flex-start;
	}

	.productAdvantage .msg {
		width: 100%;
		padding: 0;
	}

	.productAdvantage .image {
		width: 100%;
		margin-top: 30px;
		height: 360px;
	}

	.productFunction .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.productFunction .list .item:nth-child(1) {
		margin-top: 0;
	}

	.productFunction .list .item::after {
		top: 3px;
	}

	.productFunction .list {
		margin-top: 30px;
	}

	.faqList .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.faqList .item:nth-child(1) {
		margin-top: 0;
	}

	.relatedProducts .iTit {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.productAdvantage .image {
		height: 280px;
	}
}

/* 3-1 产品中心 */

.solutionList {
	padding: 90px 0 85px 0;
}

.solutionList .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.solutionList .list .item {
	width: 48.6%;
	margin-top: 41px;
	display: flex;
	justify-content: space-between;
}


.solutionList .list .item:nth-child(-n+2) {
	margin-top: 0;
}


.solutionList .list .image {
	width: 46.1%;
	overflow: hidden;
	border-radius: 32px;
	position: relative;
	height: 400px;
}

.solutionList .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.solutionList .list .msg {
	width: 48.6%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-top: 12px;
}

.solutionList .list .tit {
	color: #0E204D;
	font-size: 24px;
	line-height: 30px;
	font-weight: 290;
}

.solutionList .list .tit:hover {
	color: #21CDC0;
}

.solutionList .list .solutionTxt {
	color: #666;
	font-size: 16px;
	line-height: 28px;
	margin-top: 28px;
}


.solutionList .list .solutionTxt strong {
	font-weight: normal;
	color: #333333;
}



.solutionList .list .txts {
	color: #666;
	font-size: 16px;
	line-height: 28px;
	margin-top: 29px;
}

.solutionList .cBtn {
	margin-top: 74px;
	background-color: transparent;
	color: #0E204D;
	border-color: #D5D5D5;
	width: 160px;
	height: 48px;
}


.solutionList .cBtn i {
	opacity: 0;
	margin-left: -18px;
}


.solutionList .cBtn:hover {
	color: #ffffff;
	border-color: #21CDC0;
	background-color: #21CDC0;
}


.solutionList .cBtn:hover i {
	margin-left: 10px;
	opacity: 1;
	color: #ffffff;
}

.solutionList .pager {
	margin-top: 75px;
}


@media screen and (max-width:1600px) {
	.solutionList .cBtn {
		margin-top: 40px;
	}

	.solutionList .list .msg {
		padding: 0;
	}

	.solutionList .list .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.solutionList .list .image {
		border-radius: 20px;
	}

	.solutionList .pager {
		margin-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.solutionList .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.solutionList .list .txts {
		margin-top: 20px;
	}

	.solutionList .list .image {
		border-radius: 10px;
		height: 340px;
	}

	.solutionList .list .solutionTxt {
		margin-top: 20px;
	}

	.solutionList .cBtn {
		height: 40px;
		margin-top: 30px;
	}

	.solutionList .pager {
		margin-top: 50px;
	}
}

@media screen and (max-width:999px) {
	.solutionList .list .item:nth-child(n) {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		width: 48%;
	}

	.solutionList .list .msg {
		width: 100%;
		margin-top: 20px;
		justify-content: flex-start;
	}

	.solutionList .list .image {
		width: 100%;
		height: auto;
	}

	.solutionList .list .image {
		border-radius: 5px;
	}

	.solutionList .list .tit {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:400px) {
	.solutionList .list .item:nth-child(n) {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
		margin-top: 30px;
	}

	.solutionList .list .item:nth-child(1) {
		margin-top: 0;
	}
}



/* 3-2解决方案 */

.solutionDet {
	padding: 90px 0 90px 0;
}

.solutionDet h1 {
	font-weight: bold;
}

.share {
	display: flex;
	align-items: center;
}

.share span {
	color: #666;
}


.solutionDet .share {
	margin-top: 28px;
}

.solutionDet .describe {
	padding: 32px 0 80px 0;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	margin-top: 13px;
}

.solutionDet .describe .standardEdit p {
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}

.solutionDet .describe .standardEdit p em {
	display: block;
	position: relative;
	padding-left: 20px;
	font-style: normal;
}


.solutionDet .describe .standardEdit p em::after {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	left: 5px;
	top: 12px;
	background-color: #666666;
}


.sdTit {
	display: flex;
	align-items: flex-start;
	color: #0E204D;
	font-size: 20px;
	line-height: 28px;
}

.sdTit img {
	width: 31px;
	flex-shrink: 0;
	margin-right: 11px;
	transform: translateY(-3px);
}


.solutionDet .scope .txts {
	margin-top: 8px;
}

.solutionDet .feature {
	margin-top: 44px;
}

.solutionDet .feature .txts {
	margin-top: 8px;
}


.solutionDet .plan {
	margin-top: 52px;
}


.solutionDet .list {
	margin-top: 28px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.solutionDet .list .item {
	position: relative;
	width: 47.8%;
	margin-top: 30px;
}

.solutionDet .list .item:nth-child(-n+2) {
	margin-top: 0;
}


.solutionDet .list .item video,
.solutionDet .list .item iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	z-index: 2;
}


.solutionDet .prevOrNext {
	margin-top: 29px;
}


.prevOrNext {
	display: flex;
	justify-content: space-between;
}


.prevOrNext>div,
.prevOrNext>a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 190px;
	height: 60px;
	flex-shrink: 0;
	background-color: #F3F3F3;
	border-radius: 40px;
	color: #666;
	font-size: 18px;
}

.prevOrNext>div img,
.prevOrNext>a img {
	width: 25px;
	flex-shrink: 0;
	filter: grayscale(100%) brightness(60%);
}

.prevOrNext>a:hover {
	background-color: rgba(33, 205, 192, 0.10);
	color: #21CDC0;
}

.prevOrNext>a:hover img {
	transform: none;
	filter: grayscale(0%) brightness(100%);
}

.prevOrNext .next img {
	margin-left: 18px;
}

.prevOrNext .prev img {
	transform: rotateY(-180deg);
	margin-right: 18px;
}

@media screen and (max-width:1600px) {
	.solutionDet .describe {
		padding: 50px 0;
		margin-top: 40px;
	}

	.solutionDet .describe>div {
		margin-top: 50px;
	}

	.solutionDet .describe>div:nth-child(1) {
		margin-top: 0;
	}

	.solutionDet .scope .txts,
	.solutionDet .feature .txts {
		margin-top: 20px;
	}

	.solutionDet .list {
		margin-top: 30px;
	}

	.solutionDet .prevOrNext {
		margin-top: 40px;
	}

	.prevOrNext>div,
	.prevOrNext>a {
		height: 50px;
		width: 160px;
	}
}

@media screen and (max-width:1333px) {
	.sdTit {
		font-size: 18px;
		line-height: 28px;
	}

	.solutionDet .describe {
		padding: 40px 0;
	}

	.sdTit img {
		width: 28px;
		transform: translateY(-2px);
	}

	.prevOrNext>div,
	.prevOrNext>a {
		font-size: 16px;
	}

	.prevOrNext>div img,
	.prevOrNext>a img {
		width: 22px;
	}

	.prevOrNext>div,
	.prevOrNext>a {
		height: 46px;
		width: 150px;
	}

	.prevOrNext .prev img {
		margin-right: 14px;
	}

	.prevOrNext .next img {
		margin-left: 14px;
	}

	.solutionDet .describe>div {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.solutionDet .describe {
		padding: 30px 0;
		margin-top: 30px;
	}

	.share span {
		font-size: 14px;
	}

	.sdTit {
		font-size: 16px;
		line-height: 28px;
	}

	.sdTit img {
		width: 24px;
		transform: translateY(1px);
	}

	.solutionDet .describe>div {
		margin-top: 30px;
	}

	.prevOrNext>div,
	.prevOrNext>a {
		font-size: 14px;
		height: 42px;
		width: 140px;
	}

	.prevOrNext>div img,
	.prevOrNext>a img {
		width: 20px;
	}
}

@media screen and (max-width:768px) {
	.solutionDet .prevOrNext {
		margin-top: 30px;
	}
}

@media screen and (max-width:400px) {
	.solutionDet .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.solutionDet .list .item:nth-child(1) {
		margin-top: 0;
	}

	.prevOrNext .prev img {
		margin-right: 10px;
	}

	.prevOrNext .next img {
		margin-left: 10px;
	}
}


/* 4-1 合作案例 */

.caseList {
	padding: 90px 0 85px 0;
}

.caseList .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.caseList .list .item {
	width: 48.61%;
	margin-top: 39px;
}


.caseList .list .item:nth-child(-n+2) {
	margin-top: 0;
}

.caseList .list .item:nth-child(2n) {
	transform: translateY(20px);
}


.caseList .list .image {
	overflow: hidden;
	border-radius: 32px;
}

.caseList .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.caseList .list .tit {
	color: #0E204D;
	font-size: 24px;
	line-height: 30px;
	margin-top: 31px;
	font-weight: 290;
}

.caseList .list .tit:hover {
	color: #21CDC0;
}

.caseList .list .txts {
	color: #666;
	font-size: 16px;
	line-height: 28px;
	margin-top: 19px;
}


.caseList .list .btn {
	display: flex;
	align-items: center;
	color: #0E204D;
	font-size: 18px;
	line-height: 24px;
	margin-top: 31px;
}


.caseList .list .btn i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	margin-left: 10px;
	border-radius: 50%;
	background-color: #21CDC0;
	color: #EDFBFA;
}


.caseList .list .btn:hover {
	color: #21CDC0;
}

.caseList .pager {
	margin-top: 84px;
}


@media screen and (max-width:1600px) {
	.caseList .list .image {
		border-radius: 20px;
	}

	.caseList .list .tit {
		font-size: 22px;
		line-height: 30px;
	}
}

@media screen and (max-width:1333px) {
	.caseList .list .image {
		border-radius: 10px;
	}

	.caseList .list .tit {
		font-size: 18px;
		line-height: 28px;
		margin-top: 20px;
	}

	.caseList .list .btn {
		margin-top: 20px;
	}

	.caseList .list .btn i {
		width: 32px;
		height: 32px;
		font-size: 14px;
	}

	.caseList .pager {
		margin-top: 70px;
	}
}

@media screen and (max-width:999px) {
	.caseList .list .image {
		border-radius: 5px;
	}

	.caseList .list .tit {
		font-size: 16px;
	}
}

@media screen and (max-width:768px) {
	.caseList .pager {
		margin-top: 60px;
	}
}

@media screen and (max-width:538px) {
	.caseList .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
		transform: translateY(0);
	}

	.caseList .list .item:nth-child(1) {
		margin-top: 0;
	}

	.caseList .pager {
		margin-top: 40px;
	}
}


/* 4-2 合作案例 */

.caseDet {
	padding: 91px 0 90px 0;
}

.caseDet  h1{
	font-weight: bold;
}

.caseDet .share {
	margin-top: 25px;
}


.caseDet .discrete {
	margin-top: 15px;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	padding: 30px 0 50px 0;
}


.caseDet .discrete .standardEdit p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}



.caseDet .discrete .dis .show {
	width: 81.80%;
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
	border-radius: 32px;
	overflow: hidden;
}


.caseDet .discrete .dis .video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.caseDet .discrete .dis .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.caseDet .discrete .dis .playBtn {
	width: 56px;
}

.caseDet .discrete .dis .video:hover .playBtn img {
	transform: scale(1.1);
}


.caseDet .discrete .list {
	margin-top: 49px;
}

.cdTit {
	color: #0E204D;
	font-family: "Microsoft YaHei";
	font-size: 24px;
	font-weight: 290;
	line-height: 34px;
}

.caseDet .discrete .list .tips {
	margin-top: 7px;
}


.caseDet .discrete .list .item {
	margin-top: 49px;
}

.caseDet .discrete .list .item:nth-child(1) {
	margin-top: 0;
}

.caseDet .discrete .list .txts {
	padding-left: 50px;
	margin-top: 31px;
}


.caseDet .discrete .list .txts p em {
	font-style: normal;
	display: block;
	position: relative;
	color: #1D2A4D;
	margin-bottom: 12px;
}


.caseDet .discrete .list .txts p em::after {
	content: "";
	position: absolute;
	left: -50px;
	top: -1px;
	width: 30px;
	height: 30px;
	background-image: url("../images/indexM4-sign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.caseDet .prevOrNext {
	margin-top: 29px;
}

@media screen and (max-width:1600px) {
	.caseDet .discrete {
		padding: 50px 0;
		margin-top: 40px;
	}

	.caseDet .discrete .dis .show {
		margin-top: 40px;
		border-radius: 20px;
	}

	.caseDet .discrete .list .tips {
		margin-top: 20px;
	}

	.caseDet .prevOrNext {
		margin-top: 40px;
	}

	.cdTit {
		font-size: 22px;
		line-height: 30px;
	}

	.caseDet .discrete .dis .playBtn {
		width: 50px;
	}
}

@media screen and (max-width:1333px) {
	.caseDet .discrete {
		padding: 40px 0;
		margin-top: 30px;
	}

	.caseDet .discrete .dis .show {
		margin-top: 30px;
		border-radius: 10px;
	}

	.caseDet .prevOrNext {
		margin-top: 30px;
	}

	.cdTit {
		font-size: 18px;
		line-height: 28px;
	}

	.caseDet .discrete .list .txts {
		padding-left: 40px;
	}

	.caseDet .discrete .list .txts p em::after {
		width: 26px;
		height: 26px;
		left: -40px;
		top: 2px;
	}

	.caseDet .discrete .dis .playBtn {
		width: 45px;
	}
}

@media screen and (max-width:999px) {
	.caseDet .discrete {
		padding: 30px 0;
	}

	.caseDet .discrete .dis .show {
		border-radius: 5px;
	}

	.cdTit {
		font-size: 16px;
	}

	.caseDet .discrete .list .txts {
		padding-left: 30px;
		margin-top: 20px;
	}

	.caseDet .discrete .list .txts p em::after {
		width: 22px;
		height: 22px;
		left: -30px;
		top: 3px;
	}

	.caseDet .discrete .list .item {
		margin-top: 40px;
	}

	.caseDet .discrete .list {
		margin-top: 40px;
	}
}

@media screen and (max-width:768px) {
	.caseDet .discrete .dis .show {
		width: 100%;
	}
}


/* 5-1 关于我们 */


.aboutUs {
	padding: 111px 0 72px 0;
	position: relative;
}

.aboutUs::after {
	content: "";
	position: absolute;
	width: 57.65%;
	height: 100%;
	right: 0;
	top: 0;
	background-color: #EDFBFA;
	z-index: -3;
	border-radius: 32px 0 0 0;
}


.aboutUs .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.aboutUs .con .msg {
	width: 34%;
}

.aboutUs .con .title1 {
	line-height: 50px;
}

.aboutUs .con .title1 span {
	color: #21CDC0;
}

.aboutUs .con .msg .txts {
	margin-top: 100px;
	padding-left: 44px;
}

.aboutUs .con .msg .txts p {
	color: rgba(14, 32, 77, .6);
	font-size: 16px;
	line-height: 28px;
}


.aboutUs .con .msg .txts p em {
	position: relative;
	font-style: normal;
}

.aboutUs .con .msg .txts p em::after {
	content: "";
	position: absolute;
	left: -44px;
	top: -4px;
	width: 30px;
	height: 30px;
	background-image: url("../images/indexM4-sign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.aboutUs .con .des {
	width: 54.7%;
	padding: 15px 0;
}


.aboutUs .con .des p {
	color: rgba(14, 32, 77, .6);
	font-size: 16px;
	line-height: 28px;
}



.aboutShow {
	position: relative;
	margin-bottom: -1px;
}

.aboutShow::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(to right, #ffffff 0%, #ffffff 42.35%, #EDFBFA 42.35%, #EDFBFA 100%);
	z-index: -3;
}

.aboutShow::before {
	content: "";
	height: 50%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #EDFBFA;
	z-index: -2;
	border-radius: 32px 0 0 0;
}



.aboutShow .con {
	position: relative;
}


.aboutShow .image {
	border-radius: 0 32px 0 0;
	overflow: hidden;
}

.aboutShow .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.aboutShow .video {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) translateX(50%);
	width: 76px;
	height: 76px;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
}


.aboutShow .video::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: #ffffff;
	z-index: -2;
	width: 100%;
	height: 100%;
	transition: .4s ease all;
}


.aboutShow .video::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: #D3F5F2;
	z-index: -1;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	transition: .4s ease all;
	border-radius: 50%;
}

.aboutShow .video .playBtn {
	position: relative;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	overflow: hidden;
}

.aboutShow .video .playBtn::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, #2DEFAD 0%, #32B2CA 100%);
	border-radius: 50%;
	z-index: -1;
	transition: .4s ease all;
}



.aboutShow .video:hover::before {
	width: 100%;
	height: 100%;
	opacity: 0;
}

.aboutShow .video:hover .playBtn::after {
	opacity: 0;
}


.aboutShow .video:hover .playBtn {
	background-color: #435BA1;
}


.aboutShow .piece {
	position: absolute;
	z-index: -1;
	background-color: #21CDC0;
	height: 50%;
	width: 100vw;
	right: -60%;
	bottom: 0;
}


.company {
	position: relative;
}

.company::after {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% - 100px);
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, #E6FFFD 10.33%, rgba(237, 251, 250, 0.00) 93.1%);
	opacity: 0.6;
	z-index: -3;
}

.company .con {
	position: relative;
}

.company .con::after {
	position: absolute;
	content: "";
	width: 100vw;
	left: calc(100% - 0px);
	z-index: -1;
	background-color: #21CDC0;
	height: 100%;
	top: 0;
}


.company .con {
	display: flex;
	justify-content: space-between;
}


.company .piece {
	height: 100px;
}



.company .msg {
	width: 55%;
}


.company .des {
	padding: 90px 0 91px 0;
}


.company .msg .txts {
	margin-top: 64px;
}

.company .msg .txts p {
	color: rgba(14, 32, 77, .6);
	font-size: 16px;
	line-height: 28px;
}


.company .signs {
	background-color: #21CDC0;
	position: relative;
	padding: 86px 0 86px 0;
}


.company .signs .year {
	width: 322px;
	transform: translateX(52%);
	margin-left: auto;
	margin-bottom: 58px;
}



.company .signs .year img {
	display: block;
}


.company .signs .aboutLogo {
	width: 514px;
	margin-left: -86px;
}




@media screen and (max-width:1750px) {
	.aboutUs .con .des {
		padding: 0;
	}

	.aboutUs .con .msg .txts {
		margin-top: 60px;
	}

	.company .des {
		padding: 80px 0;
	}

	.company .piece {
		height: 80px;
	}

	.company .signs .year {
		width: 240px;
		transform: translateX(30%);
	}

	.company .signs .aboutLogo {
		width: 453px;
		margin-left: -75px;
	}

	.company::after {
		height: calc(100% - 80px);
	}

	.company .signs {
		padding: 80px 0;
	}
}

@media screen and (max-width:1333px) {
	.aboutUs .con .msg {
		padding: 30px 0;
	}

	.aboutUs .con .msg .txts {
		margin-top: 50px;
		padding-left: 35px;
	}

	.aboutUs .con .msg .txts p em::after {
		left: -35px;
		width: 24px;
		height: 24px;
		top: 0;
	}

	.company .piece {
		height: 60px;
	}

	.company::after {
		height: calc(100% - 60px);
	}

	.company .des {
		padding: 60px 0;
	}

	.company .msg .txts {
		margin-top: 50px;
	}

	.company .signs {
		padding: 60px 0;
	}

	.company .msg {
		width: 50%;
	}

	.company .signs .aboutLogo {
		width: 400px;
		margin-left: -66px;
	}
}

@media screen and (max-width:999px) {
	.aboutUs .con .msg .txts p em::after {
		top: -2px;
	}

	.aboutShow .image {
		height: 360px;
	}

	.company .piece {
		height: 50px;
	}

	.company::after {
		height: calc(100% - 50px);
	}

	.company .des {
		padding: 50px 0;
	}

	.company .signs {
		padding: 50px 0;
	}

	.company .signs .year {
		width: 190px;
	}

	.company .signs .aboutLogo {
		width: 300px;
		margin-left: -50px;
	}

	.company .msg .txts {
		margin-top: 40px;
	}
}

@media screen and (max-width:768px) {
	.aboutUs .con {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.aboutUs .con .msg {
		padding: 0;
		width: 100%;
	}

	.aboutUs .con .msg .txts {
		margin-top: 40px;
	}

	.aboutUs .con .des {
		width: 100%;
		margin-top: 30px;
	}

	.aboutUs::after {
		display: none;
	}

	.aboutShow .image {
		height: 320px;
		border-radius: 0 20px 0 0;
	}

	.aboutShow::after,
	.aboutShow::before {
		display: none;
	}

	.aboutShow .video {
		right: auto;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		width: 66px;
		height: 66px;
	}

	.aboutShow .video .playBtn {
		width: 48px;
		height: 48px;
	}

	.company .piece {
		display: none;
	}

	.company .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.company .msg {
		width: 100%;
	}

	.company .des {
		padding: 40px 0;
	}

	.company .msg .txts {
		margin-top: 30px;
	}

	.company .con::after,
	.aboutShow .piece {
		display: none;
	}

	.company::after {
		height: 100%;
	}

	.company .signs {
		width: 100%;
		position: relative;
	}

	.company .signs::after {
		content: "";
		position: absolute;
		width: 100vw;
		height: 100%;
		left: 100%;
		background-color: #21CDC0;
		bottom: 0;
	}

	.company .signs .year {
		transform: translateY(0);
		margin-bottom: 20px;
	}

	.company .signs .aboutLogo {
		width: 240px;
		margin-left: -39px;
	}

	.company .signs {
		padding: 40px 0;
	}
}

@media screen and (max-width:538px) {
	.aboutUs .con .msg .txts {
		margin-top: 30px;
	}

	.aboutShow .image {
		height: 280px;
	}
}






.aboutAbility {
	background-color: rgba(237, 251, 250, 0.6);
	padding: 79px 0 79px 0;
}

.culture {
	padding: 77px 0 100px 0;
}


.culture .title1 {
	text-align: center;
}

.culture .tip {
	color: #21CDC0;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	margin-top: 2px;
}


.culture .list {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}


.culture .list .item {
	width: 23.95%;
	margin-right: 1.4%;
	margin-top: 30px;
	position: relative;
}


.culture .list .item:hover .image img{
	transform: scale(1.1);
}

.culture .list .image{
	overflow: hidden;
}

.culture .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.culture .list .item:nth-child(4n) {
	margin-right: 0;
}

.culture .list .item:nth-child(-n+4) {
	margin-top: 0;
}


.culture .list .msg {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 30px 30px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .4) 100%);
	width: 100%;
}



.culture .list .line {
	width: 66px;
	height: 2px;
	background-color: #21CDC0;
}


.culture .list .txts {
	color: #FFF;
	line-height: 28px;
	font-size: 16px;
	min-height: 56px;
	margin-top: 10px;
}

@media screen and (max-width:1600px) {
	.culture .tip {
		margin-top: 20px;
	}
}

@media screen and (max-width:1333px) {
	.culture .tip {
		margin-top: 16px;
	}

	.culture .list .msg {
		padding: 30px 20px;
	}

	.culture .list {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.culture .list {
		justify-content: space-between;
	}

	.culture .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.culture .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.culture .list .image {
		height: 360px;
	}
}

@media screen and (max-width:768px) {
	.culture .list .image {
		height: 300px;
	}
}

@media screen and (max-width:400px) {
	.culture .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.culture .list .item:nth-child(1) {
		margin-top: 0;
	}

	.culture .list .image {
		height: 260px;
	}
}




.development {
	padding: 75px 0 100px 0;
	background-color: rgba(237, 251, 250, 0.6);
}


.development .swiper {
	margin-top: 64px;
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}



.development .swiper .swiper-slide {
	pointer-events: none;
	opacity: 0;
	transition: .4s ease opacity, .4s ease box-shadow;
	border-radius: 16px;
	background: #FFF;
	padding: 53px 40px 53px 40px;
	min-height: 300px;
	height: auto;
}



.development .swiper .swiper-slide-visible {
	pointer-events: all;
	opacity: 1;
}


.development .swiper-scrollbar {
	position: static;
	transition: none;
	margin-top: 42px;
	height: 2px;
	background-color: rgba(0, 0, 0, .1);
	border-radius: 0;
}


.development .swiper-scrollbar .swiper-scrollbar-drag {
	border-radius: 0;
	height: 6px;
	background-color: #21CDC0;
	top: -2px;
}


.development .tit {
	color: #0E204D;
	font-size: 30px;
	line-height: 40px;
}


.development .txts {
	color: rgba(14, 32, 77, 0.6);
	font-size: 16px;
	line-height: 28px;
	margin-top: 31px;
}

.development .swiper-slide-next {
	box-shadow: 0 10px 20px 0 #D8EEEB;
}


.development .swiper-slide-next .tit {
	font-weight: 700;
}



@media screen and (max-width:1600px) {
	.development .swiper {
		margin-top: 50px;
	}

	.development .swiper .swiper-slide {
		padding: 40px;
		border-radius: 10px;
	}

	.development .tit {
		font-size: 26px;
		line-height: 38px;
	}
}

@media screen and (max-width:1333px) {
	.development .swiper .swiper-slide {
		padding: 30px;
		border-radius: 5px;
	}

	.development .tit {
		font-size: 24px;
		line-height: 34px;
	}
}

@media screen and (max-width:999px) {
	.development .swiper-slide-next {
		box-shadow: none;
	}

	.development .swiper-slide-active {
		box-shadow: 0 10px 20px 0 #D8EEEB;
	}

	.development .swiper {
		clip-path: none;
	}

	.development .swiper-slide-next .tit {
		font-weight: normal;
	}

	.development .swiper-slide-active .tit {
		font-weight: 700;
	}

	.development .tit {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width:768px) {
	.development .swiper {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {}




.team {
	padding: 51px 0 100px 0;
}


.team .con {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.team .msg {
	flex: 1;
	padding-top: 14px;
}


.team .image {
	flex-shrink: 0;
	margin-left: 16%;
	width: 558px;
}


.team .txts {
	color: #666;
	font-size: 16px;
	line-height: 28px;
	margin-top: 34px;
}


.team .btn {
	display: flex;
	align-items: center;
	color: #0E204D;
	font-size: 18px;
	line-height: 28px;
	margin-top: 60px;
}



.team .btn i {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-left: 10px;
	color: #ffffff;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #21CDC0;
}


.team .btn:hover {
	color: #21CDC0;
}


@media screen and (max-width:1600px) {
	.team .msg {
		padding-top: 0;
	}

	.team .image {
		width: 500px;
	}
}

@media screen and (max-width:1333px) {
	.team .image {
		width: 400px;
	}

	.team .image {
		margin-left: 14%;
	}

	.team .btn {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.team .btn i {
		width: 34px;
		height: 34px;
		font-size: 14px;
	}

	.team .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.team .btn {
		margin-top: 30px;
	}

	.team .image {
		margin: 0 auto;
		margin-top: 40px;
		width: 100%;
		max-width: 400px;
	}
}

@media screen and (max-width:768px) {
	.team .image {
		max-width: 360px;
	}

	.team .txts {
		margin-top: 30px;
	}

	.team .btn i {
		width: 32px;
		height: 32px;
		font-size: 12px;
	}
}






.global {
	padding: 76px 0 34px 0;
	background-color: rgba(237, 251, 250, 0.6);
}

.global .title1 {
	text-align: center;
}


.global .tips {
	margin-top: 10px;
	color: rgba(67, 91, 161, .7);
	text-align: center;
	font-size: 18px;
	line-height: 28px;
}


.global .image {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 28px;
}

@media screen and (max-width:1600px) {
	.global .tips {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.global .tips {
		margin-top: 20px;
	}
}



.certificate {
	padding: 96px 0 100px 0;
}


.certificate .title1 {
	text-align: center;
}



.certificate a:hover img {
	transform: scale(1, 1);
}


.certificate .swiperBox {
	position: relative;
	margin-top: 44px;
}


.certificate .btns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 65px;
	height: 65px;
	cursor: pointer;
	font-size: 44px;
	color: #666666;
	position: absolute;
	top: 59.1%;
}



.certificate .btns>div:hover {
	color: #21CDC0;
}

.certificate .btns>div.prev {
	left: -121px;
}


.certificate .btns>div.next {
	right: -121px;
}


.certificate .swiper {
	overflow: visible;
	clip-path: polygon(-2% -1000%, 102% -1000%, 102% 1000%, -2% 1000%);
}




.certificate .swiper-slide {
	transition: .3s ease opacity, .3s ease transform;
	opacity: 0;
	pointer-events: none;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.certificate .swiper-slide .image {
	transform: scale(0.59);
	transform-origin: center bottom;
	pointer-events: all;
}


.certificate .swiper-slide:hover .image {
	box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.3);
}


.certificate .swiper-slide.swiper-slide-visible {
	opacity: 1;
	margin: 0;
}

.certificate .swiper-slide.swiper-slide-active {
	z-index: 3;
}

.certificate .swiper-slide.swiper-slide-active .image {
	transform: scale(1);
}

.certificate .swiper-slide.swiper-slide-prev,
.certificate .swiper-slide.swiper-slide-next {
	z-index: 2;
}


.certificate .swiper-slide.swiper-slide-prev .image {
	transform: scale(.79) translateX(-13%);
}

.certificate .swiper-slide.swiper-slide-next .image {
	transform: scale(.79) translateX(13%);
}

@media screen and (max-width:1750px) {
	.certificate .btns>div {
		width: 45px;
		height: 45px;
		font-size: 30px;
	}

	.certificate .btns>div.prev {
		left: -55px;
	}

	.certificate .btns>div.next {
		right: -55px;
	}
}

@media screen and (max-width:1333px) {
	.certificate .btns>div {
		width: 40px;
		height: 40px;
		font-size: 24px;
	}

	.certificate .btns>div.prev {
		left: -70px;
	}

	.certificate .btns>div.next {
		right: -70px;
	}

	.certificate .swiperBox {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.certificate .swiper-slide:nth-child(n) .image {
		transform: none;
	}

	.certificate .btns>div {
		top: 50%;
		transform: translateY(-50%);
	}
}

@media screen and (max-width:768px) {
	.certificate .btns>div {
		transform: translateY(0%);
		position: static;
		margin-top: 20px;
		width: 36px;
		height: 36px;
		font-size: 20px;
	}

	.certificate .btns {
		justify-content: center;
		display: flex;
		align-items: center;
	}

	.certificate .btns>div.prev {
		margin-right: 20px;
	}

	.certificate .swiperBox {
		margin-top: 30px;
	}
}


.partner {
	padding: 86px 0 158px 0;
	background-color: rgba(237, 251, 250, 0.6);
	margin-bottom: -57px;
	position: relative;
	z-index: 2;
}


.partner .title1 {
	text-align: center;
}

.partner .list {
	margin-top: 54px;
	display: flex;
	flex-wrap: wrap;
}

.partner .list .image {
	width: 18.88%;
	margin-right: 1.4%;
	margin-top: 20px;
}

.partner .list .image:nth-child(5n) {
	margin-right: 0;
}

.partner .list .image:nth-child(-n+5) {
	margin-top: 0;
}

@media screen and (max-width:1600px) {
	.partner {
		padding: 80px 0 130px 0;
		margin-bottom: -47px;
	}

	.partner .list {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.partner {
		padding: 60px 0 100px 0;
		margin-bottom: -45px;
	}

	.partner .list {
		margin-top: 40px;
	}

	.partner .list .image:nth-child(n) {
		width: 23.5%;
		margin-right: 2%;
		margin-top: 20px;
	}

	.partner .list .image:nth-child(-n+4) {
		margin-top: 0;
	}

	.partner .list .image:nth-child(4n) {
		margin-right: 0;
	}
}

@media screen and (max-width:999px) {
	.partner .list .image:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
	}

	.partner .list .image:nth-child(-n+3) {
		margin-top: 0;
	}

	.partner .list .image:nth-child(3n) {
		margin-right: 0;
	}

	.partner {
		padding: 50px 0 80px 0;
		margin-bottom: -33px;
	}
}

@media screen and (max-width:768px) {
	.partner {
		padding: 40px 0 40px 0;
		margin-bottom: 0px;
	}

	.partner .list {
		margin-top: 30px;
	}
}

@media screen and (max-width:538px) {
	.partner .list {
		justify-content: space-between;
	}

	.partner .list .image:nth-child(n) {
		width: 48%;
		margin-right: 0%;
		margin-top: 20px;
	}

	.partner .list .image:nth-child(-n+2) {
		margin-top: 0;
	}

}

/* 6-1 新闻资讯 */

.newsList {
	padding: 90px 0 85px 0;
}

.newsList .iTit .title {
	flex-shrink: 0;
	margin-right: 22.4%;
}

.newsList .iTit .tips {
	flex: 1;
	color: #666;
	font-size: 14px !important;
	line-height: 26px !important;
	padding-top: 24px;
}


.newsList .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 64px;
}


.newsList .list .newItem {
	width: 32%;
	margin-right: 2%;
	margin-top: 30px;
}

.newsList .list .newItem:nth-child(3n) {
	margin-right: 0;
}

.newsList .list .newItem:nth-child(-n+3) {
	margin-top: 0;
}

.newsList .pager {
	margin-top: 45px;
}

.newPiece {
	background-image: url("../images/newPieceBg.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 91px 0 89px 0;
}

@media screen and (max-width:1600px) {
	.newsList .iTit .tips {
		padding: 0;
	}

	.newsList .iTit .title {
		margin-right: 20%;
	}
}

@media screen and (max-width:999px) {
	.newsList .iTit {
		flex-direction: column;
		align-items: flex-start;
	}

	.newsList .iTit .title {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.newsList .list {
		margin-top: 40px;
		justify-content: space-between;
	}

	.newsList .list .newItem:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 40px;
	}

	.newsList .list .newItem:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width:768px) {
	.newsList .list .newItem:nth-child(n) {
		margin-top: 30px;
	}

	.newsList .list .newItem:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width:538px) {
	.newsList .list .newItem:nth-child(n) {
		width: 100%;
		margin-right: 0;
		margin-top: 30px;
	}

	.newsList .list .newItem:nth-child(-n+1) {
		margin-top: 0;
	}
}


/* 6-2 新闻资讯 */


.newDet {
	padding: 90px 0 90px 0;
}


.newDet .sTit {
	font-weight: bold;
}


.newDet .tips {
	display: flex;
	align-items: center;
	margin-top: 26px;
}


.newDet .tips .time {
	color: #666;
	font-size: 16px;
	margin-right: 30px;
}


.newDet .discrete {
	padding: 30px 0 60px 0;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	margin-top: 15px;
}


.newDet .discrete p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}

.newDet .discrete p strong {
	color: #0E204D;
	font-weight: 400;
}


.newDet .discrete p em {
	display: block;
	padding-left: 25px;
	position: relative;
	font-style: normal;
}


.newDet .discrete p em::after {
	content: "";
	position: absolute;
	top: 11px;
	left: 10px;
	border-radius: 50%;
	width: 4px;
	height: 4px;
	background-color: #666666;
}


.newDet .prevOrNext {
	margin-top: 29px;
}

@media screen and (max-width:1600px) {
	.newDet .tips {
		margin-top: 30px;
	}

	.newDet .discrete {
		padding: 50px 0;
		margin-top: 30px;
	}

	.newDet .prevOrNext {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.newDet .discrete {
		padding: 40px 0;
	}
}

@media screen and (max-width:999px) {
	.newDet .discrete p em::after {
		top: 10px;
	}

	.newDet .discrete {
		padding: 30px 0;
	}
}

@media screen and (max-width:768px) {
	.newDet .prevOrNext {
		margin-top: 30px;
	}
}

@media screen and (max-width:538px) {
	.newDet .tips {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet .tips .time {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

/* 6-3新闻资讯 */

.videoList {
	padding: 84px 0 95px 0;
}


.videoList .sTit {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.videoList .sTit .title1 {
	flex-shrink: 0;
	margin-right: 40px;
}

.videoList .sTit .btns {
	display: flex;
	flex-wrap: wrap;
}

.videoList .sTit .btns a {
	display: flex;
	align-items: center;
	justify-content: center;

}

.videoList .sTit .btns a {
	margin: 5px 0;
	margin-right: 14px;
	padding: 14px 26px;
	background-color: #EBF9F8;
	color: #0E204D;
	font-size: 18px;
	line-height: 28px;
	position: relative;
	z-index: 2;
	border-radius: 30px;
	overflow: hidden;
	cursor: pointer;
}


.videoList .sTit .btns a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(90deg, #32B2CA 0%, #2DEFAD 100%);
	z-index: -1;
	opacity: 0;
	transition: .4s ease all;
}

.videoList .sTit .btns a:hover,
.videoList .sTit .btns a.active {
	background-color: transparent;
	color: #ffffff;
}


.videoList .sTit .btns a:hover::after,
.videoList .sTit .btns a.active::after {
	opacity: 1;
}

.videoList .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 55px;
}



.videoList .list .item {
	width: 32%;
	margin-right: 2%;
	margin-top: 40px;
}

.videoList .list .item:nth-child(3n) {
	margin-right: 0;
}


.videoList .list .item:nth-child(-n+3) {
	margin-top: 0;
}


.videoList .list .item .image {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
}

.videoList .list .item .video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.videoList .list .item .video:hover .playBtn img {
	transform: scale(1.1);
}


.videoList .list .item .video .playBtn {
	width: 56px;
}

.videoList .list .msg {
	padding: 0 10px;
	margin-top: 19px;
}

.videoList .list .msg p {
	color: #0E204D;
	font-size: 18px;
	line-height: 28px;
}


.videoList .pager {
	margin-top: 65px;
}

@media screen and (max-width:1600px) {
	.videoList .sTit .btns a {
		font-size: 16px;
		line-height: 28px;
		padding: 6px 20px;
	}

	.videoList .list .item .image {
		border-radius: 10px;
	}

	.videoList .list .msg {
		margin-top: 10px;
	}

	.videoList .list .msg p {
		font-size: 16px;
	}

	.videoList .list .item .video .playBtn {
		width: 50px;
	}

	.videoList .pager {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.videoList .list .item .image {
		border-radius: 5px;
	}

	.videoList .list .item .video .playBtn {
		width: 45px;
	}

	.videoList .list .msg {
		padding: 0 5px;
	}

	.videoList .pager {
		margin-top: 40px;
	}

	.videoList .list .item {
		margin-top: 30px;
	}

	.videoList .list {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.videoList .sTit {
		flex-direction: column;
		align-items: flex-start;
	}

	.videoList .sTit .title1 {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.videoList .sTit .btns a {
		font-size: 14px;
		line-height: 26px;
		padding: 5px 20px;
	}

	.videoList .list {
		justify-content: space-between;
	}

	.videoList .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.videoList .list .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width:768px) {
	.videoList .list .item .video .playBtn {
		width: 40px;
	}

	.videoList .list {
		margin-top: 30px;
	}

	.videoList .pager {
		margin-top: 30px;
	}

	.videoList .sTit .btns a {
		padding: 4px 12px;
	}
}

@media screen and (max-width:400px) {
	.videoList .list .item:nth-child(n) {
		width: 100%;
		margin-right: 0;
		margin-top: 30px;
	}

	.videoList .list .item:nth-child(-n+1) {
		margin-top: 0;
	}
}



/* 7-1 联系我们 */

.contactUs {
	padding: 90px 0 90px 0;
}


.contactUs .getContact {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.contactUs .getContact .des {
	width: 35%;
	padding: 28px 0;
}

.contactUs .getContact .list {
	width: 46.45%;
}



.contactUs .getContact .des .tip {
	margin-top: 12px;
	color: #21CDC0;
	font-size: 18px;
	line-height: 28px;
}


.contactUs .getContact .des .txts {
	color: rgba(14, 32, 77, .6);
	font-size: 16px;
	line-height: 28px;
	margin-top: 48px;
}


.contactUs .getContact .list .item {
	margin-top: 20px;
	padding: 35px 20px 22px 80px;
	background-color: #ffffff;
	box-shadow: 0 2px 30px rgba(0, 0, 0, 0.06);
	position: relative;
	border-radius: 16px;
}

.contactUs .getContact .list .item:nth-child(1) {
	margin-top: 0;
}



.contactUs .getContact .list .item i {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	border: 6px solid #ffffff;
	background-color: #21CDC0;
	color: #ffffff;
	font-size: 20px;
	width: 112px;
	height: 112px;
	border-radius: 50%;
	box-shadow: 0 2px 30px rgba(0, 0, 0, 0.06);
	font-size: 42px;
}


.contactUs .getContact .list .name {
	color: #666;
	font-size: 14px;
	line-height: 26px;
	margin-top: 11px;
}

.contactUs .getContact .list .num {
	color: #0E204D;
	font-size: 20px;
	line-height: 28px;
}



.contactUs .getContact .list .item.address .num {
	font-size: 18px;
}




.contactUs .contact {
	margin-top: 76px;
}

.contactUs .contact .title1 {
	text-align: center;
}

.contactUs .contact .tips {
	text-align: center;
	margin-top: 6px;
	color: #21CDC0;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
}

.contactUs .contact .cForm {
	padding: 50px 48px 50px 42px;
	box-shadow: 0 2px 30px rgba(0, 0, 0, 0.06);
	margin-top: 38px;
	border-radius: 16px;
}

.contactUs .contact .cForm ul li {
	border-radius: 0;
	height: 60px;
}


.contactUs .contact .cForm ul li.subBtn {
	background-color: transparent;
	position: relative;
}

.contactUs .contact .cForm ul li.subBtn input {
	border-radius: 0;
	background-color: transparent;
	font-size: 16px;
}


.contactUs .contact .cForm ul li.subBtn::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: linear-gradient(270deg, #2DEFAD 0%, #32B2CA 100%);
	left: 0;
	top: 0;
	transition: .4s ease all;
}


.contactUs .contact .cForm ul li.subBtn:hover {
	background-color: #1D2A4D;
}

.contactUs .contact .cForm ul li.subBtn:hover::after {
	opacity: 0;
}

.contactUs .contact .cForm ul input::-webkit-input-placeholder,
.contactUs .contact .cForm ul textarea::-webkit-input-placeholder {
	color: rgba(51, 51, 51, .6);
}

.contactUs .contact .cForm ul input:-moz-placeholder,
.contactUs .contact .cForm ul textarea:-moz-placeholder {
	color: rgba(51, 51, 51, .6);
}

.contactUs .contact .cForm ul input::-moz-placeholder,
.contactUs .contact .cForm ul textarea::-moz-placeholder {
	color: rgba(51, 51, 51, .6);
}

.contactUs .contact .cForm ul input:-ms-input-placeholder,
.contactUs .contact .cForm ul textarea:-ms-input-placeholder {
	color: rgba(51, 51, 51, .6);
}



.contactUs .contact .cForm ul li.must,
.contactUs .contact form ul li.m-formcountry .drop-btn {
	padding: 0 36px;
}

.contactUs .contact .cForm ul li {
	padding: 0 34px;
}

.contactUs .contact .cForm ul li.m-formcountry {
	padding: 0;
}

.contactUs .cForm ul li.must::after {
	top: 17px;
	left: 21px;
}

.contactUs .contact .cForm ul li.message {
	height: 174px;
	padding: 17px 36px;
}

.contactUs .contact .cForm ul li.code {
	padding: 0;
}

.contactUs .contact .cForm ul li.code .codeImg {
	width: 89px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contactUs .contact .cForm ul li.code input {
	padding: 0 36px;
}

.contactUs .contact form ul li.m-formcountry .drop-list {
	border-radius: 0;
}

.contactUs .contact form ul li.m-formcountry .drop-list li {
	height: auto;
	margin: 0;
	padding: 5px 36px;
}

.contactUs form ul li.m-formcountry .drop-btn i,
.contactUs form ul li.m-formcountry .drop-btn svg {
	color: #666666;
}

.map {
	margin-bottom: -58px;
}

.map img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}



@media screen and (max-width:1600px) {
	.contactUs .getContact .list .item {
		padding: 20px;
		padding-left: 80px;
	}

	.contactUs .contact {
		margin-top: 60px;
	}

	.contactUs .getContact .des .tip {
		margin-top: 20px;
	}

	.contactUs .contact .tips {
		margin-top: 20px;
	}

	.contactUs .contact .cForm {
		border-radius: 10px;
		padding: 40px 40px;
	}

	.contactUs .getContact .list .item {
		border-radius: 10px;
	}

	.contactUs .contact .cForm ul li {
		height: 50px;
	}

	.contactUs .cForm ul li.must::after {
		top: 14px;
	}

	.map {
		margin-bottom: -48px;
	}
}

@media screen and (max-width:1333px) {
	.contactUs .getContact .des .tip {
		font-size: 16px;
		line-height: 28px;
	}

	.contactUs .getContact .des .txts {
		font-size: 14px !important;
		line-height: 26px !important;
		margin-top: 30px;
	}

	.contactUs .getContact .des {
		padding: 0;
	}

	.contactUs .getContact .list .item i {
		width: 90px;
		height: 90px;
		font-size: 36px;
	}

	.contactUs .getContact .list .name {
		margin-top: 6px;
	}

	.contactUs .contact .tips {
		font-size: 16px;
		line-height: 28px;
	}

	.map {
		margin-bottom: -46px;
	}
}

@media screen and (max-width:999px) {
	.contactUs .getContact {
		flex-direction: column;
		align-items: flex-start;
	}

	.contactUs .getContact .des {
		width: 100%;
	}

	.contactUs .getContact .des .txts {
		margin-top: 20px;
	}

	.contactUs .getContact .list {
		width: 100%;
		margin-top: 40px;
		padding-left: 40px;
	}

	.contactUs .getContact .list .item.address .num {
		font-size: 16px;
		line-height: 28px;
	}

	.contactUs .getContact .list .item i {
		width: 80px;
		height: 80px;
		font-size: 28px;
	}

	.contactUs .getContact .list .num {
		font-size: 18px;
	}

	.contactUs .contact .cForm,
	.contactUs .getContact .list .item {
		border-radius: 5px;
	}

	.contactUs .contact .cForm {
		padding: 30px;
	}

	.contactUs .contact .cForm ul li {
		height: 45px;
	}

	.map {
		margin-bottom: -34px;
	}
}

@media screen and (max-width:768px) {
	.map {
		margin-bottom: 0px;
	}

	.contactUs .getContact .list {
		padding-left: 36px;
	}

	.contactUs .getContact .list .item i {
		width: 70px;
		height: 70px;
		font-size: 26px;
	}

	.contactUs .getContact .list .item.address .num {
		font-size: 14px;
		line-height: 26px;
	}

	.contactUs .getContact .list .num {
		font-size: 16px;
		line-height: 28px;
	}

	.contactUs .getContact .list .item {
		padding-left: 50px;
	}

	.contactUs .contact {
		margin-top: 50px;
	}

	.contactUs .contact .cForm ul li.code input {
		padding: 0 20px;
	}

	.contactUs .contact .cForm ul li {
		padding: 0 20px;
	}

	.contactUs .contact .cForm ul li.must,
	.contactUs .contact form ul li.m-formcountry .drop-btn {
		padding: 0 20px;
	}

	.contactUs .contact .cForm ul li.m-formcountry {
		padding: 0;
	}

	.contactUs .cForm ul li.must::after {
		left: 8px;
		top: 13px;
	}

	.contactUs .contact .cForm ul li.message {
		height: 140px;
		padding: 14px 20px;
	}

	.contactUs .contact .cForm ul li.code {
		padding: 0;
	}

	.contactUs .contact .cForm {
		margin-top: 30px;
	}

	.contactUs .contact form ul li.m-formcountry .drop-list li {
		padding: 5px 20px;
	}
}

@media screen and (max-width:538px) {
	.contactUs .contact .cForm ul li:nth-child(n) {
		width: 100%;
		margin-top: 16px;
	}

	.contactUs .contact .cForm ul li:nth-child(1) {
		margin-top: 0;
	}

	.contactUs .contact .cForm {
		padding: 20px;
	}
}



/* innerBanner */


.innerBanner {
	height: 400px;
	position: relative;
}

.innerBanner .image {
	height: 100%;
}

.innerBanner .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.innerBanner .con {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.innerBanner .title1 {
	color: #ffffff;
	text-align: center;
	margin-bottom: 16px;
}




/* crumb */


.crumb {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #EDFBFA;
}

.crumb a,
.crumb i {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	font-style: normal;
	letter-spacing: 0px;
	color: #EDFBFA;
}


.crumb i {
	font-style: normal;
}

.crumb a:hover,
.crumb a.active {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}



/* pager */
.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.pager .pageList a {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 14px;
	color: #666666;
	margin: 5px 10px;
	border: 1px solid #E1E2E4;
}

.pager .pageList a.active,
.pager .pageList a:hover {
	border-color: #21CDC0;
	background-color: rgba(33, 205, 192, .1);
	color: #21CDC0;
}

.pager .pageList a.iconfont {
	color: #435BA1;
	background-color: rgba(67, 91, 161, .1);
	border: none;
}

.pager .pageList a.iconfont:hover {
	background-color: #21CDC0;
	color: #ffffff;
}


.pager .addTo {
	display: flex;
	align-items: center;
	margin: 5px 10px;
	position: relative;
}


.pager .addTo p {
	font-size: 14px !important;
}

.pager .addTo img {
	width: 12px;
	flex-shrink: 0;
	margin-left: 10px;
}


.pager .addTo input {
	background-color: transparent;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
}

.pager .addTo:hover {
	color: #21CDC0;
}


@media screen and (max-width:1600px) {
	.innerBanner .title1 {
		margin-bottom: 20px;
	}

	.innerBanner {
		height: 360px;
	}
}

@media screen and (max-width:1333px) {
	.innerBanner {
		height: 320px;
	}

	.pager .pageList a {
		width: 32px;
		height: 32px;
		margin: 5px 6px;
	}

	.pager .pageList a.iconfont {
		font-size: 12px;
	}
}

@media screen and (max-width:999px) {
	.innerBanner {
		height: 280px;
	}

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.innerBanner {
		height: 240px;
	}
}

@media screen and (max-width:538px) {
	.innerBanner {
		height: 220px;
	}
}

/* footer */

.footerMsg {
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #1D2A4D 50%, #1D2A4D 100%);
	margin-bottom: -2px;
}


.footerMsg .safeRange {
	position: relative;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 0 28px 0;
}




.footerMsg .safeRange::after {
	content: "";
	position: absolute;
	z-index: -1;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	background-color: #21CDC0;
	width: calc(100% + 145px);
	border-radius: 16px;
}



.footerMsg .fLogo {
	width: 164px;
	flex-shrink: 0;
	margin-right: 30px;
}


.footerMsg .fLogo:hover img {
	transform: none;
}

.footerMsg .list {
	display: flex;
	flex-wrap: wrap;
}



.footerMsg .list a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, .2);
	margin: 5px 0;
	margin-left: 6px;
	color: #ffffff;
	font-size: 22px;
}

.footerMsg .list a:hover {
	background-color: #ffffff;
	color: #1D2A4D;
}



footer {
	background: #1D2A4D;
	padding: 105px 0 28px 0;
}


footer .footerList {
	display: flex;
	align-items: flex-start;
	margin-bottom: 79px;
}


footer .footerList .box li {
	margin-top: 10px;
}


footer .footerList .box li:nth-child(1) {
	margin-top: 0;
}



footer .footerList .titBox .slideBtn {
	display: none;
}

footer .footerList>li {
	padding-left: 10px;
}

footer .footerList .fNav {
	width: 12%;
	margin-right: 3.8%;
}

footer .footerList .fProducts {
	width: 20%;
	margin-right: 2%;
}


footer .footerList .fContact {
	width: 21%;
	margin-right: 8.9%;
}


footer .footerList .fContact p {
	display: inline;
}



footer .footerList .fInquiry {
	width: 32.3%;
}



footer .footerList .fInquiry form {
	margin-top: 27px;
}


footer .footerList form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

footer .footerList form ul li {
	height: 48px;
	margin-top: 17px;
	padding: 0 22px;
	width: 49%;
	background-color: #2C3C66;
}


footer .footerList form ul li.message {
	width: 100%;
	height: 136px;
	padding: 16px 22px;
}


footer .footerList form ul li.message::after {
	top: 12px;
}

footer .footerList form ul li.checkPhone {
	padding: 0 9px;
}

footer .footerList form ul li.m-formcountry {
	padding: 0;
}


footer .footerList ul li a:hover {
	color: #ffffff;
}



footer .footerList form ul li:nth-child(-n+2) {
	margin-top: 0;
}


.fInquiry form input,
.fInquiry form textarea {
	width: 100%;
	height: 100%;
	color: #ffffff;
	background-color: transparent;
	font-size: 14px !important;
}


.fInquiry form li.must {
	position: relative;
}


.fInquiry form li.must::after {
	content: "*";
	position: absolute;
	font-size: 16px;
	color: #EB0F0F;
	top: 11px;
	left: 10px;
}


.fInquiry form li.code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	overflow: hidden;
	width: 66.9%;
}


.fInquiry form li.code input {
	flex: 1;
	padding: 0 22px;
}


.fInquiry form li.code .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	background-color: #f3fbfe;
	width: 71px;
	height: 32px;
	margin-right: 9px;
}




.fInquiry form li.code .codeImg img {
	height: 100%;
}


.fInquiry form li.subBtn {
	padding: 0;
	width: 31.5%;
	border: none;
}



.fInquiry form li.subBtn input {
	background-color: #21CDC0;
	cursor: pointer;
	color: #ffffff;
}


.fInquiry form li.subBtn input:hover {
	color: #21CDC0;
	background-color: #ffffff;
}



.fInquiry form input::-webkit-input-placeholder,
.fInquiry form textarea::-webkit-input-placeholder {
	font-size: 14px !important;
	color: #ffffff;
}

.fInquiry form input:-moz-placeholder,
.fInquiry form textarea:-moz-placeholder {
	font-size: 14px !important;
	color: #ffffff;
}

.fInquiry form input::-moz-placeholder,
.fInquiry form textarea::-moz-placeholder {
	font-size: 14px !important;
	color: #ffffff;
}

.fInquiry form input:-ms-input-placeholder,
.fInquiry form textarea:-ms-input-placeholder {
	font-size: 14px !important;
	color: #ffffff;
}



footer a,
footer p,
footer div {
	font-size: 16px;
	line-height: 28px;
	color: rgba(255, 255, 255, .6);
}







footer .title {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	display: block;
	position: relative;
}

footer .title::after {
	position: absolute;
	content: "";
	left: -23px;
	top: 7px;
	width: 12px;
	height: 17px;
	background-image: url("../images/fSign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


footer a.title:hover {
	color: #21CDC0;
}


footer .footerList .box {
	margin-top: 36px;
}

footer .copyright {
	font-size: 14px !important;
}

footer .copyright a {
	display: inline;
	font-size: 14px;
}

footer .copyright a:hover {
	color: #ffffff;
}

footer .copyright a img {
	display: inline-block;
	margin-left: 5px;
}

footer .email a {
	word-break: break-all;
}


form ul li.m-formcountry {
	position: relative;
}

form ul li.m-formcountry {
	padding: 0;
}

form ul li.m-formcountry .drop-btn {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 15px;
}

form ul li.m-formcountry .drop-btn i,
form ul li.m-formcountry .drop-btn svg {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 10px;
	font-weight: bold;
}

form ul li.m-formcountry .drop-list {
	display: none;
	border: 1px solid #e6e6e6;
	width: 100%;
	position: absolute;
	top: 100%;
	background-color: #fff;
	max-height: 223px;
	overflow-x: hidden;
	z-index: 10001;
	scrollbar-color: #21CDC0 rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
	border-radius: 5px;
}

form ul li.m-formcountry .drop-list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

form ul li.m-formcountry .drop-list::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
}

form ul li.m-formcountry .drop-list::-webkit-scrollbar-thumb {
	background-color: #21CDC0;
}

form ul li.m-formcountry .drop-list li {
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	width: 100%;
	padding: 5px 20px;
	cursor: pointer;
	border: none;
	height: auto;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
	margin: 0;
	border-radius: 0;
}

form ul li.m-formcountry .drop-list li.on {
	background-color: #21CDC0;
	color: #ffffff;
}



@media screen and (max-width:1600px) {
	.footerMsg .safeRange::after {
		width: calc(100% + 100px);
	}

	.footerMsg .fLogo {
		width: 140px;
	}

	.footerMsg .safeRange::after {
		border-radius: 10px;
	}

	.footerMsg .safeRange {
		padding: 20px 0;
	}

	footer {
		padding: 60px 0;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer .footerList {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList form ul li {
		height: 40px;
	}

	footer .footerList {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:1333px) {
	.footerMsg .fLogo {
		width: 120px;
	}

	.footerMsg .safeRange::after {
		border-radius: 5px;
	}

	.footerMsg .list a {
		width: 40px;
		height: 40px;
		font-size: 20px;
		margin-left: 10px;
	}

	footer .footerList .fContact {
		width: 24%;
	}

	footer .footerList .fProducts {
		width: 21%;
	}

	footer .footerList .fInquiry {
		width: 34%;
	}
}

@media screen and (max-width:999px) {

	.footerMsg .safeRange {
		padding: 10px 0;
	}

	.footerMsg .fLogo {
		width: 100px;
	}

	.footerMsg .list a {
		width: 36px;
		height: 36px;
		font-size: 18px;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList>li:nth-child(1) {
		margin-top: 0;
	}

	footer {
		padding: 40px 0 80px 0;
	}


	footer .footerList .titBox {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	footer .footerList .titBox .slideBtn {
		width: 35px;
		height: 35px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 14px;
	}

	footer .footerList .titBox .slideBtn.active {
		transform: rotate(90deg);
	}

	footer .footerList .box {
		margin-top: 10px;
	}

	footer .title {
		font-size: 16px;
		line-height: 28px;
	}

	footer .blogrolls a {
		font-size: 14px;
	}

	footer .footerList .box {
		display: none;
		transition: none;
	}

	footer .footerList .fInquiry form {
		display: none;
		transition: none;
	}

	footer .footerList form ul li {
		height: 45px;
	}

	footer .footerList .fInquiry form {
		margin-top: 30px;
	}

	footer .title::after {
		top: 5px;
	}

	footer .footerList .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList .box li:nth-child(n) {
		width: 48%;
		margin-top: 10px;
	}

	footer .footerList .box li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList .fContact .box li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .fContact .box li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList form ul li {
		height: 36px;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 26px;
	}

	footer .footerList .fContact .address p {
		line-height: 26px;
	}

	footer .footerList .fInquiry form {
		margin-top: 20px;
	}

	footer .title::after {
		left: -19px;
	}
}


@media screen and (max-width:538px) {
	footer .footerList .box li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .box li:nth-child(1) {
		margin-top: 0;
	}

	.footerMsg .list a {
		width: 32px;
		height: 32px;
	}

	.footerMsg .safeRange {
		flex-direction: column;
		align-items: flex-start;
		padding: 20px 0;
	}

	.footerMsg .list a {
		margin-left: 0;
		margin-right: 10px;
	}

	.footerMsg .fLogo {
		margin-right: 0;
		margin-bottom: 20px;
	}
}


@media screen and (max-width:400px) {
	footer .footerList form ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList form ul li:nth-child(1) {
		margin-top: 0;
	}
}

/* certifiicates */

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: "Microsoft YaHei", "微软雅黑";
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

/* video tankuang */

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}



/* customer */
.customer {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
}

.customer div a,
.customer div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 53px;
	height: 53px;
	background-color: #1D2A4D;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 1px;
	margin-right: 3px;
	font-size: 20px;
}

.customer .top a {
	width: 53px;
	height: 53px;
	background-color: #1D2A4D;
	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;
}


.customer a i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	width: 26px;
	height: 26px;
}

.customer .top i {
	width: 24px;
	height: 24px;
	display: block;
	line-height: 22px;
	text-align: center;
	font-size: 12px;
	border-radius: 50%;
}

.customer div div {
	cursor: pointer;
}

.customer div a:hover,
.customer div div:hover {
	background-color: #21CDC0;
	color: #fff;
}

.clear2 {
	display: none;
}


.customer .code {
	position: relative;
}

.customer .code img {
	position: absolute;
	top: 0;
	right: 100%;
	width: 150px;
	height: 150px;
	max-width: none;
	transform: translateX(100%);
	z-index: -1;
	opacity: 0;
}

.customer .code:hover img {
	transform: translateX(0);
	opacity: 1;
}


@media screen and (max-width: 999px) {
	.youlian {
		display: none;
	}

	.customer .top a {
		width: 20%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		background-color: #1D2A4D;
	}

	.customer {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		transform: translateY(0);
	}

	.customer div {
		width: 20%;
		float: left;
	}

	.customer div a,
	.customer div div {
		font-size: 18px;
		height: 42px;
		margin: auto;
		width: 100%;
		background-color: #1D2A4D;
		color: #fff !important;
		border-radius: 0px;
	}

	.customer div a:hover,
	.customer div div:hover {
		background-color: #1D2A4D;
		color: #fff;
	}

	.customer div.active a,
	.customer div.active div {
		background-color: #21CDC0;
		color: #fff;
	}

	.customer .top i {
		border-color: #fff;
	}

	.customer .code img,
	.customer .code:hover img {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		opacity: 0;
	}

	.customer .code.active img {
		opacity: 1;
		transform: translateX(-50%) translateY(-100%);
	}
}



@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('iconfont.woff?t=1759197873969') format('woff'),
		url('iconfont.ttf?t=1759197873969') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-zhiding1:before {
	content: "\e7b9";
}

.icon-QQ:before {
	content: "\e882";
}

.icon-QQkongjian:before {
	content: "\e619";
}

.icon-paper-full:before {
	content: "\ea0b";
}

.icon-jian:before {
	content: "\e612";
}

.icon-xiaohongshu:before {
	content: "\e69e";
}

.icon-zhiding:before {
	content: "\e68c";
}

.icon-youjian_:before {
	content: "\e6a6";
}

.icon-chuanzhen:before {
	content: "\e6b4";
}

.icon-shangjiantou:before {
	content: "\e60f";
}

.icon-yuyan:before {
	content: "\e684";
}

.icon-dingbu:before {
	content: "\e62d";
}

.icon-Youtube:before {
	content: "\e880";
}

.icon-liuyanjianyi:before {
	content: "\e62c";
}

.icon-shangchuan:before {
	content: "\e60b";
}

.icon-youjian:before {
	content: "\e624";
}

.icon-yonghu:before {
	content: "\e6b3";
}

.icon-pinterest1:before {
	content: "\f211";
}

.icon-jia1:before {
	content: "\e632";
}

.icon-xiazai:before {
	content: "\e682";
}

.icon-xiangyoujiantou:before {
	content: "\e68b";
}

.icon-xiangyoujiantou-copy:before {
	content: "\f1eb";
}

.icon-guanbi:before {
	content: "\e611";
}

.icon-zuosanjiao:before {
	content: "\e63e";
}

.icon-yousanjiao-copy:before {
	content: "\f1e8";
}

.icon-email-s:before {
	content: "\e65e";
}

.icon-douyin:before {
	content: "\e8db";
}

.icon-xinlangweibo:before {
	content: "\e606";
}

.icon-duigou-cu:before {
	content: "\e658";
}

.icon-facebook-fill:before {
	content: "\e88d";
}

.icon-linkedin1:before {
	content: "\f1e7";
}

.icon-weixin:before {
	content: "\e695";
}

.icon-jiantou_xiangzuo_o:before {
	content: "\eb92";
}

.icon-jiantou_xiangyou_o:before {
	content: "\eb94";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-phone3:before {
	content: "\e661";
}

.icon-doubleright:before {
	content: "\e7ef";
}

.icon-line:before {
	content: "\e63f";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-phone-:before {
	content: "\e638";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-left7:before {
	content: "\e724";
}

.icon-tel2-copy:before {
	content: "\f212";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-twitter4:before {
	content: "\e7fe";
}


.customer div {
    position: relative;
}


.customer div.phone .num {
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    background-color: #21CDC0 !important;
    color: #ffffff !important;
    transform: translateY(-50%) translateX(50%);
    width: max-content;
    max-width: 500px;
    min-width: 220px;
    padding: 8px 20px;
    font-size: 16px;
    height: auto;
    transition: none;
    text-align: center;
    border-radius: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    transition: .4s ease all;
}

.customer div.phone .num:hover {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-underline-offset: 3px;
}

.customer div.phone:hover .num {
    display: block;
    pointer-events: all;
    opacity: 1;
    transform: translateY(-50%) translateX(0%);
}



.customer div.phone .num::after,
.customer div.phone .num::before {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 14px;
}


.customer div.phone .num::after {
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    background-color: #21CDC0;
}


.customer div.phone .num::before {
    background-color: transparent;
    width: 20px;
    height: 100%;
}


@media screen and (max-width:999px){
     .customer div.phone .num{
        display: none;
    }
}
