@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: Montserrat-Regular, Arial, sans-serif;
	font-size: 16px;
	height: 100%;
	background: #fff;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	color: #666666;
}

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: #2e0f6e !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
}


.standardEdit a {
	color: #f7f5c5;
}

.standardEdit a:hover {
	text-decoration: underline;
}



a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: Montserrat-Regular, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	border: none;
	outline: none;
}

textarea {
	resize: none;
}

@media screen and (max-width:1333px) {

	input,
	textarea,
	select {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}
}

@media screen and (max-width:999px) {

	input,
	textarea,
	select {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}
}

.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}

.table table tr:nth-child(2n) td {
	background-color: #fff;
}

.table table tr td {
	padding: 10px 20px;
	font-size: 16px;
	background-color: #f4f4f4;
	font-family: Montserrat-Regular, Arial, sans-serif;
	color: #333333;
}

@media screen and (max-width:999px) {
	.table table tr td {
		padding: 8px 15px;
		font-size: 14px;
		line-height: 26px;
	}

}

.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: #2e0f6e;
		right: 2.5%;
		top: 24px;
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999;
	}

	header .xnav .nav span {
		display: block;
		width: 20px;
		height: 2px;
		background: #ffffff;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: 50%;
		transition: 0.8s;
		z-index: 99999991
	}

	header .xnav .nav .nav1 {
		margin-top: -1px;
	}

	header .xnav .nav .nav2 {
		margin-top: -8px;
	}

	header .xnav .nav .nav3 {
		margin-top: 6px;
	}

	header .xnav .nav:hover .nav1 {
		width: 25px;
	}

	header .xnav .navh .nav1 {
		transform: rotate(45deg)
	}

	header .xnav .navh .nav2 {
		transform: rotate(-45deg);
		width: 10px;
		margin-left: -1px;
		margin-top: -5px;
	}

	header .xnav .navh .nav3 {
		transform: rotate(-45deg);
		width: 9px;
		margin-top: 3px;
		margin-left: -8px;
	}

	header .xnav .navh:hover .nav2 {
		margin-top: -8px;
		margin-left: 7px;
	}

	header .xnav .navh:hover .nav3 {
		margin-top: 5px;
		margin-left: -12px;
	}

	header .xnav .smdaohang {
		position: fixed;
		width: 300px;
		height: 0px;
		overflow: auto;
		top: 0px;
		right: 0px;
		background: rgba(46, 15, 110, 0.95);
		z-index: 9999999;
		transition: 0.8s;
		text-align: center;
	}

	header .xnav .smdaohangh {
		right: 0px;
		top: 0px;
		height: 100%;
	}

	header .xnav .topnav {
		margin: auto;
		margin-top: 30px;
		padding: 20px;
	}

	header .xnav ul.topnav li {
		text-align: left;
		position: relative;
	}

	header .xnav ul.topnav li a {
		padding: 5px;
		padding-left: 0px;
		color: #fff;
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding-right: 50px;
		font-family: Montserrat-Regular, Arial, sans-serif;
	}

	header .xnav ul.topnav ul {
		display: none;
		transition: none;
	}

	header .xnav ul.topnav ul li {
		clear: both;
	}

	header .xnav ul.topnav ul li a {
		padding-left: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		outline: 0;
	}


	header .xnav ul.topnav ul ul li a {
		padding-left: 40px;
	}

	header .xnav ul.topnav ul ul ul li a {
		padding-left: 60px;
	}

	header .xnav ul.topnav span {
		display: block;
		position: absolute;
		right: 0px;
		top: 7px;
		width: 20px;
		height: 20px;
		background: #fff;
		background: rgba(255, 255, 255, 0.6);
		cursor: pointer;
		border-radius: 50%;
		transition: 0.5s;
	}

	header .xnav ul.topnav span:before {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: 0px;
		transform: rotate(45deg);
		transform-origin: right center
	}

	header .xnav ul.topnav span:after {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: -1px;
		transform: rotate(-45deg);
		transform-origin: right center;
		transition: 0.5s;
	}

	header .xnav ul.topnav span.yizi {
		transform: rotate(90deg)
	}

	header .xnav .smdaohang form {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 240px;
		height: 26px;
		border: 1px solid #fff;
		position: relative;
		background: #fff;
		border-radius: 13px;
	}

	header .xnav .smdaohang form input {
		color: #333333;
	}

	header .xnav .smdaohang form .iptc {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		background-color: #fff;
		width: 80%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: left;
		border-radius: 10px;
	}

	header .xnav .smdaohang form .ipsc {
		width: 20%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: right;
		background: transparent;
		position: relative;
		z-index: 99;
	}

	header .xnav .smdaohang form i {
		position: absolute;
		right: 10px;
		top: 4px;
	}
}

/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, 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');
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
	touch-action: pan-y
}

.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-3d {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
	transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
	scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
	transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-lock {
	display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move;
	touch-action: none
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}




/* ---------------------index----------------------------- */

/* allnav */


nav {
	height: 148px;
	background-color: #ffffff;
	position: relative;
}


html {
	scroll-padding-top: 148px;
}


nav .nTop {
	height: 34px;
	background-color: #2e0f6e;
}


nav .nTop>div {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}


nav .btns {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}


nav .btns .language {
	height: 100%;
	display: flex;
	align-items: center;
	margin-right: 37px;
	position: relative;
	z-index: 999999;
}



nav .btns .lanBtn {
	cursor: pointer;
	display: flex;
	align-items: center;
	color: #ffffff;
}



nav .btns .lanBtn:hover span {
	color: #f7f5c5;
}

nav .btns .lanBtn:hover i {
	color: #f7f5c5;
}

nav .btns .lanBtn span {
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	margin: 0 4px 0 8px;
}

nav .btns .lanBtn img {
	flex-shrink: 0;
	width: 21px;
}


nav .btns .lanBtn i.icon-right7 {
	font-size: 12px;
	transform: rotate(90deg);
	color: #ffffff;
}


nav .btns .language.active .lanBtn 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;
	z-index: 999;
}

nav .btns .language ul a {
	padding: 8px 20px;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	border-bottom: 1px solid #e5e5e5;
}

nav .btns .language ul li:last-child a {
	border-bottom: none;
}


nav .btns .language ul a:hover {
	color: #2e0f6e;
}




nav .btns .search {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 9999999999;
}


nav .btns .search .searchBtn {
	cursor: pointer;
}

nav .btns .search .searchBtn i {
	color: #ffffff;
	display: block;
}

nav .btns .search .searchBtn:hover i {
	color: #f7f5c5;
}


nav .btns .search form {
	position: absolute;
	top: 100%;
	right: 0;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	overflow: hidden;
	z-index: 99;
	background-color: #ffffff;
	width: 0;
	border-bottom: 1px solid #ffffff;
}


nav .btns .search form.active {
	width: 260px;
}

nav .btns .search form>input {
	padding: 0 10px;
}


nav .btns .search form input {
	width: 100%;
	height: 100%;
	color: #333333;
	background-color: transparent;
}



nav .btns .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 30px;
	width: 30px;
}



nav .btns .search form .subBtn i {
	color: #333333;
	font-size: 16px;
}



nav .btns .search form .subBtn:hover i {
	color: #2e0f6e;
}




nav .btns .search form .subBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: transparent;
}




nav.active .nBottom {
	position: fixed;
	width: 100%;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
	z-index: 9999;
}



nav .nBottom {
	height: 114px;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #ffffff;
	z-index: 99999;
}

html {
	scroll-padding-top: 114px;
}

nav .nBottom>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}


nav .logo {
	width: 217px;
	flex-shrink: 0;
	margin: 0 auto;
}


nav .logo:hover img {
	transform: none;
}


nav .navList {
	display: flex;
	align-items: center;
	height: 100%;
}


nav .navList>ul {
	display: flex;
	align-items: center;
	flex: 1;
}


nav .navList>ul:nth-child(1) {
	justify-content: flex-start;
}

nav .navList>ul:nth-child(1)>li {
	margin-right: 55px;
}

nav .navList>ul:nth-child(1)>li:last-child {
	margin-right: 0;
}


nav .navList>ul:last-child {
	justify-content: flex-end;
}


nav .navList>ul:last-child>li {
	margin-left: 51px;
}

nav .navList>ul:last-child>li:nth-child(1) {
	margin-left: 0;
}



nav .navList>ul>li {
	position: relative;
}


nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 114px;
	line-height: 114px;
	font-size: 20px;
	color: #333333;
	position: relative;
}




nav .navList>ul>li.active>a,
nav .navList>ul>li:hover>a {
	color: #2e0f6e;
}


nav .navList>ul:last-child>li.quotationBtn {
	margin-left: 26px;
}

nav .navList .quotationBtn a {
	width: 164px;
	height: 50px;
	background-color: #2e0f6e;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 50px;
	color: #ffffff;
}


nav .navList .quotationBtn a:hover {
	background-color: #f7f5c5;
}






/* moreList */

.moreList {
	position: absolute;
	display: none;
	transition: none;
	z-index: 9999;
	background-color: #ffffff;
	width: 223px;
	min-width: 223px;
	width: max-content;
	max-width: 300px;
	box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.08);
}

.moreList ul {
	background-color: #ffffff;
	min-width: 223px;
	transition: none;
	z-index: 99;
	width: max-content;
	max-width: 300px;
	box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.08);
}


.moreList ul ul {
	left: 100%;
	top: 0;
	position: absolute;
	display: none;
	transition: none;
}


.moreList {
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}



.moreList li {
	position: relative;
}


.moreList a {
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	padding: 13.5px 19px;
	border-bottom: 1px solid #e5e5e5;
}

.moreList li:last-child>a {
	border-bottom: none;
}



.moreList li:hover>a {
	color: #2e0f6e;
}



/* productSlides */

.productSlides {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #ffffff;
	box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.08);
	padding: 9px 27px 24px 27px;
	display: none;
	transition: none;
}



.productSlides .con {
	display: flex;
	align-items: flex-start;
}


.productSlides .con>li {
	width: 364px;
	margin-right: 51px;
}


.productSlides .con>li:last-child {
	margin-right: 0;
}




.productSlides .con>li>a {
	font-family: Montserrat-Bold;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	padding: 16px 0;
	border-bottom: 1px solid #eaeaea;
}


.productSlides .con>li>a:hover {
	color: #2e0f6e;
}


.productSlides .con ul {
	padding-top: 32px;
}

.productSlides .con ul li {
	margin-bottom: 22px;
}

.productSlides .con ul li:last-child {
	margin-bottom: 0;
}

.productSlides .con ul li a {
	font-family: Montserrat-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	position: relative;
	padding-left: 24px;
}


.productSlides .con ul li a:hover {
	color: #2e0f6e;
}


.productSlides .con ul li a::after {
	content: "";
	position: absolute;
	left: 8px;
	top: 9px;
	width: 6px;
	height: 6px;
	background-color: #2e0f6e;
	border-radius: 50%;
}



@media screen and (max-width:1560px) {
	nav .logo {
		width: 160px;
		margin-right: 40px;
	}

	nav .navList>ul:nth-child(1)>li {
		margin-right: 40px;
	}

	nav .navList>ul:last-child>li {
		margin-left: 40px;
	}

	nav .nTop {
		height: 30px;
	}

	nav .nBottom {
		height: 80px;
	}

	html {
		scroll-padding-top: 80px;
	}

	nav {
		height: 110px;
	}

	nav .navList>ul>li>a {
		height: 80px;
		line-height: 80px;
		font-size: 18px;
	}

	.moreList a {
		padding: 10px 20px;
	}

	nav .navList .quotationBtn a {
		height: 45px;
		line-height: 45px;
	}

	.productSlides {
		padding: 20px 20px 30px;
	}

	.productSlides .con>li>a {
		padding: 10px 0;
	}

	.productSlides .con ul {
		padding-top: 20px;
	}

	.productSlides .con ul li {
		margin-bottom: 15px;
	}

	.productSlides .con>li {
		width: 300px;
	}
}

@media screen and (max-width:1333px) {
	nav .navList>ul>li>a {
		font-size: 16px;
	}

	nav .navList>ul:nth-child(1)>li {
		margin-right: 30px;
	}

	nav .navList>ul:last-child>li {
		margin-left: 30px;
	}

	.moreList a {
		padding: 8px 10px;
	}

	nav .logo {
		margin-right: 30px;
		width: 140px;
	}

	.moreList a {
		font-size: 16px;
		line-height: 26px;
	}

	.productSlides .con>li {
		width: 280px;
	}

	.productSlides .con>li {
		margin-right: 20px;
	}

	.productSlides .con ul li a {
		font-size: 14px;
		line-height: 24px;
	}

	.productSlides .con>li>a {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:1200px) {
	nav .btns .lanBtn span {
		font-size: 14px;
		line-height: 24px;
	}

	nav .navList>ul>li>a {
		font-size: 14px;
	}

	nav .navList>ul:nth-child(1)>li {
		margin-right: 20px;
	}

	nav .navList>ul:last-child>li {
		margin-left: 20px;
	}


	nav .navList .quotationBtn a {
		font-size: 14px;
		height: 36px;
		width: 145px;
	}

	nav .logo {
		margin-right: 20px;
		width: 120px;
	}

	nav .navList>ul:last-child>li.quotationBtn {
		margin-left: 10px;
	}

	.moreList a {
		font-size: 14px;
		line-height: 24px;
	}

	nav .btns .language ul a {
		font-size: 14px;
		line-height: 24px;
		padding: 5px 10px;
	}
}

@media screen and (max-width:999px) {
	nav .navList>ul:nth-child(n) {
		display: none;
	}

	nav .logo {
		margin: 0;
	}

	nav .nBottom,
	nav {
		height: 60px;
	}

	html {
		scroll-padding-top: 60px;
	}

	nav .btns .search {
		display: none;
	}

	nav .btns .language {
		margin-right: 0;
	}

	nav .nTop {
		height: 0;
	}

	header .xnav .nav {
		right: 80px;
		top: 30px;
		transform: translateY(-50%);
	}

	nav .btns .language {
		position: absolute;
		right: 150px;
		top: 50%;
		height: 60px;
		transform: translateY(-50%);
	}

	nav .btns .language .lanBtn span,
	nav .btns .language .lanBtn i {
		color: #333333;
	}

	nav {
		position: fixed;
		width: 100%;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		z-index: 999999;
	}

	.bannerRange {
		height: 60px;
		background-color: #ffffff;
	}
}

@media screen and (max-width:768px) {
	header .xnav .nav {
		right: 25px;
	}

	nav .btns .language {
		right: 100px;
	}

	nav .logo {
		width: 110px;
	}

	nav .nBottom,
	nav {
		height: 50px;
	}

	.bannerRange {
		height: 50px;
	}

	html {
		scroll-padding-top: 50px;
	}

	nav .btns .language {
		height: 50px;
	}

	header .xnav .nav {
		top: 25px;
	}
}

@media screen and (max-width:538px) {
	header .xnav .nav {
		right: 15px;
	}

	nav .btns .language {
		right: 70px;
	}
}





/* indexbanner */


.indexBanner {
	transition: none;
	position: relative;
	z-index: 9;
	padding-bottom: 74px;
}


.indexBanner * {
	transition: none;
}


.indexBanner .imgBg {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}


.indexBanner .imgBg img {
	display: block;
}



.indexBanner .slideshow {
	clip-path: ellipse(110% 100% at 50% 0%);
}



.indexBanner img {
	display: block;
}

.indexBanner a:hover img {
	transform: scale(1, 1);
}

.slideshow .item img {
	width: 100%;
	-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.slideshow .item.slick-active img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.slick-dots {
	position: absolute;
	width: 100%;
	bottom: 40px;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
}

.slick-dots li button {
	cursor: pointer;
	font-size: 0px;
	margin-left: 5.5px;
	margin-right: 5.5px;
	border: none;
	outline: none;
	width: 16px;
	height: 16px;
	background-color: #fbfade;
	border-radius: 50%;
	transition: .4s ease all;
}

.slick-dots li.slick-active button {
	background-color: #2e0f6e;
}


.slick-prev,
.slick-next {
	width: 47px;
	height: 96px;
	border: 0px;
	cursor: pointer;
	background-color: rgba(255, 255, 255, .1);
	z-index: 999;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	color: #fff;
	display: none !important;
}

.slick-prev {
	left: 0px;
	border-radius: 0px 10px 10px 0px;
}

.slick-next {
	right: 0px;
	border-radius: 10px 0px 0px 10px;
}


.slick-prev:hover,
.slick-next:hover {
	background-color: #184691;
}

.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
}

.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-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;
}

.slick-dots .slide-count {
	display: none;
}


@media screen and (max-width:1560px) {
	.indexBanner {
		padding-bottom: 60px;
	}
}

@media screen and (max-width:1333px) {
	.indexBanner {
		padding-bottom: 40px;
	}

	.slick-dots li button {
		width: 14px;
		height: 14px;
		margin: 0 8px;
	}
}


@media screen and (max-width:999px) {
	.slick-dots li button {
		width: 12px;
		height: 12px;
	}

	.indexBanner {
		padding-bottom: 30px;
	}

	.slick-dots {
		bottom: 30px;
	}
}

@media screen and (max-width:768px) {
	.indexBanner {
		padding-bottom: 20px;
	}

	.slick-dots {
		bottom: 20px;
	}
}

@media screen and (max-width:538px) {
	.slick-dots li button {
		width: 10px;
		height: 10px;
	}
}


/* title1 */

.title1 {
	font-family: Montserrat-Bold;
	font-size: 47px;
	line-height: 60px;
	color: #333333;
}


a.title1 {
	display: inline-block;
}


a.title1:hover {
	color: #2e0f6e;
}

.iTit {
	display: flex;
	align-items: center;
	justify-content: center;
}

.iTit .title1 {
	text-align: center;
}

.title1.signTit {
	position: relative;
	padding: 0 38px;
}

.title1.signTit::after,
.title1.signTit::before {
	content: "";
	position: absolute;
	width: 21px;
	height: 38px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: .4s ease all;
}

.title1.signTit::after {
	background-image: url("../images/cTitM1-1.png");
	left: 0px;
	top: 12px;
}

.title1.signTit::before {
	background-image: url("../images/cTitM1-2.png");
	right: 0px;
	top: 14px;
}

a.title1.signTit:hover::after {
	transform: rotate(20deg) translateY(-5px);
}

a.title1.signTit:hover::before {
	transform: rotate(-20deg) translateY(-5px);
}




/* indexM1-1 */



.productCategory {
	padding: 49px 0 75px 0;
}


.productCategory .iTit {
	margin-bottom: 82px;
}


.productCategory .list {
	display: flex;
	flex-wrap: wrap;
}




.productCategory .list .item {
	width: 168px;
	margin-right: 140px;
	margin-top: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
}


.productCategory .list .item:nth-child(5n) {
	margin-right: 0;
}

.productCategory .list .item:nth-child(-n+5) {
	margin-top: 0;
}


.productCategory .list .image {
	width: 168px;
	height: 168px;
	border-radius: 50%;
	position: relative;
	margin-bottom: 25px;
	background-color: #f7f5c5;
}


.productCategory .list .image img {
	width: 65px;
	height: 65px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}


.productCategory .list .image img:nth-child(2) {
	opacity: 0;
}


.productCategory .list .image:hover img {
	transform: translateX(-50%) translateY(-50%);
}


.productCategory .list .image:hover {
	background-color: #2e0f6e;
}


.productCategory .list .image:hover img:nth-child(1) {
	opacity: 0;
}

.productCategory .list .image:hover img:nth-child(2) {
	opacity: 1;
}



.productCategory .list .name {
	font-family: Montserrat-Bold;
	font-size: 16px;
	line-height: 23px;
	color: #333333;
	text-align: center;
	display: block;
}


.productCategory .list .name:hover {
	color: #2e0f6e;
}

.productCategory .catBtn {
	margin: 0 auto;
	margin-top: 49px;
}

.catBtn {
	width: 193px;
	height: 50px;
	background-color: #2e0f6e;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}

.catBtn img {
	flex-shrink: 0;
	margin-left: 8px;
}


.catBtn:hover {
	background-color: #f7f5c5;
	color: #2e0f6e;
}

.catBtn:hover img {
	transform: translateX(5px) translateY(-5px) rotate(-60deg);
	filter: grayscale(100%) brightness(500%);
}

@media screen and (max-width:1560px) {
	.productCategory .list .item:nth-child(n) {
		width: 20%;
		margin-right: 0%;
		margin-top: 30px;
		padding: 0 20px;
	}

	.productCategory .list .item:nth-child(5n) {
		margin-right: 0;
	}

	.productCategory .list .item:nth-child(-n+5) {
		margin-top: 0;
	}

	.title1.signTit::before,
	.title1.signTit::after {
		top: 2px;
	}


	.productCategory .list .image {
		width: 140px;
		height: 140px;
	}

	.productCategory .iTit {
		margin-bottom: 60px;
	}

	.productCategory .list .image img {
		width: 55px;
		height: 55px;
	}

	.catBtn {
		height: 45px;
	}
}

@media screen and (max-width:1333px) {
	.productCategory .iTit {
		margin-bottom: 50px;
	}

	.productCategory .list .image {
		width: 110px;
		height: 110px;
		margin-bottom: 20px;
	}

	.productCategory .list .image img {
		width: 50px;
		height: 50px;
	}

	.productCategory .catBtn {
		margin-top: 40px;
	}

	.catBtn {
		height: 40px;
		width: 190px;
	}

	.title1.signTit::before,
	.title1.signTit::after {
		top: 0px;
	}

}

@media screen and (max-width:999px) {
	.productCategory .list .item:nth-child(n) {
		width: 23.5%;
		margin-right: 2%;
		margin-top: 30px;
		padding: 0px;
	}

	.productCategory .list .item:nth-child(4n) {
		margin-right: 0;
	}

	.productCategory .list .item:nth-child(-n+4) {
		margin-top: 0;
	}

	.productCategory .list .image {
		margin-bottom: 10px;
		width: 90px;
		height: 90px;
	}

	.productCategory .list .image img {
		width: 40px;
		height: 40px;
	}

	.title1.signTit::before,
	.title1.signTit::after {
		top: 0px;
		width: 16px;
		height: 29px;
	}

	.productCategory .iTit {
		margin-bottom: 40px;
	}

	.productCategory .catBtn {
		font-size: 14px;
		width: 180px;
	}

}

@media screen and (max-width:768px) {
	.productCategory .list .image {
		margin-bottom: 10px;
		width: 80px;
		height: 80px;
	}

	.productCategory .list .image img {
		width: 36px;
		height: 36px;
	}

	.title1.signTit {
		padding: 0 30px;
	}
}

@media screen and (max-width:538px) {
	.productCategory .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
		padding: 0px;
	}

	.productCategory .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.productCategory .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.productCategory .catBtn {
		margin-top: 30px;
	}


	.productCategory .iTit {
		margin-bottom: 30px;
	}

}

@media screen and (max-width:400px) {
	.productCategory .list {
		justify-content: space-between;
	}

	.productCategory .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0%;
		margin-top: 30px;
		padding: 0px;
	}

	.productCategory .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

}



/* indexM2-1 */


.iProdiucts {
	margin-bottom: 90px;
}


.hotProducts .iTit {
	margin-bottom: 40px;
}

.productItem h2 {
	font-weight: normal;
}


.productItem {
	padding: 39px 30px 32px;
	transition: .4s ease box-shadow, .4s ease background-color, .4s ease opacity;
}


.productItem .image {
	margin: 0 auto 38px;
	background-color: #ffffff;
	overflow: hidden;
}



.productItem .tit {
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	text-align: center;
	margin-bottom: 5px;
}


.productItem .tit:hover {
	color: #2e0f6e;
}

.productItem .txts {
	text-align: center;
	line-height: 30px;
	color: #666666;
	margin-bottom: 23px;
}

.productItem .btns {
	display: flex;
	align-items: center;
	justify-content: center;
}

.productItem .btns .btn {
	font-family: Montserrat-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #2e0f6e;
}


.productItem .btns .btn:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


.productItem:hover {
	background-color: #f7f5c5;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
}


.hotProducts .productItem .image {
	width: 193px;
}

.hotProducts .swiper {
	overflow: visible;
}

.hotProducts .swiper-wrapper {
	pointer-events: none;
}

.hotProducts .swiper-slide {
	pointer-events: none;
	opacity: 0;
}

.hotProducts .swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}

.sBtns {
	display: flex;
	align-items: center;
	justify-content: center;
}


.sBtns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	background-color: rgba(177, 177, 177, 0.6);
	border-radius: 50%;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
	margin-top: 35px;
}



.sBtns>div.prev {
	margin-right: 12px;
}

.sBtns>div:hover {
	background-color: #2e0f6e;
}

.sBtns>div.swiper-button-disabled {
	background-color: rgba(177, 177, 177, 0.6);
	color: #ffffff;
	cursor: auto;
}


@media screen and (max-width:1560px) {
	.productItem {
		padding: 20px;
	}

	.hotProducts .productItem .image {
		width: 180px;
		margin-bottom: 20px;
	}

	.hotProducts .iTit {
		margin-bottom: 50px;
	}

	.sBtns>div {
		width: 45px;
		height: 45px;
		font-size: 14px;
		margin-top: 30px;
	}

	.iProdiucts {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:1333px) {
	.productItem .txts {
		line-height: 28px;
		margin-bottom: 10px;
	}

	.sBtns>div {
		width: 40px;
		height: 40px;
		font-size: 12px;
	}

	.hotProducts .productItem .image {
		width: 160px;
	}

	.iProdiucts {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.hotProducts .iTit {
		margin-bottom: 40px;
	}

	.productItem .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.productItem .txts {
		font-size: 14px;
		line-height: 26px;
	}

	.iProdiucts {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.hotProducts .productItem .image {
		width: 140px;
	}

	.sBtns>div {
		width: 38px;
		height: 38px;
		margin-top: 20px;
	}

	.iProdiucts {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.productItem {
		padding: 15px;
	}

	.hotProducts .productItem .image {
		width: 120px;
	}

	.hotProducts .iTit {
		margin-bottom: 30px;
	}
}





/* indexM3-1 */



.iAbout {
	background-image: url("../images/indexM3-bg.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 67px 0 65px 0;
}


.iAbout .iTit {
	margin-bottom: 46px;
}

.iAbout .show {
	position: relative;
	margin-bottom: 26px;
}



.iAbout .show .image {
	position: relative;
	z-index: 9;
}


.iAbout .show .image>img {
	clip-path: polygon(0 8%, 100% 0, 100% 92%, 0% 100%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.iAbout .show .image::after {
	content: "";
	width: 91.28%;
	height: 88.82%;
	position: absolute;
	transform: rotate(2deg);
	background-color: #2e0f6e;
	z-index: -1;
	right: -1%;
	bottom: 1.9%;
	transition: .4s ease all;
	clip-path: polygon(10% 0, 100% 0, 100% 100%, 10% 100%);
	pointer-events: none;
}


.iAbout .show .image:hover img {
	transform: none;
}

.iAbout .show .image:hover::after {
	transform: translateX(0) rotate(0);
	right: 0;
	bottom: 0;
	opacity: 0;
}

.iAbout .show .video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99;
	cursor: pointer;
}


.video .playBtn {
	position: relative;
	width: 65px;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #2e0f6e;
	border-radius: 50%;
}


.video:hover .playBtn div {
	border-color: #2e0f6e;
}


.video .playBtn img {
	width: 13px;
}

.video .playBtn div {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: 1;
	border-width: 2px;
	border-style: solid;
	border-color: #f7f5c5;
	opacity: 0;
	animation: circles 3.2s linear 0s infinite;
	animation-play-state: running;
}



.video .playBtn .circle1 {
	animation-delay: 0.8s;
}

.video .playBtn .circle2 {
	animation-delay: 1.6s;
}

.video .playBtn .circle3 {
	animation-delay: 2.4s;
}


@keyframes circles {
	0% {
		transform: scale(1);
		opacity: 0;
		border-width: 2px;
	}

	20% {
		transform: scale(1.28);
		opacity: 0.5;
		border-width: 1px;
	}

	100% {
		transform: scale(2.2);
		opacity: 0;
		border-width: 0px;
	}
}



.iAbout .msg {
	display: flex;
	justify-content: space-between;
}

.iAbout .msg p {
	width: 48.2%;
	line-height: 30px;
}

.iAbout .msg p strong {
	font-family: Montserrat-Bold;
	font-weight: normal;
	color: #333333;
}

@media screen and (max-width:1560px) {
	.iAbout .show {
		margin-bottom: 50px;
	}

	.video .playBtn {
		width: 60px;
		height: 60px;
	}
}

@media screen and (max-width:999px) {
	.iAbout .msg {
		flex-direction: column;
		align-items: flex-start;
	}

	.iAbout .msg p {
		width: 100%;
		margin-bottom: 20px;
	}

	.iAbout .msg p:last-child {
		margin-bottom: 0;
	}

	.iAbout .iTit {
		margin-bottom: 40px;
	}

	.iAbout .show {
		height: 300px;
		margin-bottom: 40px;
	}

	.iAbout .show .image {
		height: 100%;
	}

	.video .playBtn {
		width: 55px;
		height: 55px;
	}

	.video .playBtn img {
		width: 10px;
	}
}

@media screen and (max-width:768px) {
	.iAbout .show {
		height: 260px;
	}

	.video .playBtn {
		width: 50px;
		height: 50px;
	}
}

@media screen and (max-width:538px) {
	.iAbout .iTit {
		margin-bottom: 30px;
	}

	.iAbout .show {
		margin-bottom: 30px;
	}
}


/* indexM4-1 */

.iBases {
	padding: 47px 0 152px 0;
}

.bases {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.bases .tit {
	width: 48%;
	font-family: Montserrat-Bold;
	font-size: 36px;
	line-height: 51px;
	color: #2e0f6e;
	position: relative;
	margin-top: 21px;
}

.bases .tit::after {
	content: '';
	position: absolute;
	width: 36px;
	height: 28px;
	background-image: url("../images/indexM4-1.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	bottom: 115%;
	left: -1%;
}



.bases .numList {
	width: 46.6%;
}



.bases .numList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.bases .numList .item {
	margin-top: 30px;
}

.bases .numList .item:nth-child(-n+2) {
	margin-top: 0;
}

.bases .numList .item:nth-child(2n-1) {
	width: 37%;
}

.bases .numList .item:nth-child(2n) {
	width: 51.6%;
}

.bases .numList .num {
	font-family: Montserrat-Bold;
	font-size: 60px;
	line-height: 60px;
	color: #2e0f6e;
}


.bases .numList .name {
	font-size: 16px;
	line-height: 26px;
	color: #2e0f6e;
}


@media screen and (max-width:1560px) {
	.bases .tit {
		font-size: 28px;
		line-height: 38px;
	}

	.bases .numList .num {
		font-size: 50px;
		line-height: 50px;
		margin-bottom: 5px;
	}
}

@media screen and (max-width:1333px) {
	.bases .tit {
		font-size: 24px;
		line-height: 34px;
		width: 45%;
	}

	.bases .numList {
		width: 50%;
	}

	.bases .numList .item:nth-child(n) {
		width: 48%;
	}

	.bases .numList .num {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:999px) {
	.bases {
		flex-direction: column;
		align-items: flex-start;
	}

	.bases .tit {
		width: 100%;
		margin-bottom: 40px;
		font-size: 22px;
		line-height: 30px;
	}

	.bases .numList {
		width: 100%;
	}

	.bases .numList .num {
		font-size: 34px;
		line-height: 34px;
	}
}

@media screen and (max-width:768px) {
	.bases .tit {
		font-size: 20px;
	}

	.bases .numList .num {
		font-size: 32px;
		line-height: 32px;
	}
}

@media screen and (max-width:538px) {
	.bases .tit {
		margin-bottom: 30px;
	}

	.bases .numList .num {
		font-size: 28px;
		line-height: 28px;
	}
}

@media screen and (max-width:400px) {
	.bases .numList .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.bases .numList .item:nth-child(1) {
		margin-top: 0;
	}
}



/* indexM5-1 */

.advantage {
	background-image: url("../images/indexM5-bg.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 49px 0 41px 0;
}

.advantage .iTit {
	margin-bottom: 27px;
}


.advantage .title1 {
	color: #ffffff;
}

.advantage .title1:hover {
	color: #f7f5c5;
}

.advantage .sign {
	width: 69px;
	margin: 0 auto 33px;
}

.advantage .sign img {
	display: block;
}


.advantage .tip {
	text-align: center;
	font-family: Montserrat-Bold;
	font-size: 36px;
	line-height: 48px;
	color: #ffffff;
	margin-bottom: 37px;
}


.advantage .swiper {
	border-radius: 20px;
	height: 434px;
}

.advantage .swiper .image {
	height: 100%;
}

.advantage .swiper .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.advantage .swiper .image:hover img {
	opacity: .8;
	transform: none;
}

.advantage .sBtns>div:hover {
	background-color: #f7f5c5;
	color: #2e0f6e;
}

.advantage .sBtns>div.swiper-button-disabled {
	background-color: rgba(177, 177, 177, 0.6);
	color: #ffffff;
}

@media screen and (max-width:1560px) {
	.advantage .sign {
		width: 50px;
	}

	.advantage .tip {
		font-size: 28px;
		line-height: 38px;
	}

	.advantage .swiper {
		height: 400px;
		border-radius: 10px;
	}
}

@media screen and (max-width:1333px) {
	.advantage .sign {
		width: 40px;
	}

	.advantage .tip {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 30px;
	}

	.advantage .swiper {
		height: 360px;
		border-radius: 5px;
	}

	.advantage .iTit {
		margin-bottom: 20px;
	}

	.advantage .sign {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:999px) {
	.advantage .sign {
		width: 30px;
	}

	.advantage .tip {
		font-size: 22px;
		line-height: 30px;
	}

	.advantage .swiper {
		height: 300px;
		border-radius: 5px;
	}
}

@media screen and (max-width:768px) {
	.advantage .swiper {
		height: 260px;
	}

	.advantage .tip {
		font-size: 20px;
	}

	.advantage .iTit {
		margin-bottom: 10px;
	}

	.advantage .sign {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:538px) {
	.advantage .tip {
		font-size: 18px;
		line-height: 28px;
	}
}


/* indexM6-1 */


.iService {
	padding: 81px 0 75px 0;
}



.iService .iTit {
	margin-bottom: 100px;
}


.iService .con {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}


.iService .checks {
	width: 46.14%;
	margin-top: -7px;
}


.iService .swiper {
	width: 50%;
	margin: 0;
	border-radius: 20px;
}


.iService .checks .item {
	margin-bottom: 42px;
}


.iService .checks .item:last-child {
	margin-bottom: 0;
}


.iService .checks .tit {
	font-family: Montserrat-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	padding: 18.5px 20px;
	padding-left: 67px;
	background-color: #f7f5c5;
	border-radius: 34px;
	cursor: pointer;
	position: relative;
}



.iService .checks .tit::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	background-color: #2e0f6e;
	border-radius: 50%;
	left: 28px;
	transition: .4s ease all;
}

.iService .checks .item.active .tit,
.iService .checks .tit:hover {
	background-color: #2e0f6e;
	color: #ffffff;
}

.iService .checks .item.active .tit::after,
.iService .checks .tit:hover::after {
	background-color: #ffffff;
}





.iService .checks .txts {
	display: none;
	transition: none;
	padding: 23px 36px 0px 66px;
}


.iService .checks .txts p {
	line-height: 30px;
}

.iService .checks .item:nth-child(1) .txts {
	display: block;
}


.iService .checks .item.active {
	margin-bottom: 33px;
}


.iService .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


@media screen and (max-width:1560px) {
	.iService .iTit {
		margin-bottom: 60px;
	}

	.iService .checks {
		margin-top: 0;
	}

	.iService .checks .tit {
		padding: 10px 20px;
		padding-left: 50px;
		font-size: 18px;
		line-height: 30px;
	}

	.iService .checks .tit::after {
		width: 10px;
		height: 10px;
	}

	.iService .swiper {
		border-radius: 10px;
	}

	.iService .checks .txts {
		padding: 20px 20px 0px 50px;
	}

	.iService .checks .item:nth-child(n) {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:1333px) {
	.iService .swiper {
		border-radius: 5px;
	}

	.iService .iTit {
		margin-bottom: 50px;
	}

	.iService .checks .tit::after {
		left: 15px;
	}

	.iService .checks .tit {
		padding-left: 40px;
	}

	.iService .checks .txts {
		padding: 20px 20px 0px 40px;
	}

	.iService .checks .item:nth-child(n) {
		margin-bottom: 20px;
	}

	.iService .checks .item:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width:999px) {
	.iService .iTit {
		margin-bottom: 40px;
	}

	.iService .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.iService .checks {
		width: 100%;
		margin-bottom: 40px;
	}

	.iService .checks .tit {
		font-size: 16px;
		line-height: 28px;
		padding: 6px 20px;
		padding-left: 40px;
	}

	.iService .checks .tit::after {
		width: 8px;
		height: 8px;
	}

	.iService .swiper {
		width: 100%;
		height: 300px;
	}
}

@media screen and (max-width:768px) {
	.iService .swiper {
		height: 260px;
	}

	.iService .checks {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.iService .iTit {
		margin-bottom: 30px;
	}
}



/* indexM7-1 */


.iNews {
	padding-bottom: 85px;
}


.iNews .iTit {
	margin-bottom: 44px;
}


.iNews .swiper-slide {
	background-color: #ffffff;
	border-radius: 20px;
	overflow: hidden;
}


.iNews .swiper-slide .image {
	overflow: hidden;
}

.iNews .swiper-slide .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.iNews .swiper-slide .msg {
	padding: 18px 18px 18px;
}


.iNews .swiper-slide .time {
	line-height: 26px;
	color: #2e0f6e;
	margin-bottom: 10px;
}



.iNews .swiper-slide .tit {
	font-family: Montserrat-Bold;
	font-size: 18px;
	line-height: 26px;
	color: #333333;
}


.iNews .swiper-slide .tit:hover {
	color: #2e0f6e;
}

@media screen and (max-width:1560px) {
	.iNews {
		padding-bottom: 80px;
	}

	.iNews .iTit {
		margin-bottom: 40px;
	}

	.iNews .swiper-slide .msg {
		padding: 20px 10px;
	}

	.iNews .swiper-slide {
		border-radius: 10px;
	}

}

@media screen and (max-width:1333px) {
	.iNews .swiper-slide .tit {
		font-size: 16px;
	}

	.iNews .swiper-slide {
		border-radius: 5px;
	}

	.iNews {
		padding-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.iNews {
		padding-bottom: 50px;
	}

	.iNews .swiper-slide .tit {
		font-size: 14px;
		line-height: 26px;
	}

}

@media screen and (max-width:768px) {
	.iNews {
		padding-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.iNews .iTit {
		margin-bottom: 30px;
	}
}




/* 2-1-Products */


.products {
	padding: 81px 0 74px 0;
	background-image: url("../images/productBg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.products .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}



.products .innerSlides {
	width: 23.92%;
}


.products .innerSlides a {
	display: block;
}

.innerSlides>div {
	margin-bottom: 43px;
}

.innerSlides>div:last-child {
	margin-bottom: 0;
}



.innerSlides .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: Montserrat-Bold;
	padding: 17px 28px;
	background-color: #2e0f6e;
	font-size: 20px;
	line-height: 28px;
	color: #f5f8fb;
	border-radius: 8px;
}


.innerSlides .title i {
	display: none;
}

.productcateSlides .list {
	padding-top: 16px;
}


.productcateSlides .list>li {
	margin-bottom: 4px;
	border-top: 1px solid #d2d2d2;
}

.productcateSlides .list>li:nth-child(1) {
	border-top: none;
}


.productcateSlides .list>li>a {
	display: flex;
	align-items: center;
	padding: 20px 0;
	color: #333333;
	font-size: 18px;
}



.productcateSlides .list>li>a i {
	font-size: 14px;
	flex-shrink: 0;
	margin-right: 15px;
	color: #2e0f6e;
	font-weight: bold;
}



.productcateSlides .list>li.active>a,
.productcateSlides .list>li:hover>a {
	color: #2e0f6e;
}


.productcateSlides .list>li ul {
	padding: 18px 31px;
	display: none;
	border-top: 1px solid #d2d2d2;
}

.productcateSlides .list li.active>ul {
	display: block;
}


.productcateSlides .list>li ul li a {
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	position: relative;
	padding-left: 23px;
}



.productcateSlides .list>li ul li a::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 9px;
	height: 9px;
	background-color: #2e0f6e;
	border-radius: 50%;
	left: 0;
	transition: .4s ease all;
	opacity: 0;
}


.productcateSlides .list>li ul li.active>a::after,
.productcateSlides .list>li ul li>a:hover::after {
	opacity: 1;
	color: #2e0f6e;
}

.productcateSlides .list>li ul li>a:hover,
.productcateSlides .list>li ul li.active>a {
	color: #2e0f6e;
}

.productcateSlides .list>li ul li {
	margin-bottom: 15px;
}

.productcateSlides .list>li ul li:last-child {
	margin-bottom: 0;
}


.tages .title {
	background-color: #d0d0d0;
	color: #333333;
	margin-bottom: 20px;
}

.tages .list {
	display: flex;
	flex-wrap: wrap;
}

.tages .list a {
	background-color: #ffffff;
	padding: 2px 9px;
	margin-bottom: 12px;
	margin-right: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}

.tages .list a:hover {
	background-color: rgba(46, 15, 110, 0.1);
	color: #2e0f6e;
}






.products form {
	width: 71.8%;
}


.products form .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 35px;
}

.products form .list .productItem {
	background-color: #ffffff;
	width: 32%;
	margin-right: 2%;
	margin-top: 19px;
}



.products form .list .productItem:nth-child(3n) {
	margin-right: 0;
}

.products form .list .productItem:nth-child(-n+3) {
	margin-top: 0;
}


.products form .list .productItem:hover {
	background-color: #f7f5c5;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
}

.products form .list .productItem .image {
	width: 186px;
}


.productItem .checkBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	width: 13px;
	height: 13px;
	outline: solid 1px #2e0f6e;
	flex-shrink: 0;
	margin-right: 16px;
	position: relative;
}


.productItem .checkBtn input {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
	z-index: 999;
}


.productItem .checkBtn i {
	font-size: 14px;
	color: #2e0f6e;
	opacity: 0;
}

.productItem .checkBtn.active i {
	opacity: 1;
}


.productTouch {
	padding: 80px 0 80px 0;
}

.products .pager .pageList a {
	border: solid 1px #e5e5e5;
	color: #333333;
}


@media screen and (max-width:1560px) {
	.innerSlides .title {
		border-radius: 5px;
		padding: 10px 20px;
	}

	.productcateSlides .list>li ul {
		padding: 10px;
	}

	.products form .list {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:1333px) {
	.products form .list {
		justify-content: space-between;
	}

	.products form .list .productItem:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.products form .list .productItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.products form {
		width: 65%;
	}

	.products .innerSlides {
		width: 30%;
	}

	.innerSlides>div {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.products .con {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.products form {
		width: 100%;
		margin-bottom: 50px;
	}

	.products form .list .productItem .image {
		width: 160px;
	}

	.products .innerSlides {
		width: 100%;
	}

	.innerSlides .title {
		font-size: 18px;
		line-height: 28px;
		padding: 8px 20px;
	}

	.productcateSlides .list>li>a {
		font-size: 16px;
		line-height: 26px;
		padding: 15px 0;
	}

	.productcateSlides .list>li ul li a {
		font-size: 14px;
		line-height: 26px;
		padding-left: 15px;
	}

	.productcateSlides .list>li ul li a::after {
		width: 6px;
		height: 6px;
	}

	.productcateSlides .list>li ul li {
		margin-bottom: 10px;
	}

	.productcateSlides .list {
		padding-top: 10px;
	}

	.innerSlides .title i {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 35px;
		height: 35px;
	}


	.innerSlides .title i.active {
		transform: rotate(45deg);
	}

	.productcateSlides .list {
		display: none;
		transition: none;
	}

}

@media screen and (max-width:538px) {
	.products form .list .productItem .image {
		width: 140px;
	}
}


@media screen and (max-width:400px) {
	.products form .list .productItem:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.products form .list .productItem:nth-child(-n+1) {
		margin-top: 0;
	}

}



/* 2-2prodicts */

.productDet {
	position: relative;
}


.productDet .imgBg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	z-index: -1;
	width: 100%;
}

.productDet .imageBg img {
	display: block;
}


.productDet .con {
	padding: 54px 0 87px 0;
}


.productShow {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 62px;
}

.productShow .box {
	width: 43%;
	position: relative;
}


.productShow .jianjie {
	width: 50%;
	margin-top: -8px;
}


.productShow .box .showSipwer {
	margin-bottom: 14px;
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 20px;
	border: solid 1px #999999;
}


.productShow .box .showSipwer .swiper-slide {
	position: relative;
}


.productShow .box .checkSwiper {
	padding: 0 29px;
	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: #2e0f6e;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	z-index: 99;
	width: 29px;
}

.productShow img {
	display: block;
}

.productShow .box .checkSwiper .prev {
	left: -5px;
}

.productShow .box .checkSwiper .next {
	right: -5px;
}


.productShow .box .checkSwiper .iconfont:hover {
	color: #333333;
}

.productShow .checkSwiper .swiper-slide {
	position: relative;
	cursor: pointer;
	transition: .4s ease opacity;
	background-color: #ffffff;
	overflow: hidden;
	border-radius: 20px;
	opacity: 0;
	pointer-events: none;
}

.productShow .checkSwiper .swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}



.productShow .checkSwiper .swiper-slide::after {
	content: "";
	position: absolute;
	border: solid 1px #999999;
	transition: .4s ease border;
	pointer-events: none;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	top: 0;
	left: 0;
	box-sizing: border-box;
}


.productShow .checkSwiper .swiper-slide.swiper-slide-thumb-active::after {
	border: solid 1px #2e0f6e;
}


.jianjie h1 {
	font-family: Montserrat-Regular, Arial, sans-serif;
	font-size: 24px;
	line-height: 34px;
	color: #333333;
	margin-bottom: 17px;
}


.jianjie .line {
	width: 100%;
	height: 1px;
	background-color: rgba(153, 153, 153, 0.2);
	margin-bottom: 20px;
}



.jianjie .txts p {
	line-height: 28px;
}

.jianjie .txts {
	margin-bottom: 22px;
}


.jianjie .btns {
	display: flex;
	align-items: center;
}

.jianjie .transfomer {
	margin-bottom: 50px;
}


.jianjie .transfomer .tit {
	font-family: Montserrat-Regular, Arial, sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 10px;
}



.productDet .standardEdit P em {
	display: block;
	padding-left: 26px;
	position: relative;
	font-style: normal;
}

.productDet .standardEdit P em::after {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #2e0f6e;
	border-radius: 50%;
	left: 0;
	top: 10px;
	position: absolute;
}

.jianjie .btns {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 21px;
}


.jianjie .btns .cBtn {
	margin-right: 25px;
	margin-bottom: 10px;
}

.jianjie .btns .cBtn:last-child {
	margin-right: 0;
}



/*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;
}



.pdTit {
	font-family: Montserrat-Regular, Arial, sans-serif;
	font-size: 36px;
	line-height: 56px;
	color: #333333;
	position: relative;
}

.pdTit::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -21px;
	width: 71px;
	height: 2px;
	background-color: #2e0f6e;
}


.parameters {
	margin-bottom: 55px;
}

.parameters .pdTit {
	margin-bottom: 69px;
}


.application {
	margin-bottom: 75px;
}


.application .pdTit {
	margin-bottom: 76px;
}

.application .list {
	display: flex;
	flex-wrap: wrap;
}

.application .list .item {
	width: 33.21%;
	margin-right: 0.185%;
	margin-top: 30px;
}

.application .list .item:nth-child(3n) {
	margin-right: 0;
}

.application .list .item:nth-child(-n+3) {
	margin-top: 0;
}


.application .list .image {
	border-radius: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}


.application .list .name {
	font-family: Montserrat-Regular, Arial, sans-serif;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
}



.custom .pdTit {
	margin-bottom: 40px;
}


.custom .image {
	width: 48.35%;
	border-radius: 20px;
	overflow: hidden;
	float: right;
	margin-left: 5%;
}

.custom .msg {
	padding-top: 21px;
}

.custom .tit {
	font-family: Montserrat-Regular, Arial, sans-serif;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	margin-bottom: 26px;
}


.realatedProducts {
	background-color: #f4f4f4;
	padding: 57px 0 154px 0;
}


.realatedProducts .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 72px;
}




.realatedProducts .hotProducts .item:nth-child(n) {
	width: 100%;
	margin: 0;
}




@media screen and (max-width:1560px) {
	.productShow .jianjie {
		margin-top: 0;
	}

	.productShow .box .showSipwer {
		border-radius: 10px;
	}

	.productShow .checkSwiper .swiper-slide {
		border-radius: 10px;
	}

	.productShow .checkSwiper .swiper-slide::after {
		border-radius: 10px;
	}

	.jianjie .transfomer {
		margin-bottom: 40px;
	}

	.productShow {
		margin-bottom: 50px;
	}

	.pdTit {
		font-size: 30px;
		line-height: 40px;
	}

	.parameters .pdTit {
		margin-bottom: 50px;
	}

	.parameters {
		margin-bottom: 50px;
	}

	.application .pdTit {
		margin-bottom: 60px;
	}

	.application .list .image {
		border-radius: 10px;
	}

	.application .list .item {
		width: 30%;
		margin-right: 5%;
	}

	.application .list .name {
		font-size: 20px;
	}

	.application {
		margin-bottom: 60px;
	}

	.custom .pdTit {
		margin-bottom: 50px;
	}

	.custom .tit {
		font-size: 28px;
		line-height: 38px;
	}

	.custom .msg {
		padding-top: 0;
	}

	.custom .image {
		border-radius: 10px;
	}

	.realatedProducts .title {
		margin-bottom: 60px;
	}

}

@media screen and (max-width:1333px) {

	.productShow .checkSwiper .swiper-slide,
	.productShow .checkSwiper .swiper-slide::after {
		border-radius: 5px;
	}

	.productShow .box .showSipwer {
		border-radius: 5px;
	}

	.pdTit {
		font-size: 26px;
		line-height: 36px;
	}

	.pdTit::after {
		bottom: -20px;
		width: 50px;
	}

	.parameters .pdTit,
	.application .pdTit {
		margin-bottom: 50px;
	}

	.application .list .image {
		border-radius: 5px;
		margin-bottom: 10px;
	}

	.parameters {
		margin-bottom: 40px;
	}

	.custom .tit {
		font-size: 24px;
		line-height: 34px;
	}

	.custom .image {
		border-radius: 5px;
	}
}

@media screen and (max-width:999px) {
	div.jqZoomPup {
		display: none;
	}

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

	.productShow {
		flex-direction: column;
		align-items: flex-start;
	}

	.productShow .jianjie {
		width: 100%;
	}

	.productShow .box {
		width: 100%;
		margin: 0 auto 40px;
		width: 450px;
	}

	.pdTit {
		font-size: 24px;
		line-height: 34px;
	}

	.productDet .standardEdit P em::after {
		top: 8px;
	}

	.parameters .pdTit,
	.application .pdTit {
		margin-bottom: 40px;
	}


	.application {
		margin-bottom: 50px;
	}

	.custom .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.realatedProducts .title {
		margin-bottom: 50px;
	}

	.custom .image {
		width: 100%;
		float: none;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0;
		margin-top: 30px;
	}

	.custom .image img {
		border-radius: 5px;
	}

	.custom .box {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}
}




/* 3-1aboutUs */



.aboutUs {
	padding: 80px 0 77px 0;
	background-color: #f8f8f8;
}



.aboutUs .sign {
	margin: 0 auto 5px;
	width: 49px;
}


.aboutUs .title1 {
	text-align: center;
	margin-bottom: 40px;
	font-size: 48px;
}

.aboutUs .numList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.aboutUs .numList .item {
	display: flex;
	flex-direction: column;
	align-items: center;
}


.aboutUs .numList .image {
	width: 121px;
	height: 121px;
	background-color: #ffffff;
	box-shadow: 0px 0px 20px 0px rgba(11, 11, 11, 0.05);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: 0 auto 28px;
}

.aboutUs .numList .num {
	font-family: Montserrat-Bold;
	font-size: 20px;
	color: #333333;
	line-height: 24px;
	display: flex;
	align-items: flex-end;
	margin-bottom: 11px;
}


.aboutUs .numList .num span {
	font-size: 36px;
	transform: translateY(-5px);
}

.aboutUs .numList .name {
	text-align: center;
	font-family: Montserrat-Regular;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
}


@media screen and (max-width:1560px) {}

@media screen and (max-width:1333px) {}

@media screen and (max-width:999px) {}

@media screen and (max-width:768px) {}

@media screen and (max-width:538px) {}


.company {
	padding: 79px 0 188px 0;
}


.company .title1 {
	font-size: 46px;
}

.company .profile{
	margin-bottom:97px;
}


.profile {
	display: flex;
	justify-content: space-between;
}


.profile .image {
	width: 53.71%;
	border-radius: 20px;
	overflow: hidden;
}

.profile .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.profile .msg {
	width: 43.7%;
}


.profile .msg .title1 {
	margin-bottom: 20px;
}

.profile .msg .standardEdit p {
	color: #333333;
	line-height: 28px;
}

.profile .msg .standardEdit p strong {
	font-family: Montserrat-Bold;
	font-weight: normal;
	color: #2e0f6e;
	display: block;
	margin-bottom: 1px;
}


.profile .msg .standardEdit p em {
	display: block;
	padding-left: 38px;
	position: relative;
	font-style: normal;
	line-height: 36px;
}

.profile .msg .standardEdit p em::after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 16px;
	height: 17px;
	background-image: url("../images/companySign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.professional .title1 {
	text-align: center;
	margin-bottom: 40px;
}


.professional .box {
	display: flex;
	justify-content: space-between;
	background-color: #f8f8f8;
	border-radius: 20px;
	overflow: hidden;
}


.professional .message {
	margin: 0;
	width: 44.29%;
	padding: 51px 20px 24px;
}



.professional .image {
	width: 55.71%;
	border-radius: 20px;
	overflow: hidden;
}



.professional .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}




.professional .message .tit {
	margin-bottom: 20px;
	font-family: Montserrat-Bold;
	font-size: 22px;
	line-height: 30px;
	color: #2e0f6e;
}


.professional .message .msg p {
	line-height: 28px;
	color: #666666;
}



.professional .message .swiper-pagination {
	position: static;
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}

.professional .message .swiper-pagination span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 21px;
	height: 21px;
	background-color: transparent;
	border: solid 1px transparent;
	margin: 5px 9px 5px 0 !important;
	border-radius: 50%;
	opacity: 1;
	flex-shrink: 0;
}


.professional .message .swiper-pagination span::after {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	background-color: rgba(46,15,110, .4);
	border-radius: 50%;
	transition: .4s ease all;
}

.professional .message .swiper-pagination span.swiper-pagination-bullet-active {
	border-color: #2e0f6e;
}
.professional .message .swiper-pagination span.swiper-pagination-bullet-active::after {
	background-color: #2e0f6e;
}

@media screen and (max-width:1560px) {}

@media screen and (max-width:1333px) {}

@media screen and (max-width:999px) {}

@media screen and (max-width:768px) {}

@media screen and (max-width:538px) {}



.overseas {
	padding: 119px 0 100px 0;
	position: relative;
}

.overseas .imgBg {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	z-index: -2;
}



.overseas .imgBg img {
	display: block;
}


.experience .title1 {
	text-align: center;
	margin-bottom: 134px;
	color: #ffffff;
}


.experience .msg {
	background-color: #ffffff;
	border-radius: 20px;
	padding: 76px 75px 0;
	display: flex;
	justify-content: space-between;
	margin-bottom: 52px;
}



.experience .msg .txts {
	width: 45%;
}


.experience .msg .txts p {
	line-height: 28px;
	color: #666666;
}


.overseas .tips {
	font-family: Montserrat-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #2e0f6e;
	text-align: center;
	width: 88%;
	margin: 0 auto 56px;
}

.overseas .catBtn {
	margin: 0 auto 101px;
}


.overseas .aboutBases {
	position: relative;
}


.overseas .aboutBases .image {
	position: absolute;
	z-index: -1;
}

.overseas .aboutBases .sign1 {
	width: 163px;
	left: 9%;
	top: -70%;
}


.overseas .aboutBases .sign2 {
	width: 83px;
	left: 23%;
	bottom: -20%;
}

.overseas .aboutBases .sign3 {
	width: 83px;
	right: -8%;
	bottom: 10%;
}


@media screen and (max-width:1560px) {}

@media screen and (max-width:1333px) {}

@media screen and (max-width:999px) {}

@media screen and (max-width:768px) {}

@media screen and (max-width:538px) {}


.assurance {
	padding: 100px 0 100px 0;
	background-image: url("../images/assuranceBg.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}


.assurance .title1 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 46px;
}

.assurance .tips {
	line-height: 28px;
	color: #666666;
	margin-bottom: 30px;
}



.assurance .swiper-slide {
	display: flex;
	justify-content: space-between;
}


.assurance .swiper-slide .image {
	border-radius: 20px;
	overflow: hidden;
	width: 49.71%;
}


.assurance .swiper-slide .msg {
	width: 46.14%;
}

.assurance .swiper-slide .tit {
	background-color: #f7f5c5;
	border-radius: 34px;
	padding: 10px 10px;
	position: relative;
	font-family: Montserrat-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #2e0f6e;
}

.assurance .swiper-slide .tit::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	background-color: #2e0f6e;
	border-radius: 50%;
}

.assurance .swiper-slide .txts {
	padding: 30px 20px;
	line-height: 30px;
	color: #666666;
}










.aboutTouch {
	padding: 100px 0 100px 0;
}




/* 4-1r&D */

.development {
	padding: 69px 0 69px 0;
}


.development .introduct {
	margin-bottom: 65px;
}


.introduct .title1 {
	text-align: center;
	margin-bottom: 26px;
}



.introduct .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 194px;
}


.introduct .con .box {
	width: 50%;
	position: relative;
}


.introduct .con .show {
	border-radius: 20px;
	overflow: hidden;
}

.introduct .con .show img {
	display: block;
}


.introduct .con .box::after,
.introduct .con .box::before {
	content: "";
	position: absolute;
}


.introduct .con .box::after {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	left: 10px;
	top: 10px;
	background-color: #f7f5c5;
	z-index: -3;
}

.introduct .con .box::before {
	width: 328px;
	height: 253px;
	background-color: #d0d0d0;
	left: 65px;
	bottom: -134px;
	z-index: -5;
}

.introduct .con .box .image {
	width: 328px;
	height: 253px;
	position: absolute;
	left: 55px;
	bottom: -124px;
	z-index: 9;

}

.introduct .con .msg {
	width: 44.92%;
	background-color: #f8f8f8;
	border-radius: 20px;
	position: relative;
	padding: 43px 41px 43px 41px;
	min-height: 359px;
}


.introduct .con .msg::after,
.introduct .con .msg::before {
	content: "";
	position: absolute;
	width: 37px;
	height: 26px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.introduct .con .msg p {
	font-size: 18px;
	color: #666666;
	line-height: 32px;
}

.introduct .con .msg p strong {
	font-family: Montserrat-Bold;
	color: #333333;
	line-height: 24px;
	display: block;
}

.introduct .con .msg::after {
	background-image: url("../images/introductM1-3.png");
	top: 0;
	left: 44px;
	transform: translateY(-50%);
}

.introduct .con .msg::before {
	background-image: url("../images/introductM1-4.png");
	bottom: 0;
	right: 42px;
	transform: translateY(50%);
}


.introduct .list .item {
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.introduct .list .item:nth-child(2n) {
	flex-direction: row-reverse;
}

.introduct .list .item:last-child {
	margin-bottom: 0;
}


.introduct .list .image {
	width: 57.14%;
	border-radius: 20px;
	overflow: hidden;
}

.introduct .list .item:nth-child(2n) .msg {
	border-radius: 20px 0 0 20px;
}

.introduct .list .item:nth-child(2n-1) .msg {
	border-radius: 0px 20px 20px 0px;
}

.introduct .list .msg {
	width: 42.86%;
	background-color: #f8f8f8;
	position: relative;
}


.introduct .list .msg .des {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 42px 40px 42px 40px;
	z-index: 99;
}


.introduct .list .msg::after,
.introduct .list .msg::before {
	content: "";
	position: absolute;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.introduct .list .msg::after {
	background-image: url("../images/introductM2-3.png");
	top: 18px;
	left: 28px;
	width: 74px;
	height: 68px;
}


.introduct .list .msg::before {
	background-image: url("../images/introductM2-2.png");
	right: 64px;
	bottom: 24px;
	width: 97px;
	height: 89px;
}


.introduct .list .msg .des p {
	line-height: 30px;
	color: #333333;
}

.introduct .list .msg .des p em {
	font-family: Montserrat-Bold;
	color: #2e0f6e;
	font-style: normal;
	font-size: 18px;
}


@media screen and (max-width:1560px) {
	.introduct .title1 {
		margin-bottom: 60px;
	}

	.introduct .con .msg {
		border-radius: 10px;
		min-height: auto;
		padding: 40px 40px;
	}

	.introduct .con .show {
		border-radius: 10px;
	}

	.introduct .con .box::after {
		border-radius: 10px;
	}

	.introduct .con .box .image,
	.introduct .con .box:before {
		width: 290px;
		height: 224px;
	}

	.introduct .con {
		margin-bottom: 180px;
	}

	.introduct .list .image {
		border-radius: 10px;
	}

	.introduct .list .item:nth-child(n) .msg {
		border-radius: 10px;
	}

	.development .introduct {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:1333px) {
	.introduct .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.introduct .con .msg {
		width: 100%;
	}

	.introduct .con .box {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 60px;
	}

	.introduct .con .box::after,
	.introduct .con .box::before {
		display: none;
	}


	.introduct .con .box .show {
		width: 55%;
		border-radius: 5px;
	}


	.introduct .con .box .image {

		position: relative;
		bottom: 0;
		left: 0;
		width: 40%;
		height: auto;
		border-radius: 5px;
		overflow: hidden;
	}


	.introduct .con .box .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.introduct .con {
		margin-bottom: 60px;
	}

	.introduct .list .item:nth-child(n) {
		flex-direction: column;
		align-items: flex-start;
	}

	.introduct .list .msg {
		width: 100%;
		border-radius: 5px;
	}

	.introduct .list .image {
		width: 100%;
		height: 400px;
		margin-bottom: 30px;
		border-radius: 5px;
	}

	.introduct .list .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.development .introduct {
		margin-bottom: 60px;
	}

	.introduct .list .item {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.introduct .list .image {
		height: 300px;
	}

	.introduct .list .msg .des {
		padding: 30px;
	}

	.introduct .title1 {
		margin-bottom: 50px;
	}

	.introduct .list .msg .des p em {
		font-size: 16px;
	}

	.development .introduct {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.introduct .title1 {
		margin-bottom: 40px;
	}

	.introduct .con .box {
		margin-bottom: 50px;
	}

	.introduct .con .msg {
		padding: 30px;
	}

	.introduct .con {
		margin-bottom: 50px;
	}

	.introduct .list .image {
		height: 260px;
	}

	.introduct .con .msg::after,
	.introduct .con .msg::before {
		width: 30px;
		height: 21px;
	}

	.development .introduct {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.introduct .title1 {
		margin-bottom: 30px;
	}

	.introduct .con .box {
		margin-bottom: 40px;
	}

	.introduct .con {
		margin-bottom: 40px;
	}

	.introduct .list .image {
		height: 240px;
		margin-bottom: 20px;
	}

	.introduct .list .msg .des {
		padding: 20px;
	}

	.introduct .list .item {
		margin-bottom: 30px;
	}
}

.development .laboratory {
	margin-bottom: 80px;
}


.laboratory .title1 {
	text-align: center;
	margin-bottom: 26px;
}


.laboratory .shwo {
	margin-bottom: 20px;
	position: relative;
}

.laboratory .shwo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.laboratory .shwo .msg {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 17px 28px;
	background-color: rgba(46, 15, 110, 0.4);
	width: 100%;
	font-family: Montserrat-Regular;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
}


.laboratory .swiper-slide {
	position: relative;
}

.laboratory .swiper-slide .msg {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 17px 28px;
	background-color: rgba(46, 15, 110, 0.4);
	width: 100%;
	font-family: Montserrat-Regular;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
}


.laboratory .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	ss
}

@media screen and (max-width:1560px) {
	.laboratory .title1 {
		margin-bottom: 50px;
	}

	.laboratory .shwo .msg,
	.laboratory .swiper-slide .msg {
		font-size: 18px;
		padding: 10px 20px;
	}

	.development .laboratory {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1333px) {
	.laboratory .shwo {
		height: 400px;
	}

	.laboratory .title1 {
		margin-bottom: 40px;
	}

	.laboratory .shwo .msg,
	.laboratory .swiper-slide .msg {
		font-size: 16px;
	}
}

@media screen and (max-width:999px) {
	.development .laboratory {
		margin-bottom: 50px;
	}

	.laboratory .shwo {
		height: 300px;
	}

	.laboratory .shwo .msg,
	.laboratory .swiper-slide .msg {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.development .laboratory {
		margin-bottom: 40px;
	}

	.laboratory .shwo {
		height: 260px;
	}
}

@media screen and (max-width:538px) {
	.laboratory .title1 {
		margin-bottom: 30px;
	}

	.laboratory .shwo {
		height: 240px;
	}
}

/* 5-1service */

.oem {
	padding: 70px 0 79px 0;
	background-image: url("../images/oemBg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.oem .title1 {
	text-align: center;
	margin-bottom: 26px;
}


.oem .list {
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}


.oem .list .item {
	padding: 30px 42px 36px 42px;
	background-color: #ffffff;
	width: 32.14%;
	margin-top: 25px;
}


.oem .list .item:nth-child(-n+2) {
	width: 49.28%;
	background-color: #f7f5c5;
	margin-top: 0;
}

.oem .list .item:nth-child(-n+2) .image {
	background-color: #ffffff;
}



.oem .list .item:hover {
	background-color: #2e0f6e;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.oem .list .tit {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	font-family: Montserrat-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #2e0f6e;
}

.oem .list .item:hover .tit {
	color: #ffffff;
}


.oem .list .image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	flex-shrink: 0;
	margin-right: 20px;
	background-color: #f7f5c5;
}

.oem .list .item:hover .txts p {
	color: #ffffff;
}

.oem .list .txts p {
	font-size: 16px;
	line-height: 28px;
	color: #333333;
}


.oem .list .txts p em {
	display: block;
	padding-left: 17px;
	position: relative;
	font-style: normal;
}


.oem .list .txts p em::after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 10px;
	height: 10px;
	background-color: #2e0f6e;
	border-radius: 50%;
	transition: .4s ease all;
}

.oem .list .item:hover .txts p em::after {
	background-color: #ffffff;
}

@media screen and (max-width:1560px) {
	.oem .title1 {
		margin-bottom: 50px;
	}

	.oem .list .item {
		padding: 30px;
	}

	.oem .list .image {
		width: 70px;
		height: 70px;
		margin-right: 10px;
	}

	.oem .list .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 20px;
	}

}

@media screen and (max-width:1333px) {
	.oem .title1 {
		margin-bottom: 40px;
	}

	.oem .list .image {
		width: 65px;
		height: 65px;
	}

	.oem .list .item:nth-child(n) {
		width: 48%;
	}

	.oem .list .item:last-child {
		width: 100%;
	}
}

@media screen and (max-width:999px) {
	.oem .list .item {
		padding: 20px;
	}

	.oem .list .image {
		width: 60px;
		height: 60px;
	}

	.oem .list .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.oem .list .txts p em::after {
		width: 8px;
		height: 8px;
	}

}

@media screen and (max-width:768px) {
	.oem .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.oem .list .item:nth-child(1) {
		margin-top: 0;
	}

	.oem .title1 {
		margin-bottom: 30px;
	}
}


.process {
	padding: 69px 0 100px 0;
}


.process .cooperationProcess {
	margin-bottom: 279px;
}

.cooperationProcess .title1 {
	text-align: center;
	margin-bottom: 44px;
}


.cooperationProcess .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}



.cooperationProcess .list .item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 20%;
	min-height: 325px;
	padding-bottom: 50px;
}


.cooperationProcess .list .item::after {
	content: "";
	position: absolute;
	top: 0;
	width: 319px;
	height: 143px;
	background-image: url("../images/processM2-1.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
}

.cooperationProcess .list .item::before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 240px;
	height: 66px;
	background-image: url("../images/processM2-2.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
}

.cooperationProcess .list .item:nth-child(2n)::after {
	top: auto;
	bottom: 0;
	transform: rotateX(180deg) translateX(-50%);
}


.cooperationProcess .list .item:nth-child(2n)::before {
	bottom: auto;
	top: 0;
	transform: rotateX(180deg) translateX(-50%);
}



.cooperationProcess .list .item:nth-child(2n) {
	transform: translateY(62%);
}




.cooperationProcess .list .num {
	font-family: Montserrat-Regular;
	font-size: 27px;
	line-height: 30px;
	text-align: center;
	color: #333333;
	margin-bottom: 19px;
}

.cooperationProcess .list .image {
	width: 80px;
	margin: 0 auto 17px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cooperationProcess .list .name {
	text-align: center;
	font-family: Montserrat-Regular;
	font-size: 27px;
	line-height: 42px;
	color: #333333;
}


@media screen and (max-width:1560px) {
	.cooperationProcess .title1 {
		margin-bottom: 70px;
	}

	.cooperationProcess .list .name {
		font-size: 22px;
		line-height: 30px;
	}

	.cooperationProcess .list .num {
		font-size: 22px;
		line-height: 30px;
	}

	.cooperationProcess .list .image {
		width: 70px;
	}

	.cooperationProcess .list .item {
		padding-bottom: 35px;
		min-height: 270px;
	}

	.cooperationProcess .list .item::after {
		width: 249px;
		height: 110px;
	}

	.cooperationProcess .list .item::before {
		width: 200px;
		height: 55px;
	}

	.process .cooperationProcess {
		margin-bottom: 260px;
	}

}

@media screen and (max-width:1333px) {
	.cooperationProcess .title1 {
		margin-bottom: 60px;
	}

	.cooperationProcess .list .name {
		font-size: 18px;
		line-height: 28px;
	}

	.cooperationProcess .list .num {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.cooperationProcess .list .image {
		width: 60px;
		margin-bottom: 10px;
	}

	.cooperationProcess .list .item {
		padding-bottom: 30px;
		min-height: 240px;
	}

	.cooperationProcess .list .item::after {
		width: 210px;
		height: 94px;
	}

	.cooperationProcess .list .item::before {
		width: 170px;
		height: 46px;
	}

	.process .cooperationProcess {
		margin-bottom: 200px;
	}
}

@media screen and (max-width:999px) {
	.cooperationProcess .list {
		justify-content: center;
	}

	.cooperationProcess .list .item:nth-child(n) {
		transform: translateX(0);
		width: 28%;
		margin-right: 8%;
		min-height: auto;
		padding: 35px 30px;
	}

	.cooperationProcess .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.cooperationProcess .list .item:last-child {
		margin-right: 0;
	}

	.cooperationProcess .title1 {
		margin-bottom: 50px;
	}

	.process .cooperationProcess {
		margin-bottom: 50px;
	}

	.cooperationProcess .list .name {
		font-size: 16px;
		line-height: 26px;
	}

	.cooperationProcess .list .num {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 5px;
	}

	.cooperationProcess .list .image {
		width: 50px;
		margin-bottom: 5px;
	}
}

@media screen and (max-width:768px) {
	.cooperationProcess .list .item::before {
		width: 150px;
		height: 41px;
	}

	.cooperationProcess .list .item::after {
		width: 185px;
		height: 82px;
	}

	.cooperationProcess .title1 {
		margin-bottom: 40px;
	}

	.process .cooperationProcess {
		margin-bottom: 40px;
	}
}


@media screen and (max-width:538px) {
	.cooperationProcess .list .item:nth-child(n) {
		transform: translateX(0);
		width: 48%;
		margin-right: 0%;
		margin-right: 4%;
		margin-top: 30px;
	}

	.cooperationProcess .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.cooperationProcess .list .item:last-child {
		margin-right: 0;
	}

	.cooperationProcess .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.cooperationProcess .list .item::before {
		width: 139px;
		height: 37px;
	}

	.cooperationProcess .list .item::after {
		width: 160px;
		height: 72px;
	}

}






/* 5-2service */

.service {
	padding: 68px 0 140px 0;
}

.service .title1 {
	font-size: 46px;
}

.download {
	margin-bottom: 56px;
}


.download .title1 {
	text-align: center;
	margin-bottom: 26px;
}


.download .swiper-slide {
	border: solid 1px #e5e5e5;
	padding: 58px 20px 53px;
	display: flex;
	flex-direction: column;
	align-items: center;
}


.download .image {
	margin: 0 auto 12px;
	width: 64px;
}

.download .image:hover img {
	transform: translateY(-5px);
}

.download .tit {
	text-align: center;
	font-family: Montserrat-Bold;
	font-size: 17px;
	line-height: 27px;
	color: #333333;
	margin-bottom: 2px;
}

.download .tit:hover {
	color: #2e0f6e;
}


.download .txts {
	font-family: Montserrat-Regular;
	font-size: 15px;
	line-height: 28px;
	color: #666666;
	text-align: center;
	margin-bottom: 20px;
}

.download .btn {
	text-align: center;
	font-family: Montserrat-Regular;
	font-size: 15px;
	color: #2e0f6e;
}

.download .btn:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}




.faqs .title1 {
	text-align: center;
	margin-bottom: 24px;
}



.faqList {
	margin-bottom: 35px;
}


.faqList .item {
	margin-bottom: 19px;
}

.faqList .item:last-child {
	margin-bottom: 0;
}

.faqList .item:nth-child(1) .answer {
	display: block;
}

.faqList .answer {
	display: none;
	transition: none;
	padding-top: 6px;
}

.faqList .question {
	font-size: 18px;
	font-family: Montserrat-Bold;
	line-height: 30px;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	background-color: #f2f2f2;
	padding: 18px 29px;
}



.faqList .question:hover {
	color: #2e0f6e;
}

.faqList .question:hover i {
	color: #2e0f6e;
}

.faqList .item.active .question i {
	transform: rotate(90deg);
}

.faqList .question i {
	flex-shrink: 0;
	color: #333333;
	margin-left: 30px;
	font-weight: bold;
	margin-right: -10px;
}

.faqList .answer {
	padding: 23px 31px 0;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}


.service .pager {
	margin-bottom: 64px;
}


.salesService .title1 {
	text-align: center;
	margin-bottom: 27px;
}


.salesService .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}



.salesService .list .item {
	width: 48.64%;
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 40px;
}



.salesService .list .item:nth-child(-n+2) {
	margin-top: 0;
}


.salesService .list .msg {
	padding: 12px 22px 14px;
	background-color: #f2f2f2;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	flex: 1;
}




@media screen and (max-width:1560px) {
	.download .swiper-slide {
		padding: 30px 20px;
	}

	.download .image {
		width: 50px;
		margin-bottom: 20px;
	}

	.download {
		margin-bottom: 60px;
	}

	.faqs .title1 {
		margin-bottom: 40px;
	}

	.download .title1 {
		margin-bottom: 40px;
	}

	.faqList {
		margin-bottom: 50px;
	}

	.salesService .title1 {
		margin-bottom: 40px;
	}

	.salesService .list .msg {
		padding: 20px;
	}
}

@media screen and (max-width:1333px) {
	.download .image {
		width: 45px;
		margin-bottom: 16px;
	}

	.faqList .question {
		padding: 16px 30px;
	}
}

@media screen and (max-width:999px) {

	.download .title1,
	.faqs .title1 {
		margin-bottom: 30px;
	}

	.download {
		margin-bottom: 50px;
	}

	.faqList .question {
		font-size: 16px;
		line-height: 28px;
	}

	.faqList .question i {
		font-size: 14px;
	}

	.faqList .answer {
		padding-top: 20px;
	}

	.faqList {
		margin-bottom: 40px;
	}

	.service .pager {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {}

@media screen and (max-width:538px) {
	.salesService .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.salesService .list .item:nth-child(1) {
		margin-top: 0;
	}

	.salesService .title1 {
		margin-bottom: 30px;
	}
}










/* 5-3service */


.videoPiece {
	padding: 80px 0 75px 0;
}


.videoPiece .list {
	margin-bottom: 32px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.videoPiece .list .videoItem {
	width: 45.28%;
	margin-top: 43px;
}

.videoPiece .list .videoItem:nth-child(-n+2) {
	margin-top: 0;
}

.videoItem .image {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}

.videoItem .image>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.videoItem .image .video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background-color: rgba(0, 0, 0, .2);
}

.videoItem .image .video img {
	width: 45px;
}


.videoItem .image .video:hover {
	background-color: rgba(0, 0, 0, 0);
}


.videoItem .name {
	font-size: 17px;
	line-height: 26px;
	color: #333333;
	text-align: center;
	margin-top: 13px;
}


@media screen and (max-width:1560px) {
	.videoItem .image {
		border-radius: 10px;
	}
}

@media screen and (max-width:1333px) {
	.videoItem .image {
		border-radius: 5px;
	}

	.videoPiece .list .videoItem {
		width: 48%;
		margin-top: 30px;
	}

	.videoItem .image .video img {
		width: 40px;
	}
}

@media screen and (max-width:538px) {
	.videoPiece .list .videoItem:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.videoPiece .list .videoItem:nth-child(1) {
		margin-top: 0;
	}
}


/* 6-1media */

.news {
	padding: 110px 0 80px 0;
}



.news .list {
	margin-bottom: 34px;
}


.news .item {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
	padding-bottom: 29px;
	align-items: center;
}

.news .item:last-child {
	margin-bottom: 0;
}


.news .item .image {
	flex-shrink: 0;
	width: 216px;
	border-radius: 20px 20px 0px 0px;
	overflow: hidden;
	margin-left: 30px;
}

.news .item .box {
	flex: 1;
	display: flex;
	align-items: center;
}

.news .item .time {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 20px;
	line-height: 27px;
	color: #2e0f6e;
}

.news .item .line {
	width: 1px;
	height: 82px;
	border: solid 1px #e5e5e5;
	margin: 0 27px 0 28px;
}

.news .item .name {
	font-family: Montserrat-Bold;
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	margin-bottom: 14px;
}


.news .item .name:hover {
	color: #2e0f6e;
}

.news .item .txts p {
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
}




.news .item .time span {
	text-align: center;
	margin-top: 1px;
}


.news .item .time span:nth-child(2) {
	font-size: 16px;
}


.news .pager {
	margin-bottom: 74px;
}

@media screen and (max-width:1560px) {
	.news .item .image {
		border-radius: 10px 10px 0 0;
	}

	.news .list {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:1333px) {
	.news .item .time {
		font-size: 18px;
	}

	.news .item .time span {
		margin: 0;
	}

	.news .item .image {
		border-radius: 5px 5px 0 0;
	}

	.news .pager {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.news .item .box {
		flex-direction: column;
		align-items: flex-start;
	}

	.news .item .line {
		display: none;
	}

	.news .item .time {
		flex-direction: row;
		align-items: center;
		margin-bottom: 10px;
	}

	.news .item .time span:nth-child(1) {
		margin-right: 10px;
	}

	.news .item .name {
		font-size: 16px;
		line-height: 28px;
	}

	.news .item .time {
		font-size: 16px;
	}

	.news .item .time span:nth-child(2) {
		font-size: 14px;
	}

	.news .pager {
		margin-bottom: 50px;
	}
}


@media screen and (max-width:538px) {
	.news .item {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.news .item .image {
		margin: 0 auto;
		margin-bottom: 10px;
	}
}


/* 6-2media */

.newDet {
	padding: 74px 0 80px 0;
}


.newDet .con {
	display: flex;
	justify-content: space-between;
	margin-bottom: 68px;
}

.newDet .describe {
	width: 66.85%;
}

.newDet .relatedNews {
	width: 28.57%;
}

.newDet .describe h1 {
	font-family: Montserrat-Bold;
	font-size: 24px;
	line-height: 34px;
	color: #333333;
	margin-bottom: 20px;
}



.newDet .tips {
	display: flex;
	align-items: center;
	margin-bottom: 45px;
}

.newDet .tips .time {
	font-size: 14px !important;
	line-height: 26px;
	color: #999999;
	margin-right: 20px;
}

.share {
	display: flex;
	align-items: center;
}

.share span {
	flex-shrink: 0;
	font-family: Montserrat-Regular;
	font-size: 14px;
	line-height: 26px;
	color: #999999;
	margin-right: 10px;
}



.newDet .describe .msg {
	padding: 41px 0 61px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 26px;
}

.newDet .describe p em {
	font-style: normal;
	color: #2e0f6e;
}

.newDet .describe p {
	line-height: 26px;
}


.relatedNews {
	margin-top: 6px;
}

.relatedNews .title {
	background-color: #2e0f6e;
	font-size: 24px;
	line-height: 34px;
	color: #ffffff;
	margin-bottom: 22px;
	padding: 21px 18px;
}


.relatedNews .item {
	margin-bottom: 16px;
	background-color: #ffffff;
	border-bottom: 1px solid #e5e5e5;
}


.relatedNews .item:last-child {
	margin-bottom: 0;
}

.relatedNews .image {
	overflow: hidden;
	border-radius: 20px 20px 0px 0px;
}

.relatedNews .msg {
	padding: 8px 10px 10px;
}

.relatedNews .tit {
	font-size: 15px;
	line-height: 26px;
	color: #333333;
	margin-bottom: 4px;
	font-family: Montserrat-Bold;
}


.relatedNews .tit:hover {
	color: #2e0f6e;
}



.relatedNews .txts {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 15px;
}

.relatedNews .time {
	font-size: 13px !important;
	line-height: 23px;
	color: #2e0f6e;
}



.prevOrNext>div {
	display: flex;
	align-items: center;
}

.prevOrNext>div.prev {
	margin-bottom: 8px;
}

.prevOrNext a.tit:hover {
	color: #2e0f6e;
}


.prevOrNext .tit {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 16px;
	line-height: 26px;
}

.prevOrNext .tit {
	color: #666666;
}


.prevOrNext .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
	width: 46px;
	height: 46px;
	color: #ffffff;
	flex-shrink: 0;
	margin-right: 18px;
	border-radius: 50%;
	background-color: rgba(177, 177, 177, 0.6);
}


.prevOrNext a.btn:hover {
	background-color: #2e0f6e;
}

.newDet .hotProducts {
	margin-bottom: 80px;
}


@media screen and (max-width:1560px) {
	.relatedNews {
		margin-top: 0;
	}

	.newDet .describe h1 {
		margin-bottom: 30px;
	}

	.relatedNews .title {
		padding: 15px;
		margin-bottom: 30px;
	}

	.relatedNews .image {
		border-radius: 10px 10px 0 0;
	}

	.relatedNews .msg {
		padding: 10px;
	}

	.newDet .describe .msg {
		padding: 40px 0;
		margin-bottom: 30px;
	}

	.newDet .con {
		margin-bottom: 60px;
	}

	.newDet .hotProducts {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1333px) {
	.newDet .tips {
		margin-bottom: 40px;
	}

	.relatedNews .title {
		font-size: 22px;
		line-height: 30px;
		padding: 10px 15px;
	}

	.relatedNews .image {
		border-radius: 5px 5px 0 0;
	}

	.newDet .describe .msg {
		padding: 30px 0;
	}

	.newDet .describe h1 {
		font-size: 22px;
	}

}

@media screen and (max-width:999px) {
	.newDet .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet .describe {
		width: 100%;
	}

	.prevOrNext .tit {
		font-size: 14px;
		line-height: 24px;
	}

	.prevOrNext .btn {
		width: 40px;
		height: 40px;
		font-size: 12px !important;
	}

	.newDet .describe {
		margin-bottom: 50px;
	}

	.newDet .relatedNews {
		width: 100%;
	}

	.relatedNews .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.relatedNews .list .item {
		width: 48%;
		margin-top: 30px;
	}


	.relatedNews .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.relatedNews .title {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 40px;
	}

	.newDet .con {
		margin-bottom: 50px;
	}

	.newDet .hotProducts {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.newDet .con {
		margin-bottom: 40px;
	}

	.newDet .hotProducts {
		margin-bottom: 40px;
	}

	.newDet .describe h1 {
		font-size: 20px;
	}

	.relatedNews .title {
		font-size: 18px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.newDet .tips {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet .tips .time {
		margin-right: 0;
		margin-bottom: 10px;
	}

}

@media screen and (max-width:400px) {
	.relatedNews .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.relatedNews .list .item:nth-child(1) {
		margin-top: 0;
	}
}


/* 7-1contact us */



.contactUs {
	padding: 80px 0 82px 0;
}


.contactList {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 59px;
}



.contactList .item {
	display: flex;
	align-items: flex-start;
	position: relative;
	width: 32.57%;
	margin-right: 1.145%;
	margin-top: 20px;
	padding: 43px 39px 32px 39px;
	overflow: hidden;
	border-bottom: 3px solid transparent;
}



.contactList .item::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url("../images/contactListBg.png");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	left: 0;
	bottom: 0;
	transition: .6s ease all;
	box-sizing: border-box;
	transform: translateY(100%);
	opacity: 0;
}


.contactList .item:hover {
	border-bottom: 3px solid #2e0f6e;
}

.contactList .item:hover::after {
	transform: translateY(0);
	opacity: 1;
}

.contactList .item::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 1px solid #e5e5e5;
	pointer-events: none;
	transition: .4s ease all;
	box-sizing: border-box;
}


.contactList .item:hover::before {
	opacity: 0;
}

.contactList .item:nth-child(3n) {
	margin-right: 0;
}

.contactList .item:last-child {
	width: 100%;
	margin-right: 0;
}


.contactList .item:nth-child(-n+3) {
	margin-top: 0;
}



.contactList .item:last-child {
	margin-bottom: 0;
}


.contactList i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	background-color: rgba(46, 15, 110, .2);
	border-radius: 50%;
	border: 2px solid rgba(46, 15, 110, 0.4);
	color: #ffffff;
	font-size: 32px;
	margin-right: 20px;
	flex-shrink: 0;
	transform: translateY(-4px);
	color: #2e0f6e;
}



.contactList .name {
	font-family: Montserrat-Bold;
	font-size: 19px;
	color: #333333;
	line-height: 24px;
	margin-bottom: 1px;
}


.contactList .email {
	word-break: break-all;
}


.contactList .num {
	font-family: Manrope-Regular;
	font-size: 19px;
	line-height: 28px;
	color: #666666;
}

.contactList a.num:hover {
	color: #2e0f6e;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


.contactUs .touch {
	margin-bottom: 39px;
}


.touch {
	background-color: #fafafa;
	padding: 53px 40px 60px 40px;
}

.touch .tip {
	line-height: 26px;
	color: #2e0f6e;
	margin-bottom: 5px;
	text-align: center;
}

.touch .title1 {
	text-align: center;
	color: #2e0f6e;
	font-size: 46px;
	margin-bottom: 58px;
}




.touch ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.touch ul li {
	width: 48.5%;
	height: 51px;
	margin-top: 19px;
	padding: 0 30px;
	border: solid 1px rgba(98, 119, 154, .3);
}

.touch ul li:nth-child(-n+2) {
	margin-top: 0;
}


.touch ul li.message {
	width: 100%;
	height: 161px;
	padding: 13px 30px;
}

.touch ul li.code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}

.touch ul li.code input {
	flex: 1;
	padding: 0 30px;
}


.touch ul li.code .codeImg {
	flex-shrink: 0;
	height: 100%;
	max-width: 80px;
	background-color: #f3fbfe;
	cursor: pointer;
}

.touch ul li.code .codeImg img {
	height: 100%;
}

.touch ul li.subBtn {
	padding: 0;
	border: none;
}

.touch ul li.subBtn input {
	background-color: #2e0f6e;
	font-size: 18px;
	color: #ffffff;
	border: 1px solid #2e0f6e;
	cursor: pointer;
}

.touch ul li.subBtn input:hover {
	background-color: #ffffff;
	color: #2e0f6e;
}


.touch ul li.must {
	position: relative;
}

.touch ul li.must::after {
	content: "*";
	position: absolute;
	left: 19px;
	top: 15px;
	font-family: Montserrat-Regular;
	font-size: 16px;
	color: #ff0000;
}


.touch input,
.touch textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	font-family: Montserrat-Regular, Arial, sans-serif;
	font-size: 16px;
}


.touch input::-webkit-input-placeholder,
.touch textarea::-webkit-input-placeholder {
	color: #666666;
	opacity: 1;
}

.touch input:-moz-placeholder,
.touch textarea:-moz-placeholder {
	color: #666666;
	opacity: 1;
}

.touch input::-moz-placeholder,
.touch textarea::-moz-placeholder {
	color: #666666;
	opacity: 1;
}

.touch input:-ms-input-placeholder,
.touch textarea:-ms-input-placeholder {
	color: #666666;
	opacity: 1;
}

.touch .m-formcountry .drop-btn {
	padding: 0 19px;
}

.touch .m-formcountry .drop-list li {
	padding: 5px 19px;
}

.touch .m-formcountry .drop-btn i,
.touch .m-formcountry .drop-btn svg {
	right: 19px;
	font-size: 18px;
	font-weight: bold;
	transform: translateY(-50%) rotate(0deg);
	color: #333333;
}


.m-formcountry {
	position: relative;
	padding: 0;
}

.m-formcountry .drop-btn {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0 18px;
	left: 0;
	top: 0;
}


.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
	position: absolute;
	right: 18px;
	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%;
	left: 0;
	background-color: #fff;
	max-height: 223px;
	overflow-x: hidden;
	z-index: 10001;
	scrollbar-color: #2e0f6e rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
}

.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: #2e0f6e;
}

.m-formcountry .drop-list li {
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	padding: 5px 18px;
	cursor: pointer;
	border: none;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
	width: 100%;
	height: auto;
	margin: 0;
	border-radius: 0;
	height: auto;
	margin: 0;
}

.m-formcountry .drop-list li.on {
	background-color: #2e0f6e;
	color: #ffffff;
}



.touch .m-formcountry .drop-list li {
	font-size: 16px;
	line-height: 26px;
	height: auto;
	border: none;
	border-bottom: 1px solid #e6e6e6;
}



.map img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

@media screen and (max-width:1560px) {
	.contactList .item {
		padding: 40px 30px;
	}
}

@media screen and (max-width:1333px) {
	.contactList .num {
		font-size: 16px;
	}

	.contactList .item {
		padding: 30px 20px;
	}

	.contactList i {
		font-size: 25px;
		width: 50px;
		height: 50px;
	}

	.contactList {
		justify-content: space-between;
	}

	.contactList .item:nth-child(n) {
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
		padding: 30px 30px;
	}

	.contactList .item:nth-child(-n+2) {
		width: 48%;
		margin-top: 0;
	}

	.contactList i {
		transform: translateY(0);
	}

	.touch {
		padding: 40px;
	}

	.touch .title1 {
		margin-bottom: 40px;
	}

	.contactUs .touch {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.contactList .num {
		font-size: 14px;
	}

	.contactList .item:nth-child(n) {
		padding: 20px;
	}

	.contactList i {
		font-size: 22px;
	}

	.contactList {
		margin-bottom: 50px;
	}

	.contactUs .touch {
		margin-bottom: 50px;
	}

	.touch .tip {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.touch {
		padding: 40px 30px;
	}

	.touch ul li {
		height: 45px;
	}

	.touch .m-formcountry .drop-btn i,
	.touch .m-formcountry .drop-btn svg {
		font-size: 14px;
	}

	.touch .m-formcountry .drop-list li {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.contactList {
		margin-bottom: 40px;
	}

	.contactUs .touch {
		margin-bottom: 40px;
	}

	.contactList i {
		width: 46px;
		height: 46px;
		font-size: 20px;
	}

	.touch {
		padding: 30px 20px;
	}

	.touch ul li {
		height: 40px;
		padding: 0 20px;
	}

	.touch ul li.must::after {
		top: 10px;
		left: 10px;
	}

	.touch ul li.message {
		padding: 10px 20px;
	}

	.touch ul li.code input {
		padding: 0 20px;
	}

	.touch .m-formcountry .drop-btn i,
	.touch .m-formcountry .drop-btn svg {
		font-size: 12px;
	}

	.touch ul li.message {
		height: 140px;
	}
}

@media screen and (max-width:538px) {
	.contactList .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.contactList .item:nth-child(1) {
		margin-top: 0;
	}

	.touch .title1 {
		margin-bottom: 30px;
	}

	.touch {
		padding: 30px 10px;
	}

	.touch ul li {
		padding: 0 15px;
	}

	.touch ul li.must::after {
		left: 4px;
		top: 12px;
	}

	.touch .m-formcountry .drop-btn,
	.touch ul li.code input {
		padding: 0 15px;
	}

	.touch .m-formcountry .drop-list li {
		padding: 5px 15px;
	}

	.touch ul li.message {
		padding: 15px;
	}

	.touch .m-formcountry .drop-btn i,
	.touch .m-formcountry .drop-btn svg {
		right: 15px;
	}
}

@media screen and (max-width:400px) {
	.touch ul li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	.touch ul li:nth-child(1) {
		margin-top: 0;
	}

	.touch {
		padding: 30px 20px;
	}
}




/* innerBanner */

.innerBanner {
	height: 400px;
	position: relative;
}


.innerBanner .image {
	height: 100%;
}

.innerBanner .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}



.innerBanner .msg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	height: 100%;
}

.innerBanner .msg .title {
	font-family: Montserrat-Bold;
	font-size: 47px;
	line-height: 60px;
	color: #ffffff;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
}

.innerBanner .msg .title::after {
	content: "";
	position: absolute;
	left: 104%;
	bottom: 63%;
	width: 30px;
	height: 30px;
	background-image: url("../images/innerBannerSign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}





/* crumb */


.crumb {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.crumb a,
.crumb i {
	color: #ffffff;
}

.crumb a.active,
.crumb a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 2px;
}


.crumb i {
	font-style: normal;
	margin: 0 8.5px;
}



/* 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: 35px;
	height: 31px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Montserrat-Regular, Arial, sans-serif;
	font-size: 14px !important;
	color: #666666;
	margin: 5px 4.5px;
	background-color: #ffffff;
	border: solid 1px #a7a7a7;
}



.pager .pageList a.active,
.pager .pageList a:hover {
	background-color: #2e0f6e;
	color: #ffffff !important;
	border-color: #2e0f6e;
}

.pager .pageList a.prev {
	width: 79px;
}

.pager .pageList a.next {
	width: 61px;
}



.pager .addTo {
	display: flex;
	align-items: center;
	margin: 5px 5px;
	position: relative;
}


.pager .addTo p {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 149px;
	height: 31px;
	background-color: #2e0f6e;
	border: 1px solid #2e0f6e;
	font-size: 12px !important;
	color: #ffffff;
}



.pager .addTo input {
	cursor: pointer;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0;
}

.pager .addTo img {
	flex-shrink: 0;
	margin-left: 8px;
}


.pager .addTo:hover p {
	background-color: #ffffff;
	color: #2e0f6e;
}




@media screen and (max-width:1560px) {
	.innerBanner .msg .title {
		font-size: 38px;
		line-height: 48px;
		margin-bottom: 20px;
	}

	.innerBanner .msg .title::after {
		width: 26px;
		height: 26px;
	}

	.innerBanner {
		height: 350px;
	}
}

@media screen and (max-width:1333px) {
	.innerBanner {
		height: 300px;
	}

	.innerBanner .msg .title {
		font-size: 32px;
		line-height: 42px;
	}

	.innerBanner .msg .title::after {
		width: 24px;
		height: 24px;
	}
}

@media screen and (max-width:999px) {
	.innerBanner .msg .title {
		font-size: 28px;
		line-height: 38px;
	}

	.innerBanner .msg .title::after {
		width: 20px;
		height: 20px;
	}

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 26px;
	}

	.innerBanner {
		height: 240px;
	}
}

@media screen and (max-width:768px) {
	.innerBanner .msg .title {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 10px;
	}

	.innerBanner {
		height: 220px;
	}
}

@media screen and (max-width:538px) {
	.innerBanner {
		height: 200px;
	}
}

/* footer */



footer {
	background-color: #2e0f6e;
	padding: 96px 0 50px 0;
}


footer .footerList {
	display: flex;
	align-items: flex-start;
}



footer .footerList .box {
	margin-top: 24px;
}

footer .footerList .box li {
	margin-top: 10px;
}

footer .footerList .box li:nth-child(1) {
	margin-bottom: 0;
}


footer .footerList .titBox .meuBtn {
	display: none;
}


footer .footerList .fNav {
	width: 18%;
	margin-right: 3%;
}


footer .footerList .fProduct {
	width: 18%;
	margin-right: 2.9%;
}



footer .footerList .fContact {
	width: 21%;
	margin-right: 3.1%;
}


footer .footerList .fContact p {
	display: inline;
}

footer .footerList .fContact li {
	display: flex;
	align-items: flex-start;
	margin-top: 10px;
}

footer .footerList .fContact li i {
	margin-right: 8px;
	flex-shrink: 0;
	color: #ffffff;
}

footer .footerList .fContact li:nth-child(1) {
	margin-top: 0;
}


footer .footerList .fInquiry {
	width: 34%;
}

footer .footerList .fInquiry form {
	margin-top: 35px;
}


footer .footerList form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


footer .footerList form ul li {
	height: 41px;
	margin-top: 14px;
	padding: 0 18px;
	width: 48.5%;
	border: solid 1px #ededed;
	border-radius: 6px;
}

footer .footerList form ul li:nth-child(-n+2) {
	margin-top: 0;
}



.fInquiry form input,
.fInquiry form textarea {
	width: 100%;
	height: 100%;
	color: #ffffff;
	background-color: transparent;
	font-size: 14px !important;
}



.fInquiry form li.code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}


.fInquiry form li.message {
	width: 100%;
	height: 84px;
	padding: 9px 18px;
}


.fInquiry form li.code {
	padding: 0px;
}


.fInquiry form li.code input {
	flex: 1;
	padding: 0 18px;
}


.fInquiry form li.code .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	max-width: 84px;
	height: 100%;
	background-color: #f3fbfe;
}

.fInquiry form li.code .codeImg img {
	height: 100%;
}

.fInquiry form li.subBtn {
	padding: 0;
	border: none;
}


.fInquiry form li.subBtn input {
	background-color: #f7f5c5;
	cursor: pointer;
	color: #2e0f6e;
	border-radius: 6px;
}



.fInquiry form li.subBtn input:hover {
	background-color: #ffffff;
}



.fInquiry form li.must {
	position: relative;
}


.fInquiry form li.must::after {
	content: "*";
	position: absolute;
	left: 11px;
	top: 7px;
	font-family: Montserrat-Regular;
	font-size: 14px;
	color: #ff0000;
}




.fInquiry form input::-webkit-input-placeholder,
.fInquiry form textarea::-webkit-input-placeholder {
	font-size: 14px !important;
	color: #d2d2d2;
}

.fInquiry form input:-moz-placeholder,
.fInquiry form textarea:-moz-placeholder {
	font-size: 14px !important;
	color: #d2d2d2;
}

.fInquiry form input::-moz-placeholder,
.fInquiry form textarea::-moz-placeholder {
	font-size: 14px !important;
	color: #d2d2d2;
}

.fInquiry form input:-ms-input-placeholder,
.fInquiry form textarea:-ms-input-placeholder {
	font-size: 14px !important;
	color: #d2d2d2;
}



footer a,
footer p,
footer div {
	font-size: 16px;
	line-height: 26px;
	color: #d2d2d2;
}

footer .box a:hover {
	color: #f7f5c5;
}

footer .title {
	font-family: Montserrat-Bold;
	font-size: 24px;
	line-height: 34px;
	color: #ffffff;
	display: block;
}

footer a.title:hover {
	color: #f7f5c5;
}

footer .line {
	width: 100%;
	height: 1px;
	background-color: #ffffff;
	margin: 39px 0 25px 0;
}



footer .copyright {
	color: #d2d2d2;
	margin-bottom: 4px;
}


footer .copyright a {
	display: inline;
	color: #d2d2d2;
}


footer .copyright a img {
	display: inline-block;
	margin-left: 5px;
}

footer .copyright a:hover img {
	transform: scale(1.1);
}

footer .links span {
	color: #d2d2d2;
}

footer .links a {
	margin-right: 10px;
	color: #d2d2d2;
}


footer .email a {
	word-break: break-all;
}


.fBottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
}

footer .blogrolls {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	margin-left: 30px;
}

footer .blogrolls a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px 0;
	font-size: 16px;
	margin-left: 15.5px;
	width: 32px;
	height: 32px;
	border-radius: 5px;
	border: solid 1px #ffffff;
	color: #ffffff;
}



footer .blogrolls a:hover {
	background-color: #f7f5c5;
	border-color: #f7f5c5;
	color: #2e0f6e !important;
}



@media screen and (max-width:1560px) {
	footer .footerList {
		justify-content: space-between;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer {
		padding: 60px 0;
	}

	footer .line {
		margin: 40px 0;
	}

	footer .title {
		font-size: 22px;
	}

	footer .footerList .box {
		margin-top: 30px;
	}
}


@media screen and (max-width:1333px) {
	footer .title {
		font-size: 18px;
		line-height: 28px;
	}

	.fInquiry form li.code {
		width: 100%;
	}

	.fInquiry form li {
		border-radius: 5px;
	}

	footer .footerList .fProduct {
		width: 20%;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 24px;
	}

	footer .footerList .box {
		margin-top: 26px;
	}

	footer .footerList .fInquiry form {
		margin-top: 26px;
	}

	footer .footerList form ul li {
		padding: 0 15px;
		border-radius: 3px;
		height: 36px;
	}

	.fInquiry form li.subBtn input {
		border-radius: 3px;
	}

	footer .footerList .fContact li i {
		font-size: 14px;
	}

	.fInquiry form li.message {
		padding: 10px 15px;
	}

	.fInquiry form li.code input {
		padding: 0 15px;
	}

	.fInquiry form li.must::after {
		left: 5px;
	}

	.fInquiry .m-formcountry .drop-btn {
		padding: 0 15px;
	}

	.fInquiry .m-formcountry .drop-list li {
		padding: 0 15px;
	}

	footer .blogrolls a {
		margin-left: 10px;
	}
}

@media screen and (max-width:999px) {

	footer .footerList {
		flex-wrap: wrap;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-bottom: 15px;
	}

	footer .footerList>li:last-child {
		margin-bottom: 0;
	}

	footer .footerList .box {
		margin-top: 10px;
	}

	footer .title {
		font-size: 16px;
		line-height: 26px;
	}

	footer .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList .box {
		display: none;
		transition: none;
	}

	footer .footerList .box ul li {
		width: 48%;
		margin-bottom: 0;
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList .fInquiry form {
		margin-top: 15px;
	}

	footer .footerList .fInquiry ul li:nth-child(n) {
		width: 48%;
		margin-top: 15px;
	}

	footer .footerList .fInquiry ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList .fInquiry ul li.message {
		width: 100%;
	}

	footer .footerLinks a {
		width: 50%;
		margin-top: 15px;
		font-size: 14px;
	}

	footer .footerLinks a:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerLinks a img {
		width: 26px;
	}

	.fBottom {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	footer .blogrolls {
		margin-left: 0;
		margin-bottom: 15px;
	}

	footer .blogrolls a {
		margin-left: 0;
		margin-right: 15px;
	}

	footer .footerList .titBox {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	footer .footerList .titBox .meuBtn {
		width: 35px;
		height: 35px;
		font-size: 12px;
		font-weight: bold;
		color: #ffffff;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	footer .footerList .titBox .meuBtn.active {
		transform: rotate(90deg);
	}

	footer .footerList .fInquiry form {
		display: none;
		transition: none;
	}

	footer .footerList .fContact .box li:last-child {
		width: 100%;
	}


	footer {
		padding: 40px 0 60px 0;
	}

	footer .fLogo {
		width: 120px;
		margin-bottom: 30px;
	}

	footer .line {
		margin: 30px 0;
	}

	footer .fInquiry .m-formcountry .drop-list li:nth-child(n) {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 3.5px 18px;
	}

	footer .blogrolls a {
		font-size: 14px;
		width: 30px;
		height: 30px;
	}
}


@media screen and (max-width:538px) {
	footer .footerList .box ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(1) {
		margin-top: 0;
	}


	footer .footerLinks a:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerLinks a img {
		width: 24px;
	}

	footer .footerLinks a:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList form ul li {
		height: 36px;
	}

	footer .fLogo {
		width: 110px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:400px) {
	footer .footerList .fInquiry ul li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerList .fInquiry ul li:nth-child(-n+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: Montserrat-Regular, Arial, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

/* video tankuang */

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}



/* kefu */
.lianxi {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
}

.lianxi div a,
.lianxi div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #c1c1c1;
	color: #ffffff;
	margin-bottom: 3px;
	margin-right: 4px;
	font-size: 25px;
	border-radius: 5px;
}

.lianxi .top a {
	width: 60px;
	height: 60px;
	background-color: #c1c1c1;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 3px;
}


.lianxi a i {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.lianxi .top i {
	font-size: 24px;
}

.lianxi div div {
	cursor: pointer;
}

.lianxi div a:hover,
.lianxi div div:hover {
	background-color: #2e0f6e;
	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: 1560px) {

	.lianxi div a,
	.lianxi div div {
		width: 50px;
		height: 50px;
		font-size: 20px;
	}

	.lianxi .top a {
		width: 50px;
		height: 50px;
	}

	.lianxi .top a i {
		font-size: 22px;
	}
}

@media screen and (max-width: 1333px) {

	.lianxi div a,
	.lianxi div div {
		width: 46px;
		height: 46px;
		font-size: 18px;
	}

	.lianxi .top a {
		width: 46px;
		height: 46px;
	}

	.lianxi .top a i {
		font-size: 18px;
	}
}

@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;
	}

	.lianxi {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		transform: translateY(0);
	}

	.lianxi div {
		width: 25%;
		float: left;
	}

	.lianxi div a,
	.lianxi div div {
		font-size: 18px;
		height: 42px;
		margin: auto;
		width: 100%;
		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: #c1c1c1;
		color: #fff;
	}

	.lianxi div.active a,
	.lianxi div.active div {
		background-color: #2e0f6e;
	}
}



@font-face {
	font-family: 'Montserrat-Regular';
	font-display: swap;
	src: url('../fonts/MontserratRegular.eot');
	src: url('../fonts/MontserratRegular.eot') format('embedded-opentype'),
		url('../fonts/MontserratRegular.woff2') format('woff2'),
		url('../fonts/MontserratRegular.woff') format('woff'),
		url('../fonts/MontserratRegular.ttf') format('truetype'),
		url('../fonts/MontserratRegular.svg#MontserratRegular') format('svg');
}

@font-face {
	font-family: 'Montserrat-Bold';
	font-display: swap;
	src: url('../fonts/MontserratBold.eot');
	src: url('../fonts/MontserratBold.eot') format('embedded-opentype'),
		url('../fonts/MontserratBold.woff2') format('woff2'),
		url('../fonts/MontserratBold.woff') format('woff'),
		url('../fonts/MontserratBold.ttf') format('truetype'),
		url('../fonts/MontserratBold.svg#MontserratBold') format('svg');
}

@font-face {
	font-family: "iconfont";
	font-display: swap;
	/* Project id 4576167 */
	src:
		url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
		url('../fonts/iconfont.woff?t=1741600772330') format('woff'),
		url('../fonts/iconfont.ttf?t=1741600772330') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-paper-full:before {
	content: "\ea0b";
}

.icon-jian:before {
	content: "\e612";
}

.icon-xiaohongshu:before {
	content: "\e69e";
}

.icon-zhiding:before {
	content: "\e68c";
}

.icon-youjian_:before {
	content: "\e6a6";
}

.icon-chuanzhen:before {
	content: "\e6b4";
}

.icon-shangjiantou:before {
	content: "\e60f";
}

.icon-yuyan:before {
	content: "\e684";
}

.icon-dingbu:before {
	content: "\e62d";
}

.icon-Youtube:before {
	content: "\e880";
}

.icon-liuyanjianyi:before {
	content: "\e62c";
}

.icon-shangchuan:before {
	content: "\e60b";
}

.icon-youjian:before {
	content: "\e624";
}

.icon-yonghu:before {
	content: "\e6b3";
}

.icon-pinterest1:before {
	content: "\f211";
}

.icon-jia1:before {
	content: "\e632";
}

.icon-xiazai:before {
	content: "\e682";
}

.icon-xiangyoujiantou:before {
	content: "\e68b";
}

.icon-xiangyoujiantou-copy:before {
	content: "\f1eb";
}

.icon-guanbi:before {
	content: "\e611";
}

.icon-zuosanjiao:before {
	content: "\e63e";
}

.icon-yousanjiao-copy:before {
	content: "\f1e8";
}

.icon-email-s:before {
	content: "\e65e";
}

.icon-douyin:before {
	content: "\e8db";
}

.icon-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";
}