@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: 28px;
	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: 36px !important;
		line-height: 45px !important;
	}
}

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 28px !important;
		line-height: 35px !important;
	}

	.standardTxt .title2 {
		font-size: 18px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .btn {
		font-size: 16px !important;
	}
}

@media screen and (max-width:999px) {
	.standardTxt .title1 {
		font-size: 24px !important;
		line-height: 30px !important;
	}

	.standardTxt .title2 {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 14px !important;
		line-height: 26px !important;
	}

	.standardTxt .btn {
		font-size: 14px !important;
	}

}

@media screen and (max-width:768px) {
	.standardTxt .title1 {
		font-size: 22px !important;
	}

	.standardTxt .title2 {
		font-size: 14px !important;
		line-height: 24px !important;
	}

}







.oneRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.twoRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.threeRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.foreRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}


.clear {
	clear: both;
}

/* xnav */
header .xnav {
	display: none;
}

@media screen and (max-width:999px) {
	header .xnav {
		display: block;
	}

	header .xnav .nav {
		position: fixed;
		width: 35px;
		height: 24px;
		background: #2a62ad;
		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(42, 98, 173, 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 {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 9999;
	background-color: rgba(255, 255, 255, .8);
}

nav.active {
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
}


nav .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}



nav.active .navBg {
	opacity: 0;
}

nav .logo {
	width: 200px;
	flex-shrink: 0;
}

nav .logo:hover img {
	transform: none;
}


nav .navList {
	display: flex;
	align-items: center;
}


nav .navList>ul {
	display: flex;
	align-items: center;
	margin-right: 20px;
}


nav .navList>ul>li {
	margin-right: 54px;
	position: relative;
}

nav .navList>ul>li:nth-child(2) {
	position: static;
}

nav .navList>ul>li:last-child {
	margin: 0;
}


nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 90px;
	line-height: 90px;
	color: #333333;
	font-size: 18px;
	position: relative;
}


nav .navList>ul>li>a::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 23px;
	height: 3px;
	background-color: #2a62ad;
	width: 0;
	transition: .4s ease all;
}



nav .navList>ul>li.active>a,
nav .navList>ul>li:hover>a {
	color: #2a62ad;
}


nav .navList>ul>li.active>a:after,
nav .navList>ul>li:hover>a:after {
	width: 31px;
}


nav .btns {
	display: flex;
	align-items: center;
}


nav .btns .search {
	height: 90px;
	display: flex;
	align-items: center;
	position: relative;
	margin-right: 29px;
}


nav .btns .search .searchBtn {
	cursor: pointer;
}


nav .btns .search .searchBtn i {
	font-size: 16px;
	color: #333333;
	transform: translateY(3px);
}

nav .btns .search .searchBtn:hover i {
	color: #2a62ad;
}

nav .btns .search form {
	position: absolute;
	right: 0;
	top: 100%;
	background-color: #ffffff;
	height: 35px;
	width: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	overflow: hidden;
}


nav .btns .search form.active {
	width: 280px;
	padding: 0 10px;
}

nav .btns .search form input {
	width: 100%;
	height: 100%;
}


nav .btns .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 35px;
	width: 35px;
}

nav .btns .search form .subBtn:hover i {
	color: #136bc9;
}

nav .btns .search form .subBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: transparent;
}


nav .btns .language {
	height: 90px;
	display: flex;
	align-items: center;
	position: relative;
}

nav .btns .lanBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #333333;
	overflow: hidden;
}

nav .btns .lanBtn img {
	width: 22px;
	margin-right: 11px;
}



nav .btns .lanBtn:hover {
	color: #2a62ad;
}

nav .btns .lanBtn:hover i {
	color: #2a62ad;
}



nav .btns .lanBtn i {
	color: #666666;
}


nav .btns .lanBtn i.icon-right7 {
	font-size: 10px;
	transform: rotate(90deg);
	margin-left: 7px;
}


nav .btns .lanBtn.active i.icon-right7 {
	transform: rotate(-90deg);
}


nav .btns .language ul {
	position: absolute;
	top: 100%;
	background-color: #feffff;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 200px;
	display: none;
	transition: none;
	padding: 10px 0;
}

nav .btns .language ul li {
	margin-bottom: 5px;
}

nav .btns .language ul li:last-child {
	margin-bottom: 0;
}

nav .btns .language ul a {
	padding: 0px 18px;
	color: #333333;
	line-height: 24px;
	display: flex;
	align-items: flex-start;
}

nav .btns .language ul a img {
	flex-shrink: 0;
	width: 22px;
	margin-right: 10px;
	transform: translateY(4px);
}




nav .btns .language ul a:hover {
	color: #136bc9;
}

nav .btns .language ul a:hover img {
	transform: translateY(4px);
}



.productSlides {
	position: absolute;
	top: 100%;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #f2f3f3;
	padding: 18px 0 25px 0;
	display: none;
	transition: none;
}



.productSlides .checkBtns {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #d2d2d2;
}



.productSlides .checkBtns .item {
	font-family: Poppins-SemiBold;
	font-size: 22px;
	line-height: 30px;
	color: #2a62ad;
	position: relative;
	margin-right: 65px;
	padding: 8px 0;
	cursor: pointer;
}



.productSlides .checkBtns .item::after {
	content: "";
	position: absolute;
	left: 0;
	height: 6px;
	background-color: #2a62ad;
	transform: translateY(50%);
	width: 0;
	bottom: 0;
	transition: .4s ease all;
}

.productSlides .checkBtns .item.active::after {
	width: 100%;
}


.productSlides .checks {
	padding: 37px 0;
	height: 250px;
	overflow: auto;
}

.productSlides .checks::-webkit-scrollbar {
	width: 2px;
	height: 2px;
	background-color: #d2d2d2;
}

.productSlides .checks::-webkit-scrollbar-thumb {
	background-color: #2a62ad;
}

.productSlides .checks::-webkit-scrollbar-track {
	background-color: transparent;
}



.productSlides .checks .list {
	display: none;
}


.productSlides .checks .list.active {
	display: flex;
	flex-wrap: wrap;
}

.productSlides .checks .list .item {
	width: 16%;
	margin-right: 0.8%;
	margin-top: 37px;
}


.productSlides .checks .list .item:nth-child(-n+5) {
	margin-top: 0;
}

.productSlides .checks .image {
	width: 98px;
	overflow: hidden;
	margin: 0 auto 14px;
}


.productSlides .checks .tit {
	text-align: center;
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	min-height: 60px;
}

.productSlides .checks .tit:hover {
	color: #2a62ad;
}








html {
	scroll-padding-top: 90px;
}



@media screen and (max-width:1560px) {
	nav .logo {
		width: 130px;
	}

	nav .navList>ul>li {
		margin-right: 35px;
	}

	nav .navList>ul>li>a {
		height: 80px;
		line-height: 80px;
	}

	nav .btns .search {
		height: 80px;
	}

	nav .btns .language {
		height: 80px;
	}

	nav .navList>ul>li>a::after {
		bottom: 20px;
	}

	html {
		scroll-padding-top: 80px;
	}

	.productSlides .checkBtns .item {
		font-size: 18px;
		line-height: 28px;
	}

	.productSlides .checkBtns .item::after {
		height: 4px;
	}

	.productSlides .checks {
		padding: 30px 0;
	}

	.productSlides .checks .image {
		margin-bottom: 10px;
	}

	.productSlides .checks .tit {
		line-height: 26px;
		min-height: 52px;
	}


	.productSlides .checks .list .item:nth-child(n) {
		margin-top: 30px;
		width: 23.5%;
		margin-right: 2%;
	}

	.productSlides .checks .list .item:nth-child(4n) {
		margin-right: 0;
	}

	.productSlides .checks .list .item:nth-child(-n+4) {
		margin-top: 0;
	}


	.productSlides .checks {
		height: 224px;
	}
}

@media screen and (max-width:1333px) {
	nav .logo {
		width: 120px;
	}

	nav .navList>ul>li {
		margin-right: 30px;
	}


	nav .navList>ul>li>a::after {
		bottom: 20px;
	}


	nav .navList>ul>li>a {
		font-size: 16px;
	}

	nav .navList>ul>li>a::after {
		bottom: 16px;
	}

	.productSlides .checks .image {
		width: 80px;
		margin-bottom: 5px;
	}

	.productSlides .checks .tit {
		font-size: 14px;
		line-height: 24px;
	}

	.productSlides .checkBtns .item {
		font-size: 16px;
	}

	.productSlides .checkBtns .item::after {
		height: 3px;
	}

	.productSlides .checks {
		height: 196.05px;
	}

	.productSlides .checks .tit {
		min-height: 48px;
	}

	.productSlides .checkBtns .item {
		margin-right: 40px;
	}
}

@media screen and (max-width:1200px) {
	nav .btns {
		position: absolute;
		right: 0;
		top: 0;
		padding: 5px 0;
		right: 80px;
	}

	nav .btns .search,
	nav .btns .language {
		height: auto;
	}

	nav .navList>ul>li>a::after {
		bottom: 10px;
		height: 2px;
	}

	nav .navList>ul>li>a {
		line-height: 105px;
	}

	nav .navList>ul {
		margin-right: 0;
	}

	nav .navList>ul>li {
		margin-right: 22px;
	}

	nav .logo {
		width: 110px;
	}

	nav .btns .language ul {
		top: calc(100% + 4px);
	}

	nav .btns .search form {
		top: calc(100% + 4px);
		height: 30px;
	}
}


@media screen and (max-width:999px) {
	nav .navList>ul {
		display: none;
	}

	nav {
		height: 60px;
		background-color: #ffffff;
	}

	.bannerRange {
		height: 60px;
	}

	html {
		scroll-padding-top: 60px;
	}

	nav .con {
		height: 100%;
	}

	nav .btns {
		position: static;
		margin-right: 80px;
	}

	nav .btns .search {
		display: none;
	}

	nav .btns .language {
		height: 60px;
	}

	header .xnav .nav {
		top: 30px;
		transform: translateY(-50%);
		right: 80px;
	}

	nav .btns {
		height: 60px;
	}

	nav .btns .language ul {
		top: 100%;
	}

	nav .btns .language ul a {
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	nav {
		height: 50px;
	}

	nav .btns .language {
		height: 50px;
	}

	.bannerRange {
		height: 50px;
	}

	nav .btns {
		height: 50px;
	}

	html {
		scroll-padding-top: 50px;
	}

	header .xnav .nav {
		top: 25px;
		right: 25px;
	}

	nav .btns .lanBtn {
		font-size: 14px;
	}

	nav .logo {
		width: 100px;
	}

}

@media screen and (max-width:538px) {
	header .xnav .nav {
		right: 15px;
	}

	nav .btns {
		margin-right: 60px;
	}
}




/* indexbanner */

.indexBanner {
	transition: none;
	max-width: 1920px;
	margin: 0 auto;
}


.indexBanner img {
	display: block;
}

.indexBanner a:hover img {
	transform: scale(1, 1);
}

.slideshow .item img {
	width: 100%;
	-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.slideshow .item.slick-active img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.slick-dots {
	position: absolute;
	width: 100%;
	bottom: 37px;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
}

.slick-dots li button {
	cursor: pointer;
	font-size: 0px;
	margin-left: 4.5px;
	margin-right: 4.5px;
	border: none;
	outline: none;
	width: 10px;
	height: 10px;
	background-color: #ffffff;
	border-radius: 50%;
}

.slick-dots li.slick-active button {
	background-color: #184691;
}


.slick-prev,
.slick-next {
	width: 80px;
	height: 80px;
	border: 0px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	z-index: 999;
	top: 53.3%;
	position: absolute;
	transform: translateY(-50%);
	color: #fff;
	border: 1px solid #ffffff;
	background-color: transparent;
	font-size: 22px !important;
}


.slick-prev {
	left: 56px;
}

.slick-next {
	right: 56px;
}


.slick-prev:hover,
.slick-next:hover {
	background-color: #ffffff;
	color: #2a62ad;
}

.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	top: 0;
	left: 0
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-slide {
	position: relative;
}

.slick-slide iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.slick-slide video {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 101%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	display: none \9;
	display: block \9\0;
}

.slick-dots {
	display: none !important;
}

.slick-dots .slide-count {
	display: none;
}

@media screen and (max-width:1750px) {

	.slick-prev,
	.slick-next {
		width: 65px;
		height: 65px;
		font-size: 20px !important;
	}
}


@media screen and (max-width:1560px) {

	.slick-prev,
	.slick-next {
		width: 55px;
		height: 55px;
		font-size: 18px !important;
	}
}

@media screen and (max-width:1333px) {

	.slick-prev,
	.slick-next {
		width: 45px;
		height: 45px;
		font-size: 16px !important;
	}
}


@media screen and (max-width:999px) {

	.slick-prev,
	.slick-next {
		display: none !important;
	}

	.slick-dots {
		display: block !important;
		bottom: 30px;
	}

	.slick-dots li button {
		margin: 0 8px;
	}
}

@media screen and (max-width:768px) {
	.slick-dots {
		bottom: 25px;
	}
}

@media screen and (max-width:538px) {
	.slick-dots {
		bottom: 15px;
	}

	.slick-dots li button {
		margin: 0 6px;
	}
}


/* indexM1-1 */


.iTit {
	display: flex;
	align-items: center;
	justify-content: center;
}

.iTit .title1 {
	text-align: center;
}

.title1 {
	font-family: Poppins;
	font-size: 46px;
	line-height: 58px;
	color: #333333;
}


a.title1 {
	text-align: center;
}

a.title1:hover {
	color: #2a62ad;
}



.iProducts {
	padding: 71px 0 114px 0;
	background-image: url("../images/indexM1-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.iProducts h2 {
	font-weight: normal;
}


.iProducts .iTit {
	margin-bottom: 39px;
}



.iProducts .checkBtns {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 32px;
}



.iProducts .checkBtns .item {
	width: 31.71%;
	margin-right: 2.435%;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	padding: 21.5px 20px;
	box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.06);
	cursor: pointer;
}





.iProducts .checkBtns .item:nth-child(3n) {
	margin-right: 0;
}




.iProducts .checkBtns .item.active,
.iProducts .checkBtns .item:hover {
	box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.06);
}




.iProducts .checkBtns .image {
	width: 133px;
	flex-shrink: 0;
	margin-right: 20px;
}



.iProducts .checkBtns .txts {
	flex: 1;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
}




.iProducts .checks {
	background-color: #ffffff;
	box-shadow: 0px 6px 35px 0px rgba(192, 191, 191, 0.25);
}

.iProducts .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}



.iProducts .imgSwiper {
	width: 42.85%;
	overflow: hidden;
}


.iProducts .imgSwiper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}



.iProducts .msg {
	width: 50.05%;
	padding: 40px 100px 43px 0px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}



.iProducts .msgSwiper {
	width: 100%;
	overflow: hidden;
}



.iProducts .msgSwiper .tit {
	font-family: Poppins-SemiBold;
	font-size: 28px;
	line-height: 34px;
	color: #333333;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.iProducts .msgSwiper .tit:hover {
	color: #2a62ad;
}


.iProducts .msgSwiper .line {
	width: 67px;
	height: 2px;
	background-color: #136bc9;
	margin-bottom: 37px;
}



.iProducts .msgSwiper .txts {
	margin-bottom: 41px;
}


.iProducts .msgSwiper .txts p {
	hyphens: auto;
	color: #666666;
}



.iProducts .btns {
	display: flex;
	align-items: center;
}


.iProducts .btns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border: solid 1px #333333;
	border-radius: 50%;
	color: #333333;
	margin-top: 70px;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
}

.iProducts .btns>div.swiper-button-disabled {
	cursor: auto;
}

.iProducts .btns>div.swiper-button-disabled:hover {
	background-color: transparent;
	border-color: #333333;
	color: #333333;
}

.iProducts .btns>div.prev {
	margin-right: 10px;
}

.iProducts .btns>div:hover {
	background-color: #2a62ad;
	color: #ffffff;
	border-color: #2a62ad;
}


.cBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 163px;
	height: 51px;
	background-color: #2a62ad;
	border: 1px solid #2a62ad;
	font-family: Poppins-Regular;
	font-size: 20px;
	color: #ffffff;
}

.cBtn:hover {
	background-color: #ffffff;
	color: #2a62ad;
}


@media screen and (max-width:1560px) {
	.iProducts .checkBtns .item {
		padding: 10px;
	}

	.iProducts .checkBtns .txts {
		font-size: 16px;
		line-height: 26px;
	}

	.iProducts .checkBtns .image {
		width: 120px;
	}

	.iProducts .msgSwiper .tit {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 14px;
	}

	.iProducts .msgSwiper .line {
		margin-bottom: 30px;
		width: 50px;
	}

	.iProducts .msgSwiper .txts {
		margin-bottom: 30px;
	}

	.iProducts .msg {
		padding: 40px 40px 40px 0;
	}

	.cBtn {
		width: 160px;
		height: 40px;
		font-size: 18px;
	}

	.iProducts .btns>div {
		width: 45px;
		height: 45px;
		font-size: 14px;
		margin-top: 40px;
	}

	.iProducts .btns>div.prev {
		margin-right: 20px;
	}
}

@media screen and (max-width:1333px) {
	.iProducts .checkBtns .item {
		flex-direction: column;
		align-items: center;
	}

	.iProducts .checkBtns .image {
		margin-right: 0;
		width: 100px;
	}

	.iProducts .msgSwiper .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.iProducts .msgSwiper .line {
		margin-bottom: 24px;
	}

	.iProducts .msg {
		width: 55%;
	}

	.cBtn {
		width: 150px;
		font-size: 16px;
	}

	.iProducts .btns>div {
		width: 42px;
		height: 42px;
		font-size: 14px;
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.iProducts .checkBtns .image {
		width: 80px;
	}

	.iProducts .msgSwiper .tit {
		font-size: 18px;
		line-height: 30px;
	}

	.cBtn {
		font-size: 14px;
		height: 36px;
		width: 140px;
	}

	.iProducts .msg {
		padding: 30px 20px 30px;
	}

	.iProducts .msgSwiper .line {
		width: 40px;
	}

	.iProducts .btns>div {
		width: 40px;
		height: 40px;
		font-size: 12px;
	}
}

@media screen and (max-width:768px) {
	.iProducts .con {
		display: flex;
		justify-content: space-between;
	}

	.iProducts .checkBtns {
		width: 170px;
		flex-shrink: 0;
		margin-bottom: 0;
		flex-direction: column;
		align-items: flex-start;
		margin-right: 20px;
	}

	.iProducts .checkBtns .item:nth-child(n) {
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
		flex: 1;
		justify-content: center;
	}

	.iProducts .checkBtns .item:nth-child(1) {
		margin-top: 0;
	}

	.iProducts .checkBtns .txts {
		flex: none;
	}

	.iProducts .checks {
		width: 20%;
		flex: 1;
	}

	.iProducts .item {
		flex-direction: column;
		align-items: flex-start;
	}

	.iProducts .msg {
		width: 100%;
	}

	.iProducts .imgSwiper {
		width: 100%;
		margin-bottom: 20px;
	}

	.iProducts .imgSwiper .image {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.iProducts .imgSwiper .image img {
		width: 100%;
		max-width: 340px;
	}

	.iProducts .msg {
		padding: 0;
	}

	.iProducts .item {
		padding: 20px;
	}

	.iProducts .msgSwiper .line {
		margin-bottom: 20px;
	}

	.iProducts .msgSwiper .txts {
		margin-bottom: 25px;
	}

	.iProducts .btns>div {
		width: 36px;
		height: 36px;
		margin-top: 30px;
	}
}

@media screen and (max-width:538px) {
	.iProducts .iTit {
		margin-bottom: 30px;
	}

	.iProducts .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.iProducts .checkBtns {
		margin-right: 0;
		width: 100%;
		flex-direction: row;
		margin-bottom: 20px;
	}

	.iProducts .checkBtns {
		justify-content: space-between;
	}

	.iProducts .checkBtns .item:nth-child(n) {
		width: 48%;
		margin-top: 20px;
		flex: none;
	}

	.iProducts .checkBtns .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.iProducts .checkBtns .item:last-child {
		width: 100%;
	}

	.iProducts .checkBtns .image {
		width: 70px;
	}

	.iProducts .checks {
		width: 100%;
	}

	.iProducts .imgSwiper .image img {
		max-width: 300px;
	}
}


/* indexM2-1 */

.iAboutUs {
	padding: 82px 0 120px 0;
	background-image: url("../images/indexM2-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	max-width: 1920px;
	margin: 0 auto;
}

.iAboutUs .iTit {
	margin-bottom: 23px;
}

.iAboutUs .title1 {
	color: #ffffff;
	position: relative;
}

.iAboutUs .title1::after {
	content: "";
	position: absolute;
	right: 0;
	height: 2px;
	width: 0%;
	background-color: #fff;
	bottom: -4px;
	transition: .4s ease all;
}


.iAboutUs .title1:hover {
	color: #ffffff;
}

.iAboutUs .title1:hover::after {
	width: 100%;
	right: auto;
	left: 0;
}

.iAboutUs .image {
	width: 50%;
	float: right;
	margin-left: 5%;
	overflow: hidden;
}

.iAboutUs .msg {
	padding-top: 21px;
}

.iAboutUs .msg .txts {
	margin-bottom: 73px;
}


.iAboutUs .msg .txts p {
	color: #ffffff;
}



.iAboutUs .cBtn {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #2a62ad;
}


.iAboutUs .cBtn:hover {
	background-color: transparent;
	color: #ffffff;
	border-color: #ffffff;
}

@media screen and (max-width:1560px) {
	.iAboutUs .iTit {
		margin-bottom: 40px;
	}

	.iAboutUs .msg {
		padding-top: 0;
	}

	.iAboutUs .msg .txts {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1333px) {
	.iAboutUs .msg .txts {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.iAboutUs .iTit {
		margin-bottom: 30px;
	}

	.iAboutUs .msg .txts {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.iAboutUs .con {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.iAboutUs .image {
		width: 100%;
		float: none;
		margin: 0;
		margin-top: 30px;
	}
}



/* indexM3-1 */


.iAdvantage {
	padding: 110px 0 125px 0;
	position: relative;
}


.iAdvantage .imgBg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	height: calc(100% + 122px);
}


.iAdvantage .imgBg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}



.iAdvantage .iTit {
	margin-bottom: 64px;
}


.iAdvantage .list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}


.iAdvantage .list .item {
	width: 22%;
	margin-right: 4%;
}

.iAdvantage .list .item:nth-child(4n) {
	margin-right: 0;
}


.iAdvantage .list .image {
	width: 83px;
	height: 83px;
	background-color: #ffffff;
	box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.17);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: relative;
	margin: 0 auto 9px;
	overflow: hidden;
}



.iAdvantage .list .image::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	border-radius: 50%;
	border: 1px dashed #2f72cc;
	transition: 1s ease all;
}


.iAdvantage .list .image:hover img {
	transform: scale(1);
}

.iAdvantage .list .image:hover::after {
	transform: translateX(-50%) translateY(-50%) rotate(180deg);
}

.iAdvantage .list .tit {
	font-family: Poppins;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	text-align: center;
	margin-bottom: 11px;
	display: block;
}


.iAdvantage .list a.tit:hover {
	color: #2a62ad;
}


.iAdvantage .list .txts {
	text-align: center;
	hyphens: auto;
	line-height: 24px;
}

@media screen and (max-width:1560px) {
	.iAdvantage .iTit {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1333px) {

	.iAdvantage .list {
		justify-content: space-between;
	}

	.iAdvantage .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.iAdvantage .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.iAdvantage .iTit {
		margin-bottom: 40px;
	}

	.iAdvantage .list .tit {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.iAdvantage .list .image {
		width: 80px;
		height: 80px;
	}
}

@media screen and (max-width:768px) {
	.iAdvantage .list .image {
		width: 70px;
		height: 70px;
	}
}

@media screen and (max-width:538px) {
	.iAdvantage .iTit {
		margin-bottom: 30px;
	}
}


@media screen and (max-width:450px) {

	.iAdvantage .list .item:nth-child(n) {
		width: 100%;
		margin-right: 0;
		margin-top: 30px;
	}

	.iAdvantage .list .item:nth-child(-n+1) {
		margin-top: 0;
	}
}




/* indexM4-1 */


.swiperBox {
	position: relative;
}


.iIndustries .iTit {
	margin-bottom: 65px;
}


.iIndustries .swiperBox {
	border-radius: 10px;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
	max-width: 1920px;
	margin: 0 auto;
}


.iIndustries .swiperBox .swiper {
	width: 65%;
	overflow: visible;
}


.iIndustries .swiper-slide {
	position: relative;
}

.iIndustries .swiper-slide::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(26, 106, 181, .5);
	transition: .4s ease all;
}


.iIndustries .swiper-slide.swiper-slide-active::after {
	background-color: rgba(26, 106, 181, 0);
	pointer-events: none;
}



.iIndustries .swiper-slide .image {
	overflow: hidden;
}

.iIndustries .swiper-slide .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.iIndustries .btns>div {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
	font-size: 24px;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
	border: solid 1px #ffffff;
	color: #ffffff;
}



.iIndustries .btns>div.prev {
	left: 5%;
}

.iIndustries .btns>div.next {
	right: 5%;
}


.iIndustries .btns>div:hover {
	background-color: #ffffff;
	color: #2a62ad;
}



.iIndustries .sign {
	position: absolute;
	width: 118px;
	height: 118px;
	background-color: #2a62ad;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	top: 9.2%;
	right: 4.3%;
	opacity: 0;
}

.iIndustries .swiper-slide.swiper-slide-active .sign {
	opacity: 1;
}

.iIndustries .swiper-slide a:hover img {
	transform: none;
}

.iIndustries .msg {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: rgba(42, 98, 173, 0.5);
	padding: 23px 52px 23px 33px;
	opacity: 0;
}

.iIndustries .swiper-slide.swiper-slide-active .msg {
	opacity: 1;
}


.iIndustries .tit {
	font-family: Poppins;
	font-size: 28px;
	line-height: 40px;
	color: #ffffff;
	position: relative;
	padding: 2px 0;
}

.iIndustries .tit::after {
	content: "";
	position: absolute;
	right: 0;
	height: 2px;
	width: 0%;
	background-color: #fff;
	bottom: 0px;
	transition: .4s ease all;
}


.iIndustries .tit:hover::after {
	width: 100%;
	right: auto;
	left: 0;
}



.iIndustries .cBtn {
	flex-shrink: 0;
	margin-left: 30px;
	transform: translateY(43px);
}


.iIndustries .cBtn:hover {
	border-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
}


@media screen and (max-width:1560px) {
	.iIndustries .iTit {
		margin-bottom: 40px;
	}

	.iIndustries .sign {
		width: 80px;
		height: 80px;
	}

	.iIndustries .msg {
		padding: 10px 30px;
	}

	.iIndustries .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.iIndustries .cBtn {
		transform: translateY(30px);
	}

	.iIndustries .btns>div {
		width: 60px;
		height: 60px;
		font-size: 18px;
	}
}

@media screen and (max-width:1333px) {
	.iIndustries .sign {
		width: 60px;
		height: 60px;
	}

	.iIndustries .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.iIndustries .msg {
		padding: 5px 20px;
	}

	.iIndustries .cBtn {
		transform: translateY(25px);
	}

	.iIndustries .swiperBox .swiper {
		width: 70%;
	}

	.iIndustries .btns>div {
		width: 50px;
		height: 50px;
		font-size: 14px;
	}
}

@media screen and (max-width:999px) {
	.iIndustries .sign {
		width: 55px;
		height: 55px;
	}

	.iIndustries .btns>div {
		width: 40px;
		height: 40px;
		font-size: 12px;
	}
}

@media screen and (max-width:768px) {
	.iIndustries .iTit {
		margin-bottom: 30px;
	}

	.iIndustries .swiperBox .swiper {
		width: calc(100% - 50px);
		clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
	}


	.iIndustries .btns {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.iIndustries .btns>div {
		position: static;
		transform: translateY(0);
		border-color: #2a62ad;
		color: #2a62ad;
		margin-top: 35px;
	}


	.iIndustries .btns>div:hover {
		background-color: #2a62ad;
		color: #ffffff;
	}

	.iIndustries .btns>div.prev {
		margin-right: 20px;
	}


	.iIndustries .tit {
		font-size: 16px;
		line-height: 26px;
	}



}

@media screen and (max-width:538px) {
	.iIndustries .swiper-slide .image {
		height: 300px;
	}

	.iIndustries .swiper-slide .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.iIndustries .swiperBox .swiper {
		width: calc(100% - 30px);
	}

	.iIndustries .cBtn {
		transform: translateY(0);
	}

	.iIndustries .msg {
		flex-direction: column;
		align-items: flex-start;
	}

	.iIndustries .cBtn {
		margin-left: 0;
		margin-top: 10px;
	}

	.iIndustries .msg {
		padding: 10px 20px;
	}
}



/* indexM5-1 */

.iService {
	padding: 126px 0 99px 0;
	position: relative;
}

.iService .imgBg {
	position: absolute;
	right: 0;
	top: -153px;
	z-index: -1;
	height: calc(100% + 324px);
}


.iService .imgBg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.iService .iTit {
	margin-bottom: 75px;
}

.iService .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.iService .msg {
	width: 46%;
	padding: 9px 0;
}

.iService .images {
	display: flex;
	justify-content: space-between;
	width: 48.23%;
}

.iService .images .image {
	overflow: hidden;
	width: 46.2%;
}

.iService .images .image:nth-child(2) {
	margin-top: 50px;
}


.iService .tit {
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 10px;
	hyphens: auto;
}

.iService .txts {
	margin-bottom: 57px;
}

.iService .txts p {
	font-size: 18px;
	line-height: 43px;
	color: #333333;
}

.iService .txts p em {
	font-style: normal;
	padding-left: 26px;
	display: block;
	position: relative;
}


.iService .txts p em::after {
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	width: 15px;
	height: 15px;
	background-image: url("../images/indexM5-sign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.iService .btns {
	display: flex;
	align-items: center;
}

.iService .btns .cBtn {
	margin-right: 38px;
}

@media screen and (max-width:1560px) {
	.iService .con {
		align-items: center;
	}

	.iService .iTit {
		margin-bottom: 50px;
	}

	.iService .txts p {
		line-height: 28px !important;
	}

	.iService .msg {
		padding: 0;
	}

	.iService .tit {
		margin-bottom: 40px;
	}

	.iService .txts p em::after {
		top: 5px;
	}

	.iService .txts {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:1333px) {
	.iService .tit {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 30px;
	}

	.iService .iTit {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.iService .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.iService .msg {
		width: 100%;
		margin-bottom: 40px;
	}

	.iService .tit {
		margin-bottom: 20px;
	}

	.iService .txts {
		margin-bottom: 30px;
	}

	.iService .images {
		width: 100%;
		justify-content: space-around;
	}

	.iService .images .image:nth-child(2) {
		margin-top: 30px;
	}

	.iService .iTit {
		margin-bottom: 30px;
		margin-top: 10px;
	}

	.iService .images .image {
		width: 36%;
	}
}

@media screen and (max-width:768px) {
	.iService .images .image {
		width: 45%;
	}

	.iService .iTit {
		margin-top: 0;
	}

	.iService .tit {
		font-size: 14px;
	}
}

@media screen and (max-width:538px) {
	.iService .btns .cBtn {
		margin-right: 20px;
	}
}




/* indexM6-1 */

.case .iTit {
	margin-bottom: 29px;
}


.case .con {
	display: flex;
}

.case .imgSwiper {
	width: 66.78%;
	overflow: hidden;
	height: 565px;
}



.case .imgSwiper .image {
	height: 100%;
	position: relative;
}

.case .imgSwiper .image::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	width: 100%;
	height: 100%;
	background-color: rgba(42, 98, 173, 0.4);
	opacity: 0;
	transition: .8s ease all;
}


.case .imgSwiper .image:hover::after {
	opacity: 1;
}


.case .imgSwiper .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.case .imgSwiper .image:hover img {
	transform: none;
}

.case .msgSwiper {
	width: 33.22%;
	overflow: hidden;
}

.case .msgSwiper .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: .4s ease background-color;
	border-bottom: 1px solid rgba(134, 134, 134, 0.1);
	background-color: #f9f9f9;
}


.case .msgSwiper .tit {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 34px;
	color: #333333;
}



.case .msgSwiper .btn {
	width: 34px;
	height: 34px;
	background-color: #ffffff;
	font-family: Poppins-SemiBold;
	font-size: 16px;
	color: #2a62ad;
	border-radius: 50%;
	flex-shrink: 0;
	margin-left: 20px;
	border: 1px solid #ffffff;
	font-style: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: -21px;
}


.case .msgSwiper .swiper-slide {
	transition: .4s ease background-color, .4s ease border-bottom-color;
}

.case .msgSwiper .swiper-slide a {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 40px;
	width: 100%;
}


.case .msgSwiper .swiper-slide:last-child {
	border-bottom: none;
}


.case .msgSwiper .swiper-slide-thumb-active {
	background-color: #ffffff;
	border-bottom-color: #ffffff;
}

.case .msgSwiper .swiper-slide-thumb-active .tit {
	font-family: Poppins-SemiBold;
	color: #2a62ad;
}


.case .msgSwiper .swiper-slide-thumb-active .btn {
	background-color: #2a62ad;
	color: #ffffff;
	border-color: #2a62ad;
}



.case .msgSwiper .swiper-slide .btn:hover {
	background-color: transparent;
	color: #2a62ad;
	border-color: #2a62ad;
}

.case .btns {
	display: none;
}


@media screen and (max-width:1333px) {
	.case .msgSwiper .tit {
		line-height: 28px;
	}

	.case .msgSwiper .swiper-slide a {
		padding: 10px 20px;
	}

	.case .msgSwiper .btn {
		margin-right: 0;
	}

	.case .imgSwiper {
		height: 500px;
	}
}

@media screen and (max-width:999px) {
	.case .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.case .imgSwiper {
		height: auto;
		width: 100%;
		position: relative;
	}

	.case .msgSwiper .tit {
		font-size: 14px;
		line-height: 24px;
	}

	.case .msgSwiper {
		width: 100%;
	}

	.case .msgSwiper .swiper-slide:nth-child(n) {
		border-bottom: 1px solid rgba(134, 134, 134, 0.1);
	}

	.case .msgSwiper .swiper-slide a {
		padding: 15px 20px;
	}

	.case .imgSwiper .image::after {
		display: none;
	}

	.case .btns {
		display: block;
	}

	.case .btns>div {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		position: absolute;
		cursor: pointer;
		z-index: 99;
		top: 50%;
		transform: translateY(-50%);
		display: flex;
		align-items: center;
		justify-content: center;
		border: 1px solid #ffffff;
		color: #ffffff;
		font-size: 14px;
	}

	.case .btns>div.prev {
		left: 30px;
	}

	.case .btns>div.next {
		right: 30px;
	}
}


@media screen and (max-width:538px) {
	.case .imgSwiper .image {
		height: 300px;
	}

	.case .msgSwiper .swiper-slide a {
		padding: 15px 10px;
	}

	.case .btns>div {
		width: 36px;
		height: 36px;
		font-size: 14px;
	}

	.case .btns>div.prve {
		left: 20px;
	}

	.case .btns>div.next {
		right: 20px;
	}
}



/* indexM7-1 */


.iNews {
	padding: 83px 0 182px 0;
	position: relative;
}

.iNews .imgBg {
	position: absolute;
	z-index: -1;
	left: 0;
	top: -454px;
	height: calc(100% + 453px);
}

.iNews .imgBg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.iNews .iTit {
	margin-bottom: 51px;
}

.newItem .time {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #2a62ad;
	position: relative;
	margin-bottom: 42px;
}


.newItem .time::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -14px;
	width: 25px;
	height: 2px;
	background-color: #2a62ad;
}




.newItem {
	background-color: #ffffff;
	border: solid 2px #2a62ad;
	overflow: hidden;
	padding: 24px 24px 41px;
	position: relative;
}


.newItem .image {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	opacity: 1;
	height: 235px;
	width: 100%;
	pointer-events: none;
	z-index: 9;
}

.newItem:hover .image {
	opacity: 0;
}

.newItem .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.newItem .image:hover img {
	transform: none;
}


.newItem .tit {
	font-family: Poppins-SemiBold;
	font-size: 20px;
	line-height: 34px;
	color: #333333;
	min-height: 68px;
	margin-bottom: 54px;
}


.newItem .tit:hover {
	color: #2a62ad;
}



.newItem .txts {
	font-size: 16px;
	line-height: 28px;
	min-height: 112px;
	margin-bottom: 55px;
	color: #666666;
}


.newItem .btn {
	font-family: Poppins-Regular;
	font-size: 20px;
	line-height: 30px;
	color: #2a62ad;
	position: relative;
	display: inline-block;
}

.newItem .btn::after {
	content: "";
	position: absolute;
	bottom: -1px;
	height: 1px;
	background-color: #2a62ad;
	width: 0%;
	right: 0;
	transition: .4s ease all;
}


.newItem .btn:hover::after {
	right: auto;
	left: 0;
	width: 100%;
}



@media screen and (max-width:1560px) {
	.newItem {
		padding: 30px 20px;
	}

	.newItem .time {
		margin-bottom: 30px;
	}

	.newItem .tit {
		font-size: 18px;
		line-height: 28px;
		min-height: 56px;
		margin-bottom: 30px;
	}

	.newItem .txts {
		margin-bottom: 40px;
	}

	.newItem .btn {
		font-size: 18px;
		line-height: 28px;
	}

	.newItem .image {
		height: 220px;
	}
}

@media screen and (max-width:1333px) {
	.iNews .iTit {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.newItem .image {
		height: auto;
		position: static;
		opacity: 1;
		margin-bottom: 10px;
		pointer-events: all;
	}

	.newItem:hover .image {
		opacity: 1;
	}

	.newItem {
		padding: 15px;
	}

	.newItem .tit {
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 26px;
	}

	.newItem .time {
		margin-bottom: 20px;
	}

	.newItem .time::after {
		bottom: -9px;
	}

	.newItem .txts {
		min-height: auto;
		-webkit-line-clamp: 2;
	}

	.newItem .txts {
		margin-bottom: 10px;
	}

	.newItem .tit {
		min-height: auto;
	}
}



/* 1-1product */


.products {
	padding: 84px 0 92px 0;
}


.products .msg {
	padding: 21px 30px 28px 30px;
	background-color: rgba(247, 247, 247, 0.8);
	margin-bottom: 31px;
}


.products .msg .tit {
	font-family: Poppins;
	font-size: 24px;
	line-height: 34px;
	color: #333333;
	margin-bottom: 17px;
}

.mbox {
	height: 56px;
	overflow: hidden;
}

.mBtn {
	margin-top: 56px;
	position: relative;
	display: inline-block;
	color: #2a62ad;
	cursor: pointer;
}


.mBtn::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #2a62ad;
	bottom: 4px;
	transition: .4s ease all;
}

.mBtn:hover::after {
	width: 0;
	left: auto;
	right: 0;
}


.products .swiper-slide {
	width: 23.5%;
	margin-right: 2.325%;
	height: auto;
}



.products .swiper-slide>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.products .swiper-slide:nth-child(3n-2) {
	width: 48.35%;
}


.products .swiper-slide:last-child {
	margin-right: 0;
}

.products .image {
	position: relative;
}

.products .image .video {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}



.ourEquipment {
	background-color: rgba(247, 247, 247, 0.8);
	padding: 35px 0 116px 0;
}

.ourEquipment .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.ourEquipment .title1 {
	font-size: 36px;
}

.ourEquipment .titBtns {
	display: flex;
	flex-wrap: wrap;
}

.ourEquipment .titBtns a {
	width: 223px;
	height: 44px;
	background-color: #eeeeee;
	border-radius: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0;
	margin-right: 39px;
	font-size: 18px;
	color: #333333;
}


.ourEquipment .titBtns a:last-child {
	margin-right: 0;
}

.ourEquipment .titBtns a:hover,
.ourEquipment .titBtns a.active {
	background-color: #136bc9;
	color: #ffffff;
}



.ourEquipment .erBtns {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 43px;
}



.ourEquipment .erBtns a {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin: 5px 0;
	width: 31.35%;
	margin-right: 2.975%;
}

.ourEquipment .erBtns a:nth-child(3n) {
	margin-right: 0;
}

.ourEquipment .erBtns a:hover {
	color: #2a62ad;
}

.ourEquipment .erBtns a.active {
	color: #2a62ad !important;
}

.ourEquipment .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 74px;
}


.ourEquipment .list .item {
	width: 31.35%;
	margin-right: 2.975%;
	margin-top: 61px;
}

.ourEquipment .list .item:nth-child(3n) {
	margin-right: 0;
}

.ourEquipment .list .item:nth-child(-n+3) {
	margin-top: 0;
}


.ourEquipment .list .image {
	overflow: hidden;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
}


.ourEquipment .list .tit {
	font-family: Poppins;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 9px;
}

.ourEquipment .list .tit:hover {
	color: #2a62ad;
}

.ourEquipment .list .txts {
	margin-bottom: 12px;
}

.ourEquipment .list .btns {
	display: flex;
	align-items: center;
}


.ourEquipment .list .btns .checkBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 17px;
	height: 17px;
	background-color: #2a62ad;
	flex-shrink: 0;
	margin-right: 27px;
	position: relative;
	overflow: hidden;
}



.ourEquipment .list .checkBtn i {
	color: #ffffff;
	opacity: 0;
}


.ourEquipment .list .checkBtn.active i {
	opacity: 1;
}



.ourEquipment .list .checkBtn input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
}


.ourEquipment .list .btnBox {
	display: flex;
	align-items: center;
}


.ourEquipment .list .pBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 163px;
	height: 51px;
	background-color: #2a62ad;
	border: 1px solid #2a62ad;
	font-family: Poppins-Regular;
	font-size: 20px;
	color: #ffffff;
	margin-right: 52px;
}


.ourEquipment .list .pBtn:hover {
	background-color: #ffffff;
	color: #2a62ad;
}


.ourEquipment .list .pBtn:last-child {
	margin-right: 0;
}

.ourEquipment .pager .pageList a {
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #999999;
	font-size: 16px !important;
	color: #666666;
}

.ourEquipment .pager .pageList a.prev {
	width: 100px;
}

.ourEquipment .pager .pageList a.next {
	width: 69px;
}


.ourEquipment .pager .pageList a:hover,
.ourEquipment .pager .pageList a.active {
	background-color: #2a62ad;
	border-color: #2a62ad;
}


@media screen and (max-width:1760px) {
	.products .msg {
		padding: 30px;
	}

	.products .msg .tit {
		margin-bottom: 20px;
	}

	.mBtn {
		margin-top: 26px;
	}

	.ourEquipment .titBtns a {
		margin-right: 30px;
		width: 200px;
	}

	.ourEquipment .list .pBtn {
		height: 40px;
		width: 140px;
		font-size: 18px;
	}

	.ourEquipment .list .btns .checkBtn {
		margin-right: 20px;
	}

	.ourEquipment .list .pBtn {
		margin-right: 30px;
	}

	.ourEquipment .list .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 14px;
	}

	.ourEquipment .list .txts {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1333px) {
	.products .msg .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.mBtn {
		margin-top: 20px;
	}

	.ourEquipment .titBtns a {
		font-size: 16px;
		height: 40px;
		width: 175px;
	}

	.ourEquipment .erBtns a {
		font-size: 16px;
		line-height: 26px;
	}

	.ourEquipment .erBtns {
		margin-bottom: 30px;
	}

	.ourEquipment .list .btns {
		flex-direction: column;
		align-items: flex-start;
	}

	.ourEquipment .list .btns .checkBtn {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.ourEquipment .list .pBtn {
		font-size: 16px;
		margin-right: 10px;
		width: 125px;
		height: 35px;
	}

	.ourEquipment .list .item {
		margin-top: 40px;
	}

	.ourEquipment .pager .pageList a {
		width: 34px;
		height: 34px;
		border-radius: 2px;
	}

	.ourEquipment .list {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.products .msg .tit {
		font-size: 20px;
	}

	.products .msg {
		padding: 30px 20px;
	}

	.ourEquipment .titBtns a {
		font-size: 14px;
		height: 35px;
		width: 146px;
	}

	.ourEquipment .title {
		margin-bottom: 20px;
	}

	.ourEquipment .erBtns a {
		font-size: 14px;
		margin-right: 30px;
	}

	.ourEquipment .list .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.ourEquipment .list {
		justify-content: space-between;
	}

	.ourEquipment .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.ourEquipment .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.ourEquipment .erBtns {
		justify-content: space-between;
	}

	.ourEquipment .erBtns a {
		width: 48%;
		margin-right: 0;
	}

	.products .swiper-slide:nth-child(3n-2) {
		width: 65%;
	}

	.products .swiper-slide {
		width: 30%;
		margin-right: 5%;
	}

	.ourEquipment .pager .pageList a {
		font-size: 14px !important;
		height: 30px;
	}

	.ourEquipment .list .pBtn {
		font-size: 14px;
	}

	.ourEquipment .list {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.products .msg .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.ourEquipment .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.ourEquipment .title1 {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.ourEquipment .titBtns a {
		margin-right: 20px;
	}

	.ourEquipment .list .pBtn {
		width: 110px;
	}

	.ourEquipment .list {
		margin-bottom: 40px;
	}
}


@media screen and (max-width:538px) {
	.products .swiper-slide:nth-child(3n-2) {
		width: 100%;
	}

	.products .swiper-slide {
		width: 48%;
		margin-right: 4%;
	}

	.ourEquipment .list .image {
		margin-bottom: 20px;
	}

	.ourEquipment .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}
	.ourEquipment .erBtns a {
		width: 100%;
	}

	.ourEquipment .list .item:nth-child(1) {
		margin-top: 0;
	}

	.ourEquipment .list .image img {
		width: 100%;
		max-width: 360px;
	}
}













/* 2-1about */



.aboutUs {
	background-image: url("../images/aboutUs-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 141px 0 123px 0;
	margin-top: -57px;
}



.aboutUs .box {
	margin-bottom: 54px;
	display: flex;
	justify-content: space-between;
}

.aboutUs .box .msg {
	width: 48%;
}

.aboutUs .box .swiper {
	width: 47.85%;
	margin: 0;
}


.aboutUs .box .swiper .sBtns {
	position: absolute;
	bottom: 18px;
	left: 27px;
	z-index: 99;
}

.aboutUs .box .swiper .sBtns>div {
	width: 52px;
	height: 52px;
	background-color: transparent;
	color: #ffffff;
	border-color: #ffffff;
}

.aboutUs .box .swiper .sBtns>div:hover {
	background-color: #2a62ad;
	border-color: #2a62ad;
}


.aboutUs .box .swiper .sBtns>div.swiper-button-disabled {
	background-color: transparent;
	color: #ffffff;
	border-color: #ffffff;
}


.aboutUs .box .image {
	height: 100%;
}


.aboutUs .box .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.aboutUs .title1 {
	margin-bottom: 45px;
	margin-top: -7px;
}


.aboutUs .txts {
	margin-bottom: 58px;
}


.aboutUs .show {
	position: relative;
}

.aboutUs .show>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}

.aboutUs .show .video {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	top: 0;
}


@media screen and (max-width:1560px) {
	.aboutUs {
		margin-top: -48px;
	}

	.aboutUs .box {
		margin-top: 30px;
	}

	.aboutUs .title1 {
		margin-top: 0;
		margin-bottom: 30px;
	}

	.aboutUs .txts {
		margin-bottom: 40px;
	}

	.aboutUs .box .swiper .sBtns>div {
		width: 46px;
		height: 46px;
	}
}

@media screen and (max-width:999px) {
	.aboutUs .box .swiper .sBtns>div {
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width:768px) {
	.aboutUs .box {
		flex-direction: column;
		align-items: flex-start;
	}

	.aboutUs .box .msg {
		width: 100%;
		margin-bottom: 40px;
	}

	.aboutUs .title1 {
		margin-bottom: 20px;
	}

	.aboutUs .txts {
		margin-bottom: 20px;
	}

	.aboutUs .box .swiper,
	.aboutUs .show {
		width: 100%;
		height: 340px;
	}

	.aboutUs .box {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {

	.aboutUs .box .swiper,
	.aboutUs .show {
		height: 280px;
	}

	.aboutUs .box .swiper .sBtns>div {
		width: 36px;
		height: 36px;
		font-size: 12px;
	}
}


.aboutPiece {
	padding: 103px 0 115px 0;
}


.vision {
	margin-bottom: 85px;
}


.vision .title1 {
	text-align: center;
	margin-bottom: 34px;
}

.vision .tip {
	font-family: Poppins-SemiBold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	text-align: center;
	margin-bottom: 49px;
}


.vision .list {
	display: flex;
	flex-wrap: wrap;
}

.vision .list .item {
	background-color: #f2f2f2;
	padding: 36px 18.5px 41px 18.5px;
	width: 32.42%;
	margin-right: 1.37%;
	margin-top: 30px;
}

.vision .list .item:nth-child(3n) {
	margin-right: 0;
}

.vision .list .item:nth-child(-n+3) {
	margin-top: 0;
}

.vision .list .tit {
	font-family: Poppins;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 28px;
	position: relative;
}

.vision .list .tit::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -11px;
	width: 54px;
	height: 3px;
	background-color: #136bc9;
}


.vision .list .txts p {
	padding-left: 24px;
	line-height: 34px;
	color: #333333;
}


.vision .list .txts p em {
	position: relative;
	font-family: Poppins-SemiBold;
	font-style: normal;
}


.vision .list .txts p em::after {
	content: "";
	position: absolute;
	left: -21px;
	top: 10px;
	width: 8px;
	height: 8px;
	background-color: #136bc9;
	border-radius: 50%;
}


.vision .list .txts p strong {
	font-family: Poppins;
}


@media screen and (max-width:1560px) {
	.vision .tip {
		font-size: 18px;
		line-height: 28px;
	}

	.vision .title1 {
		margin-bottom: 30px;
	}

	.vision .list .item {
		padding: 30px;
	}

	.vision .list .txts p {
		line-height: 30px;
	}

	.vision .list .txts p em::after {
		top: 8px;
	}

	.vision {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:1333px) {
	.vision .tip {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 40px;
	}

	.vision .list .item {
		padding: 20px;
	}

	.vision {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.vision .list .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.vision .list {
		justify-content: space-between;
	}

	.vision .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}

	.vision .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.vision .tip {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 30px;
	}

	.vision .list .item:nth-child(3n) {
		width: 100%;
	}

	.vision .list .tit::after {
		width: 40px;
	}

	.vision {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.vision {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.vision .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.vision .list .item:nth-child(1) {
		margin-top: 0;
	}
}



.design .title1 {
	text-align: center;
	margin-bottom: 51px;
}

.design .box {
	display: flex;
	justify-content: space-between;
}

.design .box .image {
	width: 47.85%;
}

.design .box .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.design .box .msg {
	width: 48.5%;
	padding: 9px 0;
}

.design .box .txts {
	margin-bottom: 65px;
}

.design .box .txts p {
	hyphens: auto;
}

@media screen and (max-width:1560px) {
	.design .box .txts {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1333px) {
	.design .box .txts {
		margin-bottom: 40px;
	}

	.design .title1 {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.design .box {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.design .box .msg {
		padding: 0;
		width: 100%;
		margin-bottom: 30px;
	}

	.design .box .image {
		width: 100%;
		height: 340px;
	}

	.design .title1 {
		margin-bottom: 30px;
	}

	.design .box .txts {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.design .box .image {
		height: 280px;
	}
}

.assurance .msg {
	padding: 77px 0 47px 0;
	background-color: #f7f7f7;
}

.assurance .msg .title1 {
	text-align: center;
	margin-bottom: 36px;
}

.assurance .msg .list {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.assurance .msg .list::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 1px;
	height: 80%;
	width: 2px;
	height: 237px;
	background-image: url("../images/line.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	max-height: 100%;
}



.assurance .msg .list .item {
	width: 45.8%;
	margin-top: 30px;
}

.assurance .msg .list .item:nth-child(-n+2) {
	margin-top: 0;
}

.assurance .image {
	position: relative;
	margin-bottom: 62px;
}


.assurance .image::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(to bottom, #f7f7f7 0%, #f7f7f7 50%, white 50%, white 100%);
	top: 0;
	z-index: -1;
	width: 100vw;
	height: 100%;
}


.assurance .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.assurance .tip {
	font-family: Poppins-SemiBold;
	font-size: 20px;
	line-height: 36px;
	color: #333333;
	text-align: center;
	margin-bottom: 23px;
}


.assurance .cBtn {
	width: 271px;
	margin: 0 auto;
}

@media screen and (max-width:1560px) {
	.assurance .msg .title1 {
		margin-bottom: 40px;
	}

	.assurance .msg {
		padding: 60px 0;
	}

	.assurance .image {
		margin-bottom: 50px;
	}

	.assurance .tip {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 30px;
	}

	.assurance .cBtn {
		width: 260px;
	}
}

@media screen and (max-width:1333px) {
	.assurance .msg .list {
		flex-direction: column;
		align-items: flex-start;
	}

	.assurance .msg .list::after {
		display: none;
	}

	.assurance .msg .list .item:nth-child(n) {
		width: 100%;
		margin-bottom: 30px;
	}

	.assurance .msg .list .item:last-child {
		margin-bottom: 0;
	}

	.assurance .msg {
		padding: 50px 0;
	}

	.assurance .image {
		margin-bottom: 40px;
	}

	.assurance .tip {
		font-size: 16px;
	}

	.assurance .cBtn {
		width: 240px;
	}
}

@media screen and (max-width:999px) {
	.assurance .msg .title1 {
		margin-bottom: 30px;
	}

	.assurance .msg {
		padding: 40px 0;
	}

	.assurance .msg .list .item:nth-child(n) {
		margin-bottom: 26px;
	}

	.assurance .msg .list .item:last-child {
		margin-bottom: 0;
	}

	.assurance .image {
		height: 340px;
	}
}


@media screen and (max-width:538px) {
	.assurance .image {
		height: 280px;
	}
}


.honor {
	padding: 78px 0 114px 0;
}


.honor .title1 {
	text-align: center;
	margin-bottom: 46px;
}

.honor .sBtns {
	justify-content: center;
	margin-top: 26px;
}

.honor .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}

.honor .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.honor .image:hover img {
	transform: translateY(-10px);
}


.honor .sBtns>div {
	height: 52px;
	width: 52px;
	border-color: #333333;
	color: #333333;
}

.honor .sBtns>div:hover {
	border-color: #2a62ad;
}


.honor .sBtns>div.swiper-button-disabled {
	border-color: #333333;
	color: #333333;
}


@media screen and (max-width:1560px) {
	.honor .sBtns>div {
		width: 45px;
		height: 45px;
	}
}

@media screen and (max-width:1333px) {
	.honor .title1 {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.honor .sBtns>div {
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width:538px) {
	.honor .title1 {
		margin-bottom: 30px;
	}
}


.sustainability{ display:none;}
.sustainability .image {
	height: 510px;
}


.sustainability .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.sustainability .msg {
	width: 700px;
	margin-left: auto;
	margin-top: -146px;
	background-color: #fff;
	padding: 38px 65px 40px 65px;
	position: relative;
	z-index: 9;
	margin-bottom: 100px;
}


.sustainability .title1 {
	margin-bottom: 10px;
}

@media screen and (max-width:1560px) {
	.sustainability .msg {
		padding: 30px;
	}

	.sustainability .image {
		height: 400px;
	}

	.sustainability .msg {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:1333px) {
	.sustainability .image {
		height: 380px;
	}

	.sustainability .msg {
		margin-top: -100px;
	}

	.sustainability .msg {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.sustainability .msg {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.sustainability .image {
		height: 360px;
	}

	.sustainability .msg {
		width: 100%;
	}

	.sustainability .msg {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.sustainability .image {
		height: 280px;
	}
}






/* 5-1service */

.scope {
	padding: 81px 0 74px 0;
	position: relative;
}

.scope .imgBg {
	position: absolute;
	height: calc(100% + 269px);
	left: 0;
	z-index: -2;
	top: -57px;
}

.scope .imgBg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}

.scope .title1 {
	text-align: center;
	margin-bottom: 39px;
}



.scope .swiper-slide {
	position: relative;
	padding: 24px 28px 39px 28px;
	background-color: #f9f9f9;
	height: auto;
	border-left: 1px solid rgba(51, 51, 51, 0.16);
	border-bottom: 4px solid rgba(42, 98, 173, 0.5);
}

.scope .swiper-slide.swiper-slide-active {
	border-left-color: #f9f9f9;
}

.scope .swiper-slide .image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -2;
	opacity: 0;
}

.scope .swiper-slide:hover .image {
	opacity: 1;
}

.scope .swiper-slide .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.scope .sign {
	width: 58px;
	margin-bottom: 22px;
}

.scope .sign img {
	display: block;
}

.scope .tit {
	font-family: Poppins;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 13px;
	min-height: 60px;
}

.scope .txts {
	margin-bottom: 40px;
}

.scope .txts p {
	line-height: 30px;
	color: #333333;
	hyphens: auto;
}

.scope .txts strong {
	font-family: Poppins-SemiBold;
	font-weight: normal;
}

.scope .num {
	position: absolute;
	left: 27px;
	bottom: 17px;
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}


.scope .swiper-slide {
	transition: .4s ease background-color;
}

.scope .swiper-slide:hover {
	background-color: #2a62ad;
	border-color: #2a62ad;
}

.scope .swiper-slide:hover .image {
	opacity: 1;
}

.scope .swiper-slide:hover .sign img {
	filter: grayscale(100%) brightness(500%);
}


.scope .swiper-slide:hover .tit {
	color: #ffffff;
}

.scope .swiper-slide:hover .txts p {
	color: #ffffff;
}


.scope .swiper-slide:hover .num {
	color: #ffffff;
}


.scope .sBtns {
	justify-content: center;
}


.scope .sBtns>div {
	margin-top: 41px;
}



.sBtns {
	display: flex;
	align-items: center;
}


.sBtns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: solid 1px #2a62ad;
	cursor: pointer;
	border-radius: 50%;
	font-weight: bold;
	color: #2a62ad;
	font-size: 14px;
	background-color: #ffffff;
}

.sBtns>div.prev {
	margin-right: 10px;
}

.sBtns>div:hover {
	background-color: #2a62ad;
	color: #ffffff;
}


.sBtns>div.swiper-button-disabled {
	cursor: auto;
	border-color: #2a62ad;
	color: #2a62ad;
	background-color: #ffffff;
}


@media screen and (max-width:1560px) {
	.scope .swiper-slide {
		padding: 30px;
	}

	.scope .tit {
		font-size: 18px;
		line-height: 28px;
		min-height: 56px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1333px) {
	.scope .sign {
		width: 50px;
	}
}

@media screen and (max-width:999px) {
	.scope .swiper-slide {
		padding: 20px;
	}

	.scope .sBtns>div {
		margin-top: 30px;
	}

	.scope .sign {
		width: 45px;
	}

	.scope .num {
		font-size: 16px;
		left: 20px;
	}
}

@media screen and (max-width:768px) {
	.scope .tit {
		min-height: auto;
	}
}

@media screen and (max-width:538px) {
	.scope .title1 {
		margin-bottom: 30px;
	}
}




.afterSales .title1 {
	text-align: center;
	margin-bottom: 29px;
}


.afterSales .box {
	display: flex;
	justify-content: space-between;
	background-color: #ffffff;
	box-shadow: 0px 6px 29px 0px rgba(0, 0, 0, 0.11);
}



.afterSales .box .image {
	width: 49.28%;
}

.afterSales .box .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.afterSales .box .msg {
	width: 50.72%;
	padding: 24px 30px 22px 30px;
}

.afterSales .box .msg p {
	color: #333333;
	line-height: 26px;
	hyphens: auto;
}

.afterSales .box .msg p strong {
	font-family: Poppins-SemiBold;
}

@media screen and (max-width:1560px) {
	.afterSales .title1 {
		margin-bottom: 40px;
	}

	.afterSales .box .msg {
		padding: 30px;
	}
}

@media screen and (max-width:999px) {
	.afterSales .box {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.afterSales .box .msg {
		width: 100%;
		padding: 30px 20px;
	}

	.afterSales .box .image {
		width: 100%;
	}
}

@media screen and (max-width:538px) {
	.afterSales .title1 {
		margin-bottom: 30px;
	}

	.afterSales .box .msg {
		padding: 20px;
	}
}


.frequently {
	padding: 77px 0 80px 0;
}


.frequently .title1 {
	margin-bottom: 40px;
	text-align: center;
}

.frequently .swiperBox {
	padding: 0 70px;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}

.frequently .swiper {
	overflow: visible;
}


.frequently .swiper-wrapper {
	pointer-events: none;
}

.frequently .swiper-slide {
	background-color: #ffffff;
	box-shadow: 0px 2px 10px 0px rgba(42, 98, 173, 0.16);
	opacity: 0;
	pointer-events: none;
	transition: .4s ease opacity;
	height: auto;
	padding: 35px 30px 31px 30px;
}


.frequently .swiper-slide.swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}

.frequently .tit {
	font-family: Poppins-SemiBold;
	font-size: 20px;
	line-height: 30px;
	color: #2a62ad;
	margin-bottom: 18px;
}

.frequently .sBtns>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}


.frequently .sBtns>div.prev {
	left: 0px;
}


.frequently .sBtns>div.next {
	right: 0px;
}

@media screen and (max-width:1560px) {
	.frequently .swiper-slide {
		padding: 30px;
	}

	.frequently .tit {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.frequently .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.frequently .swiperBox {
		padding: 0;
		clip-path: none;
	}

	.frequently .sBtns {
		justify-content: center;
	}

	.frequently .sBtns>div {
		position: static;
		transform: translateY(0);
		margin-top: 20px;
	}

	.frequently .title1 {
		margin-bottom: 30px;
	}
}


@media screen and (max-width:538px) {
	.frequently .swiper-slide {
		padding: 30px 20px;
	}
}



.serviceVideo .title1 {
	text-align: center;
	margin-bottom: 30px;
}


.serviceVideo .swiper-slide {
	position: relative;
}

.serviceVideo .image {
	position: relative;
}

.serviceVideo .image>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.serviceVideo .image .video {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	top: 0;
	z-index: 9;
	background-color: rgba(42, 98, 173, .5);
	opacity: 0;
}



.serviceVideo .image .video:hover .playBtn {
	background-color: #ffffff;
	box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.09);
}

.serviceVideo .image .video:hover .playBtn img {
	filter: grayscale(0%) brightness(100%);
}


.serviceVideo .swiper-slide .video:hover {
	opacity: 1;
}

.serviceVideo .sBtns {
	justify-content: center;
}

.serviceVideo .sBtns>div {
	margin-top: 39px;
}

@media screen and (max-width:999px) {
	.serviceVideo .sBtns>div {
		margin-top: 30px;
	}
}


.download {
	padding: 72px 0 153px 0;
	position: relative;
}


.download .imgBg {
	position: absolute;
	height: calc(100% + 382px);
	left: 0;
	bottom: 29.5%;
	z-index: -1;
}



.download .imgBg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}


.download .title1 {
	text-align: center;
	margin-bottom: 31px;
}



.download .list .item {
	margin-bottom: 19px;
	background-color: #ffffff;
	padding: 10px 8px 10px 22px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}



.download .list .item:last-child {
	margin-bottom: 0;
}


.download .list .box {
	display: flex;
	align-items: center;
}

.download .list .box img {
	width: 30px;
	flex-shrink: 0;
}


.download .list .box a:hover img {
	transform: translateY(-5px);
}



.download .list .box .name {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin-left: 28px;
}

.download .list .box .name:hover {
	color: #2a62ad;
}

.download .list .btn {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #ffffff;
	flex-shrink: 0;
	margin-left: 30px;
}


.download .list .btn:hover {
	background-color: #2a62ad;
}

.download .list .btn:hover img {
	filter: grayscale(100%) brightness(500%);
	transform: none;
}



@media screen and (max-width:999px) {
	.download .list .box .name {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:538px) {
	.download .list .item {
		flex-direction: column;
		align-items: flex-start;
	}

	.download .list .btn {
		margin-left: 0;
		width: 36px;
		height: 36px;
		margin-top: 10px;
	}

	.download .list .item {
		padding: 20px;
	}

	.download .list .box {
		flex-direction: column;
		align-items: flex-start;
	}

	.download .list .box .name {
		margin-left: 0;
		margin-top: 10px;
	}

}


/* 1-2product */


.bannerRange2 {
	height: 90px;
}

.productDet {
	padding: 31px 0 106px 0;
}



.productShow {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 50px;
}


.productShow .box {
	position: relative;
	width: 43%;
}


.productShow .box .showSipwer {
	overflow: hidden;
	background-color: #f4f4f4;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}


.productShow .box .showSipwer .swiper-slide {
	position: relative;
}


.productShow .swiper-pagination {
	position: static;
	margin-top: 14px;
}

.productShow .swiper-pagination span {
	width: 14px;
	height: 14px;
	background-color: #d2d2d2;
	border-radius: 50%;
	opacity: 1;
	margin: 5px 7px !important;
}


.productShow .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #2a62ad;
}


.productShow img {
	display: block;
}


.productShow .jianjie {
	width: 50%;
	margin-top: 57px;
}

.jianjie h1 {
	font-family: Poppins-SemiBold;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 14px;
	font-weight: normal;
}



.productShow .jianjie .line {
	width: 100%;
	height: 1px;
	background-color: #d2d2d2;
	margin-bottom: 37px;
}

.jianjie .introduction {
	margin-bottom: 23px;
}


.jianjie .introduction .tit {
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 10px;
}


.jianjie .introduction p {
	font-family: Poppins-Regular;
}



.jianjie .share {
	margin-bottom: 39px;
}

.jianjie .share span {
	color: #999999;
}

.jianjie .btns {
	display: flex;
	align-items: center;
}

.jianjie .btns a {
	margin-right: 43px;
	width: 163px;
	height: 51px;
	background-color: #2a62ad;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins-Regular;
	font-size: 20px;
	color: #ffffff;
	border: 1px solid #2a62ad;
}

.jianjie .btns a:nth-child(2) {
	margin-right: 0;
}


.jianjie .btns a:hover {
	background-color: #ffffff;
	color: #2a62ad;
}




/*jQzoom*/
.jqzoom {
	float: left;
	position: relative;
	padding: 0px;

}

div.zoomdiv {
	z-index: 200;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.zoomdiv img {
	max-width: unset !important;
}

div.jqZoomPup {
	z-index: 200;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	transition: none;
}


.pDescribe .title1 {
	font-family: OPPOSans-B;
	font-size: 36px;
	line-height: 50px;
	color: #333333;
	margin-bottom: 20px;
}


.pDescribe .con {
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	padding: 35px 0 30px 0;
}



.pDescribe {
	display: flex;
	justify-content: space-between;
}


.pDescribe .leftPiece {
	width: 47.4%;
}


.pDescribe .rightPiece {
	width: 50.05%;
	border-left: 1px solid #d2d2d2;
	padding-left: 30px;
}

.pDescribe .pdTit {
	font-family: Poppins;
	font-size: 36px;
	line-height: 46px;
	color: #333333;
}


.pDescribe .keyFeatures {
	margin-bottom: 110px;
}


.keyFeatures .pdTit {
	margin-bottom: 39px;
}

.keyFeatures .txts p em {
	font-style: normal;
	display: block;
	padding-left: 33px;
	position: relative;
}


.keyFeatures .txts p em::after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 9px;
	height: 9px;
	background-color: #d2d2d2;
	border-radius: 50%;
}

.technical .pdTit {
	margin-bottom: 37px;
}


.pDescribe .technical {
	margin-bottom: 64px;
}



.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}

.table table tr:nth-child(2n-1) td {
	background-color: #f8f8f8;
}


.table table tr td {
	font-size: 16px;
	font-family: Poppins-Regular, Arial, sans-serif;
	color: #333333;
	padding: 23.5px 17px;
}


.table table tr:nth-child(1) td {
	background-color: #2a62ad;
	font-family: Poppins;
	font-size: 24px;
	line-height: 34px;
	color: #ffffff;
	padding: 14.5px 17px;
}



.scenarios {
	margin-bottom: 67px;
}


.scenarios .pdTit {
	margin-bottom: 35px;
}

.optional {
	margin-bottom: 56px;
}


.optional .pdTit {
	margin-bottom: 70px;
}


.optional .txts p em {
	font-style: normal;
	position: relative;
	display: block;
	padding-left: 25px;
}


.optional .txts p em::after {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 19px;
	height: 19px;
	background-image: url("../images/productDetM2-sign.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}




.optional .txts strong {
	font-family: Poppins-SemiBold;
	font-size: 16px;
	color: #333333;
}


.optional .txts p span {
	color: #333333;
}


.capabilities {
	margin-bottom: 72px;
}

.capabilities .pdTit {
	margin-bottom: 23px;
}


.capabilities .txts p strong {
	font-family: Poppins-SemiBold;
	font-size: 18px;
	color: #333333;
}



.capabilities .txts p em {
	display: block;
	padding-left: 17px;
	position: relative;
	font-style: normal;
}


.capabilities .txts p em::after {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 8px;
	height: 8px;
	background-color: #2a62ad;
	border-radius: 50%;
}


.relatedProducts .pdTit {
	margin-bottom: 52px;
}


.relatedProducts .list {
	display: flex;
	justify-content: space-between;
}



.relatedProducts .list .item {
	width: 48.6%;
	margin-right: 0;
	margin-top: 30px;
}



.relatedProducts .list .item:nth-child(-n+2) {
	margin-top: 0;
}



.relatedProducts .list .image {
	overflow: hidden;
	margin-bottom: 30px;
	border: solid 1px #d2d2d2;
	display: flex;
	align-items: center;
	justify-content: center;
}


.relatedProducts .list .name {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	text-align: center;
}

.relatedProducts .list .name:hover {
	color: #2a62ad;
}



.productDet .packList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 98px;
}

.productDet .packList .image {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	width: 45%;
}

.productDet .packList .image:nth-child(-n+2) {
	margin-top: 0;
}

.available .pdTit {
	margin-bottom: 53px;
}


.available .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.available .list .item {
	width: 48.1%;
	margin-top: 23px;
}

.available .list .item:nth-child(-n+2) {
	margin-top: 0;
}




.available .list .image {
	border: solid 1px #d2d2d2;
	margin-bottom: 30px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.available .list .name {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	text-align: center;
}

.available .list .name:hover {
	color: #2a62ad;
}




@media screen and (max-width:1750px) {
	.productShow .jianjie {
		margin-top: 0;
	}

	.jianjie .btns a {
		height: 45px;
		font-size: 18px;
	}

	.productShow {
		margin-bottom: 80px;
	}

	.pDescribe .pdTit {
		font-size: 28px;
		line-height: 36px;
	}

	.pDescribe .keyFeatures {
		margin-bottom: 80px;
	}

	.table table tr:nth-child(1) td {
		font-size: 20px;
		line-height: 30px;
	}

	.keyFeatures .pdTit {
		margin-bottom: 30px;
	}

	.optional .pdTit {
		margin-bottom: 30px;
	}

	.relatedProducts .pdTit {
		margin-bottom: 30px;
	}

	.productDet .packList .image {
		width: 48%;
	}

	.available .pdTit {
		margin-bottom: 30px;
	}

	.available .list .image,
	.relatedProducts .list .image {
		margin-bottom: 20px;
	}

	.productDet .packList {
		margin-bottom: 80px;
	}

	.bannerRange2 {
		height: 80px;
	}
}

@media screen and (max-width:1333px) {
	.productShow .box {
		width: 45%;
	}

	.jianjie h1 {
		font-size: 20px;
	}

	.productShow .swiper-pagination span {
		width: 12px;
		height: 12px;
	}

	.jianjie .btns a {
		height: 40px;
		font-size: 16px;
		width: 150px;
	}

	.productShow {
		margin-bottom: 60px;
	}

	.pDescribe .pdTit {
		font-size: 24px;
		line-height: 34px;
	}

	.pDescribe .keyFeatures {
		margin-bottom: 60px;
	}

	.table table tr td {
		padding: 20px 10px;
	}

	.table table tr:nth-child(1) td {
		font-size: 18px;
		line-height: 28px;
		padding: 10px;
	}

	.pDescribe .technical,
	.scenarios {
		margin-bottom: 50px;
	}

	.productDet .packList {
		margin-bottom: 60px;
	}
}


@media screen and (max-width:999px) {
	div.jqZoomPup {
		display: none;
	}

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

	.productShow {
		flex-direction: column;
		align-items: flex-start;
	}

	.productShow .jianjie {
		width: 100%;
	}

	.productShow .box {
		width: 100%;
		margin-bottom: 40px;
	}

	.productShow .box .showSipwer {
		max-width: 450px;
	}

	.productShow .swiper-pagination span {
		width: 11px;
		height: 11px;
	}

	.jianjie h1 {
		margin-bottom: 20px;
	}

	.jianjie .btns a {
		font-size: 14px;
		line-height: 26px;
		height: 36px;
	}

	.productShow .jianjie .line {
		margin-bottom: 30px;
	}

	.pDescribe {
		flex-direction: column;
		align-items: flex-start;
	}

	.pDescribe .leftPiece {
		width: 100%;
	}

	.keyFeatures .txts p em::after {
		top: 7px;
	}

	.table table tr td {
		font-size: 14px;
		line-height: 26px;
	}

	.optional .txts p em::after {
		width: 18px;
		height: 18px;
	}

	.pDescribe .keyFeatures,
	.optional {
		margin-bottom: 50px;
	}

	.capabilities .txts p strong {
		font-size: 16px;
	}

	.relatedProducts .list .name {
		font-size: 14px;
		line-height: 26px;
	}

	.pDescribe .rightPiece {
		padding-left: 0;
		border: none;
		margin-top: 50px;
		width: 100%;
	}


	.productDet .packList {
		justify-content: flex-start;
	}

	.productDet .packList .image:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
	}

	.productDet .packList .image:nth-child(3n) {
		margin-right: 0;
	}

	.productDet .packList .image:nth-child(-n+3) {
		margin-top: 0;
	}

	.available .list .name {
		font-size: 14px;
		line-height: 24px;
	}

	.productShow {
		margin-bottom: 50px;
	}

	.table table tr:nth-child(1) td {
		font-size: 16px;
		line-height: 28px;
	}

	.table table tr td {
		padding: 10px;
	}

	.scenarios .pdTit {
		margin-bottom: 30px;
	}

	.productDet .packList {
		margin-bottom: 50px;
	}

	.bannerRange2 {
		height: 60px;
	}

	.jianjie .share {
		margin-bottom: 30px;
	}
}


@media screen and (max-width:768px) {
	.productShow .box .showSipwer {
		max-width: 400px;
	}

	.pDescribe .pdTit {
		font-size: 20px;
		line-height: 30px;
	}

	.productShow {
		margin-bottom: 40px;
	}

	.pDescribe .keyFeatures,
	.optional {
		margin-bottom: 40px;
	}

	.productDet .packList {
		margin-bottom: 40px;
	}

	.pDescribe .rightPiece {
		margin-top: 40px;
	}

	.bannerRange2 {
		height: 50px;
	}

	.pDescribe .technical,
	.scenarios {
		margin-bottom: 40px;
	}

	.capabilities {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.productShow .box .showSipwer {
		max-width: 340px;
	}

	.productDet .packList {
		justify-content: space-between;
	}

	.productDet .packList .image:nth-child(n) {
		width: 48%;
		margin-right: 0;
	}

	.jianjie .btns a {
		margin-right: 10px;
	}
}


/* 3-1Packing Solutions */


.packingSolutions {
	padding: 83px 0 126px 0;
}


.packingSolutions .title1 {
	text-align: center;
	margin-bottom: 16px;
}

.packingSolutions .btns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 62px;
}

.packingSolutions .btns a {
	min-width: 223px;
	padding: 8px 30px;
	background-color: #eeeeee;
	border-radius: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins-Regular;
	font-size: 18px;
	color: #333333;
	margin: 10px 18px;
}


.packingSolutions .btns a:hover,
.packingSolutions .btns a.active {
	background-color: #2a62ad;
	color: #ffffff;
}


.packingSolutions .list {
	display: flex;
	flex-wrap: wrap;
}

.packingSolutions .list .item {
	width: 23.85%;
	margin-right: 1.53%;
	background-color: #ffffff;
	border: solid 1px #efefef;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	margin-top: 30px;
}



.packingSolutions .list .item:nth-child(4n) {
	margin-right: 0;
}


.packingSolutions .list .item:nth-child(-n+4) {
	margin-top: 0;
}


.packingSolutions .box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: rgba(42, 98, 173, .5);
	pointer-events: none;
	opacity: 0;
}


.packingSolutions .list .box img {
	width: 46px;
}


.packingSolutions a:hover img {
	transform: none;
}


.packingSolutions .item:hover .box {
	opacity: 1;
}

@media screen and (max-width:1560px) {
	.packingSolutions .title1 {
		margin-bottom: 30px;
	}

	.packingSolutions .btns {
		margin-bottom: 50px;
	}

	.packingSolutions .list .box img {
		width: 40px;
	}
}

@media screen and (max-width:1333px) {
	.packingSolutions .btns a {
		font-size: 16px;
		min-width: auto;
		padding: 5px 20px;
	}

	.packingSolutions .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.packingSolutions .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.packingSolutions .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.packingSolutions .list .box img {
		width: 36px;
	}
}

@media screen and (max-width:999px) {
	.packingSolutions .btns a {
		font-size: 14px;
		margin: 5px 10px;
	}

	.packingSolutions .btns {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.packingSolutions .list {
		justify-content: space-between;
	}

	.packingSolutions .list .item:nth-child(n) {
		width: 48%;
		margin-top: 30px;
		margin-right: 0;
	}

	.packingSolutions .btns a {
		padding: 3px 20px;
	}

	.packingSolutions .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.packingSolutions .list .box img {
		width: 30px;
	}
}

@media screen and (max-width:350px) {
	.packingSolutions .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
		margin-right: 0;
	}

	.packingSolutions .list .item:nth-child(1) {
		margin-top: 0;
	}

	.packingSolutions .btns {
		margin-bottom: 30px;
	}
}


/* 4-case */

.casePiece {
	padding: 85px 0 104px 0;
}

.casePiece .image {
	overflow: hidden;
}


.playBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #ffffff;
	box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.09);
	width: 70px;
	height: 70px;
}

.playBtn img {
	width: 11px;
}

.video {
	cursor: pointer;
}

.video:hover .playBtn {
	background-color: #2a62ad;
	box-shadow: 0px 3px 24px 0px rgba(255, 255, 255, 0.4);
}


.video:hover .playBtn img {
	filter: grayscale(100%) brightness(500%);
}

.casePiece .show {
	display: flex;
	justify-content: space-between;
	margin-bottom: 76px;
}


.casePiece .show .imgSwiper {
	width: 56.71%;
	overflow: hidden;
}

.casePiece .show .imgSwiper .image {
	height: 100%;
}

.casePiece .show .imgSwiper .image>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.casePiece .show .imgSwiper .swiper-slide {
	position: relative;
}


.casePiece .show .imgSwiper .video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
}

.casePiece .show .msgSwiper {
	overflow: hidden;
	width: 100%;
}


.casePiece .show .box {
	width: 39.1%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 30px 0;
}



.casePiece .show .tit {
	font-family: Poppins-SemiBold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 7px;
}


.casePiece .show .tit:hover {
	color: #2a62ad;
}

.casePiece .show .txts {
	margin-bottom: 23px;
	hyphens: auto;
}

.casePiece .show .btns {
	display: flex;
	align-items: center;
}

.casePiece .show .btns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border: solid 1px #333333;
	border-radius: 50%;
	cursor: pointer;
	color: #333333;
	margin-top: 101px;
	font-size: 14px;
	font-weight: bold;
}

.casePiece .show .btns>div.prev {
	margin-right: 12px;
}


.casePiece .show .btns>div:hover {
	background-color: #2a62ad;
	border-color: #2a62ad;
	color: #ffffff;
}



.casePiece .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 63px;
}


.casePiece .list .item {
	width: 46.07%;
	margin-top: 95px;
}

.casePiece .list .item:nth-child(-n+2) {
	margin-top: 0;
}



.casePiece .list .box {
	position: relative;
	margin-bottom: 29px;
}

.casePiece .list .video {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
}

.casePiece .list .tit {
	font-family: Poppins-SemiBold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 7px;
}

.casePiece .list .tit:hover {
	color: #2a62ad;
}


.casePiece .list .txts {
	margin-bottom: 14px;
}



@media screen and (max-width:1560px) {
	.playBtn {
		width: 60px;
		height: 60px;
	}

	.casePiece .show .tit {
		margin-bottom: 20px;
	}

	.casePiece .show .txts {
		margin-bottom: 30px;
	}

	.casePiece .show .btns>div {
		width: 45px;
		height: 45px;
		margin-top: 50px;
	}

	.casePiece .list .txts {
		margin-bottom: 20px;
	}

	.casePiece .list .tit {
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 28px;
	}

	.casePiece .list .item {
		margin-top: 60px;
	}

	.casePiece .show .tit {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:1333px) {
	.casePiece .show .btns>div {
		width: 40px;
		height: 40px;
		margin-top: 40px;
	}

	.casePiece .show {
		margin-bottom: 60px;
	}

	.playBtn {
		width: 50px;
		height: 50px;
	}

	.playBtn img {
		width: 8px;
	}

	.casePiece .list .item {
		margin-top: 50px;
	}

	.casePiece .list {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:999px) {

	.casePiece .show .tit,
	.casePiece .list .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.playBtn {
		width: 45px;
		height: 45px;
	}

	.casePiece .show .txts {
		margin-bottom: 20px;
	}

	.casePiece .show .btns>div {
		margin-top: 30px;
	}

	.casePiece .show {
		margin-bottom: 50px;
	}

	.casePiece .list .box {
		margin-bottom: 20px;
	}

	.casePiece .list .item {
		margin-top: 40px;
	}

	.casePiece .list {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.casePiece .show {
		margin-bottom: 50px;
		flex-direction: column;
		align-items: flex-start;
	}

	.casePiece .show .box {
		width: 100%;
		padding: 0;
		margin-top: 20px;
	}

	.casePiece .show .imgSwiper {
		width: 100%;
	}

	.casePiece .list .item {
		width: 48%;
	}

	.casePiece .show {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.casePiece .show .tit {
		margin-bottom: 10px;
	}

	.casePiece .show .btns>div {
		margin-top: 20px;
	}

	.casePiece .list .item:nth-child(n) {
		width: 100%;
		margin-top: 40px;
	}

	.casePiece .list .item:nth-child(1) {
		margin-top: 0;
	}

}


/* 6-1blog */


.news {
	padding: 76px 0 76px 0;
}

.news .title1 {
	text-align: center;
	margin-bottom: 51px;
}


.news .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 34px;
}


.news .list .newItem {
	width: 28.85%;
	margin-right: 6.725%;
	margin-top: 39px;
}

.news .list .newItem:nth-child(3n) {
	margin-right: 0;
	margin-top: 41px;
}

.news .list .newItem:nth-child(-n+3) {
	margin-top: 0;
}


@media screen and (max-width:1560px) {
	.news .list .newItem:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.news .list .newItem:nth-child(3n) {
		margin-right: 0;
	}

	.news .list .newItem:nth-child(-n+3) {
		margin-top: 0;
	}

	.news .list {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1333px) {
	.news .title1 {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.news .list {
		margin-bottom: 40px;
		justify-content: space-between;
	}

	.news .list .newItem:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.news .list .newItem:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width:768px) {
	.news .list {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.news .title1 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:450px) {

	.news .list .newItem:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.news .list .newItem:nth-child(1) {
		margin-top: 0;
	}
}



/* 6-2blog */



.newDet {
	padding: 83px 0 118px;
}


.newDet .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.newDet .describe {
	width: 60.28%;
}


.newDet .relatedNews {
	width: 31.42%;
}


.newDet h1 {
	font-family: Poppins;
	font-size: 24px;
	line-height: 34px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 11px;
}

.newDet .tip {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 29px;
}

.newDet .tip .time {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #136bc9;
}

.share {
	display: flex;
	align-items: center;
}

.share span {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	flex-shrink: 0;
	margin-right: 5px;
}



.newDet .txts {
	margin-bottom: 80px;
}



.prevOrNext>div {
	display: flex;
	align-items: center;
}


.prevOrNext .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	background-color: #ffffff;
	border: solid 1px #282828;
	border-radius: 50%;
	margin-right: 19px;
}


.prevOrNext .btn i {
	font-size: 12px;
	color: #282828;
}


.prevOrNext a.btn:hover {
	background-color: #136bc9;
	border-color: #136bc9;
}


.prevOrNext a.btn:hover i {
	color: #ffffff;
}


.prevOrNext .name {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #676767;
}


.prevOrNext a.name:hover {
	color: #136bc9;
}

.prevOrNext .prev {
	margin-bottom: 14px;
}


.relatedNews .title1 {
	font-family: Poppins-Regular;
	margin-bottom: 34px;
	margin-top: -5px;
}


.relatedNews .title1 span {
	font-family: Poppins;
}


.relatedNews .list .item {
	margin-top: 20px;
	background-color: #f3f5f7;
	padding: 23px 29px 31px;
}

.relatedNews .list .item:nth-child(1) {
	margin-top: 0;
}

.relatedNews .list .tit {
	font-family: Poppins-SemiBold;
	font-size: 22px;
	line-height: 34px;
	color: #333333;
	margin-bottom: 30px;
}


.relatedNews .list .tit:hover {
	color: #136bc9;
}

.relatedNews .list .time {
	color: #136bc9;
}




@media screen and (max-width:1560px) {
	.relatedNews .title1 {
		margin-top: 0;
	}

	.newDet h1 {
		margin-bottom: 30px;
	}

	.relatedNews .list .item {
		padding: 20px;
	}

	.relatedNews .title1 {
		margin-bottom: 40px;
	}

	.relatedNews .list .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.newDet .txts {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1333px) {
	.newDet h1 {
		font-size: 22px;
	}

	.newDet .txts {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.newDet .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet .describe {
		width: 100%;
		margin-bottom: 50px;
	}

	.share span {
		font-size: 14px;
		line-height: 24px;
	}

	.prevOrNext .name {
		font-size: 14px;
	}

	.prevOrNext .btn {
		width: 40px;
		height: 40px;
	}

	.prevOrNext .prev {
		margin-bottom: 10px;
	}

	.newDet .txts {
		margin-bottom: 30px;
	}

	.relatedNews .list .tit {
		font-size: 16px;
	}

	.relatedNews .title1 {
		margin-bottom: 30px;
	}

	.newDet .relatedNews {
		width: 100%;
	}

	.relatedNews .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.relatedNews .list .tit {
		margin-bottom: 10px;
	}

	.relatedNews .list .item:nth-child(n) {
		width: 48%;
		margin-top: 20px;
	}

	.relatedNews .list .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width:768px) {
	.newDet .describe {
		margin-bottom: 40px;
	}

	.newDet h1 {
		font-size: 20px;
	}

}

@media screen and (max-width:538px) {
	.relatedNews .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.relatedNews .list .item:nth-child(1) {
		margin-top: 0;
	}

	.newDet .tip {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet .tip .time {
		margin-bottom: 10px;
	}
}


/* 7-1contact us */




.contactUs {
	padding: 85px 0 80px 0;
}


.contactMsg {
	display: flex;
	justify-content: space-between;
	margin-bottom: 68px;
}


.contactMsg .title {
	width: 56.42%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}


.contactMsg .title1 {
	margin-bottom: 24px;
	flex-shrink: 0;
	margin-top: -8px;
}


.contactMsg .title .image {
	flex: 1;
}

.contactMsg .title .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.contactMsg .list {
	width: 40.07%;
	background-color: #f9f9f9;
	padding: 33px 40px 40px 40px;
}



.contactMsg .list .item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 25px;
}


.contactMsg .list .item:last-child {
	margin-bottom: 0;
}

.contactMsg .list .sign {
	flex-shrink: 0;
	margin-right: 9px;
	transform: translateY(-1px);
}


.contactMsg .list .sign i {
	font-size: 16px;
	color: #136bc9;
}


.contactMsg .list .num {
	color: #333333;
}


.contactMsg .list .item a:hover {
	color: #136bc9;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


.contactMsg .list a.email {
	word-break: break-all;
}

.contactMsg .list .item.address .num {
	line-height: 26px;
}


.contactMsg .list .image {
	width: 128px;
}



.contactQuote .title1 {
	font-family: Poppins-SemiBold;
	margin-bottom: 23px;
	text-align: center;
	font-size: 42px;
}


.contactQuote ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contactQuote ul li {
	width: 49.14%;
	height: 64px;
	margin-top: 10px;
	background-color: #f5f5f5;
	padding: 0 10px;
}

.contactQuote ul li:nth-child(-n+2) {
	margin-top: 0;
}


.contactQuote ul li.message {
	width: 100%;
	height: 128px;
	padding: 13px 10px;
}

.contactQuote ul li.code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}

.contactQuote ul li.code input {
	flex: 1;
	padding: 0 10px;
}


.contactQuote ul li.code .codeImg {
	flex-shrink: 0;
	height: 100%;
	max-width: 140px;
	background-color: #f3fbfe;
	cursor: pointer;
}

.contactQuote ul li.code .codeImg img {
	height: 100%;
}

.contactQuote ul li.subBtn {
	padding: 0;
}

.contactQuote ul li.subBtn input {
	background-color: #1e5998;
	font-family: Poppins-SemiBold;
	font-size: 18px;
	color: #ffffff;
	border: 1px solid #1e5998;
	cursor: pointer;
	text-transform: uppercase;
}

.contactQuote ul li.subBtn input:hover {
	background-color: #ffffff;
	color: #1e5998;
}


.contactQuote input,
.contactQuote textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	font-family: Poppins-Regular;
	font-size: 16px;
}


.contactQuote input::-webkit-input-placeholder,
.contactQuote textarea::-webkit-input-placeholder {
	color: #999999;
	opacity: 1;
}

.contactQuote input:-moz-placeholder,
.contactQuote textarea:-moz-placeholder {
	color: #999999;
	opacity: 1;
}

.contactQuote input::-moz-placeholder,
.contactQuote textarea::-moz-placeholder {
	color: #999999;
	opacity: 1;
}

.contactQuote input:-ms-input-placeholder,
.contactQuote textarea:-ms-input-placeholder {
	color: #999999;
	opacity: 1;
}


.contactQuote ul li.m-formcountry {
	position: relative;
	padding: 0;
}

.m-formcountry .drop-btn {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0 10px;
	left: 0;
	top: 0;
}


.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 14px;
	font-weight: bold;
}

.m-formcountry .drop-list {
	display: none;
	border: 1px solid #e6e6e6;
	width: 100%;
	position: absolute;
	top: 100%;
	background-color: #fff;
	max-height: 223px;
	overflow-x: hidden;
	z-index: 10001;
	scrollbar-color: #1e5998 rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
}

.m-formcountry .drop-list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.m-formcountry .drop-list::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
}

.m-formcountry .drop-list::-webkit-scrollbar-thumb {
	background-color: #1e5998;
}

.m-formcountry .drop-list li {
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	padding: 5px 10px;
	cursor: pointer;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
	width: 100%;
	height: auto;
	margin: 0;
}

.m-formcountry .drop-list li.on {
	background-color: #1e5998;
	color: #ffffff;
}


.map {
	margin-top: 82px;
}

.map img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


@media screen and (max-width:1560px) {
	.contactMsg .list {
		padding: 40px;
	}

	.contactQuote .title1 {
		margin-bottom: 40px;
	}

	.map {
		margin-top: 60px;
	}

	.contactQuote ul li {
		height: 50px;
	}

	.contactMsg .title1 {
		margin-top: 0;
		margin-bottom: 30px;
	}
}

@media screen and (max-width:1333px) {
	.contactMsg .list {
		padding: 30px;
	}

	.contactMsg {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.contactMsg .list .num {
		font-size: 14px;
		line-height: 26px;
	}

	.contactMsg .list {
		padding: 30px 20px;
	}

	.contactMsg .title {
		width: 50%;
	}

	.contactMsg .list {
		width: 45%;
	}

	.contactMsg {
		margin-bottom: 50px;
	}

	.contactQuote .title1 {
		margin-bottom: 30px;
	}

	.m-formcountry .drop-btn i,
	.m-formcountry .drop-btn svg {
		font-size: 12px;
	}

	.contactQuote ul li {
		height: 45px;
	}

	.map {
		margin-top: 50px;
	}

	.m-formcountry .drop-list li {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.contactMsg {
		flex-direction: column;
		align-items: flex-start;
	}

	.contactMsg .list {
		width: 100%;
		padding: 30px;
	}

	.contactMsg .list .item {
		margin-bottom: 20px;
	}

	.contactMsg .title .image {
		flex: none;
		margin-bottom: 20px;
	}

	.contactMsg .title {
		width: 100%;
	}

	.contactMsg .list .image {
		width: 120px;
	}

	.contactMsg {
		margin-bottom: 40px;
	}

	.map {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.contactMsg .list {
		padding: 30px 20px;
	}
}

@media screen and (max-width:450px) {
	.contactQuote ul li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	.contactQuote ul li:nth-child(1) {
		margin-top: 0;
	}

	.contactQuote ul li {
		height: 40px;
	}
}




/* innerBanner */

.innerBanner {
	height: 519px;
	position: relative;
}

.innerBanner .image {
	height: 100%;
}

.innerBanner .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.innerBanner .msg {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	height: 100%;
	display: flex;
	align-items: center;
	padding-top: 90px;
}

.innerBanner .msg .title1 {
	color: #ffffff;
}


/* pager */


.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList a {
	width: 35px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins-Regular, Arial, sans-serif;
	font-size: 14px !important;
	color: #333333;
	margin: 5px 5px;
	border: solid 1px #efefef;
}


.pager .pageList a.active,
.pager .pageList a:hover {
	color: #ffffff !important;
	background-color: #136bc9;
	border-color: #136bc9;
}

.pager .pageList a.no:hover {
	color: #333333 !important;
	border: solid 1px #efefef !important;
	background-color: #fff !important;
}

.pager .pageList a.prev,
.pager .pageList a.big {
	width: 79px;
}

.pager .pageList a.next {
	width: 61px;
}

.pager .addTo {
	display: flex;
	align-items: center;
	margin: 5px 9px;
	position: relative;
}

.pager .addTo p {
	width: 155px;
	height: 39px;
	background-color: #2a62ad;
	border-radius: 4px;
	font-family: Poppins-Regular;
	font-size: 14px !important;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #2a62ad;
}

.pager .addTo img {
	flex-shrink: 0;
	width: 15px;
	margin-left: 4px;
}


.pager .addTo input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
	opacity: 0;
}

.pager .addTo:hover p {
	background-color: #ffffff;
	color: #2a62ad;
}


/* crumb */

.crumb {
	padding-top: 29px;
}

.crumb img {
	flex-shrink: 0;
	margin-right: 10.5px;
}

.crumb .con {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.crumb a,
.crumb i {
	font-family: Poppins-Regular, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	letter-spacing: 0px;
	color: #999999;
}

.crumb a.active {
	color: #2a62ad;
}

.crumb i {
	font-style: normal;
	margin: 0 5px;
}

.crumb a:hover {
	color: #0067b8;
}

@media screen and (max-width:1560px) {
	.innerBanner {
		height: 450px;
	}

	.innerBanner .msg {
		padding-top: 80px;
	}

	.crumb {
		padding-top: 20px;
	}
}

@media screen and (max-width:1333px) {
	.innerBanner {
		height: 400px;
	}

	.pager .addTo p {
		height: 34px;
		border-radius: 2px;
	}
}

@media screen and (max-width:999px) {
	.innerBanner {
		height: 260px;
	}

	.innerBanner .msg {
		padding-top: 0;
	}

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 26px;
	}

	.pager .addTo p {
		height: 30px;
	}

}


@media screen and (max-width:768px) {
	.innerBanner {
		height: 240px;
	}
}

@media screen and (max-width:538px) {
	.innerBanner {
		height: 220px;
	}
}


/* footer */



footer {
	background-color: #2a2a2a;
	padding: 52px 0;
}


footer .fLogo {
	display: block;
	width: 219px;
	margin: 0 auto 30px;
}


footer .fLogo:hover img {
	transform: none;
}




footer .footerList {
	display: flex;
	align-items: flex-start;
	padding: 53px 0 34px 0;
	position: relative;
	border-top: 1px solid #434343;
	border-bottom: 1px solid #434343;
	margin-bottom: 12px;
}


footer .footerList .box {
	margin-top: 21px;
}

footer .footerList .box li {
	margin-top: 10px;
}

footer .footerList .box li:nth-child(1) {
	margin-bottom: 0;
}


footer .footerList .titBox .meuBtn {
	display: none;
}


footer .footerList .fNav {
	width: 18%;
	margin-right: 6.4%;
}



footer .footerList .fProduct {
	width: 28%;
	margin-right: 1.85%;
}



footer .footerList .fContact {
	width: 21.5%;
	margin-right: 6.2%;
}


footer .footerList .fContact p {
	display: inline;
}

footer .footerList .fContact li {
	display: flex;
	align-items: flex-start;
	margin-top: 19px;
}

footer .footerList .fContact li i {
	margin-right: 8px;
	flex-shrink: 0;
}

footer .footerList .fContact li:nth-child(1) {
	margin-top: 0;
}


footer .footerList .fInquiry {
	width: 18.05%;
}

footer .footerList .fInquiry .title {
	font-family: Poppins;
}


footer .footerList .fInquiry form {
	margin-top: 24px;
}


footer .footerList form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


footer .footerList form ul li {
	height: 40px;
	margin-top: 5px;
	padding: 0 9px;
	width: 100%;
	background-color: rgba(91, 91, 91, 0.5);
}




.fInquiry form input,
.fInquiry form textarea {
	width: 100%;
	height: 100%;
	color: #ffffff;
	background-color: transparent;
	font-size: 14px !important;
}



.fInquiry form li.code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}


.fInquiry form li.message {
	width: 100%;
	height: 68px;
	padding: 9px 9px;
}


.fInquiry form li.code {
	width: 100%;
	padding: 0px;
}


.fInquiry form li.code input {
	flex: 1;
	padding: 0 9px;
}


.fInquiry form li.code .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	max-width: 80px;
	height: 100%;
	background-color: #f3fbfe;
}

.fInquiry form li.code .codeImg img {
	height: 100%;
}

.fInquiry form li.subBtn {
	padding: 0;
	border: none;
}


.fInquiry form li.subBtn input {
	background-color: #2a62ad;
	cursor: pointer;
	color: #fefefe;
	font-family: Poppins;
	font-size: 16px;
	text-transform: uppercase;
}



.fInquiry form li.subBtn input:hover {
	background-color: #ffffff;
	color: #2a62ad;
}



.fInquiry form input::-webkit-input-placeholder,
.fInquiry form textarea::-webkit-input-placeholder {
	font-size: 12px !important;
	color: #989898;
}

.fInquiry form input:-moz-placeholder,
.fInquiry form textarea:-moz-placeholder {
	font-size: 12px !important;
	color: #989898;
}

.fInquiry form input::-moz-placeholder,
.fInquiry form textarea::-moz-placeholder {
	font-size: 12px !important;
	color: #989898;
}

.fInquiry form input:-ms-input-placeholder,
.fInquiry form textarea:-ms-input-placeholder {
	font-size: 12px !important;
	color: #989898;
}



footer a,
footer p,
footer div {
	font-size: 16px;
	line-height: 26px;
	color: #e1e1e1;
}



footer .title {
	font-family: Poppins-SemiBold;
	font-size: 30px;
	line-height: 40px;
	color: #ffffff;
	display: block;
	text-transform: uppercase;
}




footer .copyright {
	color: #888787;
	margin-bottom: 4px;
}


footer .copyright a {
	display: inline;
	color: #888787;
}


footer .copyright a img {
	display: inline-block;
	margin-left: 5px;
}

footer .copyright a:hover img {
	transform: scale(1.1);
}

footer .links span {
	color: #888787;
}

footer .links a {
	margin-right: 10px;
	color: #888787;
}


footer .email a {
	word-break: break-all;
}


.fBottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
}

footer .blogrolls {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	margin-left: 30px;
}

footer .blogrolls a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px 0;
	font-size: 16px;
	margin-left: 15.5px;
	width: 32px;
	height: 32px;
	border-radius: 5px;
	border: solid 1px #ffffff;
	color: #ffffff;
}




footer .blogrolls a:hover {
	background-color: #2a62ad;
	border-color: #2a62ad;
	color: #ffffff !important;
}



@media screen and (max-width:1560px) {
	footer .footerList {
		padding: 50px 0;
		justify-content: space-between;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer .fLogo {
		width: 160px;
	}

	footer .footerList {
		padding: 40px 0;
	}

	footer .title {
		font-size: 22px;
		line-height: 30px;
	}

	footer .footerList .fContact {
		width: 22%;
	}

	footer .footerList .fInquiry form {
		margin-top: 21px;
	}
}


@media screen and (max-width:1333px) {
	footer .fLogo {
		width: 140px;
	}

	footer .title {
		font-size: 20px;
		line-height: 30px;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 24px;
	}

	footer .footerList .fProduct {
		width: 23%;
	}

	footer .footerList .fContact {
		width: 26%;
	}

	footer .footerList .fInquiry {
		width: 22%;
	}

	footer .copyright {
		margin-bottom: 10px;
	}

	footer .footerList {
		margin-bottom: 20px;
	}

	footer .blogrolls a {
		font-size: 14px;
	}
}

@media screen and (max-width:999px) {

	footer .footerList {
		padding: 30px 0;
		flex-wrap: wrap;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-bottom: 15px;
	}

	footer .footerList>li:last-child {
		margin-bottom: 0;
	}

	footer .footerList .box {
		margin-top: 10px;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
	}

	footer .title {
		font-size: 18px;
		line-height: 28px;
	}

	footer .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList .box {
		display: none;
		transition: none;
	}

	footer .footerList .box ul li {
		width: 48%;
		margin-bottom: 0;
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList .fInquiry form {
		margin-top: 15px;
	}

	footer .footerList .fInquiry ul li:nth-child(n) {
		width: 48%;
		margin-top: 15px;
	}

	footer .footerList .fInquiry ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList .fInquiry ul li.message {
		width: 100%;
	}

	footer .footerLinks a {
		width: 50%;
		margin-top: 15px;
		font-size: 14px;
	}

	footer .footerLinks a:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerLinks a img {
		width: 26px;
	}

	.fBottom {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	footer .blogrolls {
		margin-left: 0;
		margin-bottom: 15px;
	}

	footer .blogrolls a {
		margin-left: 0;
		margin-right: 15px;
	}

	footer .footerList .titBox {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	footer .footerList .titBox .meuBtn {
		width: 35px;
		height: 35px;
		font-size: 14px;
		font-weight: bold;
		color: #ffffff;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	footer .footerList .titBox .meuBtn.active {
		transform: rotate(90deg);
	}

	footer .footerList .fInquiry form {
		display: none;
		transition: none;
	}

	footer .footerList .fContact .box li:last-child {
		width: 100%;
	}


	footer {
		padding: 40px 0 60px 0;
	}

	footer .fLogo {
		width: 120px;
		margin-bottom: 30px;
	}
}


@media screen and (max-width:538px) {
	footer .footerList .box ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList .fInquiry ul li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerList .fInquiry ul li:nth-child(-n+1) {
		margin-top: 0;
	}

	footer .footerLinks a:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerLinks a img {
		width: 24px;
	}

	footer .footerLinks a:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList form ul li {
		height: 36px;
	}

	footer .fLogo {
		width: 110px;
		margin-bottom: 20px;
	}
}

/* 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: 70px;
	height: 70px;
	background-color: #f5f5f5;
	color: #ffffff;
	margin-bottom: 1px;
	margin-right: 3px;
	font-size: 30px;
	border-radius: 10px;
}

.lianxi div:nth-child(1) a {
	color: #1296bd;
}

.lianxi div:nth-child(2) a {
	color: #3ac34c;
}

.lianxi div:nth-child(3) div {
	color: #1aa02b;
}

.lianxi .top a {
	width: 70px;
	height: 70px;
	background-color: #f5f5f5;
	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 .top a i {
	font-weight: bold;
	font-size: 24px;
	color: #000000;
}


.lianxi .top:hover i {
	color: #ffffff;
}

.lianxi div div {
	cursor: pointer;
}

.lianxi div a:hover,
.lianxi div div:hover {
	background-color: #045bbb;
	color: #fff;
}

.clear2 {
	display: none;
}


.lianxi .code {
	position: relative;
}

.lianxi .code img {
	position: absolute;
	top: 0;
	right: 100%;
	width: 150px;
	height: 150px;
	max-width: none;
	transform: translateX(100%);
	z-index: -1;
	opacity: 0;
}

.lianxi .code:hover img {
	transform: translateX(0);
	opacity: 1;
}


@media screen and (max-width: 1760px) {

	.lianxi div a,
	.lianxi div div,
	.lianxi .top a {
		width: 55px;
		height: 55px;
		border-radius: 5px;
		font-size: 24px;
	}

	.lianxi .top a i {
		font-size: 20px;
	}


}

@media screen and (max-width: 999px) {

	.youlian {
		display: none;
	}

	.lianxi .top a {
		width: 25%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
	}

	.lianxi {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		border-top: 1px solid #fff;
		transform: translateY(0);
	}

	.lianxi div {
		width: 25%;
		float: left;
	}

	.lianxi div a,
	.lianxi div div {
		font-size: 20px;
		height: 42px;
		margin: auto;
		width: 100%;
		border-radius: 0px;
	}

	.lianxi .top i {
		border-color: #fff;
	}

	.lianxi .top a i {
		font-size: 18px;
	}

	.lianxi div a:hover,
	.lianxi div div:hover {
		background-color: #f5f5f5;
	}

	.lianxi div:nth-child(1) a:hover {
		color: #1296bd;
	}

	.lianxi div:nth-child(2) a:hover {
		color: #3ac34c;
	}

	.lianxi div:nth-child(3) div:hover {
		color: #1aa02b;
	}


	.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 .code.active div {
		background-color: #045bbb;
		color: #ffffff !important;
	}
}


@font-face {
	font-family: 'Poppins-Regular';
	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';
	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';
	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";
	font-display: swap;
	/* Project id 4576167 */
	src:
		url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
		url('../fonts/iconfont.woff?t=1741600772330') format('woff'),
		url('../fonts/iconfont.ttf?t=1741600772330') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-paper-full:before {
	content: "\ea0b";
}

.icon-jian:before {
	content: "\e612";
}

.icon-xiaohongshu:before {
	content: "\e69e";
}

.icon-zhiding:before {
	content: "\e68c";
}

.icon-youjian_:before {
	content: "\e6a6";
}

.icon-chuanzhen:before {
	content: "\e6b4";
}

.icon-shangjiantou:before {
	content: "\e60f";
}

.icon-yuyan:before {
	content: "\e684";
}

.icon-dingbu:before {
	content: "\e62d";
}

.icon-Youtube:before {
	content: "\e880";
}

.icon-liuyanjianyi:before {
	content: "\e62c";
}

.icon-shangchuan:before {
	content: "\e60b";
}

.icon-youjian:before {
	content: "\e624";
}

.icon-yonghu:before {
	content: "\e6b3";
}

.icon-pinterest1:before {
	content: "\f211";
}

.icon-jia1:before {
	content: "\e632";
}

.icon-xiazai:before {
	content: "\e682";
}

.icon-xiangyoujiantou:before {
	content: "\e68b";
}

.icon-xiangyoujiantou-copy:before {
	content: "\f1eb";
}

.icon-guanbi:before {
	content: "\e611";
}

.icon-zuosanjiao:before {
	content: "\e63e";
}

.icon-yousanjiao-copy:before {
	content: "\f1e8";
}

.icon-email-s:before {
	content: "\e65e";
}

.icon-douyin:before {
	content: "\e8db";
}

.icon-duigou-cu:before {
	content: "\e658";
}

.icon-facebook-fill:before {
	content: "\e88d";
}

.icon-linkedin1:before {
	content: "\f1e7";
}

.icon-weixin:before {
	content: "\e695";
}

.icon-jiantou_xiangzuo_o:before {
	content: "\eb92";
}

.icon-jiantou_xiangyou_o:before {
	content: "\eb94";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-phone3:before {
	content: "\e661";
}

.icon-line:before {
	content: "\e63f";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-left7:before {
	content: "\e724";
}

.icon-tel2-copy:before {
	content: "\f212";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-twitter4:before {
	content: "\e7fe";
}

.wuone {
	font-size: 14px;
	line-height: 30px;
}

.xunpanc {
	width: 100%;
	margin-top: 10px !important;
}

.xunpanc .table table tr td {
	font-size: 14px;

	line-height: 20px;
}

.xunpanc a {
	color: #333;
	font-size: 14px;
	line-height: 22px;
}

.xunpanc a:hover {
	color: #e94820
}

.listcart {
	width: 100%;

	margin-top: 20px;
}

.listcart a {
	display: inline-block;
	height: 30px;
	min-width: 150px;
	line-height: 30px;
	cursor: pointer;
	border: none;
	overflow: hidden;
	background: #2a62ad;
	cursor: pointer;

	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-size: 14px;

	margin-left: 10px;
	color: #fff;
}

.listcart a:hover {

	background: #333;
	color: #fff
}

@media screen and (max-width:767px) {
	.listcart a {
		width: 40%;
		margin-left: 2.5%;
		margin-right: 2.5%;
		padding-left: 0px;
		padding-right: 0px
	}

	.listcart {
		width: 100%;
		margin-top: 2rem
	}
}

@media screen and (max-width:420px) {
	.listcart a {
		width: 95% !important;
		float: none;
		overflow: hidden;
		margin-bottom: 1rem;
		margin-bottom: 1rem
	}
}

.indexBanner * {
	transition: none;
}

.indexBanner {
	position: relative;
}



.indexBanner a:hover img {
	transform: scale(1);
}


.indexBanner .swiper-slide {
	position: relative;
}


.indexBanner .swiper-slide .image img {
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	transform: scale(1.2);
}



.indexBanner .swiper-slide-active .image img {
	transform: scale(1);
}

.indexBanner .swiper-slide video,
.indexBanner .swiper-slide iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}



.indexBanner img {
	display: block;
}

.indexBanner a:hover img {
	transform: scale(1, 1);
}



.indexBanner .signs {
	position: absolute;
	z-index: 99;
	left: 50%;
	transform: translateX(-50%);
	bottom: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0 20px;
	display: none;
}

.indexBanner .signs .swiper-pagination {
	position: static;
}


.indexBanner .signs span {
	display: inline-block;
}

.indexBanner .signs span {
	cursor: pointer;
	font-size: 0px;
	margin-left: 4.5px;
	margin-right: 4.5px;
	border: none;
	outline: none;
	width: 10px;
	height: 10px;
	background-color: #ffffff;
	border-radius: 50%;
	opacity: 1;
	transition: .4s ease all;
}

.indexBanner .signs span.swiper-pagination-bullet-active {
	background-color: #184691;
}



.indexBanner .btns>div {
	width: 80px;
	height: 80px;
	border: 0px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	z-index: 999;
	top: 53.3%;
	position: absolute;
	transform: translateY(-50%);
	color: #fff;
	border: 1px solid #ffffff;
	background-color: transparent;
	font-size: 22px;
	transition: .4s ease all;
}


.indexBanner .btns>div.prev {
	left: 56px;
}

.indexBanner .btns>div.next {
	right: 56px;
}


.indexBanner .btns>div.prev:hover,
.indexBanner .btns>div.next:hover {
	background-color: #ffffff;
	color: #2a62ad;
}



@media screen and (max-width:1750px) {

	.indexBanner .btns>div {
		width: 65px;
		height: 65px;
		font-size: 20px;
	}
}


@media screen and (max-width:1560px) {

	.indexBanner .btns>div {
		width: 55px;
		height: 55px;
		font-size: 18px;
	}
}

@media screen and (max-width:1333px) {

	.indexBanner .btns>div {
		width: 45px;
		height: 45px;
		font-size: 16px;
	}
}


@media screen and (max-width:999px) {

	.indexBanner .btns>div {
		display: none !important;
	}


	.indexBanner .signs {
		display: block !important;
		bottom: 20px;
	}

	.indexBanner .signs span {
		margin: 0 8px !important;
	}
}

@media screen and (max-width:768px) {
	.indexBanner .signs {
		bottom: 15px;
	}
}

@media screen and (max-width:538px) {
	.indexBanner .signs {
		bottom: 10px;
	}

	.indexBanner .signs span {
		margin: 0 6px !important;
	}
}




.iNews .btns>div {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    font-size: 24px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    border: solid 1px #2a62ad;
    color: #2a62ad;
}
.iNews .btns>div.prev {
    left: 5%;
}
.iNews .btns>div.next {
    right: 5%;
}
@media screen and (max-width:1560px) {
    .iNews .btns>div {
		width: 60px;
		height: 60px;
		font-size: 18px;
	}
}
@media screen and (max-width:1333px) {
    .iNews .btns>div {
        width: 50px;
        height: 50px;
        font-size: 14px;
    }
}
@media screen and (max-width:999px) {
    .iNews .btns>div {
        width: 40px;
        height: 40px;
        font-size: 12px;
    }
}
@media screen and (max-width: 768px){
    .iNews .btns {
        display: flex;
        align-items: center;
        justify-content: center;
    }
	.iNews .btns>div {
		position: static;
		transform: translateY(0);
		border-color: #2a62ad;
		color: #2a62ad;
		margin-top: 35px;
	}
	.iNews .btns>div.prev {
        margin-right: 20px;
    }
}