@charset "utf-8";

/* common */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	border: none;
	text-decoration: none;
	transition: all .4s ease;
}

body {
	margin: 0 auto;
	font-family: Poppins-Regular, Arial, sans-serif;
	font-size: 16px;
	height: 100%;
	overflow: hidden;
}

.screenPiece {
	width: 100%;
	margin: 0 auto;
	max-width: 1700px;
}


ul {
	list-style: none;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-size: 62.5%;
	background-color: #111;
}

.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: #0E3772;
}

.standardEdit a:hover {
	text-decoration: underline;
}



a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: Poppins-Regular, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	border: none;
	outline: none;
}

textarea {
	resize: none;
}

@media screen and (max-width:1333px) {

	input,
	textarea,
	select {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}
}

@media screen and (max-width:999px) {

	input,
	textarea,
	select {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}
}


.safeRange {
	max-width: 1400px;
	width: calc(100% - 160px);
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.safeRange {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:538px) {
	.safeRange {
		width: calc(100% - 30px);
	}
}



@media screen and (max-width:1560px) {
	.standardRange {
		padding: 80px 0 80px 0 !important;
	}
}


@media screen and (max-width:1333px) {
	.standardRange {
		padding: 60px 0 60px 0 !important;
	}
}

@media screen and (max-width:999px) {
	.standardRange {
		padding: 50px 0 50px 0 !important;
	}
}

@media screen and (max-width:768px) {
	.standardRange {
		padding: 40px 0 40px 0 !important;
	}
}





@media screen and (max-width:1560px) {
	.standardTxt .title1 {
		font-size: 36px !important;
		line-height: 48px !important;
	}

	.standardTxt .title2 {
		font-size: 30px !important;
		line-height: 42px !important;
	}
}

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 30px !important;
		line-height: 42px !important;
	}

	.standardTxt .title2 {
		font-size: 26px !important;
		line-height: 38px !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: 26px !important;
		line-height: 38px !important;
	}

	.standardTxt .title2 {
		font-size: 22px !important;
		line-height: 34px !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;
		line-height: 34px !important;
	}

	.standardTxt .title2 {
		font-size: 20px !important;
		line-height: 32px !important;
	}
}








.oneRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.twoRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.threeRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.foreRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}


.clear {
	clear: both;
}

/* xnav */
header .xnav {
	display: none;
}

@media screen and (max-width:999px) {
	header .xnav {
		display: block;
	}

	header .xnav .nav {
		position: fixed;
		width: 35px;
		height: 24px;
		background: #EC6C01;
		right: 80px;
		top: 30px;
		transform: translateY(-50%);
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999;
	}

	header .xnav .nav span {
		display: block;
		width: 20px;
		height: 2px;
		background: #ffffff;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: 50%;
		transition: 0.8s;
		z-index: 99999991
	}

	header .xnav .nav .nav1 {
		margin-top: -1px;
	}

	header .xnav .nav .nav2 {
		margin-top: -8px;
	}

	header .xnav .nav .nav3 {
		margin-top: 6px;
	}

	header .xnav .nav:hover .nav1 {
		width: 25px;
	}

	header .xnav .navh .nav1 {
		transform: rotate(45deg)
	}

	header .xnav .navh .nav2 {
		transform: rotate(-45deg);
		width: 10px;
		margin-left: -1px;
		margin-top: -5px;
	}

	header .xnav .navh .nav3 {
		transform: rotate(-45deg);
		width: 9px;
		margin-top: 3px;
		margin-left: -8px;
	}

	header .xnav .navh:hover .nav2 {
		margin-top: -8px;
		margin-left: 7px;
	}

	header .xnav .navh:hover .nav3 {
		margin-top: 5px;
		margin-left: -12px;
	}

	header .xnav .smdaohang {
		position: fixed;
		width: 300px;
		height: 0px;
		overflow: auto;
		top: 0px;
		right: 0px;
		background: rgba(236, 108, 1, 0.95);
		z-index: 9999999;
		transition: 0.8s;
		text-align: center;
	}

	header .xnav .smdaohangh {
		right: 0px;
		top: 0px;
		height: 100%;
	}

	header .xnav .topnav {
		margin: auto;
		margin-top: 30px;
		padding: 20px;
	}

	header .xnav ul.topnav li {
		text-align: left;
		position: relative;
	}

	header .xnav ul.topnav li a {
		padding: 5px;
		padding-left: 0px;
		color: #fff;
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding-right: 50px;
		font-family: Poppins-Regular, Arial, sans-serif;
	}

	header .xnav ul.topnav ul {
		display: none;
		transition: none;
	}

	header .xnav ul.topnav ul li {
		clear: both;
	}

	header .xnav ul.topnav ul li a {
		padding-left: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		outline: 0;
	}


	header .xnav ul.topnav ul ul li a {
		padding-left: 40px;
	}

	header .xnav ul.topnav ul ul ul li a {
		padding-left: 60px;
	}

	header .xnav ul.topnav span {
		display: block;
		position: absolute;
		right: 0px;
		top: 7px;
		width: 20px;
		height: 20px;
		background: #fff;
		background: rgba(255, 255, 255, 0.6);
		cursor: pointer;
		border-radius: 50%;
		transition: 0.5s;
	}

	header .xnav ul.topnav span:before {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: 0px;
		transform: rotate(45deg);
		transform-origin: right center
	}

	header .xnav ul.topnav span:after {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: -1px;
		transform: rotate(-45deg);
		transform-origin: right center;
		transition: 0.5s;
	}

	header .xnav ul.topnav span.yizi {
		transform: rotate(90deg)
	}

	header .xnav .smdaohang form {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 240px;
		height: 26px;
		border: 1px solid #fff;
		position: relative;
		background: #fff;
		border-radius: 13px;
	}

	header .xnav .smdaohang form input {
		color: #333333;
	}

	header .xnav .smdaohang form .iptc {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		background-color: #fff;
		width: 80%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: left;
		border-radius: 10px;
	}

	header .xnav .smdaohang form .ipsc {
		width: 20%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: right;
		background: transparent;
		position: relative;
		z-index: 99;
	}

	header .xnav .smdaohang form i {
		position: absolute;
		right: 10px;
		top: 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 */

html {
	scroll-padding-top: 70px;
}

nav {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 9999;
	background-color: transparent;
}


nav {
	max-width: 1700px;
}

html {
	scroll-padding-top: 98px;
}

nav::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	background: rgba(0, 0, 0, 0.90);
	backdrop-filter: blur(11.699999809265137px);
	z-index: -2;
	opacity: 0;
	transition: .4s ease all;
}

nav.active::after {
	opacity: 1;
}


nav .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

nav .logo {
	width: 81px;
	flex-shrink: 0;
}

nav .logo:hover img {
	transform: none;
}

nav .navList {
	display: flex;
	align-items: center;
}

nav .navList>ul {
	display: flex;
	align-items: center;
}

nav .navList>ul>li {
	margin-right: 37.5px;
	position: relative;
}

nav .navList>ul>li:last-child {
	margin-right: 0;
}


nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 98px;
	line-height: 98px;
	color: #ffffff;
	position: relative;
	font-size: 18px;
	padding: 0 18px;
}


nav .navList>ul>li>a::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	height: 46px;
	width: 100%;
	background-color: #0E3772;
	z-index: -1;
	opacity: 0;
	transition: .4s ease all;
}


nav .navList>ul>li.active>a:after,
nav .navList>ul>li:hover>a:after {
	opacity: 1;
}




nav .btns {
	display: flex;
	align-items: center;
	margin-left: 122px;
}


nav .btns .search {
	height: 98px;
	display: flex;
	align-items: center;
	position: relative;
}


nav .btns .search .searchBtn {
	cursor: pointer;
}


nav .btns .search .searchBtn i {
	font-size: 20px;
	color: #ffffff;
	transform: translateY(3px);
}

nav .btns .search .searchBtn:hover i {
	color: #EC6C01;
}

nav .btns .search form {
	position: absolute;
	right: 0;
	top: calc(100% - 13px);
	background-color: #ffffff;
	height: 30px;
	width: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	overflow: hidden;
}


nav .btns .search form.active {
	width: 240px;
	padding: 0 10px;
}

nav .btns .search form input {
	width: 100%;
	height: 100%;
}


nav .btns .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 30px;
	width: 30px;
}

nav .btns .search form .subBtn:hover i {
	color: #EC6C01;
}

nav .btns .search form .subBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: transparent;
}


nav .btns .language {
	height: 98px;
	display: flex;
	align-items: center;
	position: relative;
}

nav .btns .lanBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	height: 40px;
}


nav .btns .lanBtn:hover {
	color: #EC6C01;
}

nav .btns .lanBtn:hover i {
	color: #EC6C01;
}

nav .btns .line {
	width: 1px;
	height: 20px;
	background-color: rgba(255, 255, 255, .3);
	margin: 0 18px 0 34px;
}


nav .btns .lanBtn i {
	color: #ffffff;
}

nav .btns .lanBtn img {
	filter: grayscale(100%) brightness(500%);
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 7px;
}

nav .btns .lanBtn:hover img {
	filter: grayscale(0%) brightness(100%);
}

nav .btns .lanBtn i.icon-right7 {
	font-size: 10px;
	transform: rotate(90deg);
	margin-left: 5px;
}


nav .btns .lanBtn.active i.icon-right7 {
	transform: rotate(-90deg);
}


nav .btns .language ul {
	position: absolute;
	background-color: #ffffff;
	width: max-content;
	max-width: 200px;
	min-width: 100%;
	display: none;
	transition: none;
	padding: 15px 0;
	top: calc(100% - 13px);
	left: 50%;
	transform: translateX(-50%);
}



nav .btns .language ul li {
	position: relative;
	margin-bottom: 24px;
}

nav .btns .language ul li:last-child {
	margin-bottom: 0;
}

nav .btns .language ul a {
	font-size: 18px;
	line-height: 28px;
	padding: 0 28px;
	color: #222;
}

nav .btns .language ul li:hover>a {
	color: #EC6C01;
}




/* moreList */

.moreList,
.moreList ul {
	position: absolute;
	background-color: #ffffff;
	width: max-content;
	max-width: 335px;
	min-width: 144px;
	display: none;
	transition: none;
	padding: 15px 0;
}

.moreList ul {
	left: 100%;
	top: -15px;
}

.moreList {
	top: calc(100% - 13px);
	left: 0px;
}

.moreList li {
	position: relative;
	margin-bottom: 24px;
}

.moreList li:last-child {
	margin-bottom: 0;
}

.moreList a {
	font-size: 18px;
	line-height: 28px;
	padding: 0 28px;
	color: #222;
}

.moreList li:hover>a {
	color: #EC6C01;
}


@media screen and (max-width:1560px) {
	nav .navList>ul>li>a {
		height: 80px;
		line-height: 80px;
		padding: 0 15px;
	}

	nav .btns .search,
	nav .btns .language {
		height: 80px;
	}

	html {
		scroll-padding-top: 80px;
	}

	nav .btns {
		margin-left: 30px;
	}

	nav .navList>ul>li {
		margin-right: 20px;
	}

	nav .logo {
		width: 70px;
	}

	nav .navList>ul>li>a::after {
		height: 40px;
	}

	nav .btns .line {
		margin: 0 20px;
	}


	nav .btns .language ul {
		top: 100%;
	}

	nav .btns .search form {
		top: 100%;
	}

	.moreList {
		top: 100%;
	}

	.moreList a,
	nav .btns .language ul li a {
		padding: 0 15px;
	}

	.moreList li,
	nav .btns .language ul li {
		margin-bottom: 15px;
	}
}

@media screen and (max-width:1333px) {
	nav .navList>ul>li>a {
		font-size: 16px;
	}

	nav .navList>ul>li>a::after {
		height: 36px;
	}

	nav .navList>ul>li {
		margin-right: 10px;
	}

	nav .btns .lanBtn img {
		width: 24px;
		height: 24px;
	}

	nav .btns .search .searchBtn i {
		font-size: 18px;
	}

	nav .btns .lanBtn {
		font-size: 16px;
		line-height: 26px;
	}

	nav .logo {
		width: 60px;
	}

	.moreList a,
	nav .btns .language ul li a {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:1200px) {
	nav .navList>ul>li>a {
		padding: 0 10px;
	}

	nav .btns {
		margin-left: 20px;
	}

	nav .btns .line {
		margin: 0 14px;
	}

	nav .navList>ul>li {
		margin-right: 6px;
	}

	.moreList a,
	nav .btns .language ul li a {
		padding: 0 10px;
	}
}

@media screen and (max-width:999px) {

	nav .navList>ul,
	nav .btns .search,
	nav .btns .line {
		display: none;
	}

	nav .btns {
		margin-left: 0;
		margin-right: 60px;
	}

	nav .btns .lanBtn {
		font-size: 14px;
		line-height: 24px;
	}

	nav .logo {
		width: 46px;
	}

	nav .btns .language {
		height: 60px;
	}

	html {
		scroll-padding-top: 60px;
	}

	nav .btns .language ul li a {
		font-size: 14px;
		line-height: 24px;
	}

	nav .btns .language ul li {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:768px) {
	header .xnav .nav {
		right: 25px;
	}
}


/*  animation*/

.animationItem,
.animation {
	opacity: 0;
	transition: 1s ease all;
}


.fadeUp {
	transform: translateY(50px);
}


.fadeRight {
	transform: translateX(50px);
}


.fadeLeft {
	transform: translateX(-50px);
}

.animationActive {
	opacity: 1;
	transform: translate(0, 0) scale(1);
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}

@media screen and (max-width:999px) {

	.animationItem,
	.animation {
		opacity: 1;
		transform: translate(0, 0) scale(1);
		transition: .4s ease all;
	}
}



/* indexBanner */

.imgBg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -3;
}

.imgBg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.indexBanner {
	padding-top: 97px;
	position: relative;
}


.indexBanner .con {
	position: relative;
	transition: none;
	padding-bottom: 42.41%;
	border-radius: 40px 40px 0 0;
	position: relative;
	z-index: 9;
}

.indexBanner .con::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 40px 40px 0 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.60) 100%);
	backdrop-filter: blur(6.75px);
}

.indexBanner .imgBg {
	width: 100vw;
}

.indexBanner .swiper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
}


.indexBanner * {
	transition: none;
}


.indexBanner .swiper-slide {
	position: relative;
}

.indexBanner .swiper-slide * {
	transition: .4s ease all;
}

.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 .swiper-slide .piece {
	padding: 76px 0 112px 0;
	display: flex;
	justify-content: space-between;
	height: 100%;
}

.indexBanner .swiper-slide .msg {
	width: 56%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	z-index: 9;
	pointer-events: none;
}

.indexBanner .swiper-slide .msg * {
	pointer-events: all;
}

.indexBanner .title {
	color: #FFF;
	font-family: Poppins-SemiBold;
	font-size: 46px;
	line-height: 63px;
}


.indexBanner .title:hover {
	color: #EC6C01;
}


.indexBanner .txts {
	font-size: 18px;
	line-height: 30px;
	color: #ADADAD;
	margin-top: 24px;
	max-width: 630px;
}

.indexBanner .model {
	margin-top: 41px;
	display: flex;
	flex-wrap: wrap;
}

.indexBanner .model .item {
	min-width: 177px;
	padding: 8.5px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px solid #EC6C01;
	margin: 5px 0;
	color: #EC6C01;
	font-family: Poppins-SemiBold;
	font-size: 20px;
	line-height: 30px;
	margin-right: 11px;
	clip-path: polygon(20px 0%, 100% 0, 100% calc(100% - 18px), calc(100% - 20px) 100%, 0 100%, 0% 26px);
	position: relative;
}

.indexBanner .model .item::after,
.indexBanner .model .item::before {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
}

.indexBanner .model .item::after {
	left: -25px;
	top: -23px;
	border-right: 1px solid #EC6C01;
	transform: rotate(38deg);
}

.indexBanner .model .item::before {
	bottom: -22px;
	right: -29px;
	border-left: 1px solid #EC6C01;
	transform: rotate(48deg);
}

.indexBanner .btn {
	background-color: #0E3772;
	padding: 14px 32px;
	display: flex;
	align-items: center;
	width: max-content;
	max-width: 100%;
	color: #FFF;
	font-size: 18px;
	line-height: 30px;
	margin-top: 133px;
}

.indexBanner .btn:hover {
	background-color: #EC6C01;
	color: #ffffff;
}

.indexBanner .btn:hover img {
	filter: grayscale(0%) brightness(100%);
}

.indexBanner .btn img {
	width: 21px;
	flex-shrink: 0;
	margin-left: 8px;
	filter: grayscale(100%) brightness(500%);
}


.indexBanner .btn:hover img {
	transform: none;
}



.indexBanner .msg .image {
	position: absolute;
	right: -19%;
	bottom: -9.3%;
	width: 68.5%;
}



.indexBanner .image:hover img{
	transform: none;
}

.indexBanner .msg .image:hover img{
	transform: scale(1.1);
}

.indexBanner img {
	display: block;
}


.indexBanner .signs {
	position: absolute;
	z-index: 99;
	left: 50%;
	transform: translateX(-50%);
	bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0 20px;
}



.indexBanner .swiper-pagination {
	position: static;
	margin: 0 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: auto;
}



.indexBanner .swiper-pagination span {
	cursor: pointer;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #D9D9D9;
	opacity: 1;
	transition: .4s ease all;
	margin: 5px 10px !important;
}


.indexBanner .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #EC6C01;
}

.indexBanner .circle {
	width: 112.94%;
	position: absolute;
	left: calc((100vw - 1700px)/ -2);
	top: 0%;
	pointer-events: none;
	z-index: 3;
	/* display: none; */
}


.indexBanner .circle img {
	display: block;
}

@media screen and (max-width:1700px) {
	.indexBanner .circle {
		left: 0px;
	}
}

@media screen and (max-width:1560px) {
	.indexBanner {
		padding-top: 80px;
	}

	.indexBanner .con,
	.indexBanner .con::after {
		border-radius: 20px 20px 0 0;
	}

	.indexBanner .title {
		font-size: 36px;
		line-height: 48px;
	}

	.indexBanner .txts {
		font-size: 16px;
		line-height: 28px;
	}

	.indexBanner .model {
		margin-top: 30px;
	}

	.indexBanner .model .item {
		font-size: 18px;
		line-height: 28px;
		padding: 5px 20px;
		min-width: 140px;
	}

	.indexBanner .btn {
		padding: 6px 20px;
	}

	.indexBanner .btn img {
		width: 18px;
		margin-left: 10px;
	}

	.indexBanner .swiper-slide .piece {
		padding: 80px 0;
	}

	.indexBanner .swiper-pagination span {
		width: 12px;
		height: 12px;
	}

	.indexBanner .msg .image {
		width: 60%;
		right: 0%;
		bottom: 0%;
	}

	.indexBanner .btn {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.indexBanner .swiper-slide .piece {
		padding: 60px 0;
	}

	.indexBanner .title {
		font-size: 30px;
		line-height: 42px;
	}

	.indexBanner .txts {
		margin-top: 20px;
	}

	.indexBanner .model {
		margin-top: 20px;
	}

	.indexBanner .btn {
		font-size: 16px;
		line-height: 28px;
		margin-top: 20px;
	}

	.indexBanner .btn img {
		width: 16px;
	}

	.indexBanner .con,
	.indexBanner .con::after {
		border-radius: 10px 10px 0 0;
	}
}

@media screen and (max-width:999px) {
	.indexBanner {
		padding-top: 60px;
	}

	.indexBanner .title {
		font-size: 26px;
		line-height: 38px;
		-webkit-line-clamp: 1;
	}

	.indexBanner .txts {
		font-size: 14px;
		line-height: 26px;
		-webkit-line-clamp: 2;
	}

	.indexBanner .model .item {
		font-size: 16px;
		line-height: 28px;
		padding: 4px 20px;
		min-width: auto;
	}

	.indexBanner .btn {
		font-size: 14px;
		line-height: 26px;
		padding: 4px 14px;
	}

	.indexBanner .swiper-slide .msg {
		width: 64%;
	}

	.indexBanner .swiper-slide .piece {
		padding: 40px 0;
	}

	.indexBanner .swiper-pagination span {
		width: 10px;
		height: 10px;
		margin: 5px 8px !important;
	}
}


@media screen and (max-width:768px) {
	.indexBanner .title {
		font-size: 24px;
		line-height: 36px;
	}
}

@media screen and (max-width:750px) {
	.indexBanner .swiper-slide .piece {
		display: none;
	}

	.indexBanner .con {
		padding-bottom: 80%;
	}
}

/* indexM1-1 */

.title1 {
	color: #FFF;
	font-family: Poppins-SemiBold;
	font-size: 40px;
	line-height: 60px;
}

a.title1 {
	display: inline-block;
}

a.title1:hover {
	color: #EC6C01;
}

.font24 {
	font-size: 24px;
	line-height: 35px;
}

.fontSbold {
	font-family: Poppins-SemiBold;
}

.themeColor {
	color: #EC6C01;
}

.whiteColor {
	color: #ffffff;
}

a.whiteColor:hover {
	color: #EC6C01;
}

.font30 {
	font-size: 30px;
	line-height: 42px;
}

.font16 {
	font-size: 16px;
	line-height: 28px;
}

.cBtn {
	width: max-content;
	padding: 14px 31px 14px 31px;
	background-color: #0E3772;
	color: #FFF;
	font-size: 18px;
	line-height: 30px;
	display: flex;
	align-items: center;
}


.cBtn img {
	width: 21px;
	filter: grayscale(100%) brightness(500%);
	flex-shrink: 0;
	margin-left: 7px;
}


.cBtn:hover {
	background-color: #EC6C01;
}

.cBtn:hover img {
	transform: none;
	filter: grayscale(0%) brightness(100%);
}

.textsCenter {
	text-align: center;
}

.iProudcts {
	padding: 81px 0 108px 0;
	position: relative;
}

.iProudcts .title1 {
	position: relative;
	z-index: 2;
}

.iProudcts::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -3;
	background-color: rgba(0, 0, 0, 1);
}

.iProudcts .circle {
	position: absolute;
	width: 109.64%;
	left: calc((100vw - 1700px)/ -2);
	top: -43%;
	pointer-events: none;
	/* display: none; */
}

.iProudcts .circle img {
	display: block;
}

.radius20 {
	border-radius: 20px;
	overflow: hidden;
}


.iProudcts .show {
	position: relative;
	margin-top: 28px;
	padding: 0px 48px 2px 46px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 9;
}

.iProudcts .show::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.2;
	background: rgba(255, 255, 255, 0.40);
	backdrop-filter: blur(13.100000381469727px);
	border: 2px solid #EEE;
	border-radius: 20px;
	box-sizing: border-box;
}


.iProudcts .show .image {
	width: 39.5%;
}

.iProudcts .show .msg {
	width: 44.75%;
	padding: 19px 0 30px;
}


.iProudcts .show .tit {
	margin-top: 6px;
}

.iProudcts .show .txts {
	margin-top: 11px;
}

.iProudcts .show .cBtn {
	margin-top: 59px;
}

.iProudcts .swiper {
	margin-top: 10px;
	position: relative;
	z-index: 9;
}

.iProudcts .swiper-slide {
	height: auto;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 18px 20px 14px;
}

.iProudcts .swiper-slide::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	border: 2px solid #EEE;
	opacity: 0.2;
	background: rgba(255, 255, 255, 0.40);
	backdrop-filter: blur(13.100000381469727px);
	z-index: -1;
	box-sizing: border-box;
}


.iProudcts .swiper .image {
	overflow: hidden;
}


.iProudcts .swiper .tit {
	margin-top: 20px;
}


@media screen and (max-width:1700px) {
	.iProudcts .circle {
		left: 0px;
	}
}

@media screen and (max-width:1560px) {
	.iProudcts .show {
		margin-top: 40px;
		padding: 40px 30px;
	}

	.font30 {
		font-size: 26px;
		line-height: 38px;
	}

	.font24 {
		font-size: 22px;
		line-height: 34px;
	}

	.iProudcts .show::after,
	.iProudcts .swiper-slide::after {
		border-radius: 10px;
	}

	.radius20 {
		border-radius: 10px;
	}

	.iProudcts .show .cBtn {
		margin-top: 30px;
	}

	.cBtn {
		padding: 6px 20px;
	}

	.cBtn img {
		width: 18px;
		margin-left: 10px;
	}

	.iProudcts .show .txts {
		margin-top: 20px;
	}

	.iProudcts .swiper {
		margin-top: 26px;
	}

	.iProudcts .swiper-slide {
		padding: 20px;
	}

	.iProudcts .show .msg {
		padding: 0;
	}
}

@media screen and (max-width:1333px) {

	.font30 {
		font-size: 24px;
		line-height: 36px;
	}

	.font24 {
		font-size: 20px;
		line-height: 32px;
	}

	.iProudcts .show::after,
	.iProudcts .swiper-slide::after {
		border-radius: 5px;
	}

	.radius20 {
		border-radius: 5px;
	}

	.iProudcts .show .cBtn {
		margin-top: 20px;
	}

	.cBtn {
		font-size: 16px;
		line-height: 28px;
	}

	.cBtn img {
		width: 15px;
	}

	.iProudcts .show .txts {
		margin-top: 20px;
	}

	.iProudcts .swiper {
		margin-top: 26px;
	}

	.iProudcts .swiper-slide {
		padding: 20px;
	}
}

@media screen and (max-width:999px) {
	.iProudcts .show {
		padding: 30px 20px;
	}

	.font30 {
		font-size: 20px;
		line-height: 32px;
	}

	.font24 {
		font-size: 18px;
		line-height: 30px;
	}

	.cBtn {
		font-size: 14px;
		line-height: 26px;
		padding: 4px 14px;
	}

	.iProudcts .show .txts {
		margin-top: 16px;
	}

	.iProudcts .show {
		margin-top: 30px;
	}

	.font16 {
		font-size: 14px;
		line-height: 26px;
	}

	.iProudcts .show .msg {
		width: 48%;
	}

	.iProudcts .show .image {
		width: 48%;
	}

	.iProudcts .swiper .tit {
		margin-top: 16px;
	}
}

@media screen and (max-width:768px) {
	.font30 {
		font-size: 18px;
		line-height: 30px;
	}

	.font24 {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:538px) {
	.iProudcts .show {
		flex-direction: column;
		align-items: flex-start;
		padding: 30px 15px;
	}

	.iProudcts .show .msg {
		width: 100%;
		margin-top: 20px;
	}

	.iProudcts .show .image {
		width: 100%;
	}
}

/* indexM2-1 */


.title1 span {
	color: #EC6C01;
}


.defaultColor {
	color: #222222;
}

a.defaultColor:hover {
	color: #EC6C01;
}


.iAbout {
	padding: 87px 0 0px 0;
	position: relative;
}

.iAbout::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	background-color: #ffffff;
}


.iAbout .con {
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: center;
	z-index: 9;
}


.iAbout .msg {
	width: 70%;
}

.iAbout .msg .txts {
	margin-top: 71px;
	width: 93%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
}

.iAbout .msg .txts p {
	font-size: 18px;
	line-height: 30px;
}

.iAbout .msg .cBtn {
	margin-top: 51px;
}

.standardEdit p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}



.iAbout .list {
	width: 28.1%;
	margin-top: -2px;
}

.iAbout .list .item {
	margin-top: 17px;
	position: relative;
	padding: 27px 31px 9px;
}


.iAbout .list .item::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 20px;
	border: 2px solid #EEE;
	background: rgba(255, 255, 255, 0.80);
	backdrop-filter: blur(13.100000381469727px);
	box-sizing: border-box;
}


.iAbout .list .item:nth-child(1) {
	margin-top: 0;
}


.iAbout .list .sign {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.iAbout .list .txts {
	margin-top: 14px;
}

.font18 {
	font-size: 18px;
	line-height: 30px;
}


.iAbout .videoShow {
	margin-top: 74px;
	z-index: 9;
	height: 487px;
}

.iAbout .line {
	width: 37%;
	position: absolute;
	top: -7.24%;
	z-index: 1;
	right: calc((100vw - 1700px)/ -2);
	pointer-events: none;
}

.iAbout .line img {
	display: block;
}

.videoShow {
	position: relative;
}

.videoShow .image {
	height: 100%;
	overflow: hidden;
}

.videoShow .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.videoShow .video {
	border-radius: 20px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
	cursor: pointer;
}

.video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.video .playBtn {
	position: relative;
	z-index: 9;
	width: 58px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.video .playBtn::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #0E3772;
	border-radius: 50%;
	z-index: -1;
	transition: .4s ease all;
}


.video .playBtn img {
	width: 21px;
}


.video .playBtn div {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: 1;
	background-color: #0E3772;
	opacity: 0;
	animation: circles 3.2s linear 0s infinite;
	animation-play-state: running;
	z-index: -2;
}

.video:hover .playBtn::after {
	background-color: #EC6C01;
}

.video:hover .playBtn img {
	filter: grayscale(100%) brightness(500%);
}

.video:hover .playBtn div {
	background-color: #EC6C01;
}

.video .playBtn .circle1 {
	animation-delay: 0.8s;
}

.video .playBtn .circle2 {
	animation-delay: 1.6s;
}

.video .playBtn .circle3 {
	animation-delay: 2.4s;
}


@keyframes circles {
	0% {
		transform: scale(1);
		opacity: 0;
	}

	20% {
		transform: scale(1.28);
		opacity: 0.5;
	}

	100% {
		transform: scale(2.2);
		opacity: 0;
	}
}


.iAbout .bigTit {
	font-family: Poppins-SemiBold;
	font-size: 160px;
	line-height: 160px;
	color: white;
	-webkit-text-stroke: 1px #B3B3B3;
	-webkit-text-fill-color: transparent;
	opacity: .3;
	margin: 12px auto -29px;
	width: max-content;
	max-width: 100%;
}



@media screen and (max-width:1700px) {
	.iAbout .line {
		right: 0px;
	}
}

@media screen and (max-width:1560px) {
	.iAbout .msg .txts {
		margin-top: 30px;
	}

	.iAbout .msg .cBtn {
		margin-top: 30px;
	}

	.iAbout .msg .txts {
		width: 100%;
	}

	.iAbout .msg {
		width: 66%;
		margin-top: 0;
	}

	.iAbout .list {
		width: 30%;
	}

	.iAbout .list .item {
		padding: 30px 20px;
	}

	.iAbout .list .item::after {
		border-radius: 10px;
	}

	.iAbout .videoShow {
		margin-top: 50px;
		height: 460px;
	}

	.video .playBtn img {
		width: 18px;
	}

	.iAbout .bigTit {
		font-size: 140px;
		line-height: 140px;
	}

	.iAbout {
		padding: 80px 0 0;
	}

	.videoShow .video {
		border-radius: 10px;
	}
}

@media screen and (max-width:1333px) {
	.font18 {
		font-size: 16px;
		line-height: 28px;
	}

	.iAbout .list .sign {
		width: 46px;
		height: 46px;
	}

	.iAbout .list .item::after {
		border-radius: 5px;
	}

	.iAbout .videoShow {
		margin-top: 40px;
		height: 420px;
	}

	.video .playBtn img {
		width: 16px;
	}

	.iAbout .bigTit {
		font-size: 110px;
		line-height: 110px;
		margin-bottom: 0;
	}

	.iAbout {
		padding: 60px 0 0;
	}

	.videoShow .video {
		border-radius: 5px;
	}
}

@media screen and (max-width:999px) {
	.iAbout .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.iAbout .msg {
		width: 100%;
	}

	.iAbout .msg .title1 {
		max-width: 600px;
	}

	.iAbout .msg .txts,
	.iAbout .msg .cBtn {
		margin-top: 26px;
	}

	.iAbout .list {
		width: 100%;
		margin-top: 30px;
		display: flex;
		flex-wrap: wrap;
	}

	.iAbout .list .item {
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
	}

	.iAbout .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.iAbout .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.font18 {
		font-size: 14px;
		line-height: 26px;
	}

	.iAbout .list .sign {
		width: 42px;
		height: 42px;
	}

	.iAbout .videoShow {
		margin-top: 30px;
		height: 400px;
	}

	.video .playBtn img {
		width: 14px;
	}

	.video .playBtn {
		width: 52px;
		height: 52px;
	}

	.iAbout .bigTit {
		font-size: 80px;
		line-height: 80px;
	}

	.iAbout {
		padding: 50px 0 0 0;
	}

	.iAbout .msg .txts {
		-webkit-line-clamp: 5;
	}

	.iAbout .title1 span {
		color: #0E3772;
	}
}

@media screen and (max-width:768px) {
	.iAbout .list {
		justify-content: space-between;
	}

	.iAbout .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}

	.iAbout .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.iAbout .videoShow {
		height: 360px;
	}

	.iAbout {
		padding: 40px 0 0 0;
	}

	.iAbout .bigTit {
		font-size: 70px;
		line-height: 70px;
	}
}

@media screen and (max-width:538px) {
	.iAbout .list .item {
		padding: 20px 15px;
	}

	.iAbout .videoShow {
		height: 340px;
	}

	.iAbout .bigTit {
		font-size: 56px;
		line-height: 56px;
	}
}


/* indexM4-1 */

.indexPiece {
	padding: 74px 0 114px 0;
	position: relative;
}

.indexPiece::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 1);
	z-index: -2;
}

.iTit {
	display: flex;
	align-items: center;
	justify-content: center;
}

.iTit .title1 {
	text-align: center;
}


.caseStudies {
	position: relative;
	z-index: 9;
}

.caseStudies .con {
	margin-top: 59px;
	display: flex;
	justify-content: space-between;
}


.caseStudies .show {
	width: 48.35%;
}

.caseStudies .show .image {
	overflow: hidden;
	height: 100%;
}

.caseStudies .show img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.caseStudies .msgSwiper {
	overflow: hidden;
}

.caseStudies .msg {
	width: 49.35%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 30px 0 12px 0;
}

.caseStudies .msg .msgSwiper {
	width: 100%;
}

.caseStudies .msg .txts {
	margin-top: 10px;
	color: #FFF;
	height: 84px;
}

.caseStudies .msg .cBtn {
	margin-top: 37px;
}


.caseStudies .signSwiper {
	margin: 0;
	margin-top: 49px;
	width: 100%;
	overflow: hidden;
}

.radius10 {
	border-radius: 10px;
	overflow: hidden;
}

.caseStudies .signSwiper .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

@media screen and (max-width:1560px) {
	.caseStudies .con {
		margin-top: 50px;
	}

	.caseStudies .msg {
		padding: 40px 0;
		align-items: center;
	}

	.caseStudies .msg .txts {
		margin-top: 26px;
	}

	.caseStudies .msg .cBtn {
		margin-top: 26px;
	}

	.caseStudies .signSwiper {
		margin-top: 30px;
	}

	.radius10 {
		border-radius: 5px;
	}
}

@media screen and (max-width:1333px) {
	.caseStudies .con {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.caseStudies .con {
		margin-top: 30px;
	}

	.caseStudies .msg .txts {
		margin-top: 20px;
	}

	.caseStudies .msg .cBtn {
		margin-top: 20px;
	}

	.caseStudies .msg {
		padding: 30px 0;
	}

	.caseStudies .signSwiper {
		margin-top: 26px;
	}
}

@media screen and (max-width:768px) {
	.caseStudies .msg .txts {
		margin-top: 16px;
	}

	.caseStudies .msg .cBtn {
		margin-top: 16px;
	}

	.caseStudies .signSwiper {
		margin-top: 26px;
	}
}

@media screen and (max-width:538px) {
	.caseStudies .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.caseStudies .show {
		width: 100%;
	}

	.caseStudies .msg {
		width: 100%;
		padding: 0;
		margin-top: 26px;
	}

}


.indexPiece .iNews {
	margin-top: 85px;
	position: relative;
	z-index: 9;
}


.iNews .title1 {
	max-width: 1200px;
}

.iNews .con {
	display: flex;
	justify-content: space-between;
	margin-top: 63px;
}

.iNews .show {
	width: 47.86%;
	position: relative;
	padding: 36px 56px 34px 61px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.iNews .show::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 20px;
	border: 2px solid #EEE;
	opacity: 0.2;
	background: rgba(255, 255, 255, 0.40);
	backdrop-filter: blur(13.100000381469727px);
	z-index: -1;
}

.font20 {
	font-size: 20px;
	line-height: 30px;
}

.iNews .show .tit {
	margin-top: 13px;
}

.iNews .show .txts {
	margin-top: 5px;
	color: #939393;
}


.iNews .show .image {
	margin-top: 38px;
	flex: 1;
	width: 100%;
}


.iNews .show .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.iNews .list {
	width: 49.2%;
	margin-top: -5px;
}


.iNews .list .item {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-top: 25px;
	padding: 17px 16px 10px 26px;
}


.iNews .list .item:nth-child(1) {
	margin-top: 0;
}

.iNews .list .item::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 20px;
	border: 2px solid #EEE;
	opacity: 0.2;
	background: rgba(255, 255, 255, 0.40);
	backdrop-filter: blur(13.100000381469727px);
	z-index: -1;
}

.iNews .list .box {
	width: 76%;
}

.iNews .list .image {
	width: 20.4%;
	transform: translateY(-4px);
}

.iNews .list .txts {
	color: #9A9A9A;
	margin-top: -1px;
}


.iNews .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.indexPiece .line {
	width: 39.47%;
	left: calc((100vw - 1700px)/ -2);
	position: absolute;
	top: -7.2%;
}

.indexPiece .line img {
	display: block;
}

.indexPiece .circle {
	position: absolute;
	left: calc((100vw - 1700px)/ -2);
	top: -16%;
	pointer-events: none;
	width: 96.35%;
}

.indexPiece .circle img {
	display: block;
}



@media screen and (max-width:1700px) {
	.indexPiece .line {
		left: 0px;
	}

	.indexPiece .circle {
		left: 0;
	}
}

@media screen and (max-width:1560px) {
	.indexPiece .iNews {
		margin-top: 80px;
	}

	.iNews .con {
		margin-top: 50px;
	}

	.iNews .show {
		padding: 40px 30px;
	}

	.iNews .show::after {
		border-radius: 10px;
	}

	.iNews .show .tit,
	.iNews .show .txts {
		margin-top: 20px;
	}

	.iNews .show .image {
		margin-top: 30px;
	}

	.iNews .list {
		margin-top: 0;
	}

	.iNews .list .item {
		padding: 20px 20px;
	}

	.iNews .list .item::after {
		border-radius: 10px;
	}

	.iNews .list .txts {
		margin-top: 10px;
	}

	.iNews .list .image {
		transform: translateY(0);
	}
}

@media screen and (max-width:1333px) {
	.indexPiece .iNews {
		margin-top: 60px;
	}

	.iNews .con {
		margin-top: 40px;
	}

	.iNews .show {
		padding: 30px 20px;
	}

	.iNews .show::after,
	.iNews .list .item::after {
		border-radius: 5px;
	}

	.font20 {
		font-size: 18px;
		line-height: 30px;
	}
}

@media screen and (max-width:999px) {
	.indexPiece .iNews {
		margin-top: 50px;
	}

	.iNews .list .item {
		margin-top: 20px;
	}

	.iNews .list .box {
		width: 60%;
	}

	.iNews .list .image {
		width: 36%;
	}

	.iNews .con {
		margin-top: 30px;
	}

	.font20 {
		font-size: 16px;
		line-height: 28px;
	}

}

@media screen and (max-width:768px) {
	.indexPiece .iNews {
		margin-top: 40px;
	}

	.iNews .show .tit,
	.iNews .show .txts {
		margin-top: 16px;
	}

	.iNews .list .item {
		margin-top: 16px;
	}
}

@media screen and (max-width:538px) {
	.iNews .show {
		padding: 30px 15px;
	}

	.iNews .show .image {
		margin-top: 20px;
	}

	.iNews .con {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 30px;
	}

	.iNews .show {
		width: 100%;
	}

	.iNews .list {
		margin-top: 30px;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.iNews .list .item {
		margin-top: 20px;
		width: 48%;
		padding: 16px 20px;
		flex-direction: column;
		align-items: flex-start;
	}

	.iNews .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.iNews .list .box {
		width: 100%;
	}

	.iNews .list .item {
		padding: 20px 15px;
	}

	.iNews .list .image {
		width: 100%;
		margin-top: 16px;
	}
}

/* indexM4-1 */

.iTouch {
	position: relative;
	margin-top: 73px;
	margin-bottom: 122px;
	position: relative;
}


.iTouch .imgBg {
	z-index: 1;
}


.touch {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 9;
}

.touch .msg {
	width: 47.24%;
	padding: 59px 0 35px 0;
}


.font36 {
	font-size: 36px;
	line-height: 48px;
}

.touch .msg .txts {
	margin-top: 14px;
}

.touch .msg .cForm {
	margin-top: 27px;
	width: 91.7%;
}


.cForm input,
.cForm textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	color: #ffffff;
}

.cForm ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cForm ul li {
	height: 50px;
	width: 47.6%;
	margin-top: 12px;
	background-color: rgba(255, 255, 255, 0.3);
	padding: 0 16px;
	overflow: hidden;
}

.cForm ul li:nth-child(-n+2) {
	margin-top: 0;
}

.cForm ul li.message {
	width: 100%;
	height: 134px;
	padding: 14px 16px;
}

.cForm ul li.message.must::after {
	top: 14px;
}

.cForm ul li.code {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cForm ul li.code input {
	flex: 1;
	padding: 0 17px;
}

.cForm ul li.code .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	height: 100%;
	background-color: #f3fbfe;
	width: 90px;
	height: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 16px;
}

.cForm ul li.code .codeImg img {
	height: 100%;
	display: block;
}

.cForm ul li.subBtn {
	padding: 0;
	background-color: transparent;
	border-radius: 10px;
	overflow: hidden;
}

.cForm ul li.subBtn input {
	background-color: #0E3772;
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
	font-family: Poppins-SemiBold;
}


.cForm ul li.subBtn input:hover {
	background-color: #EC6C01;
}

.cForm input::-webkit-input-placeholder,
.cForm textarea::-webkit-input-placeholder {
	color: #FFF;
}

.cForm input:-moz-placeholder,
.cForm textarea:-moz-placeholder {
	color: #FFF;
}

.cForm input::-moz-placeholder,
.cForm textarea::-moz-placeholder {
	color: #FFF;
}

.cForm input:-ms-input-placeholder,
.cForm textarea:-ms-input-placeholder {
	color: #FFF;
}


.touch .image {
	width: 40.3%;
	position: relative;
	background-color: #EC6C01;
}


.touch .image img {
	transform: translateX(-15%) translateY(9.3%);
	margin-bottom: -17px;
}


@media screen and (max-width:1560px) {
	.iTouch {
		margin: 80px 0;
	}

	.touch .image img {
		transform: translateY(0);
		margin: 0;
	}

	.touch .image {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.touch .msg {
		padding: 80px 0;
	}

	.touch .msg .cForm {
		width: 100%;
	}

	.cForm ul li.subBtn {
		border-radius: 5px;
	}

	.font36 {
		font-size: 30px;
		line-height: 42px;
	}

	.touch .msg .txts {
		margin-top: 26px;
	}
}

@media screen and (max-width:1333px) {
	.iTouch {
		margin: 60px 0;
	}

	.touch .msg {
		padding: 60px 0;
	}

	.font36 {
		font-size: 26px;
		line-height: 38px;
	}

	.touch .msg {
		width: 52%;
	}

	.cForm ul li {
		height: 42px;
	}

	.cForm ul li.code .codeImg {
		width: 69px;
		height: 28px;
		margin-right: 10px;
	}
}

@media screen and (max-width:999px) {
	.iTouch {
		margin: 50px 0;
	}

	.touch {
		padding: 50px 0;
	}

	.touch .msg {
		padding: 0;
		width: 100%;
	}

	.font36 {
		font-size: 24px;
		line-height: 36px;
	}

	.touch {
		flex-direction: column;
		align-items: flex-start;
	}

	.touch .msg .txts {
		margin-top: 20px;
	}

	.cForm ul li {
		height: 40px;
		width: 49%;
	}

	.touch .image {
		width: 100%;
		margin: 0 auto;
		margin-top: 30px;
		padding: 20px 0;
	}

	.touch .image img {
		width: 100%;
		max-width: 400px;
	}
}

@media screen and (max-width:768px) {
	.touch .image img {
		max-width: 360px;
	}

	.iTouch {
		margin: 40px 0;
	}

	.touch {
		padding: 40px 0;
	}

	.font36 {
		font-size: 22px;
		line-height: 34px;
	}
}

@media screen and (max-width:450px) {
	.cForm ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	.cForm ul li:nth-child(1) {
		margin-top: 0;
	}
}


/* 1-1products */

.products {
	padding: 80px 0 95px 0;
	position: relative;
}


.products .con {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content: space-between;
}

.products::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -3;
	background-color: #000000;
}

.products .con {
	position: relative;
	z-index: 9;
}

.products .productSlides {
	width: 34.93%;
}

.products .productCategory,
.products .productContact {
	background-color: #0c0c0c;
}

.products .productContact {
	margin-top: 50px;
}

.products .productCategory .title,
.products .productContact .title {
	background-color: #EC6C01;
	padding: 28px 30px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.products .productCategory .title .btn,
.products .productContact .title .btn {
	display: none;
}

.products .productCategory .title .btn.active i,
.products .productContact .title .btn.active i {
	transform: rotate(45deg);
}

.productCategory .list {
	padding: 21px 14px 0px 29.5px;
}

.productCategory .list a {
	display: block;
}

.productCategory .list>li {
	border-bottom: 1px solid #1C1C1C;
	padding: 23px 0 23px 0;
	margin-top: 1px;
}

.productCategory .list>li:nth-child(1) {
	margin-top: 0;
}

.productCategory .list>li:last-child {
	border-bottom: none;
}

.productCategory .list>li>a {
	color: #FFF;
	font-size: 22px;
	line-height: 30px;
}


.productCategory .list a:hover,
.productCategory .list li.active>a {
	color: #EC6C01;
}

.productCategory .list ul {
	margin-top: 19px;
	padding-left: 19px;
	padding-bottom: 11px;
	display: none;
}

.productCategory li.active>ul {
	display: block;
}

.productCategory .list ul li {
	margin-top: 19px;
}

.productCategory .list ul li:nth-child(1) {
	margin-top: 0;
}

.productCategory .list ul li a {
	padding-left: 22px;
	position: relative;
	color: #999;
	font-size: 16px;
	line-height: 28px;
}


.productCategory .list ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #EC6C01;
}


.productContact .list {
	padding: 37px 43px 38px;
}

.productContact .list li {
	margin-top: 23px;
}

.productContact .list li:nth-child(1) {
	margin-top: 0;
}


.productContact .list li .tit {
	position: relative;
}

.productContact .list li .tit::after {
	content: "";
	position: absolute;
	left: -16px;
	top: 10px;
	width: 6px;
	height: 6px;
	background-color: #EC6C01;
	border-radius: 50%;
}

.productContact .list .tit {
	color: #FFF;
	font-size: 16px;
	line-height: 26px;
}


.productContact .list .num {
	margin-top: 10px;
	color: rgba(255, 255, 255, .7);
	font-size: 16px;
	line-height: 26px;
	display: inline-block;
}


.productContact .list .num span {
	display: inline-block;
	direction: ltr;
}

.productContact .list .email .num {
	word-break: break-all;
}



.productContact .list .num:hover {
	color: #EC6C01;
}



.products .piece {
	width: 61.3%;
	float: right;
	padding-top: 1px;
}


.products .mbox,
.products .productTips {
	margin-top: 26px;
}


.products .productTips p {
	color: #ffffff;
}

.products .mbox .standardEdit p {
	text-align: left;
}


.products .mBtn {
	margin-left: 0;
}


.products .piece .list {
	margin-top: 36px;
}


.products .piece .list .item {
	position: relative;
	margin-top: 34px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.products .piece .list .item::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	border: 2px solid #EEE;
	opacity: 0.2;
	background: rgba(255, 255, 255, 0.40);
	backdrop-filter: blur(13.100000381469727px);
	box-sizing: border-box;
	z-index: -1;
}

.products .piece .list .item:nth-child(1) {
	margin-top: 0;
}


.products .piece .list .image {
	flex-shrink: 0;
	width: 264px;
	border: 2px solid #EEE;
}

.products .piece .list .msg {
	padding: 16px 20px 30px 67px;
}

.products .piece .list .txts {
	color: #999;
	font-size: 16px;
	line-height: 28px;
	margin-top: 7px;
	height: 56px;
}

.products .piece .list .btns {
	display: flex;
	align-items: center;
	margin-top: 32px;
}

.products .piece .list .checkBtn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: #ffffff;
	flex-shrink: 0;
	margin-right: 20px;
}

.products .piece .list .checkBtn input {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	cursor: pointer;
}

.products .piece .list .checkBtn i {
	color: #EC6C01;
	font-size: 14px;
	opacity: 0;
}

.products .piece .list .checkBtn.active i {
	opacity: 1;
}

.products .piece .list .cBtn {
	padding: 6.5px 15px;
}

.products .pager {
	justify-content: flex-start;
	margin-top: 48px;
}

.products .pageList {
	justify-content: flex-start;
}


.products .pageList {
	margin-right: 21px;
}

.products .pager .addTo {
	margin-right: 0;
	margin-left: 0;
}



.products .innerTouch {
	margin-top: 141px;
}

.innerTouch {
	position: relative;
	z-index: 9;
}

.innerTouch .imgBg {
	width: 100vw;
	max-width: 1700px;
}

.products .hotCase {
	margin-top: 104px;
}


.hotCase {
	position: relative;
}

.hotCase .swiper {
	margin-top: 55px;
}

.caseSwiper .tit {
	margin-top: 28px;
}


.caseSwiper .sBtns {
	justify-content: center;
}

.caseSwiper .sBtns>div {
	margin-top: 20px;
}


.products .circle {
	position: absolute;
	z-index: -1;
	width: 96.35%;
	left: calc((100vw - 1700px)/ -2);
	top: 32%;
}

.products .circle img {
	display: block;
}


.hotCase .line {
	position: absolute;
	left: -12.5%;
	width: 27%;
	top: -35.9%;
}

.hotCase .line img {
	display: block;
}


@media screen and (max-width:1860px) {
	.products .circle {
		left: 0;
	}
}

@media screen and (max-width:1560px) {
	.products .piece {
		padding-top: 0;
	}

	.products .productCategory .title,
	.products .productContact .title {
		padding: 20px 20px;
	}

	.productCategory .list {
		padding: 0 20px;
	}

	.productCategory .list>li>a {
		font-size: 20px;
		line-height: 30px;
	}

	.productCategory .list ul li {
		margin-top: 16px;
	}

	.productCategory .list ul {
		padding: 0;
		margin-top: 16px;
	}

	.productContact .list {
		padding: 30px 30px;
	}

	.products .mbox {
		margin-top: 30px;
	}

	.products .piece .list {
		margin-top: 40px;
	}

	.products .piece .list .item::after {
		border-radius: 10px;
	}

	.products .productContact {
		margin-top: 40px;
	}

	.products .piece .list .msg {
		padding: 20px;
	}

	.products .piece .list .txts {
		margin-top: 16px;
	}

	.products .piece .list .btns {
		margin-top: 20px;
	}

	.products .piece .list .cBtn {
		padding: 6px 20px;
	}

	.products .pager {
		margin-top: 50px;
	}

	.products .innerTouch,
	.products .hotCase {
		margin-top: 80px;
	}

	.hotCase .swiper {
		margin-top: 40px;
	}

	.caseSwiper .tit {
		margin-top: 16px;
	}
}

@media screen and (max-width:1333px) {

	.products .productCategory .title,
	.products .productContact .title {
		padding: 15px;
	}

	.productCategory .list>li {
		padding: 15px 0;
	}

	.productCategory .list>li>a {
		font-size: 18px;
		line-height: 30px;
	}

	.productCategory .list {
		padding: 0 15px;
	}

	.productContact .list {
		padding: 15px 30px;
	}

	.productContact .list li {
		margin-top: 16px;
	}

	.products .piece .list .image {
		width: 230px;
	}

	.products .innerTouch,
	.products .hotCase {
		margin-top: 60px;
	}

	.products .piece .list .item::after {
		border-radius: 5px;
	}

	.productCategory .list ul li {
		margin-top: 10px;
	}
}

@media screen and (max-width:999px) {

	.products .productSlides {
		width: 100%;
		margin-top: 50px;
	}

	.products .piece {
		width: 100%;
		float: none;
	}

	.products .productCategory .title,
	.products .productContact .title {
		padding: 10px 20px;
	}

	.products .productContact {
		margin-top: 26px;
	}

	.productCategory .list>li>a {
		font-size: 16px;
		line-height: 26px;
	}

	.productCategory .list ul li a {
		font-size: 14px;
		line-height: 26px;
		padding-left: 16px;
	}

	.productCategory .list ul li a::after {
		top: 8px;
	}


	.productCategory .list {
		padding: 0 20px;
	}


	.products .mbox {
		margin-top: 26px;
	}

	.products .piece .list,
	.products .piece .list .item {
		margin-top: 30px;
	}

	.products .piece .list .cBtn {
		padding: 4px 14px;
	}

	.products .pager {
		margin-top: 40px;
		justify-content: center;
	}

	.products .pageList {
		margin-right: 0;
	}

	.products .pager .addTo {
		margin: 5px 20px;
	}

	.productContact .list .tit,
	.productContact .list .num {
		font-size: 14px;
		line-height: 26px;
	}

	.productContact .list .num {
		margin-top: 6px;
	}

	.productContact .list li {
		margin-top: 10px;
	}

	.productContact .list li .tit::after {
		top: 8px;
	}

	.hotCase .swiper {
		margin-top: 30px;
	}

	.products .productCategory .title .btn,
	.products .productContact .title .btn {
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 20px;
		color: #ffffff;
	}

	.productCategory .list {
		display: none;
		transition: none;
	}

}

@media screen and (max-width:768px) {
	.products .productSlides {
		margin-top: 40px;
	}

	.products .innerTouch,
	.products .hotCase {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.products .piece .list .image {
		width: 200px;
	}
}

@media screen and (max-width:450px) {
	.products .piece .list .item {
		flex-direction: column;
		align-items: flex-start;
		padding-top: 20px;
	}

	.products .piece .list .msg {
		padding: 20px 15px;
	}

	.products .piece .list .image {
		margin: 0 auto;
	}
}


/* 1-2products */

.productDet {
	padding-bottom: 115px;
}

.productDet .piece {
	padding: 81px 0 91px 0;
	position: relative;
}


.productDet .piece::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 100vw;
	max-width: 1700px;
	height: 100%;
	z-index: -4;
	background-color: #000000;
}


.productDet .pcCirlce {
	position: absolute;
	left: calc((100vw - 1400px)/ -2);
	top: 182%;
	width: 114.07%;
	pointer-events: none;
}


.productDet .pcCirlce img {
	display: block;
}



.productShow {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 9;
}

.productShow .productShowLine {
	width: 27%;
	position: absolute;
	z-index: -1;
	pointer-events: none;
	left: -11.78%;
	top: 81.3%;
}

.productShow .productShowLine img {
	display: block;
}


.productShow .shows {
	flex-shrink: 0;
	margin-right: 3.6%;
}

.productShow .shows {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	transition: none;
}

.showSipwerBox {
	position: relative;
	z-index: 999;
}


.productShow .showSipwerBox {
	margin-right: 15px;
}


.showSipwer .swiper-slide {
	position: relative;
}

.showSipwer .swiper-slide img {
	display: block;
}


.productShow .shows .showSipwer {
	width: 541px;
	overflow: hidden;
	background-color: #ffffff;
}


.productShow .shows .checkSwiper {
	width: 106px;
	overflow: hidden;
	height: 100%;
}

.productShow .shows .swiperBox {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 542px;
	padding: 28px 0;
}

.productShow .shows .swiperBox .prev,
.productShow .shows .swiperBox .next {
	width: 100%;
	position: absolute;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: auto;
}


.productShow .shows .swiperBox .prev i,
.productShow .shows .swiperBox .next i {
	font-size: 26px;
	color: #EC6C01;
	transition: .4s ease all;
}


.productShow .shows .swiperBox .prev:hover i,
.productShow .shows .swiperBox .next:hover i {
	color: #0E3772;
}


.productShow .shows .swiperBox .prev {
	top: -5px;
}

.productShow .shows .swiperBox .prev i {
	transform: rotate(-90deg);
}

.productShow .shows .swiperBox .next {
	bottom: -9px;
	margin-bottom: 0px;
}

.productShow .shows .swiperBox .next i {
	transform: rotate(90deg);
}


.productShow .shows .checkSwiper .swiper-slide {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}


.productShow .shows .checkSwiper .swiper-slide::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	box-sizing: border-box;
	transition: .4s ease all;
	pointer-events: none;
	overflow: hidden;
	border: 1px solid transparent;
	border-radius: 10px;
}


.productShow .shows .checkSwiper .swiper-slide-thumb-active::after {
	border-color: #EC6C01;
}


.productShow .jianjie {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: -9px;
	padding-bottom: 25px;
}

.productShow .jianjie .line {
	width: 100%;
	margin-top: 22px;
	height: 1px;
	background-color: rgba(255, 255, 255, .2);
}


.productShow .jianjie h1 {
	font-weight: normal;
}

.productShow .share {
	margin-top: 25px;
}

.productShow .jianjie .txts {
	margin-top: 36px;
}

.productShow .jianjie .txts p {
	color: #999;
}

.productShow .jianjie .btns {
	display: flex;
	align-items: center;
	margin-top: 40px;
	flex-wrap: wrap;
}

.productShow .jianjie .btns .cBtn {
	margin: 5px 0;
	margin-right: 14px;
	padding: 6px 15px;
}


/*jQzoom*/

.jqzoom {
	float: left;
	position: relative;
	padding: 0px;
	z-index: 99;
	border-radius: 20px;
}

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;
	z-index: 99;
	border-radius: 20px;
}

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: 20px;
}

.pdTit {
	background-color: #ffffff;
	padding: 18px 25px;
	position: relative;
	z-index: 10;
}


.productDet .description {
	margin-top: 80px;
}

.productDet .description .txts {
	margin-top: 52px;
}

.productDet .description .txts p {
	color: #ffffff;
}

.productDet .parameter {
	margin-top: 81px;
}

.productDet .parameter .txts {
	margin-top: 52px;
}

.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
}

.table table tr:nth-child(2n-1) td {
	background-color: #333333;
	padding: 15px 43px;
}

.table table tr:nth-child(1) td {
	background-color: #EC6C01;
	font-family: Poppins-SemiBold;
	font-size: 20px;
	line-height: 32px;
	padding: 14px 43px;
}

.table table tr td {
	padding: 21.5px 43px;
	font-size: 18px;
	line-height: 30px;
	font-family: Poppins-Regular, Arial, sans-serif;
	color: #E6E6E6;
	overflow: hidden;
}

.table table tr td p{
	font-family: Poppins-Regular, Arial, sans-serif;
	color: #E6E6E6;
	font-size: 18px;
	line-height: 30px;
}

.table table tr td:nth-child(1) {
	border-radius: 10px 0 0 10px;
}

.table table tr td:nth-child(2n-1) {
	font-family: Poppins-SemiBold;
}

.table table tr td:last-child {
	border-radius: 0 10px 10px 0;
}


.productDet .productAdvantage {
	margin-top: 42px;
}


.productDet .productAdvantage .txts ul {
	position: relative;
	z-index: 9;
}

.productDet .productAdvantage .con {
	margin-top: 62px;
}

.productDet .productAdvantage .image {
	width: 48.92%;
	float: right;
	margin-left: 5%;
}


.productDet .productAdvantage .msg {
	padding-top: 5px;
}

.productDet .productAdvantage .txts p {
	color: #ffffff;
}



.standardEdit ul li {
	margin-top: 25px;
	padding-left: 21px;
	position: relative;
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
}

.standardEdit ul li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #EC6C01;
}

.standardEdit ul li:nth-child(1) {
	margin-top: 0;
}

.productDet .innerTouch {
	margin-top: 90px;
	position: relative;
	z-index: 9;
}

.productDet .productCase {
	margin-top: 79px;
}

.productCase .caseSwiper {
	margin-top: 71px;
}

.productDet .hotProducts {
	margin-top: 171px;
	position: relative;
	z-index: 9;
}


@media screen and (max-width:1700px) {

	.productShow .jianjie {
		margin-top: 0;
	}

	.productShow .shows .swiperBox .prev i,
	.productShow .shows .swiperBox .next i {
		font-size: 22px;
	}
}


@media screen and (max-width:1560px) {
	.productDet .pcCirlce {
		left: -80px;
	}

	.productShow .shows .showSipwer {
		width: 460px;
	}

	.productShow .shows .swiperBox {
		height: 460px;
		padding: 30px 0;
	}

	.productShow .shows .checkSwiper {
		width: 83px;
	}

	.productShow .shows .swiperBox .prev {
		top: 0;
	}

	.productShow .shows .swiperBox .next {
		bottom: 0;
	}

	.productShow .shows .checkSwiper .swiper-slide::after {
		border-radius: 5px;
	}

	.productShow .jianjie .line,
	.productShow .share,
	.productShow .jianjie .txts,
	.productShow .jianjie .btns {
		margin-top: 30px;
	}

	.jqzoom {
		border-radius: 10px;
	}

	div.zoomdiv {
		border-radius: 10px;
	}

	div.jqZoomPup {
		border-radius: 10px;
	}

	.pdTit {
		padding: 14px 20px;
	}

	.productDet .piece>div:nth-child(n) {
		margin-top: 60px;
	}

	.productDet .piece>div:nth-child(1) {
		margin-top: 0;
	}

	.productDet .description .txts,
	.productDet .parameter .txts,
	.productDet .productAdvantage .con {
		margin-top: 40px;
	}

	.table table tr td:nth-child(1) {
		border-radius: 5px 0 0 5px;
	}

	.table table tr td:last-child {
		border-radius: 0 5px 5px 0;
	}

	.table table tr td:nth-child(n) {
		padding: 14px 20px;
	}

	.table table tr td,
	.table table tr td p{
		font-size: 16px;
		line-height: 28px;
	}

	.table table tr:nth-child(1) td {
		font-size: 18px;
		line-height: 30px;
	}

	.productDet .productAdvantage .msg {
		padding-top: 0;
	}

	.standardEdit ul li {
		margin-top: 16px;
	}

	.productCase .caseSwiper {
		margin-top: 40px;
	}

	.productDet .innerTouch,
	.productDet .hotProducts {
		margin-top: 80px;
	}

	.productDet {
		padding-bottom: 80px;
	}

	.productShow .jianjie {
		padding-bottom: 0;
	}
}


@media screen and (max-width:1333px) {

	.jqzoom {
		border-radius: 5px;
	}

	div.zoomdiv {
		border-radius: 5px;
	}

	div.jqZoomPup {
		border-radius: 5px;
	}

	.productShow .shows {
		width: 42%;
		margin-right: 0%;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.productShow .showSipwerBox {
		width: 100%;
		margin-right: 0;
	}

	.productShow .shows .showSipwer {
		width: 100%;
	}

	.productShow .shows .swiperBox {
		height: auto;
		width: 100%;
		padding: 0 30px;
		margin-top: 14px;
	}

	.productShow .shows .checkSwiper {
		width: 100%;
	}

	.productShow .jianjie {
		flex: none;
		width: 54%;
	}

	.productShow .shows .swiperBox .prev {
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 26px;
		height: 100%;
	}

	.productShow .shows .swiperBox .prev i {
		transform: rotate(180deg);
	}

	.productShow .shows .swiperBox .next {
		top: 50%;
		right: 0;
		left: auto;
		bottom: auto;
		transform: translateY(-50%);
		width: 26px;
		height: 100%;
	}

	.productShow .shows .swiperBox .next i {
		transform: rotate(0);
	}

	.pdTit {
		padding: 10px 20px;
	}

	.standardEdit ul li {
		margin-top: 10px;
	}

	.productDet .innerTouch,
	.productDet .hotProducts {
		margin-top: 60px;
	}


	.productDet {
		padding-bottom: 60px;
	}
}


@media screen and (max-width:999px) {
	.productShow {
		flex-direction: column;
		align-items: flex-start;
	}

	.productShow .jianjie {
		width: 100%;
		margin-top: 30px;
	}

	.productShow .shows {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}

	.productShow .jianjie .line,
	.productShow .share,
	.productShow .jianjie .txts,
	.productShow .jianjie .btns {
		margin-top: 26px;
	}

	.productShow .jianjie .txts {
		margin-top: 26px;
	}

	.productShow .jianjie .txts p {
		color: #ffffff;
	}

	.productShow .jianjie .share {
		margin-top: 26px;
	}

	.productDet {
		padding-bottom: 50px;
	}

	.productDet .piece>div:nth-child(n) {
		margin-top: 50px;
	}

	.productDet .piece>div:nth-child(1) {
		margin-top: 0;
	}

	.productDet .description .txts,
	.productDet .parameter .txts,
	.productDet .productAdvantage .con,
	.productCase .caseSwiper {
		margin-top: 30px;
	}

	.table table tr td:nth-child(n) {
		padding: 12px 20px;
	}

	.table table tr td,
	.table table tr td p{
		font-size: 14px;
		line-height: 26px;
	}

	.table table tr:nth-child(1) td {
		font-size: 16px;
		line-height: 28px;
	}

	.standardEdit ul li {
		font-size: 16px;
		line-height: 28px;
	}

	.productDet .innerTouch,
	.productDet .hotProducts {
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.productShow .shows {
		max-width: 360px;
	}

	.productDet {
		padding-bottom: 40px;
	}

	.productDet .innerTouch,
	.productDet .hotProducts {
		margin-top: 40px;
	}

	.productDet .piece>div:nth-child(n) {
		margin-top: 40px;
	}

	.productDet .piece>div:nth-child(1) {
		margin-top: 0;
	}

	.standardEdit ul li {
		margin-top: 6px;
	}
}

@media screen and (max-width:538px) {
	.productShow .shows {
		max-width: 320px;
	}

	.productShow .jianjie .btns .cBtn {
		margin-right: 10px;
	}

	.pdTit {
		padding: 8px 15px;
	}

	.table table tr td:nth-child(n) {
		padding: 8px 15px;
	}

	.productDet .productAdvantage .image {
		width: 100%;
		margin: 0;
		float: none;
		margin-top: 26px;
	}

	.productDet .productAdvantage .con {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}
}


/* 2-1Service */

.supportService {
	display: flex;
	justify-content: space-between;
	padding: 79px 0 72px 0;
	position: relative;
	align-items: center;
}

.supportService::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -3;
	background-color: #000000;
	top: 0;
	left: 0;
}

.supportService .show {
	width: 46%;
	transform: translateY(-20px);
}

.supportService .show .title1 {
	padding-left: 150px;
}

.supportService .show .image {
	margin-top: 29px;
}

.supportService .msg {
	width: 47.95%;
	padding-right: 150px;
}

.supportService .msg .des {
	margin-top: 15px;
}

.supportService .msg .des p {
	color: #FFF;
}

.supportService .msg .dis {
	margin-top: 55px;
}

.supportService .msg .dis p {
	color: #ffffff;
}

.supportService .msg .cBtn {
	margin-top: 46px;
}

.standardEdit p em {
	font-style: normal;
	display: block;
	padding-left: 27.5px;
	position: relative;
}

.standardEdit p em::after {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #EC6C01;
}

@media screen and (max-width:1700px) {
	.supportService .show .title1 {
		padding-left: calc((100vw - 1400px)/ 2);
	}

	.supportService .msg {
		padding-right: calc((100vw - 1400px)/ 2);
	}

	.supportService .show {
		transform: translateY(0);
	}

	.supportService .msg .dis {
		margin-top: 40px;
	}
}

@media screen and (max-width:1560px) {
	.supportService .show .title1 {
		padding-left: 80px;
	}

	.supportService .msg {
		padding-right: 80px;
	}

	.supportService .msg .dis {
		margin-top: 30px;
	}

	.supportService .msg .cBtn {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {}

@media screen and (max-width:999px) {
	.supportService {
		flex-direction: column;
		align-items: flex-start;
	}

	.supportService .show {
		width: 100%;
		padding: 0 80px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.supportService .show .title1 {
		padding-left: 0;
		text-align: center;
	}

	.supportService .show .image {
		max-width: 600px;
	}

	.supportService .msg {
		width: 100%;
		margin-top: 30px;
		padding: 0 80px;
	}

	.standardEdit p em {
		padding-left: 20px;
	}

	.supportService .msg .dis {
		margin-top: 26px;
	}

	.supportService .msg .cBtn,
	.supportService .show .image {
		margin-top: 30px;
	}

}

@media screen and (max-width:768px) {
	.supportService .show {
		padding: 0 25px;
	}

	.supportService .msg {
		padding: 0 25px;
	}
}

@media screen and (max-width:538px) {
	.supportService .show {
		padding: 0 15px;
	}

	.supportService .msg {
		padding: 0 15px;
	}
}

.servicePiece {
	position: relative;
	padding: 111px 0 71px 0;
}

.servicePiece::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -3;
	background-color: #ffffff;
}

.servicePiece .line {
	width: 39.76%;
	left: calc((100vw - 1700px)/ -2);
	position: absolute;
	top: 72px;
	z-index: -2;
}

.servicePiece .line img {
	display: block;
}


.differentiating .tips {
	margin-top: 2px;
}

.differentiating .tips p {
	color: #222222;
	font-size: 18px;
	line-height: 30px;
}


.differentiating .list {
	margin-top: 55px;
	display: flex;
	flex-wrap: wrap;
}

.differentiating .list .item:nth-child(n) {
	width: 21.35%;
	margin-right: 4.86%;
	margin-top: 30px;
	position: relative;
	padding: 27px 16px 29px 31px;
}

.differentiating .list .item:nth-child(n)::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: border-box;
	border-radius: 20px;
	border: 2px solid #EEE;
	background: rgba(255, 255, 255, 0.80);
	backdrop-filter: blur(13.100000381469727px);
	width: 100%;
	height: 100%;
	z-index: -1;
}

.differentiating .list .item:nth-child(4n) {
	margin-right: 0;
}

.differentiating .list .item:nth-child(-n+4) {
	margin-top: 0;
}


.differentiating .list .sign {
	width: 51px;
	height: 51px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.differentiating .list .tit {
	margin-top: 24px;
}

.differentiating .list .txts {
	margin-top: 15px;
}

.differentiating .list .txts p {
	font-size: 18px;
	line-height: 30px;
}


.servicePiece .process {
	margin-top: 70px;
}

.process .checkBtns {
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 14px 2px 10.3px 4px rgba(236, 108, 1, 0.10);
	justify-content: space-between;
	padding: 17px 33px 13px 22px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 48px;
}


.process .checkBtns .item {
	color: #222;
	font-family: Poppins-SemiBold;
	font-size: 24px;
	line-height: 36px;
	position: relative;
	padding-left: 13px;
	cursor: pointer;
}

.process .checkBtns .item::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 3px;
	height: 38px;
	background-color: #EC6C01;
	opacity: 0;
	transition: .4s ease all;
}

.process .checkBtns .item:hover,
.process .checkBtns .item.active {
	color: #0E3772;
}

.process .checkBtns .item:hover::after,
.process .checkBtns .item.active::after {
	opacity: 1;
}

.process .checks {
	margin-top: 71px;
}

.process .checks .item {
	display: none;
}

.process .checks .item.active {
	display: block;
}

.process .checks .image {
	width: 49.15%;
	float: right;
	margin-left: 3%;
}

.process .checks .msg {
	padding-top: 2px;
}

.process .checks .txts {
	margin-top: 24px;
}

.process .checks .cBtn {
	margin-top: 48px;
}

@media screen and (max-width:1700px) {
	.servicePiece .line {
		left: 0;
	}
}

@media screen and (max-width:1560px) {
	.differentiating .tips {
		margin-top: 26px;
	}

	.differentiating .list {
		margin-top: 40px;
	}

	.differentiating .list .item:nth-child(n) {
		width: 23.5%;
		margin-right: 2%;
		padding: 30px 30px;
	}

	.differentiating .list .item:nth-child(4n) {
		margin-right: 0;
	}

	.differentiating .list .item:nth-child(n)::after {
		border-radius: 10px;
	}

	.servicePiece .process {
		margin-top: 80px;
	}

	.process .checkBtns {
		margin-top: 40px;
		padding: 16px 30px;
		border-radius: 5px;
	}

	.process .checkBtns .item {
		font-size: 22px;
		line-height: 34px;
	}

	.process .checks {
		margin-top: 50px;
	}

	.process .checks .msg {
		padding-top: 0;
	}

	.process .checks .txts {
		margin-top: 26px;
	}

	.process .checks .cBtn {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.differentiating .list .item:nth-child(n) {
		padding: 30px 20px;
	}

	.differentiating .list .item:nth-child(n)::after {
		border-radius: 5px;
	}

	.differentiating .list .sign {
		width: 46px;
		height: 46px;
	}

	.differentiating .list .tit {
		margin-top: 20px;
	}

	.servicePiece .process {
		margin-top: 60px;
	}

	.process .checkBtns .item {
		font-size: 20px;
		line-height: 32px;
	}

	.process .checkBtns .item::after {
		height: 28px;
	}

	.process .checkBtns {
		padding: 10px 30px;
	}
}

@media screen and (max-width:999px) {
	.differentiating .list {
		margin-top: 30px;
		justify-content: space-between;
	}

	.differentiating .list .item:nth-child(n) {
		width: 49%;
		margin-right: 0;
		margin-top: 20px;

	}

	.differentiating .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.differentiating .list .sign {
		width: 42px;
		height: 42px;
	}

	.differentiating .list .tit {
		margin-top: 16px;
	}

	.differentiating .list .txts {
		margin-top: 10px;
	}

	.process .checkBtns {
		margin-top: 30px;
		justify-content: center;
	}

	.servicePiece .process {
		margin-top: 50px;
	}

	.process .checkBtns .item {
		font-size: 18px;
		line-height: 30px;
		margin: 5px 20px;
	}

	.process .checkBtns .item::after {
		height: 24px;
	}

	.process .checks {
		margin-top: 40px;
	}
}

@media screen and (max-width:768px) {
	.servicePiece .process {
		margin-top: 40px;
	}

	.process .checkBtns .item {
		font-size: 16px;
		line-height: 28px;
	}

}

@media screen and (max-width:538px) {
	.differentiating .list .item:nth-child(n) {
		padding: 20px 15px;
	}

	.process .checkBtns .item {
		margin: 5px 10px;
	}

	.process .checkBtns {
		padding: 10px 15px;
	}

	.process .checks .image {
		width: 100%;
		float: none;
		margin: 0;
		margin-top: 26px;
	}

	.process .checks {
		margin-top: 30px;
	}

	.process .checks .item.active {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}
}

@media screen and (max-width:450px) {
	.differentiating .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.differentiating .list .item:nth-child(1) {
		margin-top: 0;
	}
}

.serviceBox .piece {
	position: relative;
	padding: 106px 0 148px 0;
}


.serviceBox .piece::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 100vw;
	max-width: 1700px;
	height: 100%;
	z-index: -3;
	background-color: #000;
}

.technical .tips {
	margin-top: 12px;
}

.technical .tips p {
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
}

.technical .list {
	margin-top: 35px;
}


.technical .list .item {
	margin-top: 25px;
	position: relative;
	padding: 40px 22px 46px 50px;
	display: flex;
	align-items: center;
	min-height: 176px;
}

.technical .list .item::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 20px;
	border: 2px solid #EEE;
	opacity: 0.2;
	background: rgba(255, 255, 255, 0.40);
	backdrop-filter: blur(13.100000381469727px);
	box-sizing: border-box;
}

.technical .list .item:nth-child(1) {
	margin-top: 0;
}

.technical .list .num {
	font-size: 68px;
	line-height: 68px;
	flex-shrink: 0;
	margin-right: 6.7%;
}

.technical .list .txts {
	flex: 1;
}

.technical .list .txts p {
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
}


.serviceBox .supply {
	margin-top: 147px;
}

.supply .title {
	margin-top: 25px;
	line-height: 54px;
}

.supply .title span {
	color: #EC6C01;
}

.supply .txts {
	margin-top: 22px;
}


.supply .txts p {
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
}


.supply .swiper {
	margin-top: 60px;
}

.supply .swiper .item {
	margin-top: 44px;
}

.supply .swiper .item:nth-child(1) {
	margin-top: 0;
}

.supply .swiper .image {
	border: 2px solid #EEE;
}

.supply .swiper .name {
	margin-top: 24px;
}

.supply .sBtns {
	justify-content: center;
}

.supply .sBtns>div {
	margin-top: 36px;
}

.supply .list {
	margin-top: 69px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.supply .list .item {
	width: 47.85%;
	position: relative;
	padding: 50px 48px 64px;
	margin-top: 70px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	min-height: 728px;
}


.supply .list .item:nth-child(-n+2) {
	margin-top: 0;
}

.supply .list .item::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
	z-index: -1;
	border-radius: 20px;
	border: 2px solid #EEE;
	opacity: 0.2;
	background: rgba(255, 255, 255, 0.40);
	backdrop-filter: blur(13.100000381469727px);
}

.supply .list .image {
	margin-top: 40px;
}

.supply .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.serviceBox {
	padding-bottom: 147px;
	position: relative;
}

.serviceBox .innerTouch {
	margin-top: 101px;
}

.serviceBox .circle {
	position: absolute;
	left: calc((100vw - 1700px)/ -2);
	top: -11%;
	width: 109.58%;
	z-index: -1;
}

.serviceBox .circle img {
	display: block;
}

.serviceBox .line {
	position: absolute;
	right: calc((100vw - 1700px)/ -2);
	top: 15.25%;
	width: 29.05%;
	z-index: -2;
}

.serviceBox .line img {
	display: block;
}

@media screen and (max-width:1700px) {
	.serviceBox .circle {
		left: 0;
	}

	.serviceBox .line {
		right: 0;
	}
}

@media screen and (max-width:1560px) {
	.technical .tips {
		margin-top: 26px;
	}

	.technical .list .item {
		padding: 30px 30px;
		min-height: 180px;
		margin-top: 30px;
	}

	.technical .list .num {
		font-size: 50px;
		line-height: 50px;
		margin-right: 40px;
	}

	.technical .list {
		margin-top: 40px;
	}

	.technical .list .item::after {
		border-radius: 10px;
	}

	.serviceBox .supply {
		margin-top: 80px;
	}

	.supply .title {
		line-height: 42px;
		margin-top: 30px;
	}

	.supply .txts {
		margin-top: 30px;
	}

	.supply .swiper {
		margin-top: 40px;
	}

	.supply .swiper .name {
		margin-top: 20px;
	}

	.supply .swiper .item {
		margin-top: 30px;
	}

	.supply .list {
		margin-top: 80px;
	}

	.supply .list .item {
		width: 49%;
		margin-top: 30px;
		min-height: auto;
		padding: 30px;
	}

	.supply .list .item::after {
		border-radius: 10px;
	}

	.supply .list .image {
		margin-top: 30px;
	}

	.serviceBox .innerTouch {
		margin-top: 80px;
	}

	.serviceBox {
		padding-bottom: 80px;
	}

	.supply .sBtns>div {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.technical .list .item::after {
		border-radius: 5px;
	}

	.technical .list .num {
		font-size: 42px;
		line-height: 42px;
		margin-right: 30px;
	}

	.serviceBox .supply {
		margin-top: 60px;
	}

	.supply .title {
		line-height: 38px;
	}

	.supply .swiper .name {
		margin-top: 10px;
	}

	.supply .list {
		margin-top: 60px;
	}

	.supply .txts {
		margin-top: 26px;
	}

	.supply .list .item::after {
		border-radius: 5px;
	}

	.serviceBox .innerTouch {
		margin-top: 60px;
	}

	.serviceBox {
		padding-bottom: 60px;
	}

}

@media screen and (max-width:999px) {
	.technical .list {
		margin-top: 30px;
	}

	.technical .list .item {
		padding: 30px 20px;
	}

	.technical .list .num {
		font-size: 36px;
		line-height: 36px;
		margin-right: 20px;
	}

	.serviceBox .supply {
		margin-top: 50px;
	}

	.supply .title {
		line-height: 36px;
	}

	.supply .swiper {
		margin-top: 30px;
	}

	.supply .sBtns>div {
		margin-top: 20px;
	}

	.supply .list {
		margin-top: 50px;
	}

	.supply .list .item {
		padding: 30px 20px;
	}

	.serviceBox .innerTouch {
		margin-top: 50px;
	}

	.serviceBox {
		padding-bottom: 50px;
	}

	.supply .title {
		margin-top: 26px;
	}
}

@media screen and (max-width:768px) {
	.supply .title {
		line-height: 34px;
	}

	.serviceBox .innerTouch {
		margin-top: 40px;
	}

	.serviceBox {
		padding-bottom: 40px;
	}

	.serviceBox .supply,
	.supply .list {
		margin-top: 40px;
	}

	.supply .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
		padding: 30px 20px;
	}

	.supply .list .image {
		width: 100%;
	}

	.supply .list .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.supply .list .item:nth-child(1) {
		margin-top: 0;
	}
}

@media screen and (max-width:538px) {
	.technical .list .item {
		flex-direction: column;
		align-items: flex-start;
	}

	.technical .list .num {
		margin-right: 0;
		margin-bottom: 10px;
		font-size: 32px;
		line-height: 32px;
	}

	.supply .list .item:nth-child(n) {
		padding: 30px 15px;
	}
}

/* 3-1About Us */

.aboutUs {
	padding: 85px 0 130px;
	position: relative;
}

.aboutUs::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -3;
	background-color: #000000;
}

.enterprise {
	position: relative;
	z-index: 9;
}

.enterprise .title1 {
	max-width: 980px;
}

.enterprise .msgList {
	margin-top: 54px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.enterprise .msgList .item {
	width: 47.8%;
	margin-top: 30px;
}

.enterprise .msgList .item:nth-child(-n+2) {
	margin-top: 0;
}

.enterprise .msgList .item p {
	color: #ffffff;
}


.enterprise .cBtn {
	margin: 0 auto;
	margin-top: 48px;
}

.enterprise .equipmentList {
	margin-top: 60px;
}

.equipmentList {
	display: flex;
	flex-wrap: wrap;
}

.equipmentList .item {
	position: relative;
	padding: 25px 20px 35px;
}

.equipmentList .item:nth-child(n) {
	width: 19.28%;
	margin-right: 0.9%;
	margin-top: 20px;
}

.equipmentList .item:nth-child(5n) {
	margin-right: 0;
}

.equipmentList .item:nth-child(-n+5) {
	margin-top: 0;
}

.equipmentList .item::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 20px;
	border: 2px solid #EEE;
	background: rgba(255, 255, 255, 0.80);
	backdrop-filter: blur(13.100000381469727px);
	z-index: -1;
}

.equipmentList .sign {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.equipmentList .tit {
	color: #000000;
	margin-top: 19px;
}

.equipmentList .txts {
	margin-top: 10px;
}


.equipmentList .txts p {
	font-size: 18px;
	line-height: 30px;
	color: #666666;
}



.aboutUs .videoShow {
	margin-top: 64px;
}

.aboutUs .videoShow .playBtn {
	width: 71px;
	height: 71px;
}

.aboutUs .videoShow .playBtn>div {
	background-color: transparent;
	border: 1px solid #ffffff;
}

.aboutUs .videoShow .playBtn::after {
	background-color: #ffffff;
}


.aboutUs .videoShow .playBtn img {
	width: 18px;
}


.aboutUs .video:hover .playBtn::after {
	background-color: #EC6C01;
}


.aboutUs .video:hover .playBtn>div {
	border-color: #EC6C01;
}

.aboutUs .vision {
	margin-top: 59px;
	position: relative;
	z-index: 9;
}


.aboutUs .circle {
	position: absolute;
	left: calc((100vw - 1700px)/ -2);
	width: 99.64%;
	top: 50%;
	z-index: -1;
}


.aboutUs .circle img {
	display: block;
}

.aboutUs .line {
	position: absolute;
	top: 88.6%;
	left: calc((100vw - 1700px)/ -2);
	width: 44.92%;
	z-index: -1;
}

.aboutUs .line img {
	display: block;
}


.vision .list {
	margin-top: 55px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.vision .list .item {
	width: 47.85%;
	position: relative;
	padding: 52px 46px 111px;
}

.vision .list .item::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 20px;
	border: 2px solid #EEE;
	opacity: 0.4;
	background: rgba(255, 255, 255, 0.40);
	backdrop-filter: blur(13.100000381469727px);
	z-index: -1;
}

.vision .list .txts {
	margin-top: 25px;
}

.vision .list p {
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
}

.vision .list p strong {
	font-size: 20px;
}

.vision .list p em {
	padding-left: 35px;
}

.vision .list p em::after {
	width: 12px;
	height: 12px;
	top: 7px;
	left: 5px;
}

.standardEdit p strong {
	font-family: Poppins-SemiBold;
	font-weight: normal;
}

@media screen and (max-width:1700px) {

	.aboutUs .circle,
	.aboutUs .line {
		left: 0;
	}
}

@media screen and (max-width:1560px) {
	.enterprise .msgList {
		margin-top: 50px;
	}

	.enterprise .cBtn {
		margin-top: 40px;
	}

	.enterprise .equipmentList,
	.aboutUs .videoShow,
	.vision .list {
		margin-top: 50px;
	}

	.equipmentList .item::after,
	.vision .list .item::after {
		border-radius: 10px;
	}

	.equipmentList .item {
		padding: 30px 20px;
	}

	.aboutUs .vision {
		margin-top: 80px;
	}

	.vision .list .item {
		padding: 40px 30px;
	}

	.vision .list .txts {
		margin-top: 30px;
	}

	.equipmentList .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.equipmentList .item:nth-child(3n) {
		margin-right: 0;
	}

	.equipmentList .item:nth-child(-n+3) {
		margin-top: 0;
	}
}

@media screen and (max-width:1333px) {
	.enterprise .msgList {
		margin-top: 40px;
	}

	.equipmentList .item:nth-child(n)::after {
		border-radius: 5px;
	}

	.enterprise .cBtn {
		margin-top: 30px;
	}

	.enterprise .equipmentList,
	.aboutUs .videoShow,
	.vision .list {
		margin-top: 40px;
	}

	.aboutUs .videoShow .playBtn {
		width: 60px;
		height: 60px;
	}

	.aboutUs .videoShow .playBtn img {
		width: 14px;
	}

	.aboutUs .vision {
		margin-top: 60px;
	}

	.vision .list .item {
		padding: 30px 20px;
	}

	.vision .list p strong {
		font-size: 18px;
	}

	.vision .list .txts {
		margin-top: 26px;
	}

	.equipmentList .item::after,
	.vision .list .item::after {
		border-radius: 5px;
	}
}

@media screen and (max-width:999px) {
	.enterprise .msgList {
		margin-top: 30px;
	}

	.enterprise .msgList .item:nth-child(n) {
		width: 100%;
		margin-top: 26px;
	}

	.enterprise .msgList .item:nth-child(1) {
		margin-top: 0;
	}

	.equipmentList {
		justify-content: space-between;
	}

	.equipmentList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.equipmentList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.equipmentList .sign {
		width: 46px;
		height: 46px;
	}

	.enterprise .equipmentList,
	.aboutUs .videoShow,
	.vision .list {
		margin-top: 30px;
	}

	.aboutUs .videoShow {
		height: 360px;
	}

	.aboutUs .videoShow .playBtn {
		width: 56px;
		height: 56px;
	}

	.aboutUs .videoShow .playBtn img {
		width: 12px;
	}

	.aboutUs .vision {
		margin-top: 50px;
	}

	.vision .list p strong {
		font-size: 16px;
	}

	.vision .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.vision .list .item:nth-child(1) {
		margin-top: 0;
	}

	.vision .list p em {
		padding-left: 24px;
	}

	.vision .list p em::after {
		width: 10px;
		height: 10px;
		top: 7px;
		left: 0;
	}
}

@media screen and (max-width:768px) {
	.aboutUs .vision {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.aboutUs .videoShow {
		height: 320px;
	}
}

@media screen and (max-width:450px) {
	.equipmentList .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.equipmentList .item:nth-child(1) {
		margin-top: 0;
	}
}


.aboutPiece {
	position: relative;
	padding: 70px 0 118px 0;
}


.aboutPiece .circle {
	position: absolute;
	width: 107.41%;
	top: 7%;
	left: calc((100vw - 1700px)/ -2);
	z-index: -2;
}


.aboutPiece .circle img {
	display: block;
}


.aboutPiece::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #ffffff;
	top: 0;
	left: 0;
	z-index: -1;
}

.scale .txts {
	margin-top: 30px;
}

.scale .txts p {
	text-align: center;
	color: #666;
	font-size: 16px;
	line-height: 28px;
}

.scale .txts p em {
	display: inline-block;
	position: static;
	padding: 0;
	color: #EC6C01;
}

.scale .txts p em::after {
	display: none;
}

.scale .box {
	display: flex;
	justify-content: space-between;
	margin-top: 46px;
}

.scale .box .show {
	width: 49.5%;
}

.scale .box .show img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}

.scale .box .list {
	display: flex;
	flex-wrap: wrap;
	width: 49.25%;
	justify-content: space-between;
}

.scale .box .list .image {
	width: 48.6%;
	margin-top: 19px;
}

.scale .box .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.scale .box .list .image:nth-child(-n+2) {
	margin-top: 0;
}

.aboutPiece .strength {
	margin-top: 90px;
}

.strength .list {
	float: right;
	margin-left: 5%;
	width: 45.5%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 14px;
	position: relative;
	z-index: 9;
}

.strength .list::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 66.8%;
	height: 67.7%;
	background-color: #EC6C01;
	z-index: -1;
}

.strength .list .image {
	width: 48.5%;
	margin-right: 3%;
	flex: auto;
	margin-top: 27px;
}


.strength .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.strength .list .image:nth-child(2n),
.strength .list .image:last-child {
	margin-right: 0;
}


.strength .list .image:nth-child(-n+2) {
	margin-top: 0;
}


.strength .txts {
	margin-top: 21px;
}

@media screen and (max-width:1700px) {
	.aboutPiece .circle {
		left: 0;
	}
}

@media screen and (max-width:1560px) {
	.scale .box {
		margin-top: 50px;
	}

	.aboutPiece .strength {
		margin-top: 80px;
	}

	.strength .list {
		margin-top: 0;
	}

	.strength .txts {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.scale .box {
		margin-top: 40px;
	}

	.aboutPiece .strength {
		margin-top: 60px;
	}
}

@media screen and (max-width:999px) {
	.scale .txts {
		margin-top: 26px;
	}

	.scale .box {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 30px;
	}

	.scale .box .show {
		width: 100%;
	}

	.scale .box .list {
		width: 100%;
		margin-top: 30px;
	}

	.strength {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.strength .list {
		width: 100%;
		float: none;
		margin: 0;
		margin-top: 30px;
	}

	.aboutPiece .strength {
		margin-top: 50px;
	}

	.strength .txts {
		margin-top: 26px;
	}
}

@media screen and (max-width:768px) {
	.aboutPiece .strength {
		margin-top: 40px;
	}

	.scale .box .list,
	.strength .list .image {
		margin-top: 20px;
	}
}


.aboutBox {
	position: relative;
	padding: 78px 0 0 0;
	margin-bottom: 148px;
}

.aboutBox::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -3;
	background-color: #000000;
	top: 0;
	left: 0;
}

.certifications .txts {
	margin-top: 20px;
}

.certifications .txts p {
	text-align: center;
	color: #FFF;
}

.certifications .swiper {
	margin-top: 50px;
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}


.certifications .sBtns {
	justify-content: center;
}

.certifications .sBtns>div {
	margin-top: 31px;
}

.certifications .swiper .image:hover img {
	transform: translateY(-10px);
}

.aboutBox .history {
	margin-top: 77px;
}

.history .clear {
	display: none;
}

.history .msgSwiper {
	overflow: hidden;
	margin-top: 66px;
}

.history .swiper-slide {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
}

.history .swiper-slide .image {
	width: 50%;
}

.history .swiper-slide .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.history .swiper-slide .msg {
	width: 48%;
	padding-bottom: 66px;
}


.history .msg .year {
	color: #ffffff;
	color: #FFF;
	font-family: Poppins-SemiBold;
	font-size: 80px;
	line-height: 80px;
}

.history .msg .txts {
	margin-top: 25px;
}

.history .msg .txts p {
	color: #ffffff;
}

.history .yearSwiper {
	margin-top: 58px;
	position: relative;
	padding: 0 0px 0 102px;
}


.history .yearSwiper .swiper {
	width: 102.9%;
}

.history .yearSwiper::after {
	content: "";
	position: absolute;
	top: 6px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .5);
}


.history .yearSwiper .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	cursor: pointer;
}

.history .yearSwiper .swiper-slide-thumb-active .year {
	color: #EC6C01;
}

.history .yearSwiper .circle {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: rgba(236, 108, 1, .2);
	width: 14px;
	height: 14px;
}

.history .yearSwiper .circle::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #EC6C01;
}


.history .yearSwiper .year {
	margin-top: 7px;
}


.history .yearSwiper .sBtns>div {
	position: absolute;
	top: -15px;
	z-index: 9;
}

.history .yearSwiper .sBtns>div.prev {
	left: 0;
	transform: translateX(-100%);
}

.history .yearSwiper .sBtns>div.next {
	right: 0;
	transform: translateX(100%);
}


.aboutBox .quality {
	margin-top: 79px;
}

.quality .con {
	margin-top: 6px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.quality .list {
	width: 48.9%;
}

.quality .list li {
	background-color: #ffffff;
	padding: 21px 30px 21px 75px;
	color: #222;
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 30px;
	position: relative;
	margin-top: 40px;
}


.quality .list li:nth-child(1) {
	margin-top: 0;
}


.quality .list li::after {
	content: "";
	position: absolute;
	left: 22px;
	top: 26px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #EC6C01;
}


.quality .image {
	width: 43.64%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(34px);
}




.aboutBox .innerTouch {
	margin-top: 117px;
	position: relative;
	z-index: 9;
}



.aboutBox .line {
	width: 36.05%;
	right: calc((100vw - 1700px)/ -2);
	position: absolute;
	top: 18.1%;
	z-index: -1;
}

.aboutBox .line img {
	display: block;
}

@media screen and (max-width:1700px) {
	.aboutBox .line {
		right: 0;
	}
}

@media screen and (max-width:1560px) {
	.certifications .txts {
		margin-top: 30px;
	}

	.certifications .swiper {
		margin-top: 40px;
	}

	.aboutBox .history {
		margin-top: 80px;
	}

	.history .msgSwiper {
		margin-top: 40px;
	}

	.history .msg .year {
		font-size: 60px;
		line-height: 60px;
	}

	.history .swiper-slide .msg {
		padding-bottom: 0;
	}

	.history .yearSwiper {
		width: 100%;
	}

	.history .yearSwiper {
		padding: 0 30px;
	}

	.aboutBox .quality {
		margin-top: 80px;
	}

	.quality .con {
		margin-top: 40px;
	}

	.quality .list li {
		margin-top: 20px;
		padding: 16px 20px 16px 60px;
	}

	.quality .list li::after {
		width: 14px;
		height: 14px;
		top: 22px;
	}

	.aboutBox {
		padding-top: 80px;
		margin-bottom: 80px;
	}

	.quality .image {
		transform: translateY(0);
	}

	.aboutBox .innerTouch {
		margin-top: 80px;
	}
}

@media screen and (max-width:1333px) {
	.aboutBox {
		padding-top: 60px;
		margin-bottom: 60px;
	}

	.aboutBox .history {
		margin-top: 60px;
	}

	.history .msg .year {
		font-size: 46px;
		line-height: 46px;
	}

	.aboutBox .quality {
		margin-top: 60px;
	}

	.quality .list li {
		font-size: 16px;
		line-height: 28px;
		padding-left: 40px;
	}

	.quality .list li::after {
		width: 10px;
		height: 10px;
		left: 14px;
		top: 24px;
	}

	.aboutBox .innerTouch {
		margin-top: 60px;
	}
}

@media screen and (max-width:999px) {
	.aboutBox .history {
		margin-top: 50px;
	}

	.certifications .txts {
		margin-top: 26px;
	}

	.certifications .swiper {
		margin-top: 30px;
	}

	.history .swiper-slide {
		flex-direction: column;
		align-items: flex-start;
	}

	.history .swiper-slide .image {
		width: 100%;
	}

	.history .swiper-slide .msg {
		width: 100%;
		margin-top: 30px;
	}

	.history .msgSwiper {
		margin-top: 30px;
	}

	.history .msg .year {
		font-size: 30px;
		line-height: 30px;
	}

	.history .msg .txts {
		margin-top: 20px;
	}

	.history .yearSwiper {
		margin-top: 40px;
	}

	.history .yearSwiper .sBtns>div {
		top: -12px;
	}

	.aboutBox .quality {
		margin-top: 50px;
	}

	.quality .con {
		margin-top: 30px;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.quality .list {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}


	.quality .list li {
		width: 48%;
		margin-top: 20px;
		font-size: 14px;
		line-height: 26px;
	}

	.quality .list li:nth-child(-n+2) {
		margin-top: 0;
	}

	.quality .image {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
	}

	.aboutBox .innerTouch {
		margin-top: 50px;
	}

	.aboutBox {
		padding-top: 50px;
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.aboutBox .history {
		margin-top: 40px;
	}

	.history .msg .year {
		font-size: 26px;
		line-height: 26px;
	}

	.history .yearSwiper {
		padding: 0;
	}

	.history .yearSwiper .sBtns {
		justify-content: center;
	}

	.history .yearSwiper .sBtns>div:nth-child(n) {
		position: static;
		margin-top: 20px;
		transform: translateX(0);
	}

	.aboutBox .quality {
		margin-top: 40px;
	}

	.aboutBox .innerTouch {
		margin-top: 40px;
	}

	.aboutBox {
		padding-top: 40px;
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.history .msg .year {
		font-size: 22px;
		line-height: 34px;
	}
}

@media screen and (max-width:450px) {
	.quality .list li:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.quality .list li:nth-child(1) {
		margin-top: 0;
	}
}








/* 4-1case */

.case {
	padding: 69px 0 87px 0;
	position: relative;
}

.case .title1 {
	position: relative;
	z-index: 9;
}

.case .mbox {
	margin-top: 11px;
}

.mbox {
	height: 56px;
	overflow: hidden;
	position: relative;
	z-index: 9;
}

.mbox .standardEdit p {
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
}

.mBtn {
	color: #ffffff;
	font-size: 16px;
	line-height: 28px;
	width: max-content;
	margin: 0 auto;
	margin-top: 16px;
	cursor: pointer;
	display: none;
	position: relative;
	z-index: 9;
}


.mBtn span:nth-child(2) {
	display: none;
}

.mBtn.active span:nth-child(1) {
	display: none;
}

.mBtn.active span:nth-child(2) {
	display: block;
}

.mBtn:hover {
	color: #EC6C01;
}


.case .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 53px;
	position: relative;
	z-index: 9;
}

.case .list h1 {
	font: inherit;
}

.case .list .item {
	width: 32.14%;
	margin-right: 1.79%;
	margin-top: 70px;
}

.case .list .item:nth-child(3n) {
	margin-right: 0;
}

.case .list .item:nth-child(-n+3) {
	margin-top: 0;
}


.case .list .tit {
	margin-top: 29px;
}

.case .list .txts {
	margin-top: 12px;
	color: #999;
	height: 56px;
}

.case .list .cBtn {
	margin-top: 26px;
}


.case .pager {
	margin-top: 66px;
}


@media screen and (max-width:1560px) {
	.case .mbox {
		margin-top: 20px;
	}

	.case .list .tit {
		margin-top: 20px;
	}

	.case .list .item {
		margin-top: 40px;
	}

	.case .pager {
		margin-top: 50px;
	}

	.case .list .cBtn {
		margin-top: 20px;
	}

	.case .list {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.case .list {
		margin-top: 40px;
	}

}

@media screen and (max-width:999px) {
	.case .list {
		margin-top: 30px;
		justify-content: space-between;
	}

	.mbox {
		height: 52px;
	}

	.case .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.case .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.case .pager {
		margin-top: 40px;
	}

	.mBtn {
		font-size: 14px;
		line-height: 26px;
	}
}


@media screen and (max-width:450px) {
	.case .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.case .list .item:nth-child(1) {
		margin-top: 0;
	}
}

/* 4-2case */

.caseDet {
	padding: 83px 0 99px 0;
	position: relative;
	z-index: 9;
}

.caseDet .line {
	width: 100%;
	height: 1px;
	background-color: #616161;
	margin-top: 23px;
}

.caseDet .txts {
	margin-top: 41px;
}

.caseDet .txts p {
	color: #ffffff;
}


.caseDet .prevOrNext {
	margin-top: 64px;
}

.prevOrNext {
	padding: 21px 0 27px 0;
	border-top: 1px solid #616161;
	border-bottom: 1px solid #616161;
}

.prevOrNext>div {
	display: flex;
	align-items: center;
}

.prevOrNext .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 43px;
	height: 43px;
	background-color: #ffffff;
	flex-shrink: 0;
	margin-right: 22.5px;
	border-radius: 50%;
}

.prevOrNext .btn img {
	width: 12px;
}


.prevOrNext .prev {
	margin-top: 27px;
}

.prevOrNext a.btn:hover {
	background-color: #EC6C01;
}

.prevOrNext a.btn:hover img {
	transform: none;
	filter: grayscale(100%) brightness(500%);
}


.caseDet .hotProducts {
	margin-top: 71px;
}


.hotProducts .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.hotProducts .swiper {
	margin-top: 42px;
}

.sBtns {
	display: flex;
	align-items: center;
}

.sBtns>div {
	width: 43px;
	height: 43px;
	border-radius: 50%;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}


.sBtns>div img {
	width: 12px;
}


.sBtns>div.prev {
	margin-right: 9px;
}



.sBtns>div:hover {
	background-color: #0E3772;
	box-shadow: 0 3px 11.1px 1px rgba(253, 191, 57, 0.10);

}

.sBtns>div:hover img {
	filter: grayscale(100%) brightness(500%);
}


.sBtns>div.swiper-button-disabled {
	pointer-events: none;
}

.hotProducts .tit {
	margin-top: 26px;
}


.hotProducts .title .sBtns {
	margin-left: 30px;
}

@media screen and (max-width:1560px) {
	.caseDet .line {
		margin-top: 40px;
	}

	.caseDet .txts {
		margin-top: 40px;
	}

	.caseDet .prevOrNext {
		margin-top: 40px;
	}

	.prevOrNext {
		padding: 20px 0;
	}

	.prevOrNext .prev {
		margin-top: 20px;
	}

	.prevOrNext .btn {
		height: 40px;
		width: 40px;
		margin-right: 16px;
	}

	.sBtns>div {
		width: 40px;
		height: 40px;
	}

	.caseDet .hotProducts {
		margin-top: 60px;
	}

	.hotProducts .swiper {
		margin-top: 40px;
	}

	.hotProducts .tit {
		margin-top: 20px;
	}
}

@media screen and (max-width:999px) {

	.caseDet .line,
	.caseDet .txts,
	.caseDet .prevOrNext {
		margin-top: 30px;
	}

	.prevOrNext .btn,
	.sBtns>div {
		width: 36px;
		height: 36px;
	}

	.prevOrNext .prev {
		margin-top: 16px;
	}

	.caseDet .hotProducts {
		margin-top: 50px;
	}

	.hotProducts .swiper {
		margin-top: 30px;
	}

	.prevOrNext .btn img {
		width: 10px;
	}

	.sBtns>div img {
		width: 10px;
	}

}

@media screen and (max-width:768px) {
	.caseDet .hotProducts {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.hotProducts .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.hotProducts .title .sBtns {
		margin-left: 0;
	}

	.hotProducts .title .sBtns>div {
		margin-top: 20px;
	}
}


/* 5-1blog */

.blog {
	position: relative;
	z-index: 9;
	padding: 70px 0 149px 0;
}


.blog .mbox {
	margin-top: 10px;
}

.blog .showList {
	margin-top: 46px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.blog .showList .item {
	width: 47.85%;
	position: relative;
	padding: 36px 57px 34px;
}

.blog .showList .item::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	box-sizing: border-box;
	border-radius: 20px;
	border: 2px solid #EEE;
	opacity: 0.2;
	background: rgba(255, 255, 255, 0.40);
	backdrop-filter: blur(13.100000381469727px);
}

.blog .showList .tit {
	margin-top: 13px;
	height: 60px;
}


.blog .showList h1 {
	font: inherit;
}


.blog .showList .txts {
	margin-top: 5px;
	color: #939393;
	height: 56px;
}


.blog .showList .image {
	margin-top: 38px;
}

.blog .showList .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.blog .newList {
	margin-top: 36px;
}


.newList .item {
	margin-top: 36px;
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 15px 22px 16px 27px;
	align-items: center;
}

.newList .item:nth-child(1) {
	margin-top: 0;
}


.newList .item::after {
	content: "";
	border-radius: 20px;
	border: 2px solid #EEE;
	opacity: 0.2;
	background: rgba(255, 255, 255, 0.40);
	backdrop-filter: blur(13.100000381469727px);
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.newList .title {
	width: 47%;
	padding-bottom: 7px;
}

.newList .tit {
	margin-top: 18px;
}

.newList .msg {
	width: 49.7%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}



.newList .txts {
	flex: 1;
	color: #939393;
	padding-bottom: 4px;
}

.newList .image {
	width: 151px;
	flex-shrink: 0;
	margin-left: 9%;
}


.blog .pager {
	margin-top: 59px;
}



.blog .hotProducts {
	margin-top: 79px;
}


@media screen and (max-width:1560px) {
	.blog .mbox {
		margin-top: 30px;
	}

	.blog .showList {
		margin-top: 50px;
	}

	.blog .showList .item::after,
	.newList .item::after {
		border-radius: 10px;
	}

	.blog .showList .item {
		padding: 30px 30px;
	}

	.blog .showList .txts {
		margin-top: 16px;
	}

	.blog .showList .image {
		margin-top: 20px;
	}

	.newList .title,
	.newList .txts {
		padding-bottom: 0;
	}

	.newList .tit {
		margin-top: 10px;
	}

	.blog .pager {
		margin-top: 50px;
	}

	.blog .hotProducts {
		margin-top: 80px;
	}
}

@media screen and (max-width:1333px) {
	.newList .image {
		width: 130px;
	}

	.newList .item {
		margin-top: 30px;
	}

	.blog .pager {
		margin-top: 40px;
	}

	.blog .hotProducts {
		margin-top: 60px;
	}

	.blog .showList .item::after,
	.newList .item::after {
		border-radius: 5px;
	}
}

@media screen and (max-width:999px) {
	.blog .showList {
		margin-top: 30px;
	}

	.blog .showList .item {
		padding: 30px 20px;
	}

	.blog .mbox {
		margin-top: 26px;
	}

	.newList .item {
		flex-direction: column;
		align-items: flex-start;
	}

	.newList .title {
		width: 100%;
	}

	.blog .newList {
		margin-top: 30px;
	}

	.newList .msg {
		width: 100%;
		margin-top: 16px;
	}

	.newList .image {
		margin-left: 30px;
	}

	.newList .item {
		padding: 20px;
	}

	.blog .showList .tit {
		height: 56px;
	}

	.blog .showList .txts {
		height: 52px;
	}

	.blog .hotProducts {
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.blog .hotProducts {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.blog .showList .item {
		padding: 30px 15px;
	}

	.newList .item {
		padding: 20px 15px;
	}
}


@media screen and (max-width:450px) {
	.blog .showList .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.blog .showList .item:nth-child(1) {
		margin-top: 0;
	}
}



/* 5-2blog */

.blogDet {
	padding: 75px 0 81px 0;
	position: relative;
	z-index: 9;
}

.blogDet .tips {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 13px;
	flex-wrap: wrap;
}

.blogDet .tips .time {
	color: #EC6C01;
	font-size: 16px;
	line-height: 28px;
	flex-shrink: 0;
	margin-right: 22px;
}

.share {
	display: flex;
	align-items: center;
}

.share span {
	flex-shrink: 0;
	margin-right: 12px;
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
}



.blogDet .line {
	width: 100%;
	height: 1px;
	background-color: #616161;
	margin-top: 25px;
}

.blogDet .des {
	margin-top: 12px;
}

.blogDet .des p {
	color: #ffffff;
}


.blogDet .prevOrNext {
	margin-top: 56px;
}

.blogDet .hotProducts {
	margin-top: 65px;
}

@media screen and (max-width:1560px) {

	.blogDet .tips,
	.blogDet .line,
	.blogDet .des,
	.blogDet .prevOrNext {
		margin-top: 30px;
	}

	.blogDet .hotProducts {
		margin-top: 80px;
	}
}

@media screen and (max-width:1333px) {
	.blogDet .hotProducts {
		margin-top: 60px;
	}
}

@media screen and (max-width:999px) {
	.share span {
		font-size: 14px;
		line-height: 26px;
	}

	.blogDet .tips,
	.blogDet .line,
	.blogDet .des,
	.blogDet .prevOrNext {
		margin-top: 26px;
	}

	.blogDet .hotProducts {
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.blogDet .hotProducts {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.blogDet .tips {
		flex-direction: column;
		align-items: center;
	}

	.blogDet .tips .time {
		margin-right: 0;
		margin-bottom: 10px;
	}
}


/* 5-3blog */

.videoPiece {
	padding: 69px 0 98px 0;
	position: relative;
	z-index: 9;
}

.videoPiece .mbox {
	margin-top: 11px;
}

.videoPiece .list {
	margin-top: 77px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.videoPiece .list .item {
	margin-top: 40px;
	width: 47.4%;
}

.videoPiece .list .item:nth-child(-n+2) {
	margin-top: 0;
}

.videoPiece .list .name {
	margin-top: 23px;
}

.videoPiece .pager {
	margin-top: 47px;
}


.videoPiece .list .video {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}


.videoPiece .list .video .playBtn::after {
	background-color: #ffffff;
}

.videoPiece .list .video .playBtn {
	width: 71px;
	height: 71px;
}

.videoPiece .list .video .playBtn div {
	background-color: transparent;
	border: 1px solid #ffffff;
}


.videoPiece .list .video:hover .playBtn::after {
	background-color: #EC6C01;
}

.videoPiece .list .video:hover .playBtn div {
	border-color: #EC6C01;
}


.videoPiece .list .video .playBtn img {
	width: 18px;
}

@media screen and (max-width:1560px) {
	.videoPiece .mbox {
		margin-top: 30px;
	}

	.videoPiece .list {
		margin-top: 50px;
	}

	.videoPiece .list .video .playBtn {
		width: 60px;
		height: 60px;
	}

	.videoPiece .list .video .playBtn img {
		width: 15px;
	}

	.videoPiece .list .name {
		margin-top: 20px;
	}
}

@media screen and (max-width:1333px) {
	.videoPiece .list {
		margin-top: 40px;
	}

	.videoPiece .list .item {
		width: 48%;
		margin-top: 30px;
	}

	.videoPiece .list .video .playBtn {
		width: 54px;
		height: 54px;
	}

	.videoPiece .list .video .playBtn img {
		width: 12px;
	}

	.videoPiece .pager {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.videoPiece .list .video .playBtn {
		width: 50px;
		height: 50px;
	}

	.videoPiece .list .name {
		margin-top: 16px;
	}

	.videoPiece .list {
		margin-top: 30px;
	}

	.videoPiece .mbox {
		margin-top: 26px;
	}
}

@media screen and (max-width:768px) {
	.videoPiece .list .video .playBtn img {
		width: 10px;
	}

	.videoPiece .list .video .playBtn {
		width: 46px;
		height: 46px;
	}
}

@media screen and (max-width:450px) {
	.videoPiece .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.videoPiece .list .item:nth-child(1) {
		margin-top: 0;
	}
}


/* 6-1contact */

.contact {
	position: relative;
	z-index: 9;
	padding: 70px 0 96px 0;
}

.contact .list {
	margin-top: 27px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.contact .list .item {
	width: 31.92%;
	margin-right: 2.12%;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.contact .list .item:last-child {
	margin-right: 0;
}

.contact .list .item:nth-child(3n) {
	margin-right: 0;
}

.contact .list .item:nth-child(-n+3) {
	margin-top: 0;
}


.contact .list .sign {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 74px;
}

.contact .list .sign img {
	display: block;
}

.contact .list .name {
	margin-top: 10px;
}

.contact .list .num {
	margin-top: 21px;
}


.contact .list .num span {
	direction: ltr;
	display: inline-block;
}

.contact .list .email .num {
	word-break: break-all;
}


.contact .leaveMsg {
	position: relative;
	padding: 82px 0 118px 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 56px;
}


.contact .leaveMsg::after {
	content: "";
	position: absolute;
	left: 50%;
	height: 100%;
	transform: translateX(-50%);
	top: 0;
	z-index: -1;
	width: 100vw;
	background-color: #171717;
}

.contact .leaveMsg .msg {
	width: 48%;
	margin-top: 2px;
}

.contact .leaveMsg .txts {
	margin-top: 34px;
}


.contact .leaveMsg form {
	width: 42.57%;
}

.contact .leaveMsg form input,
.contact .leaveMsg form textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	color: #E6E6E6;
}

.contact .leaveMsg form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact .leaveMsg form ul li {
	height: 40px;
	width: 100%;
	margin-top: 10px;
	background-color: #222;
	padding: 0 22px;
	border-radius: 5px;
}

.contact .leaveMsg form ul li:nth-child(-n+2) {
	margin-top: 0;
}

.contact .leaveMsg form ul li:nth-child(-n+4) {
	width: 48.7%;
}


.contact .leaveMsg form ul li.message {
	height: 150px;
	padding: 3px 22px;
}

.contact .leaveMsg form ul li.code {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.contact .leaveMsg form ul li.code input {
	flex: 1;
	padding: 0 14px;
}

.contact .leaveMsg form ul li.code .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	height: 100%;
	background-color: #f3fbfe;
	width: 100px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
}

.contact .leaveMsg form ul li.code .codeImg img {
	height: 100%;
	display: block;
}

.contact .leaveMsg form ul li.subBtn {
	padding: 0;
	width: 105px;
	background-color: transparent;
	overflow: hidden;
}

.contact .leaveMsg form ul li.subBtn input {
	background-color: #EC6C01;
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
}


.contact .leaveMsg form ul li.subBtn input:hover {
	background-color: #ffffff;
	color: #EC6C01;
}

.contact .leaveMsg form input::-webkit-input-placeholder,
.contact .leaveMsg form textarea::-webkit-input-placeholder {
	color: #E6E6E6;
}

.contact .leaveMsg form input:-moz-placeholder,
.contact .leaveMsg form textarea:-moz-placeholder {
	color: #E6E6E6;
}

.contact .leaveMsg form input::-moz-placeholder,
.contact .leaveMsg form textarea::-moz-placeholder {
	color: #E6E6E6;
}

.contact .leaveMsg form input:-ms-input-placeholder,
.contact .leaveMsg form textarea:-ms-input-placeholder {
	color: #E6E6E6;
}

.contact .leaveMsg form .file {
	display: flex;
	align-items: center;
}

.contact .leaveMsg form .file p {
	color: #E6E6E6;
}

.contact .leaveMsg form ul li.file {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.contact .leaveMsg form ul li.file img {
	width: 18px;
	flex-shrink: 0;
	margin-right: -9px;
}



.contact .leaveMsg form ul li.file input {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
}


.contact .map {
	margin-top: 69px;
}


.contact .map img,
.contact .map iframe {
	display: block;
}

@media screen and (max-width:1560px) {
	.contact .list {
		margin-top: 40px;
	}

	.contact .list .sign {
		width: 60px;
		height: 60px;
	}

	.contact .leaveMsg .msg {
		margin-top: 0;
	}

	.contact .leaveMsg {
		padding: 80px 0;
		margin-top: 80px;
	}

	.contact .leaveMsg form {
		width: 46%;
	}

	.contact .map {
		margin-top: 80px;
	}

	.contact .leaveMsg form ul li.message {
		padding: 10px 22px;
	}

	.contact .leaveMsg form ul li {
		margin-top: 14px;
	}
}

@media screen and (max-width:1333px) {
	.contact .list .sign {
		width: 50px;
		height: 50px;
	}

	.contact .leaveMsg {
		padding: 60px 0;
		margin-top: 60px;
	}

	.contact .leaveMsg form {
		width: 46%;
	}

	.contact .list .num {
		margin-top: 10px;
	}

	.contact .leaveMsg .msg {
		width: 46%;
	}

	.contact .leaveMsg form {
		width: 48%;
	}

	.contact .leaveMsg form ul li.file img {
		margin-right: 0;
	}

	.contact .map {
		margin-top: 60px;
	}
}

@media screen and (max-width:999px) {
	.contact .leaveMsg {
		flex-direction: column;
		align-items: flex-start;
		padding: 50px 0;
		margin-top: 50px;
	}

	.contact .leaveMsg .txts {
		margin-top: 26px;
	}

	.contact .leaveMsg .msg {
		width: 100%;
	}

	.contact .leaveMsg form {
		width: 100%;
		margin-top: 30px;
	}

	.contact .map {
		margin-top: 50px;
	}

	.contact .list .sign {
		width: 46px;
		height: 46px;
	}

	.contact .list .item {
		margin-top: 26px;
	}

	.contact .list {
		margin-top: 30px;
	}

	.contact .leaveMsg form ul li,
	.contact .leaveMsg form ul li.code input {
		padding: 0 16px;
	}

	.contact .leaveMsg form ul li.message {
		padding: 10px 16px;
	}
}

@media screen and (max-width:768px) {
	.contact .list .item:nth-child(n) {
		width: 48%;
		margin-right: 4%;
		margin-top: 26px;
	}

	.contact .list .item:nth-child(2n),
	.contact .list .item:last-child {
		margin-right: 0;
	}

	.contact .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.contact .leaveMsg {
		padding: 40px 0;
		margin-top: 40px;
	}

	.contact .map {
		margin-top: 40px;
	}
}

@media screen and (max-width:450px) {
	.contact .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.contact .list .item:nth-child(1) {
		margin-top: 0;
	}

	.contact .leaveMsg form ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	.contact .leaveMsg form ul li:nth-child(1) {
		margin-top: 0;
	}
}











.innerFooter .circle {
	display: none;
}

.innerFooter {
	padding-top: 0;
	padding-bottom: 60px;
}

.innerFooter .con {
	padding-bottom: 45px;
}

/* innerBanner */

.innerBanner {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
	backdrop-filter: blur(6.75px);
	padding: 114px 0 0 0;
	position: relative;
}

.innerBanner .imgBg {
	width: 100vw;
}

.innerBanner .con {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
	backdrop-filter: blur(6.75px);
	padding: 36px 0 28px 0;
	position: relative;
	z-index: 9;
}

.innerBanner .crumb {
	margin-top: 14px;
}


.innerBanner .circle {
	position: absolute;
	right: calc((100vw - 1700px)/ -2);
	top: 0%;
	width: 92.88%;
	pointer-events: none;
}

.innerBanner .circle img {
	display: block;
}


/* crumb */

.crumb a,
.crumb i {
	font-size: 18px;
	line-height: 30px;
	color: #ADADAD;
}

.crumb a.active {
	color: #EC6C01;
}

.crumb i {
	font-style: normal;
	margin: 0 0px;
}

.crumb a:hover {
	color: #EC6C01;
}


/* pager */

.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	z-index: 9;
}

.pager .pageList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.pager .pageList a {
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #555555;
	margin: 5px 9px;
	border-radius: 5px;
	background-color: #ffffff;
}


.pager .pageList a.iconfont {
	width: 40px;
	height: 40px;
	margin: 5px 8px;
	font-size: 14px;
	color: #555555;
}

.pager .pageList a.active,
.pager .pageList a:hover {
	background-color: #EC6C01;
	color: #ffffff;
}

.pager .addTo {
	margin: 5px 21px;
	position: relative;
	color: #EC6C01;
	font-size: 16px;
	line-height: 28px;
	display: flex;
	align-items: center;
}


.pager .addTo input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
}

.pager .addTo img {
	width: 10px;
	flex-shrink: 0;
	margin-left: 0px;
}


.pager .addTo:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}


@media screen and (max-width:1700px) {
	.innerBanner .circle {
		right: 0;
	}
}

@media screen and (max-width:1560px) {
	.innerBanner {
		padding: 100px 0 0 0;
	}

	.innerBanner .con {
		padding: 30px 0;
	}

	.crumb a,
	.crumb i {
		font-size: 16px;
		line-height: 28px;
	}

	.innerBanner .crumb {
		margin-top: 16px;
	}

	.pager .pageList a,
	.pager .pageList a.iconfont {
		width: 36px;
		height: 36px;
		border-radius: 4px;
	}

	.pager .pageList a {
		margin: 5px 8px;
	}

	.innerFooter .con {
		padding-bottom: 40px;
	}

	.innerFooter .con {
		padding-bottom: 40px;
	}

	.pager .addTo img {
		margin-left: 6px;
	}
}

@media screen and (max-width:1333px) {
	.innerFooter {
		padding-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.innerFooter {
		padding-bottom: 50px;
	}

	.innerFooter .con {
		padding-bottom: 30px;
	}

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 26px;
	}

	.pager .pageList a,
	.pager .pageList a.iconfont {
		width: 34px;
		height: 34px;
		font-size: 14px;
		margin: 5px 6px;
	}

	.pager .pageList a.iconfont {
		font-size: 12px;
	}

	.innerBanner {
		padding: 80px 0 0 0;
	}

	.pager .addTo {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.innerFooter {
		padding-bottom: 40px;
	}
}



/* footer */


footer {
	position: relative;
	padding: 68px 0 96px 0;
}

footer .imgBg {
	width: 100vw;
}


footer .circle {
	position: absolute;
	z-index: 1;
	pointer-events: none;
	right: calc((100vw - 1700px)/ -2);
	width: 66.09%;
	bottom: 0;
}


footer .con {
	position: relative;
	padding: 24px 0 15px 0;
	z-index: 9;
}

footer .con::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	background: rgba(0, 0, 0, 0.90);
	backdrop-filter: blur(11.699999809265137px);
	z-index: -1;
}

footer a {
	display: inline-block;
}

footer .fMsg {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


footer .fLogo {
	width: 128px;
	flex-shrink: 0;
	margin-right: 40px;
}

footer .fLogo:hover img {
	transform: none;
}


footer .blogrolls {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	transform: translateY(6px);
}


footer .blogrolls a {
	width: 34px;
	height: 34px;
	background: #222;
	overflow: hidden;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	flex-shrink: 0;
	margin: 5px 0;
	margin-left: 8px;
}


footer .blogrolls a:hover {
	background-color: #EC6C01;
	color: #ffffff;
}

footer .footerList {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 27px 0 12px 0;
	border-top: 1px solid rgba(236, 108, 1, .2);
	border-bottom: 1px solid rgba(236, 108, 1, .2);
	margin: 21px 0 13px 0;
}

footer .footerList .box {
	margin-top: 23px;
}

footer .footerList ul li {
	margin-top: 14px;
}

footer .footerList ul li:nth-child(1) {
	margin-top: 0;
}


footer .footerList .fAbout {
	width: 14%;
	margin-right: 3.3%;
}

footer .footerList .fProducts {
	width: 30%;
	margin-right: 2.7%;
}

footer .footerList .fService {
	width: 16%;
	margin-right: 4.1%;
}


footer .footerList .fResources {
	width: 15%;
	margin-right: 2.4%;
}

footer .footerList .fContact {
	width: 12.5%;
}

footer .footerList .fContact .name {
	color: #FFF;
}

footer .footerList .fContact .num {
	margin-top: 10px;
}


footer .footerList .fContact .num span {
	direction: ltr;
	display: inline-block;
}

footer .footerList .fContact .box {
	margin-top: 19px;
}


footer .footerList .fContact li {
	margin-top: 19.5px;
}

footer .footerList .fContact li:nth-child(1) {
	margin-top: 0;
}

footer a,
footer p,
footer div {
	color: rgba(255, 255, 255, 0.70);
	font-size: 16px;
	line-height: 26px;
}


footer a:hover {
	color: #ffffff;
}

footer .title {
	color: #EC6C01;
	font-family: Poppins-SemiBold;
	font-size: 20px;
	line-height: 30px;
	display: inline-block;
}


footer a.title:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
	color: #EC6C01;
}


footer .titBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


footer .titBox .menuBtn {
	display: none;
}



footer .footerList li.fContact li {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

footer .footerList li.fContact li:nth-child(1) {
	margin-top: 0;
}


footer .email a {
	word-break: break-all;
}

footer .email .num span {
	direction: ltr;
	display: inline-block;
}


footer .copyright,
footer .links,
footer .copyright a,
footer .links a,
footer .copyright p {
	font-size: 14px;
	line-height: 30px;
	color: rgba(255, 255, 255, 0.70);
}


footer .links a {
	margin-right: 10px;
}

footer .links span {
	margin-right: 10px;
}

footer .copyright p {
	display: inline;
}


footer .copyright a {
	display: inline-block;
}

footer .copyright a:hover,
footer .links a:hover {
	color: #ffffff;
}

footer .copyright .image {
	margin-left: 5px;
}



@media screen and (max-width:1700px) {
	footer .circle {
		right: 0;
	}
}

@media screen and (max-width:1560px) {
	footer {
		padding: 80px 0;
	}

	footer .con {
		padding: 40px 0;
	}

	footer .footerList {
		justify-content: space-between;
		padding: 30px 0;
		margin: 30px 0;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer .footerList .box,
	footer form,
	footer .footerList .fContact .box {
		margin-top: 20px;
	}

	footer .fLogo {
		width: 80px;
	}

	footer .footerList .fContact {
		width: 18%;
	}

	footer .footerList .fContact .num {
		margin-top: 6px;
	}

	footer .footerList .fContact li {
		margin-top: 14px;
	}

	footer .blogrolls {
		transform: translateY(0);
	}
}

@media screen and (max-width:1333px) {
	footer {
		padding: 60px 0;
	}

	footer .footerList .fProducts {
		width: 24%;
	}

	footer .footerList .fContact {
		width: 21%;
	}

	footer .footerList .fService {
		width: 19%;
	}

	footer .footerList .fAbout {
		width: 13%;
	}

	footer .footerList .fResources {
		width: 13%;
	}

	footer .fLogo {
		width: 70px;
	}
}


@media screen and (max-width:999px) {

	footer {
		padding: 50px 0 80px;
	}

	footer .con {
		padding: 30px 0;
	}

	footer .fMsg {
		flex-direction: column;
		align-items: flex-start;
	}

	footer .blogrolls a {
		font-size: 14px;
		width: 32px;
		height: 32px;
	}

	footer .blogrolls .name {
		font-size: 14px;
	}

	.footerCon {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}


	footer .fLogo {
		margin-right: 0;
		margin-bottom: 20px;
	}

	footer .footerList {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
	}

	footer .footerList {
		margin: 20px 0;
		padding: 20px 0;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 26px;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerList>li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList li.fContact .box {
		margin-top: 10px;
	}


	footer .footerList .box {
		margin-top: 10px;
		display: none;
		transition: none;
	}


	footer .footerList .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList .box ul li {
		width: 48%;
		margin-bottom: 0;
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .titBox .menuBtn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 30px;
		height: 30px;
		font-size: 12px;
		color: #ffffff;
	}

	footer .titBox .menuBtn.active {
		transform: rotate(90deg);
	}

	footer .footerList li.fContact .address {
		width: 100%;
	}

	footer .footerList .box ul li:nth-child(n) {
		margin-right: 0;
	}

	footer .footerList .list li.fContact .address {
		width: 100%;
	}

	footer .footerList li.fContact .address .num {
		line-height: 26px;
	}

	footer .title {
		font-size: 16px;
		line-height: 26px;
	}

	footer .copyright,
	footer .links,
	footer .copyright a,
	footer .links a,
	footer .copyright p {
		font-size: 14px;
		line-height: 24px;
	}

	footer .links {
		margin-top: 10px;
	}

	form li.m-formcountry .drop-list li:nth-child(n) {
		width: 100%;
		margin: 0;
		font-size: 14px;
		line-height: 24px;
	}

	footer .imgBg img {
		height: 100vh;
	}
}

@media screen and (max-width:768px) {
	footer .fLogo {
		width: 60px;
	}

	footer {
		padding: 40px 0 80px 0;
	}

	footer .footerList .box {
		margin-top: 5px;
	}

}


@media screen and (max-width:538px) {

	footer .footerList .fMsg ul li:nth-child(n),
	footer .footerList .box ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .fMsg ul li:nth-child(1),
	footer .footerList .box ul li:nth-child(1) {
		margin-top: 0;
	}

}



/* certifiicates */

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: Poppins-Regular, Arial, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

/* video tankuang */

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}



/* customer */

.customer {
	position: fixed;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
	background-color: #0E3772;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	
}


.customer>div{
	margin-bottom: 13px;
	position: relative;
}
.customer>div::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -11px;
	transform: translateX(-50%);
	height: 1px;
	width: 16px;
	background-color: rgba(34,34,34, .3);
	
}
.customer>div:last-child{
	margin-bottom: 0;
}

.customer>div:last-child::after{
	display: none;
}

.customer div a,
.customer div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 57px;
	background-color: #0E3772;
	color: #ffffff;
	font-size: 24px;
	border-radius: 10px;
}

.customer .top a {
	width: 60px;
	height: 57px;
	background-color: #0E3772;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	overflow: hidden;
}


.customer a i {
	display: flex;
	align-items: center;
	justify-content: center;
}

.customer .top i {
	display: block;
	text-align: center;
	font-size: 26px;
	border-radius: 50%;
}


.customer div div {
	cursor: pointer;
}

.customer div a:hover,
.customer div div:hover {
	background-color: #EC6C01;
}

.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: 1560px) {

	.customer .top a {
		border-radius: 5px;
	}
	.customer div a,
	.customer div div,
	.customer .top a {
		width: 50px;
		height: 50px;
		font-size: 20px;
		border-radius: 5px;
	}
	.customer{
		border-radius: 5px;
	}
}


@media screen and (max-width: 999px) {
	.customer{
		border-radius: 0;
	}
	
	.customer div:nth-child(n){
		margin: 0;
	}
	.customer div:nth-child(n)::after{
		right: 0;
		height: 16px;
		width: 1px;
		transform: translateX(50%);
	}
	
	.customer .top a {
		width: 25%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
	}

	.customer {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		transform: translateY(0);
		border-radius: 0;
	}

	.customer div {
		width: 25%;
		float: left;
	}

	.customer div a,
	.customer div div {
		font-size: 18px;
		height: 42px;
		margin: auto;
		width: 100%;
		border-radius: 0px;
	}

	.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 div a:hover,
	.customer div div:hover {
		background-color: #0E3772;
	}

	.customer div.active a,
	.customer div.active div {
		background-color: #EC6C01;
	}

	.customer .code.active img {
		opacity: 1;
		transform: translateX(-50%) translateY(-100%);
	}
	.customer .top i {
		font-size: 20px;
	}
}

@media screen and (max-width: 768px) {
	.customer .code img,
	.customer .code:hover img {
		left: 0%;
		transform: translateX(0%);
	}
	.customer .code.active img {
		opacity: 1;
		transform: translateX(0%) translateY(-100%);
	}
}



@font-face {
	font-family: 'Poppins-Regular';
	font-display: swap;
	src: url('../fonts/PoppinsRegular.eot');
	src: url('../fonts/PoppinsRegular.eot') format('embedded-opentype'),
		url('../fonts/PoppinsRegular.woff2') format('woff2'),
		url('../fonts/PoppinsRegular.woff') format('woff'),
		url('../fonts/PoppinsRegular.ttf') format('truetype'),
		url('../fonts/PoppinsRegular.svg#PoppinsRegular') format('svg');
}


@font-face {
	font-family: 'Poppins-SemiBold';
	font-display: swap;
	src: url('../fonts/PoppinsSemiBold.eot');
	src: url('../fonts/PoppinsSemiBold.eot') format('embedded-opentype'),
		url('../fonts/PoppinsSemiBold.woff2') format('woff2'),
		url('../fonts/PoppinsSemiBold.woff') format('woff'),
		url('../fonts/PoppinsSemiBold.ttf') format('truetype'),
		url('../fonts/PoppinsSemiBold.svg#PoppinsSemiBold') format('svg');
}






@font-face {
	font-family: "iconfont";
	/* Project id 4576167 */
	font-display: swap;
	src: url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
		url('../fonts/iconfont.woff?t=1766050956754') format('woff'),
		url('../fonts/iconfont.ttf?t=1766050956754') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-zuojiantou:before {
	content: "\e600";
}

.icon-zuojiantou-copy:before {
	content: "\f213";
}

.icon-Gc_17_public-TopOutlined:before {
	content: "\e61b";
}

.icon-jurassic_message:before {
	content: "\e69f";
}

.icon-top02:before {
	content: "\e6f5";
}

.icon-kefu:before {
	content: "\e608";
}

.icon-teams_x:before {
	content: "\e604";
}

.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-location:before {
	content: "\e614";
}

.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";
}


.xunpanc{
	margin-top: 30px;
}