@charset "utf-8";

/* common */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	border: none;
	text-decoration: none;
	transition: all .4s ease;
}

body {
	margin: 0 auto;
	font-family: Poppins-Regular, Arial, sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	height: 100%;
	background: #fff;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
}

ul {
	list-style: none;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-size: 62.5%;
}

.image {
	display: block;
}

.image img {
	display: block;
}



a img {
	display: block;
}

img {
	border: none;
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

.standardLink a:hover {
	color: #0067b8 !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
}


.standardEdit a {
	color: #0067b8;
}

.standardEdit a:hover {
	text-decoration: underline;
}



a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: Poppins-Regular, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	border: none;
	outline: none;
}

textarea {
	resize: none;
}

@media screen and (max-width:1333px) {

	input,
	textarea,
	select {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}
}

@media screen and (max-width:999px) {

	input,
	textarea,
	select {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}
}


.safeRange {
	max-width: 1400px;
	width: calc(100% - 160px);
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.safeRange {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:538px) {
	.safeRange {
		width: calc(100% - 30px);
	}
}



@media screen and (max-width: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: 28px !important;
		line-height: 45px !important;
	}
}

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 26px !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;
	}

	.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;
		line-height: 30px !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: #00a0e9;
		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(0, 160, 233, 0.95);
		z-index: 9999999;
		transition: 0.8s;
		text-align: center;
	}

	header .xnav .smdaohangh {
		right: 0px;
		top: 0px;
		height: 100%;
	}

	header .xnav .topnav {
		margin: auto;
		margin-top: 30px;
		padding: 20px;
	}

	header .xnav ul.topnav li {
		text-align: left;
		position: relative;
	}

	header .xnav ul.topnav li a {
		padding: 5px;
		padding-left: 0px;
		color: #fff;
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding-right: 50px;
		font-family: Poppins-Regular, Arial, sans-serif;
	}

	header .xnav ul.topnav ul {
		display: none;
		transition: none;
	}

	header .xnav ul.topnav ul li {
		clear: both;
	}

	header .xnav ul.topnav ul li a {
		padding-left: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		outline: 0;
	}


	header .xnav ul.topnav ul ul li a {
		padding-left: 40px;
	}

	header .xnav ul.topnav ul ul ul li a {
		padding-left: 60px;
	}

	header .xnav ul.topnav span {
		display: block;
		position: absolute;
		right: 0px;
		top: 7px;
		width: 20px;
		height: 20px;
		background: #fff;
		background: rgba(255, 255, 255, 0.6);
		cursor: pointer;
		border-radius: 50%;
		transition: 0.5s;
	}

	header .xnav ul.topnav span:before {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: 0px;
		transform: rotate(45deg);
		transform-origin: right center
	}

	header .xnav ul.topnav span:after {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: -1px;
		transform: rotate(-45deg);
		transform-origin: right center;
		transition: 0.5s;
	}

	header .xnav ul.topnav span.yizi {
		transform: rotate(90deg)
	}

	header .xnav .smdaohang form {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 240px;
		height: 26px;
		border: 1px solid #fff;
		position: relative;
		background: #fff;
		border-radius: 13px;
	}

	header .xnav .smdaohang form input {
		color: #333333;
	}

	header .xnav .smdaohang form .iptc {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		background-color: #fff;
		width: 80%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: left;
		border-radius: 10px;
	}

	header .xnav .smdaohang form .ipsc {
		width: 20%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: right;
		background: transparent;
		position: relative;
		z-index: 99;
	}

	header .xnav .smdaohang form i {
		position: absolute;
		right: 10px;
		top: -1px;
	}
}

/**
 * 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: 150px;
	background-color: #ffffff;
	position: relative;
}

html {
	scroll-padding-top: 150px;
}


nav .nTop {
	height: 90px;
	background-color: #ffffff;
	position: relative;
	z-index: 99999;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}



nav .nTop>div {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}



nav .btns {
	display: flex;
	align-items: center;
	height: 100%;
}



nav .search {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 9999;
	flex-shrink: 0;
	margin-right: 26px;
}



nav .search .searchBtn {
	cursor: pointer;
	display: none;
}



nav .search .searchBtn i {
	color: #333333;
	display: block;
	font-size: 18px;
}



nav .search .searchBtn:hover i {
	color: #274082;
}


nav .search form {
	/* position: absolute;
	top: 100%;
	right: 0; */
	height: 42px;
	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 #cccccc;
	overflow: hidden;
	width: 305px;
}





nav .search form input {
	width: 100%;
	height: 100%;
	color: #333333;
	background-color: transparent;
}




nav .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 30px;
	width: 30px;
	margin-right: 5px;
}



nav .search form .subBtn i {
	color: #333333;
	font-size: 18px;
}



nav .search form .subBtn:hover i {
	color: #00a0e9;
}




nav .search form .subBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: transparent;
}






nav .language {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}



nav .lanBtn {
	cursor: pointer;
	display: flex;
	align-items: center;
	color: #ffffff;
}


nav .lanBtn:hover span {
	color: #00a0e9;
}


nav .lanBtn span {
	font-size: 14px;
	line-height: 30px;
	color: #333333;
	margin: 0 24px 0 6px;
}

nav .lanBtn i {
	color: #333333;
}

nav .lanBtn:hover i {
	color: #00a0e9;
}

nav .lanBtn i.icon-yousanjiao-copy {
	font-size: 22px;
	transform: rotate(90deg);
}


nav .language.active .lanBtn i.icon-yousanjiao-copy {
	transform: rotate(-90deg);
}


nav .language ul {
	position: absolute;
	top: 100%;
	background-color: #feffff;
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 200px;
	display: none;
	transition: none;
	z-index: 99;
	border-radius: 10px;
	overflow: hidden;
	padding: 15px 0;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
}


nav .language ul li {
	margin-bottom: 5px;
}

nav .language ul li:last-child {
	margin-bottom: 0;
}

nav .language ul a {
	padding: 0px 20px;
	font-size: 14px;
	line-height: 26px;
	color: #666666;
}



nav .language ul a:hover {
	color: #333333;
}






nav.active .nBottom {
	position: fixed;
	width: 100%;
}



nav .nBottom {
	height: 60px;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #00a0e9;
	z-index: 9999;
}




nav .nBottom>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}


nav .logo {
	display: flex;
	align-items: center;
}

nav .logo img {
	width: 86px;
	flex-shrink: 0;
	margin-right: 4px;
}


nav .logo:hover img {
	transform: none;
}


nav .logo:hover .companyName {
	color: #00a0e9;
}

nav .companyName {
	font-family: MiSans-Medium;
	font-size: 18px;
	line-height: 30px;
	color: #000000;
	text-transform: uppercase;
}

nav .navList {
	display: flex;
	align-items: center;
	height: 100%;
}


nav .navList>ul {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}


nav .navList>ul>li {
	position: relative;
}

nav .navList>ul>li.line {
	width: 1px;
	height: 20px;
	background-color: rgba(255, 255, 255, .5);
}

nav .navList>ul>li:last-child {
	margin: 0;
}


nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #ffffff;
	position: relative;
	text-align: center;
}



nav .navList>ul>li:last-child>a::after {
	display: none;
}



nav .navList>ul>li.active>a,
nav .navList>ul>li:hover>a {
	color: #fff100;
}






/* moreList */

.moreList,
.moreList ul {
	position: absolute;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 20px 0 27px 0;
	width: max-content;
	max-width: 450px;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	display: none;
	transition: none;
}


.moreList ul {
	left: calc(100% + 4px);
	top: -20px;
}


.moreList {
	top: 100%;
	left: -27px;
}


.moreList li {
	margin-bottom: 10px;
	position: relative;
}


.moreList li:last-child {
	margin-bottom: 0;
}


.moreList a {
	padding: 0 27px;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.moreList a i {
	font-weight: bold;
	font-size: 14px;
	color: #666666;
	flex-shrink: 0;
	margin-left: 20px;
	margin-right: -7px;
}


.moreList li:hover>a {
	color: #333333;
}


.moreList li:hover>a>i {
	color: #e4007f;
}

@media screen and (max-width:1560px) {
	nav .logo img {
		width: 70px;
	}

	nav .companyName {
		font-size: 16px;
		line-height: 26px;
	}

	nav .nTop {
		height: 80px;
	}

	nav {
		height: 140px;
	}

	html {
		scroll-padding-top: 140px;
	}

	.moreList,
	.moreList ul {
		padding: 20px 0;
	}

	.moreList {
		left: -20px;
	}

	.moreList a {
		padding: 0 20px;
	}

	.moreList a i {
		font-size: 12px;
	}

	nav .search form {
		height: 35px;
	}

	nav .lanBtn span {
		margin: 0 10px;
	}
}

@media screen and (max-width:1333px) {
	nav .navList>ul>li>a {
		font-size: 14px;
	}

	nav .navList>ul>li.line {
		height: 14px;
	}

	nav .companyName {
		font-size: 14px;
		line-height: 24px;
	}

	nav .logo img {
		width: 60px;
	}

	nav .nTop {
		height: 70px;
	}

	nav .search form {
		height: 30px;
		width: 250px;
	}

	nav .search form .subBtn i {
		font-size: 16px;
	}

	nav .navList>ul>li>a {
		height: 50px;
		line-height: 50px;
	}

	nav {
		height: 120px;
	}

	html {
		scroll-padding-top: 120px;
	}

	.moreList,
	.moreList ul {
		border-radius: 5px;
		padding: 15px 0;
	}

	nav .nBottom {
		height: 50px;
	}

	.moreList ul {
		top: -15px;
	}

	.moreList a {
		font-size: 14px;
		line-height: 24px;
	}

	nav .search form input {
		font-size: 14px !important;
	}

	nav .search form input::-webkit-input-placeholder {
		font-size: 14px !important;
	}

	nav .search form input:-moz-placeholder {
		font-size: 14px !important;
	}

	nav .search form input::-moz-placeholder {
		font-size: 14px !important;
	}

	nav .search form input:-ms-input-placeholder {
		font-size: 14px !important;
	}
}

@media screen and (max-width:999px) {
	nav .nBottom {
		height: 0;
	}

	nav .nBottom .navList {
		display: none;
	}

	nav .search {
		display: none;
	}

	nav .nTop {
		height: 60px;
		position: fixed;
	}

	html {
		scroll-padding-top: 60px;
	}

	nav.active .nTop {
		box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
	}

	nav {
		height: 60px;
	}

	header .xnav .nav {
		right: 80px;
		top: 30px;
		transform: translateY(-50%);
	}

	nav .btns {
		margin-right: 60px;
	}
}

@media screen and (max-width:768px) {
	header .xnav .nav {
		right: 25px;
	}

	nav .companyName {
		display: none;
	}

}

@media screen and (max-width:538px) {
	header .xnav .nav {
		right: 15px;
	}
}



/* indexBanner */


.indexBanner {
	transition: none;
}

.indexBanner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.indexBanner a:hover img {
	transform: none;
}

.banner {
	position: relative;
	z-index: 2;
	line-height: 0;
	font-size: 0;
}

.banner .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	color: rgba(255, 255, 255, .5);
	font-size: 26px;
}


.banner .slick-prev {
	left: 56px;
}

.banner .slick-next {
	right: 56px;
}


.banner .slick-arrow:hover {
	border-color: #ffffff;
	color: #ffffff;
}

.banner .slick-dots {
	position: absolute;
	z-index: 999999;
	left: 0;
	right: 0;
	bottom: 48px;
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
}

.banner .slick-dots li {
	margin: 0 12.5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.banner .slick-dots li.slick-active a {
	cursor: pointer;
	border-color: #ffffff;
}

.banner .slick-dots li.slick-active a::after {
	background-color: #ffffff;
}

.banner .slick-dots a {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	cursor: pointer;
	background-color: rgba(255, 255, 255, .4);
}

.banner .slick-dots li.slick-active a {
	background-color: #ffffff;
}


.banner.hide {
	display: none;
}



.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	top: 0;
	left: 0
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-dots .slide-count {
	display: none;
}

.slick-slide {
	position: relative;
}

.slick-slide iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.slick-slide video {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 101%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	display: none \9;
	display: block \9\0;
}

.banner .item {
	position: relative;
}

.banner .msg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	pointer-events: none;
}



.banner .msg .safeRange {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-bottom: 13px;
}


.banner .msg .title {
	font-family: Poppins-SemiBold;
	font-size: 50px;
	line-height: 60px;
	letter-spacing: 0px;
	color: #ffffff;
	pointer-events: all;
	margin-bottom: 21px;
}

.banner .msg .title:hover {
	color: #00a0e9;
}

.banner .msg .tit {
	font-family: Poppins-Regular;
	font-size: 30px;
	line-height: 30px;
	color: #ffffff;
	background-color: #e4007f;
	padding: 15px 24px;
	margin-bottom: 40px;
	pointer-events: all;
}

.banner .msg .txts {
	margin-bottom: 59px;
	pointer-events: all;
}


.banner .msg .txts p {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 10px;
}

.banner .msg .txts p:last-child {
	margin-bottom: 0;
}

.banner .msg .txts p em {
	position: relative;
	font-style: normal;
	padding-left: 36px;
}


.banner .msg .txts p em::after {
	content: "";
	width: 26px;
	height: 26px;
	background-image: url("../images/indexBannerSign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: -5px;
}


.banner .tip {
	border-radius: 25px;
	border: solid 1px #ffffff;
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 27px;
	color: #ffffff;
	padding: 10px 30px;
	pointer-events: all;
}


.banner .tip strong {
	font-weight: normal;
	font-family: Poppins-Bold;
	font-size: 18px;
}

@media screen and (max-width:1600px) {
	.banner .msg {
		padding-bottom: 30px;
	}

	.banner .msg .title {
		font-size: 34px;
		line-height: 44px;
	}

	.banner .msg .tit {
		font-size: 22px;
		line-height: 30px;
		padding: 5px 10px;
		margin-bottom: 30px;
	}

	.banner .msg .txts p {
		font-size: 16px;
		line-height: 26px;
	}

	.banner .msg .txts {
		margin-bottom: 30px;
	}

	.banner .tip {
		padding: 5px 20px;
	}

	.banner .slick-prev {
		left: 30px;
	}

	.banner .slick-next {
		right: 30px;
	}

	.banner .slick-dots li {
		margin: 0 10px;
	}
}

@media screen and (max-width:1333px) {
	.banner .msg .title {
		font-size: 26px;
		line-height: 36px;
	}

	.banner .msg .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.banner .msg .txts p {
		margin-bottom: 5px;
	}

	.banner .msg .txts {
		margin-bottom: 20px;
	}

	.banner .msg .txts p em::after {
		width: 22px;
		height: 22px;
		top: 0px;
	}

	.banner .slick-dots {
		bottom: 26px;
	}

	.banner .msg {
		padding-bottom: 25px;
	}
}

@media screen and (max-width:999px) {

	.banner .slick-prev,
	.banner .slick-next {
		display: none !important;
	}

	.banner .msg .title {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.banner .msg .tit {
		font-size: 16px;
		line-height: 26px;
		padding: 2px 10px;
		margin-bottom: 15px;
	}

	.banner .msg .txts p {
		font-size: 12px;
		line-height: 22px;
	}

	.banner .tip {
		font-size: 14px;
		line-height: 24px;
	}

	.banner .msg .txts p em::after {
		width: 20px;
		height: 20px;
		top: -2px;
	}

	.banner .tip {
		font-size: 12px;
		line-height: 22px;
	}

	.banner .tip strong {
		font-size: 14px;
	}

	.banner .slick-dots a {
		width: 11px;
		height: 11px;
	}

	.banner .slick-dots {
		bottom: 20px;
	}

	.banner .msg {
		padding-bottom: 20px;
	}
}

@media screen and (max-width:768px) {
	.banner .msg {
		display: none;
	}
}



/* headerPiece */

.headerPiece {
	height: 80px;
	background-color: #00a0e9;
}












/* indexM1-1 */

.iAbout {
	padding: 71px 0 78px 0;
}

.company {
	display: flex;
	flex-direction: column;
	align-items: center;
}


.company .companyName {
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.company .tit {
	font-family: Poppins-SemiBold;
	font-size: 36px;
	line-height: 46px;
	color: #333333;
	margin-bottom: 10px;
	text-align: center;
}


.company .title {
	position: relative;
	text-align: center;
	margin-bottom: 24px;
	font-family: Poppins-Bold;
	font-size: 60px;
	line-height: 60px;
	color: #333333;
}

.company .title::after {
	content: "";
	position: absolute;
	right: -11px;
	top: -7px;
	width: 53px;
	height: 53px;
	background-color: #fff100;
	border-radius: 50%;
	transform: translateX(10%) translateY(-10%);
	z-index: -1;
}


.company .txts {
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	text-align: center;
}

.company .txts strong {
	font-weight: normal;
	font-family: Poppins-SemiBold;
}

.company .cBtn {
	margin-top: 36px;
}

.cBtn {
	width: 170px;
	height: 50px;
	border-radius: 25px;
	border: solid 1px #00a0e9;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #00a0e9;
}


.cBtn:hover {
	background-color: #00a0e9;
	color: #ffffff;
}

.company .list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 44px;
}


.company .list .item {
	width: 23.57%;
	margin-right: 1.90%;
	margin-top: 30px;
}

.company .list .item:nth-child(4n) {
	margin-right: 0;
}

.company .list .item:nth-child(-n+4) {
	margin-top: 0;
}


.company .list .image {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 29px;
}

.company .list .name {
	font-family: Poppins-SemiBold;
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 44px;
	position: relative;
}

.company .list a.name:hover {
	color: #00a0e9;
}

.company .list .name::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -21px;
	width: 35px;
	height: 5px;
	background-color: #e1007d;
}

.company .list .des p {
	line-height: 24px !important;
}

.company .list .des p strong {
	color: #333333;
	font-family: Poppins-Bold;
	font-weight: normal;
}


@media screen and (max-width:1560px) {
	.company .tit {
		font-size: 30px;
		line-height: 40px;
	}

	.company .title {
		font-size: 42px;
	}

	.cBtn {
		height: 45px;
	}

	.company .list .image {
		border-radius: 5px;
		margin-bottom: 20px;
	}

	.company .title::after {
		width: 40px;
		height: 40px;
		transform: translateX(0);
	}

	.company .list .name {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.company .list .name::after {
		height: 3px;
		bottom: -15px;
	}

	.company .companyName {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:1333px) {
	.company .tit {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 20px;
	}

	.company .title {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 20px;
	}

	.company .cBtn {
		margin-top: 30px;
	}

	.cBtn {
		height: 40px;
		font-size: 16px;
		width: 150px;
	}

	.company .list .item:nth-child(n) {
		width: 100%;
		margin-right: 0;
		margin-top: 30px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.company .list .item:nth-child(2n) {
		flex-direction: row-reverse;
	}

	.company .list .item:nth-child(-n+1) {
		margin-top: 0;
	}

	.company .list .image {
		margin-bottom: 0;
		flex-shrink: 0;
		margin-right: 5%;
	}

	.company .list .item:nth-child(2n) .image {
		margin-left: 5%;
	}

	.company .list .msg {
		flex: 1;
	}

	.company .list .clear {
		display: none;
	}
}


@media screen and (max-width:999px) {
	.company .companyName {
		font-size: 14px;
		line-height: 24px;
	}

	.company .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.company .title {
		font-size: 24px;
	}

	.company .tit {
		margin-bottom: 10px;
	}

	.company .cBtn {
		margin-top: 20px;
	}

	.cBtn {
		height: 36px;
		font-size: 14px;
	}

	.company .list {
		margin-top: 40px;
	}

	.company .list .image {
		width: 280px;
	}

	.company .list .item:nth-child(n) {
		display: block;
	}

	.company .list .item:nth-child(2n-1) .image {
		float: left;
	}

	.company .list .item:nth-child(2n) .image {
		float: right;
	}

	.company .list .name {
		font-size: 18px;
		line-height: 28px;
	}

	.company .list .item:nth-child(2n-1) .name::after {
		left: calc(280px + 5%);
	}

	.company .list .clear {
		display: block;
	}
}

@media screen and (max-width:768px) {
	.company .tit {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 20px;
	}

	.company .title {
		line-height: 30px;
	}

	.company .list {
		justify-content: space-between;
	}

	.company .list .item:nth-child(n) {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		width: 48%;
		margin-top: 30px;
	}

	.company .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.company .list .clear {
		display: none;
	}

	.company .list .item:nth-child(n) .image {
		width: auto;
		margin: 0;
		margin-bottom: 20px;
	}

	.company .list .item:nth-child(n) .name::after {
		left: 0;
	}

	.company .list .name {
		font-size: 16px;
	}
}

@media screen and (max-width:400px) {
	.company .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.company .list .item:nth-child(1) {
		margin-top: 0;
	}

	.company .list {
		margin-top: 30px;
	}

	.company .list .item:nth-child(n) .image {
		width: 100%;
	}

	.company .list .item img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}
}




/* indexM2-1 */

.blueBackground {
	background-color: #f3f6f8;
}

.blueBackground .cBtn {
	background-color: #00a0e9;
	color: #ffffff;
}

.blueBackground .cBtn:hover {
	background-color: transparent;
	color: #00a0e9;
}


.title1 {
	font-family: Poppins-SemiBold;
	font-size: 42px;
	line-height: 58px;
	color: #333333;
}

a.title1 {
	display: inline-block;
}

a.title1:hover {
	color: #00a0e9;
}

.iTit {
	display: flex;
	align-items: center;
	justify-content: center;
}

.iTit .title1 {
	text-align: center;
}


.swiperBox {
	position: relative;
}


.sBtns>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	color: #000000;
	font-size: 30px;
	z-index: 99;
	opacity: .5;
}

.sBtns>div:hover {
	opacity: 1;
}

.sBtns>div.prev {
	left: -66px;
}

.sBtns>div.next {
	right: -66px;
}


.sBtns>div.swiper-button-disabled {
	cursor: auto;
	opacity: .5;
}

.iProducts {
	padding: 67px 0 80px 0;
	overflow: hidden;
}


.iProducts .sBtns>div {
	top: 40.6%;
}

.iProducts .iTit {
	margin-bottom: 38px;
}

.iProducts .swiper {
	overflow: visible;
}

.iProducts .swiper .swiper-wrapper {
	pointer-events: none;
}


.iProducts .swiper .swiper-slide {
	opacity: 0;
	pointer-events: none;
	transition: .4s ease opacity;
}


.iProducts .swiper .swiper-slide.swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}

.iProducts .image {
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 30px;
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.iProducts .image:hover {
	box-shadow: 0px 0px 80px 0px rgba(100, 74, 22, 0.1);
}

.iProducts .image:hover img {
	transform: none;
}

.iProducts .msg {
	padding: 11px 0 13px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.iProducts .msg .name {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}


.iProducts .msg .name:hover {
	color: #00a0e9;
}

.iProducts .btn {
	font-size: 22px;
	flex-shrink: 0;
	margin-left: 20px;
	color: #00a0e9;
	font-weight: bold;
}


.iProducts .btn:hover {
	color: #e4007f;
}


.iProducts .cBtn {
	margin: 58px auto 0;
}

.iProducts h2 {
	font-weight: normal;
}


@media screen and (max-width:1560px) {
	.iProducts .image {
		border-radius: 20px;
	}

	.iProducts .msg {
		padding: 10px 0;
	}

	.sBtns>div {
		font-size: 25px;
	}

	.sBtns>div.prev {
		left: -55px;
	}

	.sBtns>div.next {
		right: -55px;
	}

	.iProducts .cBtn {
		margin: 40px auto 0;
	}
}

@media screen and (max-width:1333px) {
	.iProducts .image {
		border-radius: 10px;
	}

	.iProducts .msg .name {
		font-size: 16px;
		line-height: 26px;
	}

	.iProducts .msg {
		padding: 5px 0;
	}

	.sBtns>div {
		font-size: 22px;
	}

	.sBtns>div.prev {
		left: -50px;
	}

	.sBtns>div.next {
		right: -50px;
	}

	.iProducts .iTit {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:999px) {
	.iProducts .image img {
		width: 100%;
		max-width: 280px;
	}

	.sBtns {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.sBtns>div {
		position: static;
		margin-top: 25px;
		transform: translateY(0);
		font-size: 20px;
	}

	.sBtns>div.prev {
		margin-right: 25px;
	}

	.iProducts .cBtn {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.sBtns>div {
		margin-top: 20px;
		font-size: 18px;
	}
}



/* indexM3-1 */

.iPiece {
	padding: 30px 0 92px 0;
}


.iPiece .capability {
	margin-bottom: 1px;
}


.capability {
	padding-left: calc((100% - 1400px)/ 2);
	display: flex;
	justify-content: space-between;
	align-items: center;
}



.capability .msg {
	flex: 1;
	padding-bottom: 16px;
}

.capability .msg .title1 {
	margin-bottom: 23px;
}

.capability .txts {
	margin-bottom: 10px;
}

.capability .txts p {
	font-size: 18px;
	line-height: 36px !important;
	padding-left: 32px;
}

.capability .txts p em {
	font-style: normal;
	position: relative;
}

.capability .txts p em::after {
	content: "";
	position: absolute;
	left: -34px;
	top: 0;
	width: 24px;
	height: 24px;
	background-image: url("../images/capability-Sign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.capability .txts p strong {
	font-family: Poppins-SemiBold;
	color: #333333;
	font-weight: normal;
}


.capability .tip {
	font-family: Poppins-SemiBold;
	font-size: 20px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 45px;
	padding-left: 32px;
}

.capability .btns {
	display: flex;
	align-items: center;
}

.capability .btns .cBtn:nth-child(1) {
	width: 216px;
	margin-right: 22px;
}

.capability .btns .cBtn:nth-child(2) {
	width: 190px;
}


.capability .image {
	flex-shrink: 0;
	width: 842px;
}

@media screen and (max-width:1560px) {
	.capability {
		padding-left: 80px;
	}

	.capability .image {
		width: 700px;
	}

	.capability .msg .title1 {
		margin-bottom: 40px;
	}

	.capability .tip {
		font-size: 18px;
		line-height: 28px;
	}

	.capability .msg {
		padding-bottom: 0;
	}

	.iPiece .capability {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1333px) {
	.capability .image {
		width: 600px;
	}

	.capability .btns .cBtn:nth-child(1) {
		width: 200px;
	}

	.capability .msg .title1 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:999px) {
	.iPiece .capability {
		margin-bottom: 50px;
	}

	.capability {
		padding: 0 80px;
		flex-direction: column;
		align-items: flex-start;
	}

	.capability .msg {
		width: 100%;
		margin-bottom: 30px;
	}

	.capability .image {
		margin: 0 auto;
		width: 100%;
	}

	.capability .tip {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 30px;
	}

	.capability .btns .cBtn:nth-child(1),
	.capability .btns .cBtn:nth-child(2) {
		width: 180px;
	}
}

@media screen and (max-width:768px) {
	.iPiece .capability {
		margin-bottom: 40px;
	}

	.capability {
		padding: 0 25px;
	}
}

@media screen and (max-width:538px) {
	.capability {
		padding: 0 15px;
	}

	.capability .btns .cBtn:nth-child(1) {
		margin-right: 10px;
	}
}



/* indexM4-1 */


.process .title {
	padding: 26px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #e4007f;
	position: relative;
	margin-bottom: 42px;
}


.process .title::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	border: 1px dashed #ffffff;
	height: calc(100% - 28px);
	width: calc(100% - 40px);
	pointer-events: none;
}

.process .title1 {
	color: #ffffff;
	text-align: center;
}


.process .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 51px;
}



.process .list .item {
	width: 21.42%;
	margin-right: 4.77%;
	margin-top: 57px;
	background-color: #eef7fb;
	border-radius: 30px;
	border: solid 1px #c6d5dc;
	position: relative;
}




.process .list .item:nth-child(-n+4) {
	margin-top: 0;
}



.process .list .txts {
	font-size: 20px;
	color: #333333;
	text-align: center;
	padding: 8px 20px 22px;
}


.process .list .item .arr {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 107.5%;
	top: 50.5%;
	transform: translateY(-50%);
	width: 26px;
}

.process .list .item .arr img {
	transform: rotate(-180deg);
}

.process .list .item:nth-child(-n+4) .arr {
	right: auto;
	left: 107.5%;
}

.process .list .item:nth-child(-n+4) .arr img {
	transform: rotate(0);
}


.process .list .item .arr img {
	display: block;
}


.process .list .item:last-child .arr {
	display: none;
}


.process .list .item:nth-child(4) {
	margin-right: 0;
}

.process .list .item:nth-child(4) .arr {
	top: 101.5%;
	left: 50%;
	transform: rotate(90deg) translateY(50%) translateX(50%);
}


.process .list .item:nth-child(5) {
	order: 4;
	margin-right: 0;
}

.process .list .item:nth-child(6) {
	order: 3;
}

.process .list .item:nth-child(7) {
	order: 2;
}

.process .list .item:nth-child(8) {
	order: 1;
}

.process .btns {
	display: flex;
	align-items: center;
	justify-content: center;
}

.process .btns .cBtn:nth-child(1) {
	margin-right: 20px;
	width: 167px;
}

.process .btns .cBtn:nth-child(2) {
	width: 190px;
}





@media screen and (max-width:1560px) {
	.process .title {
		padding: 20px;
		margin-bottom: 60px;
	}

	.process .list .item {
		border-radius: 20px;
	}

	.process .list .txts {
		padding: 20px 20px;
		font-size: 18px;
	}

	.process .list .item .arr {
		width: 21px;
	}

	.process .title::after {
		width: calc(100% - 20px);
		height: calc(100% - 20px);
	}

	.process .list .item .arr {
		top: 50%;
	}
}

@media screen and (max-width:1333px) {

	.process .title {
		margin-bottom: 50px;
	}

	.process .list .item:nth-child(n) {
		width: 28%;
		margin-right: 8%;
		margin-top: 50px;
	}

	.process .list .txts {
		font-size: 16px;
		line-height: 28px;
	}


	.process .list .item .arr {
		right: 112%;
	}

	.process .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.process .list .item:nth-child(-n+3) .arr {
		left: 109%;
	}

	.process .list .item:nth-child(3) {
		margin-right: 0;
	}

	.process .list .item:nth-child(3) .arr {
		transform: rotate(90deg) translateX(50%) translateY(50%);
		top: 101%;
		left: 50%;
	}


	.process .list .item:nth-child(4) {
		margin-right: 0;
		order: 3;
	}

	.process .list .item:nth-child(4) .arr {
		right: 107%;
		top: 50%;
		left: auto;
		transform: translateY(-50%) rotate(-180deg);
	}

	.process .list .item:nth-child(5) {
		order: 2;
	}

	.process .list .item:nth-child(6) {
		order: 1;
	}

	.process .list .item:nth-child(6) .arr {
		top: 101%;
		left: 50%;
		transform: rotate(-90deg) translateY(-50%) translateX(-50%);
	}


	.process .list .item:nth-child(7) {
		order: 4;
	}

	.process .list .item:nth-child(7) .arr {
		left: 112%;
		right: auto;
		transform: rotate(-180deg) translateY(-50%);
	}

	.process .list .item:nth-child(8) {
		order: 5;
	}

}


@media screen and (max-width:999px) {
	.process .list .item {
		border-radius: 10px;
	}

	.process .list .txts {
		font-size: 14px;
		line-height: 24px;
		padding: 15px;
	}

	.process .list .item .arr {
		width: 16px;
	}

	.process .list .item:nth-child(6) .arr,
	.process .list .item:nth-child(3) .arr {
		top: 105%;
	}

	.process .list {
		margin-bottom: 40px;
	}

	.process .title {
		padding: 15px 20px;
	}

	.process .title::after {
		width: calc(100% - 15px);
		height: calc(100% - 15px);
	}
}


@media screen and (max-width:768px) {


	.process .list .item:nth-child(n) {
		width: 45%;
		margin-right: 10%;
		margin-top: 50px;
	}

	.process .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.process .list .item:nth-child(2) {
		margin-right: 0;
	}

	.process .list .item:nth-child(3) {
		margin-right: 0;
		order: 2;
	}

	.process .list .item:nth-child(3) .arr {
		right: 106%;
		left: auto;
		top: 50%;
		transform: rotate(-180deg) translateX(50%);
	}

	.process .list .item:nth-child(4) {
		order: 1;
	}

	.process .list .item:nth-child(4) .arr {
		top: 103%;
		right: auto;
		left: 50%;
		transform: translateX(-50%) translateY(50%) rotate(90deg);
	}

	.process .list .item:nth-child(5) {
		order: 3;
	}

	.process .list .item:nth-child(5) .arr {
		left: 109%;
		right: auto;
		transform: rotate(-180deg);
	}

	.process .list .item:nth-child(6) {
		order: 4;
		margin-right: 0;
	}

	.process .list .item:nth-child(6) .arr {
		left: 50%;
	}

	.process .list .item:nth-child(7) {
		order: 6;
		margin-right: 0;
	}

	.process .list .item:nth-child(7) .arr {
		left: auto;
		right: 109%;
		transform: rotate(0);
	}

	.process .list .item:nth-child(8) {
		order: 5;
	}

	.process .list .item:nth-child(2) .arr {
		top: 103%;
		left: 50%;
		transform: rotate(90deg) translateX(50%) translateY(50%);
	}

}


@media screen and (max-width:400px) {
	.process .title {
		margin-bottom: 40px;
	}

	.process .list .item .arr {
		width: 12px;
	}

	.process .list .item:nth-child(n) {
		width: 100%;
		margin: 0;
		margin-bottom: 30px;
		order: 1;
	}

	.process .list .item:last-child {
		margin-bottom: 0;
	}

	.process .list .item .image {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.process .list .item .image img {
		width: 100%;
		max-width: 200px;
	}

	.process .list .txts {
		padding: 10px;
	}

	.process .list .item:nth-child(n) .arr {
		left: 50%;
		right: auto;
		transform: rotate(-90deg) translateX(-50%);
		top: 102%;
	}

	.process .list .item:nth-child(-n+4) .arr {
		transform: rotate(90deg) translateX(-50%);
		top: 108%;
	}
}



/* indexM5-1 */


.caseStudies {
	padding: 55px 0 81px 0;
}

.caseStudies .iTit {
	margin-bottom: 40px;
}

.caseStudies .con {
	display: flex;
	justify-content: space-between;
}

.caseStudies .show {
	width: 49.3%;
	background-color: #ffffff;
	border-radius: 30px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.caseStudies .show .image {
	margin-bottom: 15px;
}

.caseStudies .show .name {
	font-family: Poppins-Regular;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	text-align: center;
	padding: 0 20px;
	margin-bottom: 24px;
}

.caseStudies .show .name:hover {
	color: #00a0e9;
}


.caseStudies .list {
	width: 49.1%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.caseStudies .list .item {
	background-color: #ffffff;
	border-radius: 30px;
	overflow: hidden;
	width: 48.4%;
	margin-top: 22px;
}

.caseStudies .list .item:nth-child(-n+2) {
	margin-top: 0;
}

.caseStudies .list .item .image {
	margin-bottom: 9px;
}

.caseStudies .list .item .name {
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	text-align: center;
	padding: 0 20px;
	margin-bottom: 17px;
}

.caseStudies .list .item .name:hover {
	color: #00a0e9;
}

.caseStudies .image {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.caseStudies .cBtn {
	margin: 62px auto 0;
}


@media screen and (max-width:1560px) {
	.caseStudies .show {
		border-radius: 20px;
	}

	.caseStudies .list .item {
		border-radius: 20px;
	}

	.caseStudies .list .item .name {
		font-size: 16px;
		line-height: 28px;
	}

	.caseStudies .show .name {
		font-size: 18px;
		line-height: 28px;
	}

	.caseStudies .cBtn {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {

	.caseStudies .show,
	.caseStudies .list .item {
		border-radius: 10px;
	}

	.caseStudies .cBtn {
		margin-top: 40px;
	}

}

@media screen and (max-width:999px) {
	.caseStudies .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.caseStudies .show .name {
		font-size: 16px;
		line-height: 26px;
	}

	.caseStudies .list .item .name {
		font-size: 14px;
		line-height: 24px;
	}

	.caseStudies .show {
		width: 100%;
		margin-bottom: 30px;
	}

	.caseStudies .list {
		width: 100%;
	}

	.caseStudies .show .image img {
		width: 100%;
		max-width: 300px;
	}

	.caseStudies .list .item .image img {
		width: 100%;
		max-width: 280px;
	}
}

@media screen and (max-width:400px) {
	.caseStudies .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.caseStudies .list .item:nth-child(1) {
		margin-top: 0;
	}

	.caseStudies .show .image img {
		max-width: 280px;
	}
}





/* indexM6-1 */

.feedback {
	padding: 83px 0 69px 0;
}


.feedback .con {
	display: flex;
	justify-content: space-between;
}

.feedback .msg {
	width: 50%;
	position: relative;
}


.feedback .images {
	width: 42.85%;
}


.feedback .title1 {
	position: relative;
	margin-bottom: 62px;
}


.feedback .title1::after {
	content: "";
	width: 53px;
	height: 4px;
	background-color: #e1007d;
	border-radius: 2px;
	position: absolute;
	left: 0;
	bottom: -24px;
}



.feedback .tit {
	font-family: Poppins-SemiBold;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	margin-bottom: 22px;
}


.feedback .txts {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	margin-bottom: 41px;
}

.feedback .user {
	display: flex;
	align-items: center;
}

.feedback .user .photo {
	width: 127px;
	height: 127px;
	border: solid 1px #e1007d;
	border-radius: 50%;
	flex-shrink: 0;
	margin-right: 8px;
	padding: 10px;
}

.feedback .user .name {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #000000;
}


.feedback .user .photo img {
	border-radius: 50%;
}


.feedback .msg .btns {
	display: flex;
	align-items: center;
	position: absolute;
	right: -11px;
	bottom: 28px;
	z-index: 9;
}

.feedback .msg .swiper-pagination {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-shrink: 0;
	margin: 0 10px;
	position: static;
	width: auto;
}

.feedback .msg .swiper-pagination .swiper-pagination-current {
	font-family: Poppins-Regular;
	font-size: 24px;
	line-height: 30px;
	color: #00a0e9;
}

.feedback .msg .swiper-pagination .swiper-pagination-total,
.feedback .msg .swiper-pagination i {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #999999;
}

.feedback .msg .swiper-pagination i {
	margin: 0 6px 0 9px;
	font-style: normal;
}


.feedback .msg .prev,
.feedback .msg .next {
	flex-shrink: 0;
	color: #999999;
	font-weight: bold;
	font-size: 29px;
	cursor: pointer;
}


.feedback .msg .prev:hover,
.feedback .msg .next:hover {
	color: #00a0e9;
}


.feedback .images {
	position: relative;
	padding-top: 50px;
	transform: translateY(-4px);
}

.feedback .images::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 106px;
	height: 67px;
	background-image: url("../images/indexM6-sign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 2;
	transform: translateX(-47%) translateY(42%);
}


.feedback .image {
	height: 100%;
}

.feedback .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.feedback .swiper {
	overflow: hidden;
}


.feedback .images .swiper {
	border-radius: 30px;
	overflow: hidden;
	height: 100%;
}


@media screen and (max-width:1560px) {
	.feedback .tit {
		font-size: 24px;
		line-height: 24px;
	}

	.feedback .images::after {
		width: 80px;
		height: 50px;
	}

	.feedback .images .swiper {
		border-radius: 20px;
	}
}

@media screen and (max-width:1333px) {
	.feedback .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.feedback .user .photo {
		width: 100px;
		height: 100px;
		padding: 6px;
	}

	.feedback .images .swiper {
		border-radius: 10px;
	}

	.feedback .txts {
		margin-bottom: 30px;
	}

	.feedback .images {
		padding-top: 40px;
		transform: translateY(0);
	}

	.feedback .msg .prev,
	.feedback .msg .next {
		font-size: 26px;
	}

	.feedback .msg .swiper-pagination .swiper-pagination-current {
		font-size: 22px;
		line-height: 30px;
	}
}

@media screen and (max-width:999px) {
	.feedback .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.feedback .msg {
		width: 100%;
		margin-bottom: 40px;
	}

	.feedback .title1 {
		margin-bottom: 40px;
	}

	.feedback .title1::after {
		height: 3px;
		bottom: -15px;
	}

	.feedback .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.feedback .msg .swiper-pagination .swiper-pagination-current {
		font-size: 22px;
		line-height: 30px;
	}

	.feedback .user .photo {
		width: 100px;
		height: 100px;
	}

	.feedback .images {
		width: 100%;
		padding-top: 0;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}

	.feedback .images::after {
		transform: translateY(0);
		position: static;
		flex-shrink: 0;
		margin: 40px;
		margin-right: 0;
		margin-left: 10%;
	}

	.feedback .images .swiper {
		width: 100%;
		max-width: 540px;
		margin: 0;
	}

	.feedback .msg .btns {
		right: 0;
	}
}

@media screen and (max-width:768px) {
	.feedback .msg .swiper-pagination .swiper-pagination-current {
		font-size: 20px;
	}

	.feedback .msg .swiper-pagination .swiper-pagination-total,
	.feedback .msg .swiper-pagination i {
		font-size: 14px;
	}

	.feedback .user .photo {
		width: 80px;
		height: 80px;
	}

	.feedback .images::after {
		width: 60px;
		height: 37px;
	}

	.feedback .tit {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:400px) {
	.feedback .msg .btns {
		position: static;
	}

	.feedback .txts {
		margin-bottom: 20px;
	}

	.feedback .swiper {
		margin-bottom: 20px;
	}

	.feedback .images::after {
		width: 40px;
		height: 25px;
	}

	.feedback .msg {
		margin-bottom: 30px;
	}
}


/* indexM7-1 */


.qualityControl {
	padding: 55px 0 67px 0;
}


.certificate .title1 {
	text-align: center;
	margin-bottom: 39px;
}


.certificate .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}

.certificate .image {
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.certificate .name {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


.certificate .image:hover img {
	transform: translateY(-10px);
}

.certificate .swiper-pagination {
	position: static;
	margin-top: 51px;
}

.certificate .swiper-pagination span {
	width: 42px;
	height: 44px;
	border: solid 1px transparent;
	border-radius: 50%;
	opacity: 1;
	position: relative;
	background-color: transparent;
	margin: 5px 1px !important;
}

.certificate .swiper-pagination span::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 10px;
	height: 10px;
	background-color: #00a0e9;
	opacity: 0.3;
	border-radius: 50%;
	transition: .4s ease all;
}



.certificate .swiper-pagination span.swiper-pagination-bullet-active {
	border-color: #00a0e9;
}

.certificate .swiper-pagination span.swiper-pagination-bullet-active::after {
	opacity: 1;
}

@media screen and (max-width:1560px) {
	.certificate .swiper-pagination {
		margin-top: 30px;
	}

	.certificate .swiper-pagination span {
		width: 30px;
		height: 30px;
		margin: 5px 5px !important;
	}

	.certificate .swiper-pagination span::after {
		width: 7px;
		height: 7px;
	}
}

@media screen and (max-width:1333px) {
	.certificate .swiper-pagination span {
		width: 26px;
		height: 26px;
	}

	.certificate .swiper-pagination {
		margin-top: 20px;
	}
}

@media screen and (max-width:999px) {
	.certificate .image img {
		width: 100%;
		max-width: 240px;
	}

	.certificate .title1 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:768px) {
	.certificate .swiper-pagination span {
		width: 24px;
		height: 24px;
		margin: 5px 0 !important;
	}
}

@media screen and (max-width:400px) {
	.certificate .image img {
		max-width: 200px;
	}

	.certificate .swiper-pagination {
		margin-top: 10px;
	}
}


/* indexM8-1 */

.latestBlogs {
	padding: 67px 0 76px 0;
}

.latestBlogs .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 35px;
}


.latestBlogs .cBtn {
	width: 190px;
}

.latestBlogs .image {
	overflow: hidden;
	margin-bottom: 26px;
	border-radius: 20px;
}


.latestBlogs .tit {
	font-family: Poppins-SemiBold;
	font-size: 24px;
	line-height: 32px;
	color: #333333;
	margin-bottom: 15px;
}


.latestBlogs .tit:hover {
	color: #00a0e9;
}

.latestBlogs .txts {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 26px;
}

.latestBlogs .time {
	text-align: right;
	font-size: 14px !important;
	line-height: 24px !important;
	color: #999999;
}

.latestBlogs .sBtns>div {
	top: 35.5%;
}


@media screen and (max-width:1560px) {
	.latestBlogs .title {
		margin-bottom: 40px;
	}

	.latestBlogs .image {
		border-radius: 10px;
	}

	.latestBlogs .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.latestBlogs .txts {
		font-size: 16px;
		line-height: 26px;
	}

}

@media screen and (max-width:1333px) {
	.latestBlogs .cBtn {
		width: 180px;
	}

	.latestBlogs .image {
		margin-bottom: 15px;
	}

	.latestBlogs .tit {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.latestBlogs .cBtn {
		width: 140px;
	}

	.latestBlogs .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.latestBlogs .txts {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:538px) {
	.latestBlogs .title {
		margin-bottom: 30px;
		flex-direction: column;
		align-items: flex-start;
	}

	.latestBlogs .title1 {
		margin-bottom: 30px;
	}
}


/* 1-1about */

.aboutUs {
	padding: 55px 0 24px 0;
}


.aboutUs .capability .title1 {
	font-size: 36px;
}

@media screen and (max-width:1560px) {
	.aboutUs .capability {
		margin-top: 60px;
	}
}

@media screen and (max-width:999px) {
	.aboutUs .capability {
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.aboutUs .capability {
		margin-top: 40px;
	}
}


.history {
	padding: 112px 0 142px 0;
	background-image: url("../images/historyM-1.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.history .con {
	display: flex;
	justify-content: space-between;
}

.history .msg {
	width: 46%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.history .piece {
	width: 53.75%;
	display: flex;
	align-items: center;
}


.history .innerTit {
	color: #ffffff;
	margin-bottom: 10px;
}

.history .tit {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	margin-bottom: 87px;
}

.history .yearSwiper {
	height: 100px;
	overflow: hidden;
	margin-bottom: 56px;
}


.history .yearSwiper .swiper-slide {
	font-family: Poppins-SemiBold;
	font-size: 92px;
	line-height: 100px;
	color: #919ea4;
}

.history .yearSwiper .swiper-slide span {
	color: #ffffff;
}


.history .yearSwiper i {
	font-style: normal;
	margin: 0 1px 0 2px;
}

.history .timeLine {
	height: 246px;
	clip-path: polygon(-1000% -5%, 100% -5%, 100% 110%, -1000% 110%);
}


.history .timeLine .swiper-slide {
	display: flex;
	align-items: flex-start;
	cursor: pointer;
}


.history .timeLine .swiper-slide .circle {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: transparent;
	position: relative;
	flex-shrink: 0;
	margin-right: 50px;
	margin-top: 16px;
}


.history .timeLine .swiper-slide .circle div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: 1;
	opacity: 0;
	animation: circles 1.6s linear 0s infinite;
	animation-play-state: running;
	background-color: #00a0e9;
	z-index: -1;
	display: none;
}







@keyframes circles {
	0% {
		transform: scale(1);
		opacity: 0;
	}

	20% {
		transform: scale(1.28);
		opacity: 0.5;
	}

	100% {
		transform: scale(2.2);
		opacity: 0;
	}
}


.history .timeLine .swiper-slide .circle::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #61696f;
}



.history .timeLine .swiper-slide .circle::before {
	content: "";
	position: absolute;
	top: calc(100% - 14px);
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 70px;
	background-color: rgba(255, 255, 255, .3);
	z-index: -1;
}

.history .timeLine .swiper-slide:last-child .circle::before {
	display: none;
}


.history .timeLine .box {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 14px 0;
	position: relative;
}


.history .timeLine .box::after {
	content: "";
	position: absolute;
	left: 0;
	transition: .4s ease all;
	height: 1px;
	background-color: #ffffff;
	width: 0;
	bottom: 0;
}


.history .timeLine .time {
	font-family: Poppins-Regular;
	font-size: 20px;
	line-height: 30px;
	color: #919ea4;
	width: 150px;
	margin-right: 20px;
}

.history .timeLine .name {
	font-family: Poppins-Regular;
	font-size: 20px;
	line-height: 30px;
	color: #919ea4;
}


.history .timeLine .swiper-slide.swiper-slide-thumb-active .box::after {
	width: 100%;
}

.history .timeLine .swiper-slide-thumb-active .time,
.history .timeLine .swiper-slide-thumb-active .name {
	color: #ffffff;
}


.history .timeLine .swiper-slide-thumb-active .circle {
	background-color: #00a0e9;
}

.history .timeLine .swiper-slide-thumb-active .circle::after {
	background-color: #ffffff;
}

.history .timeLine .swiper-slide-thumb-active .circle div {
	display: block;
}

.history .piece .msgSwiper {
	width: 100%;
	overflow: hidden;
	margin-top: 68px;
}

.history .msgSwiper .image {
	margin-bottom: 19px;
	border-radius: 10px;
	overflow: hidden;
}


.history .msgSwiper .txts p {
	font-size: 18px;
	line-height: 36px;
	color: #ffffff;
}

.history .msgSwiper .txts p em {
	font-style: normal;
	display: block;
	padding-left: 38px;
	position: relative;
}

.history .msgSwiper .txts p em::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #00a0e9;
	border-radius: 50%;
	top: 15px;
	left: 17px;
}








.history .piece .btns {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	margin-left: 15px;
}

.history .piece .btns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	background-color: rgba(255, 255, 255, .2);
	border-radius: 50%;
	color: rgba(255, 255, 255, .5);
	font-size: 24px;
	cursor: pointer;
}



.history .piece .btns>div.prev {
	transform: rotate(-90deg);
	margin-bottom: 30px;
}


.history .piece .btns>div.next {
	transform: rotate(90deg);
}


.history .piece .btns>div:hover {
	background-color: rgba(255, 255, 255, .4);
	color: #ffffff;
}





@media screen and (max-width:1560px) {
	.history .tit {
		margin-bottom: 40px;
		font-size: 16px;
	}

	.history .yearSwiper .swiper-slide {
		font-size: 50px;
		line-height: 60px;
	}

	.history .yearSwiper {
		height: 60px;
	}

	.history .yearSwiper {
		margin-bottom: 30px;
	}

	.history .timeLine .swiper-slide .circle {
		margin-right: 30px;
	}

	.history .timeLine .name {
		font-size: 18px;
	}

	.history .timeLine .time {
		font-size: 18px;
	}

	.history .piece .msgSwiper {
		margin-top: 0;
	}

	.history .con {
		align-items: center;
	}

	.history .msgSwiper .image {
		border-radius: 5px;
	}

	.history .msgSwiper .txts p {
		font-size: 16px;
		line-height: 28px;
	}

	.history .msgSwiper .txts p em::after {
		top: 9px;
	}

	.history .piece .btns>div {
		width: 45px;
		height: 45px;
		font-size: 16px;
	}

	.history .piece {
		width: 53%;
	}
}

@media screen and (max-width:1333px) {
	.history .yearSwiper .swiper-slide {
		font-size: 40px;
	}

	.history .tit {
		margin-bottom: 30px;
	}

	.history .innerTit {
		margin-bottom: 20px;
	}

	.history .timeLine .time,
	.history .timeLine .name {
		font-size: 16px;
		line-height: 28px;
	}

	.history .timeLine .box {
		padding: 10px 0;
	}

	.history .timeLine .time {
		width: 110px;
	}

	.history .timeLine {
		height: 200px;
	}

	.history .msgSwiper .txts p em {
		padding-left: 20px;
	}

	.history .msgSwiper .txts p em::after {
		left: 0;
	}

	.history .piece .btns>div {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}

	.history .timeLine .swiper-slide .circle::before {
		height: 60px;
	}
}

@media screen and (max-width:999px) {
	.history .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.history .msg {
		width: 100%;
		margin-bottom: 40px;
	}

	.history .tit {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 26px;
	}

	.history .yearSwiper .swiper-slide {
		font-size: 30px;
		line-height: 40px;
	}

	.history .yearSwiper {
		height: 40px;
		margin-bottom: 20px;
	}

	.history .piece {
		width: 100%;
	}

	.history .timeLine {
		width: 100%;
	}

	.history .piece .msgSwiper {
		width: 75%;
	}

	.history .piece .btns {
		margin-left: 40px;
	}

	.history .timeLine {
		height: 180px;
		clip-path: polygon(-1000% -5%, 100% -5%, 100% 105%, -1000% 105%);
	}

	.history .yearSwiper .swiper-slide {
		font-size: 26px;
		line-height: 30px;
	}

	.history .yearSwiper {
		height: 30px;
	}

	.history .timeLine .swiper-slide .circle::before {
		height: 50px;
	}
}

@media screen and (max-width:768px) {

	.history .timeLine .time,
	.history .timeLine .name {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:400px) {
	.history .piece {
		flex-direction: column;
		align-items: flex-start;
	}

	.history .piece .msgSwiper {
		width: 100%;
	}

	.history .piece .btns {
		margin-left: 0;
		flex-direction: row;
		width: 100%;
	}

	.history .piece .btns>div {
		margin-top: 20px;
	}

	.history .piece .btns>div.prev {
		margin-bottom: 0;
		margin-right: 20px;
		transform: rotate(-180deg);
	}

	.history .piece .btns>div.next {
		transform: rotate(0deg);
	}

	.history .timeLine .time {
		margin-right: 0;
	}

	.history .timeLine .swiper-slide .circle {
		margin-right: 18px;
	}

	.history .piece .btns>div {
		width: 36px;
		height: 36px;
		font-size: 14px;
	}

}




.innovation {
	padding: 72px 0 80px 0;
}

.innovation .title {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 18px;
}

.innovation .title .innerTit {
	margin-bottom: 23px;
	text-align: center;
}


.innovation .title .tit {
	font-family: Poppins-Regular;
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-align: center;
	padding: 12px 0;
}

.innovation .tip {
	text-align: center;
	font-size: 18px;
	color: #666666;
	text-align: center;
	margin-bottom: 31px;
}


.innovation .piece {
	display: flex;
	justify-content: space-between;
	background-color: #f7f7f7;
}

.innovation .piece .videoSwiper {
	width: 50%;
	overflow: hidden;
}

.innovation .piece .box {
	width: 50%;
	padding: 30px 30px 30px 59px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}



.innovation .piece .tit {
	font-family: Poppins-SemiBold;
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	position: relative;
	margin-bottom: 52px;
}



.innovation .piece .tit::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -28px;
	width: 40px;
	height: 5px;
	background-color: #00a0e9;
	border-radius: 3px;
}


.innovation .piece .txts p {
	font-size: 18px;
	hyphens: auto;
}

.innovation .piece .txts p strong {
	font-family: Poppins-SemiBold;
	color: #333333;
	font-weight: normal;
}


.innovation .image {
	position: relative;
	height: 100%;
}

.innovation .image .video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}


.innovation .image>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.innovation .image .video .playBtn {
	width: 72px;
	height: 72px;
}


.innovation .image .video:hover .playBtn img {
	transform: scale(1.1);
}

.innovation .msgSwiper {
	overflow: hidden;
	width: 100%;
}

.innovation .btns {
	display: flex;
	align-items: center;
}

.innovation .btns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: solid 1px #00a0e9;
	border-radius: 50%;
	color: #00a0e9;
	margin-top: 37px;
	cursor: pointer;
	font-size: 18px;
}

.innovation .btns>div.prev {
	margin-right: 21px;
}


.innovation .btns>div:hover {
	background-color: #00a0e9;
	color: #ffffff;
}

.innovation .btns>div.swiper-button-disabled {
	background-color: transparent;
	color: #00a0e9;
	cursor: auto;
}

@media screen and (max-width:1560px) {
	.innovation .title .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.innovation .piece .box {
		padding: 30px 40px;
	}

	.innovation .btns>div {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}

	.innovation .piece .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.innovation .piece .txts p {
		font-size: 16px;
		line-height: 28px;
	}

	.innovation .image .video .playBtn {
		width: 65px;
		height: 65px;
	}
}

@media screen and (max-width:1333px) {
	.innovation .image .video .playBtn {
		width: 60px;
		height: 60px;
	}

	.innovation .title .tit {
		font-size: 18px;
		line-height: 28px;
		padding: 10px 0;
	}

	.innovation .piece .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.innovation .piece .tit::after {
		height: 4px;
		bottom: -20px;
	}

	.innovation .btns>div {
		font-size: 14px;
		width: 36px;
		height: 36px;
	}

}

@media screen and (max-width:999px) {
	.innovation .piece {
		flex-direction: column;
		align-items: flex-start;
	}

	.innovation .piece .box {
		width: 100%;
		padding: 30px 20px;
	}

	.innovation .piece .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 40px;
	}

	.innovation .btns>div {
		margin-top: 30px;
	}

	.innovation .image .video .playBtn {
		width: 55px;
		height: 55px;
	}

	.innovation .piece .videoSwiper {
		width: 100%;
		height: 380px;
	}

	.innovation .title .tit {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.innovation .piece .videoSwiper {
		height: 340px;
	}

	.innovation .piece .box {
		padding: 20px;
	}
}

@media screen and (max-width:538px) {
	.innovation .piece .videoSwiper {
		height: 300px;
	}

	.innovation .image .video .playBtn {
		width: 50px;
		height: 50px;
	}
}

.sample {
	background-color: #00a0e9;
	padding: 77px 0 89px 0;
}


.sample .innerTit {
	text-align: center;
	color: #ffffff;
	margin-bottom: 38px;
}

.sample .btns {
	display: flex;
	align-items: center;
	justify-content: center;
}

.sample .btns a {
	width: 300px;
	height: 50px;
	border-radius: 25px;
	border: solid 1px #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
}


.sample .btns a:nth-child(1) {
	width: 353px;
	margin-right: 22px;
}


.sample .btns a:hover {
	background-color: #ffffff;
	color: #00a0e9;
}

@media screen and (max-width:1560px) {
	.sample .btns a {
		height: 40px;
		font-size: 16px;
	}

	.sample .btns a:nth-child(1) {
		width: 320px;
	}
}

@media screen and (max-width:1333px) {
	.sample .innerTit {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:999px) {
	.sample .btns a {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.sample .btns {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.sample .btns a:nth-child(1) {
		margin-bottom: 15px;
		margin-right: 0;
		width: 275px;
	}

	.sample .btns a {
		width: 240px;
		height: 36px;
	}
}



.aboutBox {
	padding: 78px 0 88px 0;
}


.honor {
	position: relative;
	margin-bottom: 166px;
}


.honor .imgBg {
	position: absolute;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	bottom: -45.4%;
	z-index: -2;
	pointer-events: none;
}


.honor .innerTit {
	margin-bottom: 30px;
	text-align: center;
}


.honor a:hover img {
	transform: none;
}




.honor .swiper {
	overflow: visible;
	clip-path: polygon(6% -1000%, 94% -1000%, 94% 1000%, 6% 1000%);
}



.honor .swiper-slide {
	transition: .3s ease opacity, .3s ease transform;
	opacity: 0;
	pointer-events: none;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	pointer-events: none;
}


.honor .swiper-slide .image::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99;
}



.honor .swiper-slide .image::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: rgba(0, 0, 0, .5);
	width: 90%;
	height: 92%;
	transition: .4s ease all;
}


.honor .swiper-slide .image {
	transform: scale(0.7);
	transform-origin: center bottom;
	position: relative;
	cursor: pointer;
	pointer-events: all;
}




.honor .swiper-slide.swiper-slide-visible {
	opacity: 1;
}


.honor .swiper-slide.swiper-slide-active {
	z-index: 3;
}


.honor .swiper-slide.swiper-slide-active .image::after {
	opacity: 0;
	pointer-events: none;
}


.honor .swiper-slide.swiper-slide-active .image::before {
	pointer-events: none;
}


.honor .swiper-slide.swiper-slide-active .image {
	transform: scale(1);
}

.honor .swiper-slide.swiper-slide-prev,
.honor .swiper-slide.swiper-slide-next {
	z-index: 2;
}


.honor .swiper-slide.swiper-slide-prev .image {
	transform: translateX(-7.4%) scale(.85);
}

.honor .swiper-slide.swiper-slide-next .image {
	transform: translateX(7.4%) scale(.85);
}


.honor .sBtns {
	display: none;
}

.factoryDisplay .innerTit {
	text-align: center;
	margin-bottom: 34px;
}



.factoryDisplay .swiperBox {
	overflow: hidden;
	border-radius: 10px;
}


.factoryDisplay .swiperBox .swiper {
	width: 75%;
	overflow: visible;
}


.factoryDisplay .image {
	position: relative;
}

.factoryDisplay .image .video {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	left: 0;
	top: 0;
	cursor: pointer;
}


.factoryDisplay .image .video .playBtn {
	width: 72px;
	height: 72px;
}



.factoryDisplay .image .video:hover .playBtn img {
	transform: scale(1.1);
}


.factoryDisplay .swiper-slide {
	pointer-events: none;
	border-radius: 10px;
	overflow: hidden;
}

.factoryDisplay .swiper-slide.swiper-slide-active {
	pointer-events: all;
}


.factoryDisplay .btns>div {
	position: absolute;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 11.64%;
	height: 100%;
	color: #ffffff;
	border-radius: 10px;
	z-index: 9;
	top: 0;
	font-size: 34px;
	cursor: pointer;
}



.factoryDisplay .btns>div.prev {
	left: 0;
}

.factoryDisplay .btns>div.next {
	right: 0;
}



.factoryDisplay .btns>div:hover {
	background-color: rgba(0, 0, 0, .5);
}



@media screen and (max-width:1560px) {
	.factoryDisplay .btns>div {
		font-size: 24px;
	}

	.honor .imgBg {
		bottom: -42%;
	}

	.honor .innerTit {
		margin-bottom: 40px;
	}

	.honor {
		margin-bottom: 150px;
	}

	.factoryDisplay .btns>div {
		border-radius: 5px;
	}

	.factoryDisplay .image .video .playBtn {
		width: 65px;
		height: 65px;
	}

	.factoryDisplay .swiper-slide {
		border-radius: 5px;
	}

	.factoryDisplay .swiperBox {
		border-radius: 5px;
	}

	.honor .swiper {
		clip-path: polygon(3% -1000%, 97% -1000%, 97% 1000%, 3% 1000%);
	}

	.honor .swiper-slide.swiper-slide-prev .image,
	.honor .swiper-slide.swiper-slide-next .image {
		transform: scale(.9);
	}

	.honor .swiper-slide .image {
		transform: scale(.75);
	}
}

@media screen and (max-width:1333px) {
	.honor .imgBg {
		bottom: -40%;
	}

	.honor {
		margin-bottom: 100px;
	}

	.factoryDisplay .image .video .playBtn {
		width: 60px;
		height: 60px;
	}
}

@media screen and (max-width:999px) {

	.honor .imgBg {
		bottom: -35%;
	}

	.honor .innerTit {
		margin-bottom: 30px;
	}

	.honor {
		margin-bottom: 70px;
	}

	.honor .swiper-slide .image::before,
	.honor .swiper-slide .image::after {
		display: none;
	}

	.honor .swiper {
		clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
	}

	.honor .swiper-slide.swiper-slide .image {
		transform: scale(1);
	}


	.factoryDisplay .innerTit {
		margin-bottom: 30px;
	}

	.factoryDisplay .btns>div {
		font-size: 20px;
	}

	.factoryDisplay .image .video .playBtn {
		width: 55px;
		height: 55px;
	}

	.honor .imgBg {
		display: none;
	}

	.honor .sBtns {
		display: flex;
	}

	.honor {
		margin-bottom: 40px;
	}

}

@media screen and (max-width:768px) {
	.factoryDisplay .swiperBox .swiper {
		width: 100%;
	}

	.factoryDisplay .image .video .playBtn {
		width: 50px;
		height: 50px;
	}
}

@media screen and (max-width:538px) {
	.factoryDisplay .btns>div {
		font-size: 18px;
	}

	.factoryDisplay .image .video .playBtn {
		width: 45px;
		height: 45px;
	}


	.honor .imgBg {
		bottom: -30%;
	}
}



@media screen and (max-width:400px) {
	.honor .swiper .image {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.honor .swiper .image img {
		width: 100%;
		max-width: 180px;
	}

	.honor .imgBg {
		bottom: -24%;
	}
}









.qualityCertification {
	padding: 52px 0 52px 0;
}


.qualityCertification .innerTit {
	text-align: center;
	margin-bottom: 15px;
}

.qualityCertification .tit {
	font-family: Poppins-Regular;
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	text-align: center;
	margin-bottom: 24px;
}


.qualityCertification .list {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 19px;
	flex-wrap: wrap;
}


.qualityCertification .list .image {
	width: 212px;
	height: 212px;
	background-color: #ffffff;
	box-shadow: 0px 12px 24px 0px rgba(5, 38, 53, 0.17);
	border-radius: 10px;
	margin: 10px 22px;
	overflow: hidden;
}


.qualityCertification .tip {
	text-align: center;
}


.quality .box {
	padding: 55px 0 67px 0;
	border-top: 1px solid rgba(0, 0, 0, .3);
}

.quality .box .innerTit {
	text-align: center;
	margin-bottom: 39px;
	font-size: 30px;
}

.quality .list {
	display: flex;
	flex-wrap: wrap;
}

.quality .list .item {
	padding-left: 25px;
	width: 31%;
	margin-top: 30px;
	margin-right: 3.5%;
}

.quality .list .item:nth-child(3n) {
	margin-right: 0;
}


.quality .list .item:nth-child(-n+3) {
	margin-top: 0;
}


.quality .list .tit {
	font-family: Poppins-SemiBold;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 15px;
	position: relative;
}


.quality .list .tit::after {
	content: "";
	position: absolute;
	left: -25px;
	top: 10px;
	width: 12px;
	height: 12px;
	background-color: #e4007f;
	border-radius: 50%;
}

.quality .list .txts {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}

@media screen and (max-width:1560px) {
	.qualityCertification .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.qualityCertification .innerTit {
		margin-bottom: 10px;
	}

	.qualityCertification .list .image {
		width: 180px;
		height: 180px;
	}

	.qualityCertification,
	.quality .box {
		padding: 50px 0;
	}

	.quality .box .innerTit {
		font-size: 24px;
		line-height: 34px;
	}


	.quality .list .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.quality .list .tit::after {
		width: 10px;
		height: 10px;
		top: 8px;
	}
}

@media screen and (max-width:1333px) {
	.qualityCertification .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.qualityCertification .innerTit {
		margin-bottom: 10px;
	}

	.qualityCertification .list .image {
		width: 160px;
		height: 160px;
	}

	.qualityCertification,
	.quality .box {
		padding: 40px 0;
	}

	.quality .box .innerTit {
		font-size: 22px;
		line-height: 30px;
	}


	.quality .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.quality .box .innerTit {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:999px) {
	.qualityCertification .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.quality .list .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.quality .box .innerTit {
		font-size: 20px;
	}

	.qualityCertification .list .image {
		width: 130px;
		height: 130px;
		margin: 10px 15px;
	}

	.quality .list {
		justify-content: space-between;
	}

	.quality .list .item:nth-child(n) {
		width: 48%;
		margin-top: 20px;
		margin-right: 0;
	}

	.quality .list .item:nth-child(-n+2) {
		margin-top: 0;
	}
}


@media screen and (max-width:538px) {
	.quality .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.quality .list .item:nth-child(1) {
		margin-top: 0;
	}

	.qualityCertification .list .image {
		width: 120px;
		height: 120px;
	}

}




.development {
	padding: 147px 0 218px 0;
	background-image: url("../images/developmentM1-1.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000000;
}


.development .innerTit {
	position: relative;
	margin-bottom: 119px;
	text-align: center;
	color: #ffffff;
}


.development .innerTit::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 54px;
	height: 5px;
	background-color: #fff100;
	border-radius: 3px;
	bottom: -42px;
}

.development .txts p {
	text-align: center;
	font-size: 22px !important;
	line-height: 30px !important;
	color: #ffffff;
	margin-bottom: 30px;
}

.development .txts p:last-child {
	margin-bottom: 0;
}

.development .txts p strong {
	font-family: Poppins-SemiBold;
	font-weight: normal;
}

@media screen and (max-width:1560px) {
	.development {
		padding: 100px 0 100px 0;
	}

	.development .innerTit::after {
		bottom: -24px;
	}

	.development .innerTit {
		margin-bottom: 70px;
	}

	.development .txts p {
		font-size: 20px !important;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1333px) {
	.development .txts p {
		font-size: 18px !important;
		line-height: 28px !important;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:999px) {
	.development {
		padding: 80px 0;
	}

	.development .txts p {
		font-size: 16px !important;
		line-height: 28px !important;
		margin-bottom: 10px;
	}

	.development .innerTit::after {
		height: 4px;
		bottom: -16px;
	}

	.development .innerTit {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.development {
		padding: 60px 0;
	}
}

@media screen and (max-width:538px) {
	.development {
		padding: 50px 0;
	}
}

/* 2-1Custom Packaging */

.products {
	position: relative;
	padding: 56px 0 75px 0;
}


.products::after {
	content: "";
	position: absolute;
	bottom: 100%;
	width: 100%;
	background-color: #f3f6f8;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}


.products .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.products .productSlides {
	width: 244px;
	flex-shrink: 0;
	margin-right: 8.9%;
}


.products .des {
	flex: 1;
}

.products .innerTit {
	margin-bottom: 15px;
}

.products .des .list {
	margin-top: 29px;
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
}

.products .des .list .item {
	width: 32.3%;
	margin-right: 1.55%;
	background-color: #ffffff;
	border-radius: 30px;
	margin-top: 17px;
	overflow: hidden;
}

.products .des .list .item:nth-child(3n) {
	margin-right: 0;
}


.products .des .list .item:nth-child(-n+3) {
	margin-top: 0;
}

.products .des .list .item:hover {
	box-shadow: 0px 26px 84px 0px rgba(101, 118, 129, 0.14);
}


.products .des .list .image {
	overflow: hidden;
	border-bottom: 1px solid #f3f6f8;
}

.products .des .list .msg {
	padding: 20px 35px 26px;
}


.products .des .list .tit {
	font-family: Poppins-Regular;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	text-align: center;
	margin-bottom: 12px;
}

.products .des .list .tit:hover {
	color: #00a0e9;
}

.products .des .list .btns {
	display: flex;
	align-items: center;
	justify-content: center;
}


.products .des .list .checkBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	width: 12px;
	height: 12px;
	outline: solid 1px #cccccc;
	cursor: pointer;
	flex-shrink: 0;
	margin-right: 12px;
}


.products .des .list .checkBtn input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
}

.products .des .list .checkBtn i {
	font-size: 14px;
	opacity: 0;
}

.products .des .list .checkBtn.active i {
	opacity: 1;
}


.products .des .list .btn {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}

.products .des .list .btn:hover {
	color: #00a0e9;
}

.productSlides .title {
	font-family: Poppins-SemiBold;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 6px;
	text-transform: uppercase;
}


.productSlides .title i {
	display: none;
}


.productSlides a {
	display: block;
}

.productSlides .list>li>a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 0;
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #666666;
}


.productSlides .list>li.active>a,
.productSlides .list>li:hover>a {
	color: #333333;
}

.productSlides .list>li.active>a>i,
.productSlides .list>li:hover>a>i {
	color: #e4007f;
}

.productSlides .list>li.active>a>i {
	transform: rotate(90deg);
}


.productSlides .list>li:last-child>a {
	border-bottom: none;
}


.productSlides .list>li>a>i {
	font-size: 14px;
	color: #666666;
}

.productSlides .list ul {
	display: none;
	padding: 11px 7px 20px 21px;
	border-bottom: 1px solid rgba(102, 102, 102, 0.3);
	border-top: 1px solid rgba(102, 102, 102, 0.3);
}

.productSlides .list li.active>ul {
	display: block;
}


.productSlides .list ul>li>a {
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}

.productSlides .list ul>li {
	margin-bottom: 10px;
}

.productSlides .list ul>li:last-child {
	margin-bottom: 0;
}

.productSlides .list ul>li.active>a,
.productSlides .list ul>li:hover>a {
	color: #333333;
}


.innerCustom {
	padding: 80px 0 80px 0;
}


.innerQuality {
	padding: 63px 0 49px 0;
	background-color: #f3f6f8;
}


.innerQuality .innerTit {
	text-align: center;
	margin-bottom: 31px;
}

@media screen and (max-width:1560px) {
	.productSlides .title {
		margin-bottom: 30px;
	}

	.productSlides .list ul {
		padding: 14px 10px;
	}

	.products .innerTit {
		margin-bottom: 30px;
	}

	.products .des .list {
		margin: 40px 0 50px 0;
	}

	.products .des .list .item {
		border-radius: 20px;
	}

	.products .des .list .msg {
		padding: 20px;
	}

	.products .des .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.products .productSlides {
		margin-right: 6%;
	}
}

@media screen and (max-width:1333px) {
	.products .des .list .item {
		border-radius: 10px;
	}

	.products .des .list .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.productSlides .title {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.products .des .list {
		margin: 40px 0;
	}

	.products .des .list {
		justify-content: space-between;
	}

	.products .des .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.products .des .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.products .productSlides {
		margin-right: 8%;
	}
}

@media screen and (max-width:999px) {
	.products .con {
		flex-direction: column-reverse;
	}

	.products .des {
		flex: none;
		width: 100%;
		margin-bottom: 50px;
	}

	.products .productSlides {
		margin-right: 0;
		width: 100%;
	}

	.productSlides .list ul>li>a {
		font-size: 14px;
		line-height: 24px;
	}

	.productSlides .list>li>a {
		font-size: 16px;
		line-height: 28px;
	}


	.productSlides .title {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 0;
	}

	.productSlides .title i {
		display: flex;
		align-items: center;
		justify-content: center;
		color: #333333;
		font-size: 18px;
	}

	.products .des .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
	}

	.products .des .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.products .des .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.products .des .list .msg {
		padding: 10px;
	}

	.products .des .list .tit {
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.products .innerTit {
		margin-bottom: 20px;
	}

	.products .des .list {
		margin: 30px 0 40px 0;
	}

	.productSlides .title.active i {
		transform: rotate(45deg);
	}

	.productSlides .list {
		display: none;
		transition: none;
		margin-top: 20px;
	}

}

@media screen and (max-width:768px) {
	.products .des .list {
		justify-content: space-between;
	}

	.products .des .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}

	.products .des .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.productSlides .title {
		font-size: 18px;
		line-height: 28px;
	}

	.products .des {
		margin-bottom: 40px;
	}

}

@media screen and (max-width:400px) {
	.products .des .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.products .des .list .item:nth-child(1) {
		margin-top: 0;
	}

	.products .des .list {
		margin-bottom: 30px;
	}
}



/* 2-2Custom Packaging */

.productShow {
	padding: 64px 0 80px 0;
	position: relative;
}

.productShow::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 100%;
	background-color: #f3f6f8;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}


.productShow .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.productShow .box {
	width: 42.85%;
	position: relative;
}

.productShow .jianjie {
	width: 50.6%;
	padding: 95px 0;
}


.productShow .box .showSipwer {
	margin-bottom: 24px;
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 10px;
}


.productShow .box .showSipwer .swiper-slide {
	position: relative;
}



.productShow .box .checkSwiper {
	padding: 0 80px;
	position: relative;
	width: 100%;
}

.productShow .box .checkSwiper .swiper-wrapper {
	pointer-events: none;
}


.productShow .box .checkSwiper .iconfont {
	position: absolute;
	top: 50%;
	height: 100%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333333;
	font-size: 16px;
	cursor: pointer;
	z-index: 99;
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	box-shadow: 6px 6px 10px 0px rgba(101, 118, 129, 0.14);
	border-radius: 50%;
}

.productShow img {
	display: block;
}

.productShow .box .checkSwiper .prev {
	left: 0px;
}

.productShow .box .checkSwiper .next {
	right: 0px;
}


.productShow .box .checkSwiper .iconfont:hover {
	background-color: #e4007f;
	color: #ffffff;
}

.productShow .box .checkSwiper .iconfont.swiper-button-disabled {
	background-color: #ffffff;
	color: #333333;
	cursor: auto;
}


.productShow .checkSwiper .swiper-slide {
	position: relative;
	cursor: pointer;
	opacity: 0;
	transition: .4s ease opacity;
	background-color: #efefef;
	overflow: hidden;
	border-radius: 10px;
}

.productShow .checkSwiper .swiper-slide.swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}


.productShow .checkSwiper .swiper-slide::after {
	content: "";
	position: absolute;
	border: solid 1px transparent;
	transition: .4s ease border;
	pointer-events: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
	border-radius: 10px;
}


.productShow .checkSwiper .swiper-slide.swiper-slide-thumb-active::after {
	border: solid 1px #00a0e9;
}


.jianjie .sTit {
	margin-bottom: 23px;
	font-weight: normal;
}


.jianjie .txts p {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}


.jianjie .txts {
	margin-bottom: 60px;
}


.jianjie .btns {
	display: flex;
	align-items: center;
}

.jianjie .btns a {
	width: 167px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	font-size: 16px;
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #00a0e9;
	border-radius: 25px;
	border: solid 1px #00a0e9;
}




.jianjie .btns a:nth-child(2) {
	margin-right: 0;
}


.jianjie .btns a:hover {
	background-color: #00a0e9;
	color: #ffffff;
}



.jianjie .share {
	margin-bottom: 60px;
}





/*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;
	border-radius: 10px;
}

div.zoomdiv img {
	max-width: unset !important;
}

div.jqZoomPup {
	z-index: 200;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	transition: none;
	border-radius: 10px;
}


.productDet {
	padding: 79px 0 81px 0;
}

.productDet .features {
	margin-bottom: 40px;
}

.features .sTit {
	margin-bottom: 20px;
}

.productDet .standardEdit p {
	line-height: 36px;
}

.productDet .standardEdit p em {
	display: block;
	padding-left: 15px;
	position: relative;
	font-style: normal;
}

.productDet .standardEdit p em::after {
	content: "";
	position: absolute;
	left: 0;
	top: 16px;
	width: 6px;
	height: 6px;
	background-color: #00a0e9;
	border-radius: 50%;
}

.productDet .standardEdit p strong {
	font-weight: normal;
	font-family: Poppins-SemiBold;
	font-size: 18px;
	color: #333333;
}


.productDet .description .sTit {
	margin-bottom: 43px;
}


.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: 14px 20px;
	font-size: 16px;
	line-height: 30px;
	font-family: Poppins-Regular, Arial, sans-serif;
	color: #666666;
	border-top: 1px solid #333333;
}


.table table tr:last-child td {
	border-bottom: 1px solid #333333;
}


.table table tr td:nth-child(1) {
	font-size: 18px;
	color: #333333;
}



@media screen and (max-width:1560px) {
	.productShow .jianjie {
		padding: 40px 0;
	}

	.jianjie .txts {
		margin-bottom: 40px;
	}

	.jianjie .sTit {
		margin-bottom: 30px;
	}

	.jianjie .share {
		margin-bottom: 50px;
	}

	.jianjie .btns a {
		height: 45px;
		font-size: 16px;
	}

	.productShow .con {
		align-items: center;
	}
}

@media screen and (max-width:1333px) {
	.productShow .jianjie {
		padding: 0;
	}

	.productShow .box .checkSwiper {
		padding: 0 50px;
	}

	.productShow .box .checkSwiper .iconfont {
		width: 36px;
		height: 36px;
		font-size: 14px;
	}

	.productShow .checkSwiper .swiper-slide,
	.productShow .box .showSipwer,
	.productShow .checkSwiper .swiper-slide::after,
	div.zoomdiv,
	div.jqZoomPup {
		border-radius: 5px;
	}

	.jianjie .sTit {
		margin-bottom: 26px;
	}

	.jianjie .txts {
		margin-bottom: 30px;
	}

	.jianjie .share {
		margin-bottom: 40px;
	}

	.jianjie .btns a {
		height: 40px;
		width: 150px;
	}

	.features .sTit {
		margin-bottom: 30px;
	}

	.productDet .standardEdit p em::after {
		top: 10px;
	}
}

@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 .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.productShow .jianjie {
		width: 100%;
	}

	.jianjie .sTit {
		margin-bottom: 20px;
	}

	.jianjie .txts p {
		font-size: 14px;
		line-height: 26px;
	}

	.jianjie .share {
		margin-bottom: 30px;
	}

	.productShow .box {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 40px;
	}

	.productDet .standardEdit p strong {
		font-size: 16px;
	}

	.productDet .description .sTit {
		margin-bottom: 30px;
	}

	.table table tr td {
		font-size: 14px;
		line-height: 26px;
	}

	.table table tr td:nth-child(1) {
		font-size: 16px;
	}

	.jianjie .btns a {
		font-size: 14px;
	}
}


@media screen and (max-width:768px) {
	.productShow .box {
		max-width: 350px;
	}

	.productShow .box .checkSwiper .iconfont {
		width: 32px;
		height: 32px;
		font-size: 12px;
	}

	.productShow .box .showSipwer {
		margin-bottom: 20px;
	}

	.jianjie .btns a {
		height: 36px;
	}

	.productDet .standardEdit p strong {
		font-size: 14px;
	}

	.features .sTit {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:538px) {
	.table table tr td {
		padding: 10px;
	}
}




/* 3-1Customization */



.packService {
	padding: 54px 0 80px 0;
}

.packService .innerTit {
	text-align: center;
	margin-bottom: 26px;
}


.packService .box {
	margin-bottom: 92px;
}

.packService .box .image {
	float: right;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	width: 50%;
	margin-left: 3%;
}

.packService .box .image .video {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.packService .box .image .video:hover img {
	transform: scale(1.1);
}


.packService .box .image .video .playBtn {
	width: 72px;
	height: 72px;
}

.packService .box .msg {
	padding: 40px 0;
}

.packService .box .msg .tit {
	font-family: Poppins-SemiBold;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 35px;
}


.packService .box .msg .txts p {
	color: #333333;
	line-height: 26px;
}


.packService .list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 59px;
	flex-wrap: wrap;
}


.packService .list .item {
	width: 48.57%;
	background-color: #f5f5f5;
	border-radius: 10px;
	padding: 51px 60px 55px 60px;
}


.packService .list .tit {
	font-family: Poppins-SemiBold;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 35px;
}


.packService .list .txts {
	line-height: 26px;
	color: #333333;
}


.packService .btn {
	width: 238px;
	height: 50px;
	background-color: #00a0e9;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 59px;
	border: 1px solid #00a0e9;
	font-size: 18px;
	color: #ffffff;
}


.packService .btn:hover {
	background-color: #ffffff;
	color: #00a0e9;
}

.packService .team {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
}



.packService .team .image {
	width: 63.21%;
	border-radius: 10px;
	overflow: hidden;
}


.packService .team .msg {
	width: 32%;
}

.packService .team .msg .tit {
	font-family: Poppins-SemiBold;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 38px;
}

.packService .team .txts p {
	line-height: 26px;
	color: #333333;
}


.packService .team .clear {
	display: none;
}

@media screen and (max-width:1560px) {
	.packService .box .msg {
		padding: 0;
	}

	.packService .innerTit {
		margin-bottom: 50px;
	}

	.packService .box .image {
		border-radius: 5px;
	}

	.packService .box .image .video .playBtn {
		width: 60px;
		height: 60px;
	}

	.packService .box .msg .tit,
	.packService .list .tit,
	.packService .team .msg .tit {
		font-size: 20px;
	}


	.packService .box {
		margin-bottom: 60px;
	}

	.packService .list .tit {
		margin-bottom: 30px;
	}


	.packService .list .item {
		border-radius: 5px;
		padding: 40px;
	}

	.packService .team {
		display: block;
	}

	.packService .team .image {
		float: right;
		margin-left: 5%;
	}

	.packService .team .msg {
		width: 100%;
	}

	.packService .team .image {
		border-radius: 5px;
	}

	.packService .team .clear {
		display: block;
	}

	.packService .btn {
		height: 45px;
		width: 240px;
	}
}

@media screen and (max-width:1333px) {

	.packService .box .msg .tit,
	.packService .list .tit,
	.packService .team .msg .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.packService .list .item {
		padding: 30px;
	}

	.packService .box .image .video .playBtn {
		width: 56px;
		height: 56px;
	}

	.packService .box {
		margin-bottom: 50px;
	}

	.packService .list {
		margin-bottom: 50px;
	}

	.packService .btn {
		margin-bottom: 50px;
		width: 210px;
	}

	.packService .team .msg .tit {
		margin-bottom: 30px;
	}

}

@media screen and (max-width:999px) {
	.packService .innerTit {
		margin-bottom: 40px;
	}

	.packService .box .image .video .playBtn {
		width: 50px;
		height: 50px;
	}

	.packService .box .msg .tit,
	.packService .list .tit,
	.packService .team .msg .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.packService .list .item {
		padding: 25px;
	}

	.packService .list .tit {
		margin-bottom: 20px;
	}

	.packService .list {
		margin-bottom: 40px;
	}

	.packService .btn {
		margin-bottom: 40px;
	}

	.packService .btn {
		height: 40px;
		width: 190px;
	}
}

@media screen and (max-width:768px) {
	.packService .box .image {
		width: 100%;
		float: none;
		margin: 0;
		margin-top: 30px;
	}

	.packService .box {
		display: flex;
		flex-direction: column-reverse;
	}

	.packService .innerTit {
		margin-bottom: 30px;
	}

	.packService .box .msg .tit {
		margin-bottom: 30px;
	}

	.packService .box {
		margin-bottom: 40px;
	}

	.packService .list .item:nth-child(n) {
		width: 100%;
		margin-bottom: 30px;
	}

	.packService .list .item:last-child {
		margin-bottom: 0;
	}

	.packService .team {
		display: flex;
		flex-direction: column-reverse;
	}

	.packService .team .image {
		width: 100%;
		float: none;
		margin: 0;
		margin-top: 30px;
	}

}




.printing {
	padding: 72px 0 80px 0;
}

.printing .innerTit {
	text-align: center;
	margin-bottom: 45px;
}


.printing .printingList {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.printing .printingList .item {
	width: 22%;
	margin-top: 30px;
	margin-right: 4%;
}

.printing .printingList .item:nth-child(4n) {
	margin-right: 0;
}

.printing .printingList .item:nth-child(-n+4) {
	margin-top: 0;
}


.printing .printingList .image {
	width: 96px;
	height: 96px;
	background-color: #e3e2d6;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: 0 auto 23px;
}


.printing .printingList .tit {
	font-family: Poppins-Regular;
	font-size: 24px;
	line-height: 32px;
	color: #333333;
	text-align: center;
	margin-bottom: 16px;
}

.printing .printingList .txts {
	line-height: 26px;
	text-align: center;
	color: #333333;
}

.qBtn {
	width: 238px;
	height: 50px;
	border-radius: 25px;
	border: solid 1px #00a0e9;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins-Regular;
	font-size: 18px;
	color: #00a0e9;
	margin: 0 auto;
}


.qBtn:hover {
	background-color: #00a0e9;
	color: #ffffff;
}


.productionTimes {
	background-color: #ffffff;
	box-shadow: 0px 8px 59px 0px rgba(101, 118, 129, 0.14);
	border-radius: 30px;
	padding: 41px 40px 40px 40px;
	margin-top: 49px;
	margin-bottom: 54px;
}

.productionTimes .tit {
	position: relative;
	background-color: #e4007f;
	border-radius: 10px;
	font-family: Poppins-SemiBold;
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	padding: 23.5px 30px;
	width: 655px;
	margin: 0 auto 27px;
}


.productionTimes .tit::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: calc(100% - 22px);
	height: calc(100% - 19px);
	border: 1px dashed #ffffff;
	border-radius: 10px;
	pointer-events: none;
}


.productionTimes .txts {
	margin-bottom: 50px;
}



.productionTimes .txts .table {
	width: 100%;
	overflow: auto;
}

.productionTimes .txts .table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}


.productionTimes .txts .table table tr td {
	padding: 20.5px 20px;
	color: #333333;
	border-bottom: 1px solid #333333;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
}

.productionTimes .txts .table table tr:nth-child(1) td {
	font-family: Poppins-SemiBold;
	border-top: none;
}


.productionTimes .tip {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	text-align: center;
	margin-bottom: 8px;
}

.productionTimes .time {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	text-align: center;
}

.productionTimes .time span {
	color: #e4007f;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}


.printing .list {
	margin-bottom: 60px;
}


.printing .list .item {
	margin-bottom: 40px;
	background-color: #ffffff;
	display: flex;
	justify-content: space-between;
	border-radius: 10px;
	overflow: hidden;
	align-items: center;
}


.printing .list .item:last-child {
	margin-bottom: 0;
}


.printing .list .item:nth-child(2n) {
	flex-direction: row-reverse;
}

.printing .list .image {
	width: 36.6%;
}


.printing .list .msg {
	padding: 40px 72px;
	flex: 1;
}


.printing .list .tit {
	font-family: Poppins-SemiBold;
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 20px;
}


.printing .list .txts {
	color: #333333;
}




.customRange {
	padding: 77px 0 89px 0;
}


.customRange .con {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.customRange .con .item {
	width: 48.57%;
	margin-top: 30px;
}

.customRange .con .item:nth-child(-n+2) {
	margin-top: 0;
}


.customRange .con .image {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 35px;
}

.customRange .con .tit {
	font-family: Poppins-SemiBold;
	font-size: 30px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 18px;
}

.customRange .con .txts {
	font-size: 18px;
}

.customRange .con .imgList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 14px;
}


.customRange .con .imgList .sign {
	width: 70px;
	margin-right: 10px;
	margin-bottom: 5px;
}


@media screen and (max-width:1560px) {
	.printing .innerTit {
		margin-bottom: 50px;
	}

	.printing .printingList .tit {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.printing .printingList .image {
		width: 90px;
		height: 90px;
		margin-bottom: 20px;
	}

	.qBtn {
		height: 45px;
		width: 215px;
	}

	.productionTimes {
		padding: 50px 30px;
		margin: 50px 0 50px;
	}

	.productionTimes .tit {
		font-size: 24px;
		border-radius: 5px;
	}

	.productionTimes .tit::after {
		border-radius: 5px;
	}

	.printing .printingList {
		margin-bottom: 40px;
	}

	.productionTimes {
		border-radius: 20px;
	}

	.productionTimes .txts .table table tr td {
		font-size: 18px;
		line-height: 30px;
		padding: 15px 20px;
	}

	.productionTimes .txts {
		margin-bottom: 40px;
	}

	.printing .list .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.printing .list .msg {
		padding: 30px 40px;
	}

	.printing .list .item {
		border-radius: 5px;
	}

	.printing .list {
		margin-bottom: 50px;
	}

	.customRange .con .image {
		border-radius: 5px;
		margin-bottom: 30px;
	}

	.customRange .con .tit {
		font-size: 24px;
	}
}

@media screen and (max-width:1333px) {
	.productionTimes .tit {
		font-size: 18px;
		line-height: 30px;
		padding: 15px 20px;
	}

	.productionTimes {
		border-radius: 10px;
	}

	.printing .printingList .image {
		width: 80px;
		height: 80px;
	}

	.printing .printingList .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.qBtn {
		height: 40px;
		font-size: 16px;
		width: 180px;
	}

	.printing .printingList {
		margin-bottom: 30px;
	}

	.productionTimes .txts .table table tr td {
		font-size: 16px;
		line-height: 28px;
		padding: 10px 10px;
	}

	.productionTimes .txts {
		margin-bottom: 30px;
	}

	.productionTimes .tip,
	.productionTimes .time {
		font-size: 16px;
		line-height: 26px;
	}

	.printing .list .msg {
		padding: 0;
	}

	.printing .list .item {
		padding: 40px 30px;
		display: block;
	}

	.printing .list .item .image {
		border-radius: 5px;
		overflow: hidden;
	}

	.printing .list .item:nth-child(2n) .image {
		float: left;
		margin-right: 5%;
	}

	.printing .list .item:nth-child(2n-1) .image {
		float: right;
		margin-left: 5%;
	}

	.printing .list .tit {
		font-size: 20px;
	}

	.printing .list {
		margin-bottom: 40px;
	}

	.customRange .con .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.customRange .con .image {
		margin-bottom: 20px;
	}

	.customRange .con .imgList .sign {
		width: 60px;
	}
}

@media screen and (max-width:999px) {

	.printing .printingList {
		justify-content: space-between;
	}

	.printing .printingList .item:nth-child(n) {
		width: 48%;
		margin-top: 30px;
		margin-right: 0;
	}

	.printing .printingList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.printing .printingList .tit {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 5px;
	}

	.printing .innerTit {
		margin-bottom: 40px;
	}

	.printing .printingList .image {
		width: 70px;
		height: 70px;
		margin-bottom: 10px;
	}

	.productionTimes .tit {
		width: 100%;
	}

	.productionTimes {
		margin: 40px 0;
		padding: 40px 30px;
	}

	.productionTimes .tit {
		font-size: 16px;
		padding: 10px 20px;
	}

	.productionTimes .tit::after {
		width: calc(100% - 20px);
		height: calc(100% - 12px);
	}

	.productionTimes .txts .table table tr td {
		font-size: 14px;
		line-height: 26px;
		padding: 8px 20px;
	}

	.productionTimes .tip,
	.productionTimes .time {
		font-size: 14px;
		line-height: 24px;
	}

	.printing .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.printing .list .image {
		width: 40%;
	}

	.printing .list .item {
		padding: 30px;
	}

	.customRange .con .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.qBtn {
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	.printing .printingList .image {
		width: 60px;
		height: 60px;
	}

	.printing .list .item:nth-child(n) .image {
		float: none;
		margin: 0;
		width: 100%;
	}

	.printing .list .item:nth-child(n) .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
		margin-bottom: 20px;
	}

	.printing .list .item {
		padding: 20px;
	}

	.customRange .con .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.printing .list .tit {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.customRange .con .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.customRange .con .item:nth-child(1) {
		margin-top: 0;
	}

	.customRange .con .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}
}

@media screen and (max-width:538px) {
	.customRange .con .imgList .sign {
		width: 50px;
	}

	.printing .printingList .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.printing .printingList .item:nth-child(1) {
		margin-top: 0;
	}

	.qBtn {
		height: 36px;
		width: 150px;
	}
}





/* 4-1case */

.case {
	padding: 54px 0 72px 0;
}



.case .innerTit {
	margin-bottom: 21px;
}


.case .list {
	margin-top: 49px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 76px;
}


.case .list .caseItem {
	margin-top: 38px;
	width: 48.9%;
}

.caseItem {
	background-color: #ecf0f2;
	border-radius: 10px;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.case .list .caseItem:nth-child(-n+2) {
	margin-top: 0;
}


.caseItem .image {
	border-radius: 10px;
	overflow: hidden;
	width: 42.2%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
}


.caseItem .msg {
	width: 53%;
}


.caseItem .tit {
	font-family: Poppins-SemiBold;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 17px;
}

.caseItem .tit:hover {
	color: #00a0e9;
}


.caseItem .txts {
	line-height: 26px;
	margin-bottom: 21px;
	hyphens: auto;
}

.caseItem .btn {
	display: flex;
	align-items: center;
}

.caseItem .btn i {
	font-size: 22px;
	color: #00a0e9;
	margin-right: 8px;
	font-weight: bold;
}


.caseItem .btn:hover {
	color: #00a0e9;
}


@media screen and (max-width:1560px) {

	.caseItem,
	.caseItem .image {
		border-radius: 5px;
	}

	.caseItem .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.caseItem .txts {
		margin-bottom: 15px;
	}

	.case .list {
		margin: 50px 0;
	}
}

@media screen and (max-width:1333px) {
	.caseItem .tit {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.caseItem .txts {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		margin-bottom: 10px;
	}

	.case .list {
		margin: 40px 0;
	}

	.case .list .caseItem {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.case .list .caseItem {
		width: 48%;
	}

	.caseItem {
		flex-direction: column;
		align-items: flex-start;
		padding: 20px;
	}


	.caseItem .msg {
		width: 100%;
	}

	.caseItem .image {
		width: 100%;
		margin-bottom: 10px;
	}

	.caseItem .tit {
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	.caseItem {
		padding: 15px;
	}
}

@media screen and (max-width:400px) {
	.case .list .caseItem:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.case .list .caseItem:nth-child(1) {
		margin-top: 0;
	}
}




/* 4-2case */

.caseDet {
	padding: 60px 0 76px 0;
}

.caseDet h1 {
	font-weight: normal;
	margin-bottom: 19px;
}

.sTit {
	font-family: Poppins-SemiBold;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
}



.caseDet .share {
	margin-bottom: 28px;
}

.caseDet .des {
	margin-bottom: 17px;
}

.caseShows {
	position: relative;
}


.caseShows .image {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	overflow: hidden;
}


.caseDet .prevOrNext {
	margin-top: 81px;
}


.latestCase {
	margin-top: 50px;
}

.latestCase .sTit {
	margin-bottom: 37px;
}


@media screen and (max-width:1560px) {
	.sTit {
		font-size: 24px;
		line-height: 34px;
	}

	.caseDet h1 {
		margin-bottom: 30px;
	}

	.caseDet .prevOrNext {
		margin-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.sTit {
		font-size: 22px;
		line-height: 30px;
	}

	.latestCase .sTit {
		margin-bottom: 30px;
	}

	.caseDet .prevOrNext {
		margin-top: 50px;
	}
}

@media screen and (max-width:999px) {
	.sTit {
		font-size: 20px;
	}

	.caseShows .image {
		border-radius: 5px;
	}

	.caseDet .prevOrNext {
		margin-top: 40px;
	}

	.latestCase {
		margin-top: 40px;
	}
}

@media screen and (max-width:768px) {
	.sTit {
		font-size: 18px;
	}
}


/* 5-1resource */


.download {
	padding: 54px 0 66px 0;
	position: relative;
}

.download::after {
	content: "";
	position: absolute;
	bottom: 100%;
	width: 100%;
	background-color: #f3f6f8;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.download .innerTit {
	text-align: center;
	margin-bottom: 28px;
}


.download .box {
	position: relative;
}

.download .box .sign {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 49px;
	height: 49px;
	background-color: #00a0e9;
	pointer-events: none;
	opacity: 0;
	border-radius: 50%;
}


.download .box:hover .sign {
	opacity: 1;
}

.download .box .sign img {
	display: block;
}


.download .name {
	padding: 15px 10px;
	background-color: #ffffff;
}

.download .name a {
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	color: #241815;
}

.download .name a:hover {
	color: #00a0e9;
}


.download .image:hover img {
	transform: none;
}

.download .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.download .swiper-pagination {
	position: static;
	margin-top: 55px;
}

.download .swiper-pagination span {
	width: 30px;
	height: 5px;
	background-color: #d9e1e5;
	opacity: 1;
	border-radius: 0;
	margin: 5px 6px !important;
	border-radius: 3px;
}

.download .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #00a0e9;
	width: 60px;
}

@media screen and (max-width:1560px) {
	.download .innerTit {
		margin-bottom: 40px;
	}

	.download .swiper-pagination {
		margin-top: 40px;
	}

	.download .box .sign {
		width: 45px;
		height: 45px;
	}

	.download .name a {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:1333px) {
	.download .box .sign {
		width: 40px;
		height: 40px;
	}

	.download .name {
		padding: 10px;
	}

	.download .swiper-pagination span.swiper-pagination-bullet-active {
		width: 50px;
	}

	.download .swiper-pagination {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.download .name a {
		font-size: 14px;
		line-height: 24px;
	}

	.download .innerTit {
		margin-bottom: 30px;
	}

	.download .swiper-pagination span {
		width: 20px;
	}

	.download .swiper-pagination {
		margin-top: 20px;
	}
}

@media screen and (max-width:538px) {
	.download .swiper-pagination span {
		width: 14px;
	}

	.download .swiper-pagination span.swiper-pagination-bullet-active {
		width: 40px;
	}
}


.videoPiece {
	padding: 81px 0 81px 0;
}

.videoPiece .con {
	display: flex;
	justify-content: space-between;
}



.videoPiece .videoSwiper {
	width: 50%;
	border-radius: 10px;
	overflow: hidden;
}


.videoPiece .videoSwiper .image {
	height: 100%;
	position: relative;
}

.videoPiece .videoSwiper .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.videoPiece .videoSwiper .video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.videoPiece .videoSwiper .playBtn {
	width: 72px;
	height: 72px;
}


.videoPiece .videoSwiper .video:hover .playBtn {
	transform: scale(1.1);
}



.videoPiece .swiperBox {
	width: 44.4%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 40px 0;
}


.videoPiece .msgSwiper {
	overflow: hidden;
	width: 100%;
}



.videoPiece .innerTit {
	margin-bottom: 31px;
}


.videoPiece .btns {
	display: flex;
	align-items: center;
}

.videoPiece .btns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	border: solid 1px #00a0e9;
	border-radius: 50%;
	color: #00a0e9;
	cursor: pointer;
	margin-top: 110px;
}


.videoPiece .btns>div.prev {
	margin-right: 18px;
}


.videoPiece .btns>div:hover {
	background-color: #00a0e9;
	color: #ffffff;
}


.videoPiece .btns>div.swiper-button-disabled {
	background-color: transparent;
	color: #00a0e9;
	cursor: auto;
}


@media screen and (max-width:1560px) {
	.videoPiece .videoSwiper {
		border-radius: 5px;
	}

	.videoPiece .videoSwiper .playBtn {
		width: 60px;
		height: 60px;
	}

	.videoPiece .innerTit {
		margin-bottom: 20px;
	}

	.videoPiece .btns>div {
		width: 40px;
		height: 40px;
		font-size: 14px;
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.videoPiece .videoSwiper .playBtn {
		width: 50px;
		height: 50px;
	}

	.videoPiece .btns>div {
		width: 38px;
		height: 38px;
		font-size: 14px;
	}
}

@media screen and (max-width:999px) {
	.videoPiece .btns>div {
		width: 34px;
		height: 34px;
		font-size: 12px;
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.videoPiece .btns>div.prev {
		margin-right: 10px;
	}

	.videoPiece .videoSwiper .playBtn {
		width: 45px;
		height: 45px;
	}
}

@media screen and (max-width:538px) {
	.videoPiece .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.videoPiece .swiperBox {
		padding: 0;
		width: 100%;
		margin-top: 30px;
	}

	.videoPiece .videoSwiper {
		width: 100%;
	}
}


.faq {
	padding: 73px 0 80px 0;

}

.faq .innerTit {
	margin-bottom: 14px;
	text-align: center;
}

.faq .txts {
	text-align: center;
	font-size: 18px;
	color: #333333;
	margin-bottom: 7px;
}


.faq .txts a {
	position: relative;
	font-family: Poppins-SemiBold;
	color: #00a0e9;
}

.faq .txts a::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #00a0e9;
	bottom: 0;
	transition: .4s ease all;
}

.faq .txts a:hover::after {
	width: 0;
	left: auto;
	right: 0;
}



.faqList .item {
	border-bottom: 1px solid #241815;
}


.faqList .item:last-child {
	margin-bottom: 0;
}


.faqList .question {
	display: flex;
	align-items: flex-start;
	padding: 26px 0 24px 0;
	cursor: pointer;
}


.faqList .item.active .question {
	padding-bottom: 0;
}



.faqList .question:hover .name {
	color: #00a0e9;
}

.faqList .question:hover .btns {
	background-color: #00a0e9;
}


.faqList .item:nth-child(1) .answer {
	display: block;
}



.faqList .question .name {
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
}

.faq .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
	margin-right: 12px;
	width: 26px;
	height: 26px;
	background-color: #e4007f;
	transform: translateY(2px);
	border-radius: 50%;
}


.faqList .question i {
	width: 12px;
	height: 2px;
	background-color: #ffffff;
}

.faqList .question i.move {
	width: 12px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
}


.faqList .item.active .question i.move {
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}



.faqList .answer {
	display: none;
	transition: none;
	padding: 6px 25px 26px 37px;
}


@media screen and (max-width:1560px) {
	.faq .txts {
		margin-bottom: 30px;
	}

	.faqList .question {
		padding: 20px 0;
	}

	.faqList .answer {
		padding: 10px 40px 20px;
	}

	.faqList .question .name {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.faqList .question .name {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.faq .txts {
		margin-bottom: 20px;
	}
}




.resourcePiece {
	padding: 68px 0 146px 0;
}

.resourcePiece .shipping {
	margin-bottom: 91px;
}

.shipping .tip {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #00a0e9;
	text-align: center;
	margin-bottom: -5px;
}


.shipping .innerTit {
	text-align: center;
	margin-bottom: 33px;
}


.shipping .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.shipping .list .item {
	width: 48.92%;
	border-radius: 10px;
	position: relative;
	overflow: hidden;

}


.shipping .list .item .msg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 62px 50px 62px 50px;
	overflow: auto;
}


.shipping .list .item .msg::-webkit-scrollbar {
	width: 2px;
	height: 2px;
	background-color: #e4007f;
	border-radius: 10px;
}

.shipping .list .item .msg::-webkit-scrollbar-thumb {
	background-color: #00a0e9;
}

.shipping .list .item .msg::-webkit-scrollbar-track {
	background-color: transparent;
}



.shipping .list .tit {
	font-family: Poppins-SemiBold;
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 14px;
}

.shipping .list .txts p {
	color: #ffffff;
}


.packgaing {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.packgaing .image {
	width: 44.14%;
	transform: translateY(28px);
}


.packgaing .msg {
	width: 50%;
}


.packgaing .tip {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #00a0e9;
	margin-bottom: -5px;
}

.packgaing .innerTit {
	margin-bottom: 22px;
}


.packgaing .txts p {
	font-size: 18px;
	line-height: 36px;
	color: #333333;
}



@media screen and (max-width:1560px) {

	.shipping .tip,
	.packgaing .tip {
		margin-bottom: 0px;
	}

	.shipping .list .item .msg {
		padding: 40px;
	}

	.resourcePiece .shipping {
		margin-bottom: 60px;
	}

	.packgaing .image {
		transform: translateY(0);
	}

	.shipping .list .tit {
		font-size: 22px;
		line-height: 30px;
	}
}

@media screen and (max-width:1333px) {

	.shipping .tip,
	.packgaing .tip {
		font-size: 14px;
		line-height: 24px;
	}

	.shipping .list .tit {
		font-size: 20px;
	}

	.shipping .list .item .msg {
		padding: 25px;
	}

	.shipping .list .item {
		border-radius: 5px;
	}

}

@media screen and (max-width:999px) {
	.resourcePiece .shipping {
		margin-bottom: 50px;
	}

	.shipping .list .item .image {
		height: 260px;
	}

	.shipping .list .item .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}
}

@media screen and (max-width:768px) {

	.resourcePiece .shipping {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.shipping .innerTit {
		margin-bottom: 30px;
	}

	.shipping .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.shipping .list .item:nth-child(1) {
		margin-top: 0;
	}

	.shipping .list .item .image {
		height: 240px;
	}

	.packgaing {
		flex-direction: column;
		align-items: flex-start;
	}

	.packgaing .msg {
		width: 100%;
		margin-bottom: 30px;
	}

	.packgaing .image {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

}















/* 6-1Blog */

.blog {
	padding: 56px 0 75px 0;
}

.innerTit {
	font-family: Poppins-SemiBold;
	font-size: 36px;
	line-height: 46px;
	color: #333333;
}



.blog .innerTit {
	margin-bottom: 21px;
}

.mbox {
	height: 60px;
	overflow: hidden;
}


.mBtn {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 15px;
	cursor: pointer;
	width: 180px;
}


.mBtn .btn {
	width: 36px;
	height: 36px;
	background-color: #00a0e9;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-radius: 50%;
	flex-shrink: 0;
	margin-right: 8px;
}



.mBtn .btn i {
	width: 14px;
	height: 2px;
	background-color: #ffffff;
	border-radius: 1px;
}

.mBtn:hover span {
	color: #00a0e9;
}


.mBtn .btn i.move {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.mBtn.active .btn i.move {
	transform: translateX(-50%) translateY(-50%);
}

.mBtn span {
	font-family: Poppins-SemiBold;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}


.blog .list {
	margin-top: 51px;
	margin-bottom: 71px;
	display: flex;
	flex-wrap: wrap;
}


.blog .list .item {
	width: 31.5%;
	margin-right: 2.75%;
	margin-top: 44px;
}

.blog .list .item:nth-child(3n) {
	margin-right: 0;
}

.blog .list .item:nth-child(-n+3) {
	margin-top: 0;
}


.blog .list .image {
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 16px;
}

.blog .list .tit {
	font-family: Poppins-SemiBold;
	font-size: 24px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 14px;
}


.blog .list .tit:hover {
	color: #00a0e9;
}


.blog .list .txts {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #666666;
	margin-bottom: 22px;
}

.blog .list .time {
	font-family: Poppins-Regular;
	font-size: 14px !important;
	line-height: 24px !important;
	letter-spacing: 0px;
	color: #999999;
	text-align: right;
}




.hotProducts {
	padding: 74px 0 78px 0;
	background-color: #f3f6f8;
}



.hotProducts .title {
	font-family: Poppins-SemiBold;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	margin-bottom: 36px;
}

.hotProducts .swiper {
	overflow: visible;
}

.hotProducts .swiper .swiper-wrapper {
	pointer-events: none;
}


.hotProducts .swiper-slide {
	background-color: #ffffff;
	border-radius: 30px;
	overflow: hidden;
	pointer-events: none;
	opacity: 0;
	transition: .4s ease opacity, .4s ease box-shadow;
	height: auto;
}

.hotProducts .swiper-slide:hover {
	box-shadow: 0px 26px 84px 0px rgba(101, 118, 129, 0.14);
}


.hotProducts .swiper-slide.swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}



.hotProducts .image {
	overflow: hidden;
	border-bottom: 1px solid #f3f6f8;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}


.hotProducts .msg {
	padding: 22px 34px 26px;
	flex: 1;
}


.hotProducts .name {
	font-family: Poppins-Regular;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	text-align: center;
}

.hotProducts .name:hover {
	color: #00a0e9;
}



.touch {
	padding: 96px 0 105px 0;
	background-image: url("../images/touch.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.touch .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.touch .title1 {
	color: #ffffff;
	margin-bottom: 11px;
}

.touch .txts {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
}

.touch .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 50px;
	background-color: #fff100;
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
	flex-shrink: 0;
	margin-left: 40px;
}


.touch .btn:hover {
	background-color: #ffffff;
}


@media screen and (max-width:1560px) {
	.innerTit {
		font-size: 32px;
		line-height: 42px;
	}

	.mBtn {
		margin-top: 20px;
	}

	.blog .list .image {
		border-radius: 10px;
	}

	.blog .list .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.blog .list .txts {
		margin-bottom: 16px;
	}

	.blog .list .item {
		margin-top: 40px;
	}

	.blog .list {
		margin-bottom: 60px;
	}

	.hotProducts .msg {
		padding: 15px 20px;
	}

	.hotProducts .name {
		font-size: 18px;
		line-height: 28px;
	}

	.hotProducts .swiper-slide {
		border-radius: 20px;
	}

	.hotProducts .title {
		font-size: 28px;
		line-height: 38px;
	}
}

@media screen and (max-width:1333px) {
	.innerTit {
		font-size: 28px;
		line-height: 38px;
	}

	.mBtn .btn {
		width: 34px;
		height: 34px;
	}

	.blog .list .tit {
		font-size: 18px;
	}

	.blog .list {
		margin-top: 40px;
		margin-bottom: 50px;
	}

	.hotProducts .title {
		font-size: 26px;
		line-height: 36px;
	}

	.hotProducts .name {
		font-size: 16px;
		line-height: 26px;
	}

	.hotProducts .swiper-slide {
		border-radius: 10px;
	}

	.mbox {
		height: 56px;
	}

	.touch .btn {
		width: 180px;
		height: 45px;
	}

}

@media screen and (max-width:999px) {
	.mbox {
		height: 52px;
	}

	.innerTit {
		font-size: 26px;
		line-height: 36px;
	}

	.mBtn span {
		font-size: 14px;
		line-height: 24px;
	}

	.mBtn .btn i {
		width: 12px;
	}

	.mBtn .btn {
		width: 32px;
		height: 32px;
	}

	.blog .list .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.blog .list {
		margin: 30px 0 40px 0;
	}

	.blog .list {
		justify-content: space-between;
	}

	.blog .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.blog .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.hotProducts .name {
		font-size: 14px;
		line-height: 26px;
	}

	.blog .list .image {
		border-radius: 5px;
	}

	.hotProducts .swiper-slide {
		border-radius: 5px;
	}

	.hotProducts .title {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 30px;
	}

	.touch .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.touch .btn {
		margin-left: 0;
		margin-top: 30px;
		height: 40px;
		width: 160px;
	}

	.touch .title1 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:768px) {
	.innerTit {
		font-size: 24px;
		line-height: 34px;
	}

	.hotProducts .title {
		font-size: 22px;
		line-height: 30px;
	}
}

@media screen and (max-width:538px) {
	.innerTit {
		font-size: 22px;
		line-height: 30px;
	}
}

@media screen and (max-width:400px) {
	.blog .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.blog .list .item:nth-child(1) {
		margin-top: 0;
	}
}






/* 6-2Blog */


.blogDet {
	padding: 62px 0 90px 0;
}



.blogDet .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.blogDet .des {
	width: 67.85%;
}


.blogDet .des h1 {
	font-family: Poppins-SemiBold;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 20px;
}


.blogDet .des .tip {
	display: flex;
	align-items: center;
	margin-bottom: 32px;
}

.blogDet .des .time {
	margin-right: 50px;
}

.share {
	display: flex;
	align-items: center;
}

.share span {
	flex-shrink: 0;
	margin-right: 6px;
}


.blogDet .des .txts {
	margin-bottom: 62px;
}

.blogDet .newSlides {
	width: 26.78%;
}

.blogDet .newSlides .tit {
	font-family: Poppins-SemiBold;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	margin-bottom: 14px;
}


.blogDet .newSlides .item {
	border-bottom: 1px solid #cccccc;
	padding: 14px 0;
}


.blogDet .newSlides .item a {
	color: #333333;
	position: relative;
}

.blogDet .newSlides .item a i {
	font-size: 20px;
	color: #00a0e9;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
}


.blogDet .newSlides .item a:hover {
	padding-left: 26px;
}

.blogDet .newSlides .item a:hover i {
	opacity: 1;
}

.prevOrNext {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 24px 0 25px 0;
}


.prevOrNext .prev {
	margin-bottom: 8px;
}


.prevOrNext .prev,
.prevOrNext .next {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #999999;
}

.prevOrNext a:hover {
	color: #333333;
}

@media screen and (max-width:1560px) {

	.blogDet .des h1,
	.blogDet .newSlides .tit {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 30px;
	}

	.blogDet .des .txts {
		margin-bottom: 40px;
	}

	.prevOrNext {
		padding: 20px 0;
	}
}

@media screen and (max-width:1333px) {

	.blogDet .des h1,
	.blogDet .newSlides .tit {
		font-size: 24px;
		line-height: 34px;
	}
}

@media screen and (max-width:999px) {
	.blogDet .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.blogDet .des {
		width: 100%;
	}

	.share span {
		font-size: 14px;
	}

	.prevOrNext .prev,
	.prevOrNext .next {
		font-size: 14px;
		line-height: 24px;
	}

	.blogDet .newSlides {
		width: 100%;
		margin-top: 40px;
	}

	.blogDet .newSlides .tit {
		margin-bottom: 20px;
	}

	.blogDet .newSlides .item a {
		font-size: 14px;
		line-height: 26px;
	}

	.blogDet .newSlides .item a i {
		font-size: 18px;
	}

	.blogDet .des h1,
	.blogDet .newSlides .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.blogDet .des .tip {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:768px) {

	.blogDet .des h1,
	.blogDet .newSlides .tit {
		font-size: 20px;
	}
}

@media screen and (max-width:538px) {
	.blogDet .des .tip {
		flex-direction: column;
		align-items: flex-start;
	}

	.blogDet .des .time {
		margin-right: 0;
		margin-bottom: 10px;
	}
}


/* 7-1contact */


.contactUs {
	padding: 55px 0 83px 0;
}

.contactUs .getQuote {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 64px;
}


.contactUs .getQuote .contactMsg {
	width: 39.71%;
}

.contactUs .getQuote .cForm {
	width: 53.57%;
}


.contactUs .getQuote .innerTit {
	margin-bottom: 24px;
}


.contactUs .getQuote .list .item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 19px;
}


.contactUs .getQuote .list .item:last-child {
	margin-bottom: 0;
}

.contactUs .getQuote .list .item.add {
	margin-top: 34px;
}


.contactUs .getQuote .list .item.add .num {
	font-size: 16px;
	line-height: 30px;
}


.contactUs .getQuote .list i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	background-color: #00a0e9;
	border-radius: 10px;
	color: #ffffff;
	font-size: 21px;
	margin-right: 20px;
	flex-shrink: 0;
	transform: translateY(5px);
}




.contactUs .getQuote .list .name {
	font-family: Poppins-SemiBold;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	margin-bottom: 4px;
}


.contactUs .getQuote .list .email {
	word-break: break-all;
}

.contactUs .getQuote .wechatCode {
	border: solid 1px #999999;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 141px;
	height: 141px;
	margin-top: 14px;
}


.contactUs .getQuote .list .num {
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}

.contactUs .getQuote .list a.num:hover {
	color: #00a0e9;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


.cForm {
	padding-top: 31px;
}

.cForm li {
	margin-top: 18px;
}

.cForm li:nth-child(1) {
	margin-top: 0;
}

.cForm .name {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 9px;
}

.cForm .name span {
	color: #e80000;
	margin-right: 5px;
}

.cForm input {
	height: 51px;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #cccccc;
	padding: 0 12px;
	width: 100%;
}


.cForm textarea {
	height: 152px;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #cccccc;
	width: 100%;
	padding: 10px 12px;
}


.cForm .box {
	width: 298px;
	border-radius: 10px;
	border: solid 1px #cccccc;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	height: 51px;
}

.cForm .box input {
	height: 100%;
	flex: 1;
	border: none;
	padding: 0 12px;
}


.cForm .box .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	height: 100%;
	max-width: 100px;
	background-color: #f3fbfe;
}


.cForm .box .codeImg img {
	display: block;
	height: 100%;
}


.cForm .subBtn {
	width: 100px;
	height: 40px;
}

.cForm .subBtn input {
	width: 100%;
	height: 100%;
	padding: 0;
	border-radius: 0;
	cursor: pointer;
	background-color: #00a0e9;
	border-radius: 5px;
	border: 1px solid #00a0e9;
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
}

.cForm .subBtn input:hover {
	background-color: #ffffff;
	color: #00a0e9;
}


.contactUs .map img {
	display: block;
}

@media screen and (max-width:1560px) {
	.contactUs .getQuote .innerTit {
		margin-bottom: 40px;
	}

	.contactUs .getQuote .list .item {
		margin-bottom: 25px;
	}

	.cForm {
		padding-top: 0;
	}

	.cForm input,
	.cForm .box {
		border-radius: 5px;
		height: 45px;
	}

	.cForm li {
		margin-top: 25px;
	}

	.cForm textarea {
		border-radius: 5px;
	}
}

@media screen and (max-width:1333px) {
	.contactUs .getQuote .list .num {
		font-size: 16px;
		line-height: 28px;
	}

	.cForm .name {
		font-size: 16px;
		line-height: 28px;
	}

	.contactUs .getQuote .contactMsg {
		width: 45%;
	}

	.contactUs .getQuote .cForm {
		width: 50%;
	}

	.contactUs .getQuote {
		margin-bottom: 60px;
	}

	.contactUs .getQuote .wechatCode {
		width: 135px;
		height: 135px;
	}
}

@media screen and (max-width:999px) {
	.contactUs .getQuote .list .num {
		font-size: 14px;
		line-height: 26px;
	}

	.cForm .name {
		font-size: 14px;
		line-height: 26px;
	}

	.contactUs .getQuote {
		flex-direction: column;
		align-items: flex-start;
	}

	.contactUs .getQuote .cForm {
		width: 100%;
	}

	.contactUs .getQuote ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-end;
	}

	.contactUs .getQuote ul li:nth-child(n) {
		margin-top: 15px;
		width: 48%;
	}

	.contactUs .getQuote ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	.contactUs .getQuote ul li.message,
	.contactUs .getQuote ul li.email {
		width: 100%;
	}

	.cForm input,
	.cForm .box {
		height: 38px;
	}

	.cForm textarea {
		height: 130px;
	}

	.contactUs .getQuote .innerTit {
		margin-bottom: 35px;
	}

	.contactUs .getQuote .contactMsg {
		width: 100%;
		margin-bottom: 40px;
	}

	.contactUs .getQuote .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.contactUs .getQuote .list .item {
		width: 48%;
		margin-bottom: 0;
		margin-top: 20px;
	}

	.contactUs .getQuote .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.contactUs .getQuote .list .item.add {
		width: 100%;
		margin-top: 20px;
	}

	.contactUs .getQuote .list i {
		font-size: 18px;
		width: 40px;
		height: 40px;
		border-radius: 8px;
	}

	.contactUs .getQuote .wechatCode {
		width: 120px;
		height: 120px;
	}

	.contactUs .getQuote {
		margin-bottom: 50px;
	}

	.cForm .box {
		width: 100%;
	}
}


@media screen and (max-width:768px) {
	.contactUs .getQuote {
		margin-bottom: 40px;
	}

	.contactUs .getQuote .contactMsg {
		margin-bottom: 30px;
	}

	.contactUs .getQuote .list i {
		font-size: 16px;
		width: 36px;
		height: 36px;
	}
}

@media screen and (max-width:538px) {
	.contactUs .getQuote .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.contactUs .getQuote .list .item:nth-child(1) {
		margin-top: 0;
	}

	.cForm input,
	.cForm .box {
		height: 35px;
	}

	.cForm textarea {
		height: 100px;
	}
}


@media screen and (max-width:400px) {
	.contactUs .getQuote ul li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	.contactUs .getQuote ul li:nth-child(1) {
		margin-top: 0;
	}
}


/* 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: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px !important;
	color: #999999;
	margin: 5px 5px;
	border-radius: 4px;
}

.pager .pageList a.active,
.pager .pageList a:hover {
	background-color: #00a0e9;
	color: #ffffff !important;
}


.pager .pageList a.iconfont {
	font-size: 19px !important;
	color: #999999;
}


.pager .addTo {
	display: flex;
	align-items: center;
	margin: 5px 25px;
	position: relative;
}


.pager .addTo input {
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
}

.pager .addTo img {
	flex-shrink: 0;
	width: 16px;
	margin-left: 23px;
}


.pager .addTo p {
	color: #333333;
	font-size: 14px !important;
}

.pager .addTo:hover p {
	color: #00a0e9;
}




/* innerBanner */


.innerBanner {
	height: 550px;
	position: relative;
}


.innerBanner .image {
	width: 100%;
	height: 100%;
}

.innerBanner .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.innerBanner .con {
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}


.innerBanner .title {
	font-family: Poppins-SemiBold;
	font-size: 60px;
	line-height: 60px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}



/* crumb */
.crumb {
	padding-top: 21px;
}

.crumb a,
.crumb i {
	font-size: 16px;
	font-style: normal;
	letter-spacing: 0px;
	color: #999999;
}

.crumb a.active,
.crumb a:hover {
	color: #333333;
}

.crumb i {
	font-style: normal;
}


@media screen and (max-width:1560px) {
	.innerBanner {
		height: 450px;
	}

	.innerBanner .title {
		font-size: 50px;
		line-height: 50px;
	}

	.pager .pageList a.iconfont {
		font-size: 14px !important;
	}
}

@media screen and (max-width:1333px) {
	.innerBanner {
		height: 350px;
	}

	.innerBanner .title {
		font-size: 40px;
		line-height: 40px;
	}
}

@media screen and (max-width:999px) {
	.innerBanner {
		height: 280px;
	}

	.innerBanner .title {
		font-size: 32px;
		line-height: 32px;
	}

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.innerBanner {
		height: 260px;
	}

	.innerBanner .title {
		font-size: 26px;
		line-height: 26px;
	}

	.pager .addTo img {
		width: 14px;
	}
}

@media screen and (max-width:538px) {
	.innerBanner {
		height: 240px;
	}

	.innerBanner .title {
		font-size: 24px;
		line-height: 24px;
	}

	.pager .pageList a {
		margin: 5px 3px;
	}
}



/* footer */



footer {
	background-color: #001c29;
	padding: 52px 0 40px 0;
}


footer a {
	display: block;
}

footer .fLogo {
	display: block;
	width: 250px;
	margin-bottom: 47px;
	margin-top: -12px;
}


footer .fLogo:hover img {
	transform: none;
}


footer .footerList {
	display: flex;
	align-items: flex-start;
}


footer .footerList ul li {
	margin-top: 6px;
}

footer .footerList ul li:nth-child(1) {
	margin-top: 0;
}

footer .footerList .fContact ul li {
	margin-top: 20px;
}

footer .footerList .fContact ul li:nth-child(1) {
	margin-top: 0;
}


footer .footerList .fMsg {
	width: 20%;
	margin-right: 8.5%;
}

footer .blogrolls {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}



footer .blogrolls a {
	font-size: 20px;
	color: rgba(255, 255, 255, .5);
	flex-shrink: 0;
	margin: 5px 0;
	margin-right: 26.4px;
}


footer .blogrolls a:last-child {
	margin-right: 0;
}


footer .blogrolls a:hover {
	color: #ffffff !important;
}

footer .footerList .fMsg ul li {
	margin-bottom: 13px;
}

footer .footerList .fMsg .logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 43px;
}



footer .followUs .title {
	margin-bottom: 5px;
}


footer .footerList .box {
	margin-top: 11px;
}


footer .footerList .fNav {
	width: 16%;
	margin-right: 3.95%;
}



footer .footerList .fContact {
	width: 24%;
	margin-right: 6.13%;
}

footer .footerList .fContact .name {
	font-family: Poppins-Regular;
	font-size: 16px;
}

footer .footerList .fContact .num {
	font-family: Poppins-Regular;
	color: #ffffff;
	font-size: 16px;
}


footer .footerList .fContact a.num:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}


footer .footerList .fInquiry {
	width: 21.42%;
}


footer .footerList a:hover {
	color: #ffffff;
}




footer a,
footer p,
footer div {
	font-size: 14px;
	line-height: 24px;
	color: #cccccc;
}


footer .title {
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	display: block;
}

footer a.title:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


footer .titBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


footer .titBox .menuBtn {
	display: none;
}


footer .copyright a {
	display: inline;
}


footer .copyright a:hover {
	color: #fff;
}


footer .copyright a img {
	display: inline-block;
	margin-left: 5px;
}


footer .email a {
	word-break: break-all;
}

footer .links {
	margin-top: 6px;
}

footer .links a:hover {
	color: #ffffff;
}

footer .links span {
	margin-right: 10px;
}

footer .links a {
	margin-right: 10px;
	display: inline-block;
}



footer .line {
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.2);
	margin: 50px 0 29px 0;
}




footer form {
	margin-top: 31px;
}

footer form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


footer form li {
	height: 40px;
	border-radius: 6px;
	background-color: #ffffff;
	padding: 0 16px;
	width: 100%;
}


footer form input,
footer form textarea {
	background-color: transparent;
	width: 100%;
	height: 100%;
	font-size: 14px !important;
}

footer form li {
	width: 100%;
}

footer .footerList li form ul li {
	margin-top: 11px;
	overflow: hidden;
}



footer .footerList li form ul li:nth-child(1) {
	margin-top: 0;
}



footer form li.message {
	height: 101px;
	padding: 11px 16px;
}


footer form li.code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 74%;
	padding: 0;
}


footer form li.code input {
	flex-shrink: 1;
	padding: 0 16px;
}


footer form li.code .codeImg {
	height: 100%;
	flex-shrink: 0;
	max-width: 91px;
	cursor: pointer;
	background-color: #f3fbfe;
}


footer form li.code .codeImg img {
	height: 100%;
}


footer form li.subBtn {
	padding: 0;
	background-color: transparent;
	width: 23%;
}



footer form li.subBtn input {
	background-color: #fff100;
	font-size: 16px;
	color: #333333;
	cursor: pointer;
	text-transform: uppercase;
}



footer form li.subBtn input:hover {
	background-color: #ffffff;
	color: #fff100;
}





footer form input::-webkit-input-placeholder,
footer form textarea::-webkit-input-placeholder {
	font-size: 14px !important;
	color: #666666;
	opacity: 1;
}

footer form input:-moz-placeholder,
footer form textarea:-moz-placeholder {
	font-size: 14px !important;
	color: #666666;
	opacity: 1;
}

footer form input::-moz-placeholder,
footer form textarea::-moz-placeholder {
	font-size: 14px !important;
	color: #666666;
	opacity: 1;
}

footer form input:-ms-input-placeholder,
footer form textarea:-ms-input-placeholder {
	font-size: 14px !important;
	color: #666666;
	opacity: 1;
}

@media screen and (max-width:1560px) {
	footer .fLogo {
		margin-top: 0;
		margin-bottom: 30px;
	}

	footer .footerList {
		justify-content: space-between;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer {
		padding: 50px 0;
	}

	footer .line {
		margin: 30px 0;
	}

	footer .footerList .box {
		margin-top: 20px;
	}

	footer .footerList ul li {
		margin-top: 10px;
	}

	footer .footerList .fMsg {
		width: 25%;
	}
}

@media screen and (max-width:1333px) {
	footer .title {
		font-size: 18px;
	}

	footer .fLogo {
		width: 180px;
	}

	footer .followUs .title {
		margin-bottom: 10px;
	}

	footer .footerList .fInquiry {
		width: 25%;
	}

	footer form li {
		border-radius: 5px;
		height: 36px;
	}

	footer form li.code {
		width: 100%;
	}

	footer form li.subBtn {
		width: 50%;
	}

	footer .blogrolls a {
		font-size: 18px;
	}

	footer .footerList .fContact .name,
	footer .footerList .fContact .num {
		font-size: 14px;
	}

	footer .footerList .fNav {
		width: 18%;
	}

	footer .footerList .fContact {
		width: 22%;
	}
}

@media screen and (max-width:999px) {
	footer {
		padding-bottom: 70px;
	}

	footer .footerList {
		flex-wrap: wrap;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-bottom: 10px;
	}

	footer .footerList>li.fMsg {
		margin-bottom: 10px;
	}

	footer .footerList>li:last-child {
		margin-bottom: 0;
	}

	footer .footerList .fMsg ul li {
		margin-bottom: 0;
		margin-top: 10px;
		width: 48%;
	}

	footer .footerList .fMsg ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList .fMsg ul {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 26px;
	}

	footer .footerList .fMsg .name {
		margin-bottom: 5px;
	}

	footer .footerList .box {
		margin-top: 10px;
		display: none;
		transition: none;
	}

	footer .footerList .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList .box ul li {
		width: 48%;
		margin-bottom: 0;
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .title {
		font-size: 16px;
		line-height: 26px;
	}

	footer form {
		margin-top: 10px;
		display: none;
		transition: none;
	}

	footer .footerList ul li:nth-child(n) {
		width: 48%;
		margin-top: 10px;
	}

	footer .footerList ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .fBottom {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	footer .blogrolls {
		margin-left: 0;
		margin-bottom: 10px;
	}

	footer .blogrolls a {
		margin-top: 0;
		font-size: 16px;
	}

	footer {
		padding-top: 40px;
	}

	footer .titBox .menuBtn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 35px;
		height: 35px;
		font-size: 12px;
		color: #ffffff;
	}

	footer .titBox .menuBtn.active {
		transform: rotate(90deg);
	}

	footer .fLogo {
		width: 160px;
	}

	footer .footerList form ul li.message {
		width: 100%;
		height: 90px;
	}
}

@media screen and (max-width:768px) {
	footer .fLogo {
		width: 140px;
	}
}


@media screen and (max-width:538px) {
	footer .fLogo {
		width: 120px;
	}

	footer .footerList .fMsg ul li:nth-child(n),
	footer .footerList .box ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .fMsg ul li:nth-child(1),
	footer .footerList .box ul li:nth-child(1) {
		margin-top: 0;
	}
}

@media screen and (max-width:450px) {
	footer .footerList form li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList form li:nth-child(1) {
		margin-top: 0;
	}
}

/* certifiicates */

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: Poppins-Regular, Arial, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

/* video tankuang */

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}




/* kefu */



.lianxi {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
}

.lianxi div a,
.lianxi div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	background-color: #b2b2b2;
	color: #ffffff;
	margin-bottom: 1px;
	margin-right: 2px;
	font-size: 22px;
	border-radius: 50%;
}

.lianxi .top a {
	width: 52px;
	height: 52px;
	background-color: #b2b2b2;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
}


.lianxi a i {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.lianxi .top i {
	text-align: center;
	font-size: 14px;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	border: 1px solid #ffffff;
	border-radius: 50%;
}

.lianxi div div {
	cursor: pointer;
}

.lianxi div a:hover,
.lianxi div div:hover {
	background-color: #00a0e9;
	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;
}


.lianxi .phone {
	position: relative;
}

.lianxi .phone .num {
	position: absolute;
	right: calc(100% + 10px);
	white-space: nowrap;
	top: 50%;
	transform: translateY(-50%) translateX(140%);
	background-color: #00a0e9;
	color: #ffffff;
	padding: 2px 20px;
	opacity: 0;
	z-index: -1;
	transition: .5s ease all;
}

.lianxi .phone:hover div {
	color: #ffffff;
	background-color: #00a0e9;
}

.lianxi .phone:hover .num {
	transform: translateY(-50%) translateX(0%);
	opacity: 1;
}


.lianxi .phone .num::after,
.lianxi .phone .num::before {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.lianxi .phone .num::after {
	width: 10px;
	height: 14px;
	background-color: #00a0e9;
	clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}

.lianxi .phone .num::before {
	height: 100%;
	width: 10px;
}


@media screen and (max-width: 1333px) {

	.lianxi div a,
	.lianxi div div,
	.lianxi .top a {
		width: 48px;
		height: 48px;
		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;
		background-color: #b2b2b2;
	}

	.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%;
		background-color: #b2b2b2;
		color: #fff !important;
		border-radius: 0px;
	}

	.lianxi .top i {
		border-color: #fff;
		font-size: 12px;
	}

	.lianxi div a:hover,
	.lianxi div div:hover {
		background-color: #b2b2b2;
		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 .phone:hover div {
		color: #ffffff;
		background-color: #b2b2b2;
	}

	.lianxi .phone.active div {
		background-color: #00a0e9;
	}

	.lianxi .phone:hover .num {
		transform: translateY(0%) translateX(-50%);
		opacity: 0;
	}


	.lianxi .phone .num {
		right: auto;
		left: 50%;
		white-space: nowrap;
		top: 0%;
		transform: translateY(0%) translateX(-50%);
		opacity: 0;
		font-size: 14px;
	}

	.lianxi .phone.active .num {
		transform: translateY(-150%) translateX(-50%);
		opacity: 1;
	}

	.lianxi .phone .num::before {
		display: none;
	}

	.lianxi .phone .num::after {
		left: 50%;
		top: 100%;
		transform: translateX(-50%);
		clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
		width: 16px;
		height: 10px;
	}
}

@media screen and (max-width:768px) {

	.lianxi .phone .num,
	.lianxi .phone:hover .num {
		left: 0;
		transform: translateY(0%) translateX(0%);
	}

	.lianxi .phone.active .num {
		transform: translateY(-150%) translateX(0%);
		opacity: 1;
	}

	.lianxi .phone .num::after {
		left: 0%;
		transform: translateX(50%);
	}
}


@font-face {
	font-family: 'Poppins-Regular';
	font-display: swap;
	src: url('../fonts/PoppinsRegular.eot');
	src: url('../fonts/PoppinsRegular.eot') format('embedded-opentype'),
		url('../fonts/PoppinsRegular.woff2') format('woff2'),
		url('../fonts/PoppinsRegular.woff') format('woff'),
		url('../fonts/PoppinsRegular.ttf') format('truetype'),
		url('../fonts/PoppinsRegular.svg#PoppinsRegular') format('svg');
}



@font-face {
	font-family: 'Poppins-Bold';
	font-display: swap;
	src: url('../fonts/PoppinsBold.eot');
	src: url('../fonts/PoppinsBold.eot') format('embedded-opentype'),
		url('../fonts/PoppinsBold.woff2') format('woff2'),
		url('../fonts/PoppinsBold.woff') format('woff'),
		url('../fonts/PoppinsBold.ttf') format('truetype'),
		url('../fonts/PoppinsBold.svg#PoppinsBold') format('svg');
}

@font-face {
	font-family: 'Poppins-SemiBold';
	font-display: swap;
	src: url('../fonts/PoppinsSemiBold.eot');
	src: url('../fonts/PoppinsSemiBold.eot') format('embedded-opentype'),
		url('../fonts/PoppinsSemiBold.woff2') format('woff2'),
		url('../fonts/PoppinsSemiBold.woff') format('woff'),
		url('../fonts/PoppinsSemiBold.ttf') format('truetype'),
		url('../fonts/PoppinsSemiBold.svg#PoppinsSemiBold') format('svg');
}





@font-face {
	font-family: "iconfont";
	/* Project id 4576167 */
	font-display: swap;
	src:
		url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
		url('../fonts/iconfont.woff?t=1747029518389') format('woff'),
		url('../fonts/iconfont.ttf?t=1747029518389') 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-doubleright:before {
	content: "\e7ef";
}

.icon-line:before {
	content: "\e63f";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-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";
}


/* 2025.8.5 */

.indexBanner .nMsg {
	position: absolute;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
	top: 0;
	width: 100%;
	display: flex;
	align-items: center;
	padding-bottom: 151px;
}


.indexBanner .nMsg  .safeRange{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}


.indexBanner .nMsg .title {
	font-family: Poppins-Bold;
	font-size: 60px;
	line-height: 70px;
	color: #ffffff;
	margin-bottom: 7px;
}

.indexBanner .nMsg .title:hover {
	color: #00a0e9;
}

.indexBanner .nMsg .txts {
	font-family: MiSans-Regular;
	font-size: 30px;
	line-height: 40px;
	color: #ffffff;
	margin-bottom: 62px;
}

.indexBanner .nMsg .btn {
	width: 170px;
	height: 50px;
	background-color: #00a0e9;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: MiSans-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
}


.indexBanner .nMsg .btn:hover{
	background-color: #e4007f;
}

@media screen and (max-width:1560px){
 	.indexBanner .nMsg .title{
		font-size: 48px;
		line-height: 60px;
		margin-bottom: 20px;
	}	
	.indexBanner .nMsg .txts{
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 50px;
	}
	.indexBanner .nMsg .btn{
		height: 45px;
	}
	.indexBanner .nMsg{
		padding-bottom: 130px;
	}
}
@media screen and (max-width:1333px){
 	.indexBanner .nMsg .title{
 		font-size: 36px;
 		line-height: 48px;
 	}	
 	.indexBanner .nMsg .txts{
 		font-size: 22px;
 		line-height: 30px;
 		margin-bottom: 40px;
 	}
 	.indexBanner .nMsg .btn{
 		height: 40px;
		font-size: 16px;
		width: 160px;
 	}	
	.indexBanner .nMsg{
		padding-bottom: 100px;
	}
}
@media screen and (max-width:999px){
 	.indexBanner .nMsg .title{
 		font-size: 28px;
 		line-height: 38px;
		margin-bottom: 10px;
 	}	
 	.indexBanner .nMsg .txts{
 		font-size: 18px;
 		line-height: 28px;
 	}
 	.indexBanner .nMsg .btn{
 		height: 36px;
 		font-size: 14px;
 		width: 140px;
 	}	
	.indexBanner .nMsg .txts{
		margin-bottom: 20px;
	}
	.banner .slick-dots li{
		margin: 0 6px;
	}
}
@media screen and (max-width:768px){
	.indexBanner .nMsg{
		display: none;
	} 
}