@charset "utf-8";

/* common */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	border: none;
	text-decoration: none;
	transition: all .4s ease;
}

body {
	margin: 0 auto;
	font-family: Poppins-Regular, Arial, sans-serif;
	font-size: 16px;
	height: 100%;
	background-color: #fff;
	color: #666666;
	direction: rtl;  
}

ul {
	list-style: none;
}

html {
	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: #015299;
}

.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: 1500px;
	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:1660px) {
	.standardRange {
		padding: 80px 0 80px 0 !important;
	}

	.innerRange {
		padding: 50px 0 80px 0 !important;
	}
}


@media screen and (max-width:1333px) {
	.standardRange {
		padding: 60px 0 60px 0 !important;
	}

	.innerRange {
		padding: 50px 0 60px 0 !important;
	}
}

@media screen and (max-width:999px) {
	.standardRange {
		padding: 50px 0 50px 0 !important;
	}

	.innerRange {
		padding: 50px 0 50px 0 !important;
	}
}

@media screen and (max-width:768px) {
	.standardRange {
		padding: 40px 0 40px 0 !important;
	}

	.innerRange {
		padding: 40px 0 40px 0 !important;
	}
}





@media screen and (max-width:1660px) {
	.standardTxt .title1 {
		font-size: 36px !important;
		line-height: 48px !important;
	}

	.standardTxt .title2 {
		font-size: 30px !important;
		line-height: 42px !important;
	}
}

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 30px !important;
		line-height: 42px !important;
	}

	.standardTxt .title2 {
		font-size: 26px !important;
		line-height: 38px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .btn {
		font-size: 16px !important;
	}
}

@media screen and (max-width:999px) {
	.standardTxt .title1 {
		font-size: 26px !important;
		line-height: 38px !important;
	}

	.standardTxt .title2 {
		font-size: 22px !important;
		line-height: 34px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 14px !important;
		line-height: 26px !important;
	}

	.standardTxt .btn {
		font-size: 14px !important;
	}

}

@media screen and (max-width:768px) {
	.standardTxt .title1 {
		font-size: 22px !important;
		line-height: 34px !important;
	}

	.standardTxt .title2 {
		font-size: 20px !important;
		line-height: 32px !important;
	}
}








.oneRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.twoRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.threeRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.foreRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}


.clear {
	clear: both;
}

/* xnav */
header .xnav {
	display: none;
}

@media screen and (max-width:999px) {
	header .xnav {
		display: block;
	}

	header .xnav .nav {
		position: fixed;
		width: 35px;
		height: 24px;
		background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
		left: 80px;
		top: 30px;
		transform: translateY(-50%);
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999;
	}

	header .xnav .nav span {
		display: block;
		width: 20px;
		height: 2px;
		background: #ffffff;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: 50%;
		transition: 0.8s;
		z-index: 99999991
	}

	header .xnav .nav .nav1 {
		margin-top: -1px;
	}

	header .xnav .nav .nav2 {
		margin-top: -8px;
	}

	header .xnav .nav .nav3 {
		margin-top: 6px;
	}

	header .xnav .nav:hover .nav1 {
		width: 25px;
	}

	header .xnav .navh .nav1 {
		transform: rotate(45deg)
	}

	header .xnav .navh .nav2 {
		transform: rotate(-45deg);
		width: 10px;
		margin-left: -1px;
		margin-top: -5px;
	}

	header .xnav .navh .nav3 {
		transform: rotate(-45deg);
		width: 9px;
		margin-top: 3px;
		margin-left: -8px;
	}

	header .xnav .navh:hover .nav2 {
		margin-top: -8px;
		margin-left: 7px;
	}

	header .xnav .navh:hover .nav3 {
		margin-top: 5px;
		margin-left: -12px;
	}

	header .xnav .smdaohang {
		position: fixed;
		width: 300px;
		height: 0px;
		overflow: auto;
		top: 0px;
		right: 0px;
		background: linear-gradient(90deg, rgba(17, 43, 129, 95) 0%, rgba(73, 169, 229, .95) 100%);
		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: 100%;
		height: 26px;
		border: 1px solid #fff;
		position: relative;
		background: #fff;
		border-radius: 13px;
	}

	header .xnav .smdaohang form input {
		color: #333333;
	}

	header .xnav .smdaohang form .iptc {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		background-color: #fff;
		width: 80%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: left;
		border-radius: 10px;
	}

	header .xnav .smdaohang form .ipsc {
		width: 20%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: right;
		background: transparent;
		position: relative;
		z-index: 99;
	}

	header .xnav .smdaohang form i {
		position: absolute;
		right: 10px;
		top: 4px;
	}
}

/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, 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');
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
	touch-action: pan-y
}

.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-3d {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
	transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
	scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
	transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-lock {
	display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move;
	touch-action: none
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}






/* public */

.title1 {
	color: #333;
	font-family: Poppins-SemiBold;
	font-size: 48px;
	line-height: 62px;
}

.title2 {
	color: #333;
	font-family: Poppins-SemiBold;
	font-size: 36px;
	line-height: 54px;
}


a.title1 {
	display: inline-block;
	position: relative;
}


a.title2 {
	display: inline-block;
	position: relative;
}


a.title1::after,
a.title2::after {
	content: attr(title);
	display: block;
	overflow: hidden;
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: .4s ease all;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	box-sizing: border-box;
}

a.title1:hover,
a.title2:hover {
	color: transparent !important;
}

a.title1:hover::after,
a.title2:hover::after {
	opacity: 1;
}



.font18 {
	font-size: 18px;
	line-height: 30px;
}

.defaultColor {
	color: #333333;
}


.fontSbold {
	font-family: Poppins-SemiBold;
}

.fontMedium {
	font-family: Poppins-Medium;
}

.fontRegular {
	font-family: Poppins-Regular;
}


.font16 {
	font-size: 16px;
	line-height: 28px;
}

.standardEdit p {
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}

.lrTit {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.cBtn {
	padding: 11px 17px 11px 23px;
	font-size: 18px;
	line-height: 28px;
	font-family: Poppins-Medium;
	color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	align-items: center;
	position: relative;
	width: max-content;
	max-width: 100%;
}

.cBtn i {
	flex-shrink: 0;
	margin-right: 8px;
	transform: rotate(-45deg);
}

.cBtn::after,
.cBtn::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: .4s ease all;
	box-sizing: border-box;
}

.cBtn::after {
	background: linear-gradient(90deg, #0D772A 0%, #73C139 100%);
	opacity: 0;
}

.cBtn::before {
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
	opacity: 1;
}


.cBtn:hover::after {
	opacity: 1;
}

.cBtn:hover::before {
	opacity: 0;
}


.cBtn:hover {
	background-color: transparent;
	color: #ffffff;
}

.cBtn:hover i:after {
	opacity: 0;
}


.greyBg {
	background-color: #F6F6F7;
}


.swiperBox {
	position: relative;
}



/* sBtns */

.sBtns {
	display: flex;
	align-items: center;
	justify-content: center;
}


.sBtns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 40px;
	position: relative;
	z-index: 9;
	cursor: pointer;
	border: 1px solid rgba(0, 0, 0, .2);
}

.sBtns>div i {
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
}

.sBtns>div::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	transform: translateX(-50%) translateY(-50%);
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
	transition: .4s ease all;
	z-index: -1;
	opacity: 0;
}


.sBtns>div.prev::after,
.sBtns>div.prev {
	border-radius: 50px 0 0 50px;
}

.sBtns>div.next::after,
.sBtns>div.next {
	border-radius: 0 50px 50px 0;
}


.sBtns>div:hover::after {
	opacity: 1;
}

.sBtns>div:hover {
	border-color: transparent;
}


.sBtns>div:hover i {
	filter: grayscale(100%) brightness(500%);
}

.sBtns>div.prev {
	margin-right: 10px;
}

.sBtns>div.swiper-button-disabled {
	pointer-events: none;
}


.sBtns2>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	font-size: 16px;
	position: relative;
	z-index: 9;
	cursor: pointer;
	border: 1px solid #000;
	color: #000;
	border-radius: 50%;
	z-index: 9;
	background-color: #ffffff;
}


.sBtns2>div::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	z-index: -1;
	background-image: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
	opacity: 0;
	border-radius: 50px;
	transition: .4s ease all;
}

.sBtns2>div:hover::after {
	opacity: 1;
}

.sBtns2>div:hover {
	color: #ffffff;
	border-color: transparent;
	background-color: transparent;
}

.sBtns2>div.prev {
	margin-right: 10px;
}

.sBtns2>div.swiper-button-disabled {
	pointer-events: none;
}

.swiperBox .sBtns2>div {
	position: absolute;
	top: 50%;
	font-weight: bold;
	font-size: 18px;
	transform: translateY(-50%);
}

.swiperBox .sBtns2>div.prev {
	left: -90px;
}

.swiperBox .sBtns2>div.next {
	right: -90px;
}



/* allnav */

nav {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 9999;
	background-color: #ffffff;
}

nav.active {
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
}

nav .logo:hover img {
	transform: none;
}

.bannerRange {
	height: 100px;
}

html {
	scroll-padding-top: 100px;
}


nav .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

nav .logo {
	width: 194px;
	flex-shrink: 0;
}



nav .navList {
	display: flex;
	align-items: center;
}

nav .navList>ul {
	display: flex;
	align-items: center;
}

nav .navList>ul>li {
	margin-left: 36.5px;
	position: relative;
}

nav .navList>ul>li:last-child {
	margin: 0;
}

nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 100px;
	font-size: 18px;
	line-height: 100px;
	position: relative;
}



.linearTit {
	position: relative;
	cursor: pointer;
}

.linearTit::after {
	content: attr(title);
	display: block;
	overflow: hidden;
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: .4s ease all;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	box-sizing: border-box;
}


.linearTit:hover {
	color: transparent !important;
}

.linearTit:hover::after {
	opacity: 1;
}

nav .navList>ul>li.active>a{
	color: transparent;
}

nav .navList>ul>li.active>a::after{
	opacity: 1;
}

nav .btns {
	display: flex;
	align-items: center;
	margin-right: 28px;
}



nav .btns .search {
	height: 100px;
	display: flex;
	align-items: center;
	position: relative;
}


nav .btns .search .searchBtn {
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}


nav .btns .search .searchBtn img {
	width: 21px;
}

nav .btns .search .searchBtn img:nth-child(1) {
	opacity: 0;
}

nav .btns .search .searchBtn img:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

nav .btns .search .searchBtn:hover img:nth-child(1) {
	opacity: 1;
}

nav .btns .search .searchBtn:hover img:nth-child(2) {
	opacity: 0;
}

nav .btns .search form {
	position: absolute;
	right: 0;
	top: 100%;
	background-color: #ffffff;
	height: 30px;
	width: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	overflow: hidden;
}


nav .btns .search form.active {
	width: 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: 30px;
	width: 30px;
}

nav .btns .search form .subBtn img {
	width: 18px;
	height: 18px;
	filter: grayscale(100%) brightness(60%);
}

nav .btns .search form .subBtn:hover img {
	filter: grayscale(0%) brightness(100%);
}


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: 100px;
	display: flex;
	align-items: center;
	position: relative;
}


nav .btns .line {
	width: 1px;
	height: 20px;
	background-color: #666;
	opacity: .3;
	flex-shrink: 0;
	margin: 0 16px 0 16px;
}


nav .btns .lanBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}


nav .btns .lanBtn span {
	color: #666;
	font-size: 16px;
	line-height: 28px;
	margin: 0 8px 0 9px;
}


nav .btns .lanBtn .earth {
	width: 21px;
	height: 21px;
	position: relative;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

nav .btns .lanBtn .earth img:nth-child(1) {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

nav .btns .lanBtn:hover .earth img:nth-child(2) {
	opacity: 0;
}

nav .btns .lanBtn:hover .earth img:nth-child(1) {
	opacity: 1;
}

nav .btns .lanBtn .lanArr {
	width: 10px;
	height: 10px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

nav .btns .lanBtn .lanArr img:nth-child(1) {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

nav .btns .lanBtn:hover .lanArr img:nth-child(2) {
	opacity: 0;
}

nav .btns .lanBtn:hover .lanArr img:nth-child(1) {
	opacity: 1;
}

nav .btns .lanBtn.active .lanArr {
	transform: rotate(-180deg);
}

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: 20px 0;
}

nav .btns .language ul a {
	padding: 0 20px;
	color: #333333;
	font-size: 18px;
	line-height: 28px;
}

nav .btns .language ul a::after {
	padding: 0 20px;
}

nav .btns .language ul li {
	margin-bottom: 12px;
}

nav .btns .language ul li:last-child {
	margin-bottom: 0;
}



/* moreList */

.moreList,
.moreList ul {
	position: absolute;
	background-color: #ffffff;
	width: max-content;
	max-width: 360px;
	display: none;
	transition: none;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
	z-index: 9;
}

.moreList ul {
	left: 100%;
	top: 0px;
}


.moreList {
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	padding: 30px 0;
}

.moreList li {
	position: relative;
	margin-bottom: 18px;
}

.moreList li:last-child {
	margin-bottom: 0;
}

.moreList a {
	padding: 0 30px;
	color: #333;
	font-size: 18px;
	line-height: 28px;
}

.moreList a::after {
	padding: 0 30px;
}

@media screen and (max-width:1660px) {
	nav .navList>ul>li>a {
		height: 80px;
		line-height: 80px;
		font-size: 16px;
	}

	nav .btns .language,
	nav .btns .search,
	.bannerRange {
		height: 80px;
	}

	html {
		scroll-padding-top: 80px;
	}

	nav .logo {
		width: 150px;
	}

	nav .navList>ul>li {
		margin-right: 20px;
	}

	nav .btns .line {
		margin: 0 14px;
	}

	nav .btns {
		margin-left: 24px;
	}

	nav .btns .search .searchBtn img {
		width: 18px;
	}

	nav .btns .lanBtn .earth {
		width: 18px;
		height: 18px;
	}

	.moreList {
		padding: 16px 0;
	}

	.moreList a {
		font-size: 16px;
		line-height: 26px;
		padding: 0 16px;
	}

	.moreList a::after {
		padding: 0 16px;
	}

	.moreList li {
		margin-bottom: 14px;
	}

	nav .btns .language ul {
		padding: 16px 0;
	}

	nav .btns .language ul a {
		padding: 0 16px;
		font-size: 16px;
		line-height: 26px;
	}

	nav .btns .language ul a::after {
		padding: 0 16px;
	}

	nav .btns .language ul li {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:1333px) {
	nav .navList {
		flex-direction: column-reverse;
		align-items: flex-end;
	}

	nav .btns .language,
	nav .btns .search {
		height: 30px;
	}

	nav .navList>ul>li>a {
		height: 50px;
		line-height: 50px;
	}

	.moreList {
		padding: 12px 0;
	}

	.moreList li {
		margin-bottom: 12px;
	}

	nav .btns .search form {
		top: 50%;
		transform: translateY(-50%);
		right: calc(100% + 10px);
		height: 24px;
	}

	nav .btns .search form .subBtn {
		height: 24px;
		width: 24px;
	}

	nav .btns .search form .subBtn img {
		width: 16px;
		height: 16px;
	}

	nav .btns .search form.active {
		width: 240px;
	}

	nav .btns .search form input {
		font-size: 14px !important;
	}

	input::-webkit-input-placeholder {
		font-size: 14px !important;
	}

	input:-moz-placeholder {
		font-size: 14px !important;
	}

	input::-moz-placeholder {
		font-size: 14px !important;
	}

	input:-ms-input-placeholder {
		font-size: 14px !important;
	}

	nav .btns .language ul {
		padding: 10px 0;
		top: calc(100% + 6px);
	}

	nav .btns .language ul a {
		padding: 0 10px;
		font-size: 14px;
		line-height: 24px;
	}

	nav .btns .language ul a::after {
		padding: 0 10px;
	}
}

@media screen and (max-width:1200px) {
	.bannerRange {
		height: 100px;
	}

	html {
		scroll-padding-top: 100px;
	}

	nav .navList>ul {
		flex-wrap: wrap;
		justify-content: flex-end;
	}

	nav .navList>ul>li>a {
		height: 35px;
		line-height: 35px;
	}

	nav .navList>ul>li {
		margin-right: 0;
		margin-left: 30px;
	}

	nav .navList>ul>li:nth-child(1) {
		margin-right: 0;
	}

	nav .logo {
		flex-shrink: 0;
		margin-right: 5%;
	}

	.moreList a {
		font-size: 14px;
		line-height: 24px;
	}

	nav .btns .lanBtn span {
		font-size: 14px;
		line-height: 24px;
	}

	nav .logo {
		width: 140px;
	}
}

@media screen and (max-width:999px) {
	nav .navList>ul {
		display: none;
	}

	.bannerRange,
	nav {
		height: 60px;
	}

	html {
		scroll-padding-top: 60px;
	}


	nav .con {
		height: 100%;
	}


	nav .logo {
		width: 130px;
		margin-right: 0;
	}

	nav .btns {
		position: static;
		margin-right: 0;
		margin-left: 60px;
	}

	nav .btns .line,
	nav .btns .search {
		display: none;
	}

	nav .btns .language {
		height: 60px;
	}

	nav .btns .language ul {
		top: 100%;
	}
}

@media screen and (max-width:768px) {

	.bannerRange,
	nav,
	nav .btns .language {
		height: 50px;
	}

	html {
		scroll-padding-top: 50px;
	}

	nav .logo {
		width: 105px;
	}

	header .xnav .nav {
		right: 25px;
		top: 25px;
	}
}

@media screen and (max-width:538px) {
	header .xnav .nav {
		right: 15px;
	}
}



/* indexbanner */


.indexBanner {
	position: relative;
	transition: none;
	padding-bottom: 26.04%;
}


.indexBanner .swiper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


.indexBanner a:hover img {
	transform: scale(1);
}


.indexBanner .swiper-slide {
	position: relative;
}

.indexBanner .swiper-slide .image {
	height: 100%;
}

.indexBanner .swiper-slide .image img {
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.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;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0 20px;
	display: none;
}



.indexBanner .btns>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	cursor: pointer;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.indexBanner .btns>div img {
	filter: grayscale(100%) brightness(500%);
}

.indexBanner .btns>div.prev {
	left: 2%;
}

.indexBanner .btns>div.prev img {
	transform: rotateY(180deg);
}

.indexBanner .btns>div.next {
	right: 2%;
}


.indexBanner .btns>div:hover img {
	filter: grayscale(0%) brightness(100%);
}


.indexBanner .msg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	display: flex;
	align-items: center;
}


.indexBanner .msg .title1 {
	color: #ffffff;
}



.font32 {
	font-size: 32px;
	line-height: 52px;
}


.indexBanner .msg .tips {
	color: #ffffff;
	margin-top: 13px;
}


.indexBanner .msg .cBtn {
	margin-top: 46px;
}



@media screen and (max-width:1660px) {
	.indexBanner .btns>div {
		width: 42px;
		height: 42px;
	}

	.indexBanner .btns>div.prev {
		left: 26px;
	}

	.indexBanner .btns>div.next {
		right: 26px;
	}

	.font32 {
		font-size: 24px;
		line-height: 36px;
	}

	.cBtn {
		border-radius: 5px;
		padding: 6px 16px;
		font-size: 16px;
		line-height: 26px;
	}

	.cBtn i {
		margin-left: 10px;
	}

	.indexBanner .msg .cBtn {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.font32 {
		font-size: 18px;
		line-height: 30px;
	}

	.indexBanner .btns>div {
		width: 36px;
		height: 36px;
	}

	.indexBanner .msg .cBtn {
		margin-top: 30px;
	}

	.cBtn {
		padding: 6px 16px;
	}
}

@media screen and (max-width:999px) {
	.indexBanner .btns>div {
		display: none;
	}

	.font32 {
		font-size: 16px;
		line-height: 26px;
	}

	.indexBanner .msg .tips {
		margin-top: 10px;
	}

	.indexBanner .msg .cBtn {
		margin-top: 20px;
	}

	.cBtn {
		font-size: 14px;
		line-height: 24px;
		padding: 4px 16px;
	}

	.cBtn i {
		font-size: 14px;
	}

	.indexBanner .msg {
		padding-bottom: 20px;
	}

	.indexBanner .signs {
		display: flex;
		bottom: 10px;
	}

	.indexBanner .swiper-pagination {
		position: static;
	}

	.indexBanner .swiper-pagination span {
		background-color: #ffffff;
		opacity: 1;
		position: relative;
		overflow: hidden;
		border-radius: 50%;
	}

	.indexBanner .swiper-pagination span::after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
		opacity: 0;
		transition: .4s ease all;
	}

	.indexBanner .swiper-pagination span.swiper-pagination-bullet-active {
		background-color: transparent;
	}

	.indexBanner .swiper-pagination span.swiper-pagination-bullet-active::after {
		opacity: 1;
	}
}


@media screen and (max-width:750px) {
	.indexBanner .msg {
		display: none;
	}

	.indexBanner {
		padding-bottom: 80%;
	}
}



/* indexM1-1 */

.iTit {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.iTit .sign {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	background: linear-gradient(90deg, #0D772A 0%, #73C139 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.iTit .title1 {
	text-align: center;
	margin-top: 3px;
}

.productCategory {
	padding: 79px 0 79px 0;
	overflow: hidden;
}

.productCategory .swiperBox {
	margin-top: 50px;
}


.radio20 {
	border-radius: 20px;
	overflow: hidden;
}


.productCategory .swiper {
	overflow: visible;
}

.productCategory .swiper-slide {
	height: auto;
	position: relative;
	opacity: 0;
	transition: .4s ease opacity;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.10);
}

.productCategory .swiper-wrapper {
	pointer-events: none;
}

.productCategory .swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}

.productCategory .swiper-slide:hover .image img {
	transform: scale(1.1);
}

.productCategory .swiper-slide .tit {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 44px 20px 41px;
	background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
	pointer-events: none;
}


.productCategory .swiper-slide .tit a {
	color: #ffffff;
	pointer-events: all;
}


.productCategory .swiper-slide .image {
	overflow: hidden;
}

.font24 {
	font-size: 24px;
	line-height: 35px;
}


.productCategory .cBtn {
	margin: 0 auto;
	margin-top: 50px;
}

@media screen and (max-width:1750px) {
	.sBtns2>div {
		width: 42px;
		height: 42px;
	}

	.swiperBox .sBtns2>div {
		font-size: 16px;
	}

	.swiperBox .sBtns2>div.next {
		right: -60px;
		transform: scaleX(-1);
	}

	.swiperBox .sBtns2>div.prev {
		left: -60px;
	}
}


@media screen and (max-width:1660px) {
	.radio20 {
		border-radius: 10px;
	}

	.iTit .sign {
		font-size: 16px;
		line-height: 26px;
	}

	.iTit .title1 {
		margin-top: 10px;
	}

	.productCategory .swiperBox {
		margin-top: 40px;
	}

	.productCategory .cBtn {
		margin-top: 40px;
	}

	.productCategory .swiper-slide .tit {
		padding: 30px 20px;
	}

	.font24 {
		font-size: 22px;
		line-height: 34px;
	}
}

@media screen and (max-width:1333px) {
	.font24 {
		font-size: 20px;
		line-height: 32px;
	}

	.productCategory .swiper-slide .tit {
		padding: 24px 14px;
	}

	.radio20 {
		border-radius: 5px;
	}

	.productCategory .swiperBox,
	.productCategory .cBtn {
		margin-top: 30px;
	}

	.sBtns2>div {
		width: 40px;
		height: 40px;
	}

	.swiperBox .sBtns2>div {
		font-size: 14px;
	}
}

@media screen and (max-width:999px) {
	.iTit .sign {
		font-size: 14px;
		line-height: 24px;
	}

	.font24 {
		font-size: 18px;
		line-height: 30px;
	}

	.swiperBox .sBtns2>div {
		font-size: 12px;
		width: 38px;
		height: 38px;
	}

	.productCategory .swiperBox,
	.productCategory .cBtn {
		margin-top: 26px;
	}
}

@media screen and (max-width:768px) {
	.swiperBox .sBtns2>div {
		position: static;
		margin-top: 20px;
		transform: translateY(0);
		width: 36px;
		height: 36px;
	}

	.swiperBox .sBtns2 {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.swiperBox .sBtns2>div.prev {
		margin-left: 20px;
		transform: scaleX(-1);
		/* display: inline-block; */
	}
}

@media screen and (max-width:450px) {
	.productCategory .swiperBox {
		max-width: 340px;
		margin-left: auto;
		margin-right: auto;
	}
}


/* indexM2-1 */

.sTit {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.sTit .iTit {
	align-items: flex-start;
}

.sTit .iTit .sign {
	text-align: left;
}

.sTit .iTit .title1 {
	text-align: left;
}

.sTit .sBtns {
	flex-shrink: 0;
	margin-left: 40px;
	margin-bottom: 10px;
}


.iSolutions {
	padding-bottom: 80px;
	overflow: hidden;
}


.solutionList {
	height: 556px;
	overflow: hidden;
	display: flex;
	margin-top: 40px;
}

.solutionList .item {
	width: 15.783%;
	height: 100%;
	overflow: hidden;
	margin-left: 0.95%;
	position: relative;
	flex-shrink: 0;
	transition: .4s ease all;
}

.solutionList .item.active {
	width: 49.8%;
}

.solutionList .item:last-child {
	margin-right: 0;
}


.solutionList .item .image {
	height: 100%;
	position: relative;
}


.solutionList .item .image::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(102, 102, 102, 0.00) 100%);
}

.solutionList .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.solutionList .msg {
	padding: 32px 40px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-direction: column;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
}


.solutionList .item.active .msg {
	pointer-events: all;
	opacity: 1;
}

.solutionList .tit {
	color: #FFF;
}



.solutionList .txts {
	color: #FFF;
	margin-top: 10px;
}


.solutionList .btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	border: 1px solid rgba(255, 255, 255, 0.50);
	background: rgba(255, 255, 255, 0.10);
	position: absolute;
	z-index: 9;
	left: 18px;
	top: 30px;
	color: #FFF;
	text-align: center;
	font-family: Poppins-Regular, Arial, sans-serif;
	font-size: 16px;
	opacity: 0;
	pointer-events: none;
}

.solutionList .btn i {
	transform: translateY(5px) rotate(-45deg);
	color: #ffffff;
	font-size: 22px;
	margin-bottom: 34px;
}

.solutionList .btn:hover {
	border-color: #4A90E2;
	background-color: rgba(74, 144, 226, .1);
}

.solutionList .item.active .btn {
	opacity: 1;
	pointer-events: all;
}


.solutionList .item.active .smallTit {
	opacity: 0;
}

.solutionList .smallTit {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #ffffff;
	pointer-events: none;
	padding: 31px 22px;
}

.txtCenter,
.txtCenter p {
	text-align: center;
}


@media screen and (max-width:1660px) {

	.solutionList .msg,
	.solutionList .smallTit {
		padding: 30px 20px;
	}

	.sTit .sBtns {
		margin-bottom: 0;
	}

	.solutionList .btn i {
		transform: rotate(-45deg);
		margin-bottom: 10px;
	}

	.solutionList .btn {
		width: 130px;
		height: 130px;
	}

	.solutionList {
		height: 460px;
	}

	.font18 {
		font-size: 16px;
		line-height: 28px;
	}

}


@media screen and (max-width:1333px) {

	.solutionList .msg,
	.solutionList .smallTit {
		padding: 20px;
	}

	.solutionList {
		height: 400px;
	}

	.solutionList .btn {
		top: 20px;
		left: 20px;
		width: 120px;
		height: 120px;
	}

	.solutionList .tit {
		font-size: 18px;
		line-height: 30px;
	}

	.solutionList {
		margin-top: 30px;
	}

	.sBtns>div {
		height: 32px;
	}

	.iSolutions {
		padding-bottom: 60px;
	}

	.solutionList {
		margin-top: 30px;
	}
}


@media screen and (max-width:999px) {
	.solutionList {
		justify-content: space-between;
	}

	.solutionList .item:nth-child(n) {
		width: 49%;
		margin-right: 0;
		margin-top: 20px;
		height: 300px;
	}

	.solutionList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.iSolutions .sTit .sBtns {
		display: none;
	}

	.solutionList {
		height: auto;
		flex-wrap: wrap;
		margin-top: 40px;
	}

	.solutionList .msg {
		opacity: 1;
		pointer-events: all;
	}

	.solutionList .smallTit {
		display: none;
	}

	.solutionList .btn {
		opacity: 1;
	}

	.solutionList .btn {
		width: 100px;
		height: 100px;
		font-size: 14px;
	}

	.solutionList .btn i {
		font-size: 18px;
	}

	.solutionList .txts {
		margin-top: 10px;
	}

	.font18 {
		font-size: 14px;
		line-height: 26px;
	}

	.iSolutions {
		padding-bottom: 50px;
	}

	.solutionList {
		margin-top: 26px;
	}

	.font16 {
		font-size: 14px;
		line-height: 26px;
	}
}


@media screen and (max-width:768px) {
	.solutionList .msg {
		padding: 20px 15px;
	}

	.iSolutions {
		padding-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.sTit {
		flex-direction: column;
		align-items: flex-start;
	}

	.sTit .sBtns {
		margin-left: 0;
	}

	.sTit .sBtns>div {
		margin-top: 20px;
	}
}

@media screen and (max-width:450px) {
	.solutionList .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.solutionList .item:nth-child(1) {
		margin-top: 0;
	}
}




/* indexM3-1 */


.imgBg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -2;
}

.imgBg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.iAboutUs {
	position: relative;
}


.iAboutUs .con {
	padding: 110px 0 87px 0;
}


.iTit .title2 {
	text-align: center;
	margin-top: 5px;
}

.iAboutUs .title2 {
	color: #ffffff;
}

.iAboutUs .tips {
	color: #ffffff;
	margin-top: 24px;
}

.iAboutUs .cBtn {
	margin: 0 auto;
	margin-top: 82px;
}


.iAboutUs .piece {
	height: 90px;
}


.iNumList {
	margin-top: -90px;
	position: relative;
	z-index: 9;
}

.numList {
	background-color: #ffffff;
	padding: 47px 37px 29px 38px;
	display: flex;
	flex-wrap: wrap;
	background: #FFF;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.numList .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 20%;
	padding: 0 20px;
}

.numList .num {
	display: flex;
	align-items: flex-end;
	text-align: center;
	font-family: Poppins-SemiBold;
	font-size: 48px;
	line-height: 48px;
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.numList .num i {
	color: #222;
	font-size: 16px;
	line-height: 30px;
	background-clip: border-box;
	-webkit-background-clip: border-box;
	-webkit-text-fill-color: currentcolor;
	font-style: normal;
	font-family: Poppins-Regular;
	flex-shrink: 0;
	margin-left: 0px;
	background: none;
}


.numList .name {
	color: #555;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	margin-top: 0px;
}




@media screen and (max-width:1660px) {
	.iAboutUs .cBtn {
		margin-top: 40px;
	}

	.numList {
		padding: 36px 30px;
	}

	.numList .num {
		font-size: 36px;
		line-height: 36px;
	}

	.numList .name {
		margin-top: 6px;
	}

	.numList .num i {
		margin-left: 5px;
	}
}

@media screen and (max-width:1333px) {
	.iAboutUs .cBtn {
		margin-top: 30px;
	}

	.numList {
		padding: 30px 0px;
	}

	.numList .item {
		padding: 0 10px;
	}

	.numList .name {
		font-size: 14px;
		line-height: 24px;
	}

	.numList .num {
		font-size: 30px;
		line-height: 30px;
	}

	.numList .num i {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:999px) {
	.iNumList {
		margin-top: 50px;
	}

	.iAboutUs .piece {
		display: none;
	}

	.numList {
		justify-content: center;
	}

	.numList .item {
		width: 33.333%;
		margin-top: 24px;
	}

	.numList .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.numList .num {
		font-size: 26px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.numList {
		padding: 26px 0;
	}

	.iNumList {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.numList .item:nth-child(n) {
		width: 50%;
		margin-top: 24px;
	}

	.numList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.numList .num {
		font-size: 24px;
		line-height: 24px;
	}
}


@media screen and (max-width:450px) {
	.numList .item:nth-child(n) {
		width: 100%;
		margin-top: 24px;
	}

	.numList .item:nth-child(1) {
		margin-top: 0;
	}
}



/* indexM4-1 */

.iCustomization {
	padding: 84px 0 80px 0;
	overflow: hidden;
}

.customizationScope .swiperBox {
	margin-top: 57px;
}

.customizationScope .swiper {
	overflow: visible;
}

.customizationScope .swiper-slide {
	height: auto;
	padding: 28px 18px 37px 27px;
	position: relative;
	z-index: 2;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
	opacity: 0;
	transition: .4s ease opacity;
}


.customizationScope .swiper-wrapper {
	pointer-events: none;
}

.customizationScope .swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}


.customizationScope .swiper-slide::after,
.customizationScope .swiper-slide::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: .4s ease all;
}


.customizationScope .swiper-slide::after {
	background-color: #F6F6F7;
}

.customizationScope .swiper-slide::before {
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
	opacity: 0;
}


.customizationScope .swiper-slide:hover::after {
	opacity: 0;
}


.customizationScope .swiper-slide:hover::before {
	opacity: 1;
}


.customizationScope .swiper .sign {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	background-color: #ffffff;
}


.customizationScope .swiper .sign img {
	width: 52px;
}


.customizationScope .sign img:nth-child(2) {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	opacity: 0;
}


.customizationScope .swiper-slide:hover .sign img:nth-child(1) {
	opacity: 0;
}

.customizationScope .swiper-slide:hover .sign img:nth-child(2) {
	opacity: 1;
}

.font22 {
	font-size: 22px;
	line-height: 35px;
}


.customizationScope .tit {
	margin-top: 32px;
	color: #555;
}

.customizationScope .swiper-slide:hover .tit {
	color: #ffffff;
}

.customizationScope .txts {
	margin-top: 22px;
}


.customizationScope .txts p {
	color: #555;
}

.customizationScope .swiper-slide:hover .txts p {
	color: #ffffff;
}


@media screen and (max-width:1660px) {
	.customizationScope .swiperBox {
		margin-top: 40px;
	}

	.customizationScope .swiper-slide {
		padding: 30px 20px;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
	}

	.font22 {
		font-size: 20px;
		line-height: 32px;
	}

	.customizationScope .swiper .sign {
		width: 64px;
		height: 64px;
	}

	.customizationScope .swiper .sign img {
		width: 48px;
	}

	.customizationScope .tit {
		margin-top: 24px;
	}
}

@media screen and (max-width:1333px) {
	.font22 {
		font-size: 18px;
		line-height: 28px;
	}

	.customizationScope .txts {
		margin-top: 14px;
	}

	.customizationScope .swiper .sign {
		width: 60px;
		height: 60px;
	}

	.customizationScope .swiper .sign img {
		width: 42px;
		height: 42px;
	}

	.customizationScope .swiperBox {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.customizationScope .swiperBox {
		margin-top: 26px;
	}

	.customizationScope .swiper-slide {
		padding: 20px;
	}

	.font22 {
		font-size: 16px;
		line-height: 28px;
	}

	.customizationScope .tit {
		margin-top: 16px;
	}

	.customizationScope .swiper .sign {
		width: 55px;
		height: 55px;
	}

	.customizationScope .swiper .sign img {
		width: 38px;
		height: 38px;
	}
}

@media screen and (max-width:768px) {
	.customizationScope .swiper-slide {
		padding: 20px 15px;
	}
}

.iCustomization .customizationProcess {
	margin-top: 79px;
}


.customizationProcess {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.customizationProcess .show {
	width: 42.94%;
	display: flex;
	justify-content: space-between;
}


.customizationProcess .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.customizationProcess .show .image {
	width: 48.2%;
	height: 100%;
}

.customizationProcess .show .image:nth-child(2) {
	margin-top: 68px;
}

.customizationProcess .msg {
	width: 50.26%;
	margin-top: -1px;
}

.customizationProcess .msg .iTit {
	align-items: flex-start;
}

.customizationProcess .msg .iTit .sign {
	text-align: left;
}

.customizationProcess .msg .iTit .title1 {
	text-align: left;
}


.customizationProcess .msg .list {
	margin-top: 51px;
}


.customizationProcess .msg .list li {
	display: flex;
	align-items: flex-start;
	margin-top: 24px;
	color: #666666;
}

.customizationProcess .msg .list li:nth-child(1) {
	margin-top: 0;
}

.customizationProcess .msg .list li i {
	flex-shrink: 0;
	margin-right: 1px;
	margin-left: 10px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-image: linear-gradient(90deg, #0D772A 0%, #73C139 100%);
	color: #ffffff;
	font-style: normal;
}


.customizationProcess .msg .cBtn {
	margin-top: 42px;
}

@media screen and (max-width:1660px) {
	.customizationProcess .msg {
		margin-top: 0;
	}

	.customizationProcess .msg .list li {
		margin-top: 16px;
	}

	.customizationProcess .msg .list {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.customizationProcess .msg .list {
		margin-top: 30px;
	}

	.customizationProcess .msg .cBtn {
		margin-top: 30px;
	}

	.customizationProcess .msg .list li i {
		margin-top: -2px;
	}

	.iCustomization .customizationProcess {
		margin-top: 60px;
	}
}

@media screen and (max-width:999px) {
	.customizationProcess {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.customizationProcess .msg {
		width: 100%;
	}

	.customizationProcess .msg .list li i {
		width: 26px;
		height: 26px;
		line-height: 26px;
		margin-top: 0;
	}

	.customizationProcess .msg .list li {
		margin-top: 10px;
	}

	.customizationProcess .msg .list {
		margin-top: 26px;
	}

	.customizationProcess .msg .cBtn {
		margin-top: 30px;
	}

	.customizationProcess .show {
		width: 100%;
		margin: 0 auto;
		margin-top: 26px;
	}

	.iCustomization .customizationProcess {
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.iCustomization .customizationProcess {
		margin-top: 40px;
	}
}



/* indexM5-1 */

.touch {
	padding: 87px 0 83px 0;
	position: relative;
}


.touch .title1 {
	color: #ffffff;
}

.touch .txts {
	text-align: center;
	color: #FFF;
	font-size: 16px;
	line-height: 30px;
	margin: 0 auto;
	margin-top: 17px;
	max-width: 1200px;
}

.touch .cBtn {
	margin: 0 auto;
	margin-top: 41px;
}

@media screen and (max-width:1660px) {
	.touch .cBtn {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.touch .txts {
		font-size: 14px;
		line-height: 26px;
	}
}

/* indexM6-1 */

.successful {
	padding: 79px 0 80px 0;
	overflow: hidden;
}


.successful .swiperBox {
	margin-top: 50px;
}

.successful .swiper-slide {
	width: 32.1%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	margin-right: 1.8%;
	height: auto;
}


.successful .swiper-slide:nth-child(2n) {
	width: 32.2%;
}


.successful .swiper-slide:last-child {
	margin-right: 0;
}



.successful .item {
	flex: 1;
	margin-bottom: 26px;
}


.successful .item:last-child {
	margin-bottom: 0;
}


.successful .item {
	position: relative;
}

.successful .item .image {
	position: absolute;
	overflow: hidden;
	z-index: -1;
	height: 100%;
	width: 100%;
}


.successful .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.successful .item .image::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}

.successful .swiper-slide:nth-child(2n) .image::after {
	opacity: 0.8;
	background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}



.successful .item .msg {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 67px 30px 27px;
	height: 100%;
	transform: translateY(100%);
	opacity: 0;
	transition: .6s ease all;
}

.successful .item:hover .msg {
	transform: translateY(0%);
	opacity: 1;
}


.successful .item:hover .titPiece {
	opacity: 0;
}



.successful .item .msg .tit {
	color: #ffffff;
}

.successful .item .msg .line {
	width: 120px;
	height: 4px;
	background: linear-gradient(90deg, #0D772A 0%, #73C139 100%);
	margin-top: 11px;
}


.successful .swiper-slide:nth-child(2n) .txts {
	-webkit-line-clamp: 5;
}

.successful .item .msg .txts {
	color: #FFF;
	font-family: Poppins-Medium;
	font-size: 16px;
	line-height: 28px;
	margin-top: 23px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}



.successful .item .msg .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36.5px;
	height: 36.5px;
	border-radius: 50%;
	position: relative;
	z-index: 2;
	overflow: hidden;
	margin-top: 24px;
	flex-shrink: 0;
}


.successful .item .msg .btn i {
	color: #ffffff;
	font-size: 22px;
	transform: rotate(-45deg);
}


.successful .item .msg .btn::after,
.successful .item .msg .btn::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .4s ease all;
	z-index: -1;
}


.successful .item .msg .btn::after {
	background: linear-gradient(90deg, #0D772A 0%, #73C139 100%);
}

.successful .item .msg .btn::before {
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
	opacity: 0;
}


.successful .item .msg .btn:hover::after {
	opacity: 0;
}

.successful .item .msg .btn:hover::before {
	opacity: 1;
}


.successful .item .titPiece {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 7px 20px 20px;
	z-index: 2;
	pointer-events: none;
}

.successful .item .titPiece::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	height: 130px;
	opacity: 0.8;
	background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}


.successful .item .titPiece .tit {
	color: #ffffff;
}



.successful .item .titPiece .btn {
	flex-shrink: 0;
	margin-left: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #ffffff;
	overflow: hidden;
	margin-bottom: -11px;
}

.successful .item .titPiece .btn i {
	transform: rotate(-45deg);
	font-size: 20px;
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
}



.successful .cBtn {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	margin-top: 50px;
}

@media screen and (max-width:1660px) {
	.successful .swiperBox {
		margin-top: 40px;
	}

	.successful .item .msg {
		padding: 50px 20px 20px;
	}

	.successful .item .titPiece {
		padding: 20px 20px;
	}

	.successful .cBtn {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.successful .swiperBox {
		margin-top: 30px;
	}

	.successful .item .msg .line {
		width: 80px;
	}

	.successful .item .msg .btn {
		margin-top: 20px;
	}

	.successful .item .msg .btn i {
		font-size: 16px;
	}

	.successful .item .titPiece .btn i {
		font-size: 16px;
	}

	.successful .cBtn {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.successful .swiper-slide:nth-child(n) {
		width: 49%;
		margin-right: 2%;
	}

	.successful .swiper-slide:last-child {
		margin-right: 0;
	}

	.successful .item .titPiece {
		display: none;
	}

	.successful .item {
		margin-bottom: 20px;
	}

	.successful .swiperBox {
		margin-top: 26px;
	}

	.successful .cBtn {
		margin-top: 26px;
	}

	.successful .item .msg .txts {
		font-size: 14px;
		line-height: 26px;
	}

	.successful .item .msg .btn {
		width: 34px;
		height: 34px;
	}

	.successful .item .msg .btn i {
		font-size: 12px;
	}

	.successful .item .msg {
		transform: translateY(0%);
		opacity: 1;
	}
}

@media screen and (max-width:450px) {
	.successful .swiper-slide:nth-child(n) {
		width: 100%;
		margin-right: 2%;
	}
}





/* indexM7-1 */

.iNews {
	padding: 79px 0 80px 0;
	overflow: hidden;
}

.latestNews .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.latestNews .swiperBox {
	margin-top: 37px;
}

.latestNews .sBtns>div {
	margin-top: 30px;
}


.latestNews .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.font20 {
	font-size: 20px;
	line-height: 30px;
}


.latestNews .tit {
	margin-top: 31px;
	min-height: 60px;
}


.latestNews .time {
	color: #666;
	font-size: 16px;
	line-height: 28px;
	margin-top: 16px;
}

@media screen and (max-width:1660px) {
	.latestNews .swiperBox {
		margin-top: 40px;
	}

	.font20 {
		font-size: 18px;
		line-height: 30px;
	}

	.latestNews .tit {
		margin-top: 20px;
	}
}

@media screen and (max-width:1333px) {
	.font20 {
		font-size: 16px;
		line-height: 28px;
	}

	.latestNews .tit {
		margin-top: 16px;
	}

	.latestNews .time {
		margin-top: 10px;
	}

	.latestNews .swiperBox {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.font20 {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:538px) {
	.latestNews .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.latestNews .title .cBtn {
		margin-top: 14px;
	}
}



/* indexM8-1 */

.brands {
	padding: 67px 0 102px 0;
	overflow: hidden;
}

.brands .swiper {
	margin-top: 58px;
}


.brands .swiper-slide {
	width: 290px;
	margin-right: 12.5px;
}


.brands .image {
	overflow: hidden;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}


.brands .image:nth-child(2n) {
	transform: translateX(-143.5px);
}

.brands .image {
	margin-bottom: 22px;
}


.brands .image:last-child {
	margin-bottom: 0;
}


.brands .swiper-wrapper {
	transition-timing-function: linear !important;
}

@media screen and (max-width:1660px) {
	.brands .swiper {
		margin-top: 40px;
	}

	.brands .swiper-slide {
		width: 240px;
	}
}

@media screen and (max-width:1333px) {
	.brands .swiper {
		margin-top: 30px;
	}

	.brands .swiper-slide {
		width: 220px;
	}
}

@media screen and (max-width:999px) {
	.brands .swiper {
		margin-top: 26px;
	}

	.brands .swiper-slide {
		width: 180px;
	}
}

@media screen and (max-width:768px) {
	.brands .swiper-slide {
		width: 160px;
	}

	.brands .image {
		margin-bottom: 16px;
	}
}



/* 2-1Product */


.products {
	padding: 44px 0 95px 0;
}


.products .productBtns {
	display: flex;
	flex-wrap: wrap;
}

.products .productBtns a {
	padding: 10px 27px;
	margin: 5px 0;
	margin-left: 10.5px;
	border-radius: 30px;
	background: rgba(51, 51, 51, 0.10);
	position: relative;
	overflow: hidden;
	color: #333;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.products .productBtns a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	z-index: -1;
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
	transition: .4s ease all;
	opacity: 0;
}


.products .productBtns a.active::after,
.products .productBtns a:hover::after {
	opacity: 1;
}

.products .productBtns a.active,
.products .productBtns a:hover {
	background-color: transparent;
	color: #ffffff;
}

.products .title1 {
	margin-top: 75px;
}


.products .mbox {
	margin-top: 20px;
}


.products .mbox p {
	text-align: center;
}

.mbox {
	height: 56px;
	overflow: hidden;
}


.mBtn {
	font-size: 18px;
	line-height: 28px;
	width: max-content;
	margin-top: 16px;
	cursor: pointer;
	display: none;
	color: #666;
}

.products .mBtn {
	margin: 0 auto;
	margin-top: 16px;
}

.mBtn span {
	display: inline-block;
}

.mBtn span:nth-child(2) {
	display: none;
}

.mBtn.active span:nth-child(1) {
	display: none;
}

.mBtn.active span:nth-child(2) {
	display: block;
}


.products .line {
	width: 100%;
	height: 1px;
	background-color: rgba(51, 51, 51, .2);
	margin-top: 49px;
}


.products .productList {
	margin-top: 60px;
}

.productList {
	display: flex;
	flex-wrap: wrap;
}

.productList .productItem {
	width: 23.4%;
	margin-left: 2.13%;
	margin-top: 51px;
}


.productList .productItem:nth-child(4n) {
	margin-right: 0;
}

.productList .productItem:nth-child(-n+4) {
	margin-top: 0;
}


.productItem .box {
	padding: 14px 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #999;
	border-radius: 10px;
}

.productItem .image {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 10px;
}


.productItem .tit {
	text-align: center;
	margin-top: 20px;
}

.productItem .tit::after {
	background: linear-gradient(90deg, #0D772A 0%, #73C139 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.productItem .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 11px;
}

.productItem .btns .checkBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 8px;
	width: 14px;
	height: 14px;
	position: relative;
	overflow: hidden;
	padding: 1px;
}

.productItem .btns .checkBtn .piece {
	background-color: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	z-index: 1;
	transform: translateX(-50%) translateY(-50%);
}


.productItem .btns .checkBtn::after,
.productItem .btns .checkBtn::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	box-sizing: border-box;
	transition: .4s ease all;
}

.productItem .btns .checkBtn:hover::after,
.productItem .btns .checkBtn.active::after {
	opacity: 0;
}

.productItem .btns .checkBtn:hover::before,
.productItem .btns .checkBtn.active::before {
	opacity: 1;
}

.productItem .btns .checkBtn::after {
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
}

.productItem .btns .checkBtn::before {
	background: linear-gradient(90deg, #0D772A 0%, #73C139 100%);
}


.productItem .btns .checkBtn input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	cursor: pointer;
	opacity: 0;
}

.productItem .btns a span {
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.productItem .btns a::after {
	background: linear-gradient(90deg, #0D772A 0%, #73C139 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.productItem .btns a:hover span {
	opacity: 0;
}

.productItem .btns .checkBtn i {
	position: relative;
	z-index: 2;
	font-size: 10px;
	background: linear-gradient(90deg, #0D772A 0%, #73C139 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0;
}

.productItem .btns .checkBtn.active i {
	opacity: 1;
}


.products .pager {
	margin-top: 46px;
}

.productCase {
	padding: 100px 0 101px 0;
}


.customizedCase .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.customizedCase .swiperBox {
	margin-top: 44px;
}

.caseItem .image {
	overflow: hidden;
}

.caseItem .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.caseItem .tit {
	margin-top: 30px;
}

.caseItem .tit::after {
	background: linear-gradient(90deg, #0D772A 0%, #73C139 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.caseItem .btn {
	width: max-content;
	max-width: 100%;
	display: inline-block;
	margin-top: 17px;
}

.caseItem .btn::after {
	background: linear-gradient(90deg, #0D772A 0%, #73C139 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.caseItem .btn span {
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.caseItem .btn:hover span {
	opacity: 0;
}


@media screen and (max-width:1660px) {
	.products .productBtns a {
		padding: 8px 20px;
	}

	.products .title1 {
		margin-top: 40px;
	}

	.mBtn {
		font-size: 16px;
		line-height: 28px;
	}

	.products .line,
	.products .productList {
		margin-top: 40px;
	}

	.productItem .box {
		border-radius: 5px;
		padding: 10px;
	}

	.productItem .box .image {
		border-radius: 5px;
	}

	.productItem .tit,
	.caseItem .tit {
		margin-top: 16px;
	}

	.productList .productItem {
		margin-top: 40px;
	}

	.products .pager {
		margin-top: 40px;
	}

	.customizedCase .swiperBox {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.products .productBtns a {
		padding: 5px 16px;
	}

	.products .title1 {
		margin-top: 30px;
	}

	.products .line,
	.products .productList {
		margin-top: 30px;
	}

	.productItem .box {
		padding: 8px;
	}

	.productList .productItem {
		margin-top: 30px;
	}

	.customizedCase .swiperBox {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.products .productBtns a {
		font-size: 14px;
		line-height: 24px;
	}

	.mBtn {
		font-size: 14px;
		line-height: 24px;
	}

	.mbox {
		height: 52px;
	}

	.productList .productItem:nth-child(n) {
		width: 31%;
		margin-left: 3.5%;
		margin-top: 30px;
	}

	.productList .productItem:nth-child(3n) {
		margin-left: 0;
	}

	.productList .productItem:nth-child(-n+3) {
		margin-top: 0;
	}
}


@media screen and (max-width:538px) {
	.products .productBtns a {
		padding: 4px 10px;
	}

	.productList {
		justify-content: space-between;
	}

	.productList .productItem:nth-child(n) {
		width: 48%;
		margin-left: 0;
		margin-top: 30px;
	}

	.productList .productItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.customizedCase .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.customizedCase .title .cBtn {
		margin-top: 16px;
	}
}

@media screen and (max-width:450px) {
	.productList .productItem:nth-child(n) {
		width: 100%;
		max-width: 260px;
		margin: 0 auto;
		margin-top: 30px;
	}

	.productList .productItem:nth-child(1) {
		margin-top: 0;
	}
}

/* 2-2Product */

.productDet {
	padding: 50px 0 100px 0;
	overflow: hidden;
}


.productShow {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}


.productShow .shows {
	flex-shrink: 0;
	margin-left: 2.9%;
}

.productShow .shows *{
	direction: ltr;
}

div.zoomdiv {
		left: auto !important;
		right: 100% !important;
}

.productShow .shows {
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: none;
}

.showSipwerBox {
	position: relative;
	z-index: 999;
}

.productShow .showSipwerBox {
	margin-right: 29px;
}


.showSipwer .swiper-slide {
	position: relative;
}

.showSipwer .swiper-slide img {
	display: block;
	border-radius: 20px;
	overflow: hidden;
}


.productShow .shows .showSipwer {
	width: 617px;
	overflow: hidden;
	background-color: #ffffff;
	border: 1px solid #D0D5DD;
	border-radius: 20px;
	padding: 27px;
}



.productShow .shows .checkSwiper {
	width: 103px;
	overflow: hidden;
	height: 100%;

}

.productShow .shows .swiperBox {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 617px;
	padding: 67px 0;
}

.productShow .shows .swiperBox .prev,
.productShow .shows .swiperBox .next {
	width: 100%;
	position: absolute;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 2px 5px;
	height: auto;
}


.productShow .shows .swiperBox .prev i,
.productShow .shows .swiperBox .next i {
	font-size: 20px;
	font-weight: bold;
	color: #0053A4;
	background: linear-gradient(90deg, #0D772A 0%, #73C139 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: .4s ease all;
	filter: grayscale(100%) brightness(0%) opacity(100%);
}


.productShow .shows .swiperBox .prev:hover i,
.productShow .shows .swiperBox .next:hover i {
	filter: grayscale(0%) brightness(100%) opacity(100%);
}


.productShow .shows .swiperBox .prev {
	top: 17px;
}

.productShow .shows .swiperBox .prev i {
	transform: rotate(-90deg);
}

.productShow .shows .swiperBox .next {
	bottom: 17px;
	margin-bottom: 0px;
}

.productShow .shows .swiperBox .next i {
	transform: rotate(90deg);
}


.productShow .shows .checkSwiper .swiper-slide {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 14px;
}


.productShow .shows .checkSwiper .swiper-slide::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	box-sizing: border-box;
	transition: .4s ease all;
	pointer-events: none;
	overflow: hidden;
	border: 2px solid transparent;
	border-radius: 14px;
}


.productShow .shows .checkSwiper .swiper-slide-thumb-active::after {
	border-color: #112B81;
}


.productShow .jianjie {
	flex: 1;
	padding-top: 1px;
}



.productShow .jianjie .line {
	width: 100%;
	height: 1px;
	background-color: rgba(51, 51, 51, .2);
	margin-top: 18px;
}


.productShow .jianjie .txts {
	margin-top: 20px;
}

.productShow .jianjie .txts p {
	color: #1E1E1E;
}


.productShow .colorType {
	margin-top: 25px;
}

.productShow .colorType .title {
	font-family: Poppins-SemiBold;
	font-size: 16px;
	line-height: 28px;
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

.productShow .colorType .colorName {
	margin-top: 10px;
	display: flex;
	align-items: flex-start;
}

.productShow .colorType .tit {
	color: #1E1E1E;
	font-size: 16px;
	line-height: 28px;
	opacity: .8;
	flex-shrink: 0;
	margin-right: 5px;
}

.productShow .colorType .name {
	background: linear-gradient(90deg, #0D772A 0%, #73C139 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 16px;
	line-height: 28px;
}

.productShow .colorType .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

.productShow .colorType .list .item {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	padding: 2px;
	border-radius: 50%;
	cursor: pointer;
	margin: 8px 0;
	margin-left: 29.5px;
	z-index: 9;
}

.productShow .colorType .list .item:nth-child(10n){
	margin-right: 0;
}

.productShow .colorType .list .item img {
	border-radius: 50%;
}


.productShow .colorType .list .item::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #0D772A 0%, #73C139 100%);
	transition: .4s ease all;
	opacity: 0;
	z-index: -1;
}


.productShow .colorType .list .item:hover:after,
.productShow .colorType .list .item.active:after {
	opacity: 1;
}

.productShow .colorType .list .item:hover,
.productShow .colorType .list .item.active {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.20);
}


.productShow .jianjie .share {
	margin-top: 46px;
}

.productShow .jianjie .btns {
	display: flex;
	align-items: center;
	margin-top: 25px;
	flex-wrap: wrap;
}

.productShow .jianjie .btns .cBtn {
	margin: 5px 0;
	margin-right: 12px;
	border-radius: 50px;
	font-family: Poppins-Regular;
	font-size: 16px;
	padding: 12px 36.5px;
}

.productShow .jianjie .btns .cBtn:last-child {
	margin-left: 0;
}



/*jQzoom*/

.jqzoom {
	float: left;
	position: relative;
	padding: 0px;
	z-index: 99;
}

div.zoomdiv {
	z-index: 200;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
	z-index: 99;
	border-radius: 20px;
}

div.zoomdiv img {
	max-width: unset !important;
}

div.jqZoomPup {
	z-index: 200;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	transition: none;
	border-radius: 20px;
}


@media screen and (max-width:1660px) {
	.productShow .jianjie {
		padding-top: 0;
	}

	.productShow .jianjie .line {
		margin-top: 26px;
	}

	.productShow .jianjie .txts {
		margin-top: 26px;
	}

	.productShow .jianjie .btns {
		margin-top: 26px;
	}

	.productShow .jianjie .share {
		margin-top: 26px;
	}

	.productShow .colorType .list .item {
		width: 38px;
		height: 38px;
	}
	.productShow .colorType .list .item:nth-child(n){
		margin-right: 10px;
	}

	.productShow .jianjie .btns .cBtn {
		padding: 8px 20px;
	}


	.productShow .shows .showSipwer {
		width: 460px;
		padding: 20px;
		border-radius: 10px;
	}

	div.zoomdiv,
	div.jqZoomPup,
	.showSipwer .swiper-slide img,
	.productShow .shows .checkSwiper .swiper-slide::after,
	.productShow .shows .checkSwiper .swiper-slide {
		border-radius: 10px;
	}


	.productShow .shows .swiperBox {
		height: 460px;
		padding: 40px 0;
	}

	.productShow .shows .checkSwiper {
		width: 78.5px;
	}

	.productShow .shows .swiperBox .prev i,
	.productShow .shows .swiperBox .next i {
		font-size: 18px;
	}

	.productShow .shows .swiperBox .prev {
		top: 0;
	}

	.productShow .shows .swiperBox .next {
		bottom: 0;
	}


}

@media screen and (max-width:1333px) {
	.productShow .shows {
		width: 42%;
		margin-right: 0%;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.productShow .showSipwerBox {
		width: 100%;
		margin-right: 0;
	}

	.productShow .shows .showSipwer {
		width: 100%;
	}

	.productShow .shows .swiperBox {
		height: auto;
		width: 100%;
		padding: 0 30px;
		margin-top: 14px;
	}

	.productShow .shows .checkSwiper {
		width: 100%;
	}

	.productShow .jianjie {
		flex: none;
		width: 54%;
	}

	.productShow .shows .swiperBox .prev {
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 26px;
		height: 100%;
	}

	.productShow .shows .swiperBox .prev i {
		transform: rotate(180deg);
	}

	.productShow .shows .swiperBox .next {
		top: 50%;
		right: 0;
		left: auto;
		bottom: auto;
		transform: translateY(-50%);
		width: 26px;
		height: 100%;
	}

	.productShow .shows .swiperBox .next i {
		transform: rotate(0);
	}

	.productShow .shows .swiperBox .prev i,
	.productShow .shows .swiperBox .next i {
		font-size: 16px;
	}

	.dpAdvantage .list li img {
		width: 24px;
	}

	div.zoomdiv,
	div.jqZoomPup,
	.productShow .shows .showSipwer,
	.showSipwer .swiper-slide img,
	.productShow .shows .checkSwiper .swiper-slide::after,
	.productShow .shows .checkSwiper .swiper-slide {
		border-radius: 5px;
	}


	.productShow .shows .showSipwer {
		padding: 10px;
	}
}

@media screen and (max-width:999px) {
	.productShow {
		flex-direction: column;
		align-items: flex-start;
	}

	.productShow .jianjie {
		width: 100%;
		margin-top: 30px;
	}

	.productShow .shows {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}

	.productShow .jianjie .line {
		margin-top: 24px;
	}

	.productShow .jianjie .txts {
		margin-top: 24px;
	}

	.productShow .jianjie .btns {
		margin-top: 24px;
	}

	.productShow .jianjie .share {
		margin-top: 24px;
	}

	.productDet .piece>div:nth-child(n) {
		margin-top: 50px;
	}

	.productDet .piece>div:nth-child(1) {
		margin-top: 0;
	}

	.productShow .colorType .name,
	.productShow .colorType .tit {
		font-size: 14px;
		line-height: 26px;
	}

	.productShow .jianjie .btns .cBtn {
		font-size: 14px;
		line-height: 24px;
		padding: 6px 20px;
	}

	.productShow .colorType .list .item {
		width: 32px;
		height: 32px;
	}
}

@media screen and (max-width:768px) {
	.productDet .piece>div:nth-child(n) {
		margin-top: 40px;
	}

	.productDet .piece>div:nth-child(1) {
		margin-top: 0;
	}

	.productShow .shows {
		max-width: 360px;
	}

	.dpAdvantage .list li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	.dpAdvantage .list li:nth-child(1) {
		margin-top: 0;
	}

	.dpAdvantage .list li img {
		margin-top: 3px;
	}
}

@media screen and (max-width:450px) {
	.productIntroduction .imgList .image:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.productIntroduction .imgList .image:nth-child(1) {
		margin-top: 0;
	}
}

.pdAbility {
	margin-top: 75px;
}


.pdAbility .txts {
	margin-top: 29px;
}


.technicalData {
	margin-top: 61px;
}

.technicalData .txts {
	margin-top: 30px;
}

.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}

.table table tr td:nth-child(1) {
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
	color: #ffffff;
	font-family: Poppins-SemiBold;
	padding: 14px 21px;
}

.table table tr td {
	padding: 14px 25px;
	font-size: 18px;
	color: #666;
	line-height: 30px;
	border-bottom: 1px solid #E1E2E4;
}

.table table tr:nth-child(1) td {
	border-top: 1px solid #E1E2E4;
}


.productDet .solutionCategory {
	margin-top: 61px;
}


.productDet .solutionCategory .box {
	flex: 1;
}

.productDet .solutionCategory .tips {
	margin-top: 20px;
}

.productDet .solutionCategory .sBtns {
	flex-shrink: 0;
	margin-left: 14%;
}

.productDet .solutionCategory .solutionList {
	margin-top: 39px;
}

.finish {
	margin-top: 62px;
}


.finish .list {
	margin-top: 38px;
	display: flex;
	flex-wrap: wrap;
}

.finish .list .item {
	width: 31.53%;
	margin-left: 2.705%;
	margin-top: 30px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	background: #FFF;
	padding: 25px 25px 19px;
}

.finish .list .item:nth-child(3n) {
	margin-left: 0;
}

.finish .list .item:nth-child(-n+3) {
	margin-top: 0;
}


.finish .list .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.finish .list .tit {
	margin-top: 31px;
	color: #333;
	font-family: Poppins-SemiBold;
	font-size: 20px;
	line-height: 30px;
}

.finish .list .txts {
	margin-top: 14px;
}

.howToUse {
	margin-top: 61px;
}


.howToUse .txts {
	margin-top: 29px;
}

.howToUse .txts p em::after {
	width: 30px;
	height: 30px;
	background-image: url("../images/howToUseSign.png");
	top: 0;
}

.howToUse .txts p em {
	margin-bottom: 22px;
	padding-right: 47px;
}


.pCoreAdvantage {
	margin-top: 61px;
}

.pCoreAdvantage .tips {
	margin-top: 17px;
}

.pCoreAdvantage .coreAdvantagesList {
	margin-top: 50px;
}


.fCertification {
	margin-top: 60px;
	padding-bottom: 80px;
}

.fCertification .tips {
	margin-top: 37px;
}

.fCertification .tips p {
	color: #4D4D4D;
}

.fCertification .certificationSwiper {
	margin-top: 60px;
}


.pFaq {
	margin-top: 32px;
}

.pFaq .tips {
	margin-top: 29px;
}


.pFaq .faqList {
	margin-top: 48px;
}

.productDet .pdBox>div:nth-child(1) {
	margin-top: 0;
}

@media screen and (max-width:1660px) {
	.productDet .pdBox>div:nth-child(n) {
		margin-top: 60px;
	}
	.productDet .pdBox>div:nth-child(1) {
		margin-top: 0;
	}
	
	.pdAbility .txts,
	.productDet .solutionCategory .tips,
	.pCoreAdvantage .tips,
	.fCertification .tips{
		margin-top: 30px;
	}
	
	.finish .list .item{
		padding: 20px;
	}
	
	.fCertification .certificationSwiper,
	.pFaq .faqList{
		margin-top: 40px;
	}
	
	.table table tr td{
		font-size: 16px;
		line-height: 28px;
	}
	.table table tr td:nth-child(n){
		padding: 10px 20px;
	}
	
	.finish .list{
		margin-top: 30px;
	}
}


@media screen and (max-width:1333px) {
	.productDet .pdBox>div:nth-child(n) {
		margin-top: 50px;
	}
	.productDet .pdBox>div:nth-child(1) {
		margin-top: 0;
	}
	.pdAbility .txts, .productDet .solutionCategory .tips, .pCoreAdvantage .tips, .fCertification .tips{
		margin-top: 26px;
	}
	.productDet .solutionCategory .sBtns{
		margin-left: 5%;
	}
	.finish .list .tit{
		font-size: 18px;
		line-height: 28px;
	}
	.finish .list{
		justify-content: space-between;
	}
	.finish .list .item:nth-child(n){
		width: 48%;
		margin-top: 30px;
		margin-left: 0;
	}
	.finish .list .item:nth-child(-n+2){
		margin-top: 0;
	}
	.finish .list .tit{
		margin-top: 20px;
	}
	.howToUse .txts p em::after{
		width: 24px;
		height: 24px;
		top: 2px;
	}
	.howToUse .txts p em{
		padding-left: 38px;
		margin-bottom: 16px;
	}
	.fCertification .certificationSwiper, .pFaq .faqList{
		margin-top: 30px;
	}
	.finish .list{
		margin-top: 26px;
	}
	.finish .list .item{
		padding: 15px;
	}
}

@media screen and (max-width:999px) {
	.table table tr td{
		font-size: 14px;
		line-height: 26px;
	}
	.productDet .solutionCategory .sTit{
		flex-direction: column;
		align-items: flex-start;
	}
	
	.productDet .solutionCategory .sBtns{
		margin-left: 0;
	}
	.productDet .solutionCategory .sBtns>div{
		margin-top: 20px;
	}
	.finish .list .tit{
		font-size: 16px;
		line-height: 28px;
	}
	.howToUse .txts p em::after{
		width: 20px;
		height: 20px;
	}
	.productDet .pdBox>div:nth-child(n){
		padding-bottom: 0;
	}
}

@media screen and (max-width:768px) {
	.productDet .pdBox>div:nth-child(n){
		margin-top: 40px;
	}
	.productDet .pdBox>div:nth-child(1){
		margin-top: 0;
	}
}

@media screen and (max-width:538px) {
	.finish .list .item:nth-child(n){
		width: 100%;
		margin-top: 30px;
	}
	.finish .list .item:nth-child(1){
		margin-top: 0;
	}
}



/* 3-1Solutions */

.solutions {
	padding: 45px 0 95px 0;
}

.solutionBtns {
	display: flex;
	flex-wrap: wrap;
}

.solutionBtns a {
	padding: 11px 27px;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	background: rgba(51, 51, 51, 0.10);
	margin: 5px 0;
	margin-left: 11px;
}

.solutionBtns a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
	transition: .4s ease all;
	z-index: -1;
	opacity: 0;
}


.solutionBtns a:hover,
.solutionBtns a.active {
	background-color: transparent;
	color: #ffffff;
}

.solutionBtns a:hover::after,
.solutionBtns a.active:after {
	opacity: 1;
}


.solutions .title1 {
	margin-top: 75px;
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.solutions .mbox {
	margin-top: 20px;
}

.solutions .mbox p {
	text-align: center;
}

.solutions .list {
	margin-top: 76px;
}


.solutions .list .item {
	margin-top: 62px;
	display: flex;
	justify-content: space-between;
	position: relative;
	pointer-events: none;
	position: relative;
	z-index: 9;
}


.solutions .list .item:nth-child(2n) .image {
	left: 0;
}

.solutions .list .item:nth-child(2n-1) .image {
	right: 0;
}

.solutions .list .image {
	width: 40.86%;
	position: absolute;
	z-index: -1;
	border-radius: 24px;
	overflow: hidden;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: all;
	height: 100%;
}



.solutions .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}



.solutions .list .item:nth-child(1) {
	margin-top: 0;
}



.solutions .list .msg {
	width: 61.4%;
	pointer-events: all;
	padding: 32px 0;
}

.solutions .list .msg .box {
	background: linear-gradient(90deg, #F5F9FF 0%, #F8FCFF 100%);
	border-radius: 24px;
	padding: 71px 44px 71px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}


.solutions .list .item:nth-child(2n) .msg {
	margin-left: auto;
}

.solutions .list .item:nth-child(2n-1) .msg {
	margin-right: auto;
}

.solutions .list .tit {
	color: #333;
	font-size: 20px;
	line-height: 30px;
	height: 60px;
}

.solutions .list .txts {
	height: 84px;
	margin-top: 19px;
}

.solutions .list .btn {
	width: max-content;
	margin-top: 61px;
	display: inline-block;
}

.solutions .list .tit::after {
	background: linear-gradient(90deg, #0D772A 0%, #73C139 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.solutions .list .btn::after {
	background: linear-gradient(90deg, #0D772A 0%, #73C139 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.solutions .list .btn span {
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.solutions .list .btn:hover span {
	opacity: 0;
}


.solutions .pager {
	margin-top: 55px;
}


.solutions .mBtn {
	margin: 0 auto;
	margin-top: 16px;
}

@media screen and (max-width:1660px) {
	.solutionBtns a {
		padding: 8px 20px;
	}

	.solutions .title1 {
		margin-top: 50px;
	}

	.solutions .list {
		margin-top: 50px;
	}

	.solutions .list .image {
		border-radius: 10px;
	}

	.solutions .list .msg .box {
		border-radius: 10px;
		padding: 40px 30px;
	}

	.solutions .list .btn {
		margin-top: 30px;
	}

	.solutions .list .item {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.solutionBtns a {
		padding: 6px 16px;
	}

	.solutions .title1 {
		margin-top: 40px;
	}

	.solutions .list {
		margin-top: 40px;
	}

	.solutions .list .tit {
		font-size: 18px;
		line-height: 28px;
		height: 56px;
	}

	.solutions .list .btn {
		margin-top: 20px;
	}

	.solutions .pager {
		margin-top: 40px;
	}

	.solutions .list .image {
		border-radius: 5px;
	}

	.solutions .list .msg .box {
		border-radius: 5px;
	}
}

@media screen and (max-width:999px) {
	.solutionBtns a {
		font-size: 14px;
		line-height: 24px;
		padding: 4px 14px;
	}

	.solutions .list .msg .box {
		padding: 30px 20px;
	}

	.solutions .list .msg {
		padding: 26px 0;
	}

	.solutions .list .image {
		width: 50%;
	}

	.solutions .list .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.solutions .list .txts {
		height: 78px;
	}
}

@media screen and (max-width:538px) {
	.solutions .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.solutions .list .image {
		position: static;
		transform: translateY(0);
		width: 100%;
		height: auto;
		border-radius: 0;
	}

	.solutions .list .item {
		flex-direction: column;
		align-items: flex-start;
		width: 48%;
		justify-content: flex-start;
		margin-top: 30px;
		border-radius: 5px;
		overflow: hidden;
	}

	.solutions .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.solutions .list .msg {
		padding: 0;
		margin: 0;
		width: 100%;
		border-radius: 0;
	}

	.solutions .list {
		margin-top: 30px;
	}

	.solutions .list .msg .box {
		padding: 20px 15px;
	}

	.solutions .list .txts {
		margin-top: 16px;
	}

	.solutions .title1,
	.solutions .pager {
		margin-top: 30px;
	}
}

@media screen and (max-width:450px) {
	.solutions .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.solutions .list .item:nth-child(1) {
		margin-top: 0;
	}

	.solutions .list .tit,
	.solutions .list .txts {
		height: auto;
	}
}



/* 3-2Solutions */

.solutionDet {
	padding: 51px 0 99px 0;
}


.solutionDet .share {
	margin-top: 18px;
}

.solutionDet .dis {
	padding: 29px 0 49px 0;
	margin-top: 22px;
	border-top: 1px solid rgba(153, 153, 153, 0.3);
	border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}

.solutionDet .dis .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.solutionDet .dis .list .item {
	width: 48.9%;
	margin-top: 30px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.10);
	padding: 32px 30px 30px;
	min-height: 240px;
}

.solutionDet .dis .list .item:nth-child(-n+2) {
	margin-top: 0;
}

.solutionDet .dis .list .item p {
	padding-left: 24px;
	position: relative;
}

.solutionDet .dis .list .item p::after {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #666;
	top: 11px;
	left: 10px;
}

.solutionDet .dis .list .tit {
	display: flex;
	align-items: flex-start;
	color: #333;
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 30px;
}

.solutionDet .dis .list span {
	flex-shrink: 0;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: linear-gradient(90deg, #0D772A 0%, #73C139 100%);
	color: #ffffff;
	overflow: hidden;
	font-family: Poppins-Regular;
	font-size: 16px;
	margin-top: -2px;
}

.solutionDet .dis .list .txts {
	margin-top: 10px;
}



.solutionDet .prevOrNext {
	margin-top: 41px;
}

@media screen and (max-width:1660px) {
	.solutionDet .share {
		margin-top: 30px;
	}

	.solutionDet .dis {
		padding: 30px 0;
		margin-top: 30px;
	}

	.solutionDet .prevOrNext {
		margin-top: 30px;
	}

	.solutionDet .dis .list .item {
		padding: 20px;
		min-height: auto;
	}
}

@media screen and (max-width:999px) {
	.solutionDet .dis .list .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.solutionDet .dis .list span {
		width: 32px;
		height: 32px;
		font-size: 14px;
		line-height: 32px;
	}
}

@media screen and (max-width:768px) {
	.solutionDet .dis .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.solutionDet .dis .list .item:nth-child(1) {
		margin-top: 0;
	}
}

@media screen and (max-width:538px) {
	.solutionDet .dis .list .item {
		padding: 20px 15px;
	}
}


/* 4-1Custom Service */

.service {
	padding: 54px 0 100px 0;
}

.scope {
	padding-bottom: 79px;
	border-bottom: 1px solid rgba(51, 51, 51, .2);
}

.scope .checkBtns {
	margin-top: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.scope .checkBtns .item {
	display: flex;
	align-items: center;
	border-radius: 30px;
	padding: 10px 26.5px;
	background: rgba(51, 51, 51, 0.10);
	position: relative;
	overflow: hidden;
	margin: 5px 6px;
	cursor: pointer;
}

.scope .checkBtns .item::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: .4s ease all;
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
	opacity: 0;
}



.scope .checkBtns img {
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}


.scope .checkBtns .item:hover,
.scope .checkBtns .item.active {
	background-color: transparent;
	color: #ffffff;
}

.scope .checkBtns .item:hover::after,
.scope .checkBtns .item.active::after {
	opacity: 1;
}

.scope .checkBtns .item:hover img,
.scope .checkBtns .item.active img {
	filter: grayscale(100%) brightness(500%);
}

.scope .con {
	position: relative;
	z-index: 9;
	margin-top: 65px;
}



.scope .msg {
	padding: 40px 0;
	width: 52.93%;
	margin-left: auto;
}


.scope .msgSwiper {
	background-color: #ffffff;
	border-radius: 32px;
	box-shadow: 0 4px 26px rgba(0, 0, 0, 0.10);
	overflow: hidden;
}

.scope .msgSwiper .swiper-slide {
	padding: 59px 60px 59px 75px;
}


.scope .msgSwiper .tit {
	font-size: 30px;
	line-height: 42px;
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.scope .msgSwiper .txts {
	margin-top: 35px;
}


.scope .msgSwiper .btn {
	display: flex;
	align-items: center;
	width: max-content;
	max-width: 100%;
	position: relative;
	z-index: 9;
	margin-top: 56px;
}


.scope .msgSwiper .btn i {
	position: relative;
	flex-shrink: 0;
	margin-left: 17px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	overflow: hidden;
}

.scope .msgSwiper .btn i strong {
	font-weight: normal;
	color: #ffffff;
	transform: scaleX(-1);
	display: inline-block;
}

.scope .msgSwiper .btn i::after,
.scope .msgSwiper .btn i::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .4s ease all;
	z-index: -1;
}


.scope .msgSwiper .btn i::after {
	background: linear-gradient(90deg, #0D772A 0%, #73C139 100%);
}

.scope .msgSwiper .btn i::before {
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
	opacity: 0;
}

.scope .msgSwiper .btn:hover i::after {
	opacity: 0;
}

.scope .msgSwiper .btn:hover i::before {
	opacity: 1;
}

.scope .msgSwiper .btn span {
	background: linear-gradient(90deg, #0D772A 0%, #73C139 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.scope .msgSwiper .btn:hover span::after {
	opacity: 1;
}

.scope .msgSwiper .btn:hover span {
	color: transparent;
}

.scope .imgSwiper {
	width: 50.13%;
	border-radius: 24px;
	overflow: hidden;
	position: absolute;
	left: 0;
	z-index: -1;
	height: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.scope .imgSwiper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}



.scopeList {
	margin-top: 71px;
}

.signTit {
	position: relative;
	padding-right: 17px;
	color: #333;
	font-family: Poppins-SemiBold;
	font-size: 30px;
	line-height: 42px;
}


.signTit::after {
	content: "";
	position: absolute;
	right: 0;
	top: 46%;
	transform: translateY(-50%);
	width: 6px;
	height: 26px;
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
}


.scopeList .list {
	margin-top: 49px;
	display: flex;
	flex-wrap: wrap;
}

.scopeList .list .item {
	width: 31.26%;
	margin-left: 3.11%;
	margin-top: 80px;
	padding: 25px 23px 5px;
	background-color: #ffffff;
	border-radius: 12px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	min-height: 477px;
}




.scopeList .list .item:nth-child(3n) {
	margin-left: 0;
}

.scopeList .list .item:nth-child(-n+3) {
	margin-top: 0;
}

.scopeList .list .image {
	border-radius: 12px;
	overflow: hidden;
}

.scopeList .list .image  img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.scopeList .list .tit {
	font-size: 20px;
	line-height: 30px;
	margin-top: 20px;
	color: #333;
}

.scopeList .list .txts {
	margin-top: 9px;
	color: #4D4D4D;
}


.scopeList .list .num {
	margin-top: 6px;
	margin-left: auto;
	margin-right: -7px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #2678EF;
	font-family: Poppins-SemiBold;
	font-size: 48px;
	line-height: 48px;
	color: white;
	opacity: .5;
}


.coreAdvantages {
	margin-top: 82px;
}


.coreAdvantages .tips {
	margin-top: 29px;
}

.coreAdvantages .coreAdvantagesList {
	margin-top: 50px;
}


.coreAdvantagesList .item {
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
	align-items: center;
}



.coreAdvantagesList .clear {
	display: none;
}


.coreAdvantagesList .item:nth-child(2n) {
	flex-direction: row-reverse;
}

.coreAdvantagesList .item:nth-child(1) {
	margin-top: 0;
}


.coreAdvantagesList .image {
	width: 46.66%;
	border-radius: 20px;
	overflow: hidden;

}

.coreAdvantagesList .list {
	width: 50%;
}


.coreAdvantagesList .list li {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 18px;
	margin-top: 21px;
}

.coreAdvantagesList .list li:nth-child(1) {
	margin-top: 0;
}

.coreAdvantagesList .list .tit {
	display: flex;
	align-items: flex-start;
	color: #333;
	font-family: Poppins-SemiBold;
	font-size: 20px;
	line-height: 30px;
}


.coreAdvantagesList .list .txts {
	margin-top: 20px;
}

.coreAdvantagesList .list .txts p {
	font-family: Arial;
}

.coreAdvantagesList .list .tit .num {
	flex-shrink: 0;
	margin-left: 21px;
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.service .customizedCase {
	margin-top: 80px;
}

@media screen and (max-width:1660px) {
	.scope .checkBtns .item {
		padding: 8px 20px;
	}

	.scope .checkBtns {
		margin-top: 30px;
	}

	.scope .con {
		margin-top: 40px;
	}

	.scope .imgSwiper {
		border-radius: 10px;
	}

	.scope .msgSwiper .swiper-slide {
		padding: 40px 30px;
	}

	.scope .msgSwiper {
		border-radius: 10px;
	}

	.scope .msgSwiper .tit {
		font-size: 26px;
		line-height: 38px;
	}

	.scope .msgSwiper .txts {
		margin-top: 20px;
	}

	.scope .msgSwiper .btn {
		margin-top: 30px;
	}

	.scope .msgSwiper .btn i {
		width: 36px;
		height: 36px;
	}

	.scope .msgSwiper .btn i strong {
		font-size: 14px;
	}

	.scope {
		padding-bottom: 60px;
	}

	.scopeList {
		margin-top: 60px;
	}

	.signTit {
		font-size: 26px;
		line-height: 38px;
	}

	.scopeList .list .item {
		border-radius: 10px;
		min-height: auto;
		padding: 20px;
	}

	.scopeList .list .image {
		border-radius: 10px;
	}

	.scopeList .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.scopeList .list .num {
		font-size: 42px;
		line-height: 42px;
		margin-right: 0;
	}

	.coreAdvantages,
	.coreAdvantagesList .item,
	.service .customizedCase {
		margin-top: 60px;
	}

	.coreAdvantagesList .image {
		border-radius: 10px;
	}

	.coreAdvantagesList .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.scopeList .list {
		margin-top: 40px;
	}

	.scopeList .list .item {
		margin-top: 40px;
	}


	.scopeList .list .num {
		font-size: 36px;
		line-height: 36px;
		margin-top: 20px;
	}
}

@media screen and (max-width:1333px) {
	.scope .checkBtns img {
		margin-right: 5px;
	}

	.scope .msgSwiper .tit,
	.signTit {
		font-size: 24px;
		line-height: 36px;
	}

	.scope .imgSwiper,
	.scope .msgSwiper {
		border-radius: 5px;
	}

	.scope .msgSwiper .swiper-slide {
		padding: 30px 30px;
	}

	.scopeList .list {
		margin-top: 30px;
	}

	.scopeList .list .item {
		padding: 20px 16px;
		margin-top: 30px;
		border-radius: 5px;
	}

	.scopeList .list .image {
		border-radius: 5px;
	}

	.scopeList .list .num {
		font-size: 30px;
		line-height: 30px;
	}

	.coreAdvantages .coreAdvantagesList {
		margin-top: 40px;
	}

	.coreAdvantagesList .clear {
		display: block;
	}

	.coreAdvantagesList .item {
		display: block;
	}

	.coreAdvantagesList .item:nth-child(2n-1) .image {
		float: left;
		margin-right: 5%;
	}

	.coreAdvantagesList .item:nth-child(2n) .image {
		float: right;
		margin-left: 5%;
	}

	.coreAdvantagesList .list {
		width: 100%;
	}

	.coreAdvantagesList {
		margin-top: 40px;
	}

	.coreAdvantagesList .image {
		border-radius: 5px;
	}
}

@media screen and (max-width:999px) {
	.scope .checkBtns .item {
		font-size: 14px;
		line-height: 24px;
		padding: 4px 14px;
	}

	.scope .checkBtns img {
		width: 26px;
		height: 26px;
	}

	.scope .checkBtns {
		margin-top: 26px;
	}

	.scope .con {
		margin-top: 30px;
	}

	.scope .msgSwiper .tit,
	.signTit {
		font-size: 20px;
		line-height: 32px;
	}

	.scope .msgSwiper .swiper-slide {
		padding: 30px 20px;
	}

	.scope .msgSwiper .btn i {
		width: 32px;
		height: 32px;
	}

	.scope .msgSwiper .btn i strong {
		font-size: 12px;
	}

	.scope {
		padding-bottom: 50px;
	}

	.scopeList {
		margin-top: 50px;
	}

	.signTit::after {
		width: 5px;
	}

	.scopeList .list {
		justify-content: space-between;
	}

	.scopeList .list .item:nth-child(n) {
		width: 48%;
		margin-left: 0;
		margin-top: 30px;
	}

	.scopeList .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.scopeList .list .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.scopeList .list .num {
		font-size: 28px;
		line-height: 28px;
	}

	.coreAdvantages .coreAdvantagesList {
		margin-top: 30px;
	}

	.coreAdvantages,
	.coreAdvantagesList .item,
	.service .customizedCase {
		margin-top: 50px;
	}

	.coreAdvantagesList .list .tit {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:768px) {
	.scope .checkBtns .item {
		padding: 4px 10px;
		margin: 5px 5px;
	}

	.scope .msgSwiper .tit,
	.signTit {
		font-size: 18px;
		line-height: 28px;
	}

	.scope .msgSwiper .btn {
		margin-top: 20px;
	}

	.scope {
		padding-bottom: 40px;
	}

	.scopeList,
	.coreAdvantages,
	.coreAdvantagesList .item,
	.service .customizedCase {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.scope .imgSwiper {
		position: static;
		transform: translateY(0);
	}

	.scope .msg {
		padding: 0;
		border-radius: 0;
		width: 100%;
	}

	.scope .msgSwiper .swiper-slide {
		padding: 20px 15px;
	}

	.scope .msgSwiper .txts {
		margin-top: 16px;
	}

	.scope .msgSwiper .btn {
		margin-top: 16px;
	}

	.scope .imgSwiper {
		width: 100%;
	}

	.scopeList .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.scopeList .list .item:nth-child(1) {
		margin-top: 0;
	}

	.coreAdvantagesList .item:nth-child(n) .image {
		width: 100%;
		float: none;
		margin: 0;
	}

	.coreAdvantagesList .item:nth-child(n) .list {
		margin-top: 24px;
	}
}

/* 5-1About Yatu */

.aboutUs {
	padding: 50px 0 59px;
	padding-right: calc((100vw - 1500px)/ 2);
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}

.aboutUs .clear {
	display: none;
}


.aboutUs .tips {
	margin-top: 20px;
	font-size: 18px;
	font-family: Poppins-SemiBold;
	line-height: 30px;
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.aboutUs .msg {
	width: 45%;
	padding-top: 24px;
}

.aboutUs .txts {
	margin-top: 44px;
}

.aboutUs .msg p {
	margin-bottom: 20px;
}

.aboutUs .msg p:last-child {
	margin-bottom: 0;
}


.aboutUs .msg p em::after {
	width: 15.5px;
	height: 15.5px;
	border-radius: 4px;
	background: linear-gradient(90deg, #0D772A 0%, #73C139 100%);
	top: 5px;
}


.aboutUs .msg p em {
	padding-right: 36px;
	margin-bottom: 0;
}

.aboutUs .image {
	width: 51.9%;
}




.aboutNumList {
	position: relative;
	z-index: 9;
	background: linear-gradient(to bottom, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, .1) 52.77%, #F4F4F4 52.77%, #F4F4F4 100%);
}


@media screen and (max-width:1660px) {
	.aboutUs {
		padding: 50px 0;
		padding-left: 80px;
	}

	.aboutUs .msg {
		padding-top: 0;
	}

	.aboutUs .tips {
		margin-top: 26px;
	}
}

@media screen and (max-width:1333px) {
	.aboutUs {
		display: block;
	}

	.aboutUs .image {
		float: right;
		margin-left: 5%;
	}

	.aboutUs .msg {
		width: 100%;
		padding-right: 80px;
	}

	.aboutUs .tips {
		font-size: 16px;
		line-height: 28px;
	}

	.aboutUs .txts {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.aboutUs {
		padding: 50px 80px;
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.aboutUs .image {
		float: none;
		margin: 0;
		width: 100%;
		margin: 0 auto;
		margin-top: 30px;
		max-width: 900px;
	}

	.aboutUs .msg {
		width: 100%;
		padding-right: 0;
	}

	.aboutUs .tips {
		font-size: 14px;
		line-height: 26px;
		margin-top: 26px;
	}

	.aboutUs .txts {
		margin-top: 26px;
	}

	.aboutUs .msg p em::after {
		width: 14px;
		height: 14px;
	}

	.aboutUs .msg p em {
		padding-left: 30px;
	}
}

@media screen and (max-width:768px) {
	.aboutUs {
		padding: 40px 25px;
	}
}

@media screen and (max-width:538px) {
	.aboutUs {
		padding: 40px 15px;
	}

	.aboutUs .msg p em {
		padding-left: 26px;
	}

	.aboutUs .image {
		margin-top: 26px;
	}
}


.equipment {
	padding: 81px 0 90px 0;
	overflow: hidden;
	background-color: #F4F4F4;
}

.equipment .tips {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #333;
	font-size: 18px;
	line-height: 28px;
}

.equipment .tips i {
	flex-shrink: 0;
	margin-right: 10px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-left: 10px;
	background-image: linear-gradient(90deg, #0D772A 0%, #73C139 100%);
}


.equipment .title1 {
	margin-top: 2px;
}

.equipment .swiper {
	margin-top: 39px;
	overflow: visible;
	clip-path: polygon(0% -1000%, 1000% -1000%, 1000% 1000%, 0 1000%);
}


.equipment .btns {
	display: flex;
	align-items: center;
	justify-content: center;
}

.equipment .btns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-top: 50px;
	border-radius: 50%;
	position: relative;
	width: 48px;
	height: 48px;
	padding: 1px;
	background-color: #000;
	overflow: hidden;
	z-index: 9;
	transform: scaleX(-1);
	display: inline-block;
}


.equipment .btns>div.prev {
	margin-left: 30px;
	transform: scaleX(-1);
	display: inline-block;
}


.equipment .btns>div i {
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: #000000;
	border-radius: 50%;
	font-weight: bold;
}


.equipment .btns>div.swiper-button-disabled {
	pointer-events: none;
}


.equipment .btns>div:hover {
	background-color: transparent;
}


.equipment .btns>div:hover i {
	background-color: transparent;
	color: #ffffff;
}



.equipment .btns>div::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	box-sizing: border-box;
	transition: .4s ease all;
	opacity: 0;
	background: linear-gradient(90deg, #0D772A 0%, #73C139 100%);
}

.equipment .btns>div:hover::after {
	opacity: 1;
}

@media screen and (max-width:1660px) {
	.equipment .btns>div {
		width: 42px;
		height: 42px;
		margin-top: 20px;
	}

	.equipment .btns>div i {
		font-size: 16px;
	}

	.equipment .btns>div.prev {
		margin-right: 20px;
	}

	.equipment .tips {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:1333px) {
	.equipment .swiper {
		margin-top: 30px;
	}

	.equipment .btns>div {
		width: 38px;
		height: 38px;
	}

	.equipment .btns>div i {
		font-size: 14px;
	}
}

@media screen and (max-width:999px) {
	.equipment .btns>div {
		width: 36px;
		height: 36px;
	}

	.equipment .btns>div i {
		font-size: 12px;
	}

	.equipment .tips {
		font-size: 14px;
		line-height: 24px;
	}
}


.aboutPiece {
	padding: 100px 0 100px 0;
}

.history .tips {
	margin-top: 20px;
}


.history .con {
	margin-top: 10px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.history .year {
	width: 260px;
	position: sticky;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.history .year .swiperBox {
	height: 510px;
	display: flex;
	align-items: center;
	overflow: hidden;
}


.history .year .swiper {
	height: 62px;
	overflow: visible;
}


.history .year .swiper-slide {
	display: flex;
	align-items: center;
	font-family: Poppins-SemiBold;
	font-size: 48px;
	line-height: 62px;
	cursor: pointer;
	transition: .4s ease color;
	position: relative;
	color: transparent;
}

.history .year .swiper-slide::after {
	content: attr(title);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: .4s ease all;
}


.history .year .swiper-slide::after {
	background: linear-gradient(180deg, rgba(51, 51, 51, 0.40) 0%, rgba(153, 153, 153, 0.50) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 1;
}



.history .year .swiper-slide-active::after {
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.history .year .swiper-slide-prev::after {
	background: linear-gradient(180deg, rgba(51, 51, 51, 0.64) 0%, rgba(153, 153, 153, 0.80) 100%);
	opacity: 1;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.history .year .swiper-slide-next::after {
	background: linear-gradient(180deg, rgba(51, 51, 51, 0.64) 0%, rgba(153, 153, 153, 0.80) 100%);
	opacity: 1;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.history .year .scrollLine {
	flex-shrink: 0;
	width: 15px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.history .year .scrollLine img {
	display: block;
}


.history .list {
	flex: 1;
	margin-right: 5.8%;
}


.history .list .item {
	padding: 29.5px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.30);
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.history .list .image {
	width: 32.1%;
}

.history .list .msg {
	width: 62.35%;
}

.history .list .tit {
	color: #333;
	font-size: 30px;
	font-family: Poppins-SemiBold;
	line-height: 42px;
	margin-top: 42px;
}

.history .list .tit:hover::after {
	opacity: 0;
}

.history .list .tit:hover {
	color: #333333 !important;
}

.history .list .item.act1 .tit {
	color: transparent !important;
}

.history .list .item.act1 .tit::after {
	opacity: 1;
}

.history .list .txts {
	margin-top: 22px;
}

.history .list .txts p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}

.aboutPiece .latestNews {
	margin-top: 101px;
}



@media screen and (max-width:1660px) {
	.history .list .tit {
		margin-top: 0px;
		font-size: 26px;
		line-height: 38px;
	}

	.history .list .txts {
		margin-top: 16px;
	}

	.history .con {
		margin-top: 50px;
	}

	.history .year .scrollLine {
		width: 14px;
	}

	.history .year .swiper-slide {
		font-size: 36px;
		line-height: 50px;
	}

	.history .year .swiper {
		height: 50px;
	}


	.history .year .swiperBox {
		height: 410px;
	}

	.history .year {
		width: 230px;
	}

	.aboutPiece .latestNews {
		margin-top: 80px;
	}
}


@media screen and (max-width:1333px) {
	.history .list .item {
		flex-direction: column;
		align-items: flex-start;
	}

	.history .list .msg {
		width: 100%;
		margin-top: 20px;
	}

	.history .list .tit {
		font-size: 24px;
		line-height: 36px;
	}

	.history .list .txts {
		margin-top: 10px;
	}

	.history .list .image {
		max-width: 300px;
		width: 100%;
	}

	.history .year .scrollLine {
		width: 12px;
	}

	.history .year .swiper-slide {
		font-size: 32px;
		line-height: 40px;
	}

	.history .year .swiper {
		height: 40px;
	}

	.aboutPiece .latestNews {
		margin-top: 60px;
	}
}

@media screen and (max-width:999px) {
	.history .year {
		display: none;
	}

	.history .list {
		margin-left: 0;
	}

	.history .list .item:nth-child(1) {
		padding-top: 0;
	}

	.history .con {
		margin-top: 40px;
	}

	.history .list .tit {
		font-size: 20px;
		line-height: 32px;
	}

	.aboutPiece .latestNews {
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.aboutPiece .latestNews {
		margin-top: 40px;
	}
}


/* 6-1Our Capabilities */


.capability {
	padding: 51px 0 100px 0;
}

.capability .title1 {
	position: relative;
}

.capability .title1::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -19px;
	height: 2px;
	width: 160px;
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
}


.capability .con {
	margin-top: 71px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}


.capability .txts {
	width: 51%;
}

.capability .box {
	width: 42.3%;
	position: relative;
}


.capability .box .image {
	border-radius: 120px 4px 4px 4px;
	overflow: hidden;
}


.capability .box .sign {
	position: absolute;
	bottom: 99%;
	right: 0;
	width: 73%;
}

.capability .box .sign img {
	display: block;
}

.capability .clear {
	display: none;
}


@media screen and (max-width:1660px) {
	.capability .title1::after {
		width: 120px;
	}

	.capability .box .image {
		border-radius: 80px 4px 4px 4px;
	}

	.capability .con {
		margin-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.capability .title1::after {
		width: 80px;
	}

	.capability .con {
		display: block;
		margin-top: 50px;
	}

	.capability .box {
		float: right;
		margin-left: 5%;
	}

	.capability .clear {
		display: block;
	}

	.capability .txts {
		width: 100%;
	}

	.capability .box .image {
		border-radius: 40px 4px 4px 4px;
	}
}

@media screen and (max-width:999px) {
	.capability .con {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.capability .box {
		margin: 0;
		float: none;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		margin-top: 30px;
	}

	.capability .box .sign {
		position: static;
	}

	.capability .title1::after {
		width: 60px;
	}

	.capability .box .image {
		border-radius: 20px 4px 4px 4px;
	}
}

@media screen and (max-width:768px) {
	.capability .con {
		margin-top: 46px;
	}
}


.qualityControl {
	padding: 80px 0 101px 0;
	background-color: #F4F4F4;
}

.qualityControl .title1 {
	margin-top: 5px;
}

.qualityControl .con {
	margin-top: 68px;
	display: flex;
	justify-content: space-between;
}

.qualityControl .show {
	width: 48.93%;
	border-radius: 16px;
	overflow: hidden;
}

.qualityControl .show img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.qualityControl .msg {
	width: 47.13%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 9px;
}

.qualityControl .msg .image {
	border-radius: 16px;
	overflow: hidden;
	margin-top: 48px;
	flex: 1;
}


.qualityControl .standardEdit p {
	font-family: Arial;
}


.qualityControl .msg .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.qualityControl .dis {
	margin-top: 51px;
}


@media screen and (max-width:1660px) {
	.qualityControl .title1 {
		margin-top: 10px;
	}

	.qualityControl .con {
		margin-top: 40px;
	}

	.qualityControl .show {
		border-radius: 10px;
	}

	.qualityControl .msg .image {
		border-radius: 10px;
		margin-top: 0;
	}

	.qualityControl .msg {
		padding-top: 0;
	}

	.qualityControl .txts {
		padding: 26px 0;
	}

	.qualityControl .dis {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.qualityControl .show {
		border-radius: 5px;
	}

	.qualityControl .msg .image {
		border-radius: 5px;
	}
}

@media screen and (max-width:999px) {
	.qualityControl .con {
		margin-top: 30px;
	}

	.qualityControl .dis {
		margin-top: 30px;
	}

	.qualityControl .con {
		flex-direction: column-reverse;
	}

	.qualityControl .msg {
		width: 100%;
	}

	.qualityControl .msg .image {
		max-width: 700px;
		margin: 0 auto;
		margin-top: 26px;
	}

	.qualityControl .show {
		width: 100%;
		margin: 0 auto;
		margin-top: 26px;
		max-width: 700px;
	}

	.qualityControl .txts {
		padding: 0;
	}
}


.certification {
	padding: 100px 0 152px 0;
	overflow: hidden;
}


.certification .mbox {
	margin-top: 30px;
	height: 84px;
}


.certification .mbox p {
	text-align: center;
	color: #4D4D4D;
}

.certification .mBtn {
	margin: 0 auto;
	margin-top: 16px;
}

.certification .certificationSwiper {
	margin-top: 59px;
}


.certificationSwiper {
	position: relative;
}

.certificationSwiper .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}


.certificationSwiper .btns>div {
	position: absolute;
	top: 67%;
	transform: translateY(-50%);
	font-size: 40px;
	line-height: 40px;
	z-index: 9;
	cursor: pointer;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: grayscale(100%) brightness(0%) opacity(58%);
}


.certificationSwiper .btns>div:hover {
	filter: grayscale(0%) brightness(100%) opacity(100%);
}


.certificationSwiper .btns>div.prev {
	left: -86px;
}


.certificationSwiper .btns>div.next {
	right: -88px;
}



.certificationSwiper .swiper-slide {
	display: flex;
	justify-content: center;
	pointer-events: none;
	position: relative;
	transform-origin: center bottom;
}

.certificationSwiper .swiper-slide .name {
	position: absolute;
	bottom: 0;
	transform: translateY(calc(100% + 22px)) translateX(-50%);
	z-index: 9;
	left: 50%;
	opacity: 0;
	width: 68%;
	text-align: center;
	color: #333333;
	pointer-events: none;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #333;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
}


.certificationSwiper .swiper-slide .image {
	transform: scale(.3);
	position: relative;
}


.certificationSwiper .slide-r20 .image {
	transform: scale(.4) translateX(80%);
}


.certificationSwiper .slide-l20 .image {
	transform: scale(.4) translateX(-80%);
}

.certificationSwiper .slide-r15 .image {
	transform: scale(.5) translateX(79%);
}

.certificationSwiper .slide-l15 .image {
	transform: scale(.5) translateX(-79%);
}

.certificationSwiper .slide-r10 .image {
	transform: scale(0.6) translateX(20%);
}

.certificationSwiper .slide-r10 .name {
	transform: translateY(calc(100% + 22px)) translateX(-32%);
	opacity: 1;
	pointer-events: all;
}

.certificationSwiper .slide-l10 .name {
	transform: translateY(calc(100% + 22px)) translateX(-67.5%);
	opacity: 1;
	pointer-events: all;
}


.certificationSwiper .slide-l10 .image {
	transform: scale(.6) translateX(-20%);
}

.certificationSwiper .slide-r5 .image {
	transform: scale(0.8) translateX(19.7%);
}

.certificationSwiper .slide-l5 .image {
	transform: scale(.8) translateX(-19.7%);
}

.certificationSwiper .slide-r5 .name {
	transform: translateY(calc(100% + 22px)) translateX(-26.5%);
	opacity: 1;
	pointer-events: all;
}

.certificationSwiper .slide-l5 .name {
	transform: translateY(calc(100% + 22px)) translateX(-72.5%);
	opacity: 1;
	pointer-events: all;
}


.certificationSwiper .slide-center-main .image {
	transform: scale(1);
}

.certificationSwiper .swiper-slide .image {
	transform-origin: bottom center;
	pointer-events: all;
}

.certificationSwiper .image:hover img {
	transform: translateY(-10px);
}


.certificationSwiper .swiper-slide .name::after {
	background: linear-gradient(90deg, #0D772A 0%, #73C139 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.certificationSwiper .swiper-slide-active .name {
	opacity: 1;
	pointer-events: all;
}



@media screen and (max-width:1750px) {
	.certification .certificationSwiper {
		margin-top: 40px;
	}

	.certificationSwiper .btns>div {
		font-size: 34px;
		line-height: 34px;
		width: 46px;
		height: 46px;
	}

	.certificationSwiper .btns>div.prev {
		left: -60px;
	}

	.certificationSwiper .btns>div.next {
		right: -60px;
	}

	.certificationSwiper .swiper-slide .name {
		font-size: 16px;
		line-height: 26px;
	}

	.certification {
		padding: 80px 0 100px;
	}
}

@media screen and (max-width:1660px) {
	.certification .mbox {
		margin-top: 26px;
	}

	.certificationSwiper .btns>div {
		font-size: 26px;
		line-height: 26px;
		width: 40px;
		height: 40px;
	}

	.certificationSwiper .btns>div.prev {
		left: -50px;
	}

	.certificationSwiper .btns>div.next {
		right: -50px;
	}
}

@media screen and (max-width:1333px) {
	.certification {
		padding: 60px 0 100px 0;
	}
}

@media screen and (max-width:999px) {
	.certification {
		padding: 50px 0 50px 0;
	}

	.certification .mbox {
		height: 52px;
	}

	.certificationSwiper .swiper-slide {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.certificationSwiper .swiper-slide:nth-child(n) .image,
	.certificationSwiper .swiper-slide:nth-child(n) .name {
		transform: none;
	}

	.certificationSwiper .swiper-slide:nth-child(n) .name {
		position: relative;
		width: 100%;
		opacity: 1;
		pointer-events: all;
		margin-top: 10px;
		font-size: 14px;
		line-height: 24px;
		left: 0;
		top: 0;
	}

	.certificationSwiper .btns>div {
		top: 50%;
	}

	.certification .certificationSwiper {
		margin-top: 30px;
	}

	.certification {
		padding: 40px 0 40px 0;
	}
}

@media screen and (max-width:768px) {
	.certificationSwiper .btns>div {
		position: static;
		transform: translateY(0);
		margin-top: 20px;
		width: 36px;
		height: 36px;
		font-size: 20px;
	}

	.certificationSwiper .btns {
		justify-content: center;
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
	}

	.certificationSwiper .btns>div.prev {
		margin-right: 20px;
	}
}


.sustainability {
	background-color: #F4F4F4;
	padding: 99px 0 116px 0;
}


.sustainability .title1 {
	position: relative;
}

.sustainability .title1::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -16px;
	width: 90px;
	height: 5px;
	background: linear-gradient(90deg, #0D772A 0%, #73C139 100%);
}


.sustainability .tips {
	margin: 0 auto;
	margin-top: 46px;
	max-width: 1230px;
}

.sustainability .tips p {
	color: #555555;
}

.sustainability .show {
	margin-top: 50px;
	position: relative;
	padding: 202px 14% 202px;
	z-index: 9;
}

.sustainability .title {
	color: #ffffff;
}

.sustainability .txts {
	margin-top: 33px;
}

.sustainability .txts p {
	color: #ffffff;
	text-align: center;
}

.sustainability .list {
	margin-top: 60px;
}

.sustainability .list .item {
	margin-top: 74px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sustainability .list .item:nth-child(2n) {
	flex-direction: row-reverse;
}

.sustainability .list .item:nth-child(1) {
	margin-top: 0px;
}


.sustainability .list .tit {
	width: 24.45%;
	font-size: 30px;
	line-height: 42px;
}


.sustainability .list .box {
	width: 66.85%;
	position: relative;
	z-index: 9;
	padding: 26px 33px 27px;
}

.sustainability .list .box::after,
.sustainability .list .box::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	z-index: -2;
}

.sustainability .list .box::before {
	background: #E4E4E4;
	z-index: -1;
	left: 0;
	top: 0;
}

.sustainability .list .box::after {
	right: -17px;
	bottom: -14px;
	border: 1px solid rgba(0, 0, 0, .5);

}



.sustainability .list .item:nth-child(2n-1) .txts {
	margin-right: 17px;
}

.sustainability .list .item:nth-child(2n-1) .box {
	margin-right: 17px;
}

@media screen and (max-width:1660px) {
	.sustainability .show {
		margin-top: 40px;
		padding: 140px 10%;
	}

	.sustainability .list .tit {
		font-size: 26px;
		line-height: 38px;
		width: 28%;
	}

	.sustainability .list .item {
		margin-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.sustainability .title1::after {
		width: 60px;
		height: 3px;
	}

	.sustainability .show {
		padding: 100px 10%;
	}

	.sustainability .txts {
		margin-top: 26px;
	}

	.sustainability .list .tit {
		font-size: 22px;
		line-height: 34px;
	}
}

@media screen and (max-width:999px) {
	.sustainability .show {
		margin-top: 30px;
		padding: 60px 10%;
	}

	.sustainability .list {
		margin-top: 50px;
	}

	.sustainability .list .item:nth-child(n) {
		flex-direction: column;
		align-items: flex-start;
	}

	.sustainability .list .tit {
		font-size: 20px;
		line-height: 32px;
		width: auto;
	}

	.sustainability .list .item {
		margin-top: 50px;
	}

	.sustainability .list .item:nth-child(n) .box {
		width: calc(100% - 17px);
		margin-top: 20px;
		padding: 20px;
		margin-right: 0;
	}
}

@media screen and (max-width:768px) {
	.sustainability .list {
		margin-top: 40px;
	}

	.sustainability .list .item {
		margin-top: 40px;
	}

	.sustainability .list .item:nth-child(n) .box {
		width: calc(100% - 10px);
	}

	.sustainability .list .item:nth-child(n) .box:after {
		right: -10px;
		bottom: -10px;
	}
}

@media screen and (max-width:538px) {
	.sustainability .show {
		padding: 40px 5%;
	}
}




/* 7-1Case */

.case {
	padding: 49px 0 95px 0;
}


.case .title {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.case .title1 {
	flex-shrink: 0;
	margin-left: 14.9%;
	color: #1E1E1E;
}


.case .title .box {
	flex: 1;
	padding-top: 7px;
}


.case .list {
	margin-top: 59px;
	display: flex;
	flex-wrap: wrap;
}

.case .list .caseItem {
	width: 32%;
	margin-left: 2%;
	margin-top: 61px;
}

.case .list .caseItem:nth-child(3n) {
	margin-left: 0;
}

.case .list .caseItem:nth-child(-n+3) {
	margin-top: 0;
}


.case .pager {
	margin-top: 55px;
}

.relatedProduct {
	padding: 100px 0 101px 0;
}

.relatedProduct .title1{
	color: #1E1E1E;
}

.relatedProduct .mbox {
	margin-top: 20px;
}

.relatedProduct .swiperBox {
	margin-top: 40px;
}

.relatedProduct .productItem .tit {
	margin-top: 25px;
}

@media screen and (max-width:1660px) {
	.case .title .box {
		padding: 0;
	}

	.case .title1 {
		margin-right: 10%;
	}

	.case .list {
		margin-top: 50px;
	}

	.case .list .caseItem {
		margin-top: 40px;
	}

	.case .pager {
		margin-top: 50px;
	}

	.relatedProduct .productItem .tit {
		margin-top: 16px;
	}
}

@media screen and (max-width:1333px) {
	.case .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.case .title1 {
		margin-right: 0;
	}

	.case .mbox {
		margin-top: 20px;
	}

	.case .list {
		margin-top: 40px;
	}

	.case .pager {
		margin-top: 40px;
	}

	.case .list .caseItem {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.case .list {
		margin-top: 30px;
		justify-content: space-between;
	}

	.case .list .caseItem:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.case .list .caseItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.case .pager {
		margin-top: 30px;
	}

	.relatedProduct .swiperBox {
		margin-top: 30px;
	}
}

@media screen and (max-width:450px) {
	.case .list .caseItem:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.case .list .caseItem:nth-child(1) {
		margin-top: 0;
	}

	.relatedProduct .swiperBox {
		max-width: 260px;
		margin: 0 auto;
		margin-top: 30px;
	}
}

/* 7-2Case */

.caseDet {
	padding: 52px 0 100px 0;
}

.font36 {
	font-size: 36px;
	line-height: 54px;
}

.caseDet .share {
	margin-top: 18px;
}

.share {
	display: flex;
	align-items: center;
}

.share span {
	color: #666;
	font-size: 16px;
	line-height: 28px;
	flex-shrink: 0;
	margin-left: 9px;
}

.caseDet .des {
	padding: 30px 0 69px 0;
	border-top: 1px solid rgba(153, 153, 153, 0.3);
	border-bottom: 1px solid rgba(153, 153, 153, 0.3);
	margin-top: 21px;
}

.standardEdit p strong {
	color: #333;
	font-family: Poppins-SemiBold;
	font-size: 22px;
	line-height: 30px;
}

.standardEdit p em {
	display: block;
	padding-right: 37px;
	position: relative;
	font-style: normal;
	margin-bottom: 15px;
}

.standardEdit p em::after {
	content: "";
	position: absolute;
	right: 0;
	top: 3px;
	width: 20px;
	height: 20px;
	background-image: url("../images/txtsSign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.caseDet .prevOrNext {
	margin-top: 39px;
}


.prevOrNext {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.prevOrNext>div {
	display: flex;
	align-items: center;
	width: 49%;
}


.prevOrNext>div.next {
	justify-content: flex-end;

}

.prevOrNext .next .tit {
	text-align: left;
}

.prevOrNext .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	background-color: #999;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
}

.prevOrNext .btn::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: linear-gradient(90deg, #0D772A 0%, #73C139 100%);
	transition: .4s ease all;
	opacity: 0;
}


.prevOrNext .prev .btn {
	margin-left: 19px;
}

.prevOrNext .next .btn {
	margin-right: 19px;
}

.prevOrNext .btn i {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	transform: scaleX(-1);
	display: inline-block;
}


.prevOrNext a.btn:hover::after {
	opacity: 1;
}

.prevOrNext a.btn:hover {
	background-color: transparent;
}



.prevOrNext .tit {
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}

.prevOrNext .name {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}


.prevOrNext a.name::after {
	background: linear-gradient(90deg, #0D772A 0%, #73C139 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}




@media screen and (max-width:1660px) {
	.font36 {
		font-size: 30px;
		line-height: 42px;
	}

	.caseDet .share {
		margin-top: 30px;
	}

	.caseDet .des {
		padding: 30px 0;
		margin-top: 30px;
	}

	.standardEdit p strong {
		font-size: 20px;
	}

	.prevOrNext .btn {
		border-radius: 5px;
	}
}


@media screen and (max-width:1333px) {
	.font36 {
		font-size: 26px;
		line-height: 38px;
	}

	.standardEdit p strong {
		font-size: 18px;
	}

	.standardEdit p em {
		margin-bottom: 10px;
	}

	.prevOrNext .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.prevOrNext .btn {
		width: 44px;
		height: 44px;
	}
}

@media screen and (max-width:999px) {

	.prevOrNext .tit {
		font-size: 16px;
	}

	.prevOrNext .name {
		font-size: 14px;
		line-height: 24px;
	}

	.font36 {
		font-size: 22px;
		line-height: 34px;
	}

	.share span {
		font-size: 14px;
		line-height: 24px;
	}

	.standardEdit p strong {
		font-size: 16px;
		line-height: 28px;
	}

	.prevOrNext .tit {
		font-size: 14px;
		line-height: 24px;
	}

	.prevOrNext .btn {
		width: 42px;
		height: 42px;
	}

	.prevOrNext .btn i {
		font-size: 12px;
		line-height: 42px;
	}

	.prevOrNext {
		flex-direction: column;
		align-items: flex-start;
	}

	.prevOrNext>div {
		width: 100%;
	}

	.prevOrNext>div.next {
		flex-direction: row-reverse;
		margin-top: 20px;
	}

	.prevOrNext .next .btn {
		margin-right: 0;
		margin-left: 19px;
	}

	.prevOrNext .next .tit {
		text-align: right;
	}
	
}

@media screen and (max-width:768px) {
	.font36 {
		font-size: 20px;
		line-height: 32px;
	}


	.standardEdit p em {
		padding-left: 30px;
	}

	.standardEdit p em::after {
		width: 18px;
		height: 18px;
	}

	.prevOrNext .btn {
		width: 40px;
		height: 40px;
	}
	.caseDet .prevOrNext{
		margin-top: 30px;
	}
}


/* 7-3Blog */

.blog {
	padding: 49px 0 95px 0;
}

.blog .title1 {
	color: #1E1E1E;
}

.blog .mbox {
	margin-top: 20px;
}

.blog .blogBtns {
	margin-top: 35px;
	display: flex;
	flex-wrap: wrap;
}

.blog .blogBtns a {
	position: relative;
	padding: 10px 26.6px;
	margin: 5px 0;
	margin-left: 11.5px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #333;
	font-size: 16px;
	line-height: 28px;
	border-radius: 30px;
	background: rgba(51, 51, 51, 0.10);
	overflow: hidden;
}

.blog .blogBtns a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
	z-index: -1;
	transition: .4s ease all;
	opacity: 0;
}


.blog .blogBtns a:hover,
.blog .blogBtns a.active {
	background-color: transparent;
	color: #ffffff;
}


.blog .blogBtns a:hover:after,
.blog .blogBtns a.active:after {
	opacity: 1;
}


.blog .list {
	margin-top: 46px;
}

.blog .list .item {
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
	margin-top: 50px;
	border-bottom: 1px solid #D9D9D9;
}

.blog .list .item:nth-child(1) {
	margin-top: 0;
}

.blog .pager {
	margin-top: 55px;
}


.blog .list .image {
	width: 32%;
}

.blog .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.blog .list .box {
	width: 66%;
	padding: 30px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.blog .list .time {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}

.blog .list .tit {
	margin-top: 20px;
	height: 56px;
}

.blog .list .tit::after {
	background: linear-gradient(90deg, #0D772A 0%, #73C139 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.blog .list .txts {
	color: #666;
	margin-top: 24px;
	height: 56px;
}


.blog .list .btn {
	display: inline-block;
	width: max-content;
	margin-top: 31px;
}


.blog .list .btn span {
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.blog .list .btn::after {
	background: linear-gradient(90deg, #0D772A 0%, #73C139 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.blog .list .btn:hover span {
	opacity: 0;
}

@media screen and (max-width:1660px) {
	.blog .blogBtns {
		margin-top: 30px;
	}

	.blog .blogBtns a {
		padding: 8px 20px;
	}

	.blog .list .txts {
		margin-top: 20px;
	}

	.blog .list .btn {
		margin-top: 20px;
	}

	.blog .list .item {
		padding-bottom: 40px;
		margin-top: 40px;
	}

	.blog .pager {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.blog .blogBtns a {
		padding: 6px 20px;
	}

	.blog .list .item {
		margin-top: 30px;
		padding-bottom: 30px;
	}

	.blog .list .box {
		padding: 26px 0;
	}

	.blog .list {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.blog .blogBtns a {
		font-size: 14px;
		line-height: 24px;
		margin-right: 10px;
		padding: 6px 16px;
	}

	.blog .list {
		margin-top: 30px;
	}

	.blog .list .tit {
		height: 52px;
		margin-top: 16px;
	}

	.blog .list .txts {
		height: 52px;
		margin-top: 16px;
	}

	.blog .list .btn {
		margin-top: 16px;
	}

	.blog .pager {
		margin-top: 30px;
	}

	.blog .list .box {
		padding: 20px 0;
		width: 60%;
	}

	.blog .list .image {
		width: 36%;
	}
}

@media screen and (max-width:768px) {
	.blog .blogBtns a {
		padding: 4px 14px;
	}
}

@media screen and (max-width:538px) {
	.blog .list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.blog .list .item:nth-child(n) {
		flex-direction: column;
		align-items: flex-start;
		width: 48%;
		margin-top: 30px;
	}

	.blog .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.blog .list .image {
		width: 100%;
	}

	.blog .list .box {
		width: 100%;
		padding: 0;
		margin-top: 16px;
	}
}

@media screen and (max-width:450px) {
	.blog .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.blog .list .item:nth-child(1) {
		margin-top: 0;
	}

	.blog .list .tit {
		margin-top: 12px;
	}

	.blog .list .txts {
		margin-top: 12px;
	}
}



/* 7-4Blog */

.newDet {
	padding: 51px 0 100px 0;
}

.newDet .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.newDet .des {
	width: 74.53%;
}

.newDet .tips {
	display: flex;
	align-items: center;
	margin-top: 19px;
}

.newDet .tips p {
	flex-shrink: 0;
	margin-left: 49px;
}


.newDet .dis {
	padding: 30px 0 50px 0;
	margin-top: 20px;
	border-top: 1px solid rgba(153, 153, 153, .3);
	border-bottom: 1px solid rgba(153, 153, 153, .3);
}

.newDet .prevOrNext {
	margin-top: 39px;
}


.newDet .prevOrNext {
	flex-direction: column;
	align-items: flex-start;
}

.newDet .prevOrNext>div {
	width: 100%;
}

.newDet .prevOrNext>div.next {
	flex-direction: row-reverse;
	margin-top: 16px;
}

.newDet .prevOrNext .next .btn {
	margin-right: 0;
	margin-left: 19px;
}

.newDet .prevOrNext .next .tit {
	text-align: left;
}


.newDet .newSlides {
	width: 21.6%;
}


.newSlides .title {
	background-color: #F6F6F6;
	border-radius: 10px;
	padding: 9px 10px;
}


.newCase .list {
	margin-top: 21px;
}

.newCase .list .item {
	margin-top: 20px;
	padding: 20px 19px 17px;
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 0 0 13.543px 0 rgba(0, 0, 0, 0.15);
	overflow: hidden;
}


.newCase .list .item:nth-child(1) {
	margin-top: 0;
}

.newCase .list .tit::after {
	background: linear-gradient(90deg, #0D772A 0%, #73C139 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.newCase .list .line {
	width: 44px;
	height: 3px;
	border-radius: 10px;
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
	margin-top: 10px;
}

.newCase .list .btn {
	display: inline-block;
	margin-top: 24px;
	width: max-content;
	max-width: 100%;
}


.newCase .list .btn::after {
	background: linear-gradient(90deg, #0D772A 0%, #73C139 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.newCase .list .btn span {
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.newCase .list .btn:hover span {
	opacity: 0;
}

.subRequest {
	margin-top: 61px;
}


.subRequest form {
	margin-top: 13px;
	border-radius: 10px;
	border: 1px solid #F6F6F6;
	background: #FFF;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
	padding: 26px 21px 22px;
}

.subRequest form li {
	margin-top: 10px;
	border: 1px solid #D0D0D0;
	border-radius: 10px;
	padding: 0 10px;
	height: 50px;
}

.subRequest form li.must {
	position: relative;
	padding-right: 16px;
}

.subRequest form li.must::after {
	content: "*";
	position: absolute;
	right: 9px;
	top: 15px;
	color: #BE2727;
	font-size: 14px;
	line-height: 26px;
}


.subRequest form li input {
	width: 100%;
	height: 100%;
	font-size: 14px !important;
}

.subRequest form li:nth-child(1) {
	margin-top: 0;
}


.subRequest form li.codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	overflow: hidden;
}

.subRequest form li.codeCon input {
	flex: 1;
	padding: 0 10px;
	padding-right: 16px;
}

.subRequest form li.codeCon .codeImg {
	width: 85px;
	height: 28px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 4px;
}


.subRequest form li.codeCon .codeImg img {
	display: block;
}


.subRequest form li.subBtn {
	padding: 0;
	border: none;
	overflow: hidden;
	position: relative;
	z-index: 9;
}

.subRequest form li.subBtn input {
	cursor: pointer;
	background-color: transparent;
	color: #ffffff;
}

.subRequest form li.subBtn::after,
.subRequest form li.subBtn::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: .4s ease all;
}


.subRequest form li.subBtn::after {
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
	opacity: 1;
}

.subRequest form li.subBtn::before {
	background: linear-gradient(90deg, #0D772A 0%, #73C139 100%);
	opacity: 0;
}


.subRequest form li.subBtn:hover::after {
	opacity: 0;
}

.subRequest form li.subBtn:hover::before {
	opacity: 1;
}

form ul li.m-formcountry {
	position: relative;
	padding: 0;
}

form ul li.m-formcountry .drop-btn {
	height: 100%;
	padding: 0 10px;
}

form ul li.m-formcountry .drop-btn {
	position: relative;
}

form ul li.m-formcountry .drop-btn i,
form ul li.m-formcountry .drop-btn svg {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 12px;
	color: #999999;
}

form ul li.m-formcountry .drop-list {
	display: none;
	border: 1px solid #e6e6e6;
	width: 100%;
	position: absolute;
	top: 100%;
	background: #fff;
	max-height: 223px;
	overflow-x: hidden;
	z-index: 10001;
	scrollbar-color: #112B81 rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
	padding: 0;
}

form ul li.m-formcountry .drop-list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

form ul li.m-formcountry .drop-list::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
}

form ul li.m-formcountry .drop-list::-webkit-scrollbar-thumb {
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
}

form ul li.m-formcountry .drop-list li {
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	padding: 5px 10px;
	cursor: pointer;
	width: auto;
	height: auto;
	border: none;
	border-radius: 0;
	margin: 0;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
	transition: .4s ease all;
	position: relative;
}

.subRequest form ul li.m-formcountry .drop-list li {
	font-size: 14px;
	line-height: 26px;
}


form ul li.m-formcountry .drop-list li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .4s ease all;
	opacity: 0;
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
	z-index: -1;
}

form ul li.m-formcountry .drop-list li:hover::after {
	opacity: 1;
}

form ul li.m-formcountry .drop-list li:hover {
	color: #ffffff;
}


.subRequest form input::-webkit-input-placeholder,
.subRequest form textarea::-webkit-input-placeholder {
	color: #999;
	font-size: 14px !important;
}

.subRequest form input:-moz-placeholder,
.subRequest form textarea:-moz-placeholder {
	color: #999;
	font-size: 14px !important;
}

.subRequest form input::-moz-placeholder,
.subRequest form textarea::-moz-placeholder {
	color: #999;
	font-size: 14px !important;
}

.subRequest form input:-ms-input-placeholder,
.subRequest form textarea:-ms-input-placeholder {
	color: #999;
	font-size: 14px !important;
}


@media screen and (max-width:1660px) {

	.newDet .tips,
	.newDet .prevOrNext {
		margin-top: 30px;
	}

	.newDet .dis {
		padding: 30px 0;
		margin-top: 30px;
	}

	.newSlides .title {
		border-radius: 5px;
	}

	.newCase .list .item {
		border-radius: 5px;
		padding: 20px;
	}

	.subRequest {
		margin-top: 40px;
	}

	.subRequest form {
		padding: 20px;
		border-radius: 5px;
		margin-top: 20px;
	}

	.subRequest form li {
		height: 46px;
		border-radius: 5px;
	}

	.subRequest form li.must::after {
		top: 10px;
	}
}

@media screen and (max-width:1333px) {
	.newDet .des {
		width: 68%;
	}

	.newDet .newSlides {
		width: 28%;
	}

	.subRequest form li {
		height: 42px;
	}

	.subRequest form li.must::after {
		top: 8px;
	}
}

@media screen and (max-width:999px) {
	.newDet .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet .des {
		width: 100%;
	}

	.newDet .tips p {
		margin-left: 30px;
	}

	.newDet .newSlides {
		width: 100%;
		margin-top: 50px;
	}

	.newCase .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.newCase .list .item {
		width: 48%;
		margin-top: 20px;
	}

	.newCase .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.newCase .list .btn {
		margin-top: 20px;
	}

	.subRequest form ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.subRequest form ul li {
		width: 49%;
		margin-top: 10px;
	}

	.subRequest form ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	.subRequest form ul li.message {
		width: 100%;
	}

	form ul li.m-formcountry .drop-list {
		max-height: 149px;
	}

	form ul li.m-formcountry .drop-list li {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.newDet .newSlides {
		margin-top: 40px;
	}

	.contactUs .cForm ul {
		margin-top: 26px;
	}
}

@media screen and (max-width:538px) {
	.newCase .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.newCase .list .item:nth-child(1) {
		margin-top: 0;
	}

	.subRequest form ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	.subRequest form ul li:nth-child(1) {
		margin-top: 0;
	}

	.subRequest form,
	.newCase .list .item:nth-child(n) {
		padding: 20px 15px;
	}
}


/* 7-5Download */

.downloadPiece {
	padding: 50px 0 95px 0;
}

.downloadPiece .mbox {
	margin-top: 20px;
}


.downloadPiece .list {
	margin-top: 61px;
}

.downloadPiece .list .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 29px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-top: 51px;
}

.downloadPiece .list .item:nth-child(1) {
	margin-top: 0;
}


.downloadPiece .list .box {
	flex: 1;
	display: flex;
	align-items: flex-start;
}

.downloadPiece .list .sign {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-left: 36.5px;
	width: 75px;
	margin-top: 2px;
}


.downloadPiece .list .tit {
	font-size: 20px;
	line-height: 30px;
}

.downloadPiece .list .txts {
	margin-top: 14px;
}


.downloadPiece .list .btn {
	flex-shrink: 0;
	position: relative;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	color: #0070B8;
	margin-left: 40px;
	padding: 1px;
}

.downloadPiece .list .btn span {
	padding: 7px 29px 7px 29px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	border-radius: 9px;
}

.downloadPiece .list .btn img {
	width: 19px;
	flex-shrink: 0;
	margin-right: 12px;
}


.downloadPiece .list .btn::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	transition: .4s ease all;
	box-sizing: border-box;
	z-index: -2;
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
	width: 100%;
	height: 100%;
}

.downloadPiece .list .btn:hover {
	color: #ffffff;
}

.downloadPiece .list .btn:hover img {
	transform: none;
	filter: grayscale(100%) brightness(500%);
}

.downloadPiece .list .btn:hover span {
	background-color: transparent;
}

.downloadPiece .pager {
	margin-top: 74px;
}

@media screen and (max-width:1660px) {
	.downloadPiece .list .btn {
		border-radius: 5px;
	}

	.downloadPiece .list .btn span {
		border-radius: 4px;
		padding: 6px 20px;
	}

	.downloadPiece .list .sign {
		width: 70px;
	}

	.downloadPiece .pager {
		margin-top: 50px;
	}

	.downloadPiece .list .item {
		padding-bottom: 40px;
		margin-top: 40px;
	}

	.downloadPiece .list {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.downloadPiece .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.downloadPiece .list .sign {
		width: 60px;
		margin-right: 30px;
	}

	.downloadPiece .list .item {
		padding-bottom: 30px;
		margin-top: 30px;
	}

	.downloadPiece .list {
		margin-top: 40px;
	}

	.downloadPiece .pager {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.downloadPiece .list .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.downloadPiece .list .item {
		flex-direction: column;
		align-items: flex-start;
	}

	.downloadPiece .list .btn {
		margin-left: 0;
		margin-top: 14px;
	}

	.downloadPiece .list .btn img {
		width: 18px;
	}

	.downloadPiece .list .sign {
		width: 55px;
		margin-right: 20px;
	}
}

@media screen and (max-width:538px) {
	.downloadPiece .list .box {
		flex-direction: column;
		align-items: flex-start;
	}

	.downloadPiece .list .sign {
		margin-top: 0;
		margin-bottom: 14px;
		width: 50px;
	}
}

/* 7-6FAQ */


.faqPiece {
	padding: 50px 0 95px 0;
}


.faqPiece .mbox {
	margin-top: 20px;
}


.faqPiece .faqList {
	margin-top: 50px;
}


.faqList .item {
	margin-bottom: 36px;
	overflow: hidden;
	padding: 40px 119px 28px 45px;
	background-color: #ffffff;
	border-radius: 12px;
	border: 1px solid #E6E6E6;
}


.faqList .item.active {
	padding: 47px 114px 49px 45px;
	box-shadow: 0 5px 15px 0 rgba(20, 20, 20, 0.10);
}

.faqList .item:nth-child(1) .answer {
	display: block;
}


.faqList .item:last-child {
	margin-bottom: 0;
}


.faqList .question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	position: relative;
}


.faqList .question .num {
	position: absolute;
	right: -73px;
	top: -1px;
	font-family: Poppins-SemiBold;
	font-size: 36px;
	line-height: 36px;
	background: linear-gradient(90deg, #0D772A 0%, #73C139 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: grayscale(100%) brightness(0%) opacity(66%);
}

.faqList .question:hover .num {
	filter: grayscale(0%) brightness(100%) opacity(100%);
}

.faqList .item.active .question .num {
	filter: grayscale(0%) brightness(100%) opacity(100%);
}

.faqList .question:hover .name {
	color: transparent;
}

.faqList .question:hover .name::after {
	opacity: 1;
}


.faqList .question .name {
	font-size: 18px;
	line-height: 30px;
	position: relative;
	transition: .4s ease all;
}

.faqList .question .name::after {
	background: linear-gradient(90deg, #0D772A 0%, #73C139 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.faqList .question .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
	margin-left: 30px;
	width: 28px;
	height: 28px;
	z-index: 9;
	border-radius: 50%;
	background-color: #999999;
	overflow: hidden;
	color: #ffffff;
}


.faqList .question .btns::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
	z-index: -1;
	opacity: 0;
	transition: .4s ease all;
}

.faqList .question:hover .btns::after,
.faqList .item.active .question .btns::after {
	opacity: 1;
}

.faqList .item.active .question .btns i {
	transform: rotate(45deg);
}

.faqList .answer {
	display: none;
	transition: none;
	padding: 20px 0px 0px 0px;
	padding-left: 80px;
}

.faqPiece .pager {
	margin-top: 55px;
}

@media screen and (max-width:1660px) {
	.faqList .item:nth-child(n) {
		border-radius: 5px;
		padding: 30px 40px 30px 90px;
	}

	.faqList .item {
		margin-bottom: 30px;
	}

	.faqList .question .num {
		font-size: 30px;
		line-height: 30px;
		top: 2px;
		left: -60px;
	}
}

@media screen and (max-width:1333px) {
	.faqList .answer {
		padding-left: 40px;
	}

	.faqList .item:nth-child(n) {
		padding: 26px 60px 26px 30px;
	}

	.faqList .question .num {
		right: -46px;
		font-size: 26px;
		line-height: 26px;
	}

	.faqPiece .faqList {
		margin-top: 40px;
	}

	.faqPiece .pager {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.faqPiece .faqList {
		margin-top: 30px;
	}

	.faqList .question .name {
		font-size: 16px;
		line-height: 28px;
	}

	.faqList .question .btns i {
		font-size: 14px;
	}

	.faqList .item {
		margin-bottom: 26px;
	}

	.faqList .question .num {
		font-size: 24px;
		line-height: 24px;
	}

	.faqPiece .pager {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.faqList .question .num {
		font-size: 22px;
		line-height: 22px;
	}
}

@media screen and (max-width:538px) {
	.faqList .item:nth-child(n) {
		padding: 24px 20px;
	}

	.faqList .answer {
		padding-right: 0;
	}

	.faqList .question .num {
		position: static;
		margin-bottom: 10px;
	}

	.faqList .question {
		flex-direction: column;
		align-items: flex-start;
	}

	.faqList .question .btns {
		margin-left: 0;
		margin-top: 10px;
	}
}



/* 8-1Contact Us */


.contactUs {
	padding: 60px 0 100px 0;
}

.contactUs .title1 {
	color: #1E1E1E;
}

.contactUs .mbox {
	margin: 0 auto;
	margin-top: 22px;
	max-width: 1000px;
}

.contactUs .mbox {
	height: 60px;
}

.contactUs .mbox p {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	opacity: .8;
}

.contactUs .mBtn {
	margin: 0 auto;
	margin-top: 16px;
}

.contactUs .contactInfo {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}



.contactUs .list {
	width: 33%;
	padding: 64px 0;
}


.contactUs .list li {
	display: flex;
	align-items: flex-start;
	margin-top: 50px;
}


.contactUs .list li:nth-child(-n+1) {
	margin-top: 0;
}

.contactUs .list li .sign {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: rgba(17, 43, 129, 0.10);
	margin-left: 14px;
	flex-shrink: 0;
	margin-top: 6px;
}

.contactUs .list li i {
	font-size: 22px;
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.contactUs .list .name {
	font-size: 16px;
	line-height: 28px;
	color: #666;
}

.contactUs .list .num {
	color: #333;
	margin-bottom: 6px;
}


.contactUs .list a.num {
	display: inline-block;
}


.contactUs .list .num span {
	display: inline-block;
	direction: ltr;
	position: relative;
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 30px;
	color: #333;
}

.contactUs .list .num span::after {
	display: inline-block;
}


.contactUs .list .email a {
	word-break: break-all;
}


.contactUs .list a.num:hover span {
	color: transparent;
}

.contactUs .list div.num:hover span {
	color: #333333 !important;
}

.contactUs .list a.num:hover span::after {
	opacity: 1;
}

.contactUs .list div.num:hover span::after {
	opacity: 0;
}

.contactUs .list div.num .linearTit {
	cursor: default;
}



.contactUs .cForm {
	width: 59.5%;
	background: rgba(242, 242, 242, 0.60);
	border-radius: 24px;
	padding: 50px 50px 60px 49px;
}

.contactUs .cForm .title {
	color: #1E1E1E;
}

.contactUs .cForm .tips {
	margin-top: 7px;
	opacity: .8;
}


.contactUs .cForm ul {
	margin-top: 40px;
}


form.cForm li.m-formcountry .drop-btn i,
form.cForm li.m-formcountry .drop-btn svg {
	color: #1E1E1E;
	font-size: 10px;
	right: 13px;
	font-weight: bold;
}

form.cForm li.m-formcountry .drop-btn {
	padding: 0 14px;
}

form.cForm li.m-formcountry .drop-list li {
	padding: 5px 14px;
}

.cForm ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}


.cForm li {
	height: 62px;
	padding: 0 13.5px;
	width: 49.2%;
	margin-top: 12px;
	border-radius: 5px;
	border: 1px solid #D2D2D2;
	background: rgba(255, 255, 255, 0.05);
}


.cForm li:nth-child(-n+2) {
	margin-top: 0;
}

.cForm input,
.cForm textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
}


.cForm li.message {
	width: 100%;
	height: 152px;
	padding: 13px 13.5px;
	margin-right: 0;
}


.cForm li.codeCon {
	display: flex;
	align-items: center;
	padding: 0;
}


.cForm li.must.codeCon {
	padding-left: 0;
}


.cForm li.codeCon input {
	flex: 1;
	padding: 0 13.5px;
	padding-left: 26px;
}


.cForm li.codeCon .codeImg {
	flex-shrink: 0;
	cursor: pointer;
    width: 90px;
    height: 36px;
	background-color: #f3fbfe;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 13px;
}



.cForm li.codeCon .codeImg img {
	display: block;
	height: 100%;
}


.cForm li.subBtn {
	padding: 0;
	border: none;
	border-bottom: none;
	border-radius: 5px;
	position: relative;
	z-index: 9;
	overflow: hidden;

}


.cForm li.subBtn input {
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
	cursor: pointer;
}


.cForm li.must {
	position: relative;
	padding-right: 27px;
}


.cForm li.must::after {
	content: "*";
	position: absolute;
	right: 14px;
	top: 15px;
	color: #EF1D1D;
	font-size: 16px;
	line-height: 30px;
}


.cForm input::-webkit-input-placeholder,
.cForm textarea::-webkit-input-placeholder {
	font-size: 16px;
	color: #666;
	opacity: 1;
}


.cForm input:-moz-placeholder,
.cForm textarea:-moz-placeholder {
	font-size: 16px;
	color: #666;
	opacity: 1;
}

.cForm input::-moz-placeholder,
.cForm textarea::-moz-placeholder {
	font-size: 16px;
	color: #666;
	opacity: 1;
}

.cForm input:-ms-input-placeholder,
.cForm textarea:-ms-input-placeholder {
	font-size: 16px;
	color: #666;
	opacity: 1;
}


.cForm li.m-formcountry {
	padding: 0;
}

.cForm li.m-formcountry ul {
	margin-top: 0;
}


.contactUs .map {
	margin-top: 99px;
}

.contactUs .map img,
.contactUs .map iframe {
	display: block;
}


@media screen and (max-width:1660px) {
	.contactUs .mbox p {
		font-size: 16px;
		line-height: 28px;
	}

	.contactUs .mbox {
		height: 56px;
	}

	.contactUs .contactInfo {
		margin-top: 40px;
	}

	.contactUs .cForm {
		border-radius: 10px;
	}

	.contactUs .list .num span {
		font-size: 16px;
		line-height: 28px;
	}

	.contactUs .list li .sign {
		margin-top: 0;
	}

	.contactUs .cForm {
		padding: 40px 40px;
	}

	.cForm li {
		height: 50px;
	}

	.cForm li.must::after {
		top: 10px;
	}

	.contactUs .list {
		padding: 40px 0;
	}

	.contactUs .cForm .tips {
		margin-top: 10px;
	}

	.contactUs .map {
		margin-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.contactUs .list li {
		margin-top: 40px;
	}

	.contactUs .list {
		padding: 30px 0;
		width: 36%;
	}

	.contactUs .cForm {
		padding: 40px 30px;
		border-radius: 5px;
	}
}

@media screen and (max-width:999px) {
	.contactUs .contactInfo {
		flex-direction: column;
		align-items: flex-start;
	}

	.contactUs .list {
		padding: 0;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.contactUs .list li:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.contactUs .list li:nth-child(-n+2) {
		margin-top: 0;
	}

	.contactUs .list li:last-child {
		width: 100%;
	}

	.contactUs .list li .sign {
		width: 46px;
		height: 46px;
	}

	.contactUs .list li i {
		font-size: 20px;
	}

	.contactUs .list .num span {
		font-size: 14px;
		line-height: 26px;
	}

	.contactUs .list .name {
		font-size: 14px;
		line-height: 24px;
	}

	.contactUs .cForm {
		width: 100%;
		margin-top: 50px;
		padding: 30px 20px;
	}

	.cForm li {
		height: 42px;
	}

	.cForm li.must::after {
		top: 8px;
	}

	.contactUs .cForm ul {
		margin-top: 30px;
	}

	.contactUs .map {
		margin-top: 50px;
	}
	.cForm li.codeCon .codeImg{
	   width: 80px;
       height: 30px;
	}
}

@media screen and (max-width:768px) {
	.contactUs .map {
		margin-top: 40px;
	}

	.contactUs .cForm {
		margin-top: 40px;
	}

	.cForm li.must,
	.cForm li.codeCon input {
		padding-left: 16px;
	}

	.cForm li.must::after {
		left: 6px;
	}
}

@media screen and (max-width:538px) {
	.contactUs .list li:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.contactUs .list li:nth-child(1) {
		margin-top: 0;
	}

	.contactUs .contactInfo {
		margin-top: 30px;
	}
	.cForm li.codeCon .codeImg{
	  margin-right:10px;
	}
}

@media screen and (max-width:450px) {
	.cForm li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	.cForm li:nth-child(1) {
		margin-top: 0;
	}

	.cForm li {
		height: 40px;
	}

	.cForm li.must::after {
		top: 6px;
	}
}




/* innerBanner */

.innerBanner {
	position: relative;
	height: 500px;
}

.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;
	height: 100%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-top: 2px;
}

.innerBanner .msg .txts {
	margin-top: 16px;
	color: #ffffff;
}


.innerBanner .title1 {
	color: #ffffff;
}





/* crumb */
.crumb {
	padding-top: 20px;
}

.crumb .linearTit {
	display: inline-block;
}

.crumb a,
.crumb i {
	font-size: 18px;
	line-height: 30px;
	font-style: normal;
	letter-spacing: 0px;
	color: #666;
}

.crumb a::after {
	background: linear-gradient(90deg, #0D772A 0%, #73C139 100%);
	background-clip: text;
	-webkit-background-clip: text;
}

.crumb a.active {
	color: transparent;
}

.crumb a.active::after {
	opacity: 1;
}

.crumb i {
	font-style: normal;
	margin: 0 5px;
}


/* pager */

.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.pager .pageList a {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #666666;
	margin: 5px 10px;
	position: relative;
}


.pager .pageList a.num i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	background-color: #ffffff;
	font-style: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
	color: #333333;
}

.pager .pageList a.num i::after {
	background: linear-gradient(90deg, #0D772A 0%, #73C139 100%);
	background-clip: text;
	-webkit-background-clip: text;
	display: flex;
	align-items: center;
	justify-content: center;
}


.pager .pageList a.num i::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	box-sizing: border-box;
	transition: .4s ease all;
	background: rgba(114, 182, 73, 0.10);
	opacity: 0;
}

.pager .pageList a.num:hover i {
	color: #ffffff;
}

.pager .pageList a.num.active i::after,
.pager .pageList a.num.active i::before,
.pager .pageList a.num:hover i::after,
.pager .pageList a.num:hover i::before {
	opacity: 1;
}


.pager .pageList a.num::after,
.pager .pageList a.num::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	transition: .4s ease all;
}

.pager .pageList a.num::after {
	background: linear-gradient(90deg, #0D772A 0%, #73C139 100%);
	opacity: 0;
}

.pager .pageList a.num::before {
	background-color: #E1E2E4;
}

.pager .pageList a.num:hover::after,
.pager .pageList a.num.active::after {
	opacity: 1;
}

.pager .pageList a.num:hover::before,
.pager .pageList a.num.active::before {
	opacity: 0;
}


.pager .pageList a.iconfont {
	background-color: #999999;
	color: #ffffff;
	font-size: 12px;
}

.pager .pageList a.iconfont::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	box-sizing: border-box;
	background: linear-gradient(90deg, #0D772A 0%, #73C139 100%);
	opacity: 0;
	transition: .4s ease all;
}

.pager .pageList a.iconfont:hover {
	background-color: transparent;
}

.pager .pageList a.iconfont:hover::after {
	opacity: 1;
}


.pager .addTo {
	display: flex;
	align-items: center;
	margin: 5px 26px;
	position: relative;
	display: flex;
	align-items: center;
	color: #458432;
	font-size: 16px;
	line-height: 28px;
}

.pager .addTo img {
	width: 12px;
	flex-shrink: 0;
	margin-left: 10.5px;
}


.pager .addTo:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}



.pager .addTo input {
	background-color: transparent;
	opacity: 0;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}




@media screen and (max-width:1660px) {
	.innerBanner {
		height: 400px;
	}

	.innerBanner .msg {
		padding-top: 0;
	}

	.crumb a,
	.crumb i {
		font-size: 16px;
		line-height: 28px;
	}

	.crumb {
		padding-top: 20px;
	}

	.pager .pageList a {
		width: 34px;
		height: 34px;
		margin: 5px 8px;
	}

	.pager .addTo {
		margin: 5px 20px;
	}

}


@media screen and (max-width:1333px) {
	.innerBanner {
		height: 320px;
	}
}

@media screen and (max-width:999px) {
	.innerBanner {
		height: 260px;
	}

	.innerBanner .msg .txts {
		margin-top: 10px;
	}

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 26px;
	}

	.pager .pageList a,
	.pager .addTo {
		font-size: 14px;
		line-height: 26px;
	}

	.pager .addTo img {
		width: 11px;
	}

	.pager .pageList a {
		width: 32px;
		height: 32px;
	}

}

@media screen and (max-width:768px) {
	.innerBanner {
		height: 240px;
	}
}

@media screen and (max-width:538px) {
	.innerBanner {
		height: 220px;
	}
}


/* footer */

footer .fMsg,
footer .innerfMsg {
	margin-bottom: -50px;
	position: relative;
}

.fMsgBlock {
	height: 50px;
}

footer .fMsg::after,
footer .innerfMsg::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

footer .fMsg::after {
	background-color: #F6F6F7;
}

footer .innerfMsg::after {
	background-color: #ffffff;
}

.fMsgList {
	max-width: 1400px;
	border-radius: 12px;
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
	padding: 0 1%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 9;
}


.fMsgList .item {
	flex: 1;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	padding: 20px 30px 24px;
}


.fMsgList .item::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 61%;
	width: 1px;
	background-color: #FFF;
}


.fMsgList .item:nth-child(3n)::after {
	display: none;
}

.fMsgList i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border: 1px solid #ffffff;
	flex-shrink: 0;
	margin-left: 24px;
	font-size: 26px;
	border-radius: 50%;
	color: #ffffff;
	margin-top: 5px;
}

.fMsgList .name {
	color: #FFF;
	font-family: Poppins-SemiBold;
	font-size: 20px;
	line-height: 30px;
}

.fMsgList .num {
	color: #FFF;
	font-size: 16px;
	line-height: 26px;
}


.fMsgList .num span {
	display: inline-block;
	direction: ltr;
}

.fMsgList .email .num {
	word-break: break-all;
}

.fMsgList a.num:hover span {
	text-decoration: underline;
}


footer .con {
	position: relative;
}

footer .footerList {
	display: flex;
	align-items: flex-start;
	padding: 68px 0 37px 0;
}


footer .footerList .box li {
	margin-bottom: 10px;
}


footer .footerList .box li:last-child {
	margin-bottom: 0;
}


footer .footerList .titBox .meuBtn {
	display: none;
}


footer .footerList .fNav {
	width: 14%;
	margin-left: 3.3%;
}



footer .footerList .fProduct {
	width: 24%;
	margin-left: 2%;
}



footer .footerList .fContact {
	width: 25%;
	margin-left: 6.7%;
}



footer .footerList .fContact p {
	display: inline;
}

footer .footerList .fContact .address {
	margin-top: -5px;
}


footer .footerList .fContact .address p {
	line-height: 36px;
}

.fContact a.num {
	display: inline-block;
}

footer .email a {
	word-break: break-all;
}

footer .footerList .fInquiry {
	width: 25%;
}


footer .footerList .fInquiry form {
	margin-top: 31px;
	padding-left: 2px;
	padding-right: 1px;
}


footer .footerList form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

footer .footerList form ul li {
	height: 50px;
	margin-top: 10px;
	padding: 0 9px;
	border-radius: 8px;
	width: 48.7%;
	border: 1px solid rgba(255, 255, 255, 0.50);
}

footer .footerList form ul li:nth-child(-n+2) {
	margin-top: 0;
}

footer .footerList form ul li.must {
	padding-right: 20px;
}



.fInquiry form input,
.fInquiry form textarea {
	width: 100%;
	height: 100%;
	color: #ffffff;
	background-color: transparent;
}

.fInquiry form li.must {
	position: relative;
}

.fInquiry form li.must::after {
	content: "*";
	position: absolute;
	font-family: Poppins-Regular, Arial, sans-serif;
	font-size: 16px;
	color: #F00;
	top: 11px;
	right: 7px;
	opacity: .8;
}


.fInquiry form li.message.must::after {
	top: 8px;
}



.fInquiry form li.code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	overflow: hidden;
	width: 62.1%;
}

.fInquiry form li.code.must {
	padding-left: 0;
}

.fInquiry form li.message {
	width: 100%;
	height: 80px;
	padding: 8px 11px;
}


.fInquiry form li.code input {
	flex: 1;
	padding: 0 9px 0 20px;
}


.fInquiry form li.code .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	width: 80px;
	height: 50px;
	height: 100%;
	background-color: #f3fbfe;
}

.fInquiry form li.code .codeImg img {
	height: 100%;
}

.fInquiry form li.subBtn {
	padding: 0;
	width: 34.65%;
	border: none;
	overflow: hidden;
	position: relative;
	z-index: 9;
}



.fInquiry form li.subBtn input {
	color: #FFF;
	text-align: center;
	font-family: Poppins-Medium;
	font-size: 18px;
	cursor: pointer;
}

.fInquiry form li.subBtn::after,
.fInquiry form li.subBtn::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: .4s ease all;
}

.fInquiry form li.subBtn::after {
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
}


.fInquiry form li.subBtn::before {
	background: linear-gradient(90deg, #0D772A 0%, #73C139 100%);
	opacity: 0;
}


.fInquiry form li.subBtn:hover::after {
	opacity: 0;
}

.fInquiry form li.subBtn:hover::before {
	opacity: 1;
}

.fInquiry form input::-webkit-input-placeholder,
.fInquiry form textarea::-webkit-input-placeholder {
	color: #F6F6F7;
	opacity: .8;
}

.fInquiry form input:-moz-placeholder,
.fInquiry form textarea:-moz-placeholder {
	color: #F6F6F7;
	opacity: .8;
}

.fInquiry form input::-moz-placeholder,
.fInquiry form textarea::-moz-placeholder {
	color: #F6F6F7;
	opacity: .8;
}

.fInquiry form input:-ms-input-placeholder,
.fInquiry form textarea:-ms-input-placeholder {
	color: #F6F6F7;
	opacity: .8;
}

.fInquiry form li.blogrolls {
	padding: 0;
	background-color: transparent;
	width: 100%;
	margin-top: 40px;
	height: auto;
}


footer a,
footer p,
footer div {
	font-size: 16px;
	line-height: 26px;
	color: rgba(255, 255, 255, .8);
}



footer .title {
	font-family: Poppins-SemiBold;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	display: inline-block;
}

footer .footerList .box {
	margin-top: 36px;
}


footer .line {
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .5);
}

footer .fBottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 32px 0 43px 0;
}


footer .copyright {
	font-size: 16px;
	line-height: 28px;
	color: #999;
}


footer .copyright a {
	font-size: 16px;
	line-height: 28px;
	display: inline-block;
	color: #999;
}

footer .links {
	margin-top: 0px;
	font-size: 16px;
	line-height: 28px;
	color: #999;
}

footer .links span {
	margin-right: 10px;
	font-size: 16px;
	line-height: 28px;
	color: #999;
}

footer .links a {
	margin-right: 10px;
	font-size: 16px;
	line-height: 28px;
	color: #999;
	display: inline-block;
}


footer .blogrolls {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-shrink: 0;
}


footer .blogrolls a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin: 5px 0;
	margin-left: 14px;
	background-color: rgba(255, 255, 255, .2);
}


footer .blogrolls a i {
	font-size: 18px;
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: grayscale(100%) brightness(500%);
}


footer .blogrolls a:hover {
	background-color: #ffffff;
}

footer .blogrolls a:hover i {
	filter: grayscale(0%) brightness(100%);
}

footer .blogrolls a:last-child {
	margin-right: 0;
}


footer .blogrolls a:hover {
	border-color: #ffffff;
	color: #ffffff;
}


@media screen and (max-width:1660px) {
	footer .footerList {
		justify-content: space-between;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	.fMsgList {
		border-radius: 10px;
	}

	.fMsgList .name {
		font-size: 18px;
		line-height: 28px;
	}

	.fMsgList .num {
		margin-top: 6px;
	}

	.fMsgList i {
		margin-top: 0;
		margin-right: 20px;
		width: 46px;
		height: 46px;
		font-size: 20px;
	}

	footer .footerList {
		padding: 50px 0;
	}

	footer .footerList .box,
	footer .footerList .fInquiry form {
		margin-top: 26px;
	}

	footer .footerList .fInquiry {
		width: 28%;
	}

	footer .footerList form ul li {
		height: 45px;
		border-radius: 5px;
	}

	.fInquiry form li.code .codeImg {
		height: 45px;
		width: 70px;
	}

	footer .fBottom {
		padding: 30px 0;
	}

	.fMsgList .item {
		padding: 20px 30px;
	}
}

@media screen and (max-width:1333px) {
	.fMsgList .item {
		padding: 20px 20px;
	}

	.fMsgList i {
		width: 40px;
		height: 40px;
		font-size: 18px;
	}

	footer .title {
		font-size: 18px;
		line-height: 28px;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 24px;
	}

	footer .footerList .box,
	footer .footerList .fInquiry form {
		margin-top: 20px;
	}

	footer .footerList {
		padding: 40px 0;
	}

	.fMsgList .name {
		font-size: 16px;
		line-height: 26px;
	}

	.fMsgList {
		border-radius: 5px;
	}

	.fMsgList .num {
		font-size: 14px;
		line-height: 26px;
	}

	footer .footerList form ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList form ul li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList form ul li {
		height: 36px;
	}

	.fInquiry form input,
	.fInquiry form textarea {
		font-size: 14px !important;
	}

	.fInquiry form input::-webkit-input-placeholder,
	.fInquiry form textarea::-webkit-input-placeholder {
		font-size: 14px !important;
	}

	.fInquiry form input:-moz-placeholder,
	.fInquiry form textarea:-moz-placeholder {
		font-size: 14px !important;
	}

	.fInquiry form input::-moz-placeholder,
	.fInquiry form textarea::-moz-placeholder {
		font-size: 14px !important;
	}

	.fInquiry form input:-ms-input-placeholder,
	.fInquiry form textarea:-ms-input-placeholder {
		font-size: 14px !important;
	}

	.fInquiry form li.must::after {
		top: 7px;
	}

	footer .footerList .fNav {
		width: 16%;
	}

	.fInquiry form li.code .codeImg {
		height: 36px;
		width: 60px;
	}

	footer .footerList .fInquiry {
		width: 26%;
	}

	footer .copyright a,
	footer .copyright,
	footer .links span,
	footer .links a {
		font-size: 14px;
		line-height: 26px;
	}

	footer .blogrolls a {
		width: 38px;
		height: 38px;
		margin-left: 10px;
	}
}

@media screen and (max-width:999px) {
	footer {
		background-color: rgba(0, 0, 0, .8);
	}

	footer .fMsg,
	footer .innerfMsg {
		padding: 30px 0;
		margin-bottom: 0;
	}

	footer .fMsg::after,
	footer .innerfMsg:after {
		display: none;
	}

	footer .imgBg {
		display: none;
	}

	footer .fBottom {
		padding-bottom: 80px;
	}

	footer .footerList {
		flex-wrap: wrap;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList>li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList {
		padding: 0px 0 30px 0;
	}

	footer .footerList .box,
	footer .footerList .fInquiry form {
		margin-top: 10px;
	}

	footer .footerList .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList .box ul>li {
		width: 48%;
		margin-bottom: 0;
		margin-top: 10px;
	}

	footer .footerList .box ul>li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList .fContact .address {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .fContact .address p {
		line-height: 26px;
	}

	footer .footerList form ul li:nth-child(n) {
		width: 48%;
	}

	footer .footerList .fInquiry form li.message {
		width: 100%;
	}


	footer .footerList form ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList .titBox {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	footer .footerList .titBox .meuBtn {
		width: 35px;
		height: 35px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #ffffff;
		font-size: 12px;
		font-weight: bold;
	}

	footer .footerList .titBox .meuBtn.active {
		transform: rotate(90deg);
	}

	footer .footerList form ul li {
		height: 35px;
	}

	footer .footerList .box,
	footer .footerList .fInquiry form {
		display: none;
		transition: none;
	}

	footer .title {
		font-size: 16px;
		line-height: 26px;
	}

	.fMsgList {
		padding: 0;
	}

	.fMsgList .item {
		flex-direction: column;
		align-items: flex-start;
	}

	.fMsgList i {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.fMsgBlock {
		display: none;
	}

	footer .fBottom {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	footer .blogrolls {
		margin-bottom: 20px;
	}

	footer .blogrolls a {
		margin-left: 0;
		margin-right: 10px;
		width: 36px;
		height: 36px;
	}

	footer .blogrolls a i {
		font-size: 14px;
	}
}


@media screen and (max-width:768px) {
	.fMsgList {
		padding: 10px 0;
	}

	.fMsgList .item:nth-child(n) {
		flex: none;
		width: 50%;
		padding: 0;
		padding: 10px 20px;
		flex-direction: row;
		justify-content: flex-start;
	}

	.fMsgList .item:nth-child(2n)::after,
	.fMsgList .item:last-child::after {
		display: none;
	}

	.fMsgList i {
		margin-bottom: 0;
		margin-right: 10px;
	}
}


@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;
	}

	.fMsgList .item:nth-child(n) {
		width: 100%;
	}


	.fMsgList .item:nth-child(n)::after {
		display: none;
	}

}

@media screen and (max-width:450px) {
	footer .footerList .fInquiry form li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .fInquiry form li:nth-child(1) {
		margin-top: 0;
	}
}


/* certifiicates */

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay  *{
	direction: ltr;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: Poppins-Regular, Arial, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

/* video tankuang */

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}



/* customer */

.customer {
	position: fixed;
	right: 7px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
	border-radius: 999px;
	background-color: #ffffff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	width: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 5px 0;
}

.customer>div {
	margin-bottom: 18px;
	border-radius: 50%;
	position: relative;
}

.customer>div::after {
	content: "";
	position: absolute;
	bottom: -7px;
	width: 16px;
	height: 1px;
	background-color: rgba(51, 51, 51, .3);
	left: 50%;
	transform: translateX(-50%);
}


.customer div a,
.customer div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: linear-gradient(90deg, #112B81 0%, #49A9E5 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 26px;
	border-radius: 50%;
	position: relative;
	background-color: transparent;
	filter: grayscale(100%) brightness(50%);
}


.customer .top {
	margin-bottom: 0;
}

.customer .top::after {
	display: none;
}

.customer .top a {
	width: 50px;
	height: 50px;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
}


.customer a i {
	display: flex;
	align-items: center;
	justify-content: center;
}


.customer .top {
	font-size: 26px;
	font-weight: bold;
}

.customer div div {
	cursor: pointer;
}

.customer div:hover a,
.customer div:hover div {
	filter: grayscale(0%) brightness(100%);
}


.clear2 {
	display: none;
}


.customer .code {
	position: relative;
}

.customer .code img {
	position: absolute;
	top: 0;
	right: calc(100% + 5px);
	width: 150px;
	height: 150px;
	max-width: none;
	transform: translateX(100%);
	z-index: -10;
	opacity: 0;
	pointer-events: none;
}

.customer .code:hover img {
	transform: translateX(0);
	opacity: 1;
	pointer-events: all;
}



@media screen and (max-width: 1660px) {
	.customer {
		right: 5px;
	}

	.customer>div {
		margin-bottom: 10px;
	}

	.customer {
		width: 50px;
	}

	.customer div a,
	.customer div div {
		width: 45px;
		height: 45px;
		font-size: 22px;
	}

	.customer .top {
		font-size: 24px;
	}

	.customer .top a {
		width: 45px;
		height: 45px;
	}
}


@media screen and (max-width: 999px) {
	.customer {
		display: block;
		border-radius: 0;
		padding: 0;
		box-shadow: none;
	}

	.customer>div {
		margin-bottom: 0;
	}

	.customer .top a {
		width: 100%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
	}

	.customer {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		transform: translateY(0);
	}

	.customer div {
		width: 25%;
		float: left;
	}

	.customer div a,
	.customer div div {
		font-size: 18px;
		height: 42px;
		margin: auto;
		width: 100%;
		border-radius: 0px;
	}

	.customer .top i {
		border-color: #fff;
	}

	.customer div:hover a,
	.customer div:hover div {
		filter: grayscale(100%) brightness(50%);
	}

	.customer div.active a,
	.customer div.active div {
		filter: grayscale(0%) brightness(100%);
	}

	.customer .code img,
	.customer .code:hover img {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		opacity: 0;
	}

	.customer .code.active img {
		opacity: 1;
		transform: translateX(-50%) translateY(-100%);
		pointer-events: all;
	}
}

@media screen and (max-width: 768px) {

	.customer .code img,
	.customer .code:hover img {
		left: 0%;
		transform: translateX(0%);
	}

	.customer .code.active img {
		left: 0%;
		transform: translateX(0%) translateY(-100%);
	}
}


@font-face {
	font-family: 'Poppins-SemiBold';
	font-display: swap;
	src: url('../fonts/PoppinsSemiBold.eot');
	src: url('../fonts/PoppinsSemiBold.eot') format('embedded-opentype'),
		url('../fonts/PoppinsSemiBold.woff2') format('woff2'),
		url('../fonts/PoppinsSemiBold.woff') format('woff'),
		url('../fonts/PoppinsSemiBold.ttf') format('truetype'),
		url('../fonts/PoppinsSemiBold.svg#PoppinsSemiBold') format('svg');
}

@font-face {
	font-family: 'Poppins-Regular';
	font-display: swap;
	src: url('../fonts/PoppinsRegular.eot');
	src: url('../fonts/PoppinsRegular.eot') format('embedded-opentype'),
		url('../fonts/PoppinsRegular.woff2') format('woff2'),
		url('../fonts/PoppinsRegular.woff') format('woff'),
		url('../fonts/PoppinsRegular.ttf') format('truetype'),
		url('../fonts/PoppinsRegular.svg#PoppinsRegular') format('svg');
}


@font-face {
	font-family: 'Poppins-Medium';
	font-display: swap;
	src: url('../fonts/PoppinsMedium.eot');
	src: url('../fonts/PoppinsMedium.eot') format('embedded-opentype'),
		url('../fonts/PoppinsMedium.woff2') format('woff2'),
		url('../fonts/PoppinsMedium.woff') format('woff'),
		url('../fonts/PoppinsMedium.ttf') format('truetype'),
		url('../fonts/PoppinsMedium.svg#PoppinsMedium') format('svg');
}


@font-face {
	font-family: "iconfont";
	/* Project id 4576167 */
	font-display: swap;
	src: url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
		url('../fonts/iconfont.woff?t=1766050956754') format('woff'),
		url('../fonts/iconfont.ttf?t=1766050956754') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-zuojiantou:before {
	content: "\e600";
}

.icon-zuojiantou-copy:before {
	content: "\f213";
}

.icon-Gc_17_public-TopOutlined:before {
	content: "\e61b";
}

.icon-jurassic_message:before {
	content: "\e69f";
}

.icon-top02:before {
	content: "\e6f5";
}

.icon-kefu:before {
	content: "\e608";
}

.icon-teams_x:before {
	content: "\e604";
}

.icon-zhiding1:before {
	content: "\e7b9";
}

.icon-QQ:before {
	content: "\e882";
}

.icon-QQkongjian:before {
	content: "\e619";
}

.icon-paper-full:before {
	content: "\ea0b";
}

.icon-jian:before {
	content: "\e612";
}

.icon-xiaohongshu:before {
	content: "\e69e";
}

.icon-zhiding:before {
	content: "\e68c";
}

.icon-youjian_:before {
	content: "\e6a6";
}

.icon-chuanzhen:before {
	content: "\e6b4";
}

.icon-shangjiantou:before {
	content: "\e60f";
}

.icon-yuyan:before {
	content: "\e684";
}

.icon-dingbu:before {
	content: "\e62d";
}

.icon-Youtube:before {
	content: "\e880";
}

.icon-liuyanjianyi:before {
	content: "\e62c";
}

.icon-shangchuan:before {
	content: "\e60b";
}

.icon-youjian:before {
	content: "\e624";
}

.icon-yonghu:before {
	content: "\e6b3";
}

.icon-pinterest1:before {
	content: "\f211";
}

.icon-jia1:before {
	content: "\e632";
}

.icon-xiazai:before {
	content: "\e682";
}

.icon-xiangyoujiantou:before {
	content: "\e68b";
}

.icon-xiangyoujiantou-copy:before {
	content: "\f1eb";
}

.icon-guanbi:before {
	content: "\e611";
}

.icon-zuosanjiao:before {
	content: "\e63e";
}

.icon-yousanjiao-copy:before {
	content: "\f1e8";
}

.icon-email-s:before {
	content: "\e65e";
}

.icon-douyin:before {
	content: "\e8db";
}

.icon-location:before {
	content: "\e614";
}

.icon-xinlangweibo:before {
	content: "\e606";
}

.icon-duigou-cu:before {
	content: "\e658";
}

.icon-facebook-fill:before {
	content: "\e88d";
}

.icon-linkedin1:before {
	content: "\f1e7";
}

.icon-weixin:before {
	content: "\e695";
}

.icon-jiantou_xiangzuo_o:before {
	content: "\eb92";
}

.icon-jiantou_xiangyou_o:before {
	content: "\eb94";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-phone3:before {
	content: "\e661";
}

.icon-doubleright:before {
	content: "\e7ef";
}

.icon-line:before {
	content: "\e63f";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-phone-:before {
	content: "\e638";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-left7:before {
	content: "\e724";
}

.icon-tel2-copy:before {
	content: "\f212";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-twitter4:before {
	content: "\e7fe";
}


.banner2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	padding: 38px 0;
	z-index: 2;
}

.banner2 .con {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.banner2 .title {
	width: 50%;
	padding-bottom: 18px;
}

.banner2 .title .title1 {
	margin-top: 0px;
	color: #ffffff;
}

.banner2 .dis {
	width: 39.67%;
}


.banner2 .dis .tit {
	color: #FFF;
	font-family: Poppins-SemiBold;
	font-size: 22px;
	line-height: 30px;
}


.banner2 .dis .line {
	margin-top: 11px;
	width: 43px;
	height: 4px;
	background: linear-gradient(90deg, #0D772A 0%, #73C139 100%);
}



.banner2 .dis ul {
	margin-top: 18px;
}


.banner2 .dis ul li {
	margin-top: 6px;
	color: #FFF;
	font-size: 18px;
	line-height: 30px;
	padding-left: 35px;
	position: relative;
}


.banner2 .dis ul li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 16px;
	height: 16px;
	background-image: url("../images/banner2M1-2.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.banner2 .dis ul li:nth-child(1) {
	margin-top: 0;
}


.banner2 .dis .cBtn {
	margin-top: 20px;
	position: relative;
	z-index: 9;
}

.bLogo {
	width: 323px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bLogo img {
	display: block;
}

@media screen and (max-width:1560px) {
	.banner2 {
		padding: 30px 0;
	}

	.bLogo {
		width: 250px;
	}

	.banner2 .dis ul li {
		padding-left: 30px;
	}
}

@media screen and (max-width:1333px) {
	.banner2 {
		padding: 20px 0;
	}

	.bLogo {
		width: 200px;
	}

	.banner2 .dis ul li {
		font-size: 16px;
		line-height: 26px;
		margin-top: 0;
		padding-left: 24px;
	}

	.banner2 .dis .cBtn {
		margin-top: 16px;
	}

	.banner2 .dis .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.banner2 .dis .line {
		margin-top: 6px;
	}

	.banner2 .dis {
		width: 42%;
	}
}

@media screen and (max-width:999px) {
	.banner2 .title {
		padding-bottom: 10px;
		width: 34%;
	}

	.banner2 .dis {
		width: 60%;
	}

	.bLogo {
		width: 160px;
	}

	.banner2 .dis ul li {
		font-size: 12px;
		line-height: 22px;
	}

	.banner2 .dis ul li::after {
		width: 14px;
		height: 14px;
		top: 3px;
	}

	.banner2 .dis .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.banner2 .dis .line {
		height: 2px;
		width: 30px;
		margin-top: 2px;
	}

	.banner2 .dis ul {
		margin-top: 12px;
	}

	.banner2 .dis .cBtn {
		margin-top: 10px;
	}

	.banner2 {
		padding: 30px 0;
	}
}

@media screen and (max-width:750px) {
	.banner2 {
		display: none;
	}
}




.banner3 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 83px 0;
	z-index: 2;
}



.banner3 .title1 {
	color: #ffffff;
	text-align: center;
}



.banner3 ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 12px;
	flex-wrap: wrap;
}


.banner3 ul li {
	display: flex;
	align-items: flex-start;
	margin: 5px 28px;
	color: #FFF;
	font-family: Poppins-SemiBold;
	font-size: 22px;
	line-height: 30px;
}

.banner3 ul li img {
	width: 32px;
	flex-shrink: 0;
	margin-right: 10px;
	transform: translateY(-3px);
}

.banner3 .cBtn {
	margin: 0 auto;
	margin-top: 31px;
}

@media screen and (max-width:1560px) {
	.banner3 {
		padding: 40px 0;
	}

	.banner3 ul li {
		font-size: 20px;
		line-height: 30px;
		margin: 5px 20px;
	}

	.banner3 ul {
		margin-top: 20px;
	}

	.banner3 .cBtn {
		margin-top: 26px;
	}
}

@media screen and (max-width:1333px) {
	.banner3 {
		padding: 10px 0;
	}

	.banner3 ul li {
		font-size: 18px;
		line-height: 28px;
		margin: 2px 10px;
	}

	.banner3 ul {
		margin-top: 10px;
	}

	.banner3 .cBtn {
		margin-top: 10px;
	}
}

@media screen and (max-width:999px) {
	.banner3 ul li {
		font-size: 14px;
		line-height: 24px;
		margin: 0 2px;
	}

	.banner3 ul li img {
		width: 20px;
		margin-right: 5px;
		transform: translateY(2px);
	}

	.banner3 ul {
		margin-top: 3px;
	}

	.banner3 .iTit .title1 {
		margin-top: 0;
	}

	.banner3 {
		padding: 20px 0;
	}
}

@media screen and (max-width:750px) {
	.banner3 {
		display: none;
	}
}


.banner4 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	padding: 40px 0;
	z-index: 9;
}


.banner4 .cBtn {
	margin-top: 26px;
}

.banner4 .txts {
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
	margin-top: 14px;
	max-width: 840px;
}


.banner4 .box {
	position: relative;
}

.banner4 .box::after{
	content: "";
	position: absolute;
	left: -18px;
	top: 50%;
	height: 89%;
	transform: translateY(-50%);
	width: 8px;
	border-radius: 10px;
	background: linear-gradient(90deg, #0D772A 0%, #73C139 100%);
}

.banner4 .tit {
	color: #FFF;
	font-size: 34px;
	line-height: 46px;
	margin-top: 5px;
}

.banner4 .title1{
	color: #ffffff;
}

@media screen and (max-width:1560px){
 	.banner4{
		padding: 30px 0;
	}
	.banner4 .tit{
		font-size: 24px;
		line-height: 36px;
	}
}
@media screen and (max-width:1333px){
 	.banner4{
		padding: 20px 0;
	}
	.banner4 .tit{
		font-size: 20px;
		line-height: 30px;
	}
	.banner4 .cBtn{
		margin-top: 16px;
	}
	.banner4 .box::after{
		width: 6px;
	}
}
@media screen and (max-width:999px){
 	.banner4 .txts{
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
	}
	.banner4 .tit{
		font-size: 16px;
		line-height: 26px;
		margin-top: 5px;
	}
	.banner4 .cBtn{
		margin-top: 10px;
	}
	.banner4 .box::after{
		width: 4px;
	}
}
@media screen and (max-width:768px){
	.banner4{
		display: none;
	}	 
}

