@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: Inter-Regular, Arial, sans-serif;
	font-size: 16px;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
}

ul {
	list-style: none;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-size: 62.5%;
}

.image {
	display: block;
}

.image img {
	display: block;
}



a img {
	display: block;
}

img {
	border: none;
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

.standardLink a:hover {
	color: #023564 !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
}


.standardEdit a {
	color: #015299;
}

.standardEdit a:hover {
	text-decoration: underline;
}



a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: Inter-Regular, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	border: none;
	outline: none;
}

textarea {
	resize: none;
}

@media screen and (max-width:1333px) {

	input,
	textarea,
	select {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}
}

@media screen and (max-width:999px) {

	input,
	textarea,
	select {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}
}

.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}

.table table tr:nth-child(2n) td {
	background-color: #fff;
}

.table table tr td {
	padding: 10px 20px;
	font-size: 16px;
	background-color: #f4f4f4;
	font-family: Montserrat-Light;
	color: #333333;
}

@media screen and (max-width:999px) {
	.table table tr td {
		padding: 8px 15px;
		font-size: 14px;
		line-height: 26px;
	}

}

.safeRange {
	max-width: 1400px;
	width: calc(100% - 160px);
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.safeRange {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:538px) {
	.safeRange {
		width: calc(100% - 30px);
	}
}



@media screen and (max-width:1560px) {
	.standardRange {
		padding: 80px 0 80px 0 !important;
	}
}


@media screen and (max-width:1333px) {
	.standardRange {
		padding: 60px 0 60px 0 !important;
	}
}

@media screen and (max-width:999px) {
	.standardRange {
		padding: 50px 0 50px 0 !important;
	}
}

@media screen and (max-width:768px) {
	.standardRange {
		padding: 40px 0 40px 0 !important;
	}
}





@media screen and (max-width:1560px) {
	.standardTxt .title1 {
		font-size: 36px !important;
		line-height: 45px !important;
	}
}

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 28px !important;
		line-height: 35px !important;
	}

	.standardTxt .title2 {
		font-size: 18px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .btn {
		font-size: 16px !important;
	}
}

@media screen and (max-width:999px) {
	.standardTxt .title1 {
		font-size: 24px !important;
		line-height: 30px !important;
	}

	.standardTxt .title2 {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 14px !important;
		line-height: 26px !important;
	}

	.standardTxt .btn {
		font-size: 14px !important;
	}

}

@media screen and (max-width:768px) {
	.standardTxt .title1 {
		font-size: 22px !important;
	}

	.standardTxt .title2 {
		font-size: 14px !important;
		line-height: 24px !important;
	}

}







.oneRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.twoRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.threeRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.foreRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}


.clear {
	clear: both;
}

/* xnav */
header .xnav {
	display: none;
}

@media screen and (max-width:999px) {
	header .xnav {
		display: block;
	}

	header .xnav .nav {
		position: fixed;
		width: 35px;
		height: 24px;
		background: #023564;
		right: 80px;
		top: 30px;
		transform: translateY(-50%);
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999;
	}

	header .xnav .nav span {
		display: block;
		width: 20px;
		height: 2px;
		background: #ffffff;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: 50%;
		transition: 0.8s;
		z-index: 99999991
	}

	header .xnav .nav .nav1 {
		margin-top: -1px;
	}

	header .xnav .nav .nav2 {
		margin-top: -8px;
	}

	header .xnav .nav .nav3 {
		margin-top: 6px;
	}

	header .xnav .nav:hover .nav1 {
		width: 25px;
	}

	header .xnav .navh .nav1 {
		transform: rotate(45deg)
	}

	header .xnav .navh .nav2 {
		transform: rotate(-45deg);
		width: 10px;
		margin-left: -1px;
		margin-top: -5px;
	}

	header .xnav .navh .nav3 {
		transform: rotate(-45deg);
		width: 9px;
		margin-top: 3px;
		margin-left: -8px;
	}

	header .xnav .navh:hover .nav2 {
		margin-top: -8px;
		margin-left: 7px;
	}

	header .xnav .navh:hover .nav3 {
		margin-top: 5px;
		margin-left: -12px;
	}

	header .xnav .smdaohang {
		position: fixed;
		width: 300px;
		height: 0px;
		overflow: auto;
		top: 0px;
		right: 0px;
		background: rgba(2, 53, 100, 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: Lato-Regular, Arial, Helvetica, sans-serif;
	}

	header .xnav ul.topnav ul {
		display: none;
		transition: none;
	}

	header .xnav ul.topnav ul li {
		clear: both;
	}

	header .xnav ul.topnav ul li a {
		padding-left: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		outline: 0;
	}


	header .xnav ul.topnav ul ul li a {
		padding-left: 40px;
	}

	header .xnav ul.topnav ul ul ul li a {
		padding-left: 60px;
	}

	header .xnav ul.topnav span {
		display: block;
		position: absolute;
		right: 0px;
		top: 7px;
		width: 20px;
		height: 20px;
		background: #fff;
		background: rgba(255, 255, 255, 0.6);
		cursor: pointer;
		border-radius: 50%;
		transition: 0.5s;
	}

	header .xnav ul.topnav span:before {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: 0px;
		transform: rotate(45deg);
		transform-origin: right center
	}

	header .xnav ul.topnav span:after {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: -1px;
		transform: rotate(-45deg);
		transform-origin: right center;
		transition: 0.5s;
	}

	header .xnav ul.topnav span.yizi {
		transform: rotate(90deg)
	}

	header .xnav .smdaohang form {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 240px;
		height: 26px;
		border: 1px solid #fff;
		position: relative;
		background: #fff;
		border-radius: 13px;
	}

	header .xnav .smdaohang form input {
		color: #333333;
	}

	header .xnav .smdaohang form .iptc {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		background-color: #fff;
		width: 80%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: left;
		border-radius: 10px;
	}

	header .xnav .smdaohang form .ipsc {
		width: 20%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: right;
		background: transparent;
		position: relative;
		z-index: 99;
	}

	header .xnav .smdaohang form i {
		position: absolute;
		right: 10px;
		top: 4px;
	}
}

/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, 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');
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
	touch-action: pan-y
}

.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-3d {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
	transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
	scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
	transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-lock {
	display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move;
	touch-action: none
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}




/* ---------------------index----------------------------- */


/* allnav */


nav {
	height: 138px;
	background-color: #ffffff;
	position: relative;
	top: 0;
	left: 0;
	z-index: 999999;
}



nav .nTop {
	height: 50px;
	background-color: #023564;
}


nav .nTop>div {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


nav .nTop .nMsg {
	display: flex;
	align-items: center;
}


nav .nMsg .item {
	display: flex;
	align-items: center;
	margin-right: 46px;
	font-size: 20px;
	color: #ffffff;
}

nav .nMsg .item a {
	color: #ffffff;
}

nav .nMsg .item a {
	color: #FFF;
	font-family: Inter-SemiBold;
	font-size: 16px;
	line-height: 26px;
	position: relative;
	background-image:
		radial-gradient(circle at 50% 100%, currentColor 0%, currentColor 100%);
	background-repeat: no-repeat;
	background-size: 0 1px;
	background-position: 0 100%;
	display: inline-block;
	transition: background-size 0.3s ease;
	background-position: right bottom;
}


nav .nMsg .item a:hover {
	background-size: 100% 1px;
	background-position: left bottom;
}



nav .nMsg .item:last-child {
	margin-right: 0;
}


nav .nMsg .item i {
	flex-shrink: 0;
	margin-right: 8px;
	color: #ffffff;
	font-size: 16px;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.24);
}


nav .blogrolls {
	display: flex;
	flex-wrap: wrap;
	margin-right: 38px;
}


nav .blogrolls a {
	margin-right: 14.5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

nav .blogrolls a:hover i {
	transform: translateY(-3px);
}

nav .blogrolls a:last-child {
	margin-right: 0;
}


nav .blogrolls a i {
	color: #ffffff;
	font-size: 16px;
}

nav .btns .line {
	width: 1px;
	height: 20px;
	background-color: rgba(255, 255, 255, .5);
	margin-right: 35px;
}


nav .btns {
	display: flex;
	align-items: center;
	height: 100%;
}


nav .btns .search {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}


nav .btns .search .searchBtn {
	cursor: pointer;
}

nav .btns .search .searchBtn i {
	color: #ffffff;
	display: block;
	width: 30px;
	height: 30px;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F6A621;
	border-radius: 50%;
}

nav .btns .search .searchBtn:hover i {
	color: #023564;
	background-color: #ffffff;
	border-color: #ffffff;
}


nav .btns .search form {
	position: absolute;
	top: 100%;
	right: 0;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	overflow: hidden;
	z-index: 99;
	background-color: #ffffff;
	width: 0;
	border-bottom: 1px solid #ffffff;
}


nav .btns .search form.active {
	width: 260px;
}

nav .btns .search form>input {
	padding: 0 10px;
}


nav .btns .search form input {
	width: 100%;
	height: 100%;
	font-size: 14px !important;
	color: #333333;
	background-color: transparent;
}

nav .search form input::-webkit-input-placeholder {
	font-size: 14px !important;
	opacity: 1;
}

nav .search form input:-moz-placeholder {
	font-size: 14px !important;
	opacity: 1;
}

nav .search form input::-moz-placeholder {
	font-size: 14px !important;
	opacity: 1;
}

nav .search form input:-ms-input-placeholder {
	font-size: 14px !important;
	opacity: 1;
}



nav .btns .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 30px;
	width: 30px;
}



nav .btns .search form .subBtn i {
	color: #333333;
	font-size: 16px;
}



nav .btns .search form .subBtn:hover i {
	color: #233a8a;
}




nav .btns .search form .subBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: transparent;
}


nav .btns .language {
	height: 100%;
	display: flex;
	align-items: center;
	margin-left: 34px;
	position: relative;
}


nav .btns .lanBtn {
	cursor: pointer;
	display: flex;
	align-items: center;
	color: #ffffff;
}

nav .btns .lanBtn img {
	flex-shrink: 0;
	width: 21px;
}


nav .btns .lanBtn:hover span {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}


nav .btns .lanBtn span {
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	margin: 0 4px 0 9px;
}

nav .btns .lanBtn i.icon-language {
	font-size: 16px;
}

nav .btns .lanBtn i.icon-up7 {
	font-size: 10px;
	font-weight: bold;
	transform: rotate(180deg);
	color: #ffffff;
}


nav .btns .language.active .lanBtn i.icon-up7 {
	transform: rotate(0deg);
}


nav .btns .language ul {
	position: absolute;
	top: 100%;
	background-color: #feffff;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	padding: 10px 0;
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 200px;
	display: none;
	transition: none;
	z-index: 99;
}

nav .btns .language ul a {
	padding: 0 20px;
	font-size: 16px;
	line-height: 26px;
	color: #1A1A1A;
	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: #F6A621;
}



nav.active .nBottom {
	position: fixed;
	width: 100%;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
}

nav .nBottom {
	height: 88px;
	position: relative;
	top: 0;
	left: 0%;
	background-color: #ffffff;
}

html {
	scroll-padding-top: 88px;
}


nav .nBottom>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}


nav .logo {
	width: 300px;
	flex-shrink: 0;
}


nav .logo:hover img {
	transform: none;
}


nav .navList {
	display: flex;
	align-items: center;
	height: 100%;
}


nav .navList>ul {
	display: flex;
	align-items: center;
}


nav .navList>ul>li {
	margin-right: 60.5px;
	position: relative;
}


nav .navList>ul>li:last-child {
	margin-right: 0;
}


nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 88px;
	line-height: 88px;
	font-size: 18px;
	color: #1A1A1A;
}


nav .navList>ul>li.active>a,
nav .navList>ul>li:hover>a {
	color: #023564;
}

nav .navList .conBtn {
	width: 169px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #023564;
	border-radius: 25px;
	margin-left: 81px;
	color: #ffffff;
	font-size: 18px;
	line-height: 28px;
	border: 1px solid #023564;
}

nav .navList .conBtn i {
	flex-shrink: 0;
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;
}

nav .navList .conBtn:hover {
	background-color: #ffffff;
	color: #023564;
}





/* moreList */

.moreList,
.moreList ul {
	position: absolute;
	background-color: #ffffff;
	min-width: 232px;
	max-width: 300px;
	width: max-content;
	display: none;
	transition: none;
	z-index: 99;
	padding: 37.5px 0;
	border-radius: 0 0 8px 8px;
	box-shadow: 0 5px 30px rgba(173, 173, 173, 0.20);
}





.moreList ul {
	left: 100%;
	top: -37.5px;
}

.moreList li {
	margin-bottom: 26px;
}

.moreList li:last-child {
	margin-bottom: 0;
}


.moreList {
	top: 100%;
	left: 0%;
}



.moreList li {
	position: relative;
}


.moreList a {
	padding: 0 31px;
	color: #1A1A1A;
	font-size: 18px;
	line-height: 28px;
}


.moreList li:hover>a,
.moreList li.active>a {
	color: #F6A621;
}



@media screen and (max-width:1560px) {
	
	
	nav .nMsg .item {
		font-size: 16px;
		line-height: 28px;
		margin-right: 35px;
	}

	nav .btns .line,
	nav .blogrolls {
		margin-right: 30px;
	}

	nav .nBottom {
		height: 80px;
	}

	html {
		scroll-padding-top: 80px;
	}

	nav .navList>ul>li>a {
		height: 80px;
		line-height: 80px;
	}

	nav .nTop {
		height: 50px;
	}

	nav .nMsg .item i {
		width: 30px;
		height: 30px;
	}

	nav {
		height: 130px;
	}

	nav .navList .conBtn {
		height: 46px;
		margin-left: 60px;
	}

	.moreList,
	.moreList ul {
		padding: 20px 0;
		border-radius: 0 0 5px 5px;
	}

	.moreList ul {
		top: -20px;
	}

	.moreList a {
		padding: 0 20px;
	}

	.moreList li {
		margin-bottom: 14px;
	}
	
	nav .navList>ul>li{
		margin-right: 36px;
	}
	nav .navList .conBtn{
		margin-left: 50px;
	}
}

@media screen and (max-width:1333px) {
	nav .navList .conBtn {
		height: 40px;
		font-size: 16px;
		width: 150px;
		margin-left: 40px;
	}

	nav .navList>ul>li {
		margin-right: 34px;
	}

	nav .navList>ul>li>a {
		font-size: 16px;
	}

	.moreList a {
		font-size: 16px;
		line-height: 26px;
	}

	.moreList,
	.moreList ul {
		min-width: 180px;
		max-width: 240px;
	}
}

@media screen and (max-width:1200px) {
	
	nav .logo{
		width: 300px;
	}
	nav .btns .language {
		margin-left: 20px;
	}

	nav .btns .line,
	nav .blogrolls {
		margin-right: 20px;
	}
	
	

	nav .nMsg .item {
		margin-right: 20px;
	}

	nav .nMsg .item i {
		margin-right: 5px;
	}
	
	
	nav .nMsg .item,
	nav .nMsg .item a {
		font-size: 14px;
	}
	
	nav .navList{
		flex-direction: column-reverse;
		align-items: flex-end;
	}
	nav .navList>ul>li>a{
		height: 40px;
		line-height: 40px;
	}
	
	nav .navList>ul>li {
		margin-right:30px;
	}

	nav .navList .conBtn {
		margin-left: 0px;
	}
	
	nav .navList .conBtn{
		height: 30px;
		margin-bottom: 5px;
		
	}

}

@media screen and (max-width:999px) {

	nav.active {
		box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.2);
	}

	nav .nTop .nMsg,
	nav .btns .line,
	nav .blogrolls,
	nav .btns .search {
		display: none;
	}

	nav .navList {
		display: none;
	}

	nav.active .nBottom {
		position: static;
		box-shadow: 0px 0px 0px rgba(122, 122, 122, 0);
		transform: translateX(0);
	}

	nav .nBottom {
		width: 100%;
		transform: translateX(0);
		position: static;
		height: 100%;
	}

	nav .nTop {
		height: 0;
	}

	nav {
		height: 60px;
		position: fixed;
		width: 100%;
	}

	html {
		scroll-padding-top: 60px;
	}

	nav .logo{
		width: 260px;
	}
	nav .btns .language {
		height: 60px;
		position: absolute;
		right: 140px;
		top: 0%;
		z-index: 9;
	}

	nav .btns .language .lanBtn i,
	nav .btns .language .lanBtn span {
		color: #1A1A1A;
	}

	nav .btns .language .lanBtn span {
		font-size: 14px;
	}

	nav .btns .language .lanBtn:hover span {
		text-decoration: none;
		color: #023564;
	}

	nav .btns .language .lanBtn:hover i {
		color: #023564;
	}

	.bannerRange {
		height: 60px;
	}


	.xnav .msg {
		margin-top: 20px;
	}

	.xnav .msg .item {
		text-align: left;
		display: flex;
		align-items: flex-start;
		color: #ffffff;
		font-size: 14px;
		line-height: 24px;
		margin-top: 14px;
	}

	.xnav .msg .item:nth-child(1) {
		margin-top: 0;
	}

	.xnav .msg .item a {
		color: #ffffff;
	}

	.xnav .msg .item i {
		color: #ffffff;
		font-size: 20px;
		flex-shrink: 0;
		margin-right: 10px;
	}

	.xnav .msg .email a {
		word-break: break-all;
	}

	.xnav .msg .item.email i {
		font-size: 24px;
	}

	.xnav .blogrolls {
		margin-top: 20px;
		display: flex;
		flex-wrap: wrap;
		text-align: left;
	}

	.xnav .blogrolls a {
		margin: 5px 0;
		margin-right: 14px;
	}

	.xnav .blogrolls a i {
		color: #ffffff;
		font-size: 16px;
	}

	nav .btns .language ul a {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	nav .btns .language {
		right: 100px;
	}

	header .xnav .nav {
		right: 25px;
	}

	.bannerRange {
		height: 50px;
	}
}

@media screen and (max-width:538px) {
	header .xnav .nav {
		right: 15px;
	}

	nav .btns .language {
		right: 80px;
	}
	
}


@media screen and (max-width:450px) {
	nav .logo{
		width: 150px;
	}
}



/* indexbanner */


.indexBanner {
	position: relative;
	transition: none;
	padding-bottom: 44.27%;
}

.indexBanner .swiper {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}


.indexBanner a:hover img {
	transform: scale(1);
}


.indexBanner .swiper-slide {
	position: relative;
}

.indexBanner .swiper-slide .image {
	height: 100%;
}

.indexBanner .swiper-slide .image img {
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.indexBanner .swiper-slide video,
.indexBanner .swiper-slide iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}



.indexBanner img {
	display: block;
}

.indexBanner a:hover img {
	transform: scale(1, 1);
}



.indexBanner .signs {
	position: absolute;
	z-index: 99;
	left: 50%;
	transform: translateX(-50%);
	bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0 20px;
}



.indexBanner .swiper-pagination {
	position: static;
	margin: 0 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: auto;
}



.indexBanner .swiper-pagination span {
	font-size: 16px;
	color: #fefefe;
	margin: 0 10px !important;
	background-color: rgba(255, 255, 255, .4);
	position: relative;
	line-height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	width: 60px;
	border-radius: 0;
	height: 4px;
}



.indexBanner .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #ffffff;
}

.indexBanner .btns>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 40px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 40px;
	z-index: 99;
	cursor: pointer;
	color: #ffffff;
}


.indexBanner .btns>div:hover {
	color: #023564;
}


.indexBanner .btns>div.prev {
	left: 60px;
}

.indexBanner .btns>div.next {
	right: 60px;
}

@media screen and (max-width:1560px) {
	.indexBanner .btns>div {
		font-size: 30px;
		line-height: 30px;
	}

	.indexBanner .swiper-pagination span {
		width: 50px;
	}

	.indexBanner .signs {
		bottom: 40px;
	}
}

@media screen and (max-width:1333px) {
	.indexBanner .btns>div {
		width: 46px;
		height: 46px;
		font-size: 26px;
		line-height: 26px;
	}
}

@media screen and (max-width:999px) {

	.indexBanner .btns>div {
		display: none;
	}

	.indexBanner .swiper-pagination span {
		width: 40px;
		margin: 0 8px !important;
	}

	.indexBanner .signs {
		bottom: 30px;
	}
}

@media screen and (max-width:750px) {
	.indexBanner .swiper-pagination span {
		width: 30px;
		margin: 0 6px !important;
	}

	.indexBanner .signs {
		bottom: 20px;
	}

	.indexBanner {
		padding-bottom: 80%;
	}
}

@media screen and (max-width:538px) {
	.indexBanner .swiper-pagination span {
		width: 24px;
		height: 3px;
	}
}


/* indexM1-1 */


.iTit {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.iTit .title1 {
	text-align: center;
}

.title1 {
	color: #1A1A1A;
	font-size: 40px;
	line-height: 50px;
	font-family: RussoOne-Regular;
}

a.title1:hover {
	color: #023564;
}

.swiperBox {
	position: relative;
}


.sBtns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 1px solid #B3B3B3;
	color: #B3B3B3;
	font-size: 14px;
	font-weight: bold;
}


.sBtns>div:hover {
	border-color: #023564;
	color: #023564;
}



.swiperBox .sBtns>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}


.swiperBox .sBtns>div.swiper-button-disabled {
	pointer-events: none;
}


.swiperBox .sBtns>div.prev {
	left: -75px;
}

.swiperBox .sBtns>div.next {
	right: -75px;
}


.iProducts {
	padding: 91px 0 80px 0;
}

.iProducts .swiperBox {
	margin-top: 59px;
}

.iProducts .swiper-slide {
	padding: 16px 10px 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 8px;
	overflow: hidden;
	height: auto;
	transition: .4s ease background;
	cursor: pointer;
}


.iProducts .swiper-slide .sign {
	width: 82px;
	height: 82px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.iProducts .swiper-slide .sign img {
	display: block;
}

.iProducts .swiper-slide .name {
	text-align: center;
	color: #023564;
	font-family: Inter-SemiBold;
	font-size: 16px;
	line-height: 26px;
	margin-top: 4px;
}


.iProducts .swiper-slide:hover,
.iProducts .swiper-slide.active {
	background-color: #023564;
}

.iProducts .swiper-slide:hover .sign img,
.iProducts .swiper-slide.active .sign img {
	filter: grayscale(100%) brightness(1000%);
}

.iProducts .swiper-slide:hover .name,
.iProducts .swiper-slide.active .name {
	color: #ffffff;
}

.iProducts .checkList {
	margin-top: 60px;
}

.iProducts .checkList .list {
	display: none;
	flex-wrap: wrap;
}

.iProducts .checkList .list.active {
	display: flex;
}

.iProducts .checkList .item {
	width: 18.28%;
	margin-right: 2.15%;
	margin-top: 50px;
}

.iProducts .checkList .item:nth-child(5n) {
	margin-right: 0;
}


.iProducts .checkList .item:nth-child(-n+5) {
	margin-top: 0;
}

.iProducts .checkList .image {
	border-radius: 8px;
	border: 1px solid #CCC;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.iProducts .checkList .tit {
	min-height: 52px;
	margin-top: 16px;
}

.iProducts .checkList .tit a {
	color: #1A1A1A;
	text-align: center;
	font-family: Inter-SemiBold;
	font-size: 16px;
	line-height: 26px;
}

.iProducts .checkList .tit a:hover {
	color: #023564;
}

.cBtn {
	width: max-content;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 11px 26px;
	background-color: #023564;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #023564;
	color: #FFF;
	font-family: RussoOne-Regular;
	font-size: 16px;
	line-height: 26px;
}

.cBtn i {
	font-size: 13px;
	font-weight: bold;
	flex-shrink: 0;
	margin-left: 13px;
}


.cBtn:hover {
	background-color: #ffffff;
	color: #023564;
}

.iProducts .cBtn {
	margin: 0 auto;
	margin-top: 60px;
	text-transform: uppercase;
}


@media screen and (max-width:1560px) {
	.swiperBox .sBtns>div.next {
		right: -65px;
	}

	.swiperBox .sBtns>div.prev {
		left: -65px;
	}

	.sBtns>div {
		width: 42px;
		height: 42px;
		font-size: 12px;
	}

	.iProducts .swiper-slide .sign {
		width: 75px;
		height: 75px;
	}

	.iProducts .swiperBox {
		margin-top: 40px;
	}

	.iProducts .checkList {
		margin-top: 40px;
	}

	.iProducts .checkList .image,
	.iProducts .swiper-slide {
		border-radius: 5px;
	}

	.iProducts .checkList .tit {
		margin-top: 14px;
	}

	.iProducts .checkList .item {
		margin-top: 40px;
	}

	.iProducts .cBtn {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.iProducts .swiper-slide .sign {
		width: 65px;
		height: 65px;
	}

	.iProducts .checkList .item:nth-child(n) {
		width: 23.5%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.iProducts .checkList .item:nth-child(4n) {
		margin-right: 0;
	}

	.iProducts .checkList .item:nth-child(-n+4) {
		margin-top: 0;
	}

	.cBtn {
		padding: 6px 20px;
	}
}

@media screen and (max-width:999px) {
	.iProducts .swiper-slide .name {
		font-size: 14px;
		line-height: 24px;
	}

	.iProducts .swiper-slide .sign {
		width: 60px;
		height: 60px;
	}

	.iProducts .checkList .tit {
		min-height: 48px;
	}

	.iProducts .checkList .tit a {
		font-size: 14px;
		line-height: 24px;
	}

	.iProducts .checkList .item:nth-child(n) {
		width: 31%;
		margin-right: 3.5%;
		margin-top: 30px;
	}

	.iProducts .checkList .item:nth-child(3n) {
		margin-right: 0;
	}

	.iProducts .checkList .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.sBtns>div {
		width: 38px;
		height: 38px;
	}

	.iProducts .cBtn {
		margin-top: 40px;
	}

	.cBtn {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.swiperBox .sBtns>div {
		position: static;
		margin-top: 20px;
		transform: translateY(0);
	}

	.swiperBox .sBtns {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.swiperBox .sBtns>div.prev {
		margin-right: 16px;
	}

	.iProducts .swiper-slide {
		padding: 10px 5px;
	}

	.iProducts .checkList {
		margin-top: 30px;
	}

	.iProducts .cBtn {
		margin-top: 30px;
	}

	.iProducts .swiperBox {
		margin-top: 30px;
	}
}

@media screen and (max-width:538px) {
	.iProducts .checkList .tit {
		margin-top: 10px;
		min-height: auto;
	}

	.iProducts .checkList .list {
		justify-content: space-between;
	}

	.iProducts .checkList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 26px;
	}

	.iProducts .checkList .item:nth-child(-n+2) {
		margin-top: 0;
	}
}



/* indexM2-1 */



.iAdvantage {
	padding: 91px 0 90px 0;
	background-color: #F5F6F7;
}



.iAdvantage .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 59px;
}



.iAdvantage .item {
	width: 23.28%;
	margin-right: 2.29%;
	margin-top: 38px;
	padding: 44px 24px 31px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-bottom: 1px solid #023564;
	background-color: #ffffff;
}

.iAdvantage .item:hover {
	background-color: #023564;
}


.iAdvantage .item:nth-child(4n) {
	margin-right: 0;
}

.iAdvantage .item:nth-child(-n+4) {
	margin-top: 0;
}

.iAdvantage .image {
	width: 40px;
	height: 40px;
}

.iAdvantage .item:hover .image img {
	filter: grayscale(100%) brightness(500%);
}


.iAdvantage .tit {
	color: #1A1A1A;
	text-align: center;
	font-family: RussoOne-Regular;
	font-size: 18px;
	line-height: 30px;
	margin-top: 32px;
	text-align: center;
}



.iAdvantage .item:hover .tit {
	color: #ffffff;
}


.iAdvantage .txts {
	line-height: 28px;
	text-align: center;
	margin-top: 20px;
}



.iAdvantage .item:hover .txts {
	color: #ffffff;
}


@media screen and (max-width:1560px) {
	.iAdvantage .list {
		margin-top: 50px;
	}

	.iAdvantage .item {
		padding: 30px 20px;
	}
}

@media screen and (max-width:1333px) {

	.iAdvantage .list {
		justify-content: space-between;
	}

	.iAdvantage .item:nth-child(n) {
		width: 49%;
		margin-top: 30px;
		margin-right: 0;
	}

	.iAdvantage .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.iAdvantage .list {
		margin-top: 40px;
	}

	.iAdvantage .tit {
		margin-top: 20px;
	}
}

@media screen and (max-width:999px) {
	.iAdvantage .tit {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:768px) {
	.iAdvantage .item {
		padding: 30px 14px;
	}
}

@media screen and (max-width:538px) {
	.iAdvantage .list {
		margin-top: 30px;
	}

	.iAdvantage .item:nth-child(n) {
		width: 100%;
		margin-top: 26px;
	}

	.iAdvantage .item:nth-child(1) {
		margin-top: 0;
	}
}



/* indexM3-1 */

.iAbout {
	padding: 90px 0 81px 0;
	position: relative;
}

.signImg {
	position: absolute;
	z-index: -1;
}

.signImg img {
	display: block;
}

.iAbout .signImg {
	bottom: 0%;
	left: 8.7%;
}


.company .msg {
	display: flex;
	justify-content: space-between;
}



.company .des {
	width: 42.8%;
}


.company .des .txts {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 14;
	margin-top: 40px;
}

.standardEdit p {
	color: #333;
	font-size: 16px;
	line-height: 28px;
}


.company .des .btns {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 60px;
}


.company .des .btns .cBtn {
	margin-right: 24px;
	text-transform: uppercase;
}


.company .show {
	width: 48.85%;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}


.video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.video .playBtn {
	position: relative;
	width: 61px;
	height: 61px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	z-index: 9;
}

.video .playBtn::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #ffffff;
	z-index: -1;
	transition: .4s ease all;
}


.video:hover .playBtn::after {
	background-color: #023564;
}


.video:hover .playBtn img {
	filter: grayscale(100%) brightness(500%);
}


.video:hover .playBtn div {
	background-color: #023564;
}

.video .playBtn div {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: -2;
	background-color: #ffffff;
	opacity: 0;
	animation: circles 3.2s linear 0s infinite;
	animation-play-state: running;
}



.video .playBtn .circle1 {
	animation-delay: 0.8s;
}

.video .playBtn .circle2 {
	animation-delay: 1.6s;
}

.video .playBtn .circle3 {
	animation-delay: 2.4s;
}


@keyframes circles {
	0% {
		transform: scale(1);
		opacity: 0;
	}

	20% {
		transform: scale(1.28);
		opacity: 0.5;
	}

	100% {
		transform: scale(2.2);
		opacity: 0;
	}
}



.company .show .image {
	width: 100%;
	height: 100%;
}

.company .show .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.company .numList {
	margin-top: 97px;
}


.numList {
	display: flex;
	flex-wrap: wrap;
}

.numList .item {
	width: 18%;
	margin-right: 9.3%;
	margin-top: 30px;
}

.numList .item:nth-child(4n) {
	margin-right: 0;
}

.numList .item:nth-child(-n+4) {
	margin-top: 0;
}


.numList .num {
	display: flex;
	align-items: flex-end;
	color: #023564;
	font-family: RussoOne-Regular;
	font-size: 40px;
	line-height: 40px;
}


.numList .num i {
	color: #023564;
	font-size: 16px;
	line-height: 25px;
	font-family: Inter-Regular;
	font-style: normal;
	margin-left: 9px;
}


.numList .line {
	width: 100%;
	height: 1px;
	position: relative;
	background-color: #CCC;
	margin-top: 29px;
}

.numList .line::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 33%;
	height: 2px;
	background-color: #023564;
}


.numList .name {
	color: #666;
	line-height: 26px;
	margin-top: 19px;
}

@media screen and (max-width:1560px) {
	.company .des .btns {
		margin-top: 40px;
	}

	.company .numList {
		margin-top: 80px;
	}

	.numList .num {
		font-size: 36px;
		line-height: 36px;
	}

	.numList .item {
		width: 22%;
		margin-right: 4%;
	}
}

@media screen and (max-width:1333px) {
	.numList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.numList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.numList {
		justify-content: space-between;
	}

	.company .numList {
		margin-top: 60px;
	}

	.company .des .txts {
		margin-top: 30px;
	}

	.company .des {
		width: 52%;
	}

	.company .show {
		width: 45%;
	}

	.company .des .txts {
		-webkit-line-clamp: 12;
	}

	.company .show {
		border-radius: 5px;
	}

	.numList .num {
		font-size: 32px;
		line-height: 32px;
	}
}

@media screen and (max-width:999px) {
	.company .msg {
		flex-direction: column;
		align-items: flex-start;
	}

	.company .des {
		width: 100%;
	}

	.company .des .txts {
		-webkit-line-clamp: 5;
	}

	.company .des .btns {
		margin-top: 30px;
	}

	.company .show {
		width: 100%;
		margin-top: 40px;
	}

	.numList .num i {
		font-size: 14px;
	}

	.numList .name {
		font-size: 14px;
		line-height: 24px;
	}

	.company .numList {
		margin-top: 50px;
	}

	.video .playBtn {
		width: 56px;
		height: 56px;
	}

	.video .playBtn img {
		width: 15px;
	}
}

@media screen and (max-width:768px) {
	.company .numList {
		margin-top: 40px;
	}

	.numList .num {
		font-size: 30px;
		line-height: 30px;
	}
}


@media screen and (max-width:450px) {
	.company .des .btns {
		flex-direction: column;
		align-items: flex-start;
	}

	.company .des .btns .cBtn {
		margin-right: 0;
		margin-top: 14px;
	}

	.company .des .btns .cBtn:nth-child(1) {
		margin-top: 0;
	}

	.numList .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.numList .item:nth-child(1) {
		margin-top: 0;
	}

	.company .show {
		height: 300px;
	}

	.numList .line {
		margin-top: 14px;
	}
}


/* indexM4-1 */


.imgBg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.imgBg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.touch {
	padding: 91px 0 90px 0;
	position: relative;
}



.touch .title1 {
	text-align: center;
	line-height: 54px;
}


.touch .cForm {
	margin-top: 49px;
}



.cForm ul {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	align-items: center;
}

.cForm li {
	height: 60px;
	padding: 0 12px;
	width: 32.2%;
	margin-right: 1.7%;
	margin-top: 25px;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
	background-color: #ffffff;
}

.cForm li:nth-child(3n) {
	margin-right: 0;
}


.cForm li:nth-child(-n+3) {
	margin-top: 0;
}

.cForm input,
.cForm textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
}


.cForm li.message {
	width: 100%;
	height: 130px;
	padding: 17px 13px;
	margin-right: 0;
}



.cForm li.codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	overflow: hidden;
}


.cForm li.codeCon.must {
	padding-left: 0;
}


.cForm li.codeCon input {
	flex: 1;
	padding: 0 12px;
	padding-left: 24px;
}



.cForm li.codeCon .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	width: 100px;
	height: 36px;
	background-color: #f3fbfe;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 7px;
}


.cForm li.codeCon .codeImg img {
	display: block;
}

.cForm li.subBtn {
	padding: 0;
	width: 244px;
	height: 50px;
	border: 1px solid #023564;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #023564;
	color: #FFF;
	font-size: 16px;
	position: relative;
	font-family: RussoOne-Regular;
	overflow: hidden;
}


.cForm li.subBtn i {
	font-size: 13px;
	font-weight: bold;
	flex-shrink: 0;
	margin-left: 10px;
}

.cForm li.subBtn input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: 9;
	cursor: pointer;
}


.cForm li.subBtn:hover {
	background-color: #ffffff;
	color: #023564;
}


.cForm li.must {
	position: relative;
	padding-left: 24px;
}


.cForm li.must::after {
	content: "*";
	font-family: Inter-Regular;
	position: absolute;
	left: 11px;
	top: 19px;
	font-size: 16px;
	color: #e62129;
}


.cForm input::-webkit-input-placeholder,
.cForm textarea::-webkit-input-placeholder {
	font-size: 16px;
	color: #4D4D4D;
	opacity: 1;
}


.cForm input:-moz-placeholder,
.cForm textarea:-moz-placeholder {
	font-size: 16px;
	color: #4D4D4D;
	opacity: 1;
}

.cForm input::-moz-placeholder,
.cForm textarea::-moz-placeholder {
	font-size: 16px;
	color: #4D4D4D;
	opacity: 1;
}

.cForm input:-ms-input-placeholder,
.cForm textarea:-ms-input-placeholder {
	font-size: 16px;
	color: #4D4D4D;
	opacity: 1;
}



@media screen and (max-width:1560px) {
	.cForm li {
		height: 50px;
	}

	.cForm li.must::after {
		top: 13px;
	}
}

@media screen and (max-width:1333px) {
	.touch .cForm {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {

	.cForm ul {
		justify-content: space-between;
	}

	.cForm li:nth-child(n) {
		width: 49%;
		margin-top: 14px;
		margin-right: 0;
	}

	.cForm li:nth-child(-n+2) {
		margin-top: 0;
	}

	.cForm li:nth-child(3) {
		width: 100%;
	}

	.cForm li.message {
		width: 100%;
	}

	.cForm li,
	.cForm li.subBtn {
		height: 46px;
	}

	.cForm li.must::after {
		top: 10px;
	}

	.cForm li.subBtn {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {

	.cForm li,
	.cForm li.subBtn {
		height: 40px;
	}

    .cForm li.codeCon .codeImg{
        width:90px;
        height:26px;
    }
}

@media screen and (max-width:538px) {
	.touch .cForm {
		margin-top: 30px;
	}
}

@media screen and (max-width:450px) {
	.cForm li:nth-child(n) {
		width: 100%;
		margin-top: 14px;
	}

	.cForm li:nth-child(1) {
		margin-top: 0;
	}
}



/* indexM5-1 */

.bTit {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.projectCase {
	padding: 90px 0 91px 0;
}

.projectCase .swiper {
	width: 78.57%;
	margin-top: 59px;
	overflow: visible;
}


.projectCase .swiper .swiper-slide {
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	pointer-events: none;
}


.projectCase .swiper .swiper-slide .msg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
	opacity: 0;
	padding: 30px 38px 40px 39px;
}


.projectCase .swiper .swiper-slide-active .msg {
	opacity: 1;
	pointer-events: all;
}



.projectCase .msg .num {
	flex-shrink: 0;
	margin-left: 14%;
	display: flex;
	align-items: flex-end;
	color: #FFF;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 6px;
}



.projectCase .msg .num .total {
	margin-left: 4px;
}

.projectCase .msg .now {
	font-size: 40px;
	line-height: 34px;
	margin-right: 8px;
}


.projectCase .msg .box {
	flex: 1;
}

.projectCase .swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.projectCase .msg .tit {
	color: #FFF;
	font-family: Inter-SemiBold;
	font-size: 24px;
	line-height: 36px;
	position: relative;
	background-image:
		radial-gradient(circle at 50% 100%, currentColor 0%, currentColor 100%);
	background-repeat: no-repeat;
	background-size: 0 2px;
	background-position: 0 100%;
	display: inline-block;
	transition: background-size 0.3s ease;
	background-position: right bottom;
}


.projectCase .msg .tit:hover {
	background-size: 100% 2px;
	background-position: left bottom;
}


.projectCase .msg .txts {
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
	margin-top: 10px;
}


.projectCase .msg .btn {
	width: 137px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 16px;
	border-radius: 4px;
	border: 1px solid #ffffff;
	margin-top: 24px;
	font-family: Inter-SemiBold;
}


.projectCase .msg .btn:hover {
	background-color: #ffffff;
	color: #023564;
}

.projectCase .scsBtns {
	width: 78.57%;
	margin: 0 auto;
	margin-top: 49px;
}

.scsBtns {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.scsBtns .swiper-pagination {
	position: static;
	height: 2px;
}

.scsBtns .swiper-pagination-progressbar {
	background-color: #D9D9D9;
}

.scsBtns .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background-color: #023564;
}

.scsBtns .sBtns {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	margin-left: 30px;
}

.scsBtns .sBtns>div {
	border-color: #023564;
	color: #023564;
}

.scsBtns .sBtns>div:hover {
	background-color: #023564;
	color: #ffffff;
}

.scsBtns .sBtns>div.prev {
	margin-right: 20px;
}


@media screen and (max-width:1560px) {
	.projectCase .swiper {
		margin-top: 50px;
	}

	.projectCase .swiper .swiper-slide {
		border-radius: 5px;
	}

	.projectCase .swiper .swiper-slide .msg {
		padding: 30px;
	}

	.projectCase .scsBtns {
		margin-top: 40px;
	}

	.projectCase .msg .tit {
		font-size: 22px;
	}
}

@media screen and (max-width:1333px) {
	.projectCase .swiper {
		margin-top: 40px;
	}

	.projectCase .msg .tit {
		font-size: 20px;
	}

	.projectCase .msg .num {
		font-size: 18px;
	}

	.projectCase .msg .now {
		font-size: 36px;
	}

	.projectCase .swiper,
	.projectCase .scsBtns {
		width: 85%;
	}

	.projectCase .scsBtns {
		margin-top: 30px;
	}

}

@media screen and (max-width:999px) {

	.projectCase .swiper,
	.projectCase .scsBtns {
		width: 100%;
	}

	.projectCase .msg .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.projectCase .msg .btn {
		height: 36px;
	}

	.projectCase .msg .num {
		font-size: 16px;
		line-height: 26px;
	}

	.projectCase .msg .now {
		font-size: 26px;
		line-height: 30px;
	}
}

@media screen and (max-width:768px) {

	.projectCase .swiper .image {
		height: 100%;
	}
}

@media screen and (max-width:538px) {
	.projectCase .swiper {
		margin-top: 30px;
	}

	.projectCase .swiper {
		height: 300px;
	}

	.projectCase .swiper .swiper-slide .msg {
		padding: 20px 15px;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-end;
	}

	.projectCase .swiper .swiper-slide .msg .box {
		flex: none;
	}

	.projectCase .msg .num {
		margin-left: auto;
		margin-top: 10px;
	}
}

@media screen and (max-width:450px) {
	.bTit {
		flex-direction: column;
		align-items: flex-start;
	}

	.bTit .cBtn {
		margin-top: 20px;
	}
}

/* indexM6-1 */

.brands {
	padding: 91px 0 100px 0;
	background-color: #F5F6F7;
}


.brands .swiper {
	margin-top: 59px;
	overflow: visible;
	position: relative;
	max-width: 1920px;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}


.brands .swiper-slide {
	width: 220px;
	margin-right: 40px;
}


.brands .image {
	border-radius: 8px;
	background-color: #ffffff;
	box-shadow: 10px 0 20px 0 rgba(0, 27, 53, 0.08);
	overflow: hidden;
}


.brands .image:nth-child(2n) {
	transform: translateX(126.5px);
}

.brands .image {
	margin-bottom: 40px;
}


.brands .image:last-child {
	margin-bottom: 0;
}


.brands .swiper-wrapper {
	transition-timing-function: linear !important;
}

@media screen and (max-width:1560px) {
	.brands .image {
		margin-bottom: 30px;
		border-radius: 5px;
	}

	.brands .swiper {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.brands .swiper {
		margin-top: 40px;
	}

	.brands .swiper-slide {
		width: 180px;
		margin-right: 30px;
	}

	.brands .image {
		margin-bottom: 26px;
	}

	.brands .image:nth-child(2n) {
		transform: translateX(92.5px);
	}
}

@media screen and (max-width:999px) {
	.brands .swiper-slide {
		width: 150px;
		margin-right: 26px;
	}

	.brands .image {
		margin-bottom: 26px;
	}
}

@media screen and (max-width:768px) {
	.brands .swiper-slide {
		width: 140px;
	}
}

@media screen and (max-width:538px) {
	.brands .swiper {
		margin-top: 30px;
	}

	.brands .swiper-slide {
		width: 140px;
		margin-right: 20px;
	}

	.brands .image {
		margin-bottom: 20px;
	}
}

/* indexM7-1 */


.iNews {
	padding: 91px 0 92px 0;
}


.iNews .swiperBox {
	margin-top: 59px;
}


.newItem .image {
	overflow: hidden;
	border-radius: 8px;
}

.newItem .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}



.newItem .tit {
	font-size: 20px;
	line-height: 32px;
	color: #251A18;
	font-weight: 500;
	margin-top: 24px;
}

.newItem .tit:hover {
	color: #023564;
}

.newItem .time {
	font-size: 16px;
	line-height: 28px;
	color: #666;
	margin-top: 14px;
}


@media screen and (max-width:1560px) {
	.newItem .image {
		border-radius: 5px;
	}

	.iNews .swiperBox {
		margin-top: 50px;
	}

	.newItem .tit {
		font-size: 18px;
		line-height: 30px;
	}
}

@media screen and (max-width:1333px) {
	.iNews .swiperBox {
		margin-top: 40px;
	}

	.newItem .tit {
		font-size: 18px;
		line-height: 30px;
		margin-top: 14px;
	}

	.newItem .tit {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.newItem .tit {
		font-size: 14px;
		line-height: 26px;
	}
}


@media screen and (max-width:538px) {
	.iNews .swiperBox {
		margin-top: 30px;
	}
}

/* 2-2Manufacturing&Capability */

.qualityControl {
	padding: 81px 0 72px 0;
}

.qualityControl .txts {
	margin-top: 39px;
}


.capability .item {
	padding: 80px 0;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.capability .item:nth-child(2n-1)::after {
	content: "";
	position: absolute;
	width: 100vw;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	z-index: -1;
	background-color: #F5F6F7;
}


.capability .item:nth-child(2n) {
	flex-direction: row-reverse;
}


.capability .image {
	width: 48.85%;
	border-radius: 8px;
	overflow: hidden;
}

.capability .msg {
	width: 36.35%;
}

.capability .tit {
	color: #1A1A1A;
	font-family: RussoOne-Regular;
	font-size: 30px;
	line-height: 40px;
}



.capability .line {
	width: 60px;
	height: 2px;
	background-color: #023564;
	margin-top: 26px;
}

.capability .txts {
	color: #4D4D4D;
	font-size: 16px;
	line-height: 28px;
	margin-top: 28px;
}


.equipment {
	padding: 100px 0 90px 0;
}


.equipment .swiper-slide {
	border-radius: 8px;
	overflow: hidden;
}

.equipment .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.certificate {
	background-color: #F5F6F7;
	padding: 91px 0 91px 0;
}

.certificate .title1 {
	text-align: center;
}

.certificate .tips {
	width: 70%;
	margin: 0 auto;
	margin-top: 29px;
	text-align: center;
	color: #4D4D4D;
	font-size: 16px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}


.certificate .swiper {
	margin-top: 50px;
}

.certificate .swiper-slide {
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 30px 23px;
}


.certificate .swiper-slide .image:hover img {
	transform: none;
}


.certificate .swiper-slide .image:hover {
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.4);
}

.certificate .swiper-slide .name {
	margin-top: 16px;
	text-align: center;
	color: #4D4D4D;
	font-size: 16px;
	line-height: 28px;
}

.certificate .scsBtns {
	margin-top: 49px;
}

@media screen and (max-width:1560px) {
	.capability .msg {
		width: 40%;
	}

	.capability .image {
		border-radius: 5px;
	}

	.capability .tit {
		font-size: 26px;
		line-height: 38px;
	}

	.equipment .swiper-slide {
		border-radius: 5px;
	}

	.certificate .tips {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.qualityControl .txts {
		margin-top: 30px;
	}

	.capability .item {
		padding: 60px 0;
	}

	.capability .tit {
		font-size: 24px;
		line-height: 36px;
	}

	.capability .line {
		width: 40px;
	}

	.certificate .tips {
		width: 90%;
	}

	.certificate .swiper {
		margin-top: 40px;
	}

	.certificate .swiper-slide {
		padding: 20px;
	}

	.certificate .swiper-slide .name {
		margin-top: 10px;
	}

}

@media screen and (max-width:999px) {
	.capability .item:nth-child(n) {
		padding: 50px 0;
	}

	.capability .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.capability .line {
		margin-top: 14px;
	}

	.capability .txts {
		margin-top: 20px;
	}

	.capability .msg {
		width: 46%;
	}

	.certificate .tips {
		width: 100%;
	}

	.certificate .swiper-slide {
		padding: 14px;
	}

	.certificate .swiper-slide .name {
		font-size: 14px;
		line-height: 24px;
	}

	.certificate .scsBtns {
		margin-top: 40px;
	}
}

@media screen and (max-width:768px) {
	.capability .item:nth-child(n) {
		padding: 40px 0;
		flex-direction: column;
		align-items: flex-start;
	}

	.capability .msg {
		width: 100%;
	}

	.capability .image {
		width: 100%;
		margin-top: 20px;
	}

	.capability .tit {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:538px) {
	.certificate .swiper {
		margin-top: 30px;
	}
}


/* 3-1Products */

.products {
	padding: 90px 0 115px 0;
}


.mbox {
	height: 60px;
	overflow: hidden;
}

.mbox p {
	color: #4D4D4D;
}


.mBtn {
	font-size: 18px;
	line-height: 28px;
	color: #4D4D4D;
	cursor: pointer;
	margin-top: 20px;
}


.mBtn:hover {
	color: #023564;
}

.searchProduct {
	width: 100%;
	height: 48px;
	background-color: #F5F6F7;
	border-radius: 4px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 2px 0 20px;
}

.searchProduct input {
	width: 100%;
	background-color: transparent;
	height: 100%;
}


.searchProduct .subBtn {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
	margin-left: 20px;
}


.searchProduct .subBtn input {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	z-index: 9;
	cursor: pointer;
	z-index: 9;
	opacity: 0;
}

.searchProduct input::-webkit-input-placeholder {
	color: #999;
}

.searchProduct input:-moz-placeholder {
	color: #999;
}

.searchProduct input::-moz-placeholder {
	color: #999;
}

.searchProduct input:-ms-input-placeholder {
	color: #999;
}


.searchProduct .subBtn i {
	color: #B3B3B3;
	font-size: 15px;
	font-weight: bold;
}

.searchProduct .subBtn:hover i {
	color: #023564;
}


.products .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.products .slides {
	width: 25.71%;
}


.products .slides .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 10px 30.5px;
	background-color: #023564;
	border-radius: 4px;
	overflow: hidden;
}


.products .slides .title {
	color: #ffffff;
	font-family: Inter-SemiBold;
	font-size: 18px;
	line-height: 30px;
}

.products .slides .menuBtn {
	display: none;
}

.products .productsCategory .list {
	padding: 2px 10px 3px;
	transition: none;
	background-color: #F5F6F7;
	margin-top: 10px;
}

.products .productsCategory {
	margin-top: 28px;
}

.products .productsCategory .tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-transform: uppercase;
}

.products .productsCategory .list>li {
	border-bottom: 1px solid #E6E6E6;
	padding: 18px 7px 17px 10px;
}

.products .productsCategory .list>li:last-child {
	border-bottom: none;
}

.products .productsCategory .list .tit>a {
	color: #1A1A1A;
	font-family: Inter-SemiBold;
	font-size: 16px;
	line-height: 26px;
}

.products .productsCategory .list .tit>a:hover {
	color: #023564;
}

.products .productsCategory .tit .btn {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
	margin-left: 20px;
}

.products .productsCategory .tit .btn:hover i {
	background-color: #023564;
}

.products .productsCategory .tit .btn i {
	width: 2px;
	height: 10px;
	background-color: #333333;
}

.products .productsCategory .tit .btn i.move {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.products .productsCategory .tit .btn.active i {
	background-color: #023564;
}

.products .productsCategory .tit .btn.active i {
	transform: rotate(90deg);
}

.products .productsCategory .tit .btn.active i.move {
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.products .productsCategory .list ul {
	display: none;
	padding: 18px 15px 0px;
	transition: none;
}


.products .productsCategory .list li.active>ul {
	display: block;
}

.products .productsCategory .list li.active .tit a {
	color: #023564;
}

.products .productsCategory .list ul li {
	margin-bottom: 16px;
}

.products .productsCategory .list ul li.active a {
	color: #023564;
}

.products .productsCategory .list ul li:last-child {
	margin-bottom: 0;
}


.products .productsCategory .list ul a {
	color: #333;
	font-size: 16px;
	line-height: 28px;
}

.products .productsCategory .list ul a:hover {
	color: #023564;
}

.products .slides .tags {
	margin-top: 40px;
}

.products .tags .list {
	background-color: #F5F6F7;
	border-radius: 4px;
	overflow: hidden;
	padding: 26px 37px 25px;
	margin-top: 10px;
}


.products .slides .tags li {
	margin-top: 12px;
}

.products .slides .tags li a {
	color: #333;
	font-size: 16px;
	line-height: 28px;
}

.products .slides .tags li a:hover {
	color: #023564;
}



.products .slides .tags li:nth-child(1) {
	margin-top: 0;
}


.products .piece {
	width: 71.4%;
}


.products .mbox {
	margin-top: 30px;
}

.products .title {
	color: #1A1A1A;
	font-family: RussoOne-Regular;
	font-size: 32px;
	line-height: 42px;
}


.products .productList {
	margin-top: 60px;
}

.productList {
	display: flex;
	flex-wrap: wrap;
}

.productList .item:nth-child(n) {
	width: 31.2%;
	margin-right: 3.2%;
	margin-top: 49px;
}

.productList .item:nth-child(3n) {
	margin-right: 0;
}

.productList .item:nth-child(-n+3) {
	margin-top: 0;
}

.productList .box {
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	border: 1px solid #CCC;
}

.productList .box .image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.productList .box::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
	z-index: 1;
	transition: .4s ease all;
	box-sizing: border-box;
	opacity: 0;
}


.productList .box:hover::after {
	opacity: 1;
}

.productList .box .btn {
	width: 108px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F6A621;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 9;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	opacity: 0;
}


.productList .box:hover .btn {
	opacity: 1;
}


.productList .box .btn:hover {
	background-color: #ffffff;
	color: #023564;
}


.productList .name {
	color: #1A1A1A;
	font-family: Inter-SemiBold;
	font-size: 18px;
	line-height: 28px;
	margin-top: 25px;
}


.productList .name:hover {
	color: #023564;
}


.productList .inqBtns {
	display: flex;
	align-items: center;
	margin-top: 14px;
}

.productList .inqBtns .checkBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	width: 14px;
	height: 14px;
	outline: 1px solid #CCC;
	flex-shrink: 0;
	margin-right: 10px;
}


.productList .inqBtns .checkBtn.active {
	background-color: #023564;
	outline: 1px solid #023564;
}

.productList .inqBtns .checkBtn i {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	opacity: 0;
}


.productList .inqBtns .checkBtn.active i {
	opacity: 1;
}


.productList .inqBtns .checkBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	cursor: pointer;
	opacity: 0;
}


.productList .inqBtns .inqBtn {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}


.productList .inqBtns .inqBtn:hover {
	color: #023564;
}


.products .con form .pager {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 74px;
}

.products .pager .addTo {
	margin-right: 0;
	margin-left: 163px;
}


@media screen and (max-width:1560px) {
	.products .tags .list {
		padding: 20px 20px;
	}

	.products .productList {
		margin-top: 40px;
	}

	.productList .box {
		border-radius: 5px;
	}

	.productList .name {
		margin-top: 20px;
	}

	.productList .item:nth-child(n) {
		margin-top: 40px;
	}

	.productList .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.products .con form .pager {
		margin-top: 60px;
	}

	.products .pager .addTo {
		margin-left: 50px;
	}


}

@media screen and (max-width:1333px) {
	.products .title {
		font-size: 26px;
		line-height: 38px;
	}

	.mBtn {
		font-size: 16px;
		line-height: 28px;
	}

	.productList .name {
		font-size: 16px;
		line-height: 28px;
		margin-top: 14px;
	}

	.productList .inqBtns {
		margin-top: 10px;
	}

	.productList {
		justify-content: space-between;
	}

	.productList .item:nth-child(n) {
		margin-top: 30px;
		width: 48%;
		margin-right: 0;
	}

	.productList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.products .piece {
		width: 62%;
	}

	.products .slides {
		width: 32%;
	}

	.products .slides .title {
		padding: 10px 20px;
	}

	.products .con form .pager {
		margin-top: 50px;
	}

	.mbox {
		height: 56px;
	}
}

@media screen and (max-width:999px) {
	.products .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.products .tags .list,
	.products .productsCategory .list {
		display: none;
		transition: none;
	}

	.products .slides {
		width: 100%;
	}

	.products .slides .title {
		font-size: 16px;
		line-height: 26px;
	}

	.products .productsCategory .list .tit>a,
	.products .productsCategory .list ul a,
	.products .slides .tags li a {
		font-size: 14px;
		line-height: 24px;
	}

	.products .productsCategory .list>li {
		padding: 14px 10px;
	}

	.products .slides .tags {
		margin-top: 20px;
	}

	.products .slides .menuBtn {
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.products .slides .menuBtn i {
		font-size: 18px;
		transform: rotate(45deg);
	}

	.products .slides .menuBtn.active i {
		transform: rotate(0deg);
	}

	.products .piece {
		width: 100%;
		margin-top: 40px;
	}

	.products .mbox {
		margin-top: 20px;
	}

	.mbox {
		height: 52px;
	}

	.productList .name {
		font-size: 14px;
		line-height: 24px;
	}

	.productList .inqBtns .inqBtn {
		font-size: 14px;
		line-height: 24px;
	}

	.productList .box .btn {
		display: none;
	}

	.productList .box::after {
		display: none;
	}

	.products .con form .pageList {
		flex: none;
		        width: 100%;
	}

	.products .pager .addTo {
		margin-left: 30px;
	}

	.products .con form .pager {
		justify-content: center;
		margin-top: 40px;
	}

	.products .productList {
		margin-top: 30px;
		justify-content: flex-start;
	}

	.mBtn {
		font-size: 14px;
		line-height: 24px;
	}

	.productList .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.productList .item:nth-child(3n) {
		margin-right: 0;
	}

	.productList .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.products .title {
		font-size: 22px;
		line-height: 32px;
	}
}

@media screen and (max-width:768px) {
	.searchProduct {
		height: 40px;
	}

	.searchProduct .subBtn {
		width: 40px;
		height: 40px;
	}

	.searchProduct .subBtn i {
		font-size: 14px;
	}

	.products .slides .title {
		padding: 6px 20px;
		font-size: 14px;
		line-height: 26px;
	}


	.products .productsCategory .list>li {
		padding: 12px 10px;
	}

	.products .productList {
		justify-content: space-between;
	}

	.productList .item:nth-child(n) {
		width: 48%;
		margin-top: 30px;
		margin-right: 0;
	}

	.productList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.products .title {
		font-size: 20px;
		line-height: 30px;
	}
}

/* 3-2Products */


.productDet {
	padding: 90px 0 120px 0;
}


.productShow {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.productShow .box {
	width: 45.71%;
	position: relative;
}


.productShow .jianjie {
	width: 48.57%;
	margin-top: 1px;
}


.productShow .box .showSipwer {
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 16px;
	border: 1px solid #CCC;
}

.productShow .box .showSipwer .sBtns>div {
	top: 41.3%;
	position: absolute;
	transform: translateY(-50%);
	z-index: 9;
	background-color: rgba(0, 0, 0, .2);
	border: none;
	color: #fff;
}

.productShow .box .showSipwer .sBtns>div:hover {
	background-color: #023564;
}

.productShow .box .showSipwer .sBtns>div.prev {
	left: 10px;
}

.productShow .box .showSipwer .sBtns>div.next {
	right: 10px;
}

.productShow .box .showSipwer .swiper-slide {
	position: relative;
}



.productShow .box .checkSwiper {
	position: relative;
	overflow: hidden;
}


.productShow img {
	display: block;
}


.productShow .checkSwiper .swiper-slide {
	position: relative;
	cursor: pointer;
	transition: .4s ease opacity;
	background-color: #efefef;
	overflow: hidden;
	border-radius: 8px;
	border: solid 1px #c2c2c2;
	transition: .4s ease border;
}


.productShow .checkSwiper .swiper-slide.swiper-slide-thumb-active {
	border: solid 1px #023564;
}


.jianjie h1 {
	font-family: RussoOne-Regular;
	font-size: 28px;
	line-height: 40px;
	color: #023564;
	font-weight: normal;
}


.jianjie .infoList {
	margin-top: 43px;
}


.jianjie .infoList li {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 18.5px 0;
	border-bottom: 1px solid #E6E6E6;
}

.jianjie .infoList .tit {
	color: #03274B;
	font-family: Inter-SemiBold;
	font-size: 16px;
	line-height: 28px;
	width: 46%;
}

.jianjie .infoList .num {
	color: #333;
	font-size: 16px;
	line-height: 28px;
	width: 50%;
}


.jianjie .btns {
	display: flex;
	align-items: center;
	margin-top: 60px;
	text-transform: uppercase;
}

.jianjie .btns a {
	margin-right: 24px;
}


.jianjie .btns a:nth-child(2) {
	margin-right: 0;
}


.jianjie .share {
	margin-top: 40px;
}




/*jQzoom*/
.jqzoom {
	float: left;
	position: relative;
	padding: 0px;

}

div.zoomdiv {
	z-index: 200;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
	border-radius: 16px;
}

div.zoomdiv img {
	max-width: unset !important;
}

div.jqZoomPup {
	z-index: 200;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	transition: none;
	border-radius: 16px;
}

.pdTit {
	color: #023564;
	font-family: RussoOne-Regular;
	font-size: 28px;
	line-height: 38px;
}

.productIntroduce {
	margin-top: 91px;
}

.productIntroduce .txts {
	margin-top: 24px;
}

.productAdvantage {
	margin-top: 70px;
}

.productAdvantage .txts {
	margin-top: 24px;
}

.productFaq {
	margin-top: 68px;
}


.productFaq .tips {
	margin-top: 25px;
}

.productFaq .faqList {
	margin-top: 29px;
}



@media screen and (max-width:1560px) {
	.productShow .box .showSipwer {
		border-radius: 10px;
	}

	.productShow .checkSwiper .swiper-slide {
		border-radius: 5px;
	}

	.jianjie .infoList li {
		padding: 14px 0;
	}

	.jianjie .infoList {
		margin-top: 30px;
	}

	.productShow .jianjie {
		margin-top: 0;
	}

	.jianjie .btns {
		margin-top: 40px;
	}

	.productDet>div>div {
		margin-top: 50px;
	}

	.productDet>div>div:nth-child(1) {
		margin-top: 0;
	}

	.pdTit,
	.jianjie h1 {
		font-size: 24px;
		line-height: 36px;
	}
}

@media screen and (max-width:1333px) {

	.pdTit,
	.jianjie h1 {
		font-size: 22px;
		line-height: 34px;
	}

	.jianjie .infoList {
		margin-top: 20px;
	}

	.jianjie .infoList li {
		padding: 10px 0;
	}
}

@media screen and (max-width:999px) {
	div.jqZoomPup {
		display: none;
	}

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

	.productShow {
		flex-direction: column;
		align-items: flex-start;
	}

	.productShow .jianjie {
		width: 100%;
		margin-top: 40px;
	}

	.jianjie .infoList .tit,
	.jianjie .infoList .num {
		font-size: 14px;
		line-height: 26px;
	}

	.pdTit,
	.jianjie h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.jianjie .btns,
	.jianjie .share {
		margin-top: 30px;
	}

	.productShow .box {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}

	.productIntroduce .txts,
	.productAdvantage .txts {
		margin-top: 20px;
	}

	.productDet>div>div {
		margin-top: 40px;
	}
}

@media screen and (max-width:769px) {
	.productShow .box {
		max-width: 360px;
	}
}


/* 4-1Service */

.oemService {
	padding-top: 90px;
}

.oemService .list {
	margin-top: 40px;
}


.oemService .list .item {
	padding: 80px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.oemService .list .item:nth-child(1) {
	padding-top: 0;
}


.oemService .list .item:nth-child(2n) {
	position: relative;
}


.oemService .list .item:nth-child(2n)::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
	background-color: #F5F6F7;
	height: 100%;
	width: 100vw;
}

.oemService .list .image {
	border-radius: 8px;
	overflow: hidden;
	width: 45.72%;
}

.oemService .list .txts {
	width: 45.7%;
}


.oemService .list .item:nth-child(2n-1) {
	flex-direction: row-reverse;
}

.oemService .clear {
	display: none;
}

@media screen and (max-width:1560px) {
	.oemService .list .item {
		padding: 60px 0;
	}

	.oemService .list .image {
		border-radius: 5px;
	}

	.oemService .list {
		margin-top: 60px;
	}

	.oemService {
		padding-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.oemService .list .item {
		display: block;
	}

	.oemService .list .item:nth-child(2n-1) .image {
		float: right;
		margin-left: 5%;
	}

	.oemService .list .txts {
		width: 100%;
	}

	.oemService .list .item:nth-child(2n) .image {
		float: left;
		margin-right: 5%;
	}

}

@media screen and (max-width:999px) {
	.oemService .list .item {
		padding: 50px 0;
	}

	.oemService .list {
		margin-top: 50px;
	}

	.oemService {
		padding-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.oemService .list .item {
		padding: 40px 0;
	}

	.oemService .list {
		margin-top: 40px;
	}

	.oemService {
		padding-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.oemService .list .item:nth-child(n) {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.oemService .list .item:nth-child(n) .image {
		width: 100%;
		margin: 0;
		margin-top: 20px;
	}

}

.process {
	padding: 90px 0 90px 0;
}

.process .tips {
	margin-top: 24px;
}

.process .tips p {
	line-height: 30px;
}

.process .con {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}


.process .msgSwiper {
	width: 40%;
	overflow: hidden;
}

.process .msgSwiper .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	height: auto;
	padding: 30px 0;
}

.process .imgSwiper {
	width: 45.71%;
	overflow: hidden;
	border-radius: 8px;
}


.process .imgSwiper .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.process .tit {
	color: #1A1A1A;
	font-family: Inter-SemiBold;
	font-size: 24px;
	line-height: 36px;
}


.process .txts {
	margin-top: 27px;
	color: #4D4D4D;
	font-size: 16px;
	line-height: 28px;
}


.process .cBtn {
	margin-top: 60px;
	text-transform: uppercase;
}



.process .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}


.process .list .item {
	width: 18.64%;
	margin-right: 1.7%;
	margin-top: 20px;
	display: flex;
	align-items: center;
	background-color: #F5F6F7;
	border-radius: 8px;
	padding: 19px 20px 19px 29px;
	cursor: pointer;
}



.process .list .item:nth-child(5n) {
	margin-right: 0;
}

.process .list .item:nth-child(-n+5) {
	margin-top: 0;
}


.process .list .item:hover,
.process .list .item.active {
	background-color: #023564;
}


.process .list .item.active .num,
.process .list .item:hover .num {
	color: #ffffff;
}

.process .list .num {
	color: #FFF;
	font-family: RussoOne-Regular;
	font-size: 32px;
	line-height: 42px;
	flex-shrink: 0;
	margin-right: 28px;
	color: #023564;
}

.process .list .name {
	color: #1A1A1A;
	font-size: 16px;
	font-family: Inter-SemiBold;
	line-height: 26px;
}

.process .list .item.active .name,
.process .list .item:hover .name {
	color: #ffffff;
}

@media screen and (max-width:1560px) {
	.process .cBtn {
		margin-top: 40px;
	}

	.process .tips {
		margin-top: 30px;
	}

	.process .msgSwiper {
		width: 46%;
	}

	.process .imgSwiper {
		border-radius: 5px;
	}

	.process .tit {
		font-size: 22px;
		line-height: 32px;
	}

	.process .list .item {
		padding: 20px;
		border-radius: 5px;
	}

	.process .list .num {
		margin-right: 16px;
	}
}

@media screen and (max-width:1333px) {
	.process .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.process .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
		padding: 14px;
	}

	.process .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.process .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.process .list .num {
		font-size: 28px;
		line-height: 28px;
	}

}

@media screen and (max-width:999px) {
	.process .con {
		margin-top: 30px;
	}

	.process .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.process .msgSwiper .swiper-slide {
		padding: 20px 0;
	}

	.process .list .name {
		font-size: 14px;
		line-height: 24px;
	}

	.process .list .num {
		font-size: 24px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.process .list {
		justify-content: space-between;
	}

	.process .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}

	.process .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

}

@media screen and (max-width:538px) {
	.process .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.process .msgSwiper .swiper-slide {
		padding: 0;
	}

	.process .msgSwiper {
		width: 100%;
	}

	.process .txts {
		margin-top: 16px;
	}

	.process .cBtn {
		margin-top: 20px;
	}

	.process .imgSwiper {
		width: 100%;
		margin-top: 30px;
	}

	.process .list {
		margin-top: 30px;
	}

	.process .list .item {
		flex-direction: column;
		align-items: flex-start;
	}

	.process .list .num {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

.service {
	background-color: #F5F6F7;
	padding: 90px 0 91px 0;
}

.service .title1 {
	text-align: center;
}

.service .tips {
	margin: 0 auto;
	margin-top: 23px;
	text-align: center;
	color: #4D4D4D;
	font-size: 16px;
	line-height: 30px;
	width: 68%;
}

.service .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}


.service .list .item {
	width: 48.85%;
}


.service .list .image {
	border-radius: 8px;
	overflow: hidden;
}

.service .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.service .list .txts {
	margin-top: 27px;
}


@media screen and (max-width:1560px) {
	.service .list .image {
		border-radius: 5px;
	}

	.service .list .txts {
		margin-top: 20px;
	}

	.service .tips {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.service .tips {
		width: 80%;
	}

	.service .list {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.service .tips {
		width: 100%;
	}

	.service .list .item {
		width: 100%;
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
		margin-top: 30px;
	}

	.service .list .item:nth-child(1) {
		margin-top: 0;
	}

	.service .list .image {
		margin-top: 20px;
		width: 100%;
	}

	.service .list .txts {
		margin-top: 0;
	}
}

@media screen and (max-width:768px) {
	.service .list {
		margin-top: 30px;
	}
}



.delivery {
	padding: 90px 0 90px 0;
}


.delivery .con {
	display: flex;
	justify-content: space-between;
}


.delivery .msg {
	width: 44%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.delivery .list {
	width: 50.1%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.delivery .list .image {
	width: 48.5%;
	margin-top: 20px;
	overflow: hidden;
	border-radius: 8px;
}

.delivery .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.delivery .list .image:nth-child(-n+2) {
	margin-top: 0;
}

.delivery .txts {
	margin-top: 40px;
}

.delivery .cBtn {
	margin-top: 40px;
}


@media screen and (max-width:1560px) {
	.delivery .list .image {
		border-radius: 5px;
	}
}

@media screen and (max-width:999px) {
	.delivery .txts {
		margin-top: 30px;
	}

	.delivery .cBtn {
		margin-top: 30px;
	}

	.delivery .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.delivery .msg {
		width: 100%;
	}

	.delivery .list {
		width: 100%;
		margin-top: 40px;
	}
}

.afterService {
	background-color: #F5F6F7;
	padding: 90px 0 90px 0;
}

.afterService .con {
	display: flex;
	justify-content: space-between;
}

.afterService .show {
	display: flex;
	justify-content: space-between;
	width: 47.9%;
}

.afterService .show .list {
	width: 44.8%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.afterService .show .image {
	width: 52.2%;
}


.afterService .show .list .item {
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 15px;
	flex: 1;
	width: 100%;
}

.afterService .show .list .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}

.afterService .show .list .item:last-child {
	margin-bottom: 0;
}

.afterService .show .image {
	border-radius: 8px;
	overflow: hidden;
}

.afterService .show .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.afterService .msg {
	width: 42.7%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.afterService .msg .txts {
	margin-top: 39px;
}

@media screen and (max-width:1560px) {

	.afterService .show .image,
	.afterService .show .list .item {
		border-radius: 5px;
	}
}

@media screen and (max-width:999px) {
	.afterService .msg .txts {
		margin-top: 30px;
	}

	.afterService .con {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.afterService .msg {
		width: 100%;
	}

	.afterService .show {
		width: 100%;
		margin-top: 40px;
	}
}

@media screen and (max-width:768px) {
	.afterService .show {
		margin-top: 30px;
	}

}


/* 4-2Video Center */

.innerNav {
	border-bottom: 1px solid #E6E6E6;
	padding: 20.5px 0;
}

.innerNav .swiper-slide {
	width: auto;
	margin-right: 120px;
}

.innerNav .swiper-slide:last-child {
	margin-right: 0;
}

.innerNav .swiper-slide.active a {
	color: #F6A621;
}

.innerNav a {
	color: #1A1A1A;
	text-align: center;
	font-family: Inter-SemiBold;
	font-size: 16px;
	line-height: 28px;
}

.innerNav a:hover {
	color: #F6A621;
}

.videoCenter {
	padding: 80px 0 115px 0;
}

.videoCenter .show {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}


.videoCenter .show .box {
	width: 48.85%;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	float: right;
}


.videoCenter .show .image {
	height: 100%;
}

.videoCenter .show .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.videoCenter .show .msg {
	width: 45.5%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 30px 0;
}

.videoCenter .show .tit {
	color: #1A1A1A;
	font-family: Inter-SemiBold;
	font-size: 24px;
	line-height: 36px;
}

.videoCenter .show .txts {
	margin-top: 29px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
}


.videoCenter .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}

.videoCenter .list .item {
	width: 31.78%;
	margin-right: 2.33%;
	margin-top: 59px;
}

.videoCenter .list .item:nth-child(3n) {
	margin-right: 0;
}

.videoCenter .list .item:nth-child(-n+3) {
	margin-top: 0;
}

.videoCenter .list .box {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

.videoCenter .list .name {
	color: #1A1A1A;
	font-family: Inter-SemiBold;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	margin-top: 23px;
}

.videoCenter .pager {
	margin-top: 74px;
}


.videoCenter .list .playBtn {
	width: 46px;
	height: 46px;
}

.videoCenter .list .playBtn img {
	width: 15px;
}

@media screen and (max-width:1560px) {

	.videoCenter .show .box,
	.videoCenter .list .box {
		border-radius: 5px;
	}

	.videoCenter .list .name {
		margin-top: 14px;
	}

	.videoCenter .list .item {
		margin-top: 40px;
	}

	.videoCenter .pager {
		margin-top: 60px;
	}

	.videoCenter .show .tit {
		font-size: 22px;
		line-height: 32px;
	}
}

@media screen and (max-width:1333px) {
	.innerNav {
		padding: 14px 0;
	}

	.innerNav .swiper-slide {
		margin-right: 80px;
	}

	.videoCenter .show .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.videoCenter .list .name {
		font-size: 16px;
		line-height: 28px;
	}

	.videoCenter .pager {
		margin-top: 50px;
	}

	.videoCenter .list .playBtn {
		width: 40px;
		height: 40px;
	}

	.videoCenter .list .playBtn img {
		width: 11px;
	}

	.video .playBtn {
		width: 50px;
		height: 50px;
	}

	.video .playBtn img {
		width: 14px;
	}

	.videoCenter .show {
		margin-top: 40px;
	}

	.videoCenter .list {
		margin-top: 50px;
	}
}

@media screen and (max-width:999px) {
	.innerNav a {
		font-size: 14px;
		line-height: 26px;
	}

	.innerNav .swiper-slide {
		margin-right: 60px;
	}

	.videoCenter .show .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.videoCenter .show {
		margin-top: 30px;
	}

	.videoCenter .list {
		margin-top: 40px;
		justify-content: space-between;
	}

	.videoCenter .list .name {
		font-size: 14px;
		line-height: 26px;
	}

	.videoCenter .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.videoCenter .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.videoCenter .pager {
		margin-top: 40px;
	}

	.videoCenter .show .tit {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:768px) {
	.innerNav .swiper-slide {
		margin-right: 40px;
	}
}



@media screen and (max-width:538px) {
	.innerNav .swiper-slide {
		margin-right: 20px;
	}

	.videoCenter .show {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.videoCenter .show .msg {
		padding: 0;
		width: 100%;
	}

	.videoCenter .show .txts {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		margin-top: 20px;
	}

	.videoCenter .show .box {
		width: 100%;
		margin-bottom: 20px;
	}

	.videoCenter .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.videoCenter .list .item:nth-child(1) {
		margin-top: 0;
	}

	.video .playBtn {
		width: 40px;
		height: 40px;
	}

	.video .playBtn img {
		width: 11px;
	}
}


/* 4-3FAQ */

.faq {
	padding: 81px 0 116px 0;
}

.sTitle {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.innerSearch {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 4px;
	background-color: #F5F6F7;
	width: 445px;
	height: 48px;
	overflow: hidden;
}



.innerSearch>input {
	flex: 1;
	background-color: transparent;
	padding: 0 20px;
	height: 100%;
}


.innerSearch .subBtn {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-right: 4px;
}


.innerSearch .subBtn input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	cursor: pointer;
	background-color: transparent;
}

.innerSearch .subBtn i {
	color: #B3B3B3;
	font-weight: bold;
	font-size: 15px;
}

.innerSearch .subBtn:hover i {
	color: #023564;
}

.innerSearch input::-webkit-input-placeholder,
.innerSearch textarea::-webkit-input-placeholder {
	color: #999;
}

.innerSearch input:-moz-placeholder,
.innerSearch textarea:-moz-placeholder {
	color: #999;
}

.innerSearch input::-moz-placeholder,
.innerSearch textarea::-moz-placeholder {
	color: #999;
}

.innerSearch input:-ms-input-placeholder,
.innerSearch textarea:-ms-input-placeholder {
	color: #999;
}


.faq .faqList {
	margin-top: 49px;
}

.faqList .item {
	margin-bottom: 16px;
	cursor: pointer;
	overflow: hidden;
}


.faqList .item:nth-child(1) .answer {
	display: block;
}


.faqList .item:last-child {
	margin-bottom: 0;
}


.faqList .question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #FFF;
	position: relative;
	padding: 16px 19.5px 14px 20px;
	background-color: #F5F6F7;
}


.faqList .question .name {
	color: #023564;
	font-size: 18px;
	line-height: 30px;
	font-family: Inter-SemiBold;
	display: flex;
	align-items: flex-start;
}


.faqList .question .name em {
	color: #023564;
	font-family: RussoOne-Regular;
	font-size: 18px;
	line-height: 30px;
	flex-shrink: 0;
	margin-right: 21px;
	font-style: normal;
}



.faqList .question .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
	margin-left: 30px;
	width: 24px;
	height: 24px;
}


.faqList .question i {
	width: 14px;
	height: 2px;
	background-color: #023564;
	border-radius: 4px;
}

.faqList .question i.move {
	width: 14px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.faqList .item.active .question i.move {
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}



.faqList .answer {
	display: none;
	transition: none;
	padding: 16px 19.5px 6px 20px;
}


.faqList .answer .dis {
	display: flex;
	align-items: flex-start;
}

.faqList .answer>.dis>em {
	color: #023564;
	font-size: 18px;
	line-height: 30px;
	flex-shrink: 0;
	margin-right: 20px;
	transform: translateY(-1px);
	font-style: normal;
	font-family: RussoOne-Regular;
	font-size: 18px;
}


.faqList .answer p {
	color: #4D4D4D;
}


.faq .pager {
	margin-top: 75px;
}


@media screen and (max-width:1560px) {
	.faqList .answer {
		padding: 20px 20px;
	}

	.faqList .question {
		padding: 16px 20px;
	}

	.faq .pager {
		margin-top: 50px;
	}

	.faqList .item {
		margin-bottom: 20px;
	}

	.innerSearch {
		height: 40px;
	}

	.innerSearch .subBtn {
		width: 40px;
		height: 40px;
	}

	.faq .faqList {
		margin-top: 50px;
	}
}

@media screen and (max-width:999px) {
	.innerSearch {
		width: 360px;
	}

	.faqList .question .name {
		font-size: 16px;
		line-height: 28px;
	}

	.faqList .question .name em {
		font-size: 18px;
		line-height: 28px;
	}

	.faq .pager {
		margin-top: 40px;
	}

	.faq .faqList {
		margin-top: 40px;
	}
}

@media screen and (max-width:768px) {
	.faq .pager {
		margin-top: 30px;
	}

	.innerSearch {
		width: 260px;
	}
}

@media screen and (max-width:538px) {
	.sTitle {
		flex-direction: column;
		align-items: flex-start;
	}

	.innerSearch {
		width: 100%;
		margin-top: 20px;
	}
}

/* 4-4Dwonload */

.downloadCenter {
	padding: 87px 0 115px 0;
}

.downloadCenter .list {
	margin-top: 59px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.downloadCenter .list .item {
	width: 48.6%;
	margin-top: 40px;
	padding: 27px 29px 27px 29px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 4px;
	border: 1px solid rgba(2, 53, 100, 0.10);
	background: #F5F6F7;
}

.downloadCenter .list .item .name {
	flex: 1;
}

.downloadCenter .list .item .sign {
	flex-shrink: 0;
	margin-left: 50px;
	width: 22px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.downloadCenter .list .item .sign::after {
	content: "";
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background-color: #D9D9D9;
	transition: .4s ease all;
}

.downloadCenter .list .item:hover .sign img {
	transform: none;
	filter: grayscale(100%) brightness(5000%);
}

.downloadCenter .list .item:hover .sign::after {
	background-color: rgba(255, 255, 255, .3);
}


.downloadCenter .list .name {
	display: flex;
	align-items: center;

}

.downloadCenter .list .name .pdfSign {
	width: 44px;
	flex-shrink: 0;
	margin-right: 29px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}


.downloadCenter .list .name .pdfSign img:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}



.downloadCenter .list .name span {
	color: #1A1A1A;
	font-size: 18px;
	font-family: Inter-SemiBold;
	line-height: 28px;
}


.downloadCenter .list .item:nth-child(-n+2) {
	margin-top: 0;
}

.downloadCenter .list .item:hover {
	background-color: #023564;
}

.downloadCenter .list .item:hover .pdfSign img {
	transform: none;
}

.downloadCenter .list .item:hover .pdfSign img:nth-child(1) {
	opacity: 0;
}

.downloadCenter .list .item:hover .pdfSign img:nth-child(2) {
	opacity: 1;
}

.downloadCenter .list .item:hover .name span {
	color: #ffffff;
}

.downloadCenter .pager {
	margin-top: 75px;
}

@media screen and (max-width:1560px) {
	.downloadCenter .list .item {
		padding: 20px 20px;
	}

	.downloadCenter .list .name .pdfSign {
		margin-right: 14px;
	}

	.downloadCenter .pager {
		margin-top: 50px;
	}

	.downloadCenter .list {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.downloadCenter .list .name span {
		font-size: 16px;
		line-height: 28px;
	}

	.downloadCenter .list .name .pdfSign {
		width: 36px;
	}

	.downloadCenter .list .item {
		margin-top: 30px;
	}

	.downloadCenter .pager {
		margin-top: 40px;
	}

	.downloadCenter .list {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.downloadCenter .list .item:nth-child(n) {
		width: 100%;
		margin-top: 24px;
		padding: 14px 20px;
	}

	.downloadCenter .list .item:nth-child(1) {
		margin-top: 0;
	}

	.downloadCenter .list .name span {
		font-size: 14px;
		line-height: 26px;
	}

	.downloadCenter .list .item .sign {
		margin-left: 40px;
		width: 20px;
	}

	.downloadCenter .list .item .sign::after {
		height: 100%;
		left: -20px;
	}
}

@media screen and (max-width:768px) {
	.downloadCenter .list .name .pdfSign {
		width: 32px;
	}
}

@media screen and (max-width:538px) {
	.downloadCenter .list .item {
		flex-direction: column;
		align-items: flex-start;
	}

	.downloadCenter .list .name {
		flex-direction: column;
		align-items: flex-start;
	}

	.downloadCenter .list .name .pdfSign {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.downloadCenter .list .item .sign {
		margin-left: 0;
		margin-top: 10px;
	}

	.downloadCenter .list .item .sign::after {
		display: none;
	}
}


.aboutUs {
	padding: 80px 0 91px 0;
	position: relative;
}

.aboutUs .company .msg {
	display: block;
}

.aboutUs .company .show {
	float: right;
	margin-left: 5%;
}

.aboutUs .company .des {
	width: 100%;
}

.aboutUs .company .des .txts {
	display: block;
	overflow: visible;
}


.aboutUs .company .des .txts p {
	margin-bottom: 16px;
}

.aboutUs .company .des .txts p:last-child {
	margin-bottom: 0;
}

.aboutUs .company .numList {
	margin-top: 85px;
}

.aboutUs .signImg {
	left: 0%;
	bottom: 8.56%;
}

@media screen and (max-width:1560px) {
	.aboutUs .company .numList {
		margin-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.aboutUs .company .numList {
		margin-top: 50px;
	}
}

@media screen and (max-width:999px) {
	.aboutUs .company .msg {
		display: flex;
		flex-direction: column-reverse;
	}

	.aboutUs .company .show {
		float: none;
		margin-left: 0;
	}
}

@media screen and (max-width:768px) {
	.aboutUs .company .numList {
		margin-top: 40px;
	}
}


.companyValue {
	background-color: #F5F6F7;
	padding: 90px 0 90px 0;
}

.companyValue .title1 {
	text-align: center;
}

.companyValue .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}

.companyValue .list .item {
	width: 31.85%;
	margin-right: 2.225%;
	margin-top: 20px;
	background-color: #EEEFF0;
}

.companyValue .list .item:nth-child(3n) {
	margin-right: 0;
}

.companyValue .list .item:nth-child(-n+3) {
	margin-top: 0;
}

.companyValue .list .msg {
	padding: 30px 25px 30px;
}


.companyValue .list .tit {
	text-align: center;
	color: #1A1A1A;
	font-family: Inter-SemiBold;
	font-size: 20px;
	line-height: 30px;
}

.companyValue .list .txts {
	margin-top: 14px;
	text-align: center;
	color: #4D4D4D;
	font-size: 16px;
	line-height: 28px;
}

@media screen and (max-width:1560px) {
	.companyValue .list .msg {
		padding: 20px;
	}

	.companyValue .list {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.companyValue .list .tit {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.companyValue .list {
		justify-content: space-between;
	}

	.companyValue .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.companyValue .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.companyValue .list .tit {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:768px) {
	.companyValue .list {
		margin-top: 30px;
	}
}

@media screen and (max-width:538px) {
	.companyValue .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.companyValue .list .item:nth-child(1) {
		margin-top: 0;
	}

	.companyValue .list .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}
}

.ability {
	padding: 91px 0 90px 0;
}


.ability .con {
	margin-top: 59px;
	display: flex;
	justify-content: space-between;
}

.ability .list {
	width: 32.85%;
	padding: 37px 0 27px 0;
}

.ability .list .item {
	padding: 40.5px 0 30.5px;
	border-top: 1px solid #E6E6E6;
	display: flex;
	align-items: flex-start;
}


.ability .list .item:nth-child(1) {
	border-top: none;
	padding-top: 0;
}

.ability .list .item:last-child {
	padding-bottom: 0;
}

.ability .list .sign {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 28px;
	transform: translateY(-5px);
}


.ability .list .sign img {
	display: block;
}

.ability .list .name {
	color: #1A1A1A;
	font-family: RussoOne-Regular;
	font-size: 18px;
	line-height: 30px;
}

.ability .image {
	width: 48.85%;
	border-radius: 8px;
	overflow: hidden;
}

.ability .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

@media screen and (max-width:1560px) {
	.ability .con {
		margin-top: 50px;
	}

	.ability .list .item:nth-child(n) {
		padding: 30px 0;
	}

	.ability .list {
		padding: 0;
		width: 40%;
	}

	.ability .image {
		border-radius: 5px;
	}
}

@media screen and (max-width:1333px) {
	.ability .list .name {
		font-size: 16px;
		line-height: 28px;
	}

	.ability .list .item:nth-child(n) {
		padding: 24px 0;
	}

	.ability .con {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.ability .list .name {
		font-size: 14px;
		line-height: 26px;
	}

	.ability .list .sign {
		width: 36px;
		height: 36px;
		transform: translateY(-3px);
		margin-right: 20px;
	}
}

@media screen and (max-width:768px) {
	.ability .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.ability .list {
		width: 100%;
	}

	.ability .list .item:nth-child(n) {
		padding: 20px 0;
	}

	.ability .list .item:nth-child(1) {
		padding-top: 0;
	}

	.ability .list .item:last-child {
		padding-bottom: 0;
	}

	.ability .image {
		width: 100%;
		margin-top: 30px;
	}
}


.history {
	padding: 80px 0 206px 0;
	position: relative;
	overflow: hidden;
}

.history .title1 {
	text-align: center;
	color: #ffffff;
}

.history .swiperBox {
	margin-top: 136px;
}


.history .swiperBox::after {
	content: "";
	position: absolute;
	top: 4px;
	width: 100vw;
	height: 1px;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(255, 255, 255, .3);
}


.history .msgSwiper {
	width: 44%;
	margin: 0 auto;
}


.history .swiper-slide {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: auto;

}

.history .swiper-slide.swiper-slide-active .year {
	font-size: 44px;
	line-height: 45px;
	color: #ffffff;
	bottom: calc(100% + 14px);
}


.history .year {
	font-size: 36px;
	line-height: 36px;
	color: rgba(255, 255, 255, .5);
	text-align: center;
	position: absolute;
	bottom: calc(100% + 12px);
	left: 50%;
	transform: translateX(-50%);
}


.history .swiper-slide {
	opacity: 0;
	transition: .4s ease opacity;
	pointer-events: none;
}

.history .swiper-slide-prev,
.history .swiper-slide-active,
.history .swiper-slide-next {
	opacity: 1;
	pointer-events: all;
}

.history .swiperBox .sBtns>div {
	border-color: #ffffff;
	color: #ffffff;
	top: 5px;
}

.history .swiperBox .sBtns>div:hover {
	background-color: #ffffff;
	color: #023564;
}


.history .swiperBox .sBtns>div.prev {
	left: 0;
}

.history .swiperBox .sBtns>div.next {
	right: 0;
}


.history .circle {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .5);
}


.history .swiper-slide.swiper-slide-active .circle {
	background-color: #ffffff;
}

.history .msg {
	margin-top: 36px;
	opacity: 0;
	pointer-events: none;
}

.history .swiper-slide.swiper-slide-active .msg {
	opacity: 1;
	pointer-events: all;
}

.history .msg .tit {
	color: #FFF;
	text-align: center;
	font-family: Inter-SemiBold;
	font-size: 24px;
	line-height: 38px;
}

.history .msg .txts {
	margin-top: 19px;
}

.history .msg p {
	text-align: center;
	color: #ffffff;
}

.history .yearSwiper {
	position: absolute;
	left: 50%;
	transform: translateX(-50%) translateY(50%);
	bottom: 3.4%;
	overflow: hidden;
	width: 100%;
}

.history .yearSwiper .swiper-slide {
	-webkit-text-stroke-width: 2.11px;
	-webkit-text-stroke-color: rgba(255, 255, 255, .2);
	font-size: 290px;
	line-height: 400px;
	color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

@media screen and (max-width:1560px) {
	.history {
		padding: 80px 0 160px;
	}

	.history .swiperBox {
		margin-top: 120px;
	}

	.history .yearSwiper .swiper-slide {
		font-size: 200px;
		line-height: 200px;
	}

	.history .msg .tit {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width:1333px) {
	.history .year {
		font-size: 28px;
		line-height: 32px;
	}

	.history .swiper-slide.swiper-slide-active .year {
		font-size: 36px;
		line-height: 36px;
	}

	.history .msg {
		margin-top: 20px;
	}

	.history {
		padding: 60px 0 130px;
	}

	.history .msgSwiper {
		width: 60%;
	}

	.history .yearSwiper .swiper-slide {
		font-size: 160px;
		line-height: 160px;
	}
}

@media screen and (max-width:999px) {
	.history .msg .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.history .year {
		font-size: 20px;
		line-height: 30px;
	}

	.history .swiper-slide.swiper-slide-active .year {
		font-size: 28px;
		line-height: 38px;
	}

	.history .msgSwiper {
		width: 70%;
	}

	.history .yearSwiper .swiper-slide {
		font-size: 140px;
		line-height: 140px;
	}

	.history .swiperBox {
		margin-top: 100px;
	}

	.history {
		padding: 50px 0 120px;
	}
}

@media screen and (max-width:768px) {
	.history .msgSwiper {
		width: 100%;
	}

	.history .year {
		font-size: 18px;
		line-height: 28px;
	}

	.history .swiper-slide.swiper-slide-active .year {
		font-size: 24px;
		line-height: 36px;
	}

	.history .swiperBox {
		margin-top: 90px;
	}

	.history .yearSwiper .swiper-slide {
		font-size: 120px;
		line-height: 120px;
	}

	.history {
		padding: 40px 0 110px;
	}
}





/* 5-1Cases */

.cases {
	padding: 90px 0 115px 0;
}

.cases .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cases .list .caseItem {
	width: 48.57%;
	margin-top: 60px;
}

.cases .list .caseItem:nth-child(-n+2) {
	margin-top: 0;
}

.caseItem .image {
	border-radius: 8px;
	overflow: hidden;
}

.caseItem .tit {
	color: #1A1A1A;
	font-family: Inter-SemiBold;
	font-size: 24px;
	line-height: 36px;
	margin-top: 27px;
}

.caseItem .tit:hover {
	color: #023564;
}

.caseItem .txts {
	color: #4D4D4D;
	font-family: Inter;
	font-size: 16px;
	line-height: 28px;
	margin-top: 12px;
	min-height: 56px;
}

.caseItem .cBtn {
	margin-top: 31px;
	padding: 6px 20px;
}

.cases .pager {
	margin-top: 75px;
}

@media screen and (max-width:1560px) {
	.caseItem .image {
		border-radius: 5px;
	}

	.caseItem .tit {
		font-size: 22px;
		line-height: 32px;
	}

	.cases .list .caseItem {
		margin-top: 40px;
	}

	.cases .pager {
		margin-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.caseItem .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.cases .pager {
		margin-top: 50px;
	}
}

@media screen and (max-width:999px) {
	.caseItem .tit {
		font-size: 16px;
		line-height: 28px;
		margin-top: 15px;
	}

	.caseItem .cBtn {
		margin-top: 14px;
	}

	.cases .list .caseItem {
		margin-top: 30px;
	}

	.cases .pager {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.cases .list .caseItem:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.cases .list .caseItem:nth-child(1) {
		margin-top: 0;
	}
}

/* 5-2Cases */

.caseShow {
	padding: 90px 0 70px 0;
}

.caseShow h1 {
	font-weight: normal;
	color: #1A1A1A;
	font-family: RussoOne-Regular;
	font-size: 28px;
	line-height: 40px;
}

.caseShow .con {
	margin-top: 60px;
}

.caseShow .image {
	border-radius: 8px;
	overflow: hidden;
	float: right;
	margin-left: 11%;
	width: 45.7%;
}

.caseShow .msg {
	padding-top: 22px;
}

.caseShow .share {
	justify-content: flex-end;
	margin-top: 30px;
}

.caseShow .msg .tit {
	color: #1A1A1A;
	font-family: RussoOne-Regular;
	font-size: 20px;
	line-height: 30px;
}

.caseShow .msg .txts {
	margin-top: 23px;
}

.caseDet {
	background-color: #F5F6F7;
	padding: 70px 0 100px 0;
}


.caseDet .tit {
	color: #1A1A1A;
	font-family: RussoOne-Regular;
	font-size: 20px;
	line-height: 30px;
}

.caseDet .item {
	margin-top: 51px;
}

.caseDet .item:nth-child(1) {
	margin-top: 0;
}


.caseDet .txts {
	margin-top: 23px;
}


.caseDet .imgList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 41px;
}

.caseDet .imgList .image:nth-child(n) {
	width: 31.78%;
	margin-right: 2.33%;
	margin-top: 30px;
	border-radius: 8px;
	overflow: hidden;
}

.caseDet .imgList .image:nth-child(3n) {
	margin-right: 0;
}

.caseDet .imgList .image:nth-child(-n+3) {
	margin-top: 0;
}

.caseDet .evaluation {
	border-radius: 8px;
	margin-top: 30px;
	padding: 69px 40px 70px 79px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
}

.caseDet .evaluation .msg {
	width: 53%;
}

.caseDet .evaluation .info {
	display: flex;
	align-items: center;
	width: 36.65%;
}

.caseDet .evaluation .user {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
	margin-right: 21px;
}

.caseDet .evaluation .name {
	color: #1A1A1A;
	font-family: Inter-SemiBold;
	font-size: 18px;
	line-height: 30px;
}

.caseDet .evaluation .txts {
	color: #666;
	font-size: 16px;
	line-height: 26px;
	margin-top: 13px;
}


.caseDet .prevOrNext {
	margin-top: 69px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 0;
	border-bottom: none;
}

.caseDet .prevOrNext>div {
	width: 49%;
}

.caseDet .prevOrNext .btn {
	background-color: transparent;
}

.caseDet .prevOrNext a.btn:hover {
	background-color: #023564;
	color: #ffffff;
}

.caseDet .prevOrNext .next {
	margin-top: 0;
	flex-direction: row-reverse;
}


.caseDet .prevOrNext .next .box {
	flex-direction: row-reverse;
}

.caseDet .prevOrNext .next .tit {
	margin-right: 0;
	margin-left: 10px;
}

.caseDet .prevOrNext .next .btn {
	margin-right: 0;
	margin-left: 16px;
}

.relatedCases {
	padding: 82px 0 90px 0;
}

.relatedCases .title1 {
	text-align: center;
}


.relatedCases .swiperBox {
	margin-top: 49px;
}

@media screen and (max-width:1560px) {
	.caseShow h1 {
		font-size: 24px;
		line-height: 36px;
	}

	.caseShow .image {
		border-radius: 5px;
		margin-left: 6%;
	}

	.caseShow .msg {
		padding-top: 0;
	}

	.caseDet .imgList .image:nth-child(n) {
		border-radius: 5px;
	}

	.caseDet .evaluation {
		padding: 40px;
		border-radius: 5px;
	}

	.caseDet .prevOrNext {
		margin-top: 60px;
	}

	.relatedCases .swiperBox {
		margin-top: 40px;
	}

	.caseShow .con {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.caseShow .con {
		margin-top: 40px;
	}

	.caseShow .msg .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.caseShow h1 {
		font-size: 22px;
		line-height: 32px;
	}

	.caseDet .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.caseDet .item {
		margin-top: 40px;
	}

	.caseDet .evaluation .info {
		width: 40%;
	}

	.caseDet .evaluation {
		padding: 30px;
	}
}

@media screen and (max-width:999px) {
	.caseShow h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.caseShow .msg .tit,
	.caseDet .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.caseDet .txts {
		margin-top: 20px;
	}

	.caseDet .item {
		margin-top: 30px;
	}

	.caseDet .imgList {
		margin-top: 30px;
		justify-content: space-between;
	}

	.caseDet .imgList .image:nth-child(n) {
		width: 49%;
		margin-top: 20px;
		margin-right: 0;
	}

	.caseDet .imgList .image:nth-child(-n+2) {
		margin-top: 0;
	}

	.caseDet .evaluation {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.caseDet .evaluation .info {
		width: 100%;
	}

	.caseDet .evaluation .msg {
		width: 100%;
		margin-top: 20px;
	}

	.caseDet .evaluation .name {
		font-size: 16px;
		line-height: 28px;
	}

	.caseDet .evaluation .user {
		width: 100px;
		height: 100px;
	}

	.caseDet .prevOrNext {
		margin-top: 50px;
		flex-direction: column;
		align-items: flex-start;
	}

	.caseDet .prevOrNext>div {
		width: 100%;
	}

	.caseDet .prevOrNext>div.next {
		margin-top: 14px;
		flex-direction: row;
	}

	.caseDet .prevOrNext .next .box {
		flex-direction: row;
	}

	.caseDet .prevOrNext .next .btn {
		margin-left: 0;
		margin-right: 16px;
	}

	.caseDet .prevOrNext .next .tit {
		margin-left: 0;
		margin-right: 10px;
	}
}

@media screen and (max-width:768px) {
	.relatedCases .swiperBox {
		margin-top: 30px;
	}

	.caseDet .prevOrNext {
		margin-top: 40px;
	}

	.caseDet .evaluation {
		padding: 20px;
	}
}

@media screen and (max-width:538px) {
	.caseShow .image {
		width: 100%;
		margin: 0;
		margin-top: 30px;
	}

	.caseShow .con {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
		margin-top: 30px;
	}

	.caseDet .evaluation .info {
		flex-direction: column;
		align-items: flex-start;
	}

	.caseDet .evaluation .user {
		margin-right: 0;
		margin-bottom: 14px;
	}
}

@media screen and (max-width:450px) {
	.caseDet .imgList .image:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.caseDet .imgList .image:nth-child(1) {
		margin-top: 0;
	}
}



/* 6-1News */


.news {
	padding: 90px 0 115px 0;
}

.news .list {
	display: flex;
	flex-wrap: wrap;
}

.news .list .newItem {
	width: 31.78%;
	margin-right: 2.33%;
	margin-top: 62px;
}

.news .list .newItem:nth-child(3n) {
	margin-right: 0;
}

.news .list .newItem:nth-child(-n+3) {
	margin-top: 0;
}

.news .pager {
	margin-top: 77px;
}


@media screen and (max-width:1560px) {
	.news .list .newItem {
		margin-top: 50px;
	}

	.news .pager {
		margin-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.news .list .newItem {
		margin-top: 40px;
	}

	.news .pager {
		margin-top: 50px;
	}
}

@media screen and (max-width:999px) {
	.news .list {
		justify-content: space-between;
	}

	.news .list .newItem:nth-child(n) {
		margin-top: 30px;
		width: 48%;
		margin-right: 0;
	}

	.news .list .newItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.news .pager {
		margin-top: 40px;
	}
}

@media screen and (max-width:768px) {
	.news .pager {
		margin-top: 30px;
	}
}

@media screen and (max-width:450px) {
	.news .list .newItem:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.news .list .newItem:nth-child(1) {
		margin-top: 0;
	}
}




.hotProducts {
	background-color: #F5F6F7;
	padding: 90px 0 90px 0;
}

.hotProducts .title1 {
	text-align: center;
}

.hotProducts .swiperBox {
	margin-top: 50px;
}

.hotProducts .image {
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	overflow: hidden;
}

.hotProducts .tit {
	margin-top: 16px;
	text-align: center;
	color: #1A1A1A;
	font-family: Inter-SemiBold;
	font-size: 16px;
	line-height: 26px;
}

.hotProducts .tit:hover {
	color: #023564;
}

.hotProducts .sBtns>div {
	top: 39.5%;
}

.hotProducts .sBtns>div:hover {
	background-color: #023564;
	color: #ffffff;
}

@media screen and (max-width:1560px) {
	.hotProducts .image {
		border-radius: 5px;
	}
}

@media screen and (max-width:1333px) {
	.hotProducts .swiperBox {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.hotProducts .tit {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
	}
}

@media screen and (max-width:768px) {
	.hotProducts .swiperBox {
		margin-top: 30px;
	}
}



/* 6-2News */


.newDet {
	padding: 90px 0 100px 0;
}

.newDet .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.newDet .dis {
	width: 67.14%;
}


.newDet .dis h1 {
	font-weight: normal;
	color: #023564;
	font-family: RussoOne-Regular;
	font-size: 28px;
	line-height: 40px;
}

.newDet .dis .tips {
	display: flex;
	align-items: center;
	margin-top: 24px;
}

.newDet .dis .tips .time {
	color: #666;
	font-size: 16px;
	line-height: 28px;
	flex-shrink: 0;
	margin-right: 60px;
}


.share {
	display: flex;
	align-items: center;
}

.share span {
	flex-shrink: 0;
	margin-right: 15px;
	color: #333;
	font-size: 16px;
	line-height: 28px;
}

.newDet .dis .line {
	width: 100%;
	height: 1px;
	background-color: #CCC;
	margin-top: 29px;
}


.newDet .dis .txts {
	margin-top: 40px;
}

.newDet .dis .txts p {
	color: #4d4d4d;
}

.standardEdit p strong {
	color: #1A1A1A;
	font-family: Inter-SemiBold;
	font-size: 24px;
	line-height: 36px;
}

.standardEdit p em {
	display: block;
	padding-left: 36px;
	position: relative;
	font-style: normal;
	color: #023564;
	font-family: Inter-SemiBold;
	margin-bottom: 20px;
}



.standardEdit p em::after {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	background-image: url("../images/txtsSign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}


.newDet .prevOrNext {
	margin-top: 59px;
}


.prevOrNext {
	padding: 30px 0 29px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.prevOrNext>div {
	display: flex;
	align-items: center;
}

.prevOrNext>div.next {
	margin-top: 24px;
}

.prevOrNext .box {
	display: flex;
	align-items: center;
}



.prevOrNext .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 46px;
	height: 46px;
	background-color: #ffffff;
	border: solid 1px #023564;
	border-radius: 50%;
}


.prevOrNext .btn {
	margin-right: 16px;
}


.prevOrNext .btn i {
	font-size: 14px;
	color: #023564;
	font-weight: bold;
}



.prevOrNext a.btn:hover {
	background-color: #023564;
	border-color: #023564;
	color: #ffffff;
}



.prevOrNext a.btn:hover i {
	color: #ffffff;
}


.prevOrNext .tit {
	font-family: Inter-SemiBold;
	font-size: 18px;
	line-height: 28px;
	color: #1A1A1A;
	flex-shrink: 0;
	margin-right: 10px;
}


.prevOrNext .name {
	font-size: 16px;
	line-height: 28px;
	color: #333;
}

.prevOrNext a.name:hover {
	color: #023564;
}

.relatedNews {
	width: 25.71%;
}

.relatedNews .title {
	color: #333;
	font-family: RussoOne-Regular;
	font-size: 28px;
	line-height: 40px;
}

.relatedNews .list {
	margin-top: 40px;
}

.relatedNews .list .item {
	margin-top: 40px;
}


.relatedNews .list .item:nth-child(1) {
	margin-top: 0;
}


.relatedNews .list .image {
	border-radius: 8px;
	overflow: hidden;
}

.relatedNews .list .time {
	color: #666;
	line-height: 24px;
	font-size: 16px;
	margin-top: 20px;
}

.relatedNews .list .tit {
	color: #1A1A1A;
	font-size: 20px;
	line-height: 30px;
	margin-top: 14px;
}

.relatedNews .list .tit:hover {
	color: #023564;
}


@media screen and (max-width:1560px) {
	.relatedNews .list .image {
		border-radius: 5px;
	}

	.relatedNews .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.standardEdit p strong {
		font-size: 22px;
		line-height: 32px;
	}

	.newDet .prevOrNext {
		margin-top: 40px;
	}

	.prevOrNext {
		padding: 20px 0;
	}

	.prevOrNext>div.next {
		margin-top: 20px;
	}

	.prevOrNext .btn {
		width: 40px;
		height: 40px;
	}

	.prevOrNext .btn i {
		font-size: 12px;
	}

	.newDet .dis .tips {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {

	.newDet .dis h1,
	.relatedNews .title {
		font-size: 24px;
		line-height: 36px;
	}

	.relatedNews .list .tit {
		font-size: 16px;
		line-height: 28px;
		margin-top: 10px;
	}

	.relatedNews .list .time {
		margin-top: 10px;
	}

	.newDet .dis .txts {
		margin-top: 30px;
	}

	.relatedNews .list .item {
		margin-top: 30px;
	}

	.standardEdit p strong {
		font-size: 20px;
		line-height: 30px;
	}

	.prevOrNext .btn {
		width: 36px;
		height: 36px;
	}
}

@media screen and (max-width:999px) {
	.newDet .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet .dis {
		width: 100%;
	}

	.share span {
		font-size: 14px;
		line-height: 24px;
	}

	.standardEdit p strong {
		font-size: 18px;
		line-height: 28px;
	}

	.prevOrNext .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.prevOrNext .btn {
		width: 34px;
		height: 34px;
	}

	.relatedNews {
		width: 100%;
		margin-top: 50px;
	}

	.relatedNews .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.relatedNews .list .item {
		width: 48%;
		margin-top: 30px;
	}

	.relatedNews .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.relatedNews .list .item .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.prevOrNext .name {
		font-size: 14px;
		line-height: 26px;
	}

}

@media screen and (max-width:768px) {

	.newDet .dis h1,
	.relatedNews .title {
		font-size: 22px;
		line-height: 32px;
	}

	.newDet .dis .tips .time {
		margin-right: 40px;
	}

	.newDet .prevOrNext {
		margin-top: 30px;
	}

	.relatedNews .list {
		margin-top: 30px;
	}

	.relatedNews .list .tit {
		font-size: 14px;
		line-height: 26px;
	}

	.relatedNews {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.newDet .dis .tips {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet .dis .tips .time {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.prevOrNext .box {
		flex-direction: column;
		align-items: flex-start;
	}
}


@media screen and (max-width:450px) {
	.relatedNews .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.relatedNews .list .item:nth-child(1) {
		margin-top: 0;
	}
}


/* 7-1Contact Us */

.onlineMsg {
	background-color: #F5F6F7;
	padding: 90px 0 90px 0;
}


.onlineMsg .con {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}


.onlineMsg .image {
	width: 37.4%;
	border-radius: 16px;
	overflow: hidden;
}


.onlineMsg .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.onlineMsg .cForm {
	width: 58.35%;
}

.onlineMsg .cForm ul {
	justify-content: space-between;
}


.onlineMsg .cForm li:nth-child(n) {
	width: 48.5%;
	margin-right: 0;
	margin-top: 24px;
	border: 1px solid #E6E6E6;
	border-radius: 8px;
}

.onlineMsg .cForm li:nth-child(n) {
	padding: 0px 32px;
}


.onlineMsg .cForm li.must::after {
	left: 19px;
	top: 19px;
}


.onlineMsg .cForm li:nth-child(-n+2) {
	margin-top: 0;
}

.onlineMsg .cForm li.message {
	padding: 17px 30px;
}

.onlineMsg .cForm li.codeCon {
	padding: 0;
}


.onlineMsg .cForm li.codeCon .codeImg {
	margin-right: 15px;
}

.onlineMsg .cForm li.codeCon input {
	padding: 0 32px;
}

.onlineMsg .cForm li.message,
.onlineMsg .cForm li.codeCon {
	width: 100%;
}

.onlineMsg .cForm li.message {
	height: 180px;
}

.onlineMsg .cForm li.message::after {
	top: 15px;
}

.onlineMsg .cForm li.subBtn {
	width: 146px;
	height: 50px;
	border-radius: 25px;
	overflow: hidden;
	border-color: #023564;
	text-transform: uppercase;
}



.onlineMsg .cForm li.m-formcountry {
	padding: 0;
}


.onlineMsg .m-formcountry {
	position: relative;
}

.onlineMsg .m-formcountry .drop-btn {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 30px;
}


.onlineMsg .m-formcountry .drop-btn i,
.onlineMsg .m-formcountry .drop-btn svg {
	position: absolute;
	right: 32px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 12px;
	color: #023058;
	font-weight: bold;
}


.onlineMsg .m-formcountry .drop-list {
	display: none;
	border: 1px solid #e6e6e6;
	width: 100%;
	position: absolute;
	top: 100%;
	background-color: #fff;
	max-height: 223px;
	overflow-x: hidden;
	z-index: 10001;
	scrollbar-color: #023564 #ebebeb;
	scrollbar-width: thin;
	padding: 0;
}

.onlineMsg .m-formcountry .drop-list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.onlineMsg .m-formcountry .drop-list::-webkit-scrollbar-track {
	background: #ebebeb;
}

.onlineMsg .m-formcountry .drop-list::-webkit-scrollbar-thumb {
	background-color: #333;
}

.onlineMsg .m-formcountry .drop-list li {
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	padding: 5px 32px;
	cursor: pointer;
	border: none;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
	height: auto;
	width: 100%;
	background-color: transparent;
	border-radius: 0;
	margin: 0;
}

.onlineMsg .m-formcountry .drop-list li:hover {
	background-color: #023564;
	color: #ffffff;
}

.onlineMsg form input::-webkit-input-placeholder,
.onlineMsg form textarea::-webkit-input-placeholder {
	color: #808080;
}

.onlineMsg form input:-moz-placeholder,
.onlineMsg form textarea:-moz-placeholder {
	color: #808080;
}

.onlineMsg form input::-moz-placeholder,
.onlineMsg form textarea::-moz-placeholder {
	color: #808080;
}

.onlineMsg form input:-ms-input-placeholder,
.onlineMsg form textarea:-ms-input-placeholder {
	color: #808080;
}

@media screen and (max-width:1560px) {
	.onlineMsg .image {
		border-radius: 10px;
	}

	.onlineMsg .cForm li:nth-child(n) {
		border-radius: 5px;
	}

	.onlineMsg .cForm li.must::after {
		top: 13px;
	}
}

@media screen and (max-width:1333px) {
	.onlineMsg .con {
		margin-top: 40px;
	}

	.onlineMsg .image {
		border-radius: 5px;
	}

	.onlineMsg .cForm li:nth-child(n),
	.onlineMsg .m-formcountry .drop-btn,
	.onlineMsg .cForm li.codeCon input {
		padding: 0 20px;
	}

	.onlineMsg .cForm li.codeCon {
		padding: 0;
	}

	.onlineMsg .cForm li.message {
		padding: 14px 20px;
	}

	.onlineMsg .cForm li.must::after {
		left: 9px;
	}

	.onlineMsg .m-formcountry .drop-btn i,
	.onlineMsg .m-formcountry .drop-btn svg {
		right: 20px;
	}

	.onlineMsg .m-formcountry .drop-list li {
		border-radius: 0;
		margin: 0;
	}
}

@media screen and (max-width:999px) {
	.onlineMsg .con {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.onlineMsg .cForm {
		width: 100%;
	}

	.onlineMsg .cForm li:nth-child(n) {
		margin-top: 15px;
	}

	.onlineMsg .cForm li:nth-child(-n+2) {
		margin-top: 0;
	}

	.onlineMsg .cForm li.subBtn {
		height: 46px;
	}

	.onlineMsg .cForm li.message {
		height: 130px;
	}

	.onlineMsg .cForm li.m-formcountry {
		padding: 0;
	}

	.onlineMsg .m-formcountry .drop-list li {
		border-radius: 0;
		margin: 0;
		font-size: 14px;
		padding: 2.5px 20px;
	}

	.onlineMsg .image {
		width: 100%;
		margin-top: 40px;
	}
}

@media screen and (max-width:768px) {
	.onlineMsg .cForm li.must::after {
		top: 9px;
	}

	.onlineMsg .cForm li.subBtn {
		height: 38px;
	}

	.onlineMsg .con {
		margin-top: 30px;
	}
}

@media screen and (max-width:450px) {
	.onlineMsg .cForm li:nth-child(n) {
		width: 100%;
		margin-top: 14px;
	}

	.onlineMsg .cForm li:nth-child(1) {
		margin-top: 0;
	}
}


.contactInfo {
	padding: 90px 0 86px 0;
}

.contactInfo .tips {
	margin-top: 24px;
	color: #333;
	font-family: Inter-SemiBold;
	font-size: 18px;
	line-height: 30px;
}


.contactInfo .con {
	display: flex;
	justify-content: space-between;
	margin-top: 63px;
}



.contactInfo .list {
	width: 36%;
}

.contactInfo .list li {
	margin-top: 38px;
	display: flex;
	align-items: flex-start;
}

.contactInfo .list li:nth-child(1) {
	margin-top: 0;
}


.contactInfo .list i {
	flex-shrink: 0;
	margin: 5px 20px 0 0;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	color: #ffffff;
	background-color: #023564;
	font-size: 22px;
}


.contactInfo .list .tit {
	color: #1A1A1A;
	font-family: RussoOne-Regular;
	font-size: 18px;
	line-height: 28px;
}

.contactInfo .list .nums {
	margin-top: 4px;
	color: #4D4D4D;
}

.contactInfo .list .nums .num {
	color: #4D4D4D;
	font-size: 16px;
	line-height: 28px;
	display: inline-block;
}


.contactInfo .list .nums a.num:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}


.contactInfo .list .email .num {
	word-break: break-all;
}


.contactInfo .map {
	border-radius: 16px;
	overflow: hidden;
	width: 60%;
}



.contactInfo .map img,
.contactInfo .map iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}

@media screen and (max-width:1560px) {
	.contactInfo .con {
		margin-top: 50px;
	}

	.contactInfo .map {
		border-radius: 10px;
	}
}

@media screen and (max-width:1333px) {
	.contactInfo .map {
		border-radius: 5px;
	}

	.contactInfo .con {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.contactInfo .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.contactInfo .list {
		width: 100%;
	}

	.contactInfo .map {
		width: 100%;
		margin-top: 40px;
	}

	.contactInfo .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.contactInfo .list li {
		width: 49%;
		margin-top: 30px;
	}

	.contactInfo .list li:nth-child(-n+2) {
		margin-top: 0;
	}

	.contactInfo .list .nums .num {
		font-size: 14px;
		line-height: 26px;
	}

	.contactInfo .list .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.contactInfo .list i {
		width: 44px;
		height: 44px;
		font-size: 18px;
		margin-top: 0;
	}
}

@media screen and (max-width:538px) {
	.contactInfo .list li:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.contactInfo .list li:nth-child(1) {
		margin-top: 0;
	}

	.contactInfo .con {
		margin-top: 30px;
	}
}

.global {
	background-color: #F5F6F7;
	padding: 91px 0 90px 0;
}


.global .con {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.global .msg {
	width: 23%;
}


.global .msg .txts {
	margin-top: 49px;
	color: #4D4D4D;
	font-size: 16px;
	line-height: 28px;
}


.global .msg .cBtn {
	margin-top: 100px;
	text-transform: uppercase;
}

.global .image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 71.35%;
}



@media screen and (max-width:1560px) {
	.global .msg .cBtn {
		margin-top: 60px;
	}

	.global .con {
		align-items: center;
	}
}

@media screen and (max-width:1333px) {
	.global .msg .txts {
		margin-top: 30px;
	}

	.global .msg .cBtn {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.global .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.global .msg {
		width: 100%;
	}

	.global .msg .cBtn {
		margin-top: 30px;
	}

	.global .image {
		width: 100%;
		margin-top: 40px;
	}
}



/* innerBanner */

.innerBanner {
	position: relative;
	height: 400px;
}


.innerBanner .msg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.innerBanner .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.innerBanner .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.innerBanner .title {
	color: #FFF;
	font-family: RussoOne-Regular;
	font-size: 50px;
	line-height: 62px;
	text-transform: capitalize;
}


.innerBanner .crumb {
	margin-top: 20px;
}



/* crumb */

.crumb {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: #ffffff;
}

.crumb a,
.crumb i {
	font-size: 16px;
	color: #FFF;
}

.crumb a.active,
.crumb a:hover {
	color: #023564;
}

.crumb i {
	font-style: normal;
	margin: 0 5px;
}



/* pager */
.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.pager .pageList a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #1A1A1A;
	margin: 5px 5px;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
}

.pager .pageList a.active,
.pager .pageList a:hover {
	color: #ffffff !important;
	background-color: #023564;
	border-color: #023564;
}

.pager .pageList a.prev,
.pager .pageList a.next {
	margin: 5px 15px;
}


.pager .addTo {
	display: flex;
	align-items: center;
	margin: 5px 17px;
	color: #333;
	font-size: 16px;
	line-height: 28px;
	position: relative;
}


.pager .addTo input {
	color: #666666;
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}

.pager .addTo img {
	margin-left: 12px;
}

@media screen and (max-width:1560px) {
	.innerBanner .title {
		font-size: 42px;
		line-height: 52px;
	}

	.innerBanner {
		height: 340px;
	}
}

@media screen and (max-width:1333px) {
	.innerBanner .title {
		font-size: 36px;
		line-height: 48px;
	}

	.innerBanner {
		height: 300px;
	}

	.pager .pageList a {
		font-size: 16px;
		width: 36px;
		height: 36px;
	}
}

@media screen and (max-width:999px) {
	.innerBanner .title {
		font-size: 28px;
		line-height: 40px;
	}

	.innerBanner {
		height: 280px;
	}

	.crumb a,
	.crumb i {
		font-size: 14px;
	}

	.pager .pageList a {
		font-size: 14px;
		width: 34px;
		height: 34px;
	}
}

@media screen and (max-width:768px) {
	.innerBanner {
		height: 240px;
	}

	.innerBanner .title {
		font-size: 24px;
		line-height: 36px;
	}

	.pager .pageList a.prev,
	.pager .pageList a.next {
		margin: 5px 10px;
	}
}


/* footer */


footer {
	background-color: #023564;
	padding: 80px 0 30px 0;
}


footer a {
	display: inline-block;
}


footer .footerList {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}


footer .footerList .box {
	margin-top: 23px;
}

footer .footerList ul li {
	margin-top: 14px;
}

footer .footerList ul li:nth-child(1) {
	margin-top: 0;
}


footer .footerList .fMsg {
	width: 17%;
	margin-right: 13.75%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

footer .fMsg .cBtn{
    max-width:100%;
}

footer .fLogo {
	display: flex;
	flex-direction: column;
	align-items: center;
}


footer .fLogo .logo {
	width: 207px;
	display: flex;
	align-items: center;
	justify-content: center;
}


footer .fLogo .logo:hover img {
	transform: none;
}

footer .fMsg .tit {
	color: #FFF;
	font-family: RussoOne-Regular;
	font-size: 22px;
	line-height: 32px;
	text-align: center;
	margin-top: 28px;
}

footer .fMsg .cBtn {
	margin-top: 70px;
	background-color: #FFF;
	border-color: #ffffff;
	color: #023564;
	text-transform: uppercase;
}

footer .fMsg .cBtn:hover {
	background-color: #023564;
	color: #fff;
}


footer .footerList .fProducts {
	width: 26%;
	margin-right: 4.1%;
}

footer .footerList .fNav {
	width: 12%;
	margin-right: 3.8%;
}



footer .footerList .fContact {
	width: 23.35%;
}


footer a,
footer p,
footer div {
	color: rgba(255, 255, 255, .8);
	font-size: 16px;
	line-height: 26px;
}


footer a:hover {
	color: #ffffff;
}


footer .title {
	color: #FFF;
	font-family: RussoOne-Regular;
	font-size: 20px;
	line-height: 30px;
	display: inline-block;
	position: relative;
	background-image:
		radial-gradient(circle at 50% 100%, currentColor 0%, currentColor 100%);
	background-repeat: no-repeat;
	background-size: 0 2px;
	background-position: 0 100%;
	transition: background-size 0.3s ease;
	background-position: right bottom;
}


footer a.title:hover {
	background-size: 100% 2px;
	background-position: left bottom;
}


footer .titBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


footer .titBox .menuBtn {
	display: none;
}


footer .footerList li.fContact li {
	display: flex;
	align-items: flex-start;
}

footer .footerList li.fContact li:nth-child(1) {
	margin-top: 0;
}

footer .footerList li.fContact .box {
	margin-top: 21px;
}

footer .footerList li.fContact ul li {
	margin-top: 10px;
}

footer .footerList li.fContact li i {
	flex-shrink: 0;
	margin-right: 17px;
	font-size: 18px;
	color: #ffffff;
}

footer .footerList li.fContact li.address {
	margin-top: 5px;
}

footer .footerList li.fContact li.address .num {
	line-height: 36px;
}


footer .footerList li .nums {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

footer .footerList li .nums .num {
	margin-top: 9px;
}

footer .footerList li .nums .num:nth-child(1) {
	margin-top: 0;
}


footer .footerList li .numBox .num {
	display: inline;
}


footer .email a {
	word-break: break-all;
}



footer .line {
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .3);
	margin-top: 80px;
}

footer .fBottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 24px;
}


footer .copyright,
footer .copyright a,
footer .copyright p {
	color: rgba(255, 255, 255, .8);
	font-size: 16px;
	line-height: 28px;
}


footer .copyright p {
	display: inline;
}


footer .copyright a {
	display: inline-block;
}

footer .copyright a:hover,
footer .links a:hover {
	color: #ffffff;
}


footer .blogrolls {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-shrink: 0;
	margin-left: 40px;
}


footer .blogrolls a {
	color: #ffffff;
	flex-shrink: 0;
	margin: 5px 0;
	margin-left: 19px;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer .blogrolls a i {
	font-size: 21px;
}


footer .blogrolls a:hover i {
	transform: translateY(-5px);
}



@media screen and (max-width:1560px) {
	footer {
		padding: 60px 0 40px 0;
	}

	footer .footerList {
		justify-content: space-between;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer .fLogo .logo {
		width: 180px;
	}

	footer .footerList .fMsg {
		width: 19%;
	}

	footer .footerList .fContact {
		width: 28%;
	}

	footer .line {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	footer .fLogo .logo {
		width: 130px;
	}

	footer .fMsg .tit {
		font-size: 18px;
		line-height: 28px;
	}

	footer .footerList .fMsg {
		width: 22%;
	}

	footer .title {
		font-size: 18px;
		line-height: 28px;
	}

	footer .footerList .fNav {
		width: 14%;
	}

	footer .line {
		margin-top: 40px;
	}
}


@media screen and (max-width:999px) {

	footer .fLogo {
		flex-direction: row;
		align-items: center;
	}

	footer .fLogo .logo {
		flex-shrink: 0;
		margin-right: 20px;
		width: 120px;
	}
    

	footer .footerList  .fMsg {
		margin-bottom: 20px;
		align-items: flex-start;
	}

	footer .fMsg .tit {
		font-size: 16px;
		line-height: 28px;
	}

	footer .fMsg .cBtn {
		margin-top: 24px;
	}

	footer .fMsg .tit {
		margin-top: 0;
	}

	footer .title {
		font-size: 16px;
		line-height: 28px;
	}

	footer {
		padding: 40px 0 80px;
	}

	footer .footerList li .nums .num {
		margin-top: 5px;
	}

	footer .footerList {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 26px;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerList>li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList li.fContact .box {
		margin-top: 10px;
	}


	footer .footerList .box {
		margin-top: 12px;
		display: none;
		transition: none;
	}


	footer .footerList .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList .box ul li {
		width: 48%;
		margin-bottom: 0;
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .titBox .menuBtn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 35px;
		height: 35px;
		font-size: 12px;
		color: #ffffff;
	}

	footer .titBox .menuBtn.active {
		transform: rotate(90deg);
	}


	footer .footerList .box ul li:nth-child(n) {
		margin-right: 0;
	}


	footer .title {
		font-size: 18px;
		line-height: 28px;
	}

	footer .copyright,
	footer .links,
	footer .copyright a,
	footer .links a,
	footer .copyright p {
		font-size: 14px;
		line-height: 24px;
	}

	footer .links {
		margin-top: 10px;
	}

	footer .fBottom {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	footer .blogrolls {
		margin-left: 0;
		margin-bottom: 20px;
	}

	footer .blogrolls a {
		margin-left: 0;
		margin-right: 20px;
	}

	footer .fBottom {
		margin-top: 30px;
	}

	footer .line {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	footer {
		padding: 40px 0 80px 0;
	}

	footer .title {
		font-size: 16px;
	}

	footer .titBox .menuBtn {
		width: 30px;
		height: 30px;
		font-size: 12px;
	}

	footer .footerList>li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList .box {
		margin-top: 5px;
	}

	footer .fLogo .logo {
		width: 110px;
	}

	footer .blogrolls a i {
		font-size: 18px;
	}

}


@media screen and (max-width:538px) {

	footer .blogrolls .list {
		margin-top: 10px;
	}

	footer .footerList .fMsg ul li:nth-child(n),
	footer .footerList .box ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .fMsg ul li:nth-child(1),
	footer .footerList .box ul li:nth-child(1) {
		margin-top: 0;
	}

}

@media screen and (max-width:450px) {
	footer .footerList form li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList form li:nth-child(1) {
		margin-top: 0;
	}

}


/* certifiicates */

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: 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;
}



/* customer */
.customer {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
	right: 10px;
}

.customer>div {
	margin-bottom: 9px;
}


.customer>div:last-child {
	margin-bottom: 0;
}


.customer div a.sign,
.customer div div.sign {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #B3B3B3;
	color: #ffffff;
	font-size: 24px;
	border-radius: 10px;
}

.customer div .sign {
	position: relative;
}


.customer div .sign::after {
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 12px;
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
	background-color: #023564;
	opacity: 0;
	transition: .4s ease all;
}

.customer div .sign:hover::after {
	opacity: 1;
}


.customer .top a {
	width: 60px;
	height: 60px;
	background-color: #B3B3B3;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}


.customer a i {
	font-size: 26px;
}

.customer div div {
	cursor: pointer;
}

.customer div a:hover,
.customer div div:hover {
	background-color: #023564;
	color: #fff;
}


.clear2 {
	display: none;
}


.customer .code {
	position: relative;
}

.customer .code img {
	position: absolute;
	top: 0;
	right: 100%;
	width: 150px;
	height: 150px;
	max-width: none;
	transform: translateX(100%);
	z-index: -1;
	opacity: 0;
	pointer-events: none;
}

.customer .code:hover img {
	transform: translateX(-14px);
	opacity: 1;
}


.customer .code:hover img {
	pointer-events: all;
}


.customer .phone {
	position: relative;
}

.customer .phone .num {
	position: absolute;
	right: 100%;
	width: max-content;
	top: 50%;
	transform: translateX(100%) translateY(-50%);
	background-color: rgba(2, 53, 100, 1);
	border-radius: 5px;
	padding: 4px 20px;
	color: #ffffff;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	pointer-events: none;
	opacity: 0;
	z-index: -1;
}


.customer .phone:hover .num {
	transform: translateX(-14px) translateY(-50%);
	pointer-events: all;
	opacity: 1;
}



@media screen and (max-width: 1560px) {
	.customer {
		right: 5px;
	}

	.customer div a.sign,
	.customer div div.sign,
	.customer .top a {
		border-radius: 5px;
		width: 50px;
		height: 50px;
		font-size: 22px;
		margin-bottom: 6px;
	}

	.customer a i {
		font-size: 24px;
	}
}

@media screen and (max-width: 1333px) {

	.customer div a.sign,
	.customer div div.sign,
	.customer .top a {
		border-radius: 5px;
		width: 48px;
		height: 48px;
		font-size: 20px;
	}

	.customer a i {
		font-size: 22px;
	}
}

@media screen and (max-width: 999px) {
	.youlian {
		display: none;
	}

	.customer .top a {
		width: 25%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		margin-bottom: 0;
	}

	.customer {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		transform: translateY(0);
	}

	.customer div {
		width: 25%;
		float: left;
		margin: 0;
	}

	.customer div a.sign,
	.customer div div.sign {
		font-size: 18px;
		height: 42px;
		margin: auto;
		width: 100%;
		color: #fff !important;
		border-radius: 0px;
	}

	.customer div a.sign:after,
	.customer div div.sign:after {
		right: auto;
		left: 50%;
		top: auto;
		bottom: 100%;
		transform: translateX(-50%);
		width: 12px;
		height: 6px;
		clip-path: polygon(50% 0, 0 100%, 100% 100%);
	}

	.customer div a:hover,
	.customer div div:hover {
		background-color: #B3B3B3;
		color: #fff;
	}

	.customer div.active a,
	.customer div.active div {
		background-color: #023564;
	}

	.customer .top i {
		border-color: #fff;
	}

	.customer .code img,
	.customer .code:hover img {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		opacity: 0;
	}

	.customer .code.active img {
		opacity: 1;
		transform: translateX(-50%) translateY(-100%);
		top: -14px;
	}

	.customer div .sign:hover::after {
		opacity: 0;
	}

	.customer div.active a.sign:after,
	.customer div.active div.sign:after {
		opacity: 1;
	}

	.customer div.activ img,
	.customer div.active img {
		pointer-events: all;
	}
	
	.customer div.activ .num,
	.customer div.active .num {
		pointer-events: all;
	}
	
	.customer .phone .num {
		display: none;
	}

}

@media screen and (max-width: 768px) {

	.customer .code img,
	.customer .code:hover img {
		left: 0;
		transform: translateX(0%) translateY(0%);
	}

	.customer .code.active img {
		opacity: 1;
		transform: translateX(0%) translateY(-100%);
	}
}



@font-face {
	font-family: 'Inter-Regular';
	font-display: swap;
	src: url('../fonts/InterRegular.eot');
	src: url('../fonts/InterRegular.eot') format('embedded-opentype'),
		url('../fonts/InterRegular.woff2') format('woff2'),
		url('../fonts/InterRegular.woff') format('woff'),
		url('../fonts/InterRegular.ttf') format('truetype'),
		url('../fonts/InterRegular.svg#InterRegular') format('svg');
}

@font-face {
	font-family: 'Inter-SemiBold';
	font-display: swap;
	src: url('../fonts/InterSemiBold.eot');
	src: url('../fonts/InterSemiBold.eot') format('embedded-opentype'),
		url('../fonts/InterSemiBold.woff2') format('woff2'),
		url('../fonts/InterSemiBold.woff') format('woff'),
		url('../fonts/InterSemiBold.ttf') format('truetype'),
		url('../fonts/InterSemiBold.svg#InterSemiBold') format('svg');
}

@font-face {
	font-family: 'RussoOne-Regular';
	font-display: swap;
	src: url('../fonts/RussoOne1.eot');
	src: url('../fonts/RussoOne1.eot') format('embedded-opentype'),
		url('../fonts/RussoOne1.woff2') format('woff2'),
		url('../fonts/RussoOne1.woff') format('woff'),
		url('../fonts/RussoOne1.ttf') format('truetype'),
		url('../fonts/RussoOne1.svg#RussoOne1') format('svg');
}



@font-face {
	font-family: "iconfont";
	/* Project id 4576167 */
	font-display: swap;
	src:
		url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAADXoAAsAAAAAW5AAADWVAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACQKgqBkXz1EgE2AiQDgmQLgTQABCAFhGcHh3obrkslY1tGs8cB6DCrRVESRimKsslpZv//NTmRMcYV2Hezgpy4d8Lm7J5iGC7COU0jbBhuiegIgYSueYqnuoioiKiIqGQgbJ4lmQi6bLRsMbUNqexps5hKJUQ058OGz/rnTUgQEZu7aO3bgnVJLzy/zf43fJu89z0kKZoQj3JfE6zyF+ahltWd34koOqgWkf3tTcIMkHBw/Fu7Yw7X+qrKKtXn63y9uiGYW7dgDMZgxVjAihUxYBsjB2wsisEYG4weIGkRrdIqRoH6EgYfKthYb2IFWPVi8zOR9/W/4V6nryvwa50YFttfTvpaSpl4QhzibKFTpJNtvE9ZliATJyOYKymuGwA/zn0mzXWQVxygm7rTA0Vyalw4gt7vkGvy7IvNTw5h6EASKUACYSy9/xLTCkjC2FmRFNQW5gVgMZRzldn7zdx5pIJYHVlBjj0Ri5wZnEs/yTf5Wo0WaWmaYgWKmGaSy2XL2UR/pZa2u3lK73fgLo9ECsaDShGOwXkhjziICPj/db6udohdYrfBrTAsXYG36T5Z/tHVM8ly0i87YAjJLkj2d47lAONY2IA2SQ5IQckhq+hfoOlnSzfeO4w9nXv27iPB1GEcW55//8avrTUPMEiOQFtgIf5deeJpBolhxJzqkozD3V57YJOaltGTOmn720/NA0e79YjBhfoYAo4aOsdXL8twOraLSk2AIklI2vXNoBA4TsSCNm76/nvvcPQAtr1bcLJdFaKZXY0eoWUvS0W0IqDAmDU9oXWDrE0QQi/saADL+Vev3kRUQAKhMQZk59R+6Iuq9+85X6qWk2DuptXfQnBojSAIgUFQvrKU+a0u6K9RYTmnAfv/OX0lgFkSjAQIAbcYW+2mOxjNNw/Pbl50ZltmTl5bx8oNW7cfevD8G8p/DpaD4xA4hA6JY8Ax7DjmOOUYcZx1nHdcdow5bjk+OT47Zl7K27a3q97uenvo7S/vJt+jPnR9WP/b298+fMHPeOa/O/Zy9q+Bjxb7q3apVtSW5eDOdgQ6QuaT20XHVcfN8+lyTNgvZ28F2vJjx7oEdF6tTAtX19rqWtbvGzf1zv3btp1D57tr70/zgKJKYxU6mgfqjL7WKLXeOdfe2rM6uPjw571g/G14vrelr8FUvTKNXU2b5ZYen162tnd271f2quwfHJ6dXxwdX16dnF7f3N4tfMy2VZvYWB5ZqzU9MznU3/1cQqEcnrVQukjvDwEYigQclQQCYwKJCgKFDuGBZoHFgMChjiBgVBDxKsioIagoJRhYF2x0Cg7mRCDahQCtQjT4SgRgVcQOfhMHWBQyPAjtYBMd4F2YUSBsGBeZeBM5GBZ5mBdt6BUdaBEr0CdWooHYgCmxBfXEVpQR29EoDqJLHEKTeIBN8Q3lxH9Ykiw8SjaeJAcvMhBbUoBtGYIdKcSulOBeDmBFDmNPHkMVeRL78hQO5AgO5VmcyfM4lxdxIS/hSF7GsbyKS3kNV/I6TuQoTuUYruVN3MhbuJWfcCc/Y0FO40POYNZF8tWCNr7aUI34WoUJvnZhg69DbRnyC2CE70ms8YNCLeK3q03zrAfM8O9Fm4S8hDYEeQPo539M64bEQnuGxEF8wTDr3p/H+VsoEx1b9NeILFU8RwuqkTnVFW19faiWAIDHJKAQAIZrqlQdaRTsSoDBCpM1RNlrar4eMRhrM1kRU6ZBTVAxxjCqZ6KyT13F+OygrEKjUtqECRuWHfohb4me71YFEEqGFOC7AQ5wwqWDuRBlpCG/L9WG3n87WbXDLEXtsn1E75bDGII5tzgzoOu5GEd0daGGRofQ1w6VH4k5Kyyd/g9h6PXGCmjHaf+oW9k/9Xuhyd3dLdpPAgSvlgOIF4n3pMnbbrWbtc4HVDb5jP3GnGisjnaH3cHR32ddhgUbS/tY25NwdFTKdqcOp8yNQWO3VnseW/H65fPstF+Zt49P4XY6TwZDepxrTWrn2/bW0od+jDDhc3D6V2wyk7Uvn3bWmTY5jPtd0obahlhbxzU+h801SnDdNQHvWM9QViKLtyqcSDkhKzFuw0zfkNhgh/yw1OyqD1dGuADXpcqvzfcMio1z3UfllsTZ25kux26acnTp9jQv0cCfRiSBHTL1xLpbe2nrZfPl2c4RqanadVhWEqfB7lndOtf3l06ioS6TXxuR6msrZYnm4yJvcWIplmXzoweyYR8SmG/0fP2yKVJcRN2WeEnXZVUVNU0xjLhM91dGtiQdVLzkRPPTB4Xv7TJKlZJoxu+nhTFCq/FFBHkJenkSCJxY+lVek9aVVXEFlfjPesikJBGE3DdZkvcKPBDAJfsF0gqBWkWg1wHHNZgrFUrSGzT6h9AIxiwoPeCqZJSNSEuhETTwX/fpFOSt3x1XZCr4FcYwqDWnKbvdI/xvKa77037JoJjxtgquyXjGHr3rDphj11AK2L0bGlJLLfkxb/LWoLDsd93CtSxOrgCzB46kxHGnTrsdVWg9qv9AhbFy3cBxQttGuH3gErcAyXoZPseIe/oKqsqhcjwjTR/JB1McJJXQC/iFqnvuPJnE3lAL1Vpbr2fpFBCB9IXRL+1k7oYyyU1F7bAKPEWqprhSNiYJe5blZBK4xouUMo464Ak8HZAVv4UvoCeF5DBEumSgWGuiCitJum48jIKmToEeUhaQDoa6g0juB+ZI96xmjq9zyZk+C18/ARtr7MzBmoRXo7SYEfOLbeNP5FtMSnuh+tJ+SeGF3Zb9mBEdDa53TILdJarEGEzal/3qi33CaG/3cN592RXDO3SAjCEIo2PbNWIrBuzJJBw5RMXvm7spE83b/BOClHZ6CnD0/3Db0PxaNhRfoudC/H4eN88OukfX6tB8QDFSErAWLUPJIJccmPfjHCY09Ol2XuP8ae2XithCiRrSRSbn02l99H+R6DZ70r1HSITGY2cK2QSpUlog4BkjN+/gI3c05U933IF74knhzq/On7u9C831KMMOejI1mVa+mWjJB7O55WrkV00pIUWjiM3EmkXXB3sn/QZaR3CMNQxehsnaAW9uUJNoXXI4tGvM47v7X/CwSQnMJOkFQtZDsS4RVpkwIgv4WOaIAV/x4UaSKmoIPMlRHz6OSiBFqhgMAOg4HQCzZzSQwTixNgAHlUCdJ1xdwvjsPibL3X8n4ll9POJnRqZpfbWwLWcMSqOIDcErkOQvyDefl6245NYD0mzKZnCVEnA84mGr/tJBqnao0V5a5QYbMoT7//B80yDEuuEmFyDXwkBjspbn3+Tj3A4Ri/iZO9tIOKwfqceAmMxmm1J1HLtO+wg0N9W6QQBUzWCDI9Gfe71rvLts2p0OYbNlQxhcu5Wy21Npq/Q6XBOb63cm71RxZGPy5Lnfwh2yCmFySWGEjke5DPy8fSV+dD8G9Y5tJLAnWzdcl73qnuP3hqezu5R24+xFTaIhU+NpHKgdqh247Kpyu0MIvmjclvnr+nRzrp5XxOQqBz0JsyXP/pmD/9JzikctX6opW+er/83FiD9dDhWFfQH6BVxUKHmTtWg+L4smyLaRJgVpeElXQOB1B97IJaHVxc86rVF+EW4jJbCTkUiiSrJgFJ7NlBBwR3Glo+5TyuCyZtBXXWeOVg9f5vxFHpWKCgPm0aXQHPQNY0zDXE/LrG37GDcBLZK1RO9Z66HbYTajEfepdVfBT6zixoPkOEYXuVH9XNaPeCOqtUolP7QSI7jaiyRrZMEF0DZWpLi2GO+h3/KxaevQYj8f7RbjxFDh1eQ4AeaR6uJ0pfQx3pEEl7yiKJE5N+odilNEAjwbTrxbIEyeIv3WufOQ37L8v2MLjpQCGtNs0KlpgO5rx56LrGY1p6UJf7o+9uwB+ixIC1OEeDWKXeCcM9FDt6TKSYVnEElevIDd54EoWYxCXnLPDx3liepw/zHOb5S32IymmG8SOZVGab9NF90+SZgwsCkkya9TJZmASV87kU96E0BtjmvztmjSjOoiglkO90/H6NiYPzJ8a4xP47yMaG2qTH/pGapcNOS8eUONig/HH9KIsdABYjukE9vHp2rkx/BBYSyYoJSSJgnpT9aoBxRD+y5oKFupMoOURS83mRlbaLlfA5VZvzC9HPon5QhwUYHXd7jH2K0QfrvAYVexaD/OPpKj/GtHcp+6dgYIZjzZ8Kz3MF5UFy9VbLt0xb7B0EkAs6otByCIcjlRdANayauRHjVBFeaZkBEq7la/cAm4obQCFSi8X752XfXEmWM52RtP5ue36NA4t1RY9GoDA5mxsZWFzh1bnx3uSOfST1XXR9Y682OZ8R8UDDWTldklgO2pOVm5ZU75FjBHLQq7xYgSLB6eeFwVKU5+rP5JB5wHkkclgIzEDDi6SHfFE3klR3AVpcr6bGt/QgEFtzD9DXL0pWgLUmsCP08ADE3HlpHuXWwcIEaJHlJ5khdPzMcGkN/AZ7csGXQ/w76Zf4M1FD/Jb69ShSRSV8FY6FAx1E1iMWJN5WUDKagHVUay+w2djkBmwrMY59n99Ey8MhwxVO2rFsoVMg/Dp4KJ/Tr1YftsyyvD+6fRF7P7806+7IpH7IGsSyg648F4BXVPeLGW1cBduHOPbNsY52y5tcSZ8lpuwHP1wVyy+wb/y5Bzw6YPY6m3GGNcue12HJpod6hhi6sw1mpvwSzksu8vcpbgihRGukQAPGne+Q+wZBl9sxdOS5B/9FooSaX6KqP98hzMR0766oSP45CKhARy2svGKs3XVKIKJWMftYbm2RpV1ukf0wrFKV5TbDbmPQ4PKIUiv0hmVkojOyS3ctWreWp8M9lTjK9pC9fuGIRYQPK6KQFsGq6bdl6de3GPS3p+p/FA12YaBglU41AtG9RWX9gVoF/abxF8z8g1j4BhWIstI2+z/yB9WCGsmjqAER1NAx9njhHwPyYThM88i6/JgAdqNdJrKQxAhoUdLJXRyLvYrA3nlsJZ1v4QmwozhO4vmRfcT97ZuSe/VlidfN3AtaBjKQWQec7pNG9J1mQoSqOSXmywENC2buYZwfFlHOEeV6bC7CO7e+7V7NrpuqwbE54eH/5mj8OtQ23jvYtdGvWVSuTl0boYbEL+WpDSRYTZMfh1Jedo6zBewEQeMJiv51a8IuKI0BFKXa9A9H5HpqQrjUyIbaXeSKbW2b6A2U5aJpkkyq9DZ4jdgXx6WdAK6hYNfLmWPDRTpvZJOoA2VT5hpFsOgau+uQNKJEklkQZI68AydyaZtK5nz6iUKBkJuqNxKxUZI2EYGwZaT2eDu2N47hJzmJgZr52beaIQSXarELOfiaXFYpDEwQufqVuVV7QiU2+kaGvaP+z2/JDyymGQ5h9fgSswPGf6Ts6fA9MpC8yPzba0vf8HNY1xZVoAz3GPaUQPteqdtWcvYIqDPhQrc0sT0uTyfKB4uOlvHBT/JwW2TxQmEhpv/CmymTbq6jAbpcTSINVdK4cTRK4kSMqziQxyCzgwkeo5D3ih6TNIHxCOo/L39O25FmYfbOd+y551O7QXPm/D7ElNRqTxwnVGnHZhQ/WSK+fP63PNOcAlW/THUWNPNSnZV3Mf4ppckQkaRctjlJH2akQXyESk/UaGClIlTTnKy7FsD1uCghBINDCQ/kgkyf8SlIhqpCggasRcc1B/moPJN+6AJOI6UlRFMo7MEiBBS6yGSNOSDhadg/qSFEolnuIbx0iGZPv6qbQmh79+JEb6HivrUvSPN2lVif10S7T/ibxSiP+XLiqUYw2c0yjAMn/b5Gne6gz/R5NzWyHdxUvEHhw6CPn1t4x4XxNVmQZrjt2pyrrErLv4mcE0IRyeg/ljJSbw32nujgQeSeZpepT/JUI6WA+KxVfph6BVUoBCiCp3MEVoYiaXueMZIMi589++YQt9T1RrEPsi+aNuE3qw2hT7rxCvg4I8+PyxyY5ZxWboLb7DCqrklgLXESEcx3d0Fn4m2ZqgxjPfs99S/CozWyHwQf7Ty9YBfSZWRvqJUjQIe5Pe8cj4G6VAwEjz3mSyvS1BBKukb2PZ54jBo4pWZuiS8R+h6gr3+uEVenXpTYeiMtmqnpbuTHaUY+s1fpLPrLZVCHlU7cyTyWc2zdRpkeEHOWYS6VcWnzgtWyXkcTO88OjBHsZTI7T72HIszehR6y69RJxdoEl4QGJuqwrOvenMA8NqsqUyY4QMpoM2evtE+1rUotUWs3XM9mq9yi2McXpxr1z30QykdHrOke1OVa0BUG4+v8MpqserJuZK94vDKNiNp1a+VHBvwat5gUZt+S5YOYO0Px11bNpmTW8yoiHdMw8jGpBm0qFl9zsGVrU2MVLvDlSR28SBIbaj7ZfZjdyEJ7Gqreex7kv5hp+1NdK+EHI0n7I8KU0sxXNg27jljBN7Aja7WpepoTFJ6NB9Y+Fcug5MG9KbdItAKCdHSn4/zYkHXLtMLxUCY8bH6jwe72auaPe7HtF7OqJFlkECvlmv2esnTDjuJSFhc+zJdouKjOWJU/XWOvifGp8Im86QmuOBm3cvdAteL45opBpWSUIGKrXZtdhbCFAajH6uDiYd0F45/PYkvgeJN93HllO3cBqIP/v+yWAD7MrEwVH5BO/0O/Wh4Q7lkw0fnwrtbgdbznX/zoeoT1qe3oxV5L8ILPCRAX03EpmG33CqpoVxaeLS9NrRXjFvR/UUQKSrpVJhT08JHWdYPj9m5fSwifsUKYgnkI4sawnOefEp6EkUFxvE+pyTkofN911cpLl9wUWlBvwsrDDblsciuQE9WC7YiP6IxzdF7A05Js3M9KTA4hP5iEZ8wM70ZCKrHLddowqhYmxdGlf04jwMB4CiOJt+kraiHDjRXlY3XJ/7QiY2QLnfWN4PVHsZWJJUlUSP1o3DCFhfKmp1LwkyzJCjU/70cWJ3Ch3KHzxkHa37rOja3aNn9M9pOniPEVuudhWoAoIpuiJyTonh55ek5c8fePQp9t/iStC+q5pjofd7uOL7wPaWbDE65u+V0NsJYaPCY52z7E76Rad5rt2arjCgrWrAjG6IWuQotdhXqi77V3YwNZLSxN2lV4/ARz160LrQanpiQvImqbUzJ6EiI4AXCmi1UgIzZZZ9+lH3rCWpXo3CdZSWTORhZuZoenRrYokkVTWR8Yrqi14LnHWcvyitWw4akC4xjIHKtiZ6uMrRloFKqaAwhpHOjdSlsjSd6tbLTJGrBjQtmRTJmgTBRMNk1tpiebtjWxoG05XCeoGKUyfRVgrIEFvEWiBWCqyil0oP0FUKmQPzUh3QUS5pDr5iFbTatdtUvawdaBzwiiKxYe3Lfeaic/b52RZZhmvde81zV3XZpqxPksD0asdr5a575l+aDymfAMEqSxqctC2aLIugqc4Pfadb1dm++kx1Yomj2edcGZN03nGMl0N6SwNeX3m9nNr1uhSdf/1E927EtQCoUouE3Bx7fKN0BdKTnidMfxN5DPYbto1HCpQRK3cwk37Clu1oEIxqUQB8X1buOXcBpa90i1LiaIwuNcZjy4+tx8qMr7m4u+RA6jwYtSFena1b5x4U2Vby0koYqjKCO7PistL/tLfQfHdPj/1vsl/z2nFPX/80nh4M3JjUnvU71/KVU2E4rWGkNDQYVhd4eWVoNcwNhte+lel+m2LSCb6J5ZDgkD5crXjYibHw12YhPmvmTSbBqwIDiyxBlWaE+au4kTXMqsrqIYp1nfT20HPCENF1jjxynu6aanHNzChEFTFgLSU5vEzuqlXcTF7OLVcIDAv2PefwbiFWA7ZHEY8Srz3BpUHxyajjAuvi0p5c8yKUVpamul0Ay79rU3wfURvauICkDiRX9O/eW/zz5X2PlQWKx/su/8wgoObqBPVeaKOwzWcuu3/P3Vv+oiDmQbzKlINH7tlbohk7iDaK2nzmjbYgV+gEYGaL8PHjTsoyyFBs8vBYRuks604qk9rz6JEQjaNgzXQ0k7ITsi9gxm7kBrn6IdaxGrvagX24GkgBhjC+OZtrnH+CPz4yMr5XnMA3txBOmBKiWhAGQ5yhHOujpKLvGGW0ewVjo+0vO72ZYpFYQ60Sy6WyBng8LyIU7dvbuHHjlglCVG/v3tunihEhiOKQ6aYKbiazyKeZ1EwWccA4qL+dipya+dMwAJFqn/kWQ/opLKSzhiQih5GxPvZBqSaxpvjpCwPhr7yhuLTK5T8ZjsN+SJ6zysPWzaespR2jT431bcnJeyeByDDdktyNjFREsrsWrT5/Z/A7P6cBX3CZP+5SxoiYMXEYBMOJ0WTOS0BOeCjvDS+RJiEWdxS0P45gf4jPryvMQvRq0bEeyeHdXmvoV+nxfFaqLkIdnu6WiU5lycgF+WQZS4kyZDeuUA2sVGY3uBkkgD6ywY+nUPDMAsfN1Rtdpl3quSFVSyzW4DrpWVytIMAf11niUU67GyONuSulbb655z/kCSTcRZ25kqvGLKTJ2ZOEE+eDQyKDC63aeT7z8FlxB7aciWtmhBBOELaNif59Tg4T0bzBg3dH5vRqvmKBW4ed4IJKj2HdLrdqcJ24sQsELBfCaN7Ty9Xcax46LEysCrfkQuIg9rhp8H4SNekZlFXoD4+uQx6dG6QSWeqJ9WWkCpp7FLlO6jrpiiOKgY6/PStQU5A+6/VoVAUQr6Ne9bXdhuSSdFRj6Z7de8ooiSQtJOeMr+3JS3UiK1hWTriJvMfjZ9v/Cri1Whs/8DLv1Z28lwPx2tW3Av6yZ/N595A3CeUmOis2Fdz+5OlZ/uyXUMEyMuGAKyuW4Luyh/pPf49ThTu7LbvRaVpitAWNwsUcBLKkryn9wzWIknzXCcT9bnHxnRv8tsMFUfnB3h1a0rhhNxYp/+Gc236vW8/0Gcii9kc2jSAqOp9dTVwsAKID1tT+1wzkmSay5vzxxlPhhQHoQaQI7QGZosX63c+9l5efkxKb94ppx88k2Puc3Q90TCC3uXhAaPBjcNdZ0MgSaIX8+6gXbXzT/TL3nKM7IUrZyD9Zj1jx+6sRqpXbPZEVyWsx20ETbhbM0/Q99kpeFXFX0O3FXryk9fZ55NBVvJhofqEMKo8IyD70pD2yMLuC+m5j6NeqPTIfjmA28oUvBrUMBcG4epycGmBhrmUe5BCBL9E/Nud5tlQKzYUQvGCM9P4TW0/5sPft2tq7fc5B/AY4Qw3YAIGXRS2PEg+8vEnoJ9zs7wcbjjwgjhOdPZ8RHxCfeTr/1HgWh86+UXojVN0IYgfGxS7j+Kcu3plJC13GXJ+7jrks1GXGuRz3cvpXLEpLFYWGu467rrBjqmWuo672NXt8ztyuKXJ56rrMZbzvjUtXD4Qv53LlB0q+7DNzuHPv8IGg4eVOTnXDYJw29eRJvVddah2MUah5vw1vTAmFiAmuLiJXiGLxs/HP7q9k+jG3W9pk82Jnz46dJ4MLDAt2qzY72+Zrae+w+KZx7Ah7JSy+359RXwvbJrbv6WgiyWDK+zxD2plCUsDXxwWe31sSOPchKkHTi9CqoGaY6j7XYD1b4Fl+c2iH1OI2mBwt2Hl61IX7jCC/Ov/6aECmC22KI7y/Y4iln3VT7Zo7OjRkULntSpYKdp65lh4cuPra/KvXohLQiU85IfeGDHpg0TmLW9fgfZg6uKm7o5CEMRbvZCio33EW6ONUqEZlvskgYy/KJMqcGpWDY0IFZROy/3yuEvVqf15SxXAjeZOCIvx9/ysgPFsNhXa6MxAXlLO2h8KibBq7EYp+NWShJTdvdlJZlEjrmXaocAqkkHYnqKsbW1PerYwoa4DLp1jaKXk7RFmEsrtZy3ZDAvw+IkudqVlOMCSSLSyVd8L/rIALX5S8EFZcrw7vlJcKmShn9MXD40rivN/c6Vji6ADh9r6qktL4rnIhA6iiZ63lKDiDHCVnlBNKDcXFKAgM7iuAQEAu0/ECQM1/je/BjYYlfhDXi+8HZ8rEaRmZRWsX3tzgZgVBAGTTC9wgZ4jTy+l5iu85FIc4g09xJem1Bv4rQHl4eXhuA9+MoYEp9gBzgmQint2kLZwX2ax2a4uafEUOncTPlBuQYpS8AQOkmaSZAPbsg3xVRFmMgJZyZrOcZ1snSs/bUMarite1IU9kG0hT8HbfpluyGBapwsS/cBs+HzUTKEVZkcLsRKvfkM9gSWkPTRlnB33+cVl8TxkWyQeOavt/bsANx8I8mxfJc7Am/OExI7yGUFM6x8AMOrHNoG/dLHC8v9I3RsQWx8QUL4gpKZYuTEjIWcXFMZ2XUFMqLSqSlsb80QCW0qKY0gWRcyVZ4vR0cZbkCQCwYP+xngviIC2F3EyOrbPTxsnkFho0nsGJd2g1R6c4umOb4ldaTfz45hV6a3GCv4bHVbHjTRxSYnbz+MWAR0T1l0R6hCTfLVEpzRaFZkbL+cXqyECSDZmmvHZIOBtH+wKnkdfUsqgNgWGRfxxwycz0Xb2Mm8HPLp6NuyawprOTY+NmgqjXyYktLeQHM2geOQPOyEALeB6H+DgRSHazikSjExMIIIO0oIpUqqHLcwbJlDUeb995rCGTB+dcHlKpilAAl2d2v3236XmQWPZuCm+XxbgJFtdTgJ/WAuEMJ9FjHtE6beZzK7YOu5Bx1jXP9uSNpI2mh7U9R7UgSvg0tobrmZnG1/M0Sn91wHaBu/A0fvq9fkTXP4XU/nMJmXOfLTdm5wP9g2qRe2BILp1bEhc7DGb2YmZ5hP2GdJYwkjwzTHpEPeJsE9eOwBS6h08hqdePMszt0dWq5CRifleZhWnZdHobPFahyPZKJxIOhUKBkbSskgK7vuuEHpfciUmxHUWpU6HfrLlNUbi+WxQmqrAgKVf75n/nWhjzv8m+zpfN/yr7Np+eiKlh1jJqmTUgktl4eDZMTpJF0dPicwQ5pBSUHMq5p3NPphoD1bJFaFdFKPEdV6lILsqbq7t3VQXJ7OMyggL1gRGREMTEh2+4H+2nTvF86jvU0dwFE/8jvmm22ZhqmMkW0qyiJKL8EhvoNkl4vKcSKUfF/t/T4DYPlUErtWqUt/q+pvvDCjFvPa+XB3494gN7YlJ5J8EXuJob2S7i4bcxtae+Glp5dkP4bBULYkLT/QK1uvAcupAx7hnE/CE3315A01XqiTFKdTSeQw4Fki91WASzv3/vXqwz9ikOgbt9q5Paefo0vPoYCIdhXqBZaNYNJW9lvrd2+xjrPepLwhaFlTSUpCdYzJrIUBABkwGqijq9kwDFyhtZ9TOLdy+Oj2SMyqgVYWLxLRYj4QaEHsx8JLr37K0lGvLxJUcg0zvfOiIH/3DwRdwi3q8cBwF8SCEQ5Ik/IXjw2i5PD2/S6p2gEHdVUcV3Mos9mZ/EFyiCVWZFfO20Twa/VuzKLA+/4/nlB7LLV6zIklgZKPc6hHuYGix0EdX6eeoWRBdJbKIX7sT2lxN4mdzET4L5CRtTG9TmehVT62vRLw7PyLtuBG2KhAql90IY9Gxjjd/T1Qw4zPFqvae6JkpVUCuwhxU10eqCKEGYLazuX5abkqx0wxdQZuHBcXRjh8ZVUapxAFxtf+D/bO3aT/MkfTqQJHfcb7dAqEpULPqvZEsjN2U6RbEKa13WiI/ZD/xeZqk1QF8ZIJd4mHn6REYyKUiNtIyDAew2rBDngQlhexAmmXr/IambLQKWbt3Sk3m4N9OyBZYO14V1vlXnWM2Tbu6fpu1UnfM4tFOeY9TGm+9vikqFl+g0jY2adQn4JHWwkujUTfeV5mScLOejm/QQuH8uojI3JyurNqah4cSvl9MZc8iT5BPkT+Qze7U71DCoeqd2zwh5nHyu66SIkRuQsxAQuqdVKqTRKcIXaebXwjfCyYhUTatKiHwk1hoQD/yC+kyc3GYIMZRfmuMx51J5EWoSNYr67FboFgNmAra2FtQ06lZj8aoml0nipMvo+0FieckGJopbvl5HTRPpKJlRMlGEihwdMLh+9vx8aqmFZ+TqVlVm0nMYtwSG1W6ujme0FIbbwlLtkflR9R5p9pzYuSz1KtpHXZA5VBeRoXaeI1kIZrz8VHy+ypyQcXPV3NbvkB7zeAHvsQYDdu9w5bygefnDp88D7wN4YTRwejj/1srhvUy9DnfOlZuystjYshaB4y1V6eB2r5nK/DRcvWdg5EwwAGMihyEDlwaGO5bKdGf4M9yZVKy7nYHGUVnothGaRcWhGQbiJBGwqIznLM/RTBVuTApMtOfWVm+iDpCYL3AL4cXwtwIruZ888zCJrgCs+RPy+/XoW8vMSfB3dpGVeYu5YQfa9CAV39SET13khS4txaFxqUUr+iJUu1flwp2k/TN1Z9+4USZ59vcFk2ni8TVV+LEjOwZUsI5iaxXCq0oVcTkVo687VRf96lVU3S9L12OsiyKU4Xnl4dYiLUxFfVr0v90p8tj3a4cHUD9Ee0X/gCoRp4tSU0Xp4hJU1EGvg1Go5rlxpTExpXFzR5rkVaHitDRxqOxlaWjW6ZrB3wn/SmELNpuYCxYwTSxzZmBDNwozj7rhkXtotO6NHwbW8XDX5xqui9M5X5STi480cH+462GUOAm2rWncxEy0yZzy+IcrT7UTsDtxLkg2To6XTF2d5fHR2fxD1aUzUNdUmFO5c4AKA4MBaNcUBMHFKfASBLT8X6QTAwJ3f9x4ztk9AuFNR7pp7osyuwh3XD0JQmcngmwYjb8+kC5pN59T17zDCYjwegTm3Tr0UomJOV7H0FS7uNfWVNsUxsAldP/XWSQUvoNpACHd9d/bJYbA6kNeh/tvn7zdf6R/SWXzwrIMImjAmq7+f3Q9n3I6XFGoiaK5BJaaE2fzuxJXZUYWyqxBqzcdDzeV7++1ZCA+qdq8MPtK/sMywmnKAA+pIZYwDzcf3sVWW9mlpawloMrIHcjRhWpEpiOVtpwes8AWPK/QwjTQloqo8VvAS/uVlislSXmn6X7B/sE3Kr6s8JR5rvgSYb752qD46XIk+/j3Ol2Go+VF4cU5kRd1TfummQo7+B0UGb4G5Qu+JhgTvgqm5psBfY0XwqtlH9s6mdFnXHwDD6iuHs4PxGQx/bY35XgcRUThijiBBHw0r5vTHaV43hPR0zDHbPeGKxGpEOEtYZ2HEgFzq+jh4uPiMbweuzdM6Tw4whmGyvFwMhA3m+gulUXIoiX7vqsW0W5LCozUp+JRHHSmHnNPdPqsX+JqOnU1VVQjWtDkTV9j9DslmyXkUXChcB8xkgp332JMyvwqyAt8k5WQ9TUwakpZxyWiTw6eQBOBy0YIABrrxx8D4FB7AMFCUnNyxvxP8D66o1iE43/dXCAL7TbOv8Yby8kS4yFYKAD18kqhmBEPHALRW9ZU36yU9kQrh4b9VaqGDqiie6VKUN6CaJC+UFPSHGpZ7n0u1ZSk09LyvXN9L8clKeIrv1j6e+vJPU8Huzr7e1TB/K8kLUWe9872ttM0GlOi9xxqCbXUe/aOn5Ya8Xq8AX+oKsrxCXhdi0u40NhDfdqrEvWpbsKIts5zmlgECospvL21ljjpWTfTxrQE0fKrtVGFkfn5EYXRn2ZFm7z2WhTW2hhJ9ISTkH/+WaDprG7jCCOBkVQ3F4CN3z0hvF86eP4ilirzjtfnCy3ByckhlpBLKSHmkODKKl9PjafKsOBxdEFUVEGdRhRE1rJQGxU1mxfP5cYnARxPJKcBkdCPDJr3HZ9pnzvetF3rYSAX7YZxOJwVEeKZnjdd36P8aFgM1/lzCk6tGqINVZsAJ6e+RJJnqtC7yVz7FwReGBrblesUwW5W5nFsbMvijlTfdPbFBg3W09gWju08YpBiJ/1kF86rL4peWTZPWvhJ4ERB5C5OFZ9fdNGFtbHMatj9gJObzv9Rxxk0Cx8MnV2p+zHetTMmOVeqoVrH42ClEJbVhyVTj95npi18Qtz89bljzY7jF8lT4kt/g2pFA95tCnUUNeWGRwFuCCTx7az23xA97j1odgen9uXU1IjUsJ/oKzuubLkCPlYGPnltbzBUVyytqNY3esZuzjgKW9f83XaGT+9npkfZOhID8ThodFZa6OaCgsfiausYeLkqj0Gm/PQbbnonjVHa8CdZvuCctHxOlSYvi+1DlZP9nG1f/PSiY5//me33+TJUNLATjC3Yet4dst8mgMgDZ0FUgniRHu4e8+7K0/bLBR2+TrjQa+gVod3f0zvKu8kyb/q/4EtcUU09iJT/LMg+rTyR5ycGwqz8oByPYl2CPvnZIcA3Ku+EeEtWsEg06RVZ0GhNTGz1q+dRGvltfklJPfOzSPWXXkUV48objmRpgcCTpBy8/i+fUjXFkdarlA4j9tcEhdJKIWGrKfx/r/Uq/Ag+QJd1uNFejF1yqJdyl+CO68Cq9KEpKcGlUdxo2RIsTtFjVR04d8LdotHfSn6EfV4Dp/XRe+l9NHjzDOyjZqrQX8X3U6cAHLdUc/rNpH/YG773Q0TxUYBorFbOapLOiSwtiCmKq6ffPas2yHj32fFsRRLQzIggzbhM6YoXJMfkZw1ADbYu+vzcyPy65/4fViXJuDymeJ63xkcPTPQ4ZnNXpIBuHrkcJ+K/t9CD3oGSeVR1Mj2RtdbZnXyCUR02gg7LprSwA7urN0P5lwkhw+UKI/ZnY0klrZ5xnUdNruYFH0256OVFWE4Ifl12IvBvNShv9AGv75dM/ZvhP9YfvJRAl1G62oO0YlMMiyRLWUwnO+edoOk9m+ZrIT0qSDHBSxf9yMc3apmwm1nUW6G5YxvOOJkB9RTsA0XZ3HTuiuWcDF5WcTIpgaR7Fnv8rPTyKn99UTYvnbNiBSedlz2GHsXJWLE8nZvNBQzYohKbKFUotIptZRJWircywk7WVgfpzQ+ZcudJTb6+GBeROsIyRpWJbUJrqtAmKr7D/5qUxJb9zufI2POT5ld7ACT3QUPetgp6qTHeiCI6RcLgcRgoBIqHRTpxgRFVn7cNmkyFqjHf4mHBj2WyCpoMQg7gmBvN/cF/5BFbh46tdRPlet/YUHsDS9f5cLSRFT4vBCkELT9AF8JfgaivzyXufZsQKg9gWv4/6YRnOtOkW63lIWleWkFAwmROaXd3aaoi1D8kZ5du4QLtrpyQ70MVqcgN2gULdTrADebUEtcCly1OR5dlUFnLjJyFnm2aOb2otbm1pXVh/JMC0Xs16uGP8sKL4yHZ0doI3pOPb8CmPQkR8Y79s6zZibs//TVbtr/m257PWn6BlgRVtIYsT0LHu5n95AyNSIysmMRJNjc9sO5yCc4wDZ6aFDg5ua2/mNGkoQEwr+y4jFcr1kIzeVGaxvWHXy+uFHPcYaRD/1hPBreZ9iAQLw79uag1QVh94BHalBgcrIhLg5VHG0u3HHro1TBSFuONehvcy2rlArE5xB+TEquQxmdwsrklVWdzwpIiU2ZZArX+apPEv6lbbS6+cLuKEDBHEIbPye41BZgDF5ZTPgR8CE3wNxBKKQb/lcS2E8lLQ0KQfGSTIS07gatnW1t6Al+vT89O4GbQG1xLwqn5e1kLT8z22OHm0Y0hPPR6eBlzNhCLbwseRMuWx9Gwk6dssC5FWzpszyTTPU7BtLEyI01xNp04JXJQ4ITMtn/c6sPDLSJLiDA5T2ixiGZZhCEphSHJlqDdHfFl1rjSpPpkk5+SNaqiuM6cvRAWLHZCNW6NNvnNsRwxoFLQN/IXOgG1wzLXzx6wdTnKScRQ+h0qKNOuBquub4nbGbelYsd2ZGJZIlC2pV3Ib5PNcabH7bjujgFJ+nNhhFD5IuI6yJ2oI9tRt/7MuCBnjP2w1NklhoXrFcZXWIkytvrpuDVMaorOSNrAMvHdcPhlpD5I3gUsc7Fh99M1a768XDEfkw/E62UZfoiasLA7hIqww5Ol4MX94XcVIqa7M5JIgkD911W3moLqfFMoFKVnMTM+bx/IPxr60nJaIKMdUEOLeUYjrxiqptDhl+B0ClS9fUGjsZinhh6gyS4pB1Jp96RRveVn5rPPDFTkeGPP/kqkuLEvsN0oxF/PYr3n5Q2cuYTngXnzhk54DfSaGJhTUZOnDzIKBMYsgeNZVY1gr6ZOpapbnZDx1cSZkysWNcIc+RdL9hWLwcySmdu7Lmyj+nvwV/OTmVL4ObvgD9y6AvfEIgwNFdX11RWN+uTXjzMWhJD/bChj+AxO46a2k0kM++ZXo+oaxeOCgs1ijfUpoD0iMsgDGXTm5+U0xsbvmtcRjkrPzSnXVBHZWT5UsryrfHFw14++fdP7jnRNL4T6UpaDp0f/lrpDUIvvYALlaoglXqAXydzvblk5FrEwTCsyMRW7b/2siPT/TescKSN700dA3Fv4UzUgpKJlkc5ipvQ//zyTa2ZbchbGlkmLi6VlsX8LnIgu3rm/MxlddNvCogS1l9Jr14mTnVQcJRKHnC3JCrXZQjMlDzF2eqjYFpb1AIzppLUHWRJbaKhNkgWi9sM9PLL482IyAo2BBn2AUXAkxzYEBBgExsOQaCCuMmKqLRc8POpIU0Sx/DcjV86Wyf424/qa0beE1l5ufO63eG5vi8v9sgYnXvs9hlpvTlYQ/X4Rfz3MPjWEnd5phBQKdd9i4EviJ0XwpuVB0altmyFLzBO0bSiapMSL5u5w0kM+HY9hPH8vQrZM0G7fOtnWPxbsqlQEi9z59Y/nfHIS7e6IWwFQsEWChMDAhKCtrJWfHzG3tVpkrpp8zJz7cGTJyA8j0gsTX2wjfeOnx6XPWs61fMn3r5TW7LNQ0SlhNBwE1hrA7Oh+fvn2Hmj0qVOJ/8dZzmLgZN/Kh1xjgGDPgOoaHJVofIOTzAZTvOOMIL+FwWAtNvVlb1eA4ATfVf6sPvK58ChEmudW+TNEFFD6wbhsMdMKYpI51Ys0cLF/ln73jY4EtnSH3OIKLQTXmFJeum+XAFugFVj/l1gFfX2HtTNk0yi72wLofV0HmaWdj9HhvoKr/Kip8ZA2+f7fnVq5aaTSijaQzJR1W2R8U/lagJQMOx1uAK/yw/6TaEKT1gboXSG10S8Bj4bQr3vivY2INv4HmZ88CGn4Icn7Nq6U8N79pa2DwpLX2HtA/ts/8BD85H/OwXY+FvgXz7nI/7w5ZhCWOWwRmfN/PwX4bUOFuLQcQ4Ov3n+Vfh0ERhB7P+7A0p2aYRww//oUl8zJN85RGFDzIPC3ZvW+bZbuvY/LYTBKZKfNJNtVm0T+X0PBIhc8dBS5pad3mlYvZlq823pwzEFi3PWQRKPWEl10wgxzUXLx6mVxJP0RBQfZjGc3xz7mZNuXzbCeBUKRMlTXajlJ7+AfL3xfFnc6jAL0sKtabmzAeuZgQfCe/vpV9rH/fCyZ7ueJ/t+alis8tv4L1keEOSrC7+Phda+HFjZ+qunBf7BONyDg8o0Ep9OYGuvZwxKNM2YKRIFNRmkco1EGZOm3ffdGBRE5GxUM8jjKsU918gBVOUPAugBBofbdKCAbHCVJ/KPC+l5GDX0fjjJ0OdBC3/9HBb4U2llkq1DQyINkqPKyy1GRrRVj/ny/go5G+qFZP8EHxIxcVFZ3n3wFFrwLm7DSc+Y6rz21+cv43MAYyp2nBSieNszu6axqKOZ6qqjtPcMDSBigIpdPV9y1FAVhqVfP4jfvK4AmYpB4Q/9PyRMoQ55/TihIiIH/FbVGi12JtooVmrlqItXkbF4P0ZJT20mAyUtErhxvtABQMFMlFrLjqWCyuiJTOp0/2r4iUB53S8yO/+49oKBAgwELDhD8vzL/ixEwJGhBBhBhQhkXUmljnQ/CKE7SLC/Kqm7arh/GaV7WbT/O637e75fHK5QqtUar0xsSjIlJpmRzisWammZLzxBfD420OkoNu9tIC5SWKR7VbZwoct31K1WIR4WLpUE1+U7uU2SDFqrjRfQyBFRFCyYOWh4zubv5aAl1TBlkG4pNtm2wQqvF4MuXXeWXZLVf010nHfhJHY0Ziaq9DUpqJNNDE1P9fNZRvJhV7KgmYq5tA3Y/NHK0CVMcd7GTNtEzL2P6hyLHEvYNIow80+GubsgymjoSkm4CmybuOrQMHgKLUSSIZO7cVuLRYYLVesT96s7FUCiERPtKlhgsGmYR6EgZrkPwulJoJZpJSCqKHdrMkJKMZPc3aI+2yRqwpJ0qonbnLh7UUkFJtJzUaMyOQbuEDQkiMSHG0dOJabEQMuNmCupiV6ppj9fIHM46C+u9CjmGhIy+feIasnBvr6ovDXjUDY8euLPdRRtYai/b+cijwf0VVkBdANkRlZNdkJ6bByiWrS++E7RYtshoalExMlDz2D0/rkWRxJJIgw+1au6nsqpGiWF8bM4qWzeSg3QuaalEA0MGM+d8YhyWnYMd6QSRUVEkMTikUotRLTdiNIYJEipNduyrzIdMbrBabq4khtE9Wo7waEc3Mr8PQwub+1ESKIZI6eFwIitR0l+UNgtl+n4PAAAA') format('woff2'),
		url('../fonts/iconfont.woff?t=1773321826627') format('woff'),
		url('../fonts/iconfont.ttf?t=1773321826627') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-language:before {
	content: "\e652";
}

.icon-zuojiantou:before {
	content: "\e600";
}

.icon-zuojiantou-copy:before {
	content: "\f213";
}

.icon-Gc_17_public-TopOutlined:before {
	content: "\e61b";
}

.icon-jurassic_message:before {
	content: "\e69f";
}

.icon-top02:before {
	content: "\e6f5";
}

.icon-kefu:before {
	content: "\e608";
}

.icon-teams_x:before {
	content: "\e604";
}

.icon-zhiding1:before {
	content: "\e7b9";
}

.icon-QQ:before {
	content: "\e882";
}

.icon-QQkongjian:before {
	content: "\e619";
}

.icon-paper-full:before {
	content: "\ea0b";
}

.icon-jian:before {
	content: "\e612";
}

.icon-xiaohongshu:before {
	content: "\e69e";
}

.icon-zhiding:before {
	content: "\e68c";
}

.icon-youjian_:before {
	content: "\e6a6";
}

.icon-chuanzhen:before {
	content: "\e6b4";
}

.icon-shangjiantou:before {
	content: "\e60f";
}

.icon-yuyan:before {
	content: "\e684";
}

.icon-dingbu:before {
	content: "\e62d";
}

.icon-Youtube:before {
	content: "\e880";
}

.icon-liuyanjianyi:before {
	content: "\e62c";
}

.icon-shangchuan:before {
	content: "\e60b";
}

.icon-youjian:before {
	content: "\e624";
}

.icon-yonghu:before {
	content: "\e6b3";
}

.icon-pinterest1:before {
	content: "\f211";
}

.icon-jia1:before {
	content: "\e632";
}

.icon-xiazai:before {
	content: "\e682";
}

.icon-xiangyoujiantou:before {
	content: "\e68b";
}

.icon-xiangyoujiantou-copy:before {
	content: "\f1eb";
}

.icon-guanbi:before {
	content: "\e611";
}

.icon-zuosanjiao:before {
	content: "\e63e";
}

.icon-yousanjiao-copy:before {
	content: "\f1e8";
}

.icon-email-s:before {
	content: "\e65e";
}

.icon-douyin:before {
	content: "\e8db";
}

.icon-location:before {
	content: "\e614";
}

.icon-xinlangweibo:before {
	content: "\e606";
}

.icon-duigou-cu:before {
	content: "\e658";
}

.icon-facebook-fill:before {
	content: "\e88d";
}

.icon-linkedin1:before {
	content: "\f1e7";
}

.icon-weixin:before {
	content: "\e695";
}

.icon-jiantou_xiangzuo_o:before {
	content: "\eb92";
}

.icon-jiantou_xiangyou_o:before {
	content: "\eb94";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-phone3:before {
	content: "\e661";
}

.icon-doubleright:before {
	content: "\e7ef";
}

.icon-line:before {
	content: "\e63f";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-phone-:before {
	content: "\e638";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-phone1:before {
	content: "\e7cb";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-left7:before {
	content: "\e724";
}

.icon-tel2-copy:before {
	content: "\f212";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-twitter4:before {
	content: "\e7fe";
}