@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: Manrope-Regular, Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	height: 100%;
	background: #fff;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
}

ul,
ol {
	list-style: none;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-size: 62.5%;
}

.image {
	display: block;
}

.image img {
	display: block;
}



a img {
	display: block;
}

img {
	border: none;
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

.standardLink a:hover {
	color: #0d3386 !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
}


.standardEdit a {
	color: #0d3386;
	display: inline-flex;
}

.standardEdit a:hover {
	text-decoration: underline;
}



a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: Manrope-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:1023px) {

	input,
	textarea,
	select {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}
}


.safeRange {
	max-width: 1400px;
	width: calc(100% - 160px);
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.safeRange {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:538px) {
	.safeRange {
		width: calc(100% - 30px);
	}
}



@media screen and (max-width:1600px) {
	.standardRange {
		padding: 80px 0 80px 0 !important;
	}
}


@media screen and (max-width:1333px) {
	.standardRange {
		padding: 60px 0 60px 0 !important;
	}
}

@media screen and (max-width:1023px) {
	.standardRange {
		padding: 50px 0 50px 0 !important;
	}
}

@media screen and (max-width:768px) {
	.standardRange {
		padding: 40px 0 40px 0 !important;
	}
}





@media screen and (max-width:1600px) {
	.standardTxt .title1 {
		font-size: 36px !important;
		line-height: 45px !important;
	}
}

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 28px !important;
		line-height: 35px !important;
	}

	.standardTxt .title2 {
		font-size: 18px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .btn {
		font-size: 16px !important;
	}
}

@media screen and (max-width:1023px) {
	.standardTxt .title1 {
		font-size: 24px !important;
		line-height: 30px !important;
	}

	.standardTxt .title2 {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 14px !important;
		line-height: 26px !important;
	}

	.standardTxt .btn {
		font-size: 14px !important;
	}

}

@media screen and (max-width:768px) {
	.standardTxt .title1 {
		font-size: 22px !important;
	}

	.standardTxt .title2 {
		font-size: 14px !important;
		line-height: 24px !important;
	}
}







.oneRow {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.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:1023px) {
	header .xnav {
		display: block;
	}

	header .xnav .nav {
		position: fixed;
		width: 35px;
		height: 24px;
		background: #0d3386;
		right: 2.5%;
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999;
		right: 80px;
		top: 30px;
		transform: translateY(-50%);
	}

	header .xnav .nav span {
		display: block;
		width: 20px;
		height: 2px;
		background: #ffffff;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: 50%;
		transition: 0.8s;
		z-index: 99999991
	}

	header .xnav .nav .nav1 {
		margin-top: -1px;
	}

	header .xnav .nav .nav2 {
		margin-top: -8px;
	}

	header .xnav .nav .nav3 {
		margin-top: 6px;
	}

	header .xnav .nav:hover .nav1 {
		width: 25px;
	}

	header .xnav .navh .nav1 {
		transform: rotate(45deg)
	}

	header .xnav .navh .nav2 {
		transform: rotate(-45deg);
		width: 10px;
		margin-left: -1px;
		margin-top: -5px;
	}

	header .xnav .navh .nav3 {
		transform: rotate(-45deg);
		width: 9px;
		margin-top: 3px;
		margin-left: -8px;
	}

	header .xnav .navh:hover .nav2 {
		margin-top: -8px;
		margin-left: 7px;
	}

	header .xnav .navh:hover .nav3 {
		margin-top: 5px;
		margin-left: -12px;
	}

	header .xnav .smdaohang {
		position: fixed;
		width: 300px;
		height: 0px;
		overflow: auto;
		top: 0px;
		right: 0px;
		background: rgba(13, 51, 134, 0.95);
		z-index: 9999999;
		transition: 0.8s;
		text-align: center;
	}

	header .xnav .smdaohangh {
		right: 0px;
		top: 0px;
		height: 100%;
	}

	header .xnav .topnav {
		margin: auto;
		margin-top: 30px;
		padding: 20px;
	}

	header .xnav ul.topnav li {
		text-align: left;
		position: relative;
	}

	header .xnav ul.topnav li a {
		padding: 5px;
		padding-left: 0px;
		color: #fff;
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding-right: 50px;
		font-family: Manrope-Regular, Arial, sans-serif;
	}

	header .xnav ul.topnav ul {
		display: none;
		transition: none;
	}

	header .xnav ul.topnav ul li {
		clear: both;
	}

	header .xnav ul.topnav ul li a {
		padding-left: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		outline: 0;
	}


	header .xnav ul.topnav ul ul li a {
		padding-left: 40px;
	}

	header .xnav ul.topnav ul ul ul li a {
		padding-left: 60px;
	}

	header .xnav ul.topnav span {
		display: block;
		position: absolute;
		right: 0px;
		top: 7px;
		width: 20px;
		height: 20px;
		background: #fff;
		background: rgba(255, 255, 255, 0.6);
		cursor: pointer;
		border-radius: 50%;
		transition: 0.5s;
	}

	header .xnav ul.topnav span:before {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: 0px;
		transform: rotate(45deg);
		transform-origin: right center
	}

	header .xnav ul.topnav span:after {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: -1px;
		transform: rotate(-45deg);
		transform-origin: right center;
		transition: 0.5s;
	}

	header .xnav ul.topnav span.yizi {
		transform: rotate(90deg)
	}

	header .xnav .smdaohang form {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 240px;
		height: 26px;
		border: 1px solid #fff;
		position: relative;
		background: #fff;
		border-radius: 13px;
	}

	header .xnav .smdaohang form input {
		color: #333333;
	}

	header .xnav .smdaohang form .iptc {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		background-color: #fff;
		width: 80%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: left;
		border-radius: 10px;
	}

	header .xnav .smdaohang form .ipsc {
		width: 20%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: right;
		background: transparent;
		position: relative;
		z-index: 99;
	}

	header .xnav .smdaohang form i {
		position: absolute;
		right: 10px;
		top: -1px;
	}
}

/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, 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');
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
	touch-action: pan-y
}

.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-3d {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
	transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
	scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
	transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-lock {
	display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move;
	touch-action: none
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}




/* ---------------------index----------------------------- */


/* allnav */


nav {
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 9999;
	justify-content: space-between;
	padding: 0 78px;
	background-color: #ffffff;
}

nav.active {
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.2);
}


.bannerRange {
	height: 96px;
}



nav .logo {
	width: 225px;
	flex-shrink: 0;
}

nav .logo:hover img {
	transform: scale(1, 1);
}



nav .navList {
	display: flex;
	align-items: center;
}

nav .navList>ul {
	display: flex;
	align-items: center;
}


nav .navList>ul>li {
	margin-right: 46.5px;
	position: relative;
}

nav .navList>ul>li:last-child {
	margin-right: 0;
}

nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 96px;
	line-height: 96px;
	font-size: 18px;
	color: #333333;
	position: relative;
}


nav .navList>ul>li>a::after {
	content: "";
	position: absolute;
	width: 13px;
	height: 7px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
	background-color: #0d3386;
	opacity: 0;
	transition: .4s ease all;
	clip-path: polygon(50% 0%, 100% 100%, 0 100%);
}



nav .navList>ul>li.active>a,
nav .navList>ul>li:hover>a {
	color: #0d3386;
}

nav .navList>ul>li.active>a::after,
nav .navList>ul>li:hover>a::after {
	opacity: 1;
}

nav .btns {
	display: flex;
	align-items: center;
	margin-left: 55px;
}


nav .btns .language {
	height: 96px;
	display: flex;
	align-items: center;
	position: relative;
}


nav .btns .lanBtn {
	width: 113px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #333333;
	border-radius: 17px;
	border: solid 1px #666666;
	font-size: 18px;
	color: #333333;
}


nav .btns .lanBtn.active i {
	transform: rotate(0deg);
}


nav .btns .lanBtn i {
	font-size: 12px;
	flex-shrink: 0;
	color: #333333;
	transform: rotate(180deg);
	margin-left: 5px;
}


nav .btns .line {
	width: 2px;
	height: 27px;
	background-color: #333333;
	border-radius: 1px;
	flex-shrink: 0;
	margin: 0 10px 0 16px;
}




nav .btns .lanBtn:hover {
	color: #ffffff;
	border-color: #0d3386;
	background-color: #0d3386;
}

nav .btns .lanBtn:hover i {
	color: #ffffff;
}



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: 19px 0 14px 0;
}

nav .btns .language ul a {
	padding: 0 20px;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	text-align: center;
}


nav .btns .language ul li {
	margin-bottom: 5px;
}

nav .btns .language ul li:last-child {
	margin-bottom: 0;
}

nav .btns .language ul a:hover {
	color: #0d3386;
}





nav .btns .search {
	height: 96px;
	display: flex;
	align-items: center;
	position: relative;
}


nav .btns .search .searchBtn {
	cursor: pointer;
}

nav .btns .search .searchBtn:hover i {
	color: #0d3386;
}

nav .btns .search .searchBtn i {
	font-size: 23px;
	color: #333333;
	transform: translateY(0px);
	font-weight: bold;
}


nav .btns .search form {
	position: absolute;
	right: 0;
	top: 100%;
	background-color: #ffffff;
	height: 35px;
	width: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	overflow: hidden;
}


nav .btns .search form.active {
	width: 280px;
	padding: 0 10px;
}

nav .btns .search form input {
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #333333;
}


nav .btns .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 35px;
	width: 35px;
}

nav .btns .search form .subBtn i {
	font-weight: bold;
}

nav .btns .search form .subBtn:hover i {
	color: #0d3386;
}

nav .btns .search form .subBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: transparent;
}





/* moreList */

.moreList,
.moreList ul {
	position: absolute;
	background-color: #ffffff;
	padding: 19px 0 14px 0;
	min-width: 152px;
	width: max-content;
	max-width: 265px;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	display: none;
	transition: none;
}

.moreList ul {
	left: 100%;
	top: -19px;
}


.moreList {
	top: 100%;
	left: 0px;
}



.moreList li {
	margin-bottom: 6px;
	position: relative;
}

.moreList li:last-child {
	margin-bottom: 0;
}


.moreList a {
	padding: 0 20px;
	font-size: 16px;
	color: #333333;
}


.moreList a:hover {
	color: #0d3386;
}


@media screen and (max-width:1800px) {
	nav {
		padding: 0 40px;
	}

	nav .logo {
		width: 160px;
	}

	nav .btns {
		margin-left: 30px;
	}

	.moreList,
	.moreList ul,
	nav .btns .language ul {
		padding: 20px 0;
	}

	.moreList ul {
		top: -20px;
	}

	nav .btns .language ul {
		max-width: 180px;
	}

	nav .navList>ul>li {
		margin-right: 40px;
	}

	nav .btns .lanBtn {
		font-size: 16px;
	}
}

@media screen and (max-width:1600px) {
	nav .btns {
		position: absolute;
		right: 40px;
		top: 10px;
		z-index: 99;
		margin-left: 0;
	}

	nav .btns .search {
		height: auto;
	}

	nav .btns .language {
		height: auto;
	}

	nav .navList>ul>li {
		margin-right: 30px;
	}

	nav .navList>ul>li>a {
		line-height: 130px;
	}

	nav .btns .lanBtn {
		height: 30px;
	}

	nav .btns .line {
		height: 20px;
	}

	nav .btns .search .searchBtn i {
		font-size: 20px;
	}

	nav .btns .language ul,
	nav .btns .search form {
		top: calc(100% + 10px);
	}

}

@media screen and (max-width:1333px) {
	nav .navList>ul>li>a {
		font-size: 16px;
	}

	nav .logo {
		width: 140px;
	}

	nav {
		padding: 0 20px;
	}

	nav .btns {
		right: 20px;
	}

	nav .btns .lanBtn {
		font-size: 14px;
	}

	nav .btns .search .searchBtn i {
		font-size: 18px;
	}

	nav .btns .language ul {
		max-width: 150px;
	}

	nav .btns .language ul a {
		padding: 0 10px;
		font-size: 14px;
	}

	.moreList a {
		padding: 0 10px;
	}

	.moreList,
	.moreList ul {
		max-width: 235px;
	}
}

@media screen and (max-width:1200px) {
	nav .navList>ul>li {
		margin-right: 15px;
	}

	nav {
		padding: 0 10px;
	}

	nav .logo {
		width: 120px;
	}
}

@media screen and (max-width:1023px) {
	nav .navList>ul {
		display: none;
	}

	nav .btns {
		position: static;
		margin-right: 60px;
	}

	nav {
		height: 60px;
		padding: 0 80px;
	}

	.bannerRange {
		height: 60px;
	}

	nav .btns .search .searchBtn,
	nav .btns .line {
		display: none;
	}

	nav .btns .lanBtn {
		height: 28px;
	}

}

@media screen and (max-width:768px) {
	nav {
		height: 50px;
		padding: 0 25px;
	}

	.bannerRange {
		height: 50px;
	}

	header .xnav .nav {
		right: 25px;
		top: 25px;
	}

	nav .btns .language ul {
		padding: 10px 0;
	}

	nav .logo {
		width: 100px;
	}
}

@media screen and (max-width:538px) {
	nav {
		padding: 0 15px;
	}

	header .xnav .nav {
		right: 15px;
	}

	nav .btns {
		margin-right: 50px;
	}
}





/* indexbanner */
.indexBanner {
	transition: none;
}

.indexBanner img {
	display: block;
}

.indexBanner a:hover img {
	transform: scale(1, 1);
}



.banner {
	position: relative;
	z-index: 2;
	line-height: 0;
	font-size: 0;
}

.banner .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 42.3%;
	width: 50px;
	height: 50px;
	border: solid 2px rgba(255, 255, 255, .6);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
}



.banner .slick-prev {
	left: 60px;
}

.banner .slick-next {
	right: 60px;
}

.banner .slick-arrow:hover {
	background-color: #ffffff;
	color: #0d3386;
}

.banner .slick-dots {
	position: absolute;
	z-index: 999999;
	left: 0;
	right: 0;
	bottom: 26px;
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
	display: none !important;
}

.banner .slick-dots li {
	margin: 0 11px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.banner .slick-dots li.slick-active a {
	cursor: pointer;
}

.banner .slick-dots a {
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background-color: #ffffff;
	border-radius: 50%;
}


.banner.hide {
	display: none;
}


.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	top: 0;
	left: 0
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-dots .slide-count {
	display: none;
}

.slick-slide {
	position: relative;
}

.slick-slide iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.slick-slide video {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 101%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	display: none \9;
	display: block \9\0;
}


@media screen and (max-width: 1600px) {
	.banner .slick-arrow {
		width: 45px;
		height: 45px;
		font-size: 20px;
	}

}


@media screen and (max-width: 1333px) {
	.banner .slick-arrow {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}
}


@media screen and (max-width: 1023px) {
	.slick-slide video {
		object-position: inherit;
		object-fit: inherit;
		width: 100%;
		height: 100%;
		transform: translate(0, 0);
		left: 0;
		top: 0;
	}

	.banner {
		display: block;
	}

	.banner.hide {
		display: block;
	}

	.banner .slick-arrow {
		display: none !important;
	}

	.banner .slick-dots {
		display: block !important;
	}

	.banner .slick-dots {
		bottom: 20px;
	}

	.banner .slick-dots li {
		margin: 0 8px;
	}

	.banner .slick-dots li.slick-active a {
		background-color: #0d3386;
	}

	.banner .slick-dots a {
		width: 10px;
		height: 10px;
	}

}


@media screen and (max-width: 538px) {
	.banner .slick-dots {
		bottom: 15px;
	}

	.banner .slick-dots li {
		margin: 0 6px;
	}
}





.cBtn {
	height: 48px;
	background-color: #0d3386;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Manrope-Regular;
	font-size: 16px;
	color: #ffffff;
	border: 1px solid #0d3386;
	    text-transform: uppercase;
}


.cBtn:hover {
	background-color: transparent;
	color: #0d3386;
}

/* indexM1-1 */



.iProducts {
	padding: 90px 0 100px 0;
}

.iTit {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.iTit .tit {
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #59a634;
	text-align: center;
	margin-bottom: 1px;
}

.title1 {
	font-family: Barlow-Bold;
	font-size: 48px;
	line-height: 62px;
	color: #333333;
	/*text-transform: uppercase;*/
}

a.title1:hover {
	color: #0d3386;
}

.iTit .title1 {
	text-align: center;
}



.iProducts .iTit {
	margin-bottom: 18px;
}



.iProducts .pTxts {
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	text-align: center;
	width: 75%;
	margin: 0 auto 20px;
}


.iProducts .productChecks {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 28px;
	flex-wrap: wrap;
}


.iProducts .productChecks a {
	padding: 13px 15px;
	background-color: #f2f2f2;
	color: #333333;
	margin: 10px 10px;
	font-size: 18px;
}




.iProducts .productChecks a:hover,
.iProducts .productChecks a.active {
	background-color: #0d3386;
	color: #ffffff;
}

.iProducts .checks .checkItem {
	display: none;
	flex-wrap: wrap;
}

.iProducts .checks .checkItem.current {
	display: flex;
}


.iProducts .checkItem {
	margin-bottom: 53px;
}


.iProducts .checkItem .productItem:nth-child(n) {
	width: 23.78%;
	margin-right: 1.62%;
	margin-top: 29px;
}

.iProducts .checkItem .productItem:nth-child(4n) {
	margin-right: 0;
}

.iProducts .checkItem .productItem:nth-child(-n+4) {
	margin-top: 0;
}



.productItem .image {
	overflow: hidden;
	margin-bottom: 14px;
}


.productItem .tit {
	font-family: Manrope-Bold;
	font-size: 20px;
	line-height: 26px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-bottom: 17px;
}

.productItem h2 {
	font-weight: normal;
}

.productItem .tit:hover {
	color: #0d3386;
}


.productItem .txts {
	margin-bottom: 14px;
}

.productItem .btn {
	display: flex;
	align-items: center;
	color: #666666;
}

.productItem .btn i {
	font-size: 14px;
	flex-shrink: 0;
	margin-left: 10px;
	color: #666666;
}



.productItem .btn:hover {
	color: #0d3386;
}

.productItem .btn:hover i {
	color: #0d3386;
}


.iProducts .cBtn {
	width: 233px;
	margin: 0 auto;
}

@media screen and (max-width:1600px) {
	.iProducts .pTxts {
		width: 90%;
	}

	.iProducts .productChecks a {
		font-size: 16px;
		padding: 8px 20px;
	}

	.productItem .tit {
		font-size: 18px;
		margin-bottom: 10px;
		line-height: 28px;
	}

	.cBtn {
		height: 40px;
	}
}

@media screen and (max-width:1333px) {
	.iProducts .pTxts {
		width: 100%;
	}
}

@media screen and (max-width:1023px) {
	.productItem .tit {
		font-size: 16px;
	}

	.iProducts .productChecks a {
		font-size: 14px;
	}

	.iProducts .cBtn {
		width: 200px;
	}

	.cBtn {
		font-size: 14px;
	}

	.iProducts .checkItem {
		margin-bottom: 40px;
	}

	.iProducts .checkItem .productItem:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.iProducts .checkItem .productItem:nth-child(3n) {
		margin-right: 0;
	}

	.iProducts .checkItem .productItem:nth-child(-n+3) {
		margin-top: 0;
	}

	.iProducts .productChecks a {
		padding: 5px 10px;
		margin: 5px 10px;
	}

	.iTit .tit {
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	.iProducts .checkItem {
		justify-content: space-between;
	}

	.iProducts .checkItem .productItem:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.iProducts .checkItem .productItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.productItem .image {
		height: 200px;
	}

	.productItem .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.cBtn {
		height: 35px;
	}
}

@media screen and (max-width:400px) {
	.iProducts .checkItem .productItem:nth-child(n) {
		width: 100%;
		margin-right: 0;
		margin-top: 30px;
	}

	.iProducts .checkItem .productItem:nth-child(-n+1) {
		margin-top: 0;
	}

	.productItem .image {
		height: 180px;
	}
}

/* indexM2-1 */

.iAbout {
	background-image: url("../images/indexM2-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 84px 0 84px 0;
}


.about {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.about .msg {
	width: 39%;
}


.about .des {
	width: 52.57%;
}


.about .iTit {
	align-items: flex-start;
	margin-bottom: 20px;
}


.about .iTit .title1 {
	text-align: left;
}

.about .iTit .tit {
	text-align: left;
	margin-top: -3px;
}


.about .txts {
	margin-bottom: 31px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

.about .list {
	margin-bottom: 37px;
}


.about .list li {
	display: flex;
	align-items: flex-start;
	color: #59a634;
}

.about .list li:last-child {
	margin-bottom: 0;
}

.about .list li::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background-color: #59a634;
	border-radius: 50%;
	flex-shrink: 0;
	margin-right: 10px;
	transform: translateY(10px);
}



.about .cBtn {
	width: 150px;
}


.about .des .box {
	position: relative;
	height: 442px;
}

.about .des .box .image {
	height: 100%;
}

.about .des .box .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.about .des .video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}


.video:hover .playBtn .circle1 {
	background-color: #0d3386;
}


.about .video .playBtn {
	transform: translateY(-45%);
}

.video .playBtn {
	position: relative;
	width: 60px;
	height: 60px;
}


.video .playBtn div {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: -1;
	background-color: #ffffff;
	opacity: 0;
	animation: circles 2s linear 0s infinite;
	animation-play-state: running;
}



.video .playBtn .circle1 {
	animation-delay: 0.8s;
}



@keyframes circles {
	0% {
		transform: scale(1);
		opacity: 0;
	}

	20% {
		transform: scale(1.28);
		opacity: 0.4;
	}

	100% {
		transform: scale(2.2);
		opacity: 0;
	}
}


.numList {
	margin: 0 auto;
	background-color: #0d3386;
	width: 72.1%;
	padding: 27px 10.2% 30px 13.4%;
	display: flex;
	align-items: flex-start;
	position: relative;
	justify-content: space-between;
	z-index: 99;
	margin-top: -44px;
}



.numList .item {
	margin-right: 5%;
}

.numList .item:last-child {
	margin-right: 0;
}


.numList .num {
	display: flex;
	align-items: flex-start;
	margin-bottom: 8px;
}



.numList .num span {
	font-family: Barlow-Bold;
	font-size: 36px;
	line-height: 36px;
	color: #ffffff;
}

.numList .num i {
	font-style: normal;
	color: #fff;
	font-weight: bold;
	flex-shrink: 0;
	margin-left: 11px;
	margin-top: 1px;
}



.numList .name {
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
}


@media screen and (max-width:1600px) {
	.about .iTit .tit {
		margin-top: 0;
	}

	.numList {
		width: 80%;
		padding: 20px 50px;
	}

	.video .playBtn {
		width: 50px;
		height: 50px;
	}
}

@media screen and (max-width:1333px) {
	.numList .num span {
		font-size: 28px;
		line-height: 35px;
	}

	.about .msg {
		width: 40%;
	}

	.numList {
		padding: 20px 30px;
	}

	.about .des .box {
		height: 412px;
	}
}

@media screen and (max-width:1023px) {
	.about {
		flex-direction: column-reverse;
	}

	.about .msg {
		width: 100%;
	}

	.about .iTit .title1 br {
		display: none;
	}

	.about .txts {
		-webkit-line-clamp: 3;
		margin-bottom: 20px;
	}

	.about .list li {
		font-size: 14px;
	}

	.about .list {
		margin-bottom: 30px;
	}

	.about .des {
		width: 100%;
		margin-bottom: 30px;
	}

	.numList {
		justify-content: space-around;
		padding: 10px 20px;
	}

	.about .des .box {
		height: 340px;
	}

	.numList .num {
		margin-bottom: 5px;
	}
}

@media screen and (max-width:768px) {
	.about .des .box {
		height: 300px;
	}

	.numList .num span {
		font-size: 26px;
	}
}

@media screen and (max-width:538px) {
	.about .des .box {
		height: 260px;
	}

	.video .playBtn {
		width: 45px;
		height: 45px;
	}

	.numList {
		width: 90%;
	}

	.numList .num span {
		font-size: 24px;
	}
}




/* indexM3-1 */

.iChooseUs {
	padding: 88px 0 108px 0;
}


.chooseUs {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.chooseUs .msg {
	width: 36%;
}


.chooseUs .list {
	width: 52.8%;
	margin-top: 42px;
}



.chooseUs .iTit {
	align-items: flex-start;
	margin-bottom: 11px;
}


.chooseUs .iTit .tit {
	text-align: left;
}

.chooseUs .iTit .title1 {
	text-align: left;
}


.chooseUs .chooseTxts {
	margin-bottom: 9px;
}



.chooseUs .list .item {
	margin-bottom: 34px;
	display: flex;
	align-items: center;
	width: 91%;
}

.chooseUs .list .item:last-child {
	margin-bottom: 0;
}



.chooseUs .list .num {
	font-family: Barlow-Bold;
	font-size: 80px;
	line-height: 80px;
	color: #dddddd;
	flex-shrink: 0;
	margin-right: 23px;
	position: relative;
}

.chooseUs .list .num .arr {
	position: absolute;
	left: 12%;
	top: 53%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
	width: 54px;
	opacity: 0;
}


.chooseUs .list .item:hover .num {
	color: #0d3386;
}

.chooseUs .list .item:hover .num .arr {
	opacity: 1;
}

.chooseUs .list .item .txts {
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}



.chooseUs .list .item:nth-child(2) {
	transform: translateX(6%);
}

.chooseUs .list .item:nth-child(3) {
	transform: translateX(12%);
}

.chooseUs .list .item:nth-child(4) {
	transform: translateX(18%);
}

.chooseUs .list .item:nth-child(5) {
	transform: translateX(24%);
}

.rTit {
	position: relative;
}



.rTit .bigTit {
	position: absolute;
	top: 50%;
	right: 56px;
	transform: translateY(-51%);
	font-family: Barlow-Bold;
	font-size: 116px;
	line-height: 116px;
	color: #666666;
	opacity: 0.15;
	writing-mode: vertical-lr;
}


@media screen and (max-width:1600px) {
	.chooseUs {
		align-items: center;
	}

	.chooseUs .list {
		margin-top: 0;
	}

	.chooseUs .list .item .txts {
		font-size: 18px;
	}

	.chooseUs .list .num {
		font-size: 60px;
		line-height: 60px;
	}

	.chooseUs .list .item {
		margin-bottom: 30px;
	}

	.chooseUs .list .item {
		width: 78%;
	}

	.chooseUs .chooseTxts {
		margin-bottom: 20px;
	}

	.rTit .bigTit {
		right: 50px;
		font-size: 90px;
		line-height: 90px;
	}

	.chooseUs .list .num .arr {
		width: 40px;
	}
}

@media screen and (max-width:1333px) {
	.rTit .bigTit {
		font-size: 70px;
		line-height: 70px;
	}

	.chooseUs .list .num {
		font-size: 50px;
		line-height: 50px;
	}

	.chooseUs .list .item {
		margin-bottom: 25px;
	}

}

@media screen and (max-width:1023px) {
	.chooseUs {
		flex-direction: column;
		align-items: flex-start;
	}

	.chooseUs .msg {
		width: 100%;
	}

	.chooseUs .list {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.chooseUs .list .item:nth-child(n) {
		width: 48%;
		transform: translateX(0);
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 0;
		margin-top: 20px;
	}

	.chooseUs .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.chooseUs .list .num {
		font-size: 34px;
		line-height: 40px;
		margin-bottom: 10px;
		margin-right: 0;
	}

	.chooseUs .chooseTxts {
		margin-bottom: 0;
	}

	.chooseUs .msg {
		margin-bottom: 30px;
	}

	.chooseUs .msg .image {
		display: none;
	}

	.rTit .bigTit {
		right: 0;
		font-size: 65px;
		line-height: 65px;
	}

}

@media screen and (max-width:768px) {
	.rTit .bigTit {
		display: none;
	}

	.chooseUs .list .num {
		font-size: 30px;
		line-height: 30px;
	}
}

@media screen and (max-width:538px) {
	.chooseUs .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.chooseUs .list .item:nth-child(1) {
		margin-top: 0;
	}
}







/* indexM4-1 */


.customized {
	padding: 80px 0 106px 0;
	background-image: url("../images/indexM4-bg.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000000;
}



.customized .msg {
	width: 60%;
	margin: 0 auto;
}


.customized .title1 {
	margin-bottom: 15px;
	text-align: center;
	color: #ffffff;
	font-size: 36px;
	line-height: 48px;
}


.customized .txts {
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 29px;
}




.customized .cBtn {
	width: 175px;
	margin: 0 auto;
}

.customized .cBtn:hover {
	background-color: #ffffff;
	border-color: #ffffff;
}



@media screen and (max-width:1600px) {
	.customized .msg {
		width: 80%;
	}

	.customized .title1 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:1023px) {
	.customized .msg {
		width: 100%;
	}
}

@media screen and (max-width:538px) {
	.customized .title1 {
		margin-bottom: 20px;
	}
}









/* indexM5-1 */



.iProjects {
	padding: 81px 0 86px 0;
}




.hotProjects .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 38px;
}



.sBtns {
	display: flex;
	align-items: center;
}


.sBtns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: solid 1px #666666;
	font-size: 18px;
	cursor: pointer;
	font-weight: bold;
}

.sBtns>div.swiper-button-disabled {
	pointer-events: none;
}


.sBtns>div:hover {
	border-color: #0d3386;
	color: #ffffff;
	background-color: #0d3386;
}

.sBtns>div.prev {
	margin-right: 19px;
}


.hotProjects .image {
	overflow: hidden;
	margin-bottom: 20px;
}

.hotProjects .tit {
	font-family: Manrope-Regular;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 24px;
}

.hotProjects .tit:hover {
	color: #0d3386;
}


.hotProjects .btn {
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}

.hotProjects .btn:hover {
	color: #0d3386;
}


@media screen and (max-width:1600px) {
	.hotProjects .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 14px;
	}

	.hotProjects .image {
		margin-bottom: 15px;
	}
}

@media screen and (max-width:1333px) {
	.sBtns>div {
		font-size: 16px;
	}

	.hotProjects .tit {
		font-size: 16px;
	}

}

@media screen and (max-width:1023px) {
	.hotProjects .tit {
		font-size: 14px;
		line-height: 24px;
	}

	.sBtns>div {
		width: 35px;
		height: 35px;
		font-size: 14px;
	}

	.hotProjects .title {
		margin-bottom: 35px;
	}
}

@media screen and (max-width:768px) {
	.hotProjects .image {
		height: 200px;
	}

	.hotProjects .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}
}

@media screen and (max-width:538px) {
	.hotProjects .image {
		height: 180px;
	}
}













/* indexM6-1  */

.customer {
	padding: 80px 0 76px 0;
	background-color: #f6f6f6;
}


.customer .title1 {
	text-align: center;
	margin-bottom: 28px;
	color: #0d3386;
}

.customer .safeRange {
	max-width: 990px;
}


.swiperBox {
	position: relative;
}

.customer .sBtns>div {
	position: absolute;
	top: 31.3%;
	transform: translateY(-50%);
}



.customer .sBtns>div.prev {
	left: -69px;
	margin-right: 0;
}

.customer .sBtns>div.next {
	right: -69px;
}


.customer .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


.customer .sign {
	width: 58px;
	margin: 0 auto 10px;
}



.customer .txts {
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #222222;
	margin-bottom: 29px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}


.customer .user {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}



.customer .user .image {
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 10px;
	width: 92px;
	height: 92px;
	flex-shrink: 0;
}


.customer .user .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.customer .user .name {
	font-family: Manrope-Regular;
	font-size: 20px;
	line-height: 36px;
	color: #222222;
}

@media screen and (max-width:1333px) {
	.customer .sign {
		width: 50px;
	}
}

@media screen and (max-width:1023px) {
	.customer .sign {
		width: 40px;
	}

	.customer .txts {
		margin-bottom: 20px;
	}

	.customer .user .image {
		width: 80px;
		height: 80px;
	}
}

@media screen and (max-width:768px) {
	.customer .txts {
		-webkit-line-clamp: 3;
	}

	.customer .sBtns {
		justify-content: center;
	}

	.customer .sBtns>div {
		position: static;
		margin-top: 20px;
		transform: translateY(0);
	}

	.customer .sBtns>div.prev {
		margin-right: 30px;
	}
}

@media screen and (max-width:538px) {
	.customer .sign {
		width: 30px;
	}
}





/* indexM7-1  */


.iNews {
	padding: 89px 0 187px 0;
}



.iNews .iTit {
	margin-bottom: 26px;
}


.iNews .swiper {
	overflow: visible;
	clip-path: polygon(-2% -1000%, 102% -1000%, 102% 1000%, -2% 1000%);
}


.iNews .swiper-slide {
	opacity: 0;
	transition: .4s ease opacity;
	pointer-events: none;
}

.iNews .swiper-slide.swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}

.newItem {
	background-color: #ffffff;
	box-shadow: 0px 0px 17px 1px rgba(109, 110, 112, 0.1);
}


.newItem:hover {
	background-color: #0d3386;
}

.newItem .image {
	overflow: hidden;
	height: 250px;
}

.newItem .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.newItem .msg {
	padding: 32px 26px 30px 26px;
}



.newItem .tit {
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 17px;
}

.newItem:hover .tit {
	color: #ffffff;
}



.newItem .tit:hover {
	color: #59a634;
}


.newItem:hover .txts {
	color: #ffffff;
}

.newItem .txts {
	font-size: 16px;
	color: #666666;
	margin-bottom: 25px;
}



.newItem .line {
	width: 100%;
	height: 1px;
	background-color: #dddddd;
	margin-bottom: 17px;
}


.newItem .btns {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.newItem:hover .time {
	color: #ffffff;
}

.newItem .time {
	font-size: 16px;
	color: #666666;
}


.newItem:hover .btn {
	color: #ffffff;
}

.newItem .btn {
	font-size: 16px;
	color: #666666;
}



.newItem .btn:hover {
	color: #59a634;
}

.iNews .sBtns {
	display: flex;
	justify-content: center;
}


.iNews .sBtns>div {
	margin-top: 30px;
}

@media screen and (max-width:1600px) {
	.iNews .iTit {
		margin-bottom: 40px;
	}

	.newItem .msg {
		padding: 20px;
	}

	.newItem .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.newItem .image {
		height: 230px;
	}
}

@media screen and (max-width:1333px) {
	.newItem .image {
		height: 200px;
	}

	.newItem .txts {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1023px) {
	.newItem .tit {
		font-size: 16px;
		line-height: 24px;
	}
}

@media screen and (max-width:538px) {
	.iNews .iTit {
		margin-bottom: 30px;
	}

	.newItem .msg {
		padding: 15px;
	}
}


/* indexM8-1  */

.touch {
	background-image: url("../images/touchBg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	padding: 70px 0 79px 0;
}





.touch .con {
	position: relative;
}


.touch .des {
	width: 49%;
}

.touch .image {
	position: absolute;
	right: 8.1%;
	bottom: -79px;
	width: 348px;
}



.touch .title1 {
	display: inline-block;
	margin-bottom: 9px;
}


.touch .txts {
	color: #888888;
	margin-bottom: 36px;
}



.touch ul {
	display: flex;
	flex-wrap: wrap;
}



.touch ul li {
	border: 1px solid #dddddd;
	background-color: #ffffff;
	width: 48.5%;
	height: 54px;
	padding: 0 11px;
	margin-top: 19px;
}

.touch ul li.active{
	border-color: #0d3386;
}

.touch ul li:nth-child(-n+2) {
	margin-top: 0;
}



.touch ul li:nth-child(1) {
	margin-right: 3%;
}



.touch input,
.touch textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
}



.touch li.message {
	width: 100%;
	height: 107px;
	padding: 13px 11px;
}



.touch li.codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 64.8%;
	padding: 0;
}




.touch li.codeCon input {
	flex: 1;
	padding: 0 11px;
}

.touch li.codeCon .codeImg {
	width: 134px;
	height: 37px;
	flex-shrink: 0;
	cursor: pointer;
	margin-right: 2px;
}



.touch li.subBtn {
	width: 100%;
	border: none;
	background-color: transparent;
	height: auto;
	margin-top: 37px;
}



.touch li.subBtn input {
	width: 197px;
	height: 59px;
	background-color: #0d3386;
	color: #ffffff;
	cursor: pointer;
	border: 1px solid #0d3386;
}

.touch li.subBtn input:hover {
	background-color: transparent;
	color: #0d3386;
}

.touch input::-webkit-input-placeholder,
.touch textarea::-webkit-input-placeholder {
	font-family: Manrope-Regular;
	font-size: 16px;
	color: #989898;
	opacity: 1;
}

.touch input:-moz-placeholder,
.touch textarea:-moz-placeholder {
	font-family: Manrope-Regular;
	font-size: 16px;
	color: #989898;
	opacity: 1;
}

.touch input::-moz-placeholder,
.touch textarea::-moz-placeholder {
	font-family: Manrope-Regular;
	font-size: 16px;
	color: #989898;
	opacity: 1;
}

.touch input:-ms-input-placeholder,
.touch textarea:-ms-input-placeholder {
	font-family: Manrope-Regular;
	font-size: 16px;
	color: #989898;
	opacity: 1;
}



@media screen and (max-width:1600px) {
	.touch li.subBtn input {
		height: 50px;
	}

	.touch .image {
		width: 320px;
		bottom: -80px;
	}
}

@media screen and (max-width:1333px) {
	.touch .image {
		width: 300px;
		bottom: -60px;
	}
}

@media screen and (max-width:1023px) {
	.touch .txts {
		margin-bottom: 30px;
	}

	.touch ul li {
		height: 40px;
	}

	.touch .image {
		right: 0;
		bottom: -50px;
		width: 270px;
	}

	.touch .des {
		width: 53%;
	}

	.touch li.codeCon {
		width: 80%;
	}
}

@media screen and (max-width:768px) {
	.touch .image {
		display: none;
	}

	.touch .des {
		width: 100%;
	}

	.touch li.subBtn input {
		height: 45px;
	}

	.touch li.subBtn {
		margin-top: 30px;
	}
}

@media screen and (max-width:538px) {
	.touch li.codeCon {
		width: 100%;
	}

	.touch li.subBtn {
		margin-top: 20px;
	}

	.touch li.subBtn input {
		height: 40px;
	}
}











/* indexM9-1  */


.tags {
	padding: 87px 0 92px 0;
}

.tags .con {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tags .item {
	width: 32.85%;
	background-color: #f6f6f6;
	margin-top: 9px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 16px;
}



.tags .item:nth-child(-n+2) {
	margin-top: 0;
	width: 49.71%;
}

.tags .item:nth-child(-n+2) a {
	width: 48%;
}




.tags .item a {
	display: flex;
	align-items: flex-start;
	line-height: 28px;
	color: #333333;
	width: 100%;
	word-break: break-all;
}

.tags .item a::before {
	content: "";
	width: 6px;
	height: 6px;
	background-color: #333333;
	flex-shrink: 0;
	margin-right: 9px;
	border-radius: 50%;
	margin-top: 10px;
}

@media screen and (max-width:1023px) {
	.tags .item a {
		font-size: 14px;
		line-height: 26px;
	}

	.tags .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
		display: flex;
		justify-content: space-between;
	}

	.tags .item:nth-child(n) a {
		width: 48%;
		margin-top: 5px;
	}

	.tags .item:nth-child(n) a:nth-child(-n+2) {
		margin-top: 0;
	}

	.tags .item:nth-child(-n+1) {
		margin-top: 0;
	}
}

@media screen and (max-width:538px) {
	.tags .item:nth-child(n) a {
		width: 100%;
		margin-top: 5px;
	}

	.tags .item:nth-child(n) a:nth-child(1) {
		margin-top: 0;
	}

	.tags .item:nth-child(n) {
		margin-top: 20px;
	}

	.tags .item:nth-child(1) {
		margin-top: 0;
	}
}




/* 2-1Product */


.products {
	padding: 76px 0 69px 0;
}


.products .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.products .innerNav {
	width: 20%;
	margin-top: 0;
}

.innerNav .nTages {
	margin-top: 33px;
}


.innerNav .nTages .list {
	margin-top: 5px;
}

.innerNav .nTages .list a {
	padding: 10px 15px;
	display: block;
}


.innerNav .nTages .list li {
	border-bottom: 1px solid #dddddd;
}




.innerNav .nTages .list a:hover {
	color: #0d3386;
}


.products .des {
	width: 73%;
}


.products .des .title {
	font-family: Manrope-Bold;
	font-size: 26px;
	line-height: 35px;
	color: #333333;
	margin-bottom: 17px;
	margin-top: 11px;
}


.mbox {
	height: 56px;
	overflow: hidden;
}


.mbox .standardEdit p {
	color: #666666;
	line-height: 28px;
}


.mBtn {
	margin-top: 15px;
	cursor: pointer;
	color: #0d3386;
	display: inline-block;
}

.mBtn:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


.products .des .list {
	margin-top: 18px;
	display: flex;
	flex-wrap: wrap;
}

.products .des .list .productItem {
	width: 31.9%;
	margin-right: 2.15%;
	margin-top: 33px;
}

.products .des .list .productItem .image {
	margin-bottom: 23px;
}

.products .des .list .productItem:nth-child(3n) {
	margin-right: 0;
}

.products .des .list .productItem:nth-child(-n+3) {
	margin-top: 0;
}

.products .des .list {
	margin-bottom: 66px;
}


.customized .cBtn.btn2 {
	width: 236px;
	height: 49px;
	border-radius: 1px;
	border: solid 1px #ffffff;
	background-color: transparent;
}

.customized.innerCustomized {
	padding-bottom: 68px;
}


.customized .cBtn.btn2:hover {
	background-color: #ffffff;
}


.productBottom {
	padding: 67px 0 89px 0;
}


.productBottom .hotProjects {
	margin-bottom: 66px;
}

.productBottom .hotProjects .title {
	margin-bottom: 19px;
}

.productBottom .hotProjects .title1 {
	font-size: 36px;
	line-height: 50px;
}

@media screen and (max-width:1600px) {
	.products .des .title {
		margin-top: 0;
	}

	.products .des .list {
		margin-top: 30px;
	}

	.products .des .list .productItem .image {
		margin-bottom: 20px;
	}

	.products .des .list {
		margin-bottom: 50px;
	}

	.customized .cBtn.btn2 {
		height: 45px;
	}

	.productBottom .hotProjects .title {
		margin-bottom: 30px;
	}

	.productBottom .hotProjects {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1333px) {
	.products .des .title {
		font-size: 24px;
	}

	.products .des {
		width: 68%;
	}

	.products .innerNav {
		width: 26%;
	}
}

@media screen and (max-width:1023px) {
	.products .con {
		flex-direction: column-reverse;
	}

	.products .des {
		width: 100%;
		margin-bottom: 50px;
	}

	.mbox {
		height: 52px;
	}

	.products .des .title {
		font-size: 22px;
		line-height: 30px;
	}

	.products .des .list {
		margin-bottom: 40px;
	}

	.products .innerNav {
		width: 100%;
	}

	.innerNav .nTages .list a {
		font-size: 14px;
		line-height: 26px;
		padding: 8px 15px;
	}

	.innerNav .nTages .list {
		margin-top: 0;
	}

	.innerNav .nTages {
		margin-top: 20px;
	}

	.productBottom .hotProjects {
		margin-bottom: 50px;
	}
	.innerNav .nTages .list{
		display: none;
		transition: none;
	}


}

@media screen and (max-width:768px) {
	.products .des .list {
		justify-content: space-between;
	}

	.products .des .list .productItem:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.products .des .list .productItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.products .des .list .productItem .image {
		margin-bottom: 15px;
	}

	.customized .cBtn.btn2 {
		height: 35px;
		width: 220px;
	}

	.productBottom .hotProjects {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:400px) {
	.products .des .list .productItem:nth-child(n) {
		width: 100%;
		margin-top: 25px;
	}

	.products .des .list .productItem:nth-child(1) {
		margin-top: 0;
	}

	.productBottom .hotProjects {
		margin-bottom: 30px;
	}

	.products .des .title {
		font-size: 20px;
	}
}


/* 2-2Product-details */


.productDet {
	padding: 77px 0 73px 0;
}

.productShow {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 66px;
}

.productShow .box {
	width: 47.428%;
	position: relative;
}


.productShow .jianjie {
	width: 47.7%;
	margin-top: -7px;
}


.productShow .showSipwer {
	margin-bottom: 8px;
	overflow: hidden;
	background-color: #f4f4f4;
}



.productShow .showSipwer .sBtns>div {
	background-color: #0d3386;
	border-color: #0d3386;
	color: #ffffff;
	position: absolute;
	top: 41.5%;
	transform: translateY(-50%);
	z-index: 99;
	font-size: 16px;
}

.productShow .showSipwer .sBtns>div.swiper-button-disabled {
	pointer-events: all;
}

.productShow .showSipwer .sBtns>div.swiper-button-disabled:hover {
	background-color: #0d3386;
	color: #ffffff;
	border-color: #0d3386;
}


.productShow .showSipwer .sBtns>div:hover {
	background-color: #ffffff;
	color: #0d3386;
	border-color: #ffffff;
}



.productShow .showSipwer .sBtns>div.prev {
	left: 17px;
}

.productShow .showSipwer .sBtns>div.next {
	right: 17px;
}


.productShow .showSipwer .swiper-slide {
	position: relative;
}


.productShow .showSipwer .video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.productShow .showSipwer .video .playBtn {
	width: 50px;
	height: 50px;
	background-color: #222f7e;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 9;
}


.productShow .showSipwer .video .playBtn i {
	font-size: 18px;
	color: #ffffff;
	transform: translateX(1px) translateY(-1px);
}



.productShow .video .playBtn div {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border-width: 0.5px;
	border-style: solid;
	border-color: #0d3386;
	opacity: 0;
	animation: circles 3.2s linear 0s infinite;
	animation-play-state: running;
	z-index: -1;
	background-color: transparent;
}

.productShow .video:hover .playBtn {
	background-color: #ffffff;
}

.productShow .video:hover .playBtn i {
	color: #222f7e;
}

.productShow .video:hover .playBtn div {
	border-color: #ffffff;
	background-color: transparent;
}



.video .playBtn .circle1 {
	animation-delay: 0.8s;
}


@keyframes circles {
	0% {
		transform: scale(1);
		opacity: 0;
	}

	20% {
		transform: scale(1.28);
		opacity: 0.5;
	}

	100% {
		transform: scale(2.2);
		opacity: 0;
	}
}


.productShow .checkSwiper {
	overflow: hidden;
}

.productShow img {
	display: block;
}


.productShow .checkSwiper .swiper-slide {
	position: relative;
	cursor: pointer;
	opacity: 0;
	transition: .4s ease opacity;
	background-color: #59a634;
	overflow: hidden;
}

.productShow .checkSwiper .swiper-slide:hover img {
	transform: scale(1.1);
}

.productShow .checkSwiper .swiper-slide.swiper-slide-visible {
	opacity: 1;
}


.productShow .checkSwiper .swiper-slide::after {
	content: "";
	position: absolute;
	border: solid 1px transparent;
	transition: .4s ease border;
	pointer-events: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
}


.productShow .checkSwiper .swiper-slide.swiper-slide-thumb-active::after {
	border: solid 1px #0d3386;
}


.jianjie h1 {
	font-family: Manrope-Bold;
	font-size: 24px;
	line-height: 40px;
	color: #333333;
	margin-bottom: 10px;
	font-weight: normal;
	margin-top: 18px;
}

.jianjie .standardEdit p em {
	line-height: 30px;
}

.standardEdit p em {
	display: block;
	position: relative;
	padding-left: 18px;
	font-style: normal;
}

.standardEdit p em::after {
	content: "";
	position: absolute;
	width: 7px;
	height: 8px;
	background-color: #222f7e;
	clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
	left: 0;
	top: 10px;
}

.jianjie .standardEdit p strong {
	font-family: Manrope-Bold;
	font-size: 16px;
}


.jianjie .txts {
	margin-bottom: 52px;
}



.jianjie .btns {
	display: flex;
	align-items: center;
}

.jianjie .btns a {
	width: 150px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 18px;
	font-size: 16px;
	background-color: #0d3386;
	color: #ffffff;
	text-transform: uppercase;
}



.jianjie .btns a:last-child {
	margin-right: 0;
}

.jianjie .btns a:hover {
	background-color: #59a634;
}



.jianjie .share {
	margin-bottom: 26px;
}





/*jQzoom*/
.jqzoom {
	float: left;
	position: relative;
	padding: 0px;

}

div.zoomdiv {
	z-index: 200;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.zoomdiv img {
	max-width: unset !important;
}

div.jqZoomPup {
	z-index: 200;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	transition: none;
}


.introduction .title1,
.specification .title1 {
	font-size: 34px;
	line-height: 45px;
	color: #0d3386;
	position: relative;
}


.arrTit {
	padding-left: 10px;
	position: relative;
	z-index: 2;
}

.arrTit::after {
	content: "";
	position: absolute;
	left: 0;
	top: 13px;
	width: 16px;
	height: 18px;
	background-image: url("../images/sanjiao.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.introduction {
	margin-bottom: 64px;
}

.introduction .standardEdit p {
	color: #333333;
}

.introduction .title1 {
	margin-bottom: 10px;
}


.specification .title1 {
	margin-bottom: 22px;
}

.table {
	overflow: auto;
}

.table table {
	border-collapse: collapse;
	line-height: 22px;
}

.table table tr:nth-child(2n) td {
	background-color: #fff;
}

.table table tr td {
	padding: 13.5px 15px;
	font-size: 16px;
	background-color: #f6f6f6;
	font-family: Montserrat-Light;
	color: #333333;
	border: solid 1px #dddddd;
}


.table table tr:nth-child(1) td {
	font-size: 18px;
}


@media screen and (max-width:1600px) {
	.jianjie h1 {
		margin-top: 0;
	}

	.productShow,
	.introduction {
		margin-bottom: 60px;
	}

	.introduction .title1,
	.specification .title1 {
		margin-bottom: 30px;
	}

	.productShow,
	.introduction {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1333px) {
	.jianjie h1 {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.jianjie .txts {
		margin-bottom: 40px;
	}

	.jianjie .btns a {
		height: 40px;
	}

	.productShow .showSipwer .sBtns>div {
		width: 35px;
		height: 35px;
		font-size: 14px;
	}

	.productShow .showSipwer .video .playBtn {
		width: 45px;
		height: 45px;
	}
}

@media screen and (max-width:1023px) {
	div.jqZoomPup {
		display: none;
	}

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

	.productShow {
		flex-direction: column;
		align-items: flex-start;
	}

	.productShow .jianjie {
		width: 100%;
		margin-top: 0;
	}

	.standardEdit p em::after {
		top: 12px;
	}

	.productShow .box {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 40px;
	}

	.jianjie .txts {
		margin-bottom: 30px;
	}

	.arrTit::after {
		top: 7px;
	}

	.introduction .title1,
	.specification .title1 {
		margin-bottom: 25px;
	}

	.table table tr:nth-child(1) td {
		font-size: 16px;
	}

	.table table tr td {
		font-size: 14px;
		padding: 10px 20px;
	}

	.jianjie .btns a {
		font-size: 14px;
		height: 35px;
	}
}


@media screen and (max-width:768px) {

	.productShow,
	.introduction {
		margin-bottom: 40px;
	}

	.productShow .box {
		max-width: 400px;
		margin-bottom: 30px;
	}

	.jianjie h1 {
		font-size: 20px;
	}
}

@media screen and (max-width:538px) {
	.productShow .showSipwer .sBtns>div {
		width: 30px;
		height: 30px;
		font-size: 12px;
	}
}

.characteristics {
	background-color: #f7f7f7;
	padding: 58px 0 80px 0;
}



.characteristics .image {
	width: 42.071%;
	margin-left: 10%;
	float: right;
	margin-top: 16px;
}



.characteristics .title1 {
	font-family: Barlow-Bold;
	font-size: 34px;
	line-height: 45px;
	color: #0d3386;
	margin-bottom: 24px;
}




.characteristics .txts p strong {
	font-size: 16px;
}


@media screen and (max-width:1023px) {
	.characteristics .image {
		float: none;
		width: 100%;
		margin-bottom: 30px;
		margin-left: 0;
		margin-top: 0;
		height: 300px;
	}

	.characteristics .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}
}

@media screen and (max-width:768px) {
	.characteristics .image {
		height: 280px;
	}
}

@media screen and (max-width:538px) {
	.characteristics .image {
		height: 240px;
	}
}


.pAdvantage {
	padding: 65px 0 73px 0;
}


.pAdvantage .title1 {
	font-size: 34px;
	line-height: 45px;
	color: #0d3386;
	margin-bottom: 36px;
}

.pAdvantage .serviceList {
	margin-bottom: 61px;
}

.pAdvantage .serviceList .item {
	margin: 0;
}

.serviceList .list {
	display: flex;
	justify-content: space-between;
	margin: 33px 0 66px 0;
	flex-wrap: wrap;
}


.serviceList .list .box {
	width: 45.5%;
	margin-top: 30px;
}

.serviceList .list .box:nth-child(-n+2) {
	margin-top: 0;
}


.advantageList {
	display: flex;
	flex-wrap: wrap;
}


.advantageList .item:nth-child(n) {
	width: 23.85%;
	margin-right: 1.53%;
	margin-top: 20px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.1);
	padding: 27px 23px 24px 23px;
}


.advantageList .item:nth-child(4n) {
	margin-right: 0;
}

.advantageList .item:nth-child(-n+4) {
	margin-top: 0;
}

.advantageList .image {
	width: 48px;
	height: 48px;
	margin-bottom: 9px;
}

.advantageList .tit {
	font-family: Barlow-Bold;
	font-size: 20px;
	line-height: 26px;
	color: #0d3386;
	margin-bottom: 15px;
}


.standardEdit p span {
	font-family: Manrope-Bold;
	color: #333333;
}


@media screen and (max-width:1600px) {
	.pAdvantage .title1 {
		margin-bottom: 40px;
	}

	.serviceList .list {
		margin: 50px 0;
	}

	.advantageList .item:nth-child(n) {
		padding: 20px;
	}

	.advantageList .tit {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.advantageList .image {
		width: 45px;
		height: 45px;
		margin-bottom: 15px;
	}

}

@media screen and (max-width:1333px) {
	.serviceList .list {
		margin: 40px 0;
	}

	.advantageList {
		justify-content: space-between;
	}

	.advantageList .item:nth-child(n) {
		width: 48%;
		margin-top: 30px;
	}

	.advantageList .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width:1023px) {
	.serviceList .list {
		margin: 30px 0;
	}

	.pAdvantage .serviceList {
		margin-bottom: 50px;
	}

}

@media screen and (max-width:768px) {
	.serviceList .list .box:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.serviceList .list .box:nth-child(1) {
		margin-top: 0;
	}

	.pAdvantage .serviceList {
		margin-bottom: 40px;
	}

	.advantageList .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.advantageList .item:nth-child(1) {
		margin-top: 0;
	}

	.advantageList .image {
		width: 42px;
		height: 42px;
	}
}

@media screen and (max-width:538px) {
	.pAdvantage .title1 {
		margin-bottom: 30px;
	}

	.advantageList .image {
		width: 38px;
		height: 38px;
	}
}




.process {
	padding: 96px 0 74px 0;
	background-color: #0d3386;
}

.process .safeRange {
	max-width: 1620px;
}


.process .title1 {
	font-size: 36px;
	line-height: 45px;
	color: #ffffff;
	margin-bottom: 45px;
	text-align: center;
}

.process .list {
	display: flex;
	align-items: flex-start;
	margin-bottom: 49px;
	flex-wrap: wrap;
}



.process .list .image {
	width: 77px;
	height: 77px;
	background-color: #ffffff;
	border-radius: 50%;
	margin-bottom: 20px;
}




.process .list .name {
	font-family: Manrope-Regular;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
}


.process .list .item {
	position: relative;
	width: 11.7%;
	margin-right: 5.96%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}


.process .list .item:nth-child(6n) {
	margin-right: 0;
}

.process .list .item:nth-child(-n+6) {
	margin-top: 0;
}

.process .list .rline {
	position: absolute;
	left: 85%;
	top: 30px;
	width: 165px;
}


.process .list .item:last-child .rline {
	display: none;
}


.process .btn {
	margin: 0 auto;
	width: 256px;
	height: 48px;
	background-color: #59a634;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Manrope-Regular;
	color: #ffffff;
}


.process .btn:hover {
	background-color: #ffffff;
	color: #59a634;
}

@media screen and (max-width:1700px) {
	.process .list .name {
		font-size: 18px;
	}

	.process .title1 {
		margin-bottom: 60px;
	}

	.process .list .rline {
		width: 117px;
	}

	.process .list .item:nth-child(n) {
		width: 23.5%;
		margin-right: 2%;
		margin-top: 40px;
	}

	.process .list .item:nth-child(4n) {
		margin-right: 0;
	}

	.process .list .item:nth-child(4n) .rline {
		display: none;
	}

	.process .list .item:nth-child(-n+4) {
		margin-top: 0;
	}
}

@media screen and (max-width:1333px) {
	.process .list {
		flex-wrap: wrap;
	}

	.process .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 40px;
	}

	.process .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.process .list .item:nth-child(n) .rline {
		display: block;
	}

	.process .list .item:nth-child(3n) .rline {
		display: none;
	}

	.process .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.process .list .image {
		width: 70px;
		height: 70px;
	}

	.process .title1 {
		margin-bottom: 50px;
	}

	.process .list {
		margin-bottom: 40px;
	}

	.process .btn {
		height: 40px;
	}

	.process .list .name {
		font-size: 16px;
		line-height: 26px;
	}

}

@media screen and (max-width:1023px) {
	.process .list .name {
		font-size: 14px;
		line-height: 24px;
	}

	.process .list .image {
		width: 60px;
		height: 60px;
	}

	.process .list .rline {
		width: 90px;
	}
}


@media screen and (max-width:768px) {
	.process .list .item:nth-child(n) {
		width: 48%;
		margin-right: 2%;
		margin-top: 40px;
	}

	.process .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.process .list .item:nth-child(n) .rline {
		display: block;
	}

	.process .list .item:nth-child(2n) .rline {
		display: none;
	}

	.process .list .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width:538px) {
	.process .list .item:nth-child(n) .rline {
		display: none;
	}

	.process .title1 {
		margin-bottom: 40px;
	}

	.process .btn {
		height: 35px;
	}
}

@media screen and (max-width:400px) {
	.process .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.process .list .item:nth-child(1) {
		margin-top: 0;
	}
}






.customization {
	padding: 87px 0 69px 0;
}

.customization .serviceList {
	margin-bottom: 0;
}

.customization .serviceList .item {
	margin-bottom: 45px;
}

.customization .serviceList .item:last-child {
	margin-bottom: 0;
}


.customization .serviceList .item .standardEdit p span {
	color: #666666;
}






.productDetBottom {
	padding: 88px 0 90px 0;
}



.productDetBottom .hotProducts {
	margin-bottom: 95px;
}


.productDetBottom .hotProjects {
	margin-bottom: 83px;
	padding: 74px 0 82px 0;
	position: relative;
}

.productDetBottom .hotProjects::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100vw;
	height: 100%;
	background-color: #f7f7f7;
	z-index: -1;
}


.productDetBottom .hotProjects .title {
	margin-bottom: 20px;
}

.productDetBottom .hotProjects .title1 {
	font-size: 36px;
	line-height: 45px;
}

@media screen and (max-width:1600px) {

	.productDetBottom .hotProducts,
	.productDetBottom .hotProjects {
		margin-bottom: 80px;
	}

	.productDetBottom .hotProjects {
		padding: 80px 0;
	}

	.productDetBottom .hotProjects .title {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:1333px) {
	.customization .serviceList .item {
		margin-bottom: 40px;
	}

	.productDetBottom .hotProducts,
	.productDetBottom .hotProjects {
		margin-bottom: 60px;
	}

	.productDetBottom .hotProjects {
		padding: 60px 0;
	}
}

@media screen and (max-width:1023px) {
	.customization .serviceList .item {
		margin-bottom: 30px;
	}

	.productDetBottom .hotProducts,
	.productDetBottom .hotProjects {
		margin-bottom: 50px;
	}

	.productDetBottom .hotProjects {
		padding: 50px 0;
	}
}

@media screen and (max-width:768px) {

	.productDetBottom .hotProducts,
	.productDetBottom .hotProjects {
		margin-bottom: 40px;
	}

	.productDetBottom .hotProjects {
		padding: 40px 0;
	}
}

@media screen and (max-width:538px) {
	.customization .serviceList .item {
		margin-bottom: 30px;
	}

	.productDetBottom .hotProjects .title,
	.productDetBottom .hotProducts .title {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 20px;
	}

	.productDetBottom .hotProjects .title1,
	.productDetBottom .hotProducts .title1{
		margin-bottom: 30px;
	}

}


/* 2-2Product-details */


.working {
	padding: 88px 0 156px 0;
	background-image: url("../images/equipmentM1-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.working .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.working .image {
	width: 38.5%;
}


.working .msg {
	width: 53.3%;
	padding-bottom: 10px;
}


.working .msg .tit {
	font-family: Barlow-Bold;
	font-size: 34px;
	line-height: 45px;
	color: #0d3386;
	margin-bottom: 19px;

}

.working .txts p {
	color: #333333;
}

.treatment {
	padding: 62px 0 63px 0;
	background-color: #f7f7f7;
}



.treatment .image {
	float: right;
	width: 28.785%;
	margin-left: 5%;
}

.treatment .tit {
	font-family: Barlow-Bold;
	font-size: 34px;
	line-height: 45px;
	color: #0d3386;
	margin-bottom: 19px;
}

.treatment .txts p {
	line-height: 30px;
}


.treatment .msg {
	padding-top: 30px;
}



.equipmentMsg {
	padding: 41px 0 66px 0;
}


.equipmentMsg .standardEdit p {
	line-height: 30px;
}




@media screen and (max-width:1600px) {
	.working .msg {
		padding-bottom: 0;
	}

	.treatment .msg {
		padding-top: 0;
	}

	.equipmentMsg {
		padding: 50px 0;
	}

	.working .msg .tit,
	.treatment .tit {
		font-size: 30px;
	}
}

@media screen and (max-width:1333px) {

	.working .msg .tit,
	.treatment .tit {
		font-size: 26px;
		line-height: 35px;
	}

	.equipmentMsg {
		padding: 40px 0;
	}
}

@media screen and (max-width:1023px) {

	.working .msg .tit,
	.treatment .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.equipmentMsg {
		padding: 30px 0;
	}
}

@media screen and (max-width:768px) {
	.working .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.working .msg {
		width: 100%;
	}

	.working .image {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 30px;
	}

	.treatment .image {
		width: 100%;
		float: none;
		margin-left: 0;
		max-width: 300px;
		margin: 0 auto 30px;
	}

	.working .msg .tit,
	.treatment .tit {
		font-size: 20px;
	}
}




.dryingEquitment {
	padding: 101px 0 109px 0;
	position: relative;
}

.dryingEquitment .imgBg {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 329px;
	z-index: -1;
}

.dryingEquitment .imgBg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.dryingEquitment .title1 {
	font-family: Barlow-Bold;
	font-size: 36px;
	line-height: 45px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 42px;
}


.dryingEquitment .list {
	display: flex;
	flex-wrap: wrap;
}

.dryingEquitment .list .item {
	width: 32.64%;
	margin-right: 1.04%;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.1);
	margin-top: 34px;
}


.dryingEquitment .list .item:nth-child(3n) {
	margin-right: 0;
}

.dryingEquitment .list .item:nth-child(-n+3) {
	margin-top: 0;
}

.dryingEquitment .list .image {
	height: 229px;
}

.dryingEquitment .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.dryingEquitment .list .msg {
	padding: 24px 17px 28px 17px;
}


.dryingEquitment .list .tit {
	font-family: Barlow-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #0d3386;
	margin-bottom: 16px;
}


.dryingEquitment .list .item:hover{
	background-color: #0d3386;
}

.dryingEquitment .list .item:hover .tit,
.dryingEquitment .list .item:hover p,
.dryingEquitment .list .item:hover p strong,
.dryingEquitment .list .item:hover p em{
	color: #ffffff;
}




.dryingEquitment .list .standardEdit p strong {
	font-family: Manrope-Bold;
	font-size: 16px;
	color: #0d3386;
}

.dryingEquitment .list .standardEdit p span {
	font-size: 16px;
	color: #0d3386;
	font-family: Manrope-Regular;
}


@media screen and (max-width:1600px) {
	.dryingEquitment .title1 {
		margin-bottom: 60px;
	}

	.dryingEquitment .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.dryingEquitment .list {
		justify-content: space-between;
	}

	.dryingEquitment .list .item:nth-child(n) {
		width: 48%;
		margin-top: 30px;
	}

	.dryingEquitment .list .item:nth-child(-n+2) {
		margin-top: 0;
	}
	.dryingEquitment .list .msg{
		padding: 20px;
	}
}

@media screen and (max-width:1333px) {
	.dryingEquitment .title1 {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1023px) {
	.dryingEquitment .list .image {
		height: 220px;
	}

	.dryingEquitment .title1 {
		margin-bottom: 40px;
	}
	.dryingEquitment .imgBg{
		height: 300px;
	}
}

@media screen and (max-width:768px) {
	.dryingEquitment .list .item:nth-child(n){
		width: 100%;
		margin-top: 30px;
	}
	.dryingEquitment .list .item:nth-child(1){
		margin-top: 0;
	}
	.dryingEquitment .list .image {
		height: 240px;
	}
}



.structure {
	padding: 89px 0 95px 0;
}


.structure .serviceList {
	margin-bottom: 0;
}

.structure .serviceList .item {
	margin-bottom: 42px;
}

.structure .serviceList .item:last-child {
	margin-bottom: 0;
}


.serviceList .item:nth-child(2n-1) .standardEdit p em {
	display: flex;
	align-items: flex-start;
}


.serviceList .standardEdit p em::after {
	top: 8px;
}



.structure .serviceList .standardEdit p em::after {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-image: url("../images/trueArr.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	clip-path: none;
	background-color: #ffffff;
}


.structure .serviceList .item .standardEdit p em {
	padding-left: 30px;
}

.structure .serviceList .item .standardEdit p em::after {
	top: 3px;
}

.serviceList .item p strong {
	margin-bottom: 7px;
	display: inline-block;
}

@media screen and (max-width:1600px){
 	.structure .serviceList .item{
		margin-bottom: 60px;
	}
}
@media screen and (max-width:1334px){
 	.structure .serviceList .item{
		margin-bottom: 50px;
	}
}
@media screen and (max-width:1023px){
	.structure .serviceList .standardEdit p em::after{
		width: 16px;
		height: 16px;
	}
	.structure .serviceList .item .standardEdit p em::after{
		top: 5px;
	}
	.structure .serviceList .item .standardEdit p em{
		padding-left: 25px;
	}
	.structure .serviceList .item{
		margin-bottom: 50px;
	}
}
@media screen and (max-width:768px){
	.structure .serviceList .item{
		margin-bottom: 40px;
	}		 
}
@media screen and (max-width:538px){
 		
}



.capability {
	padding: 76px 0 94px 0;
	position: relative;
}



.capability .imgBg {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 322px;
	z-index: -1;
}

.capability .imgBg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.capability .title1 {
	font-family: Barlow-Bold;
	font-size: 36px;
	line-height: 45px;
	color: #ffffff;
	margin-bottom: 44px;
	text-align: center;
}

.capability .list {
	display: flex;
	flex-wrap: wrap;
}



.capability .list .item {
	width: 32%;
	margin-right: 2%;
	margin-top: 30px;
	background-color: #ffffff;
	padding: 30px 28px 21px 28px;
	box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.1);
}





.capability .list .item:nth-child(3n) {
	margin-right: 0;
}


.capability .list .item:nth-child(-n+3) {
	margin-top: 0;
}


.capability .list .item .num {
	width: 56px;
	height: 56px;
	background-color: #0d3386;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Barlow-Bold;
	font-size: 36px;
	color: #ffffff;
	margin-bottom: 9px;
}

.capability .list .item .tit {
	font-family: Barlow-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #0d3386;
	margin-bottom: 11px;
}


.capability .list .item .txts p {
	hyphens: auto;
}

.equipmentBottom {
	padding: 94px 0 89px 0;
}

.equipmentBottom .hotProjects {
	margin-bottom: 66px;
}


.equipmentBottom .hotProjects .title {
	margin-bottom: 22px;
}

.equipmentBottom .hotProjects .title1 {
	font-family: Barlow-Bold;
	font-size: 36px;
	line-height: 45px;
	color: #333333;
}

@media screen and (max-width:1600px){
 	.capability .title1{
		margin-bottom: 50px;
	}
	.capability .list .item{
		padding: 30px;
	}
	.capability .list .item .num{
		width: 50px;
		height: 50px;
		font-size: 22px;
		margin-bottom: 20px;
	}
	.capability .list .item .tit{
		margin-bottom: 10px;
	}
	
	.equipmentBottom .hotProjects .title{
		margin-bottom: 30px;
	}
	
}
@media screen and (max-width:1333px){
	.capability .list{
		justify-content: space-between;
	}
 	.capability .list .item:nth-child(n){
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}	
	
	.capability .list .item:nth-child(-n+2){
		margin-top: 0;
	}
	.capability .title1{
		margin-bottom: 40px;
	}
	.capability .list .item .num{
		width: 45px;
		height: 45px;
	}
	.equipmentBottom .hotProjects{
		margin-bottom: 60px;
	}
	
}
@media screen and (max-width:1023px){
 	.capability .list .item .tit{
		font-size: 18px;
		line-height: 28px;
	}
	.capability .list .item{
		padding: 20px;
	}
	.capability .list .item .num{
		width: 40px;
		height: 40px;
	}
	.equipmentBottom .hotProjects{
		margin-bottom: 50px;
	}
}
@media screen and (max-width:768px){
	.capability .list .item:nth-child(n){
		width: 100%;
		margin-top: 30px;
	}	 
	.capability .list .item:nth-child(1){
		margin-top: 0;
	}
	.capability .list .item .num{
		width: 35px;
		height: 35px;
		font-size: 18px;
	}
	.equipmentBottom .hotProjects{
		margin-bottom: 40px;
	}
	.capability .imgBg{
		height: 300px;
	}
}




/* 3-1About */

.aboutUs {
	padding: 75px 0 76px 0;
}

.aboutUs .about {
	margin-bottom: 63px;
	align-items: center;
}

.aboutUs .about .title1 {
	font-family: Barlow-Bold;
	font-size: 36px;
	line-height: 50px;
}

.aboutUs .about .txts {
	margin-bottom: 28px;
	display: block;
}

.aboutUs .about .msg {
	padding-bottom: 36px;
}





.company {
	padding-right: calc((100vw - 1400px)/ 2);
	padding-left: 58px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}


.company .txts {
	font-family: Manrope-Regular;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}

.company .image {
	width: 57.2%;
}

.company .txts {
	width: 36.8%;
	padding: 87px 0;
}

@media screen and (max-width:1560px) {
	.aboutUs .about .msg {
		padding-bottom: 0;
	}

	.company .txts {
		padding: 30px 0;
		font-size: 18px;
	}

	.company {
		align-items: center;
		padding: 0 80px;
	}

	.aboutUs .about .list {
		margin-bottom: 0;
	}

	.aboutUs .about {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1023px) {
	.company {
		flex-direction: column;
		align-items: flex-start;
	}

	.company .txts {
		width: 100%;
		padding: 0;
	}

	.company .image {
		width: 100%;
		max-width: 700px;
		margin: 0 auto;
		margin-bottom: 30px;
	}

}

@media screen and (max-width:768px) {
	.company {
		padding: 0 25px;
	}

}

@media screen and (max-width:538px) {
	.company {
		padding: 0 15px;
	}

}



.factory {
	padding: 68px 0 95px 0;
	background-color: #f7f7f7;
}

.factory .title1 {
	text-align: center;
	font-size: 36px;
	margin-bottom: 43px;
	color: #0d3386;
}

.factory .swiper {
	overflow: visible;
}

.factory .swiper-slide {
	opacity: 0;
	pointer-events: none;
	transition: .4s ease opacity, .4s ease transform, .4s ease box-shadow;
}

.factory .swiper-slide .name {
	opacity: 0;
	pointer-events: none;
}


.factory .swiper-slide.swiper-slide-active,
.factory .swiper-slide.swiper-slide-prev,
.factory .swiper-slide.swiper-slide-next {
	opacity: 1;
	pointer-events: all;
}


.factory .swiper-slide.swiper-slide-active {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.factory .swiper-slide.swiper-slide-active .name {
	opacity: 1;
	pointer-events: all;
}


.factory .image {
	overflow: hidden;
}

.factory .name {
	font-family: Manrope-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	text-align: center;
	padding: 20px 30px;
	background-color: #ffffff;
}




.factory .sBtns>div {
	position: absolute;
	top: 43.8%;
	transform: translateY(-50%);
	z-index: 999;
	background-color: #ffffff;
	border-color: #ffffff;
	color: #0d3386;
}


.factory .sBtns>div.prev {
	left: 22.8%;
}

.factory .sBtns>div.next {
	right: 22.8%;
}



.factory .sBtns>div:hover {
	background-color: #0d3386;
	color: #ffffff;
	border-color: #0d3386;
}


@media screen and (max-width:1600px) {
	.factory .title1 {
		margin-bottom: 40px;
	}

	.factory .name {
		padding: 15px 30px;
	}
}

@media screen and (max-width:1333px) {
	.factory .name {
		padding: 10px 20px;
	}

	.factory .sBtns>div.prev {
		left: 24%;
	}

	.factory .sBtns>div.next {
		right: 24%;
	}
}

@media screen and (max-width:1023px) {
	.factory .swiper {
		overflow: hidden;
	}

	.factory .swiper .swiper-slide {
		opacity: 1;
		pointer-events: all;
		box-shadow: none;
	}

	.factory .swiper-slide .name {
		opacity: 1;
		pointer-events: all;
	}

	.factory .sBtns>div {
		position: static;
		transform: translateY(0);
		margin-top: 30px;
	}


	.factory .sBtns {
		justify-content: center;
	}

}

@media screen and (max-width:768px) {
	.factory .image {
		height: 280px;
	}

	.factory .image img {
		object-fit: cover;
		max-width: none;
		width: 100%;
		height: 100%;
	}
}


@media screen and (max-width:538px) {
	.factory .title1 {
		margin-bottom: 30px;
	}

	.factory .image {
		height: 230px;
	}
}



.history {
	padding: 56px 0 118px 0;
	background-image: url("../images/historyBg.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.history .title1 {
	color: #ffffff;
	text-align: center;
	margin-bottom: 57px;
	font-size: 36px;
}


.history .swiperBox {
	padding: 0 22px;
	position: relative;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}

.history .swiperBox::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	height: 6px;
	background-color: #0d3386;
	border-radius: 3px;
}


.history .swiper {
	overflow: visible;
}

.history .swiper-slide {
	padding: 11px 20px 10px 20px;
	border-left: 1px solid #59a634;
	height: auto;
	min-height: 181px;
	position: relative;
}


.history .time {
	font-family: Barlow-Bold;
	font-size: 30px;
	line-height: 50px;
	color: #ffffff;
	margin-bottom: 4px;
}

.history .txts {
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
}

.history .circle {
	position: absolute;
	left: 0;
	bottom: 3px;
	transform: translateX(-50%) translateY(50%);
	width: 18px;
	height: 18px;
	background-color: #ffffff;
	border-radius: 50%;
}

.history .circle::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 8px;
	height: 8px;
	background-color: #59a634;
	border-radius: 50%;
}

@media screen and (max-width:1600px) {
	.history .time {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.history .swiper-slide {
		padding: 20px;
	}
}

@media screen and (max-width:1333px) {
	.history .time {
		font-size: 24px;
	}
}

@media screen and (max-width:1023px) {
	.history .time {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:768px) {
	.history .title1 {
		margin-bottom: 40px;
	}
}




.certificates {
	padding: 60px 0 79px 0;
}


.certificates .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}


.certificates .title1 {
	font-family: Barlow-Bold;
	font-size: 36px;
	color: #0d3386;
	text-align: center;
	margin-bottom: 25px;
}

.certificates .image {
	overflow: hidden;
	margin-bottom: 12px;
}


.certificates .image:hover {
	transform: translateY(-10px);
}


.certificates .image:hover img {
	transform: scale(1);
}

.certificates .name {
	text-align: center;
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}

.certificates .sBtns>div {
	position: absolute;
	z-index: 99;
	top: 41%;
}

.certificates .sBtns>div.prev {
	left: -54px;
}

.certificates .sBtns>div.next {
	right: -54px;
}


.hotProductBox {
	padding-bottom: 88px;
}

@media screen and (max-width:1600px) {
	.certificates .title1 {
		margin-bottom: 40px;
	}

	.hotProductBox {
		padding-bottom: 80px;
	}
}

@media screen and (max-width:1333px) {
	.hotProductBox {
		padding-bottom: 60px;
	}
}

@media screen and (max-width:1023px) {
	.hotProductBox {
		padding-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.certificates .sBtns>div {
		position: static;
		margin-top: 20px;
	}

	.certificates .sBtns {
		justify-content: center;
	}

	.hotProductBox {
		padding-bottom: 40px;
	}

}

@media screen and (max-width:538px) {
	.certificates .title1 {
		margin-bottom: 30px;
	}
}











/* 3-2Service */

.advantage {
	padding: 77px 0 83px 0;
}

.serviceBottom {
	padding-bottom: 94px;
}

.serviceBottom .serviceList {
	margin-bottom: 24px;
}

.serviceBottom .serviceList .item:nth-child(n) {
	margin-bottom: 0;
	padding: 82px 0;
	position: relative;
}


.serviceBottom .serviceList .item:nth-child(2n-1)::after {
	content: "";
	position: absolute;
	z-index: -1;
	height: 100%;
	background-color: #f7f7f7;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}

@media screen and (max-width:1600px) {
	.serviceBottom {
		padding-bottom: 80px;
	}

	.serviceBottom .serviceList {
		margin-bottom: 0;
	}
}

@media screen and (max-width:1333px) {
	.serviceBottom .serviceList .item:nth-child(n) {
		padding: 60px 0;
	}

	.serviceBottom {
		padding-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.serviceBottom .serviceList .item:nth-child(n) {
		padding: 50px 0;
	}

	.serviceBottom {
		padding-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.serviceBottom .serviceList .item:nth-child(n) {
		padding: 40px 0;
	}

	.serviceBottom {
		padding-bottom: 40px;
	}
}





/* 3-3Service */


.service {
	padding: 76px 0 78px 0;
}



.serviceList {
	margin-bottom: 46px;
}

.serviceList .item {
	margin-bottom: 75px;
}


.serviceList .item:last-child {
	margin-bottom: 0;
}


.serviceList .image {
	width: 42.07%;
}


.serviceList .msg {
	padding-top: 24px;
}


.serviceList .tit {
	font-family: Barlow-Bold;
	font-size: 26px;
	line-height: 35px;
	color: #0d3386;
	margin-bottom: 13px;
}


.serviceList .item:nth-child(2n-1) .image {
	float: left;
	margin-right: 3.15%;
}

.serviceList .item:nth-child(2n) .image {
	float: right;
	margin-left: 5%;
}

.serviceList .standardEdit p strong {
	font-family: Barlow-Bold;
}

.salesService .title1 {
	text-align: center;
	font-size: 36px;
	margin-bottom: 25px;
	color: #0d3386;
}

.salesService .list {
	display: flex;
}

.salesService .list .item:nth-child(n) {
	width: 18.92%;
	margin-right: 1.35%;
	margin-top: 30px;
	padding: 30px 24px 30px 24px;
	background-color: #f7f7f7;
}


.salesService .list .item:nth-child(5n) {
	margin-right: 0;
}

.salesService .list .item:nth-child(-n+5) {
	margin-top: 0;
}


.salesService .image {
	width: 60px;
	height: 60px;
	margin-bottom: 4px;
}

.salesService .tit {
	font-family: Manrope-Bold;
	font-size: 20px;
	line-height: 30px;
	min-height: 60px;
	color: #0d3386;
	margin-bottom: 13px;
}

.salesService .txts {
	color: #333333;
}





.sBottom {
	padding: 77px 0 95px 0;
}


.sBottom .faq {
	margin-bottom: 86px;
}

.faq .title1 {
	text-align: center;
	font-size: 36px;
	margin-bottom: 21px;
}


.faqList .item {
	margin-bottom: 30px;
}


.faqList .item:last-child {
	margin-bottom: 0;
}

.faqList .question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 34px 16px 24px;
	cursor: pointer;
	background-color: #f7f7f7;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}



.faqList .question:hover .name {
	color: #0d3386;
}

.faqList .question .name span {
	display: inline-block;
	margin-right: 7px;
}

.faqList .question:hover .btns i {
	background-color: #0d3386;
}




.faqList .question .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
	margin-left: 30px;
}


.faqList .question i {
	width: 16px;
	height: 2px;
	background-color: #333333;
}


.faqList .question i.move {
	width: 2px;
	height: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.faqList .item.active .question i.move {
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
}


.faqList .item:nth-child(1) .answer {
	display: block;
}

.faqList .answer {
	display: none;
	padding: 13px 24px 24px 24px;
	transition: none;
}


.faqList .answer p {
	color: #222222;
}



@media screen and (max-width:1600px) {
	.serviceList .msg {
		padding-top: 0;
	}

	.serviceList .tit {
		margin-bottom: 30px;
	}

	.serviceList .item {
		margin-bottom: 60px;
	}

	.serviceList {
		margin-bottom: 80px;
	}

	.salesService .list .item:nth-child(n) {
		padding: 20px;
	}

	.salesService .tit {
		font-size: 18px;
	}

	.salesService .image {
		width: 55px;
		height: 55px;
	}

	.salesService .title1 {
		margin-bottom: 40px;
	}

	.faqList .answer {
		padding: 20px 24px;
	}

	.sBottom .faq {
		margin-bottom: 80px;
	}


}

@media screen and (max-width:1333px) {
	.serviceList .tit {
		font-size: 24px;
		line-height: 35px;
		margin-bottom: 25px;
	}

	.serviceList {
		margin-bottom: 60px;
	}

	.salesService .list {
		flex-wrap: wrap;
	}

	.salesService .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.salesService .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.salesService .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.salesService .image {
		width: 50px;
		height: 50px;
	}

	.sBottom .faq {
		margin-bottom: 60px;
	}

	.faq .title1 {
		margin-bottom: 40px;
	}

	.faqList .item {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1023px) {
	.serviceList .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.serviceList .item {
		margin-bottom: 50px;
	}

	.serviceList {
		margin-bottom: 50px;
	}

	.salesService .list {
		justify-content: space-between;
	}

	.salesService .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0%;
		margin-top: 30px;
	}

	.salesService .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.salesService .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.salesService .image {
		width: 45px;
		height: 45px;
	}

	.salesService .tit {
		font-size: 16px;
		min-height: auto;
	}

	.faqList .question {
		font-size: 16px;
		line-height: 26px;
		padding: 12px 24px;
	}

	.faqList .answer {
		padding: 12px 24px;
	}

	.faqList .question i.move {
		width: 2px;
		height: 12px;
	}

	.faqList .question i {
		width: 12px;
		height: 2px;
	}

	.faq .title1 {
		margin-bottom: 30px;
	}

	.sBottom .faq {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.serviceList .tit {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.serviceList .item {
		margin-bottom: 40px;
	}

	.serviceList .item:nth-child(n) .image {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
		height: 260px;
		float: none;
	}

	.serviceList .item .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.salesService .list .item:nth-child(n) {
		width: 100%;
		margin-top: 25px;
	}

	.salesService .list .item:nth-child(1) {
		margin-top: 0;
	}

	.salesService .image {
		width: 42px;
		height: 42px;
	}

	.serviceList {
		margin-bottom: 40px;
	}

	.salesService .title1 {
		margin-bottom: 30px;
	}

	.sBottom .faq {
		margin-bottom: 40px;
	}
}






/* 4-1Projects */


.projects {
	padding: 77px 0 75px 0;
}



.projects .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 75px;
}



.projects .list .item:nth-child(n) {
	width: 32.42%;
	margin-right: 1.37%;
	margin-top: 29px;
}

.projects .list .item:nth-child(3n) {
	margin-right: 0;
}

.projects .list .item:nth-child(-n+3) {
	margin-top: 0;
}


.projects .pager {
	margin-bottom: 79px;
}


.projects .list .image {
	overflow: hidden;
	margin-bottom: 17px;
}


.projects .list .name {
	font-family: Manrope-Regular;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 26px;
}

.projects .list .btn {
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}

/* hotProducts */


.hotProducts .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}


.hotProducts .title1 {
	font-size: 36px;
	line-height: 45px;
}



@media screen and (max-width:1600px) {
	.projects .list .name {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.projects .list {
		margin-bottom: 60px;
	}

	.projects .pager {
		margin-bottom: 70px;
	}

}

@media screen and (max-width:1333px) {
	.projects .list .name {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.projects .list .image {
		margin-bottom: 10px;
	}

	.projects .list {
		margin-bottom: 50px;
	}

	.projects .pager {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1023px) {
	.projects .list {
		margin-bottom: 40px;
	}

	.projects .pager {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.projects .list {
		justify-content: space-between;
		margin-bottom: 30px;
	}

	.projects .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0%;
		margin-top: 30px;
	}

	.projects .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.projects .list .item .image {
		height: 200px;
	}

	.projects .list .item .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}
}

@media screen and (max-width:538px) {
	.projects .list .item:nth-child(n) {
		width: 100%;
		margin-top: 25px;
	}

	.projects .list .item:nth-child(-n+1) {
		margin-top: 0;
	}
}

/* 4-2Projects */

.projectDet {
	padding: 76px 0 59px 0;
}

.projectDet .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 7px;
}



.projectDet .title h1 {
	font-family: Barlow-Bold;
	font-size: 26px;
	line-height: 40px;
	color: #0d3386;
}



.projectDet .title .share {
	flex-shrink: 0;
	margin-left: 10%;
	margin-top: 23px;
}

.projectDet .txts {
	padding: 23px 0 32px 0;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 21px;
}


.standardEdit strong {
	font-family: Manrope-Bold;
	font-size: 20px;
	color: #333333;
}

.prevOrNext>div {
	display: flex;
	align-items: center;
}


.prevOrNext>div .name,
.prevOrNext>div .tit {
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
}

.prevOrNext>div .tit {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}


.prevOrNext>div a.tit:hover {
	color: #0d3386;
}


.relatedProjects {
	background-color: #f7f7f7;
	padding: 75px 0 82px 0;
}

.relatedProjects .hotProjects .title {
	margin-bottom: 22px;
}

.relatedProjects .hotProjects .title1 {
	font-size: 36px;
	line-height: 45px;
}


.relatedProducts {
	padding: 77px 0 77px 0;
}


@media screen and (max-width:1600px) {
	.projectDet .title {
		margin-bottom: 30px;
	}

	.projectDet .txts {
		padding: 30px 0;
		margin-bottom: 30px;
	}

	.projectDet .title .share {
		margin-top: 0;
	}

	.relatedProjects .hotProjects .title {
		margin-bottom: 30px;
	}

	.prevOrNext>div.prev {
		margin-bottom: 5px;
	}
}

@media screen and (max-width:1333px) {
	.projectDet .title h1 {
		font-size: 24px;
	}
}

@media screen and (max-width:1023px) {
	.projectDet .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.projectDet .title h1 {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.projectDet .title .share {
		margin-left: 0;
	}

	.standardEdit strong {
		font-size: 18px;
	}

	.prevOrNext>div .name,
	.prevOrNext>div .tit {
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	.projectDet .title h1 {
		font-size: 20px;
	}
}

@media screen and (max-width:538px) {

	.relatedProjects .hotProjects .title,
	.relatedProducts .hotProducts .title {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 20px;
	}

	.relatedProjects .hotProjects .title1,
	.relatedProducts .hotProducts .title .title1 {
		margin-bottom: 30px;
	}
}



.getInTouch {
	background: linear-gradient(to right, #f7f7f7 0%, #f7f7f7 50%, #0d3386 50%, #0d3386 100%);
	padding: 79px 0 61px 0;
}

.getInTouch .con {
	display: flex;
	justify-content: space-between;
}



.getInTouch form {
	width: 46.05%;
	transform: translateY(-3%);
}

.getInTouch .des {
	width: 44.15%;
}

.getInTouch input,
.getInTouch textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
}


.getInTouch form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.getInTouch form ul li {
	width: 48%;
	border-bottom: 1px solid #dddddd;
	height: 48px;
	margin-top: 7px;
}


.getInTouch form ul li:nth-child(-n+2) {
	margin-top: 0;
}

.getInTouch input::-webkit-input-placeholder,
.getInTouch textarea::-webkit-input-placeholder {
	font-family: Manrope-Regular;
	font-size: 16px;
	color: #555555;
	opacity: 1;
}

.getInTouch input:-moz-placeholder,
.getInTouch textarea:-moz-placeholder {
	font-family: Manrope-Regular;
	font-size: 16px;
	color: #555555;
	opacity: 1;
}

.getInTouch input::-moz-placeholder,
.getInTouch textarea::-moz-placeholder {
	font-family: Manrope-Regular;
	font-size: 16px;
	color: #555555;
	opacity: 1;
}

.getInTouch input:-ms-input-placeholder,
.getInTouch textarea:-ms-input-placeholder {
	font-family: Manrope-Regular;
	font-size: 16px;
	color: #555555;
	opacity: 1;
}


.getInTouch form ul li.codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 0;
	margin-top: 15px;
}


.getInTouch form ul li.codeCon>input {
	flex: 1;
	border-bottom: 1px solid #dddddd;
}

.getInTouch form ul li.codeCon .codeImg {
	width: 116px;
	height: 45px;
	flex-shrink: 0;
	margin-left: 30px;
	cursor: pointer;
	background-color: #f3fbfe;
}


.getInTouch form ul li.message {
	height: 86px;
}


.getInTouch form ul li.phone,
.getInTouch form ul li.message,
.getInTouch form ul li.codeCon {
	width: 100%;
}

.getInTouch form ul li.subBtn {
	width: 160px;
	height: 48px;
	border: none;
	margin-top: 43px;
}


.getInTouch form ul li.subBtn input {
	background-color: #0d3386;
	color: #ffffff;
	border: 1px solid #0d3386;
	cursor: pointer;
}



.getInTouch form ul li.subBtn input:hover {
	background-color: transparent;
	color: #0d3386;
}

.getInTouch .des .tit {
	font-family: Manrope-Bold;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 6px;
}

.getInTouch .des .title1 {
	font-size: 36px;
	margin-bottom: 33px;
	color: #ffffff;
	line-height: 50px;
}


.getInTouch .des .txts {
	font-size: 18px;
	margin-bottom: 48px;
	color: #ffffff;
}



.getInTouch .list li {
	display: flex;
	align-items: flex-start;
}


.getInTouch .list .name {
	flex-shrink: 0;
	margin-right: 3px;
}


.getInTouch .list .name,
.getInTouch .list .num {
	font-family: Manrope-Regular;
	font-size: 18px;
	line-height: 36px;
	color: #ffffff;
}


.getInTouch .list li.email a {
	word-break: break-all;
}


.getInTouch .list a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;

}

.m-formcountry {
	position: relative;
}

.m-formcountry .drop-btn {
	position: relative;
	height: 100%;
	width: 100%;
}

.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	font-size: 12px;
}

.m-formcountry .drop-list {
	display: none;
	border: 1px solid #dddddd;
	width: 100%;
	position: absolute;
	top: 100%;
	background-color: #fff;
	max-height: 223px;
	overflow-x: hidden;
	z-index: 10001;
	scrollbar-color: #333 rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
}


.m-formcountry .drop-list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.m-formcountry .drop-list::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
}

.m-formcountry .drop-list::-webkit-scrollbar-thumb {
	background-color: #333;
}

.m-formcountry .drop-list li {
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	padding: 5px 5px;
	cursor: pointer;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
	width: 100%;
	height: auto;
	margin-top: 0;
}

.m-formcountry .drop-list li:last-child {
	border-bottom: none;
}

.m-formcountry .drop-list li.on {
	background-color: #e0e0e0;
}


@media screen and (max-width:1600px) {
	.getInTouch form {
		transform: translateY(0);
	}

	.getInTouch form ul li {
		height: 40px;
		margin-top: 20px;
	}

	.getInTouch form ul li.subBtn {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {

	.getInTouch .list .name,
	.getInTouch .list .num {
		font-size: 16px;
		line-height: 28px;
	}

	.getInTouch .des .tit {
		margin-bottom: 20px;
	}

	.getInTouch form ul li.codeCon .codeImg {
		width: 100px;
		height: 40px;
	}
}

@media screen and (max-width:1023px) {
	.getInTouch form ul li.subBtn {
		height: 40px;
	}
}

@media screen and (max-width:768px) {
	.getInTouch {
		background-color: #f7f7f7;
		background-image: none;
	}

	.getInTouch .con {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.getInTouch form {
		width: 100%;
	}

	.getInTouch .des {
		width: 100%;
		margin-bottom: 30px;
	}

	.getInTouch form ul li {
		height: 35px;
		margin-top: 15px;
	}

	.getInTouch .des .title1 {
		color: #0d3386;
		margin-bottom: 20px;
	}

	.getInTouch .des .tit {
		margin-bottom: 5px;
		color: #333333;
	}

	.getInTouch .des .title1 br {
		display: none;
	}

	.getInTouch .des .txts {
		color: #333333;
		margin-bottom: 20px;
	}

	.getInTouch .list .name,
	.getInTouch .list .num {
		color: #333333;
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:400px) {
	.getInTouch form ul li.message {
		height: 80px;
	}

	.getInTouch form ul li:nth-child(n) {
		margin-top: 15px;
		width: 100%;
	}

	.getInTouch form ul li:nth-child(1) {
		margin-top: 0;
	}
}


/* 5-1News */

.news {
	padding: 77px 0 87px 0;
}


.newShow {
	background-color: #f7f7f7;
	display: flex;
	margin-bottom: 34px;
}

.newShow .newImg {
	height: 525px;
	width: 67.21%;
}


.newShow .newImg .image {
	height: 100%;
}

.newShow .newImg .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.newShow .newMsg {
	width: 32.79%;
	padding: 30px 30px 30px 33px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}


.newShow .newMsg .swiper {
	margin-top: -25px;
}


.newShow .tit {
	font-family: Manrope-Regular;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 28px;
}


.newShow .tit:hover {
	color: #0d3386;
}



.newShow .txts {
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	margin-bottom: 22px;
}



.newShow .time,
.newShow .btn {
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	margin-bottom: 20px;
}

.newShow .time {
	margin-bottom: 46px;
}

.newShow .newMsg .swiper {
	margin-bottom: 39px;
	width: 100%;
}

.newShow .btn:hover{
	color: #0d3386;
}


.news .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 92px;
}



.news .list .newItem:nth-child(n) {
	width: 32%;
	margin-right: 2%;
	margin-top: 30px;
}

.news .list .newItem:nth-child(3n) {
	margin-right: 0;
}

.news .list .newItem:nth-child(-n+3) {
	margin-top: 0;
}



.news .pager {
	margin-bottom: 65px;
}



@media screen and (max-width:1600px) {
	.news .list {
		margin-bottom: 60px;
	}

	.newShow .newMsg .swiper {
		margin-top: 0;
	}

	.newShow .newImg {
		height: 450px;
	}

	.newShow {
		margin-bottom: 40px;
	}

	.newShow .newImg {
		width: 60%;
		margin-left: 0;
	}

	.newShow .newMsg {
		width: 40%;
	}
}

@media screen and (max-width:1333px) {
	.newShow .newImg {
		height: 400px;
	}

	.newShow .time {
		margin-bottom: 30px;
	}

	.newShow .tit {
		margin-bottom: 20px;
	}

}

@media screen and (max-width:1023px) {
	.news .list {
		justify-content: space-between;
	}

	.news .list .newItem:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.news .list .newItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.newShow {
		flex-direction: column;
		align-items: flex-start;
	}

	.newShow .newMsg {
		width: 100%;
	}

	.newShow .newImg {
		width: 100%;
		height: 320px;
	}

	.newShow .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.newShow .newMsg {
		padding: 20px;
	}

	.newShow .txts {
		margin-bottom: 10px;
	}

	.newShow .time {
		margin-bottom: 20px;
	}

	.newShow .newMsg .swiper {
		margin-bottom: 30px;
	}

	.news .list {
		margin-bottom: 50px;
	}

	.news .pager {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:768px) {
	.newShow .newImg {
		height: 280px;
	}

	.newShow .tit {
		font-size: 16px;
	}

	.newShow .newMsg .swiper {
		margin-bottom: 20px;
	}

	.news .list {
		margin-bottom: 40px;
	}

	.news .pager {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:538px) {
	.newShow .newImg {
		height: 240px;
	}
}

@media screen and (max-width:400px) {
	.news .list .newItem:nth-child(n) {
		width: 100%;
		margin-top: 25px;
	}

	.news .list .newItem:nth-child(1) {
		margin-top: 0;
	}
}


/* 5-2New-details */

.newDet {
	padding: 65px 0 76px 0;
}




.newDet .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 60px;
}


.newDet .describe {
	width: 70.85%;
}

.newDet .innerNav {
	width: 23.07%;
}


.newDet h1 {
	font-weight: normal;
	font-family: Barlow-Bold;
	font-size: 28px;
	line-height: 42px;
	color: #0d3386;
	margin-bottom: 10px;
}

.newDet .standardEdit p {
	line-height: 28px;
}

.newDet .tips {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 9px;
}


.newDet .tips .time {
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}

.newDet .tips .share {
	margin-right: 23px;
}

.newDet .con .msg {
	padding: 21px 0 53px 0;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 21px;
}


.innerNav {
	margin-top: 12px;
}

.innerNav .mTit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #0d3386;
	padding: 15px 23px;
}





.innerNav .mTit .tit {
	font-family: Barlow-Bold;
	font-size: 22px;
	line-height: 30px;
	color: #ffffff;
	text-transform: uppercase;
}


.innerNav .mTit .btn {
	display: none;
}

.nLastNews .item {
	padding: 0 15px;
	padding-bottom: 22px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 20px;
}

.nLastNews .item:last-child {
	margin-bottom: 0;
}

.nLastNews .time {
	margin-bottom: 5px;
}


.nLastNews .list {
	margin-top: 27px;
}


.nLastNews .list .tit {
	font-family: Barlow-Bold;
	font-size: 20px;
	line-height: 32px;
	color: #333333;
	hyphens: auto;
}


.nLastNews .list .tit:hover {
	color: #0d3386;
}

.nLastNews {
	margin-bottom: 45px;
}

.nProducts a {
	display: block;
}


.nProducts .list>li {
	border-bottom: 1px solid #dddddd;
	padding: 0 15px;
}


.nProducts .list li.active>ul {
	display: block;
}

.nProducts .list>li.active>a {
	font-family: Manrope-Bold;
	color: #0d3386;
}

.nProducts .list>li:last-child {
	border-bottom: none;
}


.nProducts .list>li>a {
	color: #333333;
	padding: 11px 0px;
}


.nProducts .list>li>a:hover,
.nProducts .list>li>a.active {
	color: #0d3386;
}

.nProducts .list li ul {
	display: none;
}


.nProducts .list {
	margin-top: 1px;
}


.nProducts .list li ul li {
	padding: 0 11px;
}

.nProducts .list li ul {
	margin-bottom: 18px;
}

.nProducts .list li ul li {
	margin-bottom: 6px;
}

.nProducts .list li ul li:last-child {
	margin-bottom: 0;
}

.nProducts .list li ul li a {
	font-family: Manrope-Regular;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
	position: relative;
}

.nProducts .list li ul li a::after {
	content: "";
	position: absolute;
	width: 7px;
	height: 9px;
	background-color: #222f7e;
	clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
	top: 6px;
	left: 0;
	transform: translateX(-152%);
	transition: .4s ease all;
	opacity: 0;
}


.nProducts .list li ul li a:hover::after,
.nProducts .list li ul li.active a::after {
	opacity: 1;
}

.newDet .relatedNews {
	margin-bottom: 82px;
}


.relatedNews .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 37px;
}



.relatedNews .title1 {
	font-size: 36px;
	line-height: 45px;
}

.relatedNews .swiper {
	overflow: visible;
}

.relatedNews .swiper .swiper-slide {
	opacity: 0;
	pointer-events: none;
	transition: .4s ease opacity;
}

.relatedNews .swiper .swiper-slide.swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}



@media screen and (max-width:1600px) {
	.nLastNews .list .tit {
		font-size: 18px;
		line-height: 30px;
	}

	.innerNav .mTit {
		padding: 10px 20px;
	}

	.innerNav .mTit .tit {
		font-size: 20px;
	}

	.newDet .con .msg {
		padding: 30px 0;
	}

	.newDet h1 {
		margin-bottom: 30px;
	}

	.newDet .tips {
		margin-bottom: 30px;
	}

	.innerNav {
		margin-top: 0;
	}

}

@media screen and (max-width:1333px) {
	.newDet h1 {
		font-size: 26px;
		line-height: 35px;
	}

	.newDet .tips .share {
		margin-right: 0;
	}

	.innerNav .mTit .tit {
		font-size: 18px;
	}

	.newDet .describe {
		width: 65%;
	}

	.newDet .innerNav {
		width: 28%;
	}

	.nLastNews .item {
		padding: 0 10px;
		padding-bottom: 20px;
	}

	.newDet .con {
		margin-bottom: 50px;
	}

	.newDet .relatedNews {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1023px) {
	.newDet .con {
		margin-bottom: 40px;
	}

	.newDet .relatedNews {
		margin-bottom: 40px;
	}

	.newDet .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet h1 {
		font-size: 24px;
	}

	.newDet .describe {
		width: 100%;
		margin-bottom: 40px;
	}

	.newDet .tips {
		margin-bottom: 20px;
	}

	.newDet .innerNav {
		width: 100%;
	}

	.nLastNews .list {
		margin-top: 20px;
	}

	.nLastNews .item {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.innerNav .mTit .btn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 30px;
		height: 30px;
		color: #ffffff;
		font-weight: bold;
		font-size: 14px;
	}

	.innerNav .mTit .btn.active {
		transform: rotate(90deg);
	}

	.nLastNews {
		margin-bottom: 30px;
	}

	.nLastNews .list,
	.nProducts .list {
		display: none;
		transition: none;
	}

}

@media screen and (max-width:768px) {
	.newDet h1 {
		font-size: 22px;
		line-height: 30px;
	}

}

@media screen and (max-width:538px) {
	.newDet .tips {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet .tips .time {
		margin-bottom: 10px;
	}

	.newDet h1 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.newDet .hotProducts .title {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 20px;
	}

	.newDet .hotProducts .title1 {
		margin-bottom: 30px;
	}
}















/* 6-1Contact */

.range {
	height: 74px;
}


.contact {
	padding: 77px 0 75px 0;
}


.contact .map {
	margin-bottom: 74px;
}

.contact .map img {
	display: block;
}


@media screen and (max-width:1333px) {
	.range {
		height: 60px;
	}

	.contact .map {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1023px) {
	.range {
		height: 50px;
	}

	.contact .map {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.range {
		height: 40px;
	}

	.contact .map {
		margin-bottom: 40px;
	}
}



/* pager */
.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.pager .pageList a {
	width: 39px;
	height: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #999999;
	margin: 3px 3.5px;
	border: 1px solid #dddddd;
}

.pager .pageList a.active,
.pager .pageList a:hover {
	color: #ffffff !important;
	background-color: #0d3386;
	border-color: #0d3386;
}


.pager .pageList a.iconfont {
	font-size: 12px;
}


.pager .addTo {
	display: flex;
	align-items: center;
	padding: 5px 17px;
}


.pager .addTo input {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	background-color: transparent;
	margin-right: 11px;
	cursor: pointer;
}

@media screen and (max-width:1333px) {
	.pager .pageList a {
		width: 35px;
		height: 35px;
	}
}

@media screen and (max-width:1023px) {
	.pager .pageList a {
		width: 32px;
		height: 32px;
	}
}




.banner2 {
	height: 248px;
	position: relative;
}

.banner2 .image {
	height: 100%;
}

.banner2 .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.banner2 .con {
	position: absolute;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}


.banner2 .tit {
	font-family: Barlow-Bold;
	font-size: 36px;
	line-height: 48px;
	color: #ffffff;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}


/* crumb */

.crumb {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.crumb a,
.crumb i {
	color: #ffffff;
}

.crumb a.active,
.crumb a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}

.crumb i {
	font-style: normal;
}

@media screen and (max-width:1600px) {
	.banner2 .tit {
		font-size: 32px;
		margin-bottom: 16px;
	}
}

@media screen and (max-width:1333px) {
	.banner2 .tit {
		font-size: 28px;
		line-height: 35px;
	}
}

@media screen and (max-width:1023px) {
	.banner2 .tit {
		font-size: 26px;
	}

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 26px;
	}

	.banner2 {
		height: 220px;
	}
}

@media screen and (max-width:768px) {
	.banner2 .tit {
		font-size: 24px;
		line-height: 30px;
	}
}

@media screen and (max-width:538px) {
	.banner2 .tit {
		font-size: 22px;
	}

	.banner2 {
		height: 200px;
	}
}


/* footer */

footer {
	background-color: #ecedee;
	padding: 79px 0 60px 0;
}



footer .footerList {
	display: flex;
	align-items: flex-start;
}

footer .footerList ul li {
	margin-bottom: 4px;
}


footer .footerList ul li:last-child {
	margin-bottom: 0;
}

footer .footerList .fMsg {
	width: 27.5%;
	margin-right: 8.5%;
}

footer .footerList .fProduct {
	width: 16%;
	margin-right: 2%;
}

footer .footerList .fNav {
	width: 19%;
	margin-right: 2.1%;
}


footer .footerList .fContact {
	width: 24.9%;
}


footer .footerList .fContact p {
	display: inline;
}


footer .fLogo {
	display: inline-block;
	width: 261px;
	margin-bottom: 20px;
	margin-top: -10px;
}

footer .fLogo:hover img {
	transform: scale(1, 1);
}


footer .fMsg .txts {
	color: #333333;
	margin-bottom: 25px;
}



footer .blogrolls {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}


footer .blogrolls a {
	width: 39px;
	height: 40px;
	border: solid 1px #0d3386;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #ffffff;
	flex-shrink: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #0d3386;
}


footer .blogrolls a:hover {
	background-color: transparent;
	color: #0d3386;
}



footer .footerList .fContact li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 18px;
}


footer .footerList .fContact li:last-child {
	margin-bottom: 0;
}

footer .footerList .fContact li i {
	flex-shrink: 0;
	margin-right: 7px;
	color: #999999;
	font-size: 18px;
}


footer .footerList .titBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer .footerList .menuBtn {
	display: none;
}


footer a,
footer p,
footer div {
	font-size: 16px;
	color: #333333;
}



footer .title {
	font-family: Barlow-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #0d3386;
	display: block;
}

footer .footerList>li:nth-child(n) .box {
	margin-top: 12px;
}

footer a.title:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


footer .copyright,
footer .links,
footer .copyright a,
footer .links a {
	font-size: 14px;
	color: #999999;
}


footer .copyright {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}


footer .copyright .sitemaps {
	display: flex;
	align-items: center;
	margin-left: 10px;
	margin-right: 27px;
}

footer .copyright .sitemaps span {
	color: #999999;
	margin: 0 3px;
}

footer .copyright a {
	display: inline;
}

footer .copyright a img {
	display: inline-block;
	margin-left: 6px;
}

footer .links a {
	margin-left: 10px;
}

footer .email a {
	word-break: break-all;
}


footer .line {
	width: 100%;
	height: 1px;
	background-color: #dcdcdc;
	margin: 40px 0 25px 0;
}

footer .powerBy {
	display: flex;
	align-items: center;
	margin-left: 30px;
	font-size: 14px;
	color: #999999;
}


@media screen and (max-width:1600px) {
	footer {
		padding: 60px 0 50px;
	}

	footer .fLogo {
		width: 200px;
	}

	footer .footerList {
		justify-content: space-between;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer .line {
		margin: 30px 0;
	}
}

@media screen and (max-width:1333px) {
	footer .footerList {
		flex-wrap: wrap;
	}

	footer .footerList .fMsg {
		width: 100%;
		margin-bottom: 30px;
	}

	footer .blogrolls a {
		width: 34px;
		height: 34px;
		font-size: 16px;
	}

	footer .footerList .fProduct {
		width: 32%;
	}

	footer .footerList .fNav {
		width: 32%;
	}

	footer .footerList .fContact {
		width: 32%;
	}

	footer {
		padding: 40px 0;
	}

	footer .fLogo {
		margin-top: 0;
		width: 160px;
	}
}

@media screen and (max-width:1023px) {
	footer {
		padding: 30px 0 60px 0;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-bottom: 15px;
	}

	footer .footerList>li:last-child {
		margin-bottom: 0;
	}

	footer .fLogo {
		margin-bottom: 10px;
	}

	footer .footerList .box {
		display: none;
		transition: none;
	}

	footer .footerList .box ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	footer .footerList .box li {
		width: 48%;
		margin-top: 10px;
		margin-bottom: 0;
	}

	footer .footerList .box li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList li.fContact .box li:last-child {
		width: 100%;
	}

	footer .title {
		font-size: 16px;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 26px;
	}

	footer .blogrolls a {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}

	footer .footerList .titBox i {
		font-weight: bold;
		color: #333333;
		font-size: 12px;
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	footer .footerList .titBox i.active {
		transform: rotate(90deg);
	}

	footer .fLogo {
		width: 150px;
	}

	footer .copyright .sitemaps {
		margin: 0 10px;
	}

	footer .line {
		margin: 20px 0;
	}

	footer .fMsg .txts {
		margin-bottom: 20px;
	}

	footer .fLogo {
		width: 130px;
	}
}


@media screen and (max-width:538px) {
	footer .footerList .box li:nth-child(n) {
		width: 100%;
		margin-top: 5px;
	}

	footer .footerList .box li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList>li:nth-child(n) .box {
		margin-top: 10px;
	}
}

/* certifiicates */

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

/* video tankuang */

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}



/* kefu */
.lianxi {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
}

.lianxi div a,
.lianxi div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	background-color: #ffffff;
	color: #333333;
	margin-bottom: 12px;
	margin-right: 3px;
	font-size: 26px;
	box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.15);
}


.lianxi .top a {
	width: 56px;
	height: 56px;
	background-color: #ffffff;
	color: #333333;
	font-size: 18px !important;
	text-align: center;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
}


.lianxi a i {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.lianxi .top i {
	display: block;
	line-height: 22px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}

.lianxi .top:hover i {
	color: #ffffff;
}

.lianxi div div {
	cursor: pointer;
}

.lianxi div a:hover,
.lianxi div div:hover {
	background-color: #0d3386;
	color: #fff;
}



.clear2 {
	display: none;
}


.lianxi .code {
	position: relative;
}

.lianxi .code img {
	position: absolute;
	top: 0;
	right: 100%;
	width: 150px;
	height: 150px;
	max-width: none;
	transform: translateX(100%);
	z-index: -1;
	opacity: 0;
}

.lianxi .code:hover img {
	transform: translateX(0);
	opacity: 1;
}

.lianxi .phone {
	position: relative;
}

.lianxi .phone .num {
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	height: auto;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	width: max-content;
	max-width: 0;
	padding: 0;
}

.lianxi .phone:hover .num {
	padding: 0 20px;
	max-width: 200px;
}

.lianxi .phone .num:hover {
	background-color: #ffffff;
	color: #333333;
	cursor: initial;
}


@media screen and (max-width: 1600px) {

	.lianxi div a,
	.lianxi div div {
		width: 46px;
		height: 46px;
		font-size: 22px;
	}

	.lianxi .top a {
		width: 46px;
		height: 46px;
	}

	.lianxi .top a i {
		font-size: 20px;
	}
}

@media screen and (max-width: 1023px) {
	.lianxi .top a {
		width: 20%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		background-color: #dfdfdf;
	}

	.lianxi {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		border-top: 1px solid #fff;
		transform: translateY(0);
	}

	.lianxi div {
		width: 20%;
		float: left;
	}

	.lianxi div a,
	.lianxi div div {
		font-size: 20px;
		height: 42px;
		margin: auto;
		width: 100%;
		background-color: #dfdfdf;
		color: #fff !important;
		border-radius: 0px;
		box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	}

	.lianxi .top i {
		border-color: #fff;
	}

	.lianxi .code img,
	.lianxi .code:hover img {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		opacity: 0;
	}

	.lianxi .code.active img {
		opacity: 1;
		transform: translateX(-50%) translateY(-100%);
	}

	.lianxi .phone .num {
		left: 50%;
		transform: translateX(-50%);
		top: auto;
		bottom: 0%;
		z-index: -1;
		padding: 0 20px;
		max-width: 200px;
	}

	.lianxi .phone.active .num {
		bottom: calc(100% + 10px);
	}

	.lianxi div a:hover,
	.lianxi div div:hover {
		background-color: #dfdfdf;
		color: #fff;
	}

	.lianxi div.active div {
		background-color: #0d3386;
		color: #fff;
	}

	.lianxi div.active div.num {
		background-color: #ffffff;
		color: #0d3386 !important;
	}

}


@font-face {
	font-family: 'Manrope-Bold';
	font-display: swap;
	src: url('../fonts/ManropeBold.eot');
	src: url('../fonts/ManropeBold.eot') format('embedded-opentype'),
		url('../fonts/ManropeBold.woff2') format('woff2'),
		url('../fonts/ManropeBold.woff') format('woff'),
		url('../fonts/ManropeBold.ttf') format('truetype'),
		url('../fonts/ManropeBold.svg#ManropeBold') format('svg');
}

@font-face {
	font-family: 'Manrope-Regular';
	font-display: swap;
	src: url('../fonts/ManropeRegular.eot');
	src: url('../fonts/ManropeRegular.eot') format('embedded-opentype'),
		url('../fonts/ManropeRegular.woff2') format('woff2'),
		url('../fonts/ManropeRegular.woff') format('woff'),
		url('../fonts/ManropeRegular.ttf') format('truetype'),
		url('../fonts/ManropeRegular.svg#ManropeRegular') format('svg');
}

@font-face {
	font-family: 'Barlow-Bold';
	font-display: swap;
	src: url('../fonts/BARLOWBOLD.eot');
	src: url('../fonts/BARLOWBOLD.eot') format('embedded-opentype'),
		url('../fonts/BARLOWBOLD.woff2') format('woff2'),
		url('../fonts/BARLOWBOLD.woff') format('woff'),
		url('../fonts/BARLOWBOLD.ttf') format('truetype'),
		url('../fonts/BARLOWBOLD.svg#BARLOWBOLD') 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=1734316335404') format('woff'),
		url('../fonts/iconfont.ttf?t=1734316335404') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-shangjiantou:before {
	content: "\e60f";
}

.icon-yuyan:before {
	content: "\e684";
}

.icon-dingbu:before {
	content: "\e62d";
}

.icon-Youtube:before {
	content: "\e880";
}

.icon-liuyanjianyi:before {
	content: "\e62c";
}

.icon-shangchuan:before {
	content: "\e60b";
}

.icon-youjian:before {
	content: "\e624";
}

.icon-yonghu:before {
	content: "\e6b3";
}

.icon-pinterest1:before {
	content: "\f211";
}

.icon-jia1:before {
	content: "\e632";
}

.icon-xiazai:before {
	content: "\e682";
}

.icon-xiangyoujiantou:before {
	content: "\e68b";
}

.icon-xiangyoujiantou-copy:before {
	content: "\f1eb";
}

.icon-guanbi:before {
	content: "\e611";
}

.icon-zuosanjiao:before {
	content: "\e63e";
}

.icon-yousanjiao-copy:before {
	content: "\f1e8";
}

.icon-email-s:before {
	content: "\e65e";
}

.icon-douyin:before {
	content: "\e8db";
}

.icon-duigou-cu:before {
	content: "\e658";
}

.icon-facebook-fill:before {
	content: "\e88d";
}

.icon-linkedin1:before {
	content: "\f1e7";
}

.icon-weixin:before {
	content: "\e695";
}

.icon-jiantou_xiangzuo_o:before {
	content: "\eb92";
}

.icon-jiantou_xiangyou_o:before {
	content: "\eb94";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-phone3:before {
	content: "\e661";
}

.icon-line:before {
	content: "\e63f";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-left7:before {
	content: "\e724";
}

.icon-tel2-copy:before {
	content: "\f212";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-twitter4:before {
	content: "\e7fe";
}


/* 2025.2.7 */

.hotProjects .tit {
	min-height: 60px;
}


.advantageList .standardEdit p strong {
	font-family: Manrope-Bold;
	color: #333333;
	font-size: 16px;
}



@media screen and (max-width:1600px) {
	.hotProjects .tit {
		min-height: 56px;
	}
}

@media screen and (max-width:1023px) {
	.hotProjects .tit {
		min-height: 48px;
	}
	.advantageList .standardEdit p strong {
		font-size: 14px;
		line-height: 26px;
	}
	.standardEdit p em::after{
		top: 10px;
	}
	
}

@media screen and (max-width:768px) {
	.standardEdit p em::after{
		top: 8px;
	}
}



/* banner 2025.2.17 */


.banner .slick-dots {
	pointer-events: none;
}

.banner .slick-dots li {
	pointer-events: all;
}

.bannerItem1 {
	position: relative;
}

.bannerItem1 .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: absolute;
	left: 53.55%;
	top: 51%;
	transform: translateY(-50%) translateX(-50%);
	width: 79.1%;
}


.bannerItem1 .con .msg {
	width: 42.3%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 57px;
}


.bannerItem1 .con .image {
	width: 48.3%;
}


.bannerItem1 .tip {
	position: relative;
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	padding: 2px 25px 3px 36px;
	margin-bottom: 0px;
	z-index: 9;
}

.bannerItem1 .tip::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: #59a634;
	width: 100%;
	height: 100%;
	z-index: -1;
	clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0 100%);
}


.bannerItem1 .tip::after {
	content: "";
	position: absolute;
	left: 95%;
	top: 50%;
	transform: translateY(-50%);
	width: 33px;
	height: 100%;
	background-image: url("../images/indexBannerM1-sign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}



.bannerItem1 .title {
	font-family: Barlow-Bold;
	font-size: 50px;
	line-height: 70px;
	color: #0d3386;
	margin-bottom: 19px;
}


.bannerItem1 .line {
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	position: relative;
	margin-bottom: 38px;
}



.bannerItem1 .line::after {
	content: "";
	position: absolute;
	width: 84px;
	height: 6px;
	background-color: #0d3386;
	border-radius: 1px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.bannerItem1 .txts {
	font-family: Manrope-Regular;
	font-size: 22px;
	line-height: 40px;
	color: #ffffff;
	margin-bottom: 35px;
}


.bannerItem1 .btn {
	width: 150px;
	height: 48px;
	background-color: #0d3386;
	border-radius: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
}

.bannerItem1 .btn:hover {
	background-color: #ffffff;
	color: #0d3386;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
}


.bannerItem1 .num {
	background-color: #fe8a2e;
	border-radius: 1px;
	padding: 25px 21px 22px 20px;
	position: absolute;
	left: 54.6%;
	transform: translateX(-50%);
	bottom: 17.5%;

}


.bannerItem1 .num .txt {
	font-family: Barlow-Medium;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 4px;
	text-align: center;
}

.bannerItem1 .numTo {
	display: flex;
	align-items: center;
	justify-content: center;
}


.bannerItem1 .numTo .form {
	font-family: Manrope-Regular;
	font-size: 40px;
	line-height: 40px;
	color: #ffffff;
}

.bannerItem1 .numTo img {
	flex-shrink: 0;
	width: 31px;
	margin: 0 10px 0 21px;
}

.bannerItem1 .numTo .to {
	font-family: Barlow-Bold;
	font-size: 60px;
	line-height: 60px;
	color: #ffffff;
}


.bannerItem1 .bigTit {
	position: absolute;
	top: 9.2%;
	left: 0;
	font-family: Barlow-Bold;
	font-size: 124px;
	line-height: 99px;
	letter-spacing: 12px;
	color: white;
	-webkit-text-stroke: 1px #0d3386;
	writing-mode: vertical-lr;
	-webkit-text-fill-color: transparent;
}


@media screen and (max-width:1750px) {
	.bannerItem1 .con {
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		align-items: center;
	}

	.bannerItem1 .con .msg {
		padding-top: 0;
	}

	.bannerItem1 .bigTit {
		top: 50%;
		transform: translateY(-50%);
	}

	.bannerItem1 .txts {
		font-size: 18px;
		line-height: 28px;
	}

	.bannerItem1 .title {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 50px;
	}

	.bannerItem1 .tip {
		margin-bottom: 20px;
	}

	.bannerItem1 .btn {
		height: 40px;
	}

	.bannerItem1 .bigTit {
		font-size: 90px;
		line-height: 80px;
	}

	.bannerItem1 .num {
		padding: 20px;
		bottom: 3.5%;

	}

	.bannerItem1 .num .txt {
		font-size: 18px;
		line-height: 28px;
	}

	.bannerItem1 .numTo .form {
		font-size: 28px;
		line-height: 30px;
	}

	.bannerItem1 .numTo .to {
		font-size: 40px;
		line-height: 40px;
	}

	.bannerItem1 .numTo img {
		width: 26px;
		margin: 0 20px;
	}

	.bannerItem1 .num {
		left: 60%;
	}

	.bannerItem1 .con .msg {
		width: 48%;
	}
}

@media screen and (max-width:1333px) {
	.bannerItem1 .title {
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 30px;
	}

	.bannerItem1 .txts {
		font-size: 16px;
		line-height: 28px;
	}

	.bannerItem1 .line {
		margin-bottom: 30px;
	}

	.bannerItem1 .btn {
		height: 35px;
	}

	.bannerItem1 .num {
		padding: 10px;
	}

	.bannerItem1 .num .txt {
		font-size: 16px;
		line-height: 28px;
	}

	.bannerItem1 .numTo .form {
		font-size: 22px;
		line-height: 30px;
	}

	.bannerItem1 .numTo img {
		width: 20px;
	}

	.bannerItem1 .numTo .to {
		font-size: 32px;
		line-height: 32px;
	}

	.bannerItem1 .tip {
		font-size: 14px;
		line-height: 24px;
	}

	.bannerItem1 .bigTit {
		font-size: 65px;
		line-height: 60px;
	}
}

@media screen and (max-width:999px) {
	.bannerItem1 .title {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.bannerItem1 .line {
		height: 1px;
		margin-bottom: 20px;
	}

	.bannerItem1 .line::after {
		height: 3px;
	}

	.bannerItem1 .txts {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 25px;
	}

	.bannerItem1 .btn {
		font-size: 14px;
	}

	.bannerItem1 .tip {
		margin-bottom: 10px;
	}

	.bannerItem1 .bigTit {
		font-size: 55px;
		line-height: 50px;
	}

	.bannerItem1 .numTo .to {
		font-size: 24px;
		line-height: 32px;
	}

	.bannerItem1 .numTo .form {
		font-size: 16px;
	}

	.bannerItem1 .num .txt {
		font-size: 14px;
		line-height: 24px;
	}

	.bannerItem1 .num {
		left: 67%;
		bottom: 10%;
	}

	.bannerItem1 .bigTit {
		font-size: 40px;
		line-height: 36px;
	}
}

@media screen and (max-width:750px) {

	.bannerItem1 .con,
	.bannerItem1 .num,
	.bannerItem1 .bigTit {
		display: none;
	}
}

.bannerItem2 {
	position: relative;
}

.bannerItem2 .msg {
	position: absolute;
	left: 14.1%;
	top: 15%;
	width: 47%;
}


.bannerItem2 .msg .title {
	font-family: Barlow-Bold;
	font-size: 50px;
	line-height: 70px;
	color: #0d3386;
	margin-bottom: 19px;
}


.bannerItem2 .msg .line {
	width: 71%;
	background-color: #333333;
	height: 2px;
	margin-bottom: 29px;
	position: relative;
}


.bannerItem2 .msg .line::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 84px;
	height: 6px;
	background-color: #0d3386;
	border-radius: 1px;
}



.bannerItem2 .txts {
	font-family: Manrope-Regular;
	font-size: 24px;
	color: #333333;
	margin-bottom: 21px;
	line-height: 40px;
	width: 80%;
}




.bannerItem2 .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 6px;
}


.bannerItem2 .list .item {
	display: flex;
	align-items: flex-start;
	font-family: Barlow-Bold;
	font-size: 20px;
	line-height: 28px;
	color: #0d3386;
	margin-right: 53px;
	margin-bottom: 19px;
}


.bannerItem2 .list .item img {
	flex-shrink: 0;
	width: 34px;
	transform: translateY(7px);
	margin-right: 4px;
}

.bannerItem2 .btn {
	width: 150px;
	height: 48px;
	background-color: #0d3386;
	border-radius: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
}


.bannerItem2 .btn:hover {
	background-color: #ffffff;
	color: #0d3386;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
}


@media screen and (max-width:1750px) {
	.bannerItem2 .msg {
		top: 50%;
		transform: translateY(-50%);
	}

	.bannerItem2 .msg .title {
		font-size: 36px;
		line-height: 46px;
	}

	.bannerItem2 .txts {
		font-size: 20px;
		line-height: 30px;
	}

	.bannerItem2 .list .item img {
		width: 25px;
		margin-right: 10px;
		margin-top: -2px;
	}

	.bannerItem2 .list .item {
		font-size: 18px;
		line-height: 28px;
	}

	.bannerItem2 .btn {
		height: 40px;
	}
}

@media screen and (max-width:1333px) {
	.bannerItem2 .msg .title {
		font-size: 28px;
		line-height: 35px;
	}

	.bannerItem2 .txts {
		width: 100%;
		line-height: 28px;
		font-size: 16px;
	}

	.bannerItem2 .list .item {
		margin-right: 15px;
		font-size: 16px;
		line-height: 28px;
	}

}

@media screen and (max-width:999px) {
	.bannerItem2 .msg .title {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.bannerItem2 .msg .line {
		height: 1px;
	}

	.bannerItem2 .msg .line::after {
		height: 4px;
	}

	.bannerItem2 .txts {
		font-size: 14px;
		line-height: 24px;
	}

	.bannerItem2 .msg .line {
		margin-bottom: 15px;
		width: 100%;
	}

	.bannerItem2 .list .item {
		margin-bottom: 10px;
	}

	.bannerItem2 .msg {
		width: 53%;
		left: 7%;
	}

	.bannerItem2 .btn {
		height: 35px;
		font-size: 14px;
	}

}

@media screen and (max-width:750px) {
	.bannerItem2 .msg {
		display: none;
	}
}


.bannerItem3 {
	position: relative;
}

.bannerItem3 .msg {
	position: absolute;
	left: 14.15%;
	top: 15.6%;
	width: 28.8%;
}

.bannerItem3 .title {
	font-family: Barlow-Bold;
	font-size: 50px;
	line-height: 60px;
	color: #0d3386;
	margin-bottom: 37px;
}

.bannerItem3 .line {
	width: 90%;
	height: 2px;
	background-color: #333333;
	position: relative;
	margin-bottom: 34px;
}


.bannerItem3 .line::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 84px;
	height: 6px;
	background-color: #0d3386;
}


.bannerItem3 .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 45px;
	width: 547px;
}


.bannerItem3 .list .item {
	display: flex;
	align-items: center;
	padding: 6px 10px 6px 34px;
	background-image: url("../images/indexBannerM3-2.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 9px;
	font-family: Manrope-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	width: 278px;
}


.bannerItem3 .list .item:nth-child(2n){
	margin-left: -10px;
}

.bannerItem3 .list .item:nth-child(-n+2) {
	margin-top: 0;
}


.bannerItem3 .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 48px;
	background-color: #292929;
	border-radius: 1px;
	font-family: Manrope-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
}

.bannerItem3 .btn:hover {
	background-color: #6daf4f;
}

@media screen and (max-width:1600px){
 	.bannerItem3 .msg{
		top: 50%;
		transform: translateY(-50%);
	}	
	.bannerItem3 .title{
		font-size: 36px;
		line-height: 46px;
		margin-bottom: 25px;
	}
	.bannerItem3 .list .item{
		padding: 4px 10px;
		padding-left: 30px;
		font-size: 16px;
	}
	
	.bannerItem3 .btn{
		height: 40px;
	}
}
@media screen and (max-width:1333px){
 	.bannerItem3 .title{
		font-size: 28px;
		line-height: 36px;
	}
	.bannerItem3 .msg{
		width: 40%;
		left: 10%;
	}
	.bannerItem3 .list{
		margin-bottom: 30px;
	}
}
@media screen and (max-width:999px){
 	.bannerItem3 .title{
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 20px;
	}	
	.bannerItem3 .line{
		margin-bottom: 20px;
	}
	.bannerItem3 .list .item{
		font-size: 14px;
		line-height: 24px;
	}
	.bannerItem3 .btn{
		font-size: 14px;
		line-height: 24px;
		height: 35px;
		width: 140px;
	}
	.bannerItem3 .list{
		margin-bottom: 20px;
		width: 480px;
	}
	.bannerItem3 .line{
		height: 1px;
	}
	.bannerItem3 .line::after{
		height: 5px;
	}
	.bannerItem3 .list .item{
		width: 240px;
	}
}
@media screen and (max-width:750px){
	.bannerItem3 .msg{
		display: none;
	}	 
}