@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: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	height: 100%;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
}

ul {
	list-style: none;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-size: 62.5%;
}

.image {
	display: block;
}

.image img {
	display: block;
}



a img {
	display: block;
}

img {
	border: none;
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

.standardLink a:hover {
	color: #6b69af !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
}


.standardEdit a {
	color: #6b69af;
}

.standardEdit a:hover {
	text-decoration: underline;
}


input,
textarea,
select {
	font-family: "Microsoft YaHei", "微软雅黑",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:1600px) {
	.standardRange {
		padding: 80px 0 80px 0 !important;
	}
}


@media screen and (max-width:1333px) {
	.standardRange {
		padding: 60px 0 60px 0 !important;
	}
}

@media screen and (max-width:999px) {
	.standardRange {
		padding: 50px 0 50px 0 !important;
	}
}

@media screen and (max-width:768px) {
	.standardRange {
		padding: 40px 0 40px 0 !important;
	}
}





@media screen and (max-width:1600px) {
	.standardTxt .title1 {
		font-size: 36px !important;
		line-height: 45px !important;
	}
}

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 28px !important;
		line-height: 35px !important;
	}

	.standardTxt .title2 {
		font-size: 18px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .btn {
		font-size: 16px !important;
	}
}

@media screen and (max-width:999px) {
	.standardTxt .title1 {
		font-size: 24px !important;
		line-height: 30px !important;
	}

	.standardTxt .title2 {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 14px !important;
		line-height: 26px !important;
	}

	.standardTxt .btn {
		font-size: 14px !important;
	}

}

@media screen and (max-width:768px) {
	.standardTxt .title1 {
		font-size: 22px !important;
	}

	.standardTxt .title2 {
		font-size: 14px !important;
		line-height: 24px !important;
	}

}







.oneRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 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: #6b69af;
		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(107, 105, 175, 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: "Microsoft YaHei", "微软雅黑",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: -3px;
	}
}

/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, 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');
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
	touch-action: pan-y
}

.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-3d {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
	transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
	scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
	transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-lock {
	display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move;
	touch-action: none
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}




/* ---------------------index----------------------------- */


/* allnav */


nav {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 9999;
	background-color: rgba(0, 0, 0, .5);
}

nav .navBg {
	content: "";
	transition: .4s ease all;
	opacity: 1;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
	pointer-events: none;
}


nav .con {
	max-width: 1592px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}



nav.active .navBg {
	opacity: 0;
}

nav .logo {
	width: 169px;
	flex-shrink: 0;
	margin-right: 99px;
}



nav .navList {
	display: flex;
	align-items: center;
}

nav .navList>ul {
	display: flex;
	align-items: center;
}

nav .navList>ul>li {
	margin-right: 36.5px;
	position: relative;
}

nav .navList>ul>li:nth-child(2) {
	position: static;
}

nav .navList>ul>li:last-child {
	margin: 0;
}

nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 70px;
	line-height: 70px;
	color: #ffffff;
}



nav .navList>ul>li.active>a,
nav .navList>ul>li:hover>a {
	color: #999999;
}



nav .btns {
	display: flex;
	align-items: center;
}


nav .btns .search {
	height: 70px;
	display: flex;
	align-items: center;
	position: relative;
	margin-right: 35px;
}


nav .btns .search .searchBtn {
	cursor: pointer;
}


nav .btns .search .searchBtn i {
	font-size: 18px;
	color: #ffffff;
	transform: translateY(3px);
}

nav .btns .search .searchBtn:hover i {
	color: #6b69af;
}

nav .btns .search form {
	position: absolute;
	right: 0;
	top: 100%;
	background-color: #ffffff;
	height: 35px;
	width: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	overflow: hidden;
}


nav .btns .search form.active {
	width: 280px;
	padding: 0 10px;
}

nav .btns .search form input {
	width: 100%;
	height: 100%;
}


nav .btns .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 35px;
	width: 35px;
}

nav .btns .search form .subBtn:hover i {
	color: #6b69af;
}

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: 70px;
	display: flex;
	align-items: center;
	position: relative;
}

nav .btns .lanBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #ffffff;
	width: 110px;
	height: 40px;
	background-color: #6b69af;
	border-radius: 10px;
	overflow: hidden;
}

nav .btns .lanBtn:hover {
	background-color: #ffffff;
	color: #6b69af;
}

nav .btns .lanBtn:hover i {
	color: #6b69af;
}



nav .btns .lanBtn i {
	color: #ffffff;
}

nav .btns .lanBtn i.icon-yuyan {
	font-size: 24px;
	margin-right: 5px;
}

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;
	top: 100%;
	background-color: #feffff;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 200px;
	display: none;
	transition: none;
}

nav .btns .language ul a {
	padding: 5px 18px;
	color: #333333;
	line-height: 24px;
	text-align: center;
}




nav .btns .language ul a:hover {
	background-color: #6b69af;
	color: #ffffff;
}


.productSlides {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
	background-color: #f8f8f8;
	width: 100%;
	 display: none; 
	transition: none;
}

.productSlides .slidesCon {
	display: flex;
	justify-content: space-between;
}


.productSlides .oLevel {
	width: 40.7%;
	background-color: #f8f8f8;
	height: 386px;
	padding: 20px 25px 20px;
	padding-left: calc(((100% - 1400px )/ 2) + 25px);
}



.productSlides .tLevel {
	width: 59.3%;
	height: 386px;
	padding: 42px 30px;
	background-color: #ffffff;
	padding-right: calc(((100% - 1400px )/ 2) + 30px);
}

.productSlides .oLevel,
.productSlides .tLevel {
	overflow: auto;
}


.productSlides .oLevel::-webkit-scrollbar,
.productSlides .tLevel::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #00000050;
}

.productSlides .oLevel::-webkit-scrollbar-thumb,
.productSlides .tLevel::-webkit-scrollbar-thumb {
	background-color: #6b69af;
}

.productSlides .oLevel::-webkit-scrollbar-track,
.productSlides .tLevel::-webkit-scrollbar-track {
	background-color: transparent;
}



.productSlides .oLevel li {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.productSlides .oLevel li:last-child {
	border-bottom: 0px solid rgba(0, 0, 0, .1);
}


.productSlides .oLevel a {
	padding: 17px 0 19px 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	color: #666666;
	line-height: 24px;
}

.productSlides .oLevel a i {
	font-size: 14px;
	color: #666666;
	transform: translateY(2px);
	flex-shrink: 0;
	margin-left: 10px;
}


.productSlides .oLevel li.active>a {
	color: #6b69af;
}


.productSlides .oLevel li.active>a>i {
	color: #6b69af;
}



.productSlides .tLevel li {
	display: none;
	flex-wrap: wrap;
}


.productSlides .tLevel li.current {
	display: flex;
}

.productSlides .tLevel li .item {
	width: 31.75%;
	margin-right: 2.375%;
	margin-top: 30px;
}


.productSlides .tLevel li .item:nth-child(3n) {
	margin-right: 0;
}


.productSlides .tLevel li .item:nth-child(-n+3) {
	margin-top: 0;
}


.productSlides .tLevel li .image {
	overflow: hidden;
	margin-bottom: 19px;
}

.productSlides .tLevel li .name {
	line-height: 24px;
	color: #666666;
	text-align: center;
}


.productSlides .tLevel li .name:hover {
	color: #6b69af;
}





/* moreList */

.moreList,
.moreList ul {
	position: absolute;
	background-color: #ffffff;
	width: 306px;
	display: none;
	transition: none;
}

.moreList ul {
	left: 100%;
	top: 0px;
}


.moreList {
	top: 100%;
	left: 0px;
}

.moreList li {
	position: relative;
}

.moreList a {
	padding: 5px 18px;
	color: #333333;
}

.moreList li:hover>a {
	background-color: #6b69af;
	color: #ffffff;
}


@media screen and (max-width:1600px) {
	nav .logo {
		margin-right: 70px;
	}

	.productSlides .oLevel a {
		padding: 15px 0;
	}

	.productSlides .tLevel {
		padding: 30px 20px;
	}

	.productSlides .tLevel li .image {
		margin-bottom: 10px;
	}

	.productSlides .oLevel,
	.productSlides .tLevel {
		height: 365px;
	}
}

@media screen and (max-width:1333px) {
	nav .logo {
		width: 180px;
		margin-right: 40px;
	}

	nav .navList>ul>li {
		margin-right: 35px;
	}

	.productSlides .oLevel a {
		font-size: 14px;
		padding: 10px 0;
	}

	.productSlides .oLevel li>a>i {
		font-size: 12px;
		transform: translateY(0);
	}

	.productSlides .tLevel li .name {
		font-size: 14px;
		line-height: 22px;
	}

	.productSlides .oLevel,
	.productSlides .tLevel {
		padding: 20px;
	}

	.productSlides .tLevel li .item {
		margin-top: 20px;
	}

	.productSlides .oLevel,
	.productSlides .tLevel {
		height: 340px;
	}
}


@media screen and (max-width:1200px) {
	nav .btns {
		position: absolute;
		top: 5px;
		right: 0;
		right: 80px;
	}

	nav .navList>ul>li>a {
		line-height: 90px;
	}

	nav .btns .search,
	nav .btns .language {
		height: auto;
		height: 26px;
	}

	nav .btns .lanBtn {
		width: 95px;
		height: 26px;
		border-radius: 5px;
		font-size: 14px;
	}

	nav .btns .lanBtn i.icon-yuyan {
		font-size: 18px;
	}

	nav .navList {
		width: 100%;
		justify-content: space-between;
	}

	.moreList,
	.moreList ul {
		width: 215px;
	}

	nav .btns .language ul,
	nav .btns .search form {
		top: calc(100% + 5px);
	}

	nav .btns .search form {
		height: 30px;
	}

	nav .btns .search form>input {
		font-size: 14px !important;
	}

	nav .btns .search form>input::-webkit-input-placeholder {
		font-size: 14px !important;
	}

	nav .btns .search form>input:-moz-placeholder {
		font-size: 14px !important;
	}

	nav .btns .search form>input::-moz-placeholder {
		font-size: 14px !important;
	}

	nav .btns .search form>input:-ms-input-placeholder {
		font-size: 14px !important;
	}

	nav .btns .search form .subBtn i {
		font-size: 14px;
	}

	nav .btns .language ul a {
		font-size: 14px;
	}
}



@media screen and (max-width:999px) {
	nav .navList>ul {
		display: none;
	}

	nav .con {
		height: 60px;
	}

	nav .btns {
		position: static;
	}

	nav .navList,
	nav .btns {
		height: 100%;
	}

	nav .btns .search,
	nav .btns .language {
		height: 100%;
	}

	nav .btns .search {
		display: none;
	}

	nav .btns .language {
		margin-right: 60px;
	}

	nav .logo {
		width: 130px;
	}

	.bannerRange {
		height: 60px;
	}

	nav,
	nav.active {
		background-color: #000000;
	}

	nav .navBg {
		display: none;
	}

	nav .btns .language ul,
	nav .btns .search form {
		top: 100%;
	}

}

@media screen and (max-width:768px) {
	nav .logo {
		width: 115px;
	}

	header .xnav .nav {
		right: 25px;
		top: 25px;
	}

	nav .con {
		height: 50px;
	}

	.bannerRange {
		height: 50px;
	}
}

@media screen and (max-width:538px) {
	nav .logo {
		width: 110px;
		margin-right: 0;
	}

}



/* indexbanner */


.indexBanner {
	transition: none;
}

.indexBanner img {
	display: block;
}


.banner {
	position: relative;
	z-index: 2;
	line-height: 0;
	font-size: 0;
}

.banner .slick-arrow {
	position: absolute;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	transform: translateY(-50%);
	width: 47px;
	height: 96px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	cursor: pointer;
	background-color: rgba(255, 255, 255, .1);
	color: #ffffff;
	font-size: 18px;
}


.banner .slick-prev {
	left: 0;
	border-radius: 0px 10px 10px 0px;
}

.banner .slick-next {
	right: 0;
	border-radius: 10px 0px 0px 10px;

}

.banner .slick-arrow:hover {
	background-color: #6b69af;
}

.banner .slick-dots {
	position: absolute;
	z-index: 999999;
	left: 0;
	right: 0;
	bottom: 39px;
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
}

.banner .slick-dots li {
	margin: 0 7px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.banner .slick-dots li.slick-active a {
	cursor: pointer;
	background-color: #6b69af;
}

.banner .slick-dots a {
	display: block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #ffffff;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.banner.hide {
	display: none;
}


.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	top: 0;
	left: 0
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block; width:100%;
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-dots .slide-count {
	display: none;
}

.slick-slide {
	position: relative;
}

.slick-slide iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.slick-slide video {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 101%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	display: none \9;
	display: block \9\0;
}

@media screen and (max-width:1600px) {
	.banner .slick-arrow {
		width: 36px;
		height: 85px;
		font-size: 16px;
	}

	.banner .slick-prev {
		border-radius: 0 5px 5px 0;
	}

	.banner .slick-next {
		border-radius: 5px 0 5px 0;
	}
}


@media screen and (max-width:1333px) {
	.banner .slick-arrow {
		width: 32px;
		height: 70px;
	}

	.banner .slick-dots a {
		width: 12px;
		height: 12px;
	}

	.banner .slick-dots {
		bottom: 30px;
	}
}

@media screen and (max-width: 999px) {
	.banner {
		display: block;
	}

	.banner.hide {
		display: block;
	}

	.banner .slick-arrow {
		display: none !important;
	}

	.slick-slide video {
		object-position: inherit;
		object-fit: inherit;
		width: 100%;
		height: 100%;
		transform: translate(0, 0);
		left: 0;
		top: 0;
	}
}

@media screen and (max-width:768px) {
	.banner .slick-dots a {
		width: 12px;
		height: 12px;
	}

	.banner .slick-dots {
		bottom: 20px;
	}
}

@media screen and (max-width:538px) {
	.banner .slick-dots a {
		width: 11px;
		height: 11px;
	}

	.banner .slick-dots {
		bottom: 15px;
	}
}




/* indexM1-1 */

.iProduct {
	padding: 16px 9px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #f4f4f4;
	padding-bottom: 50px;
}


.iProduct .list {
	width: 31.4%;
}

.iProduct .showImg {
	width: 35.5%;
	height: 836px;
}

.iProduct .showImg .rotateItem {
	height: 100%;overflow: hidden;
}


.iProduct .list .rotateItem {
	height: 410px;
	overflow: hidden;
	margin-bottom: 16px;
}

.iProduct .list .rotateItem:last-child {
	margin-bottom: 0;
}


.iProduct .list .des ,.iProduct .showImg  .des{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 42px 30px;
	pointer-events: none;
}



.iProduct .list h2 {
	font-weight: normal;
}

.iProduct .list .des .name,.iProduct .showImg  .des .name {
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 23px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-align: center;
}


.iProduct .list .des .btn {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}


.rotateItem img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.rotateItem .topPiece {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: translateZ(1px);
}

.rotateItem .topPiece .image {
	height: 100%;
}
.rotateItem .topPiece .des{display: none;}
.rotateItem:hover .topPiece .des {display: block;text-align: center;}
.rotateItem .bottomPiece {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	display: block;
	transform: rotateY(180deg);
}

.rotatePiece {
	position: relative;
	transform-style: preserve-3d;
	transition: .6s ease all;
	width: 100%;
	height: 100%;
}


.rotateItem:hover .topPiece img {
transform: scale(1.1);;
}



@media screen and (max-width:1600px) {
	.iProduct .list .des .name ,.iProduct .showImg  .des .name{
		margin-bottom: 20px;
	}

	.iProduct .list .rotateItem {
		height: 380px;
	}

	.iProduct .showImg {
		height: 776px;
	}

	.iProduct {
		padding-bottom: 80px;
	}
}

@media screen and (max-width:1333px) {
	.iProduct .list .rotateItem {
		height: 340px;
	}

	.iProduct .showImg {
		height: 696px;
	}

	.iProduct {
		padding-bottom: 60px;
	}

	.iProduct .list .des .name,.iProduct .showImg  .des .name {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.iProduct .list .des,.iProduct .showImg  .des {
		padding: 30px;
	}
}

@media screen and (max-width:999px) {
	.iProduct .list {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.iProduct .list .rotateItem {
		width: 49%;
		margin-bottom: 0;
		height: 320px;
	}

	.iProduct .showImg {
		width: 100%;
		margin: 20px 0;
		height: 320px;
	}

	.iProduct {
		padding-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.iProduct .list .rotateItem {
		height: 300px;
	}

	.iProduct .showImg {
		height: 300px;
	}

	.iProduct .list .des .name,.iProduct .showImg  .des .name {
		font-size: 18px;
	}

	.iProduct {
		padding-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.iProduct .list .rotateItem {
		width: 100%;
		height: 260px;
		margin-top: 10px;
	}

	.iProduct .list .rotateItem:nth-child(1) {
		margin-top: 0;
	}

	.iProduct .showImg {
		height: 260px;
		margin: 10px 0;
	}
}



/* indexM2-1 */

.iSolutions {
	position: relative;padding-bottom: 10px;
}

.iSolutions::after {
	content: "";
	position: absolute;
	height: 57.4%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	width: 100vw;
	background-color: #f4f4f4;
}


.iSolutions .safeRange {
	max-width: 1200px;
}


.iSolutions .swiper {
	overflow: visible;
}

.iSolutions .swiper-slide {
	position: relative;
}


.iSolutions .swiper-slide a{
    display: block;
    width: 100%;
	height: 100%;
}


.iSolutions .swiper-slide .image {
	width: 100%;
	height: 100%;
	position: relative;
}
.iSolutions  .swiper-slide-active .image .title{
    
        position: absolute;
    width: 100%;
  
    top:50%;
    color: #fff;
    font-size:50px;
   
    box-sizing: border-box;
   
      transform: translateY(-50%);
    
      line-height: 40px;
    text-align: center;
    
}
.iSolutions .swiper-slide .image .title >a{ color: #fff;}

.iSolutions .swiper-slide img,
.iSolutions .swiper-slide video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}



.iSolutions .msg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	padding: 54px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}



.iSolutions .msg .title1 {
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 36px;
	line-height: 42px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 22px;
}


.iSolutions .msg .btns {
	display: flex;
	align-items: center;
}


.iSolutions .msg .btns a {
	color: #ffffff;
	margin-right: 55px;
}

.iSolutions .msg .btns a:last-child {
	margin-right: 0;
}

.iSolutions .msg .btns a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}


.iSolutions .btns>div {
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 30px;
	cursor: pointer;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}


.iSolutions .btns>div:hover {
	background-color: rgba(0, 0, 0, .3);
}


.iSolutions .btns>div.prev {
	left: 11px;
}

.iSolutions .btns>div.next {
	right: 11px;
}


.iSolutions .swiper-pagination {
	bottom: 33px;
}


.iSolutions .swiper-pagination span {
	width: 20px;
	height: 2px;
	background-color: rgba(255, 255, 255, .5);
	opacity: 1;
	margin: 0 6.5px !important;
	overflow: hidden;
	border-radius: 0;
}

.iSolutions .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #ffffff;
}


@media screen and (max-width:1600px) {
	.iSolutions .swiper-slide {
		height: 600px;
	}

	.iSolutions .btns>div {
		width: 45px;
		height: 45px;
		font-size: 18px;
	}
}

@media screen and (max-width:1333px) {
	.iSolutions .swiper-slide {
		height: 500px;
	}

	.iSolutions .msg {
		padding: 40px 30px;
	}

	.iSolutions .swiper-pagination {
		bottom: 40px;
	}

	.iSolutions .btns>div {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}
}

@media screen and (max-width:999px) {
	.iSolutions .swiper-slide {
		height: 480px;
	}
	.iSolutions  .swiper-slide-active .image .title{
    
     
    font-size:30px;
   line-height: 34px;
  
    
}
}

@media screen and (max-width:768px) {
	.iSolutions .swiper-slide {
		height: 420px;
	}

	.iSolutions .msg {
		padding: 30px;
	}

	.iSolutions .swiper-pagination {
		bottom: 30px;
	}

	.iSolutions .btns>div {
		font-size: 14px;
		width: 35px;
		height: 35px;
	}
	.iSolutions  .swiper-slide-active .image .title{
    
     
    font-size:20px;
   line-height: 30px;
  
    
}
}

@media screen and (max-width:538px) {
	.iSolutions .swiper-slide {
		height: 380px;
	}

	.iSolutions .msg {
		padding: 20px;
	}

	.iSolutions .msg .btns a {
		margin-right: 30px;
	}

	.iSolutions .swiper-pagination {
		bottom: 20px;
	}
}


/* indexM3-1 */

.iCompany {
	padding: 38px 0 35px 0;
}


.iCompany .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 100px;
}


.iCompany .title .msg {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}


.iCompany .title .title1 {
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
	margin-bottom: 4px;
}

.iCompany .title .title1:hover {
	color: #6b69af;
}


.iCompany .title .txts {
	font-size: 18px;
	line-height: 28px;
	color: #666666;
}



.iCompany .title .btn {
	flex-shrink: 0;
	margin-left: 21%;
	width: 280px;
	height: 70px;
	background-color: #6b69af;
	border-radius: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 20px;
	color: #ffffff;
	border: 1px solid #6b69af;
	transform: translateY(12px);
}



.iCompany .title .btn i {
	margin-left: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

.iCompany .title .btn:hover {
	background-color: #ffffff;
	color: #6b69af;
}

.iCompany .title .btn:hover i {
	color: #6b69af;
}


.iCompany .profile {
	position: relative;
}


.iCompany .profile .pTit {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 17px;
}


.iCompany .profile .title1 {
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
	text-align: center;
}

.iCompany .profile .title1:hover {
	color: #6b69af;
}




.iCompany .profile .txts {
	line-height: 28px;
	text-align: center;
	width: 58%;
	margin: 0 auto 39px;
}

.numList {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 73px;
}


.numList .num {
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 80px;
	line-height: 80px;
	color: #333333;
	margin-bottom: 15px;
}


.numList .num i {
	font-size: 20px;
	line-height: 30px;
	font-style: normal;
}

.numList .name {
	font-size: 20px;
}


.iCompany .profile .btn {
	width: 246px;
	height: 70px;
	border-radius: 34px;
	border: solid 1px #333333;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto; text-transform:uppercase;
}


.iCompany .profile .btn i {
	font-size: 18px;
	color: #333333;
	margin-left: 28px;
	font-weight: bold;
	font-size: 20px;
}


.iCompany .profile .btn:hover {
	background-color: #6b69af;
	border-color: #6b69af;
	color: #ffffff;
}

.iCompany .profile .btn:hover i {
	color: #ffffff;
}


.iCompany .profile .numImg,
.iCompany .profile .category01-top {
	position: absolute;
	left: 50%;
	top: 48.5%;
	transform: translateX(-50%) translateY(-50%);
	width: 1403px;
	z-index: -1;
}


.iCompany .profile .category01-top {
	display: flex;
	align-items: center;
	justify-content: center;
}

.fangda {
	opacity: 1;
	width: 0px;
}






.category01-donghua .fangda {
	animation-name: t1;
	animation-duration: 5s;
	animation-iteration-count: 1;
	-webkit-animation-name: t1;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: 1;
}

@-webkit-keyframes t1 {
	0% {
		opacity: 1;
	}

	25% {
		opacity: .7;
	}

	50% {
		opacity: .4;
		transform: scale(1.0);
	}

	75% {
		opacity: .1;
		transform: scale(1.0);
		width: 100%;
	}

	100% {
		opacity: 0;
		transform: scale(1.0);
		width: 100%;
	}
}

.category01-donghua .category01-bottom {
	animation-name: t2;
	animation-duration: 7s;
	animation-iteration-count: 1;
	-webkit-animation-name: t2;
	-webkit-animation-duration: 7s;
	-webkit-animation-iteration-count: 1;
}

@-webkit-keyframes t2 {
	0% {
		opacity: 0;
	}

	25% {
		opacity: 0;
	}

	50% {
		opacity: 0;
	}

	75% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}

.category01-donghua .category01-bottom-h1 {
	animation-name: t3;
	animation-duration: 5.5s;
	animation-iteration-count: 1;
	-webkit-animation-name: t3;
	-webkit-animation-duration: 5.5s;
	-webkit-animation-iteration-count: 1;
}

@-webkit-keyframes t3 {
	0% {
		opacity: 0;
	}

	25% {
		opacity: 0;
	}

	50% {
		opacity: 0;
	}

	75% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.category01-donghua .category01-bottom-p {
	animation-name: t4;
	animation-duration: 6s;
	animation-iteration-count: 1;
	-webkit-animation-name: t4;
	-webkit-animation-duration: 6s;
	-webkit-animation-iteration-count: 1;
}

@-webkit-keyframes t4 {
	0% {
		opacity: 0;
	}

	25% {
		opacity: 0;
	}

	50% {
		opacity: 0;
	}

	75% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.category01-donghua .category01-bottom-h4 {
	animation-name: t5;
	animation-duration: 6, 5s;
	animation-iteration-count: 1;
	-webkit-animation-name: t5;
	-webkit-animation-duration: 6.5s;
	-webkit-animation-iteration-count: 1;
}

@-webkit-keyframes t5 {
	0% {
		opacity: 0;
	}

	25% {
		opacity: 0;
	}

	50% {
		opacity: 0;
	}

	75% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.category01-donghua .category01-bottom-a {
	animation-name: t6;
	animation-duration: 7s;
	animation-iteration-count: 1;
	-webkit-animation-name: t6;
	-webkit-animation-duration: 7s;
	-webkit-animation-iteration-count: 1;
}

@-webkit-keyframes t6 {
	0% {
		opacity: 0;
	}

	25% {
		opacity: 0;
	}

	50% {
		opacity: 0;
	}

	75% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}




@media screen and (max-width:1600px) {
	.iCompany .title .title1 {
		margin-bottom: 20px;
	}

	.iCompany {
		padding: 40px 0;
	}

	.iCompany .title .btn {
		transform: translateY(0);
		height: 60px;
		width: 260px;
	}

	.iCompany .title {
		margin-bottom: 80px;
	}

	.iCompany .profile .txts {
		width: 80%;
	}

	.numList {
		margin-bottom: 60px;
	}

	.numList .num {
		font-size: 60px;
		line-height: 60px;
	}

	.iCompany .profile .btn {
		height: 60px;
	}

	.iCompany .profile .btn i {
		font-size: 18px;
		margin-left: 16px;
	}

	.iCompany .profile .numImg,
	.iCompany .profile .category01-top {
		width: 100%;
		top: 50%;
	}
}

@media screen and (max-width:1333px) {
	.iCompany .title {
		margin-bottom: 60px;
	}

	.iCompany .title .btn {
		height: 50px;
		width: 240px;
		margin-left: 10%;
	}

	.iCompany .profile .txts {
		width: 90%;
	}

	.numList .num {
		font-size: 46px;
		line-height: 46px;
	}

	.numList .name,
	.numList .num i {
		font-size: 18px;
	}

	.numList {
		margin-bottom: 40px;
	}

	.iCompany .profile .pTit {
		margin-bottom: 30px;
	}

	.iCompany .profile .btn {
		height: 50px;
		width: 240px;
	}
}

@media screen and (max-width:999px) {
	.iCompany .title {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 40px;
	}

	.iCompany .title .msg {
		margin-bottom: 30px;
	}

	.iCompany .title .btn {
		margin-left: 0;
		height: 40px;
		width: 190px;
	}

	.iCompany .title .btn i {
		font-size: 16px;
	}

	.iCompany .profile .txts {
		width: 100%;
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 30px;
	}

	.iCompany .profile .pTit {
		margin-bottom: 20px;
	}

	.numList {
		margin-bottom: 30px;
	}

	.numList .name,
	.numList .num i {
		font-size: 16px;
		line-height: 26px;
	}

	.numList .num {
		font-size: 34px;
		line-height: 34px;
		margin-bottom: 5px;
	}

	.iCompany .profile .btn {
		height: 40px;
		width: 190px;
	}

	.iCompany .profile .btn i {
		font-size: 16px;
	}

}

@media screen and (max-width:768px) {
	.iCompany .title .title1 {
		margin-bottom: 10px;
	}

	.iCompany .title .msg {
		margin-bottom: 20px;
	}

	.iCompany .title .btn,
	.iCompany .profile .btn {
		height: 35px;
		width: 170px;
	}

	.iCompany .title {
		margin-bottom: 30px;
	}

	.numList {
		flex-wrap: wrap;
	}

	.numList .item {
		width: 48%;
		margin-top: 20px;
	}

	.numList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.numList .name,
	.numList .num i {
		font-size: 14px;
		line-height: 24px;
	}

	.numList .num {
		font-size: 30px;
		line-height: 30px;
	}
}

@media screen and (max-width:538px) {
	.numList .num {
		font-size: 26px;
		line-height: 26px;
	}
}



/* indexM4-1 */

.iAdvantage {
	display: flex;
	justify-content: space-between;
}


.iAdvantage .item {
	width: 16.3%;
	height: 670px;
	position: relative;
	transition: .6s ease all;
}

.iAdvantage .item::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
	background-color: rgba(0, 0, 0, .6);
}


.iAdvantage .item.active {
	width: 48.8%;
}

.iAdvantage .item.active .msg {
	opacity: 1;
}

.iAdvantage .item.active .name {
	opacity: 0;
}

.iAdvantage .msg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	pointer-events: none;
	padding: 40px 59px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	top: 0;
	left: 0;
	padding-bottom: 90px;
	opacity: 0;
}



.iAdvantage .msg .title1 {
	font-size: 50px;
	line-height: 60px;
	color: #ffffff;
	position: relative;
	margin-bottom: 90px;
	pointer-events: all;
}


.iAdvantage .msg .title1::after {
	content: "";
	position: absolute;
	bottom: -42px;
	left: 0;
	width: 50px;
	height: 5px;
	background-color: #ffffff;
}


.iAdvantage .msg .txts {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
}

.iAdvantage .msg .txts p {
	color: #ffffff;
	font-size: 18px;
	hyphens: auto;
}

.iAdvantage .msg .txts p em {
	font-style: normal;
	position: relative;
	padding-left: 36px;
	display: block;
}

.iAdvantage .msg .txts p em::before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	background-color: #ffffff;
	border-radius: 50%;
	flex-shrink: 0;
	margin-right: 23px;
	transform: translateY(8px);
	display: block;
	left: 0;
}


.iAdvantage .name {
	font-size: 40px;
	line-height: 60px;
	color: #ffffff;
	padding: 0 30px;
	position: absolute;
	left: 50%;
	top: 49.5%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 4;
	pointer-events: none;
	width: 100%;
	text-align: center;
}


.iAdvantage .name::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 5px;
	background-color: #ffffff;
	left: 50%;
	transform: translateX(-50%);
	bottom: -37px;
}

.iAdvantage .image {
	width: 100%;
	height: 100%;
}


.iAdvantage .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

@media screen and (max-width:1600px) {
	.iAdvantage .msg {
		padding: 30px 50px;
	}

	.iAdvantage .msg .title1::after,
	.iAdvantage .name::after {
		bottom: -25px;
		height: 4px;
	}

	.iAdvantage .msg .title1 {
		margin-bottom: 65px;
	}

	.iAdvantage .msg .txts p em {
		padding-left: 30px;
	}

	.iAdvantage .item {
		height: 600px;
	}
}

@media screen and (max-width:1333px) {
	.iAdvantage .msg {
		padding: 30px;
	}

	.iAdvantage .msg .txts p em::before {
		width: 10px;
		height: 10px;
	}

	.iAdvantage .item {
		height: 500px;
	}

	.iAdvantage .item:nth-child(1) {
		width: 38%;
	}

	.iAdvantage .item {
		width: 20%;
	}

	.iAdvantage .msg .title1::after,
	.iAdvantage .name::after {
		height: 3px;
		bottom: -20px;
	}
}

@media screen and (max-width:999px) {
	.iAdvantage .name {
		display: none;
	}

	.iAdvantage {
		flex-wrap: wrap;
	}

	.iAdvantage .item:nth-child(n) {
		width: 49%;
		margin-top: 20px;
	}

	.iAdvantage .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.iAdvantage .item {
		height: 360px;
	}

	.iAdvantage .msg .txts {
		-webkit-line-clamp: 6;
	}

	.iAdvantage .msg .title1 {
		margin-bottom: 50px;
	}

	.iAdvantage .item .msg {
		opacity: 1;
	}
}

@media screen and (max-width:768px) {
	.iAdvantage .item {
		height: 340px;
	}

	.iAdvantage .msg {
		padding: 20px;
	}

	.iAdvantage .msg .txts p em {
		padding-left: 20px;
	}

	.iAdvantage .msg .title1::after {
		height: 2px;
		width: 35px;
	}
}

@media screen and (max-width:538px) {
	.iAdvantage .item:nth-child(n) {
		width: 100%;
		height: 260px;
		margin-top: 20px;
	}

	.iAdvantage .msg .txts {
		-webkit-line-clamp: 4;
	}

	.iAdvantage .item:nth-child(1) {
		margin-top: 0;
	}

	.iAdvantage .msg .title1 {
		margin-bottom: 40px;
	}

	.iAdvantage .msg .title1::after,
	.iAdvantage .name::after {
		bottom: -16px;
	}
}




/* indexM5-1 */

.iNews {
	padding: 56px 0 100px 0;
}

.iNews .iTit {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}

.iNews .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}

.iNews .iTit .title1 {
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
	text-align: center;
}



.iNews .iTit .title1:hover {
	color: #6b69af;
}

.iNews .image {
	overflow: hidden;
	margin-bottom: 19px;
}


.iNews .image:hover img {
	transform: scale(1.1);
}


.iNews .msg {
	padding: 0 20px;
}


.iNews .msg .tit {
	font-size: 20px;
	margin-bottom: 5px;
}

.iNews .msg .tit:hover {
	color: #6b69af;
}

.iNews .msg .time {
	font-size: 14px !important;
	line-height: 24px !important;
	color: #999999;
	margin-bottom: 12px;
}

.iNews .msg .txts {
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	margin-bottom: 30px;
}

.iNews .msg .btn {
	width: 180px;
	height: 50px;
	background-color: #ffffff;
	border-radius: 25px;
	border: solid 1px #6b69af;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #6b69af;text-transform:uppercase;
}


.iNews .msg .btn:hover {
	background-color: #6b69af;
	color: #ffffff;
}

.swiperBox {
	position: relative;
}


.iNews .btns>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background-color: #b2b2b2;
	border-radius: 50%;
	z-index: 99;
	color: #ffffff;
	cursor: pointer;
}


.iNews .btns>div.prev {
	left: -80px;
}

.iNews .btns>div.next {
	right: -80px;
}

.iNews .btns>div:hover {
	background-color: #6b69af;
}

.iNews .btns>div.swiper-button-disabled {
	pointer-events: none;
}



@media screen and (max-width:1600px) {
	.iNews .iTit {
		margin-bottom: 40px;
	}

	.iNews .btns>div.prev {
		left: -60px;
	}

	.iNews .btns>div.next {
		right: -60px;
	}

	.iNews .msg {
		padding: 0 10px;
	}

	.iNews .image {
		margin-bottom: 15px;
	}

	.iNews .msg .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.iNews .msg .txts {
		margin-bottom: 20px;
	}

	.iNews .msg .btn {
		height: 45px;
	}
}

@media screen and (max-width:1333px) {
	.iNews .msg .btn {
		height: 40px;
	}
}

@media screen and (max-width:999px) {
	.iNews .iTit {
		margin-bottom: 30px;
	}

	.iNews .btns>div {
		width: 40px;
		height: 40px;
	}

	.iNews .msg .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.iNews .msg .btn {
		height: 35px;
		width: 140px;
	}
}

@media screen and (max-width:768px) {
	.iNews .btns {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.iNews .btns>div {
		position: static;
		transform: translateY(0);
		margin-top: 25px;
		width: 36px;
		height: 36px;
		font-size: 14px;
	}

	.iNews .btns>div.prev {
		margin-right: 20px;
	}
}

@media screen and (max-width:538px) {
	.iNews .image {
		height: 260px;
	}

	.iNews .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}
}



/* 1-2-Products */


.products .crumb,.tother {
	padding: 22px 0 26px 0;
}

.products .con {
	padding: 60px 0 72px 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.products .pSlideNav {
	padding: 0 80px;
	position: relative;
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}



.products .pSlideNav .btns>div {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666666;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	font-size: 18px;
	color: #666666;
}

.products .pSlideNav .btns>div.prev {
	left: 0;
}


.products .pSlideNav .btns>div.next {
	right: 0;
}



.products .pSlideNav .btns>div:hover {
	color: #6b69af;
}

.products .pSlideNav .btns>div.swiper-button-disabled {
	pointer-events: none;
}


.products .pSlideNav .swiper-slide {
	width: auto;
	margin-right: 26px;
}

.products .pSlideNav .swiper-slide:last-child {
	margin-right: 0;
}

.products .pSlideNav .swiper-slide a {
	min-width: 290px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	border: 1px solid #6b69af;
	border-radius: 25px;
	font-size: 16px;
	line-height: 24px;
	color: #6b69af;
	padding: 0 20px;
}

.products .pSlideNav .swiper-slide.active a,
.products .pSlideNav .swiper-slide a:hover {
	background-color: #6b69af;
	color: #ffffff;
}



.products .list {
	margin: 50px 0 55px 0;
	display: flex;
	flex-wrap: wrap;
}

.products .list .item {
	width: 32.1%;
	margin-right: 1.85%;
	margin-top: 42px;
}
.products .list .topPiece{ margin-bottom:20px;display: block;
    overflow: hidden;}
.products .list .item img:hover {
transform: scale(1.1);;
}
.products .list .item:nth-child(3n) {
	margin-right: 0;
}


.products .list .item:nth-child(-n+3) {
	margin-top: 0;
}


.products .list .rotateItem {
	margin-bottom: 20px;
}

.products .list .tit {
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	margin-bottom: 22px;
}


.products .list .tit:hover {
	color: #6b69af;
}

.products .list .btns {
	display: flex;
	align-items: center;
	justify-content: center;
}


.checkBtn {
	width: 15px;
	height: 15px;
	outline: solid 1px #cccccc;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-right: 21px;
	flex-shrink: 0;
	overflow: hidden;
}


.checkBtn.active {
	outline-color: #6b69af;
}

.checkBtn.active i {
	opacity: 1;
}


.checkBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 9;
}


.checkBtn i {
	color: #6b69af;
	opacity: 0;
}


.products .list .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 50px;
	background-color: #ffffff;
	border-radius: 25px;
	border: solid 1px #6b69af;
	color: #6b69af;
}

.products .list .btn:hover {
	background-color: #6b69af;
	color: #ffffff;
}


@media screen and (max-width:1600px) {

	.products .list .btn,
	.products .pSlideNav .swiper-slide a {
		height: 45px;
	}

	.products .list {
		margin: 60px 0;
	}
}

@media screen and (max-width:1333px) {

	.products .list .btn,
	.products .pSlideNav .swiper-slide a {
		height: 40px;
	}
}

@media screen and (max-width:999px) {
	.products .pSlideNav {
		padding: 0;
	}

	.products .pSlideNav .btns {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.products .pSlideNav .btns>div {
		position: relative;
		width: 35px;
		height: 35px;
		font-size: 16px;
	}

	.products .pSlideNav .btns>div.prev {
		margin-right: 10px;
	}

	.products .pSlideNav .swiper-slide a {
		min-width: auto;
		font-size: 14px;
		height: 36px;
	}

	.products .list {
		margin: 50px 0;
	}

	.products .list .btn {
		height: 36px;
	}

	.products .list .tit {
		font-size: 14px;
		line-height: 26px;
	}

	.products .list .rotateItem {
		margin-bottom: 15px;
	}

	.products .list .tit {
		margin-bottom: 15px;
	}

	.products .list {
		justify-content: space-between;
	}

	.products .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.products .list .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width:768px) {
	.products .list {
		margin: 40px 0;
	}

	.checkBtn {
		margin-right: 10px;
	}
}

@media screen and (max-width:450px) {
	.products .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.products .list .item:nth-child(1) {
		margin-top: 0;
	}

	.products .list .rotateItem {
		height: 240px;
	}
}





/* 1-3-Products */



.productShow {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 59px 0 59px 0;
	position: relative;
}

.productShow::after {
	content: "";
	position: absolute;
	width: 100vw;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #f4f4f4;
	z-index: -1;
	top: 0;
}


.productShow .box {
	width: 47.14%;
	position: relative;
}

.productShow .jianjie {
	width: 48.7%;
	margin-top: 4px;
}


.productShow .box .showSipwer {
	margin-bottom: 17px;
	overflow: hidden;
}


.productShow .box .showSipwer .swiper-slide {
	position: relative;
}


.productShow .box .checkSwiper {
	padding: 0 27px;
	position: relative;
	overflow: hidden;
}


.productShow .box .checkSwiper .iconfont {
	position: absolute;
	top: 50%;
	height: 100%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	z-index: 99;
	padding-bottom: 1px;
	width: 25px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;

}

.productShow img {
	display: block;
}

.productShow .box .checkSwiper .prev {
	left: 0px;
}

.productShow .box .checkSwiper .next {
	right: 0px;
}


.productShow .box .checkSwiper .iconfont:hover {
	color: #6b69af;
}

.productShow .checkSwiper .swiper-slide {
	position: relative;
	cursor: pointer;
	opacity: 0;
	transition: .4s ease opacity;
	background-color: #efefef;
	overflow: hidden;
}

.productShow .checkSwiper .swiper-slide.swiper-slide-visible {
	opacity: 1;
}


.productShow .checkSwiper .swiper-slide::after {
	content: "";
	position: absolute;
	border: solid 1px transparent;
	transition: .4s ease border;
	pointer-events: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
}


.productShow .checkSwiper .swiper-slide.swiper-slide-thumb-active::after {
	border: solid 1px #6b69af;
}


.jianjie h1 {
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 30px;
	line-height: 50px;
	color: #333333;
	margin-bottom: 1px;
}

.jianjie .share span {
	color: #666666;
	margin-right: 14px;
}


.jianjie .share {
	margin-bottom: 11px;
}


.jianjie .txts {
	margin-bottom: 40px;
}


.jianjie .btns {
	display: flex;
	flex-wrap: wrap;
}

.jianjie .btns .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 182px;
	height: 50px;
	border-radius: 25px;
	border: solid 1px #6b69af;
	font-size: 16px;
	color: #6b69af;
	margin-right: 16px;
	cursor: pointer;
}


.jianjie .btns .btn:hover {
	background-color: #6b69af;
	color: #ffffff;
}

.jianjie .btns .btn:last-child {
	margin-right: 0;
}


.jianjie .btns .downloadBtn img {
	flex-shrink: 0;
	margin-right: 10px;
}

.jianjie .btns .downloadBtn:hover img {
	filter: grayscale(100%) brightness(500%);
}


/*jQzoom*/
.jqzoom {
	float: left;
	position: relative;
	padding: 0px;

}

div.zoomdiv {
	z-index: 200;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.zoomdiv img {
	max-width: unset !important;
}

div.jqZoomPup {
	z-index: 200;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	transition: none;
}


.productDet .describe {
	padding: 51px 0 94px 0;
}

.pdTit {
	font-size: 30px;
	line-height: 50px;
}

.technical {
	margin-bottom: 10px;
}

.technical .pdTit {
	margin-bottom: 23px;
}


.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
}

.table table tr td {
	padding: 11.5px 20px;
	color: #333333;
	line-height: 26px;
	border: 1px solid #dddddd;
	text-align: center;
	border-top: none;
	border-bottom: none;
}

.table table tr:nth-child(2n-1) td {
	background-color: #ededed;
}


.table table tr:nth-child(1) td {
	background-color: #6b69af;
	font-size: 20px;
	color: #ffffff;
	border-top: 1px solid #dddddd;

}

.table table tr:last-child td {
	border-bottom: 1px solid #dddddd;
}

.technical .txts {
	margin-bottom: 43px;
}

.pdInnovation {
	margin-bottom: 21px;
}


.pdInnovation .pdTit {
	margin-bottom: 15px;
}

.pdInnovation .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 29px;
}


.pdInnovation .list .item {
	width: 23.57%;
	margin-right: 1.9%;
	margin-top: 30px;
}


.pdInnovation .list .item:nth-child(4n) {
	margin-right: 0;
}


.pdInnovation .list .item:nth-child(-n+4) {
	margin-top: 0;
}

.pdInnovation .list .item .image {
	margin-bottom: 18px;
}

.pdInnovation .list .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.pdInnovation .list .item p {
	text-align: center;
	padding: 0 20px;
	line-height: 20px;
}

.pdFeatures {
	margin-bottom: 41px;
}


.pdFeatures .pdTit {
	margin-bottom: 8px;
}


.pdFeatures .txts {
	margin-bottom: 45px;
}


.pdFeatures .txts p {
	margin-bottom: 10px;
}

.pdFeatures .txts p:last-child {
	margin-bottom: 0;
}


.standardEdit p em {
	font-style: normal;
	position: relative;
	display: block;
	padding-left: 36px;
}


.standardEdit p em::after {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 16px;
	height: 16px;
	background-image: url("../images/standardSign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}



.standardEdit p strong {
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
}


.relatedVideo .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 28px;
}


.relatedVideo .title1 {
	font-size: 40px;
	line-height: 60px;
}

.productDet .relatedVideo {
	margin-bottom: 81px;
}






@media screen and (max-width:1600px) {
	.jianjie h1 {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 20px;
	}

	.jianjie .btns .btn {
		height: 45px;
		width: 170px;
	}

	.jianjie .share {
		margin-bottom: 20px;
	}

	.jianjie .txts {
		margin-bottom: 30px;
	}

	.jianjie .btns .downloadBtn img {
		width: 20px;
	}

	.table table tr:nth-child(1) td {
		font-size: 18px;
	}

	.productDet .describe>div {
		margin-bottom: 50px;
	}

	.productDet .describe>div:last-child {
		margin-bottom: 0;
	}

	.productDet .describe>div .pdTit {
		margin-bottom: 40px;
	}

	.pdInnovation .list {
		margin-bottom: 30px;
	}

	.productDet .describe>div.relatedVideo {
		margin-bottom: 60px;
	}

}



@media screen and (max-width:1333px) {
	.jianjie .txts p {
		font-size: 14px !important;
		line-height: 26px !important;
	}

	.jianjie h1 {
		font-size: 22px;
		line-height: 30px;
	}

	.jianjie .share span {
		font-size: 14px;
	}

	.jianjie .btns .btn {
		height: 40px;
		font-size: 14px !important;
		margin-right: 10px;
		width: 125px;
	}

	.jianjie .btns .downloadBtn img {
		width: 18px;
	}

	.productShow .box .checkSwiper .iconfont {
		font-size: 18px;
	}

	.table table tr td {
		padding: 10px 20px;
	}

	.productDet .describe>div .pdTit {
		margin-bottom: 30px;
	}

	.technical .txts {
		margin-bottom: 30px;
	}

	.productDet .describe>div {
		margin-bottom: 40px;
	}

	.pdInnovation .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.pdInnovation .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.pdInnovation .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.pdFeatures .txts {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:999px) {
	div.jqZoomPup {
		display: none;
	}

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

	.productShow {
		flex-direction: column;
		align-items: flex-start;
	}

	.productShow .box {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 40px;
	}

	.productShow .jianjie {
		width: 100%;
		margin-top: 0;
	}

	.jianjie .btns .btn {
		width: 145px;
	}

	.table table tr:nth-child(1) td {
		font-size: 16px;
		line-height: 26px;
	}

	.table table tr td {
		font-size: 14px;
		line-height: 24px;
	}

	.pdInnovation .list {
		justify-content: space-between;
	}

	.pdInnovation .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.pdInnovation .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.pdInnovation .list .item .image {
		height: 200px;
		margin-bottom: 10px;
	}

	.productDet .describe>div.relatedVideo {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.jianjie h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.productDet .describe>div {
		margin-bottom: 30px;
	}

	.pdInnovation .list .item .image {
		height: 180px;
	}
}


@media screen and (max-width:538px) {
	.productShow .box .checkSwiper .iconfont {
		font-size: 16px;
	}

	.jianjie .btns .btn {
		width: 135px;
		height: 36px;
		margin-top: 10px;
	}

	.jianjie .txts,
	.pdInnovation .list {
		margin-bottom: 20px;
	}

	.technical .txts {
		margin-bottom: 20px;
	}

	.productDet .describe>div .pdTit {
		margin-bottom: 20px;
	}

	.pdFeatures .txts {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:450px) {
	.pdInnovation .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.pdInnovation .list .item:nth-child(1) {
		margin-top: 0;
	}
}


/* 2-1-About Us */

.company {
	padding: 47px 0 60px 0;
    padding-top: 20px !important;
}

.company .innerNav{
	margin-bottom: 40px;
}


.company .content {
	position: relative;
}

.company .imageBg {
	position: absolute;
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
	top: 0%;
	width: 100%;
}



.company .companyTit {
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
	text-align: center;
	margin-bottom: 21px;
}

.company .companyTxts {
	margin-bottom: 42px;
}

.company .companyTxts p {
	line-height: 28px;
	hyphens: auto;
}

.company .profileVideo {
	position: relative;
	margin-bottom: 50px;
}

.company .profileVideo .image {
	height: 100%;
}

.company .profileVideo .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.company .profileVideo .video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .1);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}


.company .profileVideo .video .playBtn {
	width: 91px;
}

.company .profileVideo .video:hover .playBtn img {
	transform: scale(1.1);
}



.company .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}



.company .list .item {
	width: 48.57%;
	display: flex;
	flex-direction: column;
}


.company .list img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.company .list .item:nth-child(2n) {
	flex-direction: column-reverse;
}


.company .list .tit {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 23px;
}


.company .list .msg {
	padding: 25px 18px 45px;
}

.company .list .image {
	margin-bottom: 15px;
}

.company .list .item:nth-child(2n) .image {
	margin-bottom: 0;
}


.outTeam .title1 {
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
	text-align: center;
	margin-bottom: 41px;
}

.outTeam .image {
	margin-bottom: 25px;
	height: 100%;
}

.outTeam .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.outTeam .name {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
}


.outTeam .sBtns>div {
	margin-top: 37px;
}


.outTeam .sBtns {
	justify-content: center;
}

.culture {
	padding: 59px 0 81px 0;
}


.culture .title1 {
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 40px;
	line-height: 60px;
	text-align: center;
	margin-bottom: 22px;
}

.culture .list {
	display: flex;
	flex-wrap: wrap;
}

.culture .list .item {
	width: 30.85%;
	margin-right: 3.725%;
	margin-top: 20px;
	border-radius: 24px;
	border: solid 2px #6b69af;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 24px 20px 50px 20px;
}

.culture .list .item:hover {
	background-color: #6b69af;
}

.culture .list .item img {
	filter: grayscale(100%) brightness(500%);
}


.culture .list .item:hover .image {
	background-color: #ffffff;
}

.culture .list .item:hover .image::after {
	background-color: rgba(255, 255, 255, .2);
}

.culture .list .item:hover .image img {
	filter: grayscale(0%) brightness(100%);
}

.culture .list .item:hover .tit {
	color: #ffffff;
}

.culture .list .item:nth-child(3n) {
	margin-right: 0;
}

.culture .list .item:nth-child(-n+3) {
	margin-top: 0;
}


.culture .list .image {
	width: 64px;
	height: 64px;
	background-color: #6b69af;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 9;
	border-radius: 50%;
	margin-bottom: 23px;
}



.culture .list .image::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 73px;
	height: 73px;
	background-color: rgba(107, 105, 175, 0.2);
	border-radius: 50%;
	z-index: -1;
}


.culture .list .tit {
	text-align: center;
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 7px;
}


.culture .list .item:hover .txts {
	color: #ffffff;
}

.culture .list .txts {
	line-height: 24px;
	text-align: center;
}

@media screen and (max-width:1600px) {
	.company .companyTit {
		margin-bottom: 30px;
	}

	.company .profileVideo .video .playBtn {
		width: 76px;
	}

	.company .profileVideo {
		margin-bottom: 60px;
	}

	.company .list .msg {
		padding: 30px 20px;
	}

	.company .list .tit {
		font-size: 26px;
		line-height: 36px;
	}

	.company .list .image {
		margin-bottom: 0;
	}

	.outTeam .sBtns>div {
		margin-top: 30px;
	}

	.culture .title1 {
		margin-bottom: 40px;
	}

	.culture .list .item {
		padding: 40px 20px;
	}

}

@media screen and (max-width:1333px) {
	.company .profileVideo .video .playBtn {
		width: 66px;
	}

	.company .list .tit {
		font-size: 24px;
		line-height: 35px;
	}

	.culture .list .item {
		padding: 30px 20px;
		border-radius: 16px;
	}

}

@media screen and (max-width:999px) {
	.company .profileVideo .video .playBtn {
		width: 50px;
	}

	.company .profileVideo {
		height: 320px;
	}

	.company .list .item:nth-child(n) {
		width: 100%;
		flex-direction: column-reverse;
		margin-bottom: 30px;
	}

	.company .list .item:last-child {
		margin-bottom: 0;
	}

	.company .list .msg {
		padding: 0;
		margin-bottom: 30px;
	}

	.company .profileVideo {
		margin-bottom: 50px;
	}

	.company .list .tit {
		font-size: 22px;
		line-height: 35px;
		margin-bottom: 15px;
	}

	.company .list .image {
		height: 320px;
	}

	.outTeam .image {
		margin-bottom: 10px;
		height: 260px;
	}

	.outTeam .title1,
	.culture .title1 {
		margin-bottom: 30px;
	}

	.culture .list {
		justify-content: space-between;
	}

	.culture .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
		border-radius: 10px;
	}

	.culture .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.culture .list .image {
		margin-bottom: 15px;
	}

	.culture .list .image {
		width: 55px;
		height: 55px;
	}

	.culture .list .image::after {
		width: 65px;
		height: 65px;
	}

	.culture .list .tit {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:768px) {
	.company .profileVideo {
		height: 280px;
		margin-bottom: 40px;
	}

	.company .list .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.company .list .image {
		height: 280px;
	}

	.outTeam .sBtns>div {
		margin-top: 20px;
	}

	.outTeam .image {
		height: 240px;
	}
}

@media screen and (max-width:538px) {
	.company .profileVideo {
		height: 260px;
	}

	.company .list .image {
		height: 260px;
	}

	.company .profileVideo .video .playBtn {
		width: 45px;
	}

	.company .companyTxts {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:451px) {
	.culture .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.culture .list .item:nth-child(1) {
		margin-top: 0;
	}
}



.history {
	padding: 52px 0 49px 0;
	background-image: url("../images/historyM1-1.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}




.history .title1 {
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	text-align: center;
	font-size: 44px;
	line-height: 60px;
	color: #333333;
	margin-bottom: 147px;
}


.history .swiper {
	overflow: visible;
}

.history .swiperBox::after {
	content: "";
	position: absolute;
	top: 10px;
	width: 100%;
	height: 1px;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 38.6%, transparent 38.6%, transparent calc(38.6% + 52px), rgba(255, 255, 255, .8) calc(38.6% + 52px), rgba(255, 255, 255, .8) 58.6%, transparent 58.6%, transparent calc(58.6% + 52px), rgba(255, 255, 255, .8) calc(58.6% + 52px), rgba(255, 255, 255, 0) 100%);
}

.history .swiper-slide {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: auto;

}

.swiperBox {
	position: relative;
}

.history .swiperBox {
	padding: 0 6.17%;
}


.history .swiper-slide.swiper-slide-active .year {
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 44px;
	line-height: 45px;
	color: #333333;
}


.history .year {
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 26px;
	line-height: 35px;
	color: #333333;
	text-align: center;
	position: absolute;
	bottom: calc(100% + 26px);
	left: 50%;
	transform: translateX(-50%);
}


.history .swiper-slide {
	opacity: 0;
	transition: .4s ease opacity;
	pointer-events: none;
}

.history .swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}

.history .swiper-slide-prev .circle {
	margin-right: 79px;
}

.history .swiper-slide-prev .year {
	transform: translateX(-71px);
}

.history .swiper-slide-next .circle {
	margin-left: 79px;
}

.history .swiper-slide-next .year {
	transform: translateX(6px);
}


.history .btns>div {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	width: 52px;
	height: 52px;
	border: solid 1px #ffffff;
	color: #ffffff;
	background-color: rgba(255, 255, 255, .2);
	font-size: 18px;
	font-weight: bold;
	top: 10px;
	transform: translateY(-50%);
	z-index: 999;
}


.history .btns>div:hover {
	background-color: #ffffff;
	color: #6b69af;
}

.history .btns>div.prev {
	left: 38.6%;
}

.history .btns>div.next {
	left: 58.65%;
}

.history .circle {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: relative;
	z-index: 9;
	margin-bottom: 58px;
}


.history .circle::after,
.history .circle::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	transition: .4s ease all;
}

.history .swiper-slide.swiper-slide-active .circle::after {
	width: 26px;
	height: 26px;
}

.history .swiper-slide.swiper-slide-active .circle::before {
	background-color: #6b69af;
}

.history .circle::after {
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	border-radius: 50%;
	z-index: 1;
}

.history .circle::before {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #666666;
	z-index: 2;
}


.history .msg {
	padding: 46px 70px 60px;
	position: relative;
	background-color: rgba(240, 242, 245, 0.9);
	opacity: 0;
	pointer-events: none;
	width: 683px;
	transition: 1s ease all;
}

.history .swiper-slide.swiper-slide-active .msg {
	opacity: 1;
	pointer-events: all;
}


.history .msg p {
	text-align: center;
}

.history .msg::after {
	content: "";
	position: absolute;
	width: 28px;
	height: 14px;
	clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
	background-color: rgba(240, 242, 245, 0.9);
}

.history .swiperBox {
	margin-bottom: 125px;
}

.history .numList .name {
	color: #ffffff;
}

.history .numList .num {
	color: #ffffff;
}

.history .numList {
	margin-bottom: 0;
}

@media screen and (max-width:1600px) {
	.history .title1 {
		margin-bottom: 130px;
	}

	.history .msg {
		padding: 40px 40px;
	}

	.history .swiperBox {
		margin-bottom: 80px;
	}

	.history .year {
		bottom: calc(100% + 15px);
	}

	.history .swiper-slide.swiper-slide-active .year {
		font-size: 36px;
	}

	.history .year {
		font-size: 22px;
	}

	.history .tit {
		font-size: 18px;
		line-height: 28px;
	}
}


@media screen and (max-width:1333px) {
	.history .title1 {
		margin-bottom: 120px;
	}

	.history .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.history .msg {
		padding: 30px 30px;
		width: 600px;
	}

	.history .tit {
		margin-bottom: 100px;
	}

	.history .year {
		font-size: 20px;
	}

	.history .swiper-slide-prev .year,
	.history .swiper-slide-next .year {
		transform: translateX(-50%);
	}

	.history .swiper-slide-prev .circle,
	.history .swiper-slide-next .circle {
		margin-right: 0;
		margin-left: 0;
	}

	.history .swiper-slide.swiper-slide-active .year {
		font-size: 32px;
	}

	.history .btns>div {
		width: 45px;
		height: 45px;
		font-size: 16px;
	}

	.history .swiperBox::after {
		background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 38.6%, transparent 38.6%, transparent calc(38.6% + 45px), rgba(255, 255, 255, .8) calc(38.6% + 45px), rgba(255, 255, 255, .8) 58.7%, transparent 58.7%, transparent calc(58.7% + 45px), rgba(255, 255, 255, .8) calc(58.7% + 45px), rgba(255, 255, 255, 0) 100%);
	}

	.history .swiperBox {
		margin-bottom: 60px;
	}

}

@media screen and (max-width:999px) {
	.history .tit {
		font-size: 14px;
	}

	.history .title1 {
		margin-bottom: 100px;
	}

	.history .year {
		font-size: 18px;
		bottom: calc(100% + 10px);
	}

	.history .swiper-slide.swiper-slide-active .year {
		font-size: 26px;
	}

	.history .btns>div {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}

	.history .swiperBox::after {
		background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 38.6%, transparent 38.6%, transparent calc(38.6% + 40px), rgba(255, 255, 255, .8) calc(38.6% + 40px), rgba(255, 255, 255, .8) 58.6%, transparent 58.6%, transparent calc(58.6% + 40px), rgba(255, 255, 255, .8) calc(58.6% + 40px), rgba(255, 255, 255, 0) 100%);
	}

	.history .circle::before {
		width: 11px;
		height: 11px;
	}

	.history .circle::after {
		width: 18px;
		height: 18px;
	}

	.history .swiper-slide.swiper-slide-active .circle::after {
		width: 22px;
		height: 22px;
	}

	.history .tit {
		margin-bottom: 90px;
	}

	.history .swiperBox {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.history .msg {
		width: 500px;
	}

	.history .btns>div.prev {
		left: 34.6%;
	}

	.history .swiperBox::after {
		background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 34.5%, transparent 34.5%, transparent calc(34.5% + 40px), rgba(255, 255, 255, .8) calc(34.5% + 40px), rgba(255, 255, 255, .8) 58.6%, transparent 58.6%, transparent calc(58.6% + 40px), rgba(255, 255, 255, .8) calc(58.6% + 40px), rgba(255, 255, 255, 0) 100%);
	}
}

@media screen and (max-width:538px) {
	.history .swiper-slide .msg {
		width: 100%;
	}

	.history .tit {
		margin-bottom: 80px;
	}
}


@media screen and (max-width:450px) {
	.history .swiperBox::after {
		background-color: rgba(255, 255, 255, .8);
	}

	.history .btns>div {
		background-color: #ffffff;
		color: #000;
	}

	.history .btns>div.prev {
		left: 10%;
	}

	.history .btns>div.next {
		left: auto;
		right: 10%;
	}

	.history .title1 {
		margin-bottom: 80px;
	}
}


.certificates {
	background-color: #f4f4f4;
	padding: 53px 0 66px 0;
}


.certificates .title1 {
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
	text-align: center;
	margin-bottom: 42px;
}


.certificates .image {
	margin-bottom: 9px;
}

.certificates .name {
	text-align: center;
}


.certificates .btns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background-color: #b2b2b2;
	border-radius: 50%;
	color: #ffffff;
	cursor: pointer;
	position: absolute;
	top: 47%;
	transform: translateY(-50%);
	font-size: 18px;
}

.certificates .btns>div:hover {
	background-color: #6b69af;
}


.certificates .btns>div.prev {
	left: 1px;
}

.certificates .btns>div.next {
	right: 1px;
}

.certificates .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}

.certificates .btns>div.prev.swiper-button-disabled {
	pointer-events: none;
}


.certificates .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.certificates .swiperBox {
	padding: 0 68px;
}

.certificates .image:hover img {
	transform: translateY(-6px);
}

.partners {
	padding: 48px 0 89px 0;
}


.partners .title1 {
	text-align: center;
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
	margin-bottom: 30px;
}


.partners .swiper {
	overflow: visible;
}

.partners .image {
	margin-bottom: 30px;
	background-color: #ffffff;
	box-shadow: 0px 3px 73px 0px rgba(0, 26, 78, 0.07);
	border-radius: 20px;
	overflow: hidden;
}

.partners .image:last-child {
	margin-bottom: 0;
}

.partners .swiper-slide.swiper-slide {
	opacity: 0;
	pointer-events: none;
	transition: .4s ease opacity;
}

.partners .swiper-slide.swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}

.partners .swiper-pagination {
	position: static;
	margin-top: 50px;
}


.partners .swiper-pagination span {
	width: 16px;
	height: 7px;
	background-color: #cbcbcb;
	border-radius: 4px;
	opacity: 1;
}

.partners .swiper-pagination span.swiper-pagination-bullet-active {
	width: 28px;
	background-color: #6b69af;
}


@media screen and (max-width:1600px) {
	.partners .image {
		border-radius: 10px;
		margin-bottom: 20px;
	}

	.partners .title1 {
		margin-bottom: 40px;
	}

	.partners .swiper-pagination {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.certificates .swiperBox {
		padding: 0;
	}

	.certificates .btns>div.prev {
		left: -60px;
	}

	.certificates .btns>div.next {
		right: -60px;
	}

	.certificates .btns>div {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}

	.partners .swiper-pagination {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.partners .title1 {
		margin-bottom: 30px;
	}

	.partners .swiper-pagination {
		margin-top: 20px;
	}

	.certificates .image {
		max-width: 240px;
	}
}

@media screen and (max-width:768px) {
	.certificates .image {
		max-width: 200px;
	}

	.certificates .title1 {
		margin-bottom: 30px;
	}

	.certificates .btns {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.certificates .btns>div {
		position: static;
		transform: translateY(0);
		margin-top: 20px;
		font-size: 14px;
		width: 35px;
		height: 35px;
	}

	.certificates .btns>div.prev {
		margin-right: 20px;
	}

	.partners .image {
		border-radius: 5px;
	}
}





/* 2-2-About Us */

.contactUs {
	padding: 69px 0 92px 0;
}


.contactUs .con {
	display: flex;
	justify-content: space-between;
	margin-bottom: 58px;
}


.contactUs form {
	width: 65.99%;
}

.contactUs .msg {
	width: 29.35%;
	background-color: #f4f4f4;
	padding: 18px 30px 61px 29px;
}




.contactUs form .title1 {
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
	margin-bottom: 15px;
	margin-top: -13px;
}

.contactUs form .txts {
	margin-bottom: 27px;
	width: 85%;
}



.contactUs form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 21px;
}


.contactUs form ul li {
	width: 48%;
	background-color: #f4f4f4;
	border-radius: 10px;
	height: 54px;
	margin-top: 23px;
	padding: 0 10px;
}


.contactUs form ul li:nth-child(-n+2) {
	margin-top: 0;
}

.contactUs form ul li.must {
	position: relative;
}

.contactUs form ul li.must::after {
	content: "*";
	position: absolute;
	left: -14px;
	top: 14.5px;
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 16px;
	color: #ff0000;
}

.contactUs form ul li.message {
	width: 100%;
	padding: 7px 10px;
	height: 112px;
}


.contactUs form ul li.message::after {
	top: 8px;
}

.contactUs form ul li.codeCon {
	width: 49.7%;
	background-color: transparent;
	padding: 0;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.contactUs form ul li.codeCon input {
	flex: 1;
	background-color: #f4f4f4;
	border-radius: 10px;
	padding: 0 14px;
}



.contactUs form ul li.codeCon .codeImg {
	flex-shrink: 0;
	max-width: 178px;
	margin-left: 19px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #f3fbfe;
	height: 100%;
	cursor: pointer;
}

.contactUs form ul li.codeCon .codeImg img {
	height: 100%;
}


.contactUs form ul li.subBtn {
	width: 47.6%;
	padding: 0;
	background-color: transparent;
}


.contactUs form ul li.subBtn input {
	background-color: #6b69af;
	color: #ffffff;
	cursor: pointer;
	border: 1px solid #6b69af;
	border-radius: 10px;
}

.contactUs form ul li.subBtn input:hover {
	background-color: #ffffff;
	color: #6b69af;
}

.contactUs form ul li.m-formcountry {
	padding: 0;
}

.m-formcountry {
	position: relative;
}

.m-formcountry .drop-btn {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 10px;
}


.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 12px;
}


.m-formcountry .drop-list {
	display: none;
	border: 1px solid #e6e6e6;
	width: 100%;
	position: absolute;
	top: 100%;
	background-color: #fff;
	max-height: 223px;
	overflow-x: hidden;
	z-index: 10001;
	scrollbar-color: #6b69af rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
	padding: 0;
}

.m-formcountry .drop-list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.m-formcountry .drop-list::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
}

.m-formcountry .drop-list::-webkit-scrollbar-thumb {
	background-color: #333;
}

.m-formcountry .drop-list li {
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	padding: 5px 10px;
	cursor: pointer;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
	height: auto;
	width: 100%;
	background-color: transparent;
	border-radius: 0;
	margin: 0;
}

.m-formcountry .drop-list li.on {
	background-color: #e0e0e0;
}




.contactUs input,
.contactUs textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
}


.contactUs input::-webkit-input-placeholder,
.contactUs textarea::-webkit-input-placeholder {
	font-size: 16px;
	color: #333333;
	opacity: 1;
}

.contactUs input:-moz-placeholder,
.contactUs textarea:-moz-placeholder {
	font-size: 16px;
	color: #333333;
	opacity: 1;
}

.contactUs input::-moz-placeholder,
.contactUs textarea::-moz-placeholder {
	font-size: 16px;
	color: #333333;
	opacity: 1;
}

.contactUs input:-ms-input-placeholder,
.contactUs textarea:-ms-input-placeholder {
	font-size: 16px;
	color: #333333;
	opacity: 1;
}



.contactUs .msg .title1 {
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 40px;
	line-height: 60px;
	margin-bottom: 11px;
}

.contactUs .msg p {
	display: inline;
}


.contactUs .msg .name {
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
}

.contactUs .msg ul {
	margin-bottom: 30px;
}

.contactUs .msg ul li {
	margin-bottom: 4px;
}

.contactUs .msg ul li:last-child {
	margin-bottom: 0;
}

.contactUs .msg ul a:hover {
	color: #6b69af;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}

.contactUs .msg li.email a {
	word-break: break-all;
}

.contactUs .soclal .tit {
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 22px;
}


.contactUs .soclal .blogrolls {
	display: flex;
	flex-wrap: wrap;
}

.contactUs .soclal .blogrolls a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 2px solid #333333;
	color: #333333;
	border-radius: 5px;
	margin-right: 13.5px;
	margin-bottom: 5px;
}


.contactUs .soclal .blogrolls a:hover {
	background-color: #6b69af;
	color: #ffffff;
	border-color: #6b69af;
}

.contactUs .map img {
	display: block;
}


.inspection {
	padding: 100px 0 100px 0;
	background-image: url("../images/inspectionBg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.inspection .con {
	border-radius: 30px 30px 30px 30px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}


.inspection .con .image {
	width: 50%;
}

.inspection .con .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.inspection .msg {
	background-color: #ffffff;
	padding: 53px 60px;
	width: 50%;
}


.inspection .msg .tit {
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
	margin-bottom: 30px;
	text-align: center;
	margin-bottom: 9px;
}

.inspection .msg .txts {
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 32px;
	width: 82%;
}

.inspection ul li {
	height: 50px;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #dddddd;
	margin-top: 19px;
	padding: 0 10px;
}


.inspection ul li:nth-child(1) {
	margin-top: 0;
}


.inspection input,
.inspection textarea {
	width: 100%;
	height: 100%;
}


.inspection ul li.codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 0;
	padding: 0;
	border: none;
}

.inspection ul li.codeCon input {
	border-radius: 10px;
	border: solid 1px #dddddd;
	padding: 0 10px;
}

.inspection ul li.codeCon .codeImg {
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	flex-shrink: 0;
	margin-left: 10px;
	height: 100%;
	max-width: 123px;
}

.inspection ul li.codeCon .codeImg img {
	height: 100%;
}

.inspection ul li.subBtn {
	padding: 0;
	border: none;
	border-radius: 0;
}

.inspection ul li.subBtn input {
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #6b69af;
	color: #ffffff;
	cursor: pointer;
	background-color: #6b69af;
}

.inspection ul li.subBtn input:hover {
	background-color: #ffffff;
	color: #6b69af;
}

.inspection input::-webkit-input-placeholder,
.inspection textarea::-webkit-input-placeholder {
	color: rgba(102, 102, 102, 0.66);
	opacity: 1;
}

.inspection input:-moz-placeholder,
.inspection textarea:-moz-placeholder {
	color: rgba(102, 102, 102, 0.66);
	opacity: 1;
}

.inspection input::-moz-placeholder,
.inspection textarea::-moz-placeholder {
	color: rgba(102, 102, 102, 0.66);
	opacity: 1;
}

.inspection input:-ms-input-placeholder,
.inspection textarea:-ms-input-placeholder {
	color: rgba(102, 102, 102, 0.66);
	opacity: 1;
}

/* rili start */

.jcDateIco {
	background: #fff url("../images/time.png") no-repeat right center;
	transition: none;
}

input.jcDate {
	cursor: pointer;
}


#jcDate {
	background: #fefefe;
	width: 161px;
	padding: 10px;
	height: 220px;
	position: absolute;
	z-index: 1000;
	border: 2px solid #6b69af;
	color: #333;
	display: none;
	font-size: 0;
	overflow: hidden;
	transition: none;
}


#jcDateTt {
	height: 15px;
	line-height: 15px;
	position: relative;
	margin-bottom: 10px;
}

#jcDateTt a {
	color: #333;
	position: absolute;
	top: 0;
	width: 22px;
	height: 22px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

#jcDateTt a i {
	font-size: 12px;
	transition: .4s ease all;
	font-weight: bold;
}

#jcDateTt a#d_prev {
	left: 0;
}

#jcDateTt a#d_next {
	right: 0;
}

#jcDateTt a:hover {
	background-color: #6b69af;
}

#jcDateTt a:hover i {
	color: #ffffff;
}


#jcDateTt div {
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	bottom: 0;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#jcDateTt div samp,
#jcDateTt div span {
	margin: 0 5px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}


#jcDateTt div samp.visited,
#jcDateTt div span.visited {
	color: #6b69af;
}

#jcDateTt div samp:hover,
#jcDateTt div span:hover {
	color: #6b69af;
}

#jcDateMax {
	width: 1935px;
	height: 124px;
	position: relative;
	left: -687px;
	top: 0;
}


#jcDateMax ul {
	width: 161px;
	font-size: 0;
	float: left;
	height: 124px;
	display: inline-black;
}

#jcDayWrap {
	overflow: hidden;
}

#jcYeas,
#jcMonth {
	display: none;
	overflow: hidden;
	padding-left: 2px;
	margin-bottom: 10px;
}

#jcYeas dt,
#jcYeas dd {
	font-weight: bold;
	width: 53px;
	height: 30px;
	float: left;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25%;
}



#jcYeas dt.visited,
#jcYeas dd.visited,
#jcMonth dt.visited,
#jcMonth dd.visited {
	background: #6b69af;
	color: #fff;
}

#jcYeas dt:hover,
#jcYeas dd:hover,
#jcMonth dt:hover,
#jcMonth dd:hover {
	background: #6b69af;
	color: #fff;
}

#jcMonth dt {
	font-weight: bold;
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 25px;
	float: left;
	text-align: center;
	line-height: 25px;
	cursor: pointer;
	margin: 10px 0;
	font-size: 14px;
}


#jcDayWrap ul li,
#jcDayCon dt {
	float: left;
	width: 14.285%;
	line-height: 20px;
	text-align: center;
	display: inline;
	font-size: 14px;
}

#jcDayWrap ul li {
	color: #bbb;
	cursor: pointer;
}

#jcDayCon dt {
	color: #6b69af;
	font-size: 13px;
}

#jcDayWrap ul li.jcDateColor {
	color: #555;
}

#jcDayWrap ul li.visited {
	background: #6b69af;
	color: #fff;
}

#jcDayWrap ul li:hover {
	background: #6b69af;
	color: #fff;
}

#jcDateMax {
	clear: both;
}

#jcDateBtn {
	clear: both;
	padding-top: 10px;
	overflow: hidden;
}

#jcTimeWrap {
	float: right;
	width: 54px;
	border: 1px solid #999;
	border-left: 1px solid #555;
	border-top: 1px solid #555;
	height: 17px;
	overflow: hidden;
	display: none;
}

#jcDateBtn label {
	width: 6px;
	line-height: 18px;
	height: 17px;
	display: block;
	float: left;
	text-align: center;
	color: #333;
}

#jcDateBtn input {
	line-height: 17px;
	height: 17px;
	text-align: center;
	float: left;
	width: 24px;
	border: 0;
}

#jcDateBtn samp,
#jcDateBtn span {
	float: left;
	margin-right: 10px;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
}

#jcDateBtn samp:hover,
#jcDateBtn span:hover {
	color: #6b69af;
}

#jcDateBtn a#d_sub {
	float: right;
	display: block;
	text-align: right;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
}

#jcDateBtn a#d_sub:hover {
	text-decoration: none;
	color: #6b69af;
}

/* rili end */

@media screen and (max-width:1600px) {
	.contactUs .msg .title1 {
		margin-bottom: 25px;
	}

	.contactUs .msg {
		padding: 30px;
	}

	.contactUs .soclal .blogrolls a {
		margin-right: 12px;
	}

	.contactUs form .title1 {
		margin-top: 0;
	}

	.inspection .con {
		border-radius: 20px;
	}

	.inspection .msg .txts {
		width: 100%;
	}

	.inspection .msg .tit {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1333px) {
	.contactUs form {
		width: 60%;
	}

	.contactUs form .txts {
		width: 90%;
	}

	.contactUs .msg {
		width: 36%;
	}

	.contactUs form ul li.codeCon {
		width: 100%;
	}

	.contactUs form ul li.subBtn {
		width: 100%;
	}

	.contactUs form ul li {
		height: 45px;
		border-radius: 5px;
	}

	.contactUs form ul li.codeCon input,
	.contactUs form ul li.codeCon .codeImg,
	.contactUs form ul li.subBtn input {
		border-radius: 5px;
	}

	.inspection .msg {
		padding: 30px 40px;
	}

	.inspection ul li {
		height: 45px;
		border-radius: 5px;
	}

	.inspection ul li.codeCon input,
	.inspection ul li.codeCon .codeImg,
	.inspection ul li.subBtn input {
		border-radius: 5px;
	}

	.inspection .msg .txts {
		margin-bottom: 20px;
	}

	.contactUs form ul li.must::after {
		top: 10px;
	}

}

@media screen and (max-width:999px) {
	.contactUs .con {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.contactUs .msg {
		width: 100%;
		margin-bottom: 40px;
	}

	.contactUs .msg ul li .num {
		font-size: 14px;
		line-height: 26px;
	}

	.contactUs .msg .title1 {
		margin-bottom: 20px;
	}

	.contactUs .soclal .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.contactUs form {
		width: 100%;
	}

	.contactUs form .txts {
		width: 100%;
	}

	.contactUs form ul li {
		height: 40px;
	}

	.contactUs form ul li.codeCon,
	.contactUs form ul li.subBtn {
		width: 48%;
	}

	.contactUs form ul li.codeCon .codeImg {
		margin-left: 10px;
	}

	.contactUs .con {
		margin-bottom: 50px;
	}

	.contactUs .msg ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.contactUs .msg ul li {
		width: 48%;
		margin-top: 10px;
		margin-bottom: 0;
	}

	.contactUs .msg ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	.contactUs .msg ul li:last-child {
		width: 100%;
	}

	.contactUs .soclal .blogrolls a {
		width: 32px;
		height: 32px;
	}

	.inspection .con {
		flex-direction: column-reverse;
		align-items: flex-start;
		border-radius: 5px;
	}

	.inspection .msg {
		width: 100%;
	}

	.inspection .con .image {
		width: 100%;
		height: 300px;
	}

	.inspection ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.inspection ul li {
		width: 48%;
		margin-bottom: 0;
		margin-top: 20px;
	}

	.inspection ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	.inspection ul li.phone {
		width: 100%;
	}

}

@media screen and (max-width:768px) {

	#jcYeas dt,
	#jcYeas dd,
	#jcMonth dt {
		width: 33.333%;
	}

	#jcMonth dt {
		margin: 7px 0;
	}

	.contactUs .msg ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	.contactUs .msg ul li:nth-child(1) {
		margin-top: 0;
	}

	.contactUs .msg .title1 {
		margin-bottom: 25px;
	}

	.contactUs form ul li {
		margin-top: 15px;
	}

	.contactUs form ul li.codeCon {
		width: 100%;
	}

	.contactUs form ul li.subBtn {
		width: 100%;
	}

	.contactUs .con {
		margin-bottom: 40px;
	}

	.inspection ul li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	.inspection ul li:nth-child(1) {
		margin-top: 0;
	}
}

@media screen and (max-width:450px) {
	.contactUs form ul li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	.m-formcountry .drop-list li:nth-child(n) {
		margin-top: 0;
	}

	.contactUs form ul li:nth-child(1) {
		margin-top: 0;
	}

	.inspection .msg {
		padding: 30px 10px;
	}

	.inspection input::-webkit-input-placeholder,
	.inspection textarea::-webkit-input-placeholder {
		font-size: 12px !important;
	}

	.inspection input:-moz-placeholder,
	.inspection textarea:-moz-placeholder {
		font-size: 12px !important;
	}

	.inspection input::-moz-placeholder,
	.inspection textarea::-moz-placeholder {
		font-size: 12px !important;
	}

	.inspection input:-ms-input-placeholder,
	.inspection textarea:-ms-input-placeholder {
		font-size: 12px !important;
	}
}













/* 3-1-Solution */

.solution {
	padding: 47px 0 89px 0;
	padding-top: 20px !important;
}

.solution .solutionTit {
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
	text-align: center;
	margin-bottom: 21px;
}


.solution .list {
	margin-top: 44px;
}


.solution .mbox p {
	text-align: center;
	line-height: 28px;
}

.solution .mbox {
	height: 56px;
	overflow: hidden;
}


.mBtn {
	width: 180px;
	height: 50px;
	background-color: #ffffff;
	border-radius: 25px;
	border: solid 1px #6b69af;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #6b69af;
	margin: 0 auto;
	margin-top: 30px;
	cursor: pointer;
}

.mBtn i {
	margin-left: 10px;
	font-weight: bold;
}

.mBtn:hover {
	background-color: #6b69af;
	color: #ffffff;
}

.mBtn:hover i {
	color: #ffffff;
}

.mBtn.active i {
	transform: rotate(-90deg);
}

.solution .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 64px;
}



.solution .list .item {
	width: 49.3%;
	margin-top: 40px;
}

.solution .list .item:nth-child(-n+2) {
	margin-top: 0;
}



.solution .list .image {
	overflow: hidden;
}


.solution .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.solution .list .name {
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 26px;
	line-height: 36px;
	color: #333333;
	text-align: center;
}

.solution .list .name:hover {
	color: #6b69af;
}


.solution .list .box {
	position: relative;
	margin-bottom: 12px;
}



.solution .list .shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	background-color: rgba(0, 0, 0, .4);
	opacity: 0;
}


.solution .list .box:hover .shadow {
	opacity: 1;
}


.solution .list .shadow .btn {
	width: 153px;
	height: 50px;
	background-color: #ffffff;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333333;
}



.solution .pager {
	margin-bottom: 45px;
}



.relatedProducts .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 29px;
}

.relatedProducts .title1 {
	text-align: left;
	font-size: 40px;
	line-height: 60px;
}


.sBtns {
	display: flex;
	align-items: center;
}

.sBtns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #6b69af;
	font-size: 12px;
	cursor: pointer;
	width: 33px;
	height: 33px;
	border: 1px solid #6b69af;
}



.sBtns>div:hover {
	background-color: #6b69af;
	color: #ffffff;
}


.sBtns>div.prev {
	margin-right: 8px;
}

.sBtns>div.swiper-button-disabled {
	pointer-events: none;
}


.relatedProducts .image {
	overflow: hidden;
	margin-bottom: 14px;
}

.relatedProducts .image:hover img {
	transform: scale(1.1);
}


.relatedProducts .name {
	text-align: center;
}

.relatedProducts .name:hover {
	color: #6b69af;
}



.touch {
	padding: 43px 0 96px 0;
	background-image: url("../images/touchM1-1.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000000;
	background-attachment: fixed;
}

.touch .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.touch .title1 {
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 40px;
	line-height: 60px;
	color: #ffffff;
	margin-bottom: 4px;
}


.touch .txts {
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
}


.touch .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 22%;
	width: 280px;
	height: 70px;
	background-color: #6b69af;
	border-radius: 34px;
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 20px;
	color: #ffffff;
	flex-shrink: 0;
	transform: translateY(12px);
}


.touch .btn:hover {
	background-color: #ffffff;
	color: #6b69af;
}

.touch .btn:hover i {
	color: #6b69af;
}

.touch .btn i {
	margin-left: 10px;
	font-weight: bold;
	font-size: 20px;
}

@media screen and (max-width:1600px) {
	.solution .list .name {
		font-size: 20px;
		line-height: 30px;
	}

	.solution .txts {
		margin-bottom: 50px;
	}

	.solution .list .shadow .btn {
		height: 45px;
	}

	.touch .title1 {
		margin-bottom: 20px;
	}

	.touch .btn {
		transform: translateY(0);
		height: 50px;
		font-size: 18px;
		width: 240px;
	}

	.touch .btn i {
		font-size: 18px;
	}

	.mBtn {
		height: 45px;
	}
}

@media screen and (max-width:1333px) {
    .solution .list{
        margin-top:0 !important;
    }
	.solution .list .shadow .btn {
		height: 40px;
	}

	.solution .list .name {
		font-size: 18px;
		line-height: 28px;
	}

	.solution .list .item {
		margin-top: 30px;
	}

	.solution .list {
		margin-top: 40px;
	}

	.solution .list {
		margin-bottom: 50px;
	}

	.touch .btn {
		height: 45px;
		width: 200px;
	}

	.mBtn {
		height: 40px;
		width: 170px;
		margin-top: 20px;
	}

}

@media screen and (max-width:999px) {
	.touch .btn {
		margin-left: 30px;
		height: 40px;
		width: 180px;
	}

	.solution .list .name {
		font-size: 16px;
		line-height: 26px;
	}

	.solution .list .shadow .btn {
		height: 35px;
		width: 140px;
	}

	.solution .list {
		margin-bottom: 40px;
	}

	.touch .btn i {
		font-size: 16px;
	}

	.solution .list .shadow {
		display: none;
	}

	.mBtn {
		font-size: 14px;
		height: 36px;
		width: 160px;
		margin-top: 20px;
	}

	.mBtn i {
		font-size: 14px;
	}

	.solution .mbox {
		height: 52px;
	}

	.relatedProducts .image {
		height: 260px;
	}

	.relatedProducts .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.solution .list .box {
		height: 260px;
	}

	.solution .list .box .image {
		height: 100%;
	}
}

@media screen and (max-width:768px) {
	.solution .list .name {
		font-size: 14px;
		line-height: 26px;
	}

	.touch .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.touch .btn {
		margin-left: 0;
		margin-top: 30px;
		height: 36px;
		width: 170px;
	}

	.touch .btn i {
		font-size: 14px;
	}

	.relatedProducts .image {
		height: 240px;
	}

	.productDet .describe>div.relatedVideo {
		margin-bottom: 40px;
	}

	.solution .list .box {
		height: 240px;
	}

	.solution .list .item {
		width: 48%;
	}
}

@media screen and (max-width:450px) {
	.solution .list {
		margin-top: 30px;
	}

	.solution .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.solution .list .item:nth-child(1) {
		margin-top: 0;
	}

}



/* 3-2-Solution */


.solutionDet {
	padding: 56px 0 89px 0;
}



.solutionDet h1 {
	text-align: center;
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 36px;
	line-height: 46px;
	color: #333333;
	margin-bottom: 39px;
}


.solutionDet .share {
	justify-content: center;
	margin-bottom: 35px;
}

.solutionDet .share span {
	color: #333333;
}

.solutionDet .msg {
	margin-bottom: 37px;
}

.solutionDet .msg .pum1 {
	float: left;
	width: 728px;
	margin-right: 31px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.solutionDet .msg .pum1 .image {
	height: 100%;
}

.solutionDet .msg .pum1 .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.solutionDet .msg .pum1 .video {
	position: relative;
}




.solutionDet .msg .pum1 .video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}


.solutionDet .msg .pum1 .playBtn {
	width: 30px;
}



.solutionDet .msg .pum1 .video:hover .playBtn img {
	transform: scale(1.1);
}







.pum1 .box {
	position: relative;
	margin: auto;
	max-width: 100%;
}

.pum1 div {
	opacity: 1 !important;
}

.pum1 .box ul {
	position: relative;
	margin: auto;
	height: 283px;
}


.pum1 .box li {
	position: absolute;
	width: 0;
	height: 0;
	z-index: 0;
	cursor: pointer;
	overflow: hidden;
	-moz-box-sizing: content-box;
	box-sizing: content-box !important;
	transition: none;
	background-color: #000000;
}

.pum1 .box li img {
	opacity: 0.4;
}

.pum1 .box li a {
	display: block;
	overflow: hidden;
}

.pum1 .box li:nth-child(3) img {
	opacity: 1;
}

.pum1 .box li>span {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 30px;
	position: absolute;
	width: 100%;
	margin: auto;
	left: 0px;
	top: 455px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

.pum1 .box .prev,
.pum1 .box .next {
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	width: 17.71%;
	height: 88.96%;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, .8);
}



.pum1 .box .prev:hover,
.pum1 .box .next:hover {
	color: #6b69af;
}

.pum1 .box .prev {
	left: 0px;
}


.pum1 .box .next {
	right: 0px;
}



.pum1 #copyright {
	padding-top: 10px;
	text-align: center;
	border: 1px solid
}


.pum1 .famain {
	padding-top: 29px;
	padding-bottom: 90px;
}

.pum1 .famain .subNav2 {
	padding-top: 11px;
	padding-bottom: 11px;
}

.pum1 .famain .navContent2 {
	padding-top: 32px;
	padding-bottom: 33px;
}

.pum1 a:hover img {
	transform: scale(1, 1);
}



.pum1 .box li .name {
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 18px;
	color: #333333;
	text-align: center;
	width: 100%;
	margin-top: 42px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.pum1 .box li:nth-child(4) {
	overflow: visible;
}




.solutionDet .describe {
	margin-bottom: 46px;
}



.solutionDet .line {
	margin-top: 34px;
	margin-bottom: 51px;
	width: 100%;
	height: 1px;
	background-color: rgba(107, 105, 175, 0.1);
}

.solutionDet .relatedProducts {
	margin-bottom: 57px;
}


.otherSolutions .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.otherSolutions .title1 {
	font-size: 40px;
	line-height: 60px;
	color: #333333;
}


.otherSolutions .box {
	position: relative;
	margin-bottom: 30px;
}


.otherSolutions .box .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.otherSolutions .box .shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
}

.otherSolutions .box:hover .shadow{
	opacity: 1;
}

.otherSolutions .box .shadow .btn {
	width: 153px;
	height: 50px;
	background-color: #ffffff;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
}

.otherSolutions .name {
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 20px;
}

.otherSolutions .name:hover {
	color: #6b69af;
}





@media screen and (max-width:1600px) {
	.solutionDet .describe {
		margin-bottom: 40px;
	}

	.otherSolutions .box {
		margin-bottom: 20px;
	}

	.otherSolutions .name {
		font-size: 18px;
	}

	.otherSolutions .box .shadow .btn {
		height: 40px;
	}

	.solutionDet .relatedProducts {
		margin-bottom: 60px;
	}

	.solutionDet h1 {
		font-size: 32px;
		line-height: 45px;
		margin-bottom: 30px;
	}
}


@media screen and (max-width:1333px) {

	.otherSolutions .name {
		font-size: 16px;
		line-height: 28px;
	}

	.otherSolutions .box .shadow .btn {
		height: 36px;
	}

	.otherSolutions .box {
		margin-bottom: 10px;
	}

	.solutionDet h1 {
		font-size: 28px;
		line-height: 36px;
	}

	.solutionDet .msg .pum1 {
		width: 560px;
	}

	.pum1 .box ul {
		height: 260px;
	}
}



@media screen and (max-width:999px) {

	.solutionDet .msg .pum1 {
		width: 100%;
		margin-bottom: 30px;
	}


	.solutionDet h1 {
		font-size: 26px;
	}

	.otherSolutions .box {
		height: 260px;
	}

	.otherSolutions .box .image {
		height: 100%;
	}

	.solutionDet .msg,
	.solutionDet .describe {
		margin-bottom: 30px;
	}

	.solutionDet .relatedProducts {
		margin-bottom: 50px;
	}

	.solutionDet .msg .swiperBox .swiper .swiper-slide .image {
		height: 100%;
	}
	.otherSolutions .box .shadow{
		display: none;
	}
}




@media screen and (max-width:768px) {

	.solutionDet h1 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.pum1 * {
		transition: none;
	}

	.pum1 {
		margin-top: 0;
	}

	.pum1 .box li .name {
		margin-top: 20px;
	}

	.pum1 .box .prev,
	.pum1 .box .next {
		height: 100%;
		font-size: 16px;
	}


	.pum1 .box {
		margin-top: 0px;
		padding: 0px;
		width: auto;
	}

	.pum1 .img-list7 {
		position: relative;
		overflow: hidden;
		width: 100%;
		z-index: 90;
	}

	.pum1 .img-list7 ul {
		transition: none;
		width: 10000% !important;
		height: 300px !important;
	}

	.pum1 .box li {
		position: relative;
		left: auto !important;
		top: auto !important;
		width: 1% !important;
		height: 100% !important;
		padding: 0px;
	}

	.pum1 .img-list7 li {
		float: left;
		display: inline;
		margin-right: 0% !important;
		margin-left: auto;
	}

	.pum1 .box .prev,
	.pum1 .box .next {
		top: 50%;
		transform: translateY(-50%);
	}


	.pum1 .box li img {
		opacity: 1;
	}
}

@media screen and (max-width:538px) {
	.pum1 .img-list7 ul {
		height: 260px !important;
	}
}











/* 4-1-Service&Support */


.videoCenter {
	padding: 58px 0 78px 0;
	padding-top: 20px !important;
}


.innerNav {
	position: relative;
	padding: 0 80px;
	border-bottom: 1px solid rgba(107, 105, 175, 0.1);
}

.innerNav .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}

.innerNav .swiper-slide {
	width: auto;
	position: relative;
	margin-right: 70px;
}


.innerNav .swiper-slide:last-child {
	margin-right: 0;
}


.innerNav .swiper-slide::after {
	content: "";
	position: absolute;
	bottom: -1.5px;
	width: 0%;
	height: 3px;
	background-color: #6b69af;
	left: 0;
	transition: .4s ease all;
}

.innerNav .swiper-slide.active::after,
.innerNav .swiper-slide:hover::after {
	width: 100%;
}


.innerNav .swiper-slide a {
	font-size: 18px;
	color: #333333;
	line-height: 28px;
	padding: 20px 9px;
	display: block;
	color: #666666;
}


.innerNav .swiper-slide.active a,
.innerNav .swiper-slide:hover a {
	color: #6b69af;
}



.innerNav .btns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}



.innerNav .btns>div:hover {
	color: #6b69af;
}

.innerNav .btns>div.prev {
	left: 0;
}


.innerNav .btns>div.next {
	right: 0;
}


.innerNav .btns>div.swiper-button-disabled {
	pointer-events: none;
}


.videoCenter .list {
	margin: 54px 0 46px 0;
	display: flex;
	flex-wrap: wrap;
}

.videoCenter .list .videoItem {
	width: 32.6%;
	margin-right: 1.1%;
	margin-top: 31px;
}


.videoCenter .list .videoItem:nth-child(3n) {
	margin-right: 0;
}

.videoCenter .list .videoItem:nth-child(-n+3) {
	margin-top: 0;
}

.videoItem .image {
	position: relative;
	margin-bottom: 19px;
}

.videoItem .video {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .5);
	cursor: pointer;
}


.videoItem .video .playBtn {
	width: 53px;
}

.videoItem .video:hover .playBtn img {
	transform: scale(1.1);
}

.videoItem .name {
	text-align: center;
	font-size: 20px;
}


@media screen and (max-width:1600px) {
	.videoItem .name {
		font-size: 18px;
		line-height: 28px;
	}

	.innerNav .swiper-slide a {
		padding: 12px 5px;
	}

	.videoCenter .list {
		margin: 50px 0;
	}
}

@media screen and (max-width:1333px) {
	.innerNav .swiper-slide a {
		font-size: 16px;
		line-height: 28px;
	}

	.videoItem .video .playBtn {
		width: 46px;
	}

	.videoItem .name {
		font-size: 16px;
		line-height: 28px;
	}

	.videoItem .image {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:999px) {

	.videoCenter .list {
		justify-content: space-between;
	}

	.videoCenter .list .videoItem:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.videoCenter .list .videoItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.videoItem .image {
		height: 260px;
	}

	.videoItem .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.videoCenter .list {
		margin: 40px 0;
	}

	.innerNav .swiper-slide {
		margin-right: 35px;
	}

	.innerNav {
		padding: 0 70px;
	}

}

@media screen and (max-width:768px) {
	.videoItem .image {
		height: 240px;
	}

	.videoItem .name {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:538px) {
	.videoCenter .list .videoItem:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.videoCenter .list .videoItem:nth-child(1) {
		margin-top: 0;
	}

	.innerNav .swiper-slide {
		margin-right: 20px;
	}
}




/* 4-5-Service&Supprot */

.downloadCenter {
	padding: 58px 0 79px 0;
	padding-top: 20px !important;
}


.downloadCenter .list {
	margin: 52px 0 65px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.downloadCenter .list .item {
	width: 49.9%;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}


.downloadCenter .list .item:nth-child(-n+2) {
	margin-top: 0;
}


.downloadCenter .list .image {
	height: 240px;
	width: 51.3%;
}

.downloadCenter .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.downloadCenter .list .msg {
	width: 45.7%;
	padding-right: 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
}

.downloadCenter .list .tit {
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
	min-height: 60px;
}


.downloadCenter .list .txts {
	line-height: 24px;
	color: #666666;
	margin-bottom: 34px;
	min-height: 72px;
}


.downloadCenter .downloadBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 50px;
	background-color: #ffffff;
	border-radius: 25px;
	border: solid 1px #6b69af;
	line-height: 26px;
	color: #6b69af;
	cursor: pointer; text-transform:uppercase;
}

.downloadCenter .downloadBtn img {
	width: 22px;
	flex-shrink: 0;
	margin-right: 10px;
}


.downloadCenter .downloadBtn:hover {
	background-color: #6b69af;
	color: #ffffff;
}

.downloadCenter .downloadBtn:hover img {
	filter: grayscale(100%) brightness(500%);
}

/* download */

.frame {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 999999999;
	top: 0;
	left: 0;
	display: none;
	transition: none;
}



.frame .box {
	position: absolute;
	left: 50%;
	top: 50%;
	box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.1);
	transform: translateY(-50%) translateX(-50%);
	width: 1176px;
	max-height: 100%;
	background-color: #ffffff;
	padding: 41px 74px 70px 37px;
	border-radius: 10px;
	max-width: calc(100vh - 40px);
	overflow: auto;
}

.frame .box::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #00000000;
	border-radius: 10px;
}

.frame .box::-webkit-scrollbar-thumb {
	background-color: #6b69af;
	border-radius: 10px;
}

.frame .box::-webkit-scrollbar-track {
	background-color: transparent;
}


.frame .msg .tit {
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 48px;
	line-height: 60px;
	text-align: center;
	margin-bottom: 6px;
}


.frame .msg .txts {
	text-align: center;
	width: 80%;
	margin: 0 auto 28px;
}

.frame form ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.frame form li {
	width: 48.1%;
	margin-top: 16px;
	background-color: #eeeeee;
	border-radius: 10px;
	height: 50px;
	padding: 0 15.5px;
}


.frame form li:nth-child(-n+2) {
	margin-top: 0;
}


.frame input {
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.frame textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.frame form li.companyName {
	width: 100%;
}

.frame form li.message {
	width: 100%;
	height: 120px;
	padding: 12px 10px;
}

.frame form li.must {
	position: relative;
	padding-left: 26px;
}

.frame form li.must::after {
	content: "*";
	position: absolute;
	top: 10px;
	left: 15px;
	color: #ff0000;
}

.frame form li.codeCon {
	display: flex;
	justify-content: space-between;
	width: 61.3%;
	padding: 0;
	overflow: hidden;
}

.frame form li.m-formcountry {
	padding: 0;
}


.frame .codeCon input {
	flex: 1;
	padding: 0 26px;
}



.frame .codeCon .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	height: 100%;
	max-width: 137px;
}

.frame .codeCon .codeImg img {
	height: 100%;
}



.frame form li.subBtn {
	width: 32.3%;
	padding: 0;
	border-radius: 0;
	background-color: transparent;
}


.frame form li.subBtn input {
	cursor: pointer;
	background-color: #6b69af;
	border-radius: 10px;
	border: 1px solid #6b69af;
	color: #ffffff;
}

.frame form li.subBtn input:hover {
	background-color: #ffffff;
	color: #6b69af;
}


.frame .closeBtn {
	width: 38px;
	height: 38px;
	border: solid 2px #999999;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	right: 37px;
	top: 17px;
}

.frame .closeBtn i {
	font-size: 22px;
	color: #999999;
	font-weight: bold;
}

.frame .closeBtn:hover {
	border-color: #6b69af;
	background-color: #6b69af;
}

.frame .closeBtn:hover i {
	color: #ffffff;
}


.frame input::-webkit-input-placeholder,
.frame textarea::-webkit-input-placeholder {
	color: #666666;
	opacity: 1;
}

.frame input:-moz-placeholder,
.frame textarea:-moz-placeholder {
	color: #666666;
	opacity: 1;
}

.frame input::-moz-placeholder,
.frame textarea::-moz-placeholder {
	color: #666666;
	opacity: 1;
}

.frame input:-ms-input-placeholder,
.frame textarea:-ms-input-placeholder {
	color: #666666;
	opacity: 1;
}



@media screen and (max-width:1600px) {
	.downloadCenter .list .msg {
		padding-right: 0;
	}

	.downloadCenter .list .item {
		width: 48%;
	}

	.downloadCenter .list {
		margin: 50px 0;
	}

	.downloadCenter .downloadBtn {
		height: 45px;
	}

	.frame .box {
		width: 70%;
	}

	.frame .msg .tit {
		font-size: 32px;
		line-height: 46px;
		margin-bottom: 20px;
	}

	.frame .box {
		padding: 50px 60px;
	}

	.frame form li {
		height: 45px;
		border-radius: 5px;
	}

	.frame form li.subBtn input {
		border-radius: 5px;
	}

	.frame .msg .txts {
		width: 100%;
	}

	.frame .msg .tit {
		font-size: 28px;
		line-height: 35px;
	}

	.frame form li {
		height: 40px;
	}

	.frame form li.must::after {
		top: 8px;
	}
}

@media screen and (max-width:1333px) {
	.downloadCenter .downloadBtn {
		font-size: 14px;
		height: 40px;
		width: 160px;
	}

	.downloadCenter .downloadBtn img {
		width: 20px;
	}

	.downloadCenter .list .txts {
		margin-bottom: 26px;
	}
}

@media screen and (max-width:999px) {
	.downloadCenter .list .item {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.downloadCenter .list .msg {
		width: 100%;
	}

	.downloadCenter .list .image {
		width: 100%;
		margin-bottom: 15px;
	}

	.downloadCenter .list .tit {
		font-size: 16px;
		line-height: 28px;
		-webkit-line-clamp: 1;
		min-height: auto;
	}

	.downloadCenter .list .txts {
		-webkit-line-clamp: 2;
		margin-bottom: 20px;
		min-height: 52px;
	}

	.downloadCenter .downloadBtn {
		height: 36px;
	}

	.downloadCenter .downloadBtn img {
		width: 16px;
	}

	.downloadCenter .list {
		margin: 40px 0;
	}

	.frame .box {
		width: 80%;
	}

	.frame .msg .txts {
		font-size: 14px;
		line-height: 26px;
	}

	.frame .msg .tit {
		font-size: 26px;
		line-height: 36px;
	}

	.frame .box {
		padding: 40px 40px;
	}

	.frame form li.message {
		height: 110px;
	}

	.frame .closeBtn {
		width: 35px;
		height: 35px;
	}
}

@media screen and (max-width:768px) {
	.frame .closeBtn {
		right: 17px;
	}

	.frame form li.codeCon {
		width: 65%;
	}

	.frame .msg .tit {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 15px;
	}

	.frame .box {
		padding: 40px 30px;
		border-radius: 5px;
	}
}

@media screen and (max-width:538px) {
	.downloadCenter .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.downloadCenter .list .item:nth-child(1) {
		margin-top: 0;
	}

	.frame .box {
		width: 90%;
	}

	.frame form li {
		height: 35px;
	}

	.frame form li.message {
		height: 100px;
	}

	.frame form li.must::after {
		top: 6px;
	}

	.frame .msg .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.frame .closeBtn {
		width: 32px;
		height: 32px;
	}

	.frame .closeBtn i {
		font-size: 20px;
	}
}

@media screen and (max-width:450px) {
	.frame form li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	.frame form li:nth-child(1) {
		margin-top: 0;
	}

	.frame .msg .txts {
		margin-bottom: 20px;
	}
}

/* 4-6Service&Support */

.recruitAgents {
	padding: 58px 0 96px 0;
	padding-top: 20px !important;
}


.recruitAgents .innerNav {
	margin-bottom: 41px;
}


.recruitAgents .recruitTit {
	text-align: center;
	margin-bottom: 7px;
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 40px;
	line-height: 60px;
}

.recruitAgents .mbox {
	width: 90%;
	margin: 0 auto;
	height: 60px;
	overflow: hidden;
}

.recruitAgents .mbox p {
	text-align: center;
}

.recruitAgents .list {
	margin-top: 47px;
	margin-bottom: 99px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-around;
}

.recruitAgents .list .item {
	width: 26%;
	margin-top: 30px;
}

.recruitAgents .list .item:nth-child(3n) {
	margin-right: 0;
}

.recruitAgents .list .item:nth-child(-n+3) {
	margin-top: 0;
}



.recruitAgents .list .image {
	width: 105px;
	margin: 0 auto;
	margin-bottom: 38px;
}

.recruitAgents .list .txts {
	text-align: center;
}


@media screen and (max-width:1600px) {
	.recruitAgents .mbox {
		width: 100%;
	}

	.recruitAgents .recruitTit {
		margin-bottom: 30px;
	}

	.recruitAgents .list .image {
		width: 80px;
		margin-bottom: 30px;
	}

	.recruitAgents .list .item {
		width: 30%;
	}

	.recruitAgents .list {
		margin: 50px 0;
	}
}

@media screen and (max-width:1333px) {
	.recruitAgents .list .image {
		width: 70px;
		margin-bottom: 20px;
	}

	.recruitAgents .mbox {
		height: 56px;
	}
}

@media screen and (max-width:999px) {
	.recruitAgents .list .item:nth-child(n) {
		width: 46%;
		margin-top: 30px;
	}

	.recruitAgents .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.recruitAgents .list .image {
		width: 60px;
	}
}

@media screen and (max-width:768px) {
	.recruitAgents .list {
		margin: 40px 0;
	}

	.recruitAgents .recruitTit {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:538px) {
	.recruitAgents .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.recruitAgents .list .item:nth-child(-n+1) {
		margin-top: 0;
	}

	.recruitAgents .list .image {
		width: 50px;
	}
}



/* 5-1-News */

.news {
	padding: 62px 0 75px 0;
	padding-top: 20px !important;
}


.news .showNew {
	position: relative;
}

.news .showNew .image {
	height: 456px;
	width: 46.42%;
	overflow: hidden;
}

.news .showNew .image:hover img {
	transform: scale(1.1);
}

.news .showNew .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.news .showNew .msg {
	width: 58.57%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: #ffffff;
	padding: 38px 47px 43px 47px;
	right: 0;
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
}

.showNew .tit {
	font-size: 28px;
	line-height: 35px;
	margin-bottom: 6px;
}


.showNew .tit:hover {
	color: #6b69af;
}

.showNew .time {
	font-size: 14px !important;
	line-height: 24px;
	color: #999999;
	margin-bottom: 9px;
}

.showNew .txts {
	margin-bottom: 52px;
	hyphens: auto;
}


.showNew .btn {
	width: 180px;
	height: 50px;
	background-color: #6b69af;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #6b69af;
	color: #ffffff; text-transform:uppercase;
}


.showNew .btn:hover {
	background-color: #ffffff;
	color: #6b69af;
}


.news .list {
	margin: 66px 0 67px 0;
	display: flex;
	flex-wrap: wrap;
}


.news .list .item {
	width: 32.6%;
	margin-right: 1.1%;
	margin-top: 66px;
}

.news .list .item:nth-child(3n) {
	margin-right: 0;
}

.news .list .item:nth-child(-n+3) {
	margin-top: 0;
}

.news .list .box {
	margin-bottom: 19px;
	position: relative;
}


.news .list .box .shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	background-color: rgba(0, 0, 0, .6);
	opacity: 0;
}

.news .list .box:hover .shadow {
	opacity: 1;
}


.news .list .box .shadow .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 50px;
	line-height: 26px;
	color: #333333;
	background-color: #ffffff;
	border-radius: 25px; text-transform:uppercase;
}



.news .list .msg {
	padding: 0 21px;
}

.news .list .tit {
	font-size: 20px;
	margin-bottom: 5px;
}


.news .list .tit:hover {
	color: #6b69af;
}



.news .list .time {
	font-size: 14px !important;
	line-height: 24px;
	color: #999999;
	margin-bottom: 12px;
}

.news .list .txts {
	color: #666666;
	line-height: 24px;
}

@media screen and (max-width:1600px) {
	.news .showNew .msg {
		padding: 40px;
	}

	.showNew .tit {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 20px;
	}

	.showNew .txts {
		margin-bottom: 40px;
	}

	.showNew .btn {
		height: 46px;
	}

	.news .list {
		margin: 60px 0;
	}

	.news .list .box .shadow .btn {
		height: 45px;
	}

	.news .list .msg {
		padding: 0 10px;
	}

	.news .list .tit {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.news .list .item {
		margin-top: 50px;
	}
}


@media screen and (max-width:1333px) {
	.showNew .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.showNew .btn {
		height: 40px;
	}

	.news .list .item {
		width: 48%;
		margin-right: 0;
	}

	.news .list {
		justify-content: space-between;
	}

	.news .list .item:nth-child(n) {
		margin-top: 40px;
	}

	.news .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.news .list .box .image {
		height: 280px;
	}

	.news .list .box .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.news .list .box .shadow .btn {
		height: 40px;
	}
}

@media screen and (max-width:999px) {
	.news .list {
		margin: 50px 0;
	}

	.news .list .box .image {
		height: 260px;
	}

	.news .list .box {
		margin-bottom: 15px;
	}

	.showNew .tit {
		font-size: 20px;
	}

	.news .showNew .msg {
		padding: 30px;
	}

	.news .showNew .image {
		height: 400px;
		width: 50%;
	}

	.news .list .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.news .list .box .shadow {
		display: none;
	}
}

@media screen and (max-width:768px) {

	.showNew .btn,
	.news .list .box .shadow .btn {
		height: 36px;
		width: 160px;
	}

	.showNew .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.showNew .txts {
		-webkit-line-clamp: 3;
		margin-bottom: 20px;
	}

	.news .list {
		margin: 40px 0;
	}

	.news .showNew .image {
		width: 60%;
		height: 360px;
	}
}

@media screen and (max-width:538px) {
	.news .showNew .msg {
		position: static;
		transform: translateY(0);
	}

	.news .showNew .image {
		width: 100%;
		height: 260px;
	}

	.news .showNew .msg {
		width: 100%;
		padding: 20px;
	}

	.showNew .txts {
		-webkit-line-clamp: 2;
	}

	.news .list .box .image {
		height: 260px;
	}

	.news .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.news .list .item:nth-child(1) {
		margin-top: 0;
	}

	.showNew .tit {
		font-size: 16px;
		line-height: 28px;
	}
}



/* 5-2-News */

.newDet {
	padding: 56px 0 105px 0;
}



.newDet h1 {
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	margin-bottom: 11px;
}

.newDet .tip {
	display: flex;
	align-items: center;
}


.newDet .tip .time {
	font-size: 14px !important;
	line-height: 24px;
	margin-right: 12px;
	color: #999999;
}

.share {
	display: flex;
	align-items: center;
}

.share span {
	color: #999999;
	margin-right: 13px;
}

.newDet .describe {
	padding: 19px 0 49px 0;
}


.newDet .line {
	width: 100%;
	height: 1px;
	background-color: rgba(107, 105, 175, .1);
	margin-top: 34px;
}


.prevOrNext>div {
	display: flex;
	align-items: center;
}



.prevOrNext a:hover {
	color: #6b69af;
}


.prevOrNext .name {
	flex-shrink: 0;
	margin-right: 5px;
}


.prevOrNext .tit {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.prevOrNext p.tit {
	color: #999999;
}

@media screen and (max-width:1600px) {
	.newDet h1 {
		font-size: 28px;
		margin-bottom: 30px;
	}

	.newDet .describe {
		padding: 30px 0;
		margin-bottom: 20px;
	}

	.newDet .tip .time {
		margin-right: 20px;
	}

}

@media screen and (max-width:1333px) {
	.newDet h1 {
		font-size: 26px;
		line-height: 35px;
	}
}

@media screen and (max-width:999px) {
	.newDet h1 {
		font-size: 24px;
	}

	.share span {
		font-size: 14px;
		margin-right: 10px;
	}

	.prevOrNext .tit {
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	.newDet h1 {
		font-size: 22px;
		line-height: 30px;
	}

	.newDet .line {
		margin-top: 30px;
	}
}

@media screen and (max-width:538px) {
	.newDet h1 {
		font-size: 20px;
	}

	.newDet .tip {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet .tip .time {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.newDet .describe {
		margin-bottom: 10px;
	}
}















/* pager */
.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.pager .pageList a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #676767;
	margin: 5px 6.5px;
	border-radius: 5px;
	border: 1px solid #959595;
	background-color: #ffffff;
}


.pager .pageList a.active,
.pager .pageList a:hover {
	color: #ffffff !important;
	background-color: #6b69af;
	border-color: #6b69af;
}

.pager .pageList a.no:hover {
	color: #676767 !important;
	background-color: #ffffff !important;
	border-color: #959595 !important;
}


.pager .addTo {
	display: flex;
	align-items: center;
	margin: 5px 13px;
	position: relative;
	color: #6b69af;
}



.pager .addTo input {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
}

.pager .addTo img {
	width: 16px;
	margin-left: 13px;
}

.pager .addTo:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}





@media screen and (max-width:1333px) {

	.pager .pageList a {
		width: 36px;
		height: 36px;
	}


}



@media screen and (max-width:999px) {
	.pager .pageList a {
		width: 34px;
		height: 34px;
		font-size: 14px;
	}

	.pager .addTo img {
		width: 14px;
		margin-top: -3px;
	}
}

@media screen and (max-width:768px) {
	.pager .pageList a {
		width: 32px;
		height: 32px;
		border-radius: 4px;
		margin: 5px 4.5px;
	}
}

@media screen and (max-width:538px) {
	.pager {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}

/* banner2 */

.banner2 {
	position: relative;
	height: 700px;
}

.banner2 .image {
	height: 100%;
}

.banner2 .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

/* crumb */

/*.banner2 .crumb {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	padding: 31px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}*/


.banner2 .crumb {
color: #333333;
	padding: 31px 0;

}
.banner2 .crumb a{color: #333333;}
.banner2 .crumb img {
	filter: grayscale(100%) brightness(500%);
}

.crumb img {
	flex-shrink: 0;
	margin-right: 14px;
}

.crumb a,
.crumb i {
	font-style: normal;
	letter-spacing: 0px;
	color: #666666;
}

.banner2 .crumb a,
.banner2 .crumb i {
	color: #ffffff;
}

.banner2 .crumb a.active {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 2px;
	color: #ffffff;
}

.crumb a.active {
	color: #6b69af;
}

.crumb i {
	font-style: normal;
	margin: 0 3.5px;
}

.banner2 .crumb a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 2px;
	color: #ffffff;
}

.crumb a:hover {
	color: #6b69af;
}


@media screen and (max-width:1600px) {
	.banner2 {
		height: 600px;
	}
}

@media screen and (max-width:1333px) {
	.banner2 {
		height: 500px;
	}
}

@media screen and (max-width:999px) {
	.banner2 {
		height: 400px;
	}

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.banner2 {
		height: 320px;
	}
}

@media screen and (max-width:538px) {
	.banner2 {
		height: 260px;
	}

	.banner2 .crumb {
		padding: 20px 0;
	}
}







/* footer */


footer {
	background-color: #272727;
	padding-bottom: 82px;
}




footer .fMsg {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 33px 0 28px 0;
}



footer .fLogo {
	width: 227px;
	flex-shrink: 0;
}



footer .blogrolls {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}


footer .blogrolls a {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #ffffff;
	flex-shrink: 0;
	background-color: rgba(255, 255, 255, .3);
	margin: 5px 0;
	margin-left: 8px;
}


footer .blogrolls a:hover {
	background-color: #6b69af;
	color: #ffffff !important;
}


footer .footerList {
	display: flex;
	align-items: flex-start;
	margin-bottom: 23px;
	padding: 34px 0 31px 0;
	border-top: 1px solid rgba(255, 255, 255, .1);
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}


footer .footerList .box li {
	margin-bottom: 8px;
}


footer .footerList .box li:last-child {
	margin-bottom: 0;
}


footer .footerList .titBox .meuBtn {
	display: none;
}

footer .footerList .fProduct {
	width: 20%;
	margin-right: 5.9%;
}


footer .footerList .fProduct .box li a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

footer .footerList .fNav {
	width: 18%;
	margin-right: 3%;
}

footer .footerList .fNav>ul>li {
	margin-bottom: 42px;
}


footer .footerList .fNav>ul>li:last-child {
	margin-bottom: 0;
}


footer .footerList .fContact {
	width: 23%;
	margin-right: 2.4%;
}


footer .footerList .fContact p {
	display: inline;
}

footer .footerList .fInquiry {
	width: 27.7%;
}


footer .footerList .fInquiry form {
	margin-top: 21px;
}


.fInquiry form input {
	width: 100%;
	height: 100%;
	color: #ffffff;
	background-color: transparent;
}


.fInquiry form li {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	height: 54px;
	margin-bottom: 13px;
}



.fInquiry form li.code {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fInquiry form li.code input {
	flex: 1;
}


.fInquiry form li.code .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	
	max-height:50px;
	margin-left: 20px;
	transform: translateY(7px);
}


.fInquiry form li.subBtn {
	height: auto;
	margin-top: 26px;
}

.fInquiry form li.subBtn input {
	width: 102px;
	height: 40px;
	background-color: #6b69af;
	border-radius: 4px;
	cursor: pointer;
	color: #ffffff;text-transform:uppercase;
}



.fInquiry form li.subBtn input:hover {
	background-color: #ffffff;
	color: #6b69af;
}



.fInquiry form li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}


.fInquiry form input::-webkit-input-placeholder {
	font-size: 14px !important;
	color: #ffffff;
}

.fInquiry form input:-moz-placeholder {
	font-size: 14px !important;
	color: #ffffff;
}

.fInquiry form input::-moz-placeholder {
	font-size: 14px !important;
	color: #ffffff;
}

.fInquiry form input:-ms-input-placeholder {
	font-size: 14px !important;
	color: #ffffff;
}


footer a,
footer p,
footer div {
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
}



footer .title {
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
	display: block;
}

footer .footerList .box {
	margin-top: 24px;
}


footer .copyright {
	margin-bottom: 2px;
}


footer .copyright a {
	display: inline;
}

footer .copyright a img {
	display: inline-block;
	margin-left: 5px;
}

footer .copyright a:hover img {
	transform: scale(1.1);
}

footer .links a {
	margin-left: 10px;
}

footer .email a {
	word-break: break-all;
}

@media screen and (max-width:1600px) {
	footer .fMsg {
		padding: 30px 0;
	}

	footer .fLogo {
		width: 190px;
	}

	footer .title {
		font-size: 22px;
		line-height: 30px;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer .footerList {
		justify-content: space-between;
	}

	footer .footerList .fNav {
		width: 19%;
	}

	.fInquiry form li.code .codeImg {
		transform: translateY(0);
	}

	.fInquiry form li {
		height: 48px;
	}

	footer {
		padding-bottom: 40px;
	}

}

@media screen and (max-width:1333px) {
	footer .fLogo {
		width: 160px;
	}

	footer .blogrolls a {
		width: 34px;
		height: 34px;
	}

	footer .footerList {
		padding: 30px 0;
		flex-wrap: wrap;
	}

	footer .title {
		font-size: 18px;
		line-height: 28px;
	}

	footer .footerList .fNav {
		width: 22%;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 24px;
	}

	footer .footerList .box {
		margin-top: 20px;
	}

	.fInquiry form li {
		height: 40px;
	}

	footer .footerList .fContact {
		width: 25%;
	}

	footer .footerList .fNav>ul>li {
		margin-bottom: 36px;
	}

	.fInquiry form li.subBtn {
		margin-top: 20px;
	}

	.fInquiry form li.subBtn input {
		height: 36px;
		font-size: 14px;
	}
}

@media screen and (max-width:999px) {
	footer {
		padding-bottom: 70px;
	}

	footer .fLogo {
		width: 140px;
	}

	footer .blogrolls a {
		width: 32px;
		height: 32px;
		font-size: 14px;
	}

	footer .fMsg {
		padding: 20px 0;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-bottom: 15px;
	}

	footer .footerList .fNav>ul>li {
		margin-bottom: 15px;
	}

	footer .footerList>li:last-child {
		margin-bottom: 0;
	}

	footer .footerList .box {
		margin-top: 12px;
	}

	footer .footerList .fInquiry form {
		margin-top: 12px;
	}

	footer .footerList {
		padding: 20px 0;
	}

	footer .footerList .titBox .meuBtn {
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 14px;
	}

	footer .footerList .titBox .meuBtn.active {
		transform: rotate(90deg);
	}

	footer .footerList .titBox {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}

	footer .footerList .box ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	footer .footerList .box li:nth-child(n) {
		width: 48%;
		margin-top: 10px;
		margin-bottom: 0;
	}

	footer .footerList .box li:nth-child(-n+2) {
		margin-top: 0;
	}

	.fInquiry form ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.fInquiry form li:nth-child(n) {
		width: 48%;
		margin-bottom: 0;
		margin-top: 10px;
	}

	.fInquiry form li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .title {
		font-size: 16px;
		line-height: 28px;
	}

	footer .footerList .box {
		display: none;
		transition: none;
	}

	footer .footerList .fInquiry form {
		display: none;
		transition: none;
	}

}

@media screen and (max-width:768px) {
	footer .fMsg {
		flex-direction: column;
		align-items: flex-start;
	}

	footer .blogrolls a {
		margin-left: 0;
		margin-right: 8px;
	}

	footer .fLogo {
		margin-right: 0;
		margin-bottom: 16px;
	}
}

@media screen and (max-width:538px) {
	footer .footerList .box li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .box li:nth-child(1) {
		margin-top: 0;
	}

	.fInquiry form li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	.fInquiry form li:nth-child(1) {
		margin-top: 0;
	}
}

/* certifiicates */

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

/* video tankuang */

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}



/* kefu */
.lianxi {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
}

.lianxi div a,
.lianxi div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #b2b2b2;
	color: #ffffff;
	margin-bottom: 4px;
	margin-right: 3px;
	font-size: 25px;
	border-radius: 5px;
}

.lianxi .top a {
	width: 60px;
	height: 60px;
	background-color: #b2b2b2;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
}


.lianxi a i {
	display: flex;
	align-items: center;
	justify-content: center;
}

.lianxi .top i {
	font-size: 25px;
}


.lianxi div div {
	cursor: pointer;
}

.lianxi div a:hover,
.lianxi div div:hover {
	background-color: #6b69af;
	color: #fff;
}

.clear2 {
	display: none;
}


.lianxi .code {
	position: relative;
}

.lianxi .code img {
	position: absolute;
	top: 0;
	right: 100%;
	width: 150px;
	height: 150px;
	max-width: none;
	transform: translateX(100%);
	z-index: -1;
	opacity: 0;
}

.lianxi .code:hover img {
	transform: translateX(0);
	opacity: 1;
}

@media screen and (max-width: 1600px) {

	.lianxi div a,
	.lianxi div div {
		width: 50px;
		height: 50px;
		font-size: 22px;
	}

	.lianxi .top a {
		width: 50px;
		height: 50px;
	}

	.lianxi .top a i {
		font-size: 22px;
	}

}

@media screen and (max-width: 999px) {
	.youlian {
		display: none;
	}

	.lianxi .top a {
		width: 25%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		background-color: #dfdfdf;
	}

	.lianxi {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		border-top: 1px solid #fff;
		transform: translateY(0);
	}

	.lianxi div {
		width: 37.5%;
		float: left;
	}

	.lianxi div a,
	.lianxi div div {
		font-size: 20px;
		height: 42px;
		margin: auto;
		width: 100%;
		background-color: #dfdfdf;
		color: #fff !important;
		border-radius: 0px;
	}

	.lianxi .top i {
		border-color: #fff;
	}

	.lianxi .code img,
	.lianxi .code:hover img {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		opacity: 0;
	}

	.lianxi .code.active img {
		opacity: 1;
		transform: translateX(-50%) translateY(-100%);
	}

	.lianxi div a:hover,
	.lianxi div div:hover {
		background-color: #dfdfdf;
	}

	.lianxi .code.active>div {
		background-color: #6b69af;
	}
}


@media screen and (max-width: 768px) {

	.lianxi div a,
	.lianxi div div {
		font-size: 18px;
	}

	.lianxi .top i {
		font-size: 18px;
	}
}







@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=1738909390428') format('woff'),
		url('../fonts/iconfont.ttf?t=1738909390428') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-xiaohongshu:before {
	content: "\e69e";
}

.icon-zhiding:before {
	content: "\e68c";
}

.icon-youjian_:before {
	content: "\e6a6";
}

.icon-chuanzhen:before {
	content: "\e6b4";
}

.icon-shangjiantou:before {
	content: "\e60f";
}

.icon-yuyan:before {
	content: "\e684";
}

.icon-dingbu:before {
	content: "\e62d";
}

.icon-Youtube:before {
	content: "\e880";
}

.icon-liuyanjianyi:before {
	content: "\e62c";
}

.icon-shangchuan:before {
	content: "\e60b";
}

.icon-youjian:before {
	content: "\e624";
}

.icon-yonghu:before {
	content: "\e6b3";
}

.icon-pinterest1:before {
	content: "\f211";
}

.icon-jia1:before {
	content: "\e632";
}

.icon-xiazai:before {
	content: "\e682";
}

.icon-xiangyoujiantou:before {
	content: "\e68b";
}

.icon-xiangyoujiantou-copy:before {
	content: "\f1eb";
}

.icon-guanbi:before {
	content: "\e611";
}

.icon-zuosanjiao:before {
	content: "\e63e";
}

.icon-yousanjiao-copy:before {
	content: "\f1e8";
}

.icon-email-s:before {
	content: "\e65e";
}

.icon-douyin:before {
	content: "\e8db";
}

.icon-duigou-cu:before {
	content: "\e658";
}

.icon-facebook-fill:before {
	content: "\e88d";
}

.icon-linkedin1:before {
	content: "\f1e7";
}

.icon-weixin:before {
	content: "\e695";
}

.icon-jiantou_xiangzuo_o:before {
	content: "\eb92";
}

.icon-jiantou_xiangyou_o:before {
	content: "\eb94";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-phone3:before {
	content: "\e661";
}

.icon-line:before {
	content: "\e63f";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-left7:before {
	content: "\e724";
}

.icon-tel2-copy:before {
	content: "\f212";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-twitter4:before {
	content: "\e7fe";
}
.wuone{ font-size:14px;  line-height:30px;}
.xunpanc{ width:100%; margin-top:10px !important;}
.xunpanc .table table tr td{font-size: 14px;
   
    line-height: 20px;}
.xunpanc a{ color:#333; font-size:14px;  line-height:22px;} 	
.xunpanc a:hover{ color:#e4002b}	
.listcart {
	width: 100%;
	
	margin-top:20px;
}
.listcart a {
	display: inline-block;
	height: 50px;
	min-width: 150px;
	line-height: 50px;
	cursor: pointer;
	border: none;
	overflow: hidden;
	border: solid 1px #6b69af;
	color: #6b69af;
	cursor: pointer;
	border-radius: 25px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center; 
	font-size: 14px;	
	margin-left: 10px;
}
.listcart a:hover {
	
	background: #6b69af;
	color: #fff
}
 @media screen and (max-width:767px) {
.listcart a {
	width: 40%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	padding-left: 0px;
	padding-right: 0px;
	height:30px;
	border-radius: 15px;
}
.listcart {
	width: 100%;
	margin-top: 2rem
}
}
 @media screen and (max-width:420px) {
.listcart a {
	width: 95% !important;
	float: none;
	overflow: hidden;
	margin-bottom: 1rem;
	margin-bottom: 1rem
}
}



nav .navList>ul>li:nth-child(3) {
	position: static;
}

.dronePowerSlides {
	position: absolute;
	width: 100%;
	height: calc(100vh - 70px);
	background: #FFF;
	box-shadow: 0 4px 11px 4px rgba(0, 0, 0, 0.07);
	left: 50%;
	transform: translateX(-50%);
	overflow: auto;
	display: none;
	transition: none;
}


.dronePowerSlides::-webkit-scrollbar {
	width: 0px;
	height: 4px;
	background-color: #00000050;
}

.dronePowerSlides::-webkit-scrollbar-thumb {
	background-color: #6b69af;
}

.dronePowerSlides::-webkit-scrollbar-track {
	background-color: transparent;
}

.dronePowerSlides .checkBtns {
	padding: 50px 0 37px 0;
	border-bottom: 1px solid #D9D9D9;
}

.dronePowerSlides .checkBtns .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


.dronePowerSlides .checkBtns .list a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px 25px;
	width: 250px;
	height: 54px;
	border-radius: 100px;
	background: #E5E5E5;
	color: #333;
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 16px;
}


.dronePowerSlides .checkBtns .list a.active {
	background-color: #333;
	color: #ffffff;
}



.dronePowerSlides .checkItem {
	display: none;
}

.dronePowerSlides .checkItem.active {
	display: block;
}

.dronePowerSlides .checkItem .piece {
	border-top: 1px solid #D9D9D9;
	display: flex;
	flex-wrap: wrap;
	padding: 32px 0;
}


.dronePowerSlides .checkItem .piece:nth-child(1) {
	border-top: none;
}

.dronePowerSlides .checkItem .listItem {
	width: 22.57%;
	margin-right: 3.24%;
	position: relative;
}

.dronePowerSlides .checkItem .listItem:nth-child(4n) {
	margin-right: 0;
}


.dronePowerSlides .checkItem .listItem::after {
	content: "";
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	top: -33px;
	height: 1px;
	background-color: #333;
	opacity: 0;
	transition: .4s ease all;
}


.dronePowerSlides .checkItem .listItem:hover::after {
	opacity: 1;
}


.dronePowerSlides .checkItem .box {
	position: relative;
}


.dronePowerSlides .checkItem .box .image {
	overflow: hidden;
	position: relative;
}

.dronePowerSlides .checkItem .box .image::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 40.73%, rgba(0, 0, 0, 0.50) 100%);
	z-index: 2;
}



.dronePowerSlides .checkItem .box:hover .image img {
	transform: scale(1.1);
}

.dronePowerSlides .checkItem .box .title {
	position: absolute;
	left: 0;
	bottom: 21px;
	width: 100%;
	padding: 0 20px;
	z-index: 8;
	pointer-events: none;
	height: 52px;
	display: flex;
	align-items: center;
}


.dronePowerSlides .checkItem .box .tit {
	color: #FFF;
	text-align: center;
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	text-align: center;
	width: 100%;
	pointer-events: all;
}

.dronePowerSlides .checkItem .box .tit:hover {
	color: #6b69af;
}



.dronePowerSlides .checkItem .list {
	margin-top: 23px;
}




.dronePowerSlides .checkItem .list .item {
	display: flex;
	align-items: center;
	margin-top: 12px;
}
.dronePowerSlides .checkItem .list .item a:hover{
color:#6b69af;text-decoration: underline
}

.dronePowerSlides .checkItem .list .item:nth-child(1) {
	margin-top: 0;
}

.dronePowerSlides .checkItem .list .sign {
	overflow: hidden;
	width: 94px;
	flex-shrink: 0;
	margin-right: 10px;
}

.dronePowerSlides .checkItem .list .sign img {
	display: block;
}

.dronePowerSlides .checkItem .list .sign:hover img {
	transform: scale(1.1);
}

.dronePowerSlides .checkItem .list .txts {
	color: #666;
	font-size: 16px;
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	line-height: 24px;
}

.dronePowerSlides .checkItem .list .txts:hover {
	color: #6b69af;
}


@media screen and (max-width:1560px) {
	.dronePowerSlides .checkBtns .list a {
		height: 46px;
		width: 230px;
		margin: 5px 20px;
	}

	.dronePowerSlides .checkBtns {
		padding: 30px 0;
	}

	.dronePowerSlides .checkItem .box .tit {
		font-size: 18px;
	}

	.dronePowerSlides .checkItem .list .sign {
		width: 80px;
	}
}

@media screen and (max-width:1333px) {
	nav .navList>ul>li {
		margin-right: 25px;
	}

	.dronePowerSlides .checkBtns .list a {
		height: 40px;
		width: 200px;
		margin: 5px 10px;
	}

	.dronePowerSlides .checkItem .piece {
		padding: 30px 0;
	}

	.dronePowerSlides .checkItem .box .tit {
		font-size: 16px;
	}

	.dronePowerSlides .checkItem .list {
		margin-top: 20px;
	}

	.dronePowerSlides .checkItem .listItem::after {
		top: -31px;
	}
}

@media screen and (max-width:1200px) {
	.dronePowerSlides .checkBtns .list a {
		width: 160px;
		font-size: 14px;
		height: 36px;
	}

	.dronePowerSlides .checkBtns {
		padding: 25px 0;
	}

	.dronePowerSlides .checkItem .box .tit {
		font-size: 14px;
		line-height: 24px;
	}

	.dronePowerSlides .checkItem .box .title {
		bottom: 14px;
		height: 48px;
		padding: 0 10px;
	}

	.dronePowerSlides .checkItem .list .txts {
		font-size: 14px;
	}

	.dronePowerSlides .checkItem .list .sign {
		width: 60px;
	}

	nav .navList>ul>li {
		margin-right: 20px;
	}
}



/* 一级 */

html {
	scroll-padding-top: 70px;
}

nav .navBg {
	left: 50%;
	transform: translateX(-50%);
}

nav .navBg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.dronePowerBanner {
	position: relative;
	padding-bottom: 26.04%;
}


.dronePowerBanner .gallery {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


.dronePowerBanner .gallery .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.dronePowerBanner .thumbs {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.50);
	padding: 13px 0;
	z-index: 9;
}


.dronePowerBanner .thumbs .swiper-slide {
	width: auto;
	margin-right: 50px;
}


.dronePowerBanner .thumbs .swiper-slide:last-child {
	margin-right: 0;
}

.dronePowerBanner .thumbs .swiper-slide a {
	width: 250px;
	height: 54px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	border-radius: 100px;
}

.dronePowerBanner .thumbs .swiper-slide.swiper-slide-thumb-active a,
.dronePowerBanner .thumbs .swiper-slide.swiper-slide-thumb-active a {
	background-color: #FFF;
	color: #333;
}





.dronePower .crumb {
	padding-top: 17px;
}

.dronePower .con {
	padding: 38px 0 100px 0;
}


.dronePower .piece {
	margin-top: 100px;
}

.dronePower .piece:nth-child(1) {
	margin-top: 0;
}


.dronePower .droneTit {
	padding-left: 23px;
	position: relative;
	color: #333;
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 36px;
	line-height: 48px;
}

.dronePower .droneTit::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 71%;
	background-color: #6B69AF;
}


.dronePower .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 35px;
}


.dronePower .list .item {
	width: 24%;
	margin-right: 1.33%;
	margin-top: 40px;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}


.dronePower .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.dronePower .list .item:nth-child(4n) {
	margin-right: 0;
}

.dronePower .list .item:nth-child(-n+4) {
	margin-top: 0;
}

.dronePower .title {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 26px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 28px;
	height: 52px;
	pointer-events: none;
}


.dronePower .tit {
	color: #FFF;
	text-align: center;
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	pointer-events: all;
	line-height: 26px;
}

.dronePower .tit:hover {
	color: #6B69AF;
}


.dronePower .btns {
	padding: 25px 26px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.dronePower .btns a {
	border-radius: 100px;
	padding: 10px 10px;
	background: rgba(255, 255, 255, 0.20);
	text-align: center;
	color: #FFF;
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	display: block;
	margin-top: 9px;
}


.dronePower .btns a:hover {
	background-color: #333;
}


.dronePower .btns a:nth-child(1) {
	margin-top: 0;
}


@media screen and (max-width:1560px) {
	.dronePowerBanner .thumbs .swiper-slide a {
		width: 230px;
		height: 46px;
	}

	.dronePowerBanner .thumbs .swiper-slide {
		margin-right: 30px;
	}

	.dronePowerBanner .thumbs {
		padding: 10px 0;
	}

	.dronePower .crumb {
		padding-top: 20px;
	}

	.dronePower .con {
		padding: 60px 0;
	}

	.dronePower .droneTit {
		font-size: 28px;
		line-height: 38px;
	}

	.dronePower .tit {
		font-size: 18px;
	}

	.dronePower .list .item {
		border-radius: 10px;
	}

	.dronePower .piece {
		margin-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.dronePowerBanner .thumbs .swiper-slide a {
		height: 36px;
		width: 180px;
	}

	.dronePowerBanner .thumbs {
		padding: 6px 0;
	}

	.dronePowerBanner .thumbs .swiper-slide {
		margin-right: 20px;
	}

	.dronePower .droneTit {
		font-size: 26px;
		line-height: 38px;
	}

	.dronePower .list .item {
		border-radius: 5px;
	}

	.dronePower .btns a {
		padding: 5px 10px;
	}

	.dronePower .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 40px;
	}

	.dronePower .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.dronePower .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.dronePower .piece {
		margin-top: 50px;
	}
}

@media screen and (max-width:999px) {
	.dronePowerBanner {
		padding-bottom: 40%;
	}

	.dronePowerBanner .thumbs .swiper-slide a {
		font-size: 14px;
		line-height: 24px;
	}

	.dronePower .con {
		padding: 50px 0;
	}

	.dronePower .droneTit {
		font-size: 22px;
		line-height: 32px;
	}

	.dronePower .droneTit::after {
		width: 4px;
	}

	.dronePower .tit {
		font-size: 16px;
	}

	.dronePower .btns a {
		font-size: 14px;
	}

	.dronePower .list {
		justify-content: space-between;
	}

	.dronePower .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.dronePower .list .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width:768px) {
	.dronePowerBanner {
		padding-bottom: 50%;
	}

	.dronePower .con {
		padding: 40px 0;
	}

	.dronePower .droneTit {
		font-size: 20px;
	}

	.dronePower .list {
		margin-top: 30px;
	}
}

@media screen and (max-width:538px) {
	.dronePowerBanner .thumbs .swiper-slide a {
		height: 30px;
		width: 160px;
	}

	.dronePower .piece {
		margin-top: 40px;
	}
}


@media screen and (max-width:450px) {
	.dronePower .list .item:nth-child(n) {
		width: 100%;
		margin-right: 0;
		margin-top: 30px;
	}

	.dronePower .list .item:nth-child(-n+1) {
		margin-top: 0;
	}
}



.dronePowerList .crumb {
	padding-top: 17px;
}

.dronePowerList .con {
	padding: 35px 0 92px 0;
}


.dronePowerList .list {
	display: flex;
	flex-wrap: wrap;
}


.dronePowerList .list .item {
	border-radius: 20px;
	border: 1px solid #cecece;
	overflow: hidden;
	width: 23.35%;
	margin-right: 2.2%;
	margin-top: 34px;
}



.dronePowerList .list .image {
	overflow: hidden;
	border-bottom: 1px solid #D3D3D3;
	display: flex;
	align-items: center;
	justify-content: center;
}


.dronePowerList .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.dronePowerList .list .image:hover img {
	transform: scale(1.1);
}

.dronePowerList .list .item:nth-child(4n) {
	margin-right: 0;
}

.dronePowerList .list .item:nth-child(-n+4) {
	margin-top: 0;
}


.dronePowerList .list .msg {
	padding: 11px 32px 13px;
}

.dronePowerList .list .tit {
	color: #333;
	font-family: "Microsoft YaHei", "微软雅黑",Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}


.dronePowerList .list .tit:hover {
	color: #6b69af;
}

.dronePowerList .list .txts {
	margin-top: 1px;
}


.dronePowerList .list .txts p {
	line-height: 24px;
	color: #666666;
}


.dronePowerList .pager {
	margin-top: 118px;
}

@media screen and (max-width:1560px) {
	.dronePowerList .crumb {
		padding-top: 20px;
	}

	.dronePowerList .con {
		padding: 60px 0;
	}

	.dronePowerList .list .item {
		border-radius: 10px;
	}

	.dronePowerList .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.dronePowerList .list .txts {
		margin-top: 10px;
	}

	.dronePowerList .pager {
		margin-top: 60px;
	}

	.dronePowerList .list .msg {
		padding: 14px 20px;
	}
}

@media screen and (max-width:1333px) {
	.dronePowerList .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.dronePowerList .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.dronePowerList .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.dronePowerList .list .item {
		border-radius: 5px;
	}
}

@media screen and (max-width:999px) {
	.dronePowerList .con {
		padding: 50px 0;
	}

	.dronePowerList .list .msg {
		padding: 14px;
	}

	.dronePowerList .list .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.dronePowerList .pager {
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.dronePowerList .con {
		padding: 40px 0;
	}

	.dronePowerList .list {
		justify-content: space-between;
	}

	.dronePowerList .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.dronePowerList .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.dronePowerList .pager {
		margin-top: 40px;
	}
}

@media screen and (max-width:400px) {
	.dronePowerList .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.dronePowerList .list .item:nth-child(1) {
		margin-top: 0;
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
